@charset "utf-8";

/* CSS Document */
/*重置*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
a,
div,
span {
    margin: 0;
    padding: 0;
}

body {
    font-family: '微软雅黑' !important;
    font-size: 14px;
    color: #333;
    cursor: default;
    background-color: #fff !important;
}

em,
i {
    font-style: normal;
}

ul {
    list-style: none;
}

img {
    border: 0 none;
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.ml0 {
    margin-left: 0 !important;
}

.clearfix:after {
    clear: both;
    display: block;
    content: ""
}

.clearfix {
    zoom: 1
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

/*页面样式*/
.slideBox {
    width: 100%;
    max-width: 1680px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #e6ecef;
    font-size: 60px;
    z-index: 10;
    display: block;
    width: 65px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    border-radius: 10px;
    opacity: 0.5;
    font-weight: bold;
    font-family: "simsun";
}

.slideBox .prev:hover,
.slideBox .next:hover {
    opacity: 1;
}

.slideBox .prev {
    left: 30px;
}

.slideBox .next {
    right: 30px;
}

.slideBox .bd>ul>li>a {
    display: block;
    cursor: pointer;
}

.slideBox .hd {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
    z-index: 10;
    height: 20px;
    text-align: center;
}

.slideBox .hd span {
    display: inline-block;
    width: 60px;
    height: 5px;
    background: #c9e7fb;
    opacity: 0.6;
    margin: auto 10px;
    cursor: pointer;
}

.slideBox .hd span.on {
    background: #f06a6e;
    opacity: 1;
}



.headerfa {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background: #fff;
}

#header {
    width: 1360px;
    margin: auto;
}

#header>.logo {
    float: left;
    width: 240px;
    margin: auto;
    height: 116px;
}

#header>.nav {
    float: right;
    width: 1120px;
    height: 113px;
    line-height: 140px;
}

#header>.nav>div {
    width: 1050px;
    margin: auto;
    height: 113px;
    line-height: 113px;
}

#header>.nav a {
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 17px;
    width: 120px;
    z-index: 1;
    font-weight: 300;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}

#header>.nav a img {
    display: inline-block;
    margin-top: 37px;
}

#header>.nav a:hover {
    background: #f06a6e;
    color: #fff;
}

.foot {
    width: 100%;
    margin: 60px auto auto;
    background: #ea9603;
    color: #fff;
    overflow: hidden;
}

.footson {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.footsonleft {
    float: left;
    width: 600px;
    overflow: hidden;
}

.footsonright {
    float: right;
    width: 600px;
    margin-top: 40px;
    overflow: hidden;
}

.footsonright>div {
    font-size: 35px;
    font-weight: bold;
}

.footsonright>p {
    font-size: 24px;
}

.footsonright div.input {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    overflow: hidden;
}

.footsonright form {
    margin-top: 20px
}

.footsonright div.input span {
    display: block;
    width: 100px;
    float: left;
}

.footsonright div.input input {
    float: left;
    width: 220px;
    height: 20px;
    line-height: 20px;
}

.footsonright div.btn {
    width: 200px;
    overflow: hidden;
}

.footsonright div.btn>.btn1 {
    width: 100px;
    height: 40px;
    background: #ff0000;
    color: #fff;
    border: 0px;
}

.footsonright div.btn>.btn2 {
    width: 60px;
    height: 40px;
    margin-left: 20px;
    background: #ff0000;
    color: #fff;
    border: 0px;
}

.foot2 {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #ff0000;
    color: #fff
}