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: 1100px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1100 ? "1100px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1000px;
    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;
}

a {
    transition: all 0.3s linear 0s;
}


/* 点击激活链接 */

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: 1100px;
    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: #3671cf;
}

.color {
    color: #3671cf;
}

/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
}

.banner .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width: 1000px;
}

.banner .slides {
    position: relative;
    z-index: 1;
}

.banner .slides li {
    height: 100%;
}

.banner .slides li img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.banner .flex-direction-nav,
.banner .flex-control-nav {
    display: none
}
/*header*/
.header{width: 100%;height: 98px;border-bottom: 1px solid #e5e5e5}
.logo{margin-top: 25px;}
.sytopcon{width: 215px;margin-top: 20px;}
.sytopcon h1{font-size: 17px;width:200px;text-align: right;}
.sytopcon h1 span{color: #ffb400;}
.sytopcon h2{color: #1764b3;font-size: 25px;width:200px;text-align: right; }

.Topnav{width: 100%;height: 62px;border-bottom: 1px solid #e5e5e5;position: relative;z-index: 99}
.nav>li{float: left;width: 135px;padding-top: 12px;height: 50px;}
.nav>li.hover>a,.nav>li:hover>a{color: #0659ae;}
.nav>li.hover,.nav>li:hover{background: url(../images/navlibg.jpg) no-repeat bottom;}
.nav>li>a>h1{text-align: center;display: block;border-right: 1px solid #cccccc;font-weight: normal;}
.nav>li>a>span{display: block;text-align: center;font-size: 12px;}
.nav>li:last-child>a>h1{border: none;}

.erji{background:#0558ad;padding: 0px 0;margin-top: 12px;display: none;}
.erji>li{height: 27px; }
.erji>li>a{color: #fff;line-height: 27px;text-align: center;display: block;width: 135px;border-bottom:1px solid #fff;margin: 0 auto}
.erji>li:hover a{color: #ffb400}
.erji>li:last-child a{border: none;}

@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}


/*footer*/
.footer{width: 100%;height:153px;background:#0558ad;padding-top: 20px}
.wrap1 {width: 700px;margin: 0 auto;}
.footnav{margin-bottom: 10px;height: 30px;}
.footnav li{float: left;width: 87px;}
.footnav li a{color: #fff;text-align: center;display: block;border-right: 1px solid #fff}
.footnav li:last-child a{border: none}
.footer span{display: block;text-align: center;display: block;color: #fff;line-height: 30px}
.footer span a{color: #fff}

/*固定的悬浮窗*/
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #0078ff url(../images/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #0078ff url(../images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0078ff url(../images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    /*height:200px;*/

    background: #0078ff url(../images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}
