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: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 16px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #666;
}


/* 未访问的链接 */

a:visited {
    color: #666;
}


/* 已访问的链接 */

a:hover {
    color: #666;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #666;
}

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: 1200px;
    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: #fd9611;
}

.color {
    color: #fd9611;
}

/*index banner*/

.banner {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.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 {width: 1200px;height: 48px;position: absolute;left: 50%;top: 50%;margin:-24px 0 0 -600px;  z-index: 1}
.banner .flex-direction-nav a.flex-prev,
.banner .flex-direction-nav a.flex-next{position: absolute;width: 50px;height: 50px;background:url(../images/public/banner_btn.png) no-repeat;font-size: 0;}
.banner .flex-direction-nav a.flex-prev{left: -55px;}
.banner .flex-direction-nav a.flex-next{right: -55px;background-position:-50px 0; }

.banner .flex-control-nav {
    display: none
}
/*header*/
.header{width: 100%;height: 125px;border-bottom: 1px solid #e5e5e5}

.logo{margin-top: 10px;}
.sytopcon{margin-top: 38px;background: url(../images/tel_bg.png) no-repeat left;padding-left: 55px}
.sytopcon p{font-size: 18px;}
.sytopcon h2{color: #f45b05;font-size: 28px;text-align: right;line-height: 28px }

.Topnav{width: 100%;height: 60px;border-bottom: 5px solid #fd9611;position: relative;z-index: 99}
.Topnav.nav01 {position: fixed;top: 0;left: 0;z-index: 999;background: #fff}
.nav>li{float: left;width: 132px;height: 60px;line-height: 60px}
.nav>li.hover>a,.nav>li:hover>a{color: #f45b05;}
.nav>li.hover,.nav>li:hover{background: url(../images/navlibg.png) no-repeat bottom;}
.nav>li>a{text-align: center;display: block;font-size: 16px}

.erji{background:#fb8f04;padding: 0px 0;display: none;width: 307px;margin-left: -89px;}
.erji>li{height: 36px; }
.erji>li>a{color: #fff;line-height: 36px;text-align: center;display: block;width: 307px;border-bottom:1px dashed #fff;margin: 0 auto}
.erji>li:last-child a{border: none;}

@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}


/*footer*/

.footer {
    width: 100%;
    padding-top: 25px;
    height: auto;
    background: url(../images/foot_bg.jpg) no-repeat top center;
    color:#fafcfd;
    font-size: 15px;
	margin-top: 50px;
}
.footer .left div {
    margin-top: 5px;
}
.footer .left {
    width: 420px;
    height: auto;
}
.footer .left p{line-height: 26px;}

.footer .right {
    width: 125px;
    height: 125px;
    text-align: center;
    margin-top: 15px;
    margin-left: 15px
}

.footer .right img {
    width: 98px;
    height: 98px;
}

.footer_bottom {
    width: 100%;
    height: 30px;
    margin-top: 19px;
    line-height: 30px;
    text-align: center;
    background: #fff;
	font-size: 14px;
}

.footer_bottom strong {
    font-weight: 500;
    color: #1b1b1b;
    margin: 0 95px;
}

.footer_bottom strong a {
    color: #1b1b1b;
}