/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    color: #333;
}

a,
abbr,
acronym,
address,
applet,
area,
article,
aside,
audio,
b,
base,
basefont,
bdi,
bdo,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
command,
datalist,
dd,
del,
details,
dfn,
dialog,
dir,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
frame,
frameset,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
i,
iframe,
img,
input,
ins,
kbd,
keygen,
label,
legend,
li,
main,
map,
mark,
menu,
menuitem,
meter,
nav,
noframes,
object,
ol,
optgroup,
option,
output,
p,
param,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
select,
small,
source,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 320px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
    text-decoration: none;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border-radius: 0;
    -moz-appearance: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

input,
button,
textarea,
select {
    /* -webkit-appearance: none; */
    /*在苹果浏览器中去掉默认样式*/
    /* -moz-appearance: none; */
    /* appearance: none; */
    border: 0;
    font-family: "Microsoft Yahei";
    background: none;
    color: #444;
    outline: 0;
    list-style: none;
    border-radius: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}


/*手机web的css初始化*/


/*超过一行文字变小点*/

.txthidden {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow-x: hidden;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}


/*超过两行文字变小数点*/

.txthidden2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.txthidden3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line1px {
    border: none;
    border-bottom: 1px solid #e1e3e5;
    height: 1px;
    transform: scaleY(0.5);
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
}

.txthidden4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.flexslider{position:relative;height:650px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:650px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;}
.flex-control-nav .flex-active{background-position:0 0;}
.vidio-box video{    background-color: #000000}
.subNavBox{width:100%;margin:auto;}
.subNav{border-bottom:solid 1px #D9D9D9;cursor:pointer;font-size:14px;color:#000000;line-height:44px;padding-left:25px;background: url(../images/icon6.jpg) no-repeat;background-position:15px}
.subNav a{display: block;color: #000000}
.navContent{display: none;border-bottom:solid 1px #D9D9D9;overflow: hidden;}
.navContent li{overflow: hidden;padding-left: 15px;line-height: 44px;border-bottom: 1px solid #D9D9D9;background:url(../images/icon8.jpg) no-repeat center;background-position:30px}
.navContent li a{display:block;color: #000000;padding-left: 24px}
.navContent li.subNav_sp{background: #2B95FD}
.navContent li.subNav_sp a{color:#FFFFFF}