@media (min-width:768px) {
    body {
        width: 768px;
        margin: 0 auto !important;
    }
}

* {
    margin: 0;
    padding: 0;
    touch-action: pan-y;
}

ul,
li {
    list-style: none;
}

a{
	text-decoration: none;
}

img {
    border: 0 none;
    max-width: 100%;
    display: block;
    width: 100%;
}

body {
    font-size: 16px;
    font-family: "‘MicrosoftYaHei’";
    color: #333;
    background:url('../images/bg.jpg') repeat-y center top;
    background-size: 100%;
}

.box{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding:10px 10px  0 10px;
	box-sizing: border-box;
	position: relative;
	top: -20px;
	background: url('../images/bg-1.png') no-repeat center top;
	background-size: 100% auto;
}

.cont-nr{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
	background: #fff;
}

.tit{
	width: 90%;
	margin: 0 auto;
}

.video-big{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.video-big span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 80px;
	height: 80px;
	background: url('../images/video-icon.png') no-repeat center center;
	background-size: 100%;
}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

.news a{
	color: #666;
}

.news a h2{
	font-size: 18px;
	color: #013d91;
	font-weight: 700;
	line-height: 30px;
}

.news a p{
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

.news a p span{
	color: #013d91;
}

.pro-car{
	width: calc(100% - 10px);
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.video-cont{
	width: 96%;
	height: auto;
	overflow: hidden;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
}

.video-lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.video-lists ul{
	overflow: hidden;
	margin-right: -10px;
}

.video-lists ul li{
	width: calc(50% - 10px);
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}

.video-lists ul li a p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
}

.video-lists ul li a span{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -51px;
	width: 50px;
	height: 50px;
	background: url('../images/video-icon.png') no-repeat center center;
	background-size: 100%;
}
.box_swipe {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul {
    -webkit-padding-start: 0px;
}

.box_swipe ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.box_swipe ul li a {
    display: block;
    position: relative;
}

.box_swipe ul li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    width: 70%;
    padding: 0 30% 0 0;
    text-indent: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_swipe>ol {
    position: absolute;
    z-index: 10;
    bottom: 15px;
    right: 5px;
    height: 3px;
    font-size: 0;
}

.box_swipe>ol>li {
    display: inline-block;
    width: 5px;
    height: 3px;
    background: #ffffff;
    box-sizing: border-box;
    margin-right: 4px;
}

.box_swipe>ol>li.on {
    background-color: #ff6501;
    border: 0 none;
}

.video-flash{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro-lists{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.pro-lists ul{
	overflow: hidden;
	margin-right: -10px;
}

.pro-lists ul li{
	width: calc(50% - 10px);
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	position: relative;
}

.pro-lists ul li a p{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
}

.tit-topic{
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #054b9b;
}

.tit-topic span{
	padding: 0 10px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
}

.tit-topic span::before{
	position: absolute;
	content: "";
	left: 0;
	top: 3px;
	width: 3px;
	height: 20px;
	background: #054b9b;
}

.tit-topic span::after{
	position: absolute;
	content: "";
	right: 0;
	top: 3px;
	width: 3px;
	height: 20px;
	background: #054b9b;
}

.topic-img{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.topic-img a{
	color: #666;
}

.footer{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    color: #333;
    padding-bottom: 20px;
}

.footer p a{
    color: #054b9b;
}
