
.w100{
	width: 100%;
	margin: 0 auto;
}
.big-tit{
	color: #666;
	font-size: 56px;
	text-align: center;
	line-height: 80px;
	/*padding-bottom: 53px;*/
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: -2px;
}
.big-tit img{
	display: block;
	margin: 0 auto;
}
.w-top{
	padding-top: 70px;
	background: #fff;
	box-shadow: 0 0 10px #cecece;
}
.w-man .manufa-list {
    padding-top: 28px;
    padding-bottom: 65px;
}
.w-man .manufa-list ul {
    width: 100%;
    text-align: center;
    padding: 0 112px;
    box-sizing:border-box;
}
.w-man .manufa-list li {
    margin: 0 10px;
}
.w-man .manufa-list li {
    width: 142px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
}
.w-man .manufa-list li img.bg {
    display: block;
    width: 100%;
}
.w-man .manufa-list .li1 span {
    background-image: url(../images/img-39.png);
}
.w-man .manufa-list li span {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center 25%;
}
.w-man .manufa-list li span {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.w-man .manufa-list li p {
	text-align: center;
	position: absolute;
	width: 71%;
	text-align: center;
	bottom: 3%;
	font-size: 16px;
	color: #999;
	margin:0 16%;
}
.w-man .manufa-list li:hover {
    background: #b12021;
}
.w-man .manufa-list li.cur {
    background: #b12021;
}
.w-man .manufa-list li:hover div {
    display: block;
}
.w-man .manufa-list li.cur div {
    display: block;
}
.w-man .manufa-list li div {
    position: absolute;
    width: 100%;
    height: 24px;
    top: 100%;
    margin-top: 65px;
    display: none;
}
.w-man .manufa-list .li1 span {
    background-image: url(../images/img-39.png);
}
.w-man .manufa-list .li1:hover span {
    background-image: url(../images/img-46.png);
}
.w-man .manufa-list .li1.cur span {
    background-image: url(../images/img-46.png);
}
.w-man .manufa-list .li2 span {
    background-image: url(../images/img-40.png);
}
.w-man .manufa-list .li2:hover span {
    background-image: url(../images/img-47.png);
}
.w-man .manufa-list .li2.cur span {
    background-image: url(../images/img-47.png);
}
.w-man .manufa-list .li3 span {
    background-image: url(../images/img-41.png);
}
.w-man .manufa-list .li3:hover span {
    background-image: url(../images/img-48.png);
}
.w-man .manufa-list .li3.cur span {
    background-image: url(../images/img-48.png);
}
.w-man .manufa-list .li4 span {
    background-image: url(../images/img-42.png);
}
.w-man .manufa-list .li4:hover span {
    background-image: url(../images/img-49.png);
}
.w-man .manufa-list .li4.cur span {
    background-image: url(../images/img-49.png);
}
.w-man .manufa-list .li5 span {
    background-image: url(../images/img-43.png);
}
.w-man .manufa-list .li5:hover span {
    background-image: url(../images/img-50.png);
}
.w-man .manufa-list .li5.cur span {
    background-image: url(../images/img-50.png);
}
.w-man .manufa-list .li6 span {
    background-image: url(../images/img-44.png);
}
.w-man .manufa-list .li6:hover span {
    background-image: url(../images/img-51.png);
}
.w-man .manufa-list .li6.cur span {
    background-image: url(../images/img-51.png);
}
.w-man .manufa-list li:hover p {
    color: #fff;
}
.w-man .manufa-list li.cur p {
    color: #fff;
}
.w-man .manufa-list li a{
	display: block;
}


.manufa-ajax{
	width: 100%;
	padding-top: 54px;
	padding-bottom: 78px;
}
.manufa-ajax .kkk{
	position: relative;
}
.manufa-ajax .box{
	position: absolute;
	top: 0px;
	left: 0px;
}
.manufa-ajax ul{
	padding: 0 66px;
	width: 100%;
	box-sizing:border-box;
}
.manufa-ajax ul li{
	width: 320px;
	margin: 0 18px 32px;
	box-shadow: 0 0 10px #cecece;
	float: left;
}
.manufa-ajax ul li .bg{
	width: 100%;
	overflow: hidden;
}
.manufa-ajax ul li:hover img{
	transform:scale(1.3)
}
.manufa-ajax ul li img{
	width: 100%;
}
.manufa-ajax ul li .exp{
	width: 88%;
	padding: 24px 6%;
	background: #fff;
	transition:all .5s ease;
}
.manufa-ajax ul li .exp p{
	font-size: 16px;
	color: #666;
	line-height: 20px;
	width: 70%;
	height: 40px;
	overflow: hidden;
	float: left;
	transition:all .5s ease;
}
.manufa-ajax ul li .exp span{
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/jia.png) no-repeat center center;
	background-size: 90% 90%;
	transition:all .5s ease;
}
.manufa-ajax ul li:hover .exp{
	background: #ba2223;
	transition:all .5s ease;
}
.manufa-ajax ul li:hover .exp p{
	color: #fff;
	transition:all .5s ease;
}
.manufa-ajax ul li:hover .exp span{
	background: url(../images/jia1.png) no-repeat center center;
	background-size: 90% 90%;
	transition:all .5s ease;
}
.limit-more{
	width: 185px;
	height: 42px;
	background: #fff;
	box-shadow: 0 0 10px #cecece;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition:all 0.3s;
	border-radius: 42px;
	overflow: hidden;
}
.limit-more:hover{
	background: #ba2223;
	color: #fff;
}

/*product*/
.product-ajax{
	width: 100%;
}
.product-ajax .w100{
	position: relative;
}
.product-ajax .flex-viewport{
	width: 88%;
	margin: 0 auto;
}
.product-ajax .sec1{
	width: 100%;
	background: #f2f2f2;
	padding: 55px 0 78px;
}
.product-ajax .sec1 .shade{
	width:17.2%;
	/*height: 500px;*/
	position: absolute;
	background:url(../images/shade.png) repeat;
	z-index: 5;
}
.product-ajax .sec1 .shade1{
	left: 6%;
}
.product-ajax .sec1 .shade2{
	right: 6%;
}
.product-ajax .sec1 ul li{
	/*width: 320px;*/
	/*margin: 0 18px 32px;*/
	box-shadow: 0 0 10px #cecece;
	float: left;
	/*position: relative;*/
}
.product-ajax .sec1 ul li .bg{
	width: 100%;
	overflow: hidden;
}
.product-ajax .sec1 ul li img{
	width: 100%;
}
.product-ajax .sec1 ul li:hover img{
	transform:scale(1.3);
}
.product-ajax  .sec1 ul li .exp{
	width: 88%;
	padding: 24px 6%;
	background: #fff;
	transition:all .5s ease;
}
.product-ajax  .sec1 ul li .exp p{
	font-size: 16px;
	color: #666;
	line-height: 20px;
	width: 70%;
	height: 40px;
	overflow: hidden;
	float: left;
	transition:all .5s ease;
}
.product-ajax  .sec1 ul li .exp span{
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/jia.png) no-repeat center center;
	background-size: 90% 90%;
	transition:all .5s ease;
}
.product-ajax  .sec1 ul li:hover .exp{
	background: #ba2223;
	transition:all .5s ease;
}
.product-ajax  .sec1 ul li:hover .exp p{
	color: #fff;
	transition:all .5s ease;
}
.product-ajax  .sec1 ul li:hover .exp span{
	background: url(../images/jia1.png) no-repeat center center;
	background-size: 90% 90%;
	transition:all .5s ease;
}
.product-ajax .flex-direction-nav .flex-prev:hover {
    background: url(../images/pre1.png);
    background-size: 100%;
    transition: all 1s ease;
}
.product-ajax .flex-direction-nav .flex-prev {
    width: 60px;
    height: 60px;
    background: url(../images/pre.png);
    display: block;
    text-indent: -99999px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: all 1s ease;
}
.product-ajax .flex-direction-nav .flex-next:hover {
    background: url(../images/next1.png);
    background-size: 100%;
    transition: all 1s ease;
}
.product-ajax .flex-direction-nav .flex-next {
    width: 60px;
    height: 60px;
    background: url(../images/next.png);
    background-size: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: all 1s ease;
}
.flex-control-nav{
	display: none;
}
.small-more{
	width: 156px;
	height: 42px;
	color: #888;
	font-size: 16px;
	border-radius: 21px;
	text-align: center;
	line-height: 42px;
	display: block;
	margin: 40px auto 0;
	box-sizing:border-box;
	cursor: pointer;
	font-family: "Arial";
	overflow: hidden;
}
.small-more a{
	display: block;
	width: 154px;
	height: 40px;
	border-radius: 40px;
	color: #888;
	border:1px solid #999;
}
.small-more:hover a{
	background: #ba2223;
	color: #fff;
	border:1px solid #ba2223;;
	transition:all 1s ease;
}

.product-ajax .sec2{
	width: 100%;
	background: #fff;
	padding: 55px 0 78px;
}
.product-ajax .sec2 ul li{
	width: 23.7%;
	margin-right: 1.7%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px #949191;
	float: left;
}
.product-ajax .sec2 ul li:nth-child(4n){
	margin-right: 0;
}
.end-hide {
    height: 330px;
    overflow: auto;
    position: relative;
    width: 100%;
    display: none;
    box-shadow: 0 0 12px #ccc;
}
.end-hide li{
	width: 90%;
    padding: 15px 5%;
    border-bottom: 1px solid #DFE0E1;
}
.product-ajax  .sec2 ul li .bg{
	width: 100%;
	position: relative;
	overflow:hidden;
}
.product-ajax  .sec2 ul li img{
	width: 100%;
}
.product-ajax  .sec2 ul li:hover img{
	transform:scale(1.3);
}
.product-ajax  .sec2 ul li .bg .vid{
	width: 39px;
	height: 22px;
	background: url(../images/vid.png) no-repeat center center;
	position: absolute;
	left: 9px;
	bottom: 9px;
}
.product-ajax  .sec2 ul li .exp{
	width: 88%;
	padding:10px 6% 20px;
	background: #e7e7e7;
	transition:all .5s ease;
}
.product-ajax  .sec2 ul li .exp p{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	width: 70%;
	height: 40px;
	overflow: hidden;
	float: left;
	transition:all .5s ease;
}
.product-ajax  .sec2 ul li .exp span{
	display: inline-block;
	font-size: 14px;
	color: #c3c3c3;
	float: right;
	transition:all .5s ease;
}
.product-ajax  .sec2 ul li:hover .exp{
	background: #ba2223;
	transition:all .5s ease;
}
.product-ajax  .sec2 ul li:hover .exp p{
	color: #fff;
	transition:all .5s ease;
}
.product-ajax  .sec2 ul li:hover .exp span{
	color: #fff;
	transition:all .5s ease;
}

/*sec3*/
.product-ajax .sec3{
	width: 100%;
	background: #e7e7e7;
	padding: 55px 0 78px;
}
.product-ajax .sec3 ul li{
	width: 23.7%;
	margin-right: 1.7%;
	margin-bottom: 20px;
	float: left;
}
.product-ajax .sec3 ul li:nth-child(4n){
	margin-right: 0;
}
.product-ajax  .sec3 ul li .bg{
	width: 100%;
}
.product-ajax  .sec3 ul li img{
	width: 100%;
}
.product-ajax  .sec3 ul li .exp{
	width: 88%;
	padding:15px 6% 15px;
	transition:all .5s ease;
}
.product-ajax  .sec3 ul li .exp p{
	font-size: 16px;
	color: #333;
	line-height: 20px;
	width: 70%;
	/*height: 40px;*/
	overflow: hidden;
	float: left;
	transition:all .5s ease;
}
.product-ajax  .sec3 ul li .exp span{
	display: inline-block;
	font-size: 14px;
	color: #c3c3c3;
	float: right;
	transition:all .5s ease;
}
.product-ajax  .sec3 ul li:hover .bg{
	box-shadow: 0 0 10px #cecece;
	transition:all .5s ease;
}
.product-ajax  .sec3 ul li:hover .exp p{
	color: #ba2223;
	transition:all .5s ease;
}
/*contact*/
.netmap{
	position: relative;
}
.map-out .in-map {
    background: url("../images/dian.png") no-repeat left top 140px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.map-out .inmap-tit {
    padding-top: 95px;
}
.map-out .inmap-tit img {
    display: block;
    margin: 0px auto 60px;
}
.map-out .map-main {
    position: relative;
}
.map-out .in-map .map {
    width: 70%;
	margin-left: 15%;
    margin-top: 20px;
    position: relative;
    float: left;
}
.map-out .in-map .map .point{
	cursor: pointer;
	transform:scale(1)!important;
}
.map-out .in-map .map .point1 {
    top: 36%;
    left: 16%;
}
.map-out .in-map .map .point1 .wy-te{
	position: absolute;
}
.map-out .in-map .map .point2 {
    top: 66%;
    left: 30%;
}
.map-out .in-map .map .point.point3 {
    top: 54%;
    left: 43%;
    width: 31.8px;
    height: 31.8px;
    transform:scale(1.666666);
}
.map-out .in-map .map .point4 {
    top: 29%;
    left: 54%;
}
.map-out .in-map .map .point.point5 {
    top: 57%;
    left: 56%;
    width: 15.9px;
    height: 15.9px;
}
.map-out .in-map .map .point.point6 {
    top: 43%;
    left: 60%;
    width: 31.8px;
    height: 31.8px;
}
.map-out .in-map .map .point.point7 {
    top: 12%;
    left: 73%;
    width: 42.2px;
    height: 42.2px;
}
.map-out .in-map .map .point.point8 {
    top: 36%;
    left: 72%;
    width: 79.5px;
    height: 79.5px;
}
.map-out .in-map .map .point.point9 {
    top: 59%;
    left: 71%;
    width: 42.2px;
    height: 42.2px;
}
.map-out .in-map .map .point {
    width: 53px;
    height: 53px;
    position: absolute;
}
.in-map.imp .map .point8 .center{
	transform: scale(0.8);
    z-index: 2;
    top: 9px;
}
/*.map-out .map-in-box{
	width: 390px;
	height: 200px;
	padding: 15px 22px;
	background: #fff;
	box-shadow: 0 0 10px #cecece;
	position: absolute;
	left: 0;right: 0;
	top:0;bottom: 0;
	margin:auto;
	display: none;
}*/
.map-out .map-in-box .map-in-boxs{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.map-out .map-in-box .map-box-con{
	width: 335px!important;
	float: left;
	position: absolute;
    overflow: hidden;
    left: 0px;
}

.map-out .map-in-box .map-box-con h5.ti{
	font-size: 24px;
	color: #b32325;
	line-height: 25px;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.map-out .map-in-box .map-box-con .p{
	/*height: 96px;*/
	margin: 12px 0;
}
.map-out .map-in-box .map-box-con .p p{
	font-size: 15px;
	color: #666;
	line-height: 32px;	
}
.map-out .map-in-box .map-box-scr{
	width: 1px;
    height:200px;
    float: right;
    background: #e7e7e7;
    position: absolute;
    right: 2.5px;
}
.map-out .map-in-box .map-box-scr .zsm {
    width: 5px;
    height: 27px;
    border-radius: 2.5px;
    display: block;
    background: #b32325;
    position: absolute;
    top: 0px;
    right:-2px;
}
.pop-bg {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    z-index: 99998;
    display: none;
}
.pop-video {
    position: fixed;
    left: 50%;
    top: 52%;
    width: 700px;
    height: 500px;
    margin: -350px 0 0 -350px;
    background: #fff;
    z-index: 99999;
    display: none;
    padding: 25px 0;
}
.pop-video .close {
    position: absolute;
    right: -45px;
    top: -45px;
    width: 37px;
    height: 37px;
    background: url(../images/x_close1.png) no-repeat center;
    transition: all 0.5s;
}
.pop-video #video {
    margin: 20px 5%;
}
.sec-table{
	position: relative;
}
.sec-table .sec1{
	position: absolute;
	top: 0px;
	left: 0px;
}
.in-map.imp .map .point .chat{
	margin-left: -26px;
    margin-top: -26px;
    position: absolute;
    transform: scale(1);
    top: 50%;
    left: 50%;
    width: 100%;
}


.map-out .in-map .map .point .map-in-box {
    width: 390px;
    height: 200px;
    padding: 15px 22px;
    background: #fff;
    box-shadow: 0 0 10px #cecece;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.map-out .in-map .map .point .map-in-boxs {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.map-out .in-map .map .point .map-box-con {
    width: 335px!important;
    float: left;
    position: absolute;
    overflow: hidden;
    left: 0px;
}
.map-out .in-map .map .point .map-box-con h5.ti {
    font-size: 24px;
    color: #b32325;
    line-height: 25px;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.map-out .in-map .map .point .map-box-con .p {
    /* height: 96px; */
    margin: 12px 0;
}
.map-out .in-map .map .point .map-box-con .p p {
    font-size: 15px;
    color: #666;
    line-height: 32px;
}
.map-out .in-map .map .point .map-box-scr {
    width: 1px;
    height: 200px;
    float: right;
    background: #e7e7e7;
    position: absolute;
    right: 2.5px;
}
.map-out .in-map .map .point .map-box-scr .zsm {
    width: 5px;
    height: 27px;
    border-radius: 2.5px;
    display: block;
    background: #b32325;
    position: absolute;
    top: 0px;
    right: -2px;
}
.map-out .in-map.imp .fixed{
	z-index: 1;
	display: block;
	background: none;
}
.map-out .in-map .map .point1 .map-in-box{
	left: 63px;
}
.map-out .in-map .map .point2 .map-in-box{
	left: 63px;
}
.map-out .in-map .map .point3 .map-in-box{
	left: 41px;
}

.map-out .in-map .map .point4 .map-in-box{
	bottom:auto;
	top:57px;
}
.map-out .in-map .map .point5 .map-in-box{
	left: 28px;
}
.map-out .in-map .map .point6 .map-in-box{
	left: 41px;
}
.map-out .in-map .map .point7 .map-in-box{
	bottom:auto;
	top:51px;
	left: auto;
	right: 0px;
}
.map-out .in-map .map .point8 .map-in-box{
    right: 79px;
    top: 12px;
    bottom: auto;
    left: auto;
}
.map-out .in-map .map .point9 .map-in-box{
    right: 42px;
    top: 12px;
    bottom: auto;
    left: auto;
}
.map-out .in-map.imp .wy-te{
	color: black;
	position: absolute;
	font-size: 16px;
}
.map-out .in-map .map .point1 .wy-te{
	top: 44px;
    left: 13px;
}
.map-out .in-map .map .point2 .wy-te{
	top: 16px;
    left: -23px;
}
.map-out .in-map .map .point3 .wy-te{
	top: 5px;
    left: 32px;
}
.map-out .in-map .map .point4 .wy-te{
	top: 17px;
    left: 49px;
}
.map-out .in-map .map .point5 .wy-te{
	top: 18px;
    left: -8px;
    color: #1F1616;
}
.map-out .in-map .map .point6 .wy-te{
	top: 6px;
    left: 32px;
}
.map-out .in-map .map .point7 .wy-te{
    top: 10px;
    left: 38px;
}
.map-out .in-map .map .point8 .wy-te{
    top: -10px;
    left: 24px;
}
.map-out .in-map .map .point9 .wy-te{
    top: 38px;
    left: 9px;
    width: 92px;
    color: #1F1616;
}
.wjt{
	position: absolute;
	left: -13px;
}
.map-out .in-map .map .point.point1 .wjt{
	top: 103px;
}
.map-out .in-map .map .point.point2 .wjt{
	top: 103px;
}
.map-out .in-map .map .point.point3 .wjt{
	top: 103px;
}

.map-out .in-map .map .point.point5 .wjt{
	top: 103px;
}
.map-out .in-map .map .point.point6 .wjt{
	top: 103px;
}
.map-out .in-map .map .point.point5 .wjt{
	top: 103px;
}

.wjt1{
	position: absolute;
}
.map-out .in-map .map .point.point4 .wjt1{
	top: -15px;
    left: 18px;
}
.map-out .in-map .map .point.point7 .wjt1{
	top: -15px;
    right: 10px;
}

.wjt2{
	position: absolute;
}
.map-out .in-map .map .point.point8 .wjt2{
    top: 18px;
    right: -15px;
}
.map-out .in-map .map .point.point9 .wjt2{
	top: 14px;
    right: -14px;
}

@media (max-width: 1600px){
	.in-map .w1500 {
	    width: 94%;
	    left: 4%;
	}
}
@media (max-width: 1300px){
	.w-man .w1200 {
	    width: 92%;
	}
	.w-man .w1200 .manufa-list li {
	    width: 15%;
	    margin-right: 2%;
	    margin-left: 0px;
	}
	.w-man .manufa-list ul {
		padding:0;
	}
	.manufa-ajax ul{
		padding: 0;
		width: 100%;
		box-sizing:border-box;
	}
	.manufa-ajax ul li{
		width: 31%;
		margin-right: 2%;
		margin-left: 0;
	}
	.manufa-ajax ul li:nth-child(3n){
		margin-right: 0;
	}
	.product-ajax .sec2 ul li{
		width: 32%;
		margin-right: 2%;
	}
	.product-ajax .sec2 ul li:nth-child(4n){
		margin-right: 2%;
	}
	.product-ajax .sec2 ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width: 1200px){
	.product-ajax .sec1 .shade{
		display: none;
	}
}
@media (max-width: 1000px){
	.map-out .in-map .map{
		width: 100%;
	}
	.zylh{
		display: none;
	}
	.end-hide{
		display: block;
	}
	#addrBox{
		margin-top: 0px;
		position: relative;
		width: 100%;
		right: 0px;
	}
	#mapMsgBox{
		width: 100%;
	}
	#msgContent{
		position:relative;
		width: 100%;
		overflow: hidden;
	}
	.fixed video{
		width: 100%;
	}
	.small-more{
		margin-top:20px;
	}
	.product-ajax .sec1{
		padding-bottom: 30px;
	}
	.product-ajax .sec2{
		padding-bottom: 30px;
	}
	.product-ajax .sec3{
		padding-bottom: 30px;
	}
}
@media (max-width: 800px){
	.w-man .manufa-list ul{
		padding: 0;
	}
	.w-man .w1200 .manufa-list li{
	    width: 33.3%;
	    height: 45px;
	    line-height: 45px;
	    float: left;
	    margin: 0px;
	    overflow: hidden;
	    box-shadow: 0 0 1px #D0D0D0;
	}
	.w-man .manufa-list li span {
	    display: none;
	}
	.manufa-ajax ul li{
		width: 48%;
		margin-right: 4%;
		margin-left: 0;
	}
	.manufa-ajax ul li:nth-child(3n){
		margin-right: 4%;
	}
	.manufa-ajax ul li:nth-child(2n){
		margin-right: 0;
	}
	.product-ajax .sec2 ul li{
		width: 48%;
		margin-right: 4%;
	}
	.product-ajax .sec2 ul li:nth-child(3n){
		margin-right: 4%;
	}
	.product-ajax .sec2 ul li:nth-child(2n){
		margin-right: 0;
	}
	.product-ajax .sec3 ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.product-ajax .sec3 ul li:nth-child(2n){
		margin-right: 0;
	}
	#mapBox{
		width: 100%;
		height: 300px;
	}
	#addrBox{
		position: relative;
		width: 100%!important;
		border:none;
		top:0;
		right: 0;
	}
	.mapMsgBox{
		width: 90%!important;
	}
	.mapMsgBox ul{
		width: 100%!important;
	}
	.pop-video {
	    position: fixed;
	    left: 0;
	    top:20%;
	    width: 100%;
	    /*height: 500px;*/
	    margin: 0 auto;
	    background: #fff;
	    z-index: 99999;
	    display: none;
	    padding: 25px 0;
	}
	.pop-video .close {
	    position: absolute;
	    right: 0;
	    top: -45px;
	    width: 37px;
	    height: 37px;
	    background: url(../images/x_close1.png) no-repeat center;
	    transition: all 0.5s;
	}
	.map-out .in-map .map{
		width: 100%;
	}
}
@media (max-width: 768px){
	.map-out .map-in-box .map-in-boxs{
		overflow: auto;
	}
	.scll-box{
		overflow: auto;
	}
}
@media (max-width: 500px){
	.w-top{
		padding-top: 35px;
	}
	.big-tit{
		padding-bottom: 10px;
	}
	.big-tit img{
		width: 50%;
	}
}