﻿@charset "utf-8";
/* CSS Document */
html { padding:0px; margin:0px;}
*{margin:0px;padding:0px;word-wrap:break-word;}
body{ font-size:14px; font-family:"Arial", sans-serif;color:#333333; }
a{color:#000000;text-decoration:none;}
/*a:hover{color:#000000;}*/
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{}

.container{
	width:1240px;
	margin:30px  auto;
	background:#fff;
	padding:20px;
	}
.top h1 {
	font-size:36px;
	line-height:80px;
	}
.top p {
	color:#666;
	line-height:40px;	
	} 
.video,.imgbox,.contact{
	width: 1200px;
	margin: 20px auto;
}
.contact {
    padding: 40px 0;
}
.contact p{
    font-family:"Arial", sans-serif;
    font-size:16px;
    padding-left:30px;
    line-height:28px;
    margin-top:10px;
}
.contact .mobile{
    background:url(/images/mobile.png) no-repeat;
    background-size:24px;
}
.contact .qq{
    background:url(/images/QQ.png) no-repeat;
    background-size:24px;
}
.contact .address{
    background:url(/images/address.png) no-repeat;
    background-size:24px;
}
.copy {
	width: 100%;
    /*position: fixed;
    bottom: 0px;*/
}
.video audio {
	float: left;
    line-height: 30px;
    height: 30px;
    width:94%;
}
.more {
	background: #000;
	width: 5%;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
    float:left;
	margin-left: 10px;
    color:#fff;
}
.imgbox ul {
	font-size: 0px;
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
	}
.imgbox ul li {
	width: 380px;
	display: inline-block;
	/*margin-right: 30px;*/
}
.imgbox ul li img {
	width: 380px;
}
/*.imgbox ul li:nth-child(3n+0){*/
	/*margin-right: 0px;*/
/*}*/
.imgbox p {
	line-height: 30px;
	padding-top: 20px;
}
.contact_left {
	float: left;
	line-height: 40px;
width: 400px;
    overflow: hidden;
    margin-left: 320px;
}
.contact_left h2{
	font-size: 30px;
	line-height: 50px;
}
.clear {
	clear: both;
}
.erweima {
	float: left;
}
.erweima  img {
	width: 140px;
	margin-top: 25px;
}
.copy {
	background: #1a1a1c;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-top:10px;
}
.copy a{color:#fff;}