﻿* {
    word-wrap: break-word
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0
}

ul,
ol,
dl {
    list-style-type: none
}

html,
body {
    *position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

body,
th,
td,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
    font-size: 12px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}





/*body{line-height:1.6}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

a,
area {
    outline: none;
    blr: expression(this.onFocus=this.blur())
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none;
    outline: none
}

a.ie6:hover {
    zoom: 1
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: none
}

:focus {
    outline: none
}

sub,
sup {
    vertical-align: baseline
}

button,
input[type="button"],
input[type="submit"] {
    line-height: normal !important;
}





/*img*/

img {
    border: 0;
    vertical-align: middle
}

a img,
img {
    -ms-interpolation-mode: bicubic
}

.img-responsive {
    max-width: 100%;
    height: auto
}





/*IE下a:hover 背景闪烁*/

*html {
    overflow: -moz-scrollbars-vertical;
    zoom:expression(function(ele) {
        ele.style.zoom="1";
        document.execCommand("BackgroundImageCache", false, true)
    }
    (this))
}





/*HTML5 reset*/

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
    display: block;
    margin: 0;
    padding: 0
}

time {
    display: inline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border-width: 0;
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}





/*
Name:           style_clearfix
Example:        class="clearfix|cl"
Explain:        Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/

.cl:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl,
.clearfix {
    zoom: 1
}

body,
html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body {
    background: url(../images/body-bg.jpg) center no-repeat;
    background-position: center top;
}

.left-nav {
    position: absolute;
    top: 2rem;
    left: -308px;
    width: 308px;
    height: 436px;
    transition: 0.2s;
    z-index: 999;
}

.left-nav>img {
    width: 100%;
    height: 100%;
}

.left-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -50px;
    width: 50px;
}

.left-nav>div>img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.right-nav {
    position: absolute;
    z-index: 999;
    top: 2rem;
    right: -308px;
    width: 308px;
    height: 436px;
    transition: 0.2s;
}

.right-nav>img {
    width: 100%;
    height: 100%;
}

.right-nav>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
    width: 50px;
}

.right-nav>div>img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.right-nav:hover {
    right: 0;
}

.left-nav:hover {
    left: 0;
}

.inner {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    width: 9rem;
    text-align: center;
}

.inner>div {
    position: relative;
    display: inline-block;
}

.inner>div>img {
    width: 100%;
}

.img1 {
    width: 4.5rem;
}

.img2 {
    margin-top: 0.4rem;
    width: 5.5rem;
}

.img3 {
    margin-top: 0.4rem;
    width: 8.5rem;
}

.bottom {
    transition: 0.2s;
    position: absolute;
    bottom: -1.15rem;
    height: 2.7rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.3) url("../images/testbg.png") repeat
}

.bottom:hover {
    bottom: 0;
}

.addr {
    width: 15rem;
    margin: 0.2rem auto 0;
    text-align: center;
}

.clearfix:after {}

.addr>img {
    width: 1.2rem;
    vertical-align: top;
    float: left;
}

.addr>div {
    float: left;
}

.qwe {
    display: inline-block;
    width: 4rem;
    margin-left: 0.5rem;
    padding-top: 0.3rem;
}

.qwe>a {
    display: block;
    width: 100%;
    height: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 0.5rem;
    cursor: pointer;
    color: white;
    border: 1px solid #fff;
    font-size: 0.3rem;
    text-decoration: none;
    font-weight: 600;
}

.btn {
    margin-top: 0.3rem;
    display: inline-block;
    margin-left: 0.2rem;
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    text-align: center;
    line-height: 0.4rem;
    cursor: pointer;
    color: white;
    border: 1px solid #f0f180;
    font-size: 0.2rem;
    text-decoration: none;
    font-weight: 600;
}

.qwe>a:hover {
    background-color: #Ff0000;
}

.btn:hover {
    background-color: #Ff0000;
}

.active {
    background: #Ff0000;
}

.qwe>b {
    width: 100%;
    color: white;
    font-size: 0.2rem;
}

.btm-img {
    margin: auto;
    margin-top: 0.15rem;
    text-align: center;
}

.btm-img>img {
    width: 2.5rem;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.mp4 {
    position: absolute;
    top: 2.2rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8rem;
}
.mp4>video{
	width: 100%;
}
.xx {
    position: absolute;
    right: -0.3rem;
    top: -0.3rem;
    width: 20px;
    height: 20px;
    text-align: center;
    border:1px dashed white;
    color: white;
    cursor:pointer;
}
.img4{
	margin-top: 0.4rem;
	width: 100%;
	text-align: center;
}
.img4>a:nth-of-type(1){
	margin:0;
}
.img4>a{
	display: inline-block;
	width: 2rem;
	height: 1.7rem;
	margin-left: 0.2rem;
	transition: 0.2s;
	max-width: 140px;
	max-height: 117px;
}
.link1{
	background:url(../images/link11.png) no-repeat;
	background-size: 100% 100%;
}
.link2{
	background:url(../images/link22.png) no-repeat;
	background-size: 100% 100%;
}
.link3{
	background:url(../images/link33.png) no-repeat;
	background-size: 100% 100%;
}
.link4{
	background:url(../images/link44.png) no-repeat;
	background-size: 100% 100%;
}
.link1:hover{
	background:url(../images/link1.png) no-repeat;
	background-size: 100% 100%;
}
.link2:hover{
	background:url(../images/link2.png) no-repeat;
	background-size: 100% 100%;
}
.link3:hover{
	background:url(../images/link3.png) no-repeat;
	background-size: 100% 100%;
}
.link4:hover{
	background:url(../images/link4.png) no-repeat;
	background-size: 100% 100%;
}