body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1190px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1190 ? "1190px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #333;
    /*文字颜色定义 */
    min-width: 1190px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1190px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #3388ff;
}

.color {
    color: #3388ff;
}

/*header*/
.header{position: fixed;z-index: 9;left: 0;top: 0;width: 100%;background: #fff;min-width: 1040px;}
.header_top {width: auto;padding: 0px 40px;}
.header_top .logo{width:120px;display: block;margin-top: 16px;}

.header_nav{text-align: right;font-size: 0;z-index: 99;}
.menu>li {float: left;border-bottom: 2px solid rgba(0, 0, 0, 0);position: relative;margin-left: 40px;line-height: 80px;height: 80px;}
.menu>li>a {font-size: 16px;color: #333;}
.menu>li:hover,.menu>li.hover{border-bottom: 2px solid #3388ff;}
.menu>li:hover>a,.menu>li.hover>a{color: #3388ff;}

.erji{position: absolute;top: 82px;background: #fff;z-index: 19;left: 0;display: none;}
.erji>li{height: 50px;line-height:50px;overflow: hidden;text-align: left;white-space: nowrap;cursor: pointer;padding: 0 20px;}
.erji>li>a{color: #333;font-size: 16px;display: block;}
.erji>li:hover{background: #f8f8f8;}
.erji>li:hover>a{color: #3388ff;}

.btn{background: #3388ff;border: none;color: #fff;font-size: 16px;line-height: 40px;height: 40px;padding: 0 30px;margin-left:40px;margin-top: 21px;}
.btn i{font-size: 14px;padding-right: 10px;}

/*首页banner*/
.index_banner{width: 100%;overflow: hidden;position: relative;z-index: 1;margin-top: 82px;}
.index_banner .flexslider{width: 100%;position: relative;overflow: hidden;min-width: 1190px;}
.index_banner .slides{position:relative;z-index:1}
.index_banner .slides li{height:100%;position: relative;}
.index_banner .slides li img{width:100%;margin:0 auto;display:block;}
.index_banner .flex-control-nav{position:absolute;bottom:2%;z-index:2;width:100%;text-align:center;}
.index_banner .flex-control-nav li{display:inline-block;width:10px;height:10px;margin:0 5px;*display:inline;zoom:1;}
.index_banner .flex-control-nav a{display:inline-block;width:8px;height:8px;line-height:0;font-size:0;overflow:hidden;background:none;cursor:pointer;border: 1px solid #fff;border-radius: 50%;}
.index_banner .flex-control-nav .flex-active{background:#fff;}

.index_banner .flex-direction-nav {width: 100%;height: 42px;position: absolute;top: 50%;margin-top:-21px;z-index: 1;display: none;}
.index_banner:hover .flex-direction-nav {display: block;}
.index_banner .flex-direction-nav a.flex-prev,
.index_banner .flex-direction-nav a.flex-next{position: absolute;width: 32px;height: 42px;background:rgba(0, 0, 0,  0.3) url(../images/left.png) no-repeat;font-size: 0}
.index_banner .flex-direction-nav a.flex-prev{left: 0;}
.index_banner .flex-direction-nav a.flex-next{right: 0;background:rgba(0, 0, 0, 0.3) url(../images/right.png) no-repeat;}
.index_banner .flex-direction-nav a.flex-prev:hover{background:#000 url(../images/left.png) no-repeat;}
.index_banner .flex-direction-nav a.flex-next:hover{background:#000 url(../images/right.png) no-repeat;}
.index_banner .txt{color: #fff;position: absolute;left: 50%;margin-left: -555px;top: 30%;width: 600px;}
.index_banner .txt h3{font-size: 42px;font-weight: 600;line-height: 70px;}
.index_banner .txt p{font-size: 18px;line-height: 48px;}
.index_banner .txt span{font-size: 16px;color: #fff;padding:8px 25px;display: inline-block;background: #3388ff;margin-top: 40px;}
.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*footer*/
.footer {text-align: center;background:#f8f8f8;padding: 40px 0;margin-top: 60px;font-size: 0;}
.footer ul li{display: inline-block;font-size: 16px;}
.footer ul li a{color: #333;padding: 0 45px;border-left: 1px solid #d8d8d8;}
.footer p {color: #666; font-size: 14px;line-height: 20px;margin-top: 20px;}
.footer p a{color: #666; }

.msg_bg1,.msg_bg2{background:rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;bottom: 0;top: 0;z-index: 100;display:none;}
.in_msg{width: 832px;height: 394px;background: #fff;position: fixed;top: 30%;left: 50%;margin-left: -416px;z-index: 999;}
.in_msg .msg_box{width: 360px;padding: 40px;}
.in_msg .msg_img{width: 392px;}
.in_msg .msg_img img{width: 392px;height: 394px;display: block;}

.in_msg .msg_box strong{font-size:30px;display:block;font-weight: normal;margin-bottom: 20px;}
.in_msg .msg_box strong span{font-size:16px;color: #999;display: block;}
.in_msg .msg_box dl{width: 350px;}
.in_msg .msg_box input.txt {width: 330px;height: 60px;line-height: 60px;border: 1px solid #f5f5f5;background: #f5f5f5;text-align: left;padding-left: 20px;margin-bottom: 15px;border-radius: 4px;font-family: "Microsoft YaHei";font-size: 16px;}
.in_msg .msg_box input.btn {width: 350px;height:60px;line-height: 60px;cursor: pointer;background: #3388ff;color: #fff;font-size: 16px;font-family: "Microsoft YaHei";margin-left: 0;border-radius: 4px;margin-top: 0;}
.in_msg i{position: absolute;font-size: 25px;top: 10px;right: 10px;}
.in_msg .msg_txt{font-size: 16px;}

.in_msg2{width: 810px;height: 455px;background: #fff;position: fixed;top: 30%;left: 50%;margin-left: -405px;z-index: 999;border-radius: 5px;}
.in_msg2 .msg_box{padding: 40px 10px;}

.in_msg2 .msg_box strong{font-size:30px;display:block;font-weight: normal;margin-bottom: 30px;text-align: center;}
.in_msg2 .msg_box strong span{font-size:16px;color: #999;display: block;}
.in_msg2 .msg_box dl{width: 350px;margin: 0 20px 20px;float: left;}
.in_msg2 .msg_box dl dt{font-size: 16px;color: #999;margin-bottom: 10px;}
.in_msg2 .msg_box dl dt span{color: #ff0000;}
.in_msg2 .msg_box .textarea{float: none;margin: 0 auto 40px;}
.in_msg2 .msg_box input.txt,.in_msg2 .msg_box textarea {width: 330px;height: 60px;line-height: 60px;border: 1px solid #f5f5f5;background: #f5f5f5;text-align: left;padding-left: 20px;border-radius: 4px;font-family: "Microsoft YaHei";font-size: 16px;}
.in_msg2 .msg_box input.btn2 {width: 350px;height:60px;line-height: 60px;cursor: pointer;background: #3388ff;color: #fff;font-size: 16px;font-family: "Microsoft YaHei";border-radius: 2px;margin: 0 auto;display: block;}
.in_msg2 i{position: absolute;font-size: 25px;top: 10px;right: 10px;}
.in_msg2 .msg_box dl dd{position: relative;}
.in_msg2 .msg_box dl dd span{font-size: 16px;color: #ff0000;position: absolute;left: 20px;bottom: -30px;}

.footer_float{position: fixed;right: 15px;top: 30%;z-index: 9;background: #fff;box-shadow:0px 0px 5px rgba(0, 0, 0, 0.1);border-radius: 3px;}
.footer_float ul li{background: #fff;width: 60px;height: 60px;color: #999;font-size: 12px;}
.footer_float ul li div{width: 60px;height: 60px;display: table-cell;vertical-align: middle;text-align: center;}
.footer_float ul li a{color: #999;}
.footer_float ul li span{display: block;margin-top: 5px;}
.footer_float ul li:hover{background: #3388ff;box-shadow:none;color: #fff;}
.footer_float ul li:hover a{color: #fff;}
.footer_float ul li.hotline i{font-size: 16px;}
.footer_float ul #returnTop i{font-size: 20px;}