@charset "utf-8";
/*■■■■■■■■　共同设定 ■■■■■■■■*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ul li, input, dl, dd {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img, a img {
    border: 0;
    margin: 0;
    padding: 0;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #444;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

/* HTY Common Atom*/
.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c_b {
    clear: both;
}

textarea {
    resize: none;
    overflow: auto;
}

/*■■■■■■■■　基本设定　■■■■■■■■*/
body {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #535353;
    overflow-x: hidden;
    margin: 0 auto;
}

.theme_color {
    background: #00beaf;
}

.theme_color1 {
    background: #ee0062;
}

.theme_color2 {
    background: #222;
}

.wl_1004 {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ common -------------------*/
.rollover:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -khtml-opacity: 0.7;
    zoom: 1;
}

.main {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

/*-----------------  ■ header -------------------*/
.header {
    width: 100%;
    height: 85px;
    background-color: #fff;
}

.header .main {
    width: 1004px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    margin-top: 19px;
}

.header .tel {
    float: right;
    height: 85px;
    line-height: 85px;
    padding-left: 22px;
    font-size: 14px;
    color: #f76f0c;
    margin-left: 60px;
}

.header .tel div {
    float: left;
}

.header .tel div.num {
    font-size: 24px;
    color: #ff7304;
    font-family: impact;
    padding-left: 10px;
}

.header .share_b {
    float: right;
    margin-top: 17px;
}

/*------search-------*/
.isearch {
    float: right;
    width: 25px;
    height: 25px;
    margin: 13px 0 0;
    position: relative;
}

.isearch span {
    display: block;
    height: 25px;
    background: url(../images/search.png) center top no-repeat;
}

.search01 {
    float: right;
    width: 239px;
    height: 27px;
    background: url(../images/searchf.png) center top no-repeat;
    margin-top: 20px;
    display: none;
    position: relative;
    z-index: 99
}

.search02 {
    float: left;
}

.search02 input.search03 {
    width: 80px;
    font-size: 12px;
    color: #fff;
    height: 27px;
    line-height: 27px;
    margin-left: 15px;
    border: none;
    outline: none;
    float: left;
    background: none;
}

.search01 input.search04 {
    width: 33px;
    height: 27px;
    float: right;
    text-align: center;
    line-height: 27px;
    color: #fff;
    font-family: "微软雅黑";
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    margin-right: 10px;
}

.search05 {
    float: left;
    width: 74px;
    height: 27px;
    line-height: 27px;
    background-image: url(../images/index_icon01.png);
    background-repeat: no-repeat;
    background-position: 59px 10px;
}

.jslct {
    color: #333;
    font-family: "Microsoft YaHei";
    display: inline-block;
    zoom: 1;
    font-size: 12px;
    position: relative;
    cursor: default;
    line-height: 27px;
}

.jslct div.jslct_t {
    position: relative;
    padding-left: 5px;
    z-index: 2;
    *display: block !important;
    *display: inline;
    zoom: 1;
}

.jslct em {
    font-style: normal;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.jslct dl, .jslct dl dd {
    padding: 0;
    margin: 0;
    list-style: none
}

.jslct dl {
    background: #ffa200;
    position: absolute;
    top: 27px;
    left: 0;
    cursor: default;
    width: 80px;
    padding: 0 2px 8px;
    overflow: hidden;
    z-index: 1;
    display: none;
    font-size: 12px;
}

.jslct dl dd {
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    border- /
    bottom: #ccc solid 1px;
    white-space: nowrap;
    cursor: pointer;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.jslct dl dd:hover {
    color: #fff;
    background: #ffa200;
}

.jslct dl dd.hover {
    color: #fff;
    background: #ffa200;
}

/*********nav*********/
.g_nav {
    height: 48px;
    width: 100%;
    position: relative;
    background-color: #f76f0c;
}

.g_nav01 {
    width: 1004px;
    margin: 0 auto;
}

.g_nav01 table {
    width: 100%;
}

.g_nav01 table tr td {
    text-align: center;
    height: 48px;
    position: relative;
    width: 110px;
}

.g_nav01 a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 5px 14px;
    border-radius: 20px;
}

.g_nav01 td.now a, .g_nav01 td:hover a {
    background-color: #ffa200;
}

.g_nav01 a span {
    font-size: 12px;
    color: #baa58c;
}

.g_nav01 table tr td .nav_tan {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 48px;
    padding: 5px 0 10px 0;
    background-color: #f76f0c;
    opacity: 0.95;
    z-index: 100;
}

.g_nav01 table tr td .nav_tan a {
    width: 90%;
    background: none;
    padding: 0;
    margin: 0 auto;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.g_nav01 table tr td .nav_tan a:hover {
    width: 90%;
    background: #ffa200;
    padding: 0;
    margin: 0 auto;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
}

/*********footer*********/
.footer {
    width: 100%;
    clear: both;
    background-color: #f76f0c;
}

.footer .share_b {
    float: right;
    padding: 10px 0 0
}

.footer .manager_info {
    width: 100%;
    line-height: 1.8;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.footer .manager_info a {
    color: #fff;
}


.wl {
    width: 1004px;
    margin: 0 auto;
    position: relative;
}

.pl_20 {
    padding-left: 20px;
}

/*首页头部banner*/
.banner {
    height: 425px;
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

.banner > ul {
    width: auto;
    height: 100%;
}

.banner .show a{
    display: block;
}
.banner .show img{
    width: 100%;
}
.banner .prev {
    width: 30px;
    height: 60px;
    position: absolute;
    left:20px;
    top: 187px;
    background-image: url(../images/arrow_left.png);
    cursor: pointer;
}

.banner .next {
    width: 30px;
    height: 60px;
    position: absolute;
    right: 20px;
    top: 187px;
    background-image: url(../images/arrow_right.png);
    cursor: pointer;
}

.banner .ctrl {
    position: absolute;
    z-index: 99;
    bottom: 12px;
    left: 50%;
    display: none
}

.banner .ctrl div {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #5d5974;
    border-radius: 100%;
    margin-left: 12px;
    cursor: pointer;
}

.banner .ctrl div.now {
    background-color: #fff;
    position: relative;
    top: -3px;
    border: 3px solid #ff7304;
}

.banfloat {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 41px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 9;
    font-size: 14px;
}

.banfloat span {
    float: left;
    background: url(../images/d1.png) left center no-repeat;
    padding: 0 0 0 30px;
    line-height: 41px;
    color: #333;
}

.banfloat marquee {
    float: left;
    width: 560px;
    line-height: 41px;
    color: #666;
}

.iwhy_bg {
    height: 145px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -20px;
    position: relative;
    z-index: 99
}

/*//翻页*/
.pages{clear:both; text-align:center; font-size:12px; padding:15px 0 20px 0;color:#7e7064;margin-top:20px;}
.pages a,.pages span{display:inline-block; height:24px;padding:0 9px; margin:0 4px!important; line-height:24px;}
.pages a:link,.pages a:visited{color: #7e7064; line-height:24px; border:1px solid #f8700d ; background:#fff;}
.pages a:hover,.pages a:active,.pages span.ctxt{ background:#f8700d ; border:1px solid #f8700d ;color: #fff; text-decoration:none}
