﻿@charset "utf-8";
* {
    word-wrap: break-word
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
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;
    -webkit-text-size-adjust: none;
}
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:Arial, "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei";*/
    font-size: 12px;
    color: #333;
}
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: underline;
    outline: none;
    color: #333
}
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
}
 
 

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.cl, .clearfix {
    zoom: 1
}
ul, li {
    list-style-type: none;
}
i, em {
    font-style: normal
}
a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;	/* Firefox 4 */
    -webkit-transition: all 0.3s;	/* Safari 和 Chrome */
    -o-transition: alll 0.3s;	/* Opera */
}
body {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
    background: #fff;
    overflow-x: hidden;
    /*font-family:Arial, Helvetica, sans-serif;*/
}
a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}
a:hover {
    color: #1993d3;
    text-decoration: none
}
/*布局*/ 

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.flexalign {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.ui-nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ui-nowrap-multi {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.weap {
   
    margin: 0 auto;
}
.pc{ display: block;}
.wap{ display: none;}





@media (min-width: 1600px) {
.weap {
	width: 1500px;
    
}
}
@media (max-width: 1600px) {
.weap {
	width: 1200px;
    
}
}
@media (max-width: 1300px) {
.weap {  width: 980px; }
}
 

 






@media (max-width: 1024px) {
.weap {   width: 100%; padding-left: 10px; padding-right: 10px;}
.pc{ display: none;}
.wap{ display: block;} 

}
/*头部*/



 
.indexbanner{position: relative;}
.header{ position: absolute; left: 0; top:30px; width: 100%;}
 
.header .logo {
    float: left;
 
}
.header .logo a {
    display: block;
 
}
 
.nav {
    float: right; margin-top: 13px;
}
.nav ul {
    font-size: 0
}
.nav .nl {
    float: left;
    margin-right: 40px; position: relative;
}
.nav .nl .alink {
    display: block; color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 85px;
    border-bottom: 4px solid transparent; text-transform: uppercase
}
.nav .nl .alink:hover{ color: #1993d3;}
.nav .nl.on .alink {
    border-bottom: 3px solid #1993d3;
      color: #1993d3
}
.nav .sub {
    position: absolute; padding: 10px 0;
    z-index: 8;
    top: 87px;
    left: -80px;
    right: 0;
    display: none;
    background: #1e2632;
    text-align: right; width: 260px;
}
.nav .sub ul {
    
}
.nav .sub li {
    display: block;
   
}
.nav .sub a {
    display: block;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px
}
.nav .sub a:hover {
      color: #1993d3
}
.nav .sub .weap {
    height: auto;
}
.navbox {
    float: left
}

@media(max-width:1024px) {
/*头部*/ 

body.ow {
    overflow: hidden
}
.header {
    height: 80px; background: #fff;  top:0;
}
.header .box .weap {
    height: auto;
}
.header .box {
    width: 100%;
    
    
    z-index: 99
}
.header .logo { padding-top: 10px;
    
}
.header .logo a img {
    height:60px;
}
.m-nav {
    display: block;
    height: 20px;
    width: 26px;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
}
.m-nav a {
    background-color: #333;
    display: block;
    height: 3px;
    margin-top: -2px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 3px;
}
.m-nav a:after, .m-nav a:before {
    background-color: #333;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 3px;
}
.m-nav a:before {
    top: -7px;
}
.m-nav a:after {
    top: 8px;
}
.header.block .m-nav {
    transform: rotate(90deg);
}
.header.block .m-nav a {
    background-color: transparent !important;
}
.header.block .m-nav a:before {
    transform: translateY(0px) rotate(-55deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-55deg);
}
.header.block .m-nav a:after {
    transform: translateY(0px) rotate(55deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(55deg);
}
.header .box .navbox {
    display: none; z-index: 9999;
}
.header .box .navbox .weap {
    padding-left: 0;
    padding-right: 0
}
.nav {
    height: auto;
    float: none; margin-top:0;
}
.nav .navbox {
    background: rgba(0,0,0,.75);  
    position: fixed;
    z-index: 999;
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-top: 0;
    height: auto;
    border-bottom: none
}
.nav .nl {
    width: 100%;
    float: none;
    padding: 0;
    background: #fff;
    margin-left: 0;
    border-top: 1px solid #e2e2e2;
    position: relative
}
.nav .nl .alink {
    position: relative;
    padding: 0 10px;
    line-height: 50px;
    height: 50px;
    width: auto;
    text-align: left;
    color: #333;
    font-size: 15px;
    border: none;
    margin: 0
}
.nav .nl:after {
    display: none
}
.nav .exist:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/ico-d.png) no-repeat center;
    background-size: 30%;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.nav .exist.onn:before {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}
.nav .sub ul {
    padding-right: 0
}
.nav .nl.on .alink {
    border-bottom: none;
    border: none
}
.nav .sub {
    position: static;
    background: #fff;
    width: auto;
    margin: 0;
    border-top: 1px solid #e2e2e2;
    text-align: left
}
.nav .sub li {
    margin-left: 0;
    display: block
}
.nav .sub a {
    text-align: left;
    padding: 0 15px;
    font-size: 14px;
    background: none;
    line-height: 32px;
    height: 32px;
    color: #333
}
.nav .sub a:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #999;
    margin-right: 8px;
    vertical-align: middle
}
.header.block .box .navbox {
    display: block;
}
	
}
