﻿@CHARSET "UTF-8";

.head2 {
    width: 100%;
    height: 60px;
    float: left;
}

/*reset*/
*, :after, :before {
    box-sizing: border-box;
    list-style: none;
}

a {
    text-decoration: none;
}

a, body, button, html, input, select, textarea {
    margin: 0px;
    padding: 0px;
    color: #333333;
    border: 0 none;
    font-size: 14px;
    font-family: arial, 'Microsoft Yahei', '微软雅黑', 'Pingfang SC',
    STHeitiSC-Light, STHeiti, SimSun, '宋体', 'Lantinghei SC', Helvetica,
    'Hiragino Sans GB', 'Source Han Sans SC', 'WenQuanYi Micro Hei',
    sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #f2f4f7;
    min-width: 1140px;
}

input {
    margin: 0px;
    padding: 0px;
    border: 0 none;
    outline: none;
}

img {
    border: none;
}

label {
    cursor: inherit;
}

/*reset end*/

/*font-size*/
.f_h1 {
    font-size: 32px;
}

.f_h15 {
    font-size: 29px;
}

.f_h2 {
    font-size: 26px;
}

.f_h25 {
    font-size: 24px;
}

.f_h3 {
    font-size: 22px;
}

.f_h35 {
    font-size: 20px;
}

.f_h355 {
    font-size: 19px;
}

.f_h4 {
    font-size: 18px;
}

.f_h45 {
    font-size: 16px;
}

.f_h5 {
    font-size: 15px;
}

.f_h55 {
    font-size: 14px;
}

.f_h6 {
    font-size: 13px;
}

.f_h7 {
    font-size: 12px;
}

.f_h8 {
    -webkit-text-size-adjust: none;
    font-size: 10px;
}

/*font-size end*/

/*font color*/
.f_g1 {
    color: #333333;
}

.f_g2 {
    color: #666666;
}

.f_g3 {
    color: #999999;
}

.f_g4 {
    color: #aaaaaa;
}

.f_g5 {
    color: #bbbbbb;
}

.f_g6 {
    color: #cccccc;
}

.f_g7 {
    color: #dddddd;
}

.f_g8 {
    color: #eeeeee;
}

.f_g9 {
    color: #ffffff;
}

/*.f_c1 {
    color: #529fcc;
}*/

.f_c1 {
    color: #1da1f2;
}

/*.f_c_r {
    color: #d95e40;
}*/

.f_c_r {
    color: #ff5e39;
}

.f_c_r2 {
    color: #cd4a34;
}

.f_c2 {
    color: #a8cfe5;
}

.f_c3 {
    color: #a3bfd6;
}

.f_c4 {
    color: #78808a;
}

.f_c5 {
    color: #4f5b6a;
}

.f_c6 {
    color: #999999;
}

.f_c7 {
    color: #989ba0;
}

.f_c8 {
    color: #9da8d1;
}

/*.f_c9 {
    color: #3b639f;
}*/

.f_c9 {
    color: #34495e;
}

.f_c10 {
    color: #a47e6b;
}

.f_c11 {
    color: #FA523E;
}

.f_c12 {
    color: #525558;
}

.f_c13 {
    color: #05a352;
}

/*.f_c_r {
    color: #d02b21;
}

.f_c_r {
    color: #e6510a;
}*/

.f_c_or {
    color: #f4af12;
}

.f_c_g2 {
    color: #05a352;
}

.f_c_g {
    color: #05a352;;
}

/*font color end*/
.f_l {
    text-decoration: underline;
}

.f_w_b {
    font-weight: 600;
}

.t_a_c {
    text-align: center;
}

.t_a_l {
    text-align: left;
}

.t_a_r {
    text-align: right;
}

/*border radius*/
.b_r3 {
    border-radius: 3px;
}

.b_r5 {
    border-radius: 5px;
}

/*border radius end*/

/*background-color*/
/*.bg_c_bu {
    background-color: #529fcc;
}*/

.bg_c_bu {
    background-color: #1da1f2;
}

.bg_c_g {
    background-color: #f2f4f7;
}

.bg_c_w {
    background-color: #ffffff;
}

/*.bg_c_r {
    background-color: #d95e40;
}

.bg_c_r2 {
    background-color: #f1614a;
}*/

.bg_c_r {
    background-color: #ff5e39;
}

/*.bg_c_gn {
    background-color: #55bc89;
}*/

.bg_c_gn {
    background-color: #02b879;
}

.bg_c_p {
    background-color: #a67dc2;
}

.bg_c_gy {
    background-color: #737f89;
}

.bg_c_gy2 {
    background-color: #fafafa;
}

.bg_c_gy3 {
    background-color: #33383e;
}

.bg_c_gy4 {
    background-color: #2c3238;
}

.bg_c_gy5 {
    background-color: #f8f9fb;
}

.bg_c_gy6 {
    background-color: #eeeeee;
}

.bg_c_gy7 {
    background-color: #a67dc1;
}

.bg_c_gy8 {
    background-color: #f2f2f2;
}

.bg_c_b {
    background-color: #222222;
}

.bg_r {
    background-color: #d02b21;
}

.bg_r2 {
    background-color: #e6510a;
}

.bg_or {
    background-color: #f4af12;
}

.bg_g {
    background-color: #05a352;
}

.bg_g2 {
    background-color: #29bc0e;
}

/*background-color end*/
.c_p {
    cursor: pointer;
}

.c_a {
    cursor: auto;
}

.hover:hover {
    color: #ff5e39;
    text-decoration: underline;
}

.hover2:hover {
    color: #1da1f2;
    text-decoration: underline;
}

.hover2:hover > em {
    color: #1da1f2 !important;
}

.cont {
    width: 100%;
    height: auto;
    float: left;
}

.cent {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.single_l {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont_footer {
    position: relative;
    height: 150px;
    margin-top: -150px;
    width: 100%;
}

.cont.footer {
    position: relative;
    width: 100%;
}

.cont.footer .foo_cont {
    width: 1170px;
    height: 115px;
}

.float_bar {
    position: absolute;
    right: 34px;
    bottom: 155px;
}

.float_bar_fixed {
    position: fixed;
    bottom: 20px;
}

.float_bar_absolute {
    position: absolute;
}

.float_list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

.float_list > li {
    box-sizing: content-box;
    width: 52px;
    height: 48px;
    margin-top: 2px;
    padding-top: 4px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 16px;
    color: #529fcc;
    border: 1px solid #d2d2d2;
}

.float_list > li:hover {
    cursor: pointer;
    border: 1px solid #529fcc;
    background: #fff;
}

.float_list > li:hover:after {
    content: attr(data-content);
}

.fl_li_bg1 {
    position: relative;
    background: url(../images/contact_ico.png) no-repeat;
}

.fl_li_bg2 {
    background: url(../images/contact_ico.png) -52px 0px no-repeat;
}

.fl_li_bg3 {
    background: url(../images/contact_ico.png) -104px 0px no-repeat;
}

.fl_qq {
    display: none;
    position: absolute;
    width: 185px;
    height: 39px;
    top: 7px;
    right: 50px;
    background: url(../images/contact_ico.png) 0px -52px no-repeat;
    line-height: 39px;
    font-size: 14px;
    text-indent: -15px;
    letter-spacing: 0px;
    color: #fff;
}

.cont.footer .foo_cont .foo_item {
    width: 100%;
    height: 25px;
    float: left;
}

.cont.footer .foo_cont .foo_item.top {
    margin-top: 25px;
}

.cont.footer .foo_cont .foo_item .nav_item {
    height: 15px;
    min-width: 50px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 2px;
    border-right: 1px solid #63686e;
    line-height: 15px;
}

.cont.footer.copy .foo_cont .foo_item .nav_item {
    line-height: 35px;
}

.cont.footer .foo_cont .foo_item .nav_item.right {
    border: none;
}

.cont.footer.copy {
    height: 35px;
}

.cont.footer.copy .foo_cont {
    height: 100%;
}

/*意见反馈*/
.feedback_back {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 1000;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #000000;
}

.feedback_box_cont {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 40%;
    z-index: 1001;
}

.feedback_box {
    width: 448px;
    height: 275px;
    float: left;
    margin-left: -224px;
    margin-top: -137px;
    box-shadow: 0px 0px 10px 2px #666666;
    padding: 13px;
    overflow: hidden;
}

.feedback_title {
    /*line-height: 64px;
    height: 63px;
    border-bottom: 1px #666666 solid;
    padding: 0 23px;
    overflow: hidden*/

}

.feedback_cont {
    /*height:327px;
    padding:15px 30px 33px 23px;
    overflow: hidden*/
    margin-top: 10px;
}

.feedback_tit {
    width: 100px;
    float: left;
}

.feedback_cont .feedback_text {
    resize: none;
    border: 1px #e0e0e0 solid;
    /*overflow: hidden;*/
    padding: 10px;
    width: 100%
}

.feedback_cont .t1 {
    height: 126px;
    outline: none
}

.feedback_cont .t2 {
    height: 40px;
    margin-top: 10px;
}

.feedback_l {
    margin-top: 22px;
}

.feedback_submit {
    width: 113px;
    height: 33px;
    float: right;
    margin-top: 11px;
}

.feedback_submit:hover {
    background-color: #50b3f1;
}

.feedback_submit:active {
    background-color: #0a8bdb;
}

#blackBg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    background-color: #000000;
}

.feedback_close {
    cursor: pointer;
    position: absolute;
    top: -125px;
    right: -210px;
}

.feedback_close img {
    width: 9px;
    height: 9px;
}

/*意见反馈结束*/
.cont_min {
    min-height: 810px;
}

.t {
    background-color: chocolate;
}