/*base style*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    color: #333;
    background-color: #fff;
    font-size: 15px;
    background-attachment: fixed;
    overflow-x: hidden;
}

a {
    color: #06f;
    text-decoration: none;
}

a:hover {
    color: rgb(0, 136, 239);
    text-decoration: none;
}

.banner img {
    border: none;
    vertical-align: middle;
    min-width: 100%;
    height: 550px;
}

i,
em {
    font-style: normal;
}

li {
    list-style-type: none;
}

textarea {
    resize: vertical;
}

input,
select,
textarea {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    background-color: #fff;
    margin: 0;
    padding: 0;
    outline: none;
}

area {
    outline: none;
}

button:focus {
    outline: 0;
}


/*global style*/

.g-fl {
    float: left;
}

.g-fr {
    float: right;
}

.g-c {
    zoom: 1;
}

.g-c:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.g-w {
    max-width: 1200px;
    min-width: 980px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.g-hide {
    display: none !important;
}

body::-webkit-scrollbar {
    width: 1px !important;
    height: 30px !important;

}




/* tab */
.head_container {
    width: 100%;
    display: flex;
    padding-top: 30px;
    position: fixed;
    z-index: 999;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    top: 0;
    transition-duration: 1.2s;
}

.backcolor {
    background-color: #fff;
}

.head_container .head_center {
    margin: auto;
    width: 1300px;
    min-width: 1300px;
    display: flex;
    justify-content: space-between;
}

.head_container .head_center .rf_tab {
    display: flex;
    width: 70%;
    justify-content: space-between;
    margin: auto 0;
}

.head_container .head_center .lf_logo a {
    display: flex;
}

.head_container .head_center .lf_logo a img {
    /*width: 300px;*/
}

.list_bar {
    width: 17%;
    display: flex;
    justify-content: flex-end;

}

.list_bar .soclcolor {
    color: #333;
}

.list_bar a {
    font-size: 16px;
    padding-bottom: 4px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
}

.list_bar a:hover {
    font-size: 16px;
    color: #0c6ef7;
    border-bottom: 2px solid #0c6ef7;
}

.activebar a {
    font-size: 16px;
    color: #fff;
    border-bottom: 2px solid #0c6ef7;
}

/* 顶部大图 */
.top_bigimg {
    width: 100%;
    min-width: 1300px;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.top_bigimg img {
    width: 100%;
    display: block;
}

.bigm_desc {
    position: absolute;
}

.bigm_desc .big_title {
    font-size: 56px;
    color: #fff;
}

.bigm_desc .small_text {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.7);
}

/* 联系我们 */
.contact_container {
    width: 100%;
    display: flex;
    min-width: 1300px;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.contact_container .contact_back {
    width: 100%;
    position: absolute;
    display: flex;
    z-index: 1;

}

.contact_container .contact_back img {
    display: block;
    height: 100%;
    width: 100%;
}

.contact_container .contact_center {
    margin: auto;
    position: relative;
    z-index: 10;
    width: 1300px;
    /* border: 1px solid red; */

}

.contact_container .contact_center .centertitl {
    width: 100%;
    text-align: center;
    padding: 60px 0 50px;
    font-size: 32px;
    color: #ffffff;
}

.contact_container .contact_center .contact_from {
    width: 100%;

}

.contact_container .contact_center .contact_from .userbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact_container .contact_center .contact_from .userbox .listinput {
    width: 32%;
    display: flex;
    background-color: #ffffff;
    padding: 14px 20px;
    border-radius: 6px;
    justify-content: space-between;
}

.contact_container .contact_center .contact_from .userbox .listinput input {
    width: 60%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
}

.contact_container .contact_center .contact_from .userbox .listinput button {
    width: 32%;
    color: #fff;
    font-size: 16px;
    background-color: #3385f8;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}

.contact_container .contact_center .contact_from .textareabox {
    width: 100%;
    display: flex;
    height: 180px;
    justify-content: space-between;
    margin-top: 20px;
}

/* .contact_container .contact_center .contact_from .textareabox .areainfomes {
    width: 66%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
} */

.contact_container .contact_center .contact_from .textareabox textarea {
    width: 66%;
    font-size: 15px;
    color: #555;
    padding: 12px;
    border-radius: 6px;
    line-height: 36px;
}

.contact_container .contact_center .contact_from .textareabox textarea::-webkit-scrollbar {
    display: none !important;
}

.contact_container .contact_center .contact_from .textareabox .submt_btn {
    width: 33%;
    display: flex;
}

.contact_container .contact_center .contact_from .textareabox .submt_btn button {
    margin: auto;
    width: 50%;
    background-image: linear-gradient(#FFA903, #ffd071);
    border: none;
    padding: 22px 0;
    cursor: pointer;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
}

.bomt_mesageinfo {
    width: 100%;
    background-color: #000;

    display: flex;
    flex-direction: column;
}

.bomt_mesageinfo .blak_center {
    width: 1300px;
    margin: auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.bomt_mesageinfo .blak_center .lf_conten {
    /* width: 100%; */
    width: 49%;
    display: flex;

}

.bomt_mesageinfo .blak_center .lf_conten .mest_ulbox {
    width: 30%;
}

.bomt_mesageinfo .blak_center .lf_conten .mest_ulbox p {
    color: #fff;
    font-size: 18px;
    line-height: 70px;
    font-weight: 600;
}

.bomt_mesageinfo .blak_center .lf_conten .mest_ulbox li {

    padding: 8px 0;
}

.bomt_mesageinfo .blak_center .lf_conten .mest_ulbox li a {
    color: #999999;
    font-size: 15px;
}

.bomt_mesageinfo .blak_center .lf_conten .mest_ulbox li a:hover {
    color: #ffffff;
}

.bomt_mesageinfo .blak_center .rf_conten {
    width: 49%;
    display: flex;
    justify-content: flex-end;

}

.bomt_mesageinfo .blak_center .rf_conten .mesage_cent {
    margin: auto 0;
}

.bomt_mesageinfo .blak_center .rf_conten .mesage_cent p {
    line-height: 40px;
    color: #ffffff;
}

.bomt_mesageinfo .blak_center span {
    width: 1px;
    background-color: #7e7e7e;
}

.bomt_mesageinfo .botm_text {
    text-align: center;
    color: #fff;
    border-top: 1px solid #cdcdcd;
    padding: 30px 0;
}

.bomt_mesageinfo .botm_text a {
    color: #ffffff;
}

.bomt_mesageinfo .botm_text a:hover {
    color: #06f;
}






.mest_conent {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 100;

    background-color: rgb(63, 130, 255);
}

.mest_conent .head_search {
    width: 1300px;
    /* width: 90%; */
    /* border: 1px solid red; */
    margin: auto;

    display: flex;
    background-color: rgb(63, 130, 255);
}

.mest_conent .head_search .lf_logobox {
    width: 30%;
    height: 100%;
    padding: 8px 0;
    background-color: #fff;
    background-color: #fff;
    display: flex;
}

.mest_conent .head_search .lf_logobox img {
    margin: 0 auto;
    width: 61%;
}

.mest_conent .head_search .rf_headinput {
    background-color: rgb(63, 130, 255);
    width: 70%;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.mest_conent .head_search .rf_headinput .head_inpubox {
    margin-left: 10%;
    display: flex;
    background-color: rgba(255, 255, 255, .4);
    padding: 0px 30px;
    border-radius: 80px;
    width: 72%;
    justify-content: space-between;
}

.mest_conent .head_search .rf_headinput .head_inpubox img {
    width: 36px;
    height: 36px;
    margin: auto 0;

}

.mest_conent .head_search .rf_headinput .head_inpubox input {
    border: none;
    width: 92%;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0);
}

.mest_conent .head_search .rf_headinput .head_inpubox input::-webkit-input-placeholder {
    color: #fff;
}

.mest_conent .head_search .rf_headinput a {
    margin: auto 0;
    padding: 0 20px;
    /* text-decoration: revert; */
    color: #fff;

}

.mest_conent .head_search .rf_headinput a p {
    /* line-height: 40px; */
    border-bottom: 1px solid #fff;
    font-size: 18px;
}

/* content */
.conentbox {
    width: 100%;
}

.conentbox .detail_content {
    width: 1300px;
    /* width: 90%; */
    min-width: 1300px;
    margin: auto;
    display: flex;
    justify-content: space-between;

    /* border: 1px solid red; */
}

.conentbox .detail_content .lf_userbox {
    width: 27%;
    /* margin-right: 3%; */
    /* border: 1px solid red; */

}

.conentbox .detail_content .lf_userbox .usemesage {
    margin: 0 auto;
    background-color: #f0f9ff;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
}

.conentbox .detail_content .lf_userbox .usemesage .user_img {
    margin: 60px auto;
}

.conentbox .detail_content .lf_userbox .usemesage .user_img img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.conentbox .detail_content .lf_userbox .usemesage .user_img p {
    color: rgb(53, 141, 255);
    text-align: center;
    font-size: 22px;
    margin-top: 15px;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul {
    width: 100%;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .active_tab {
    background-color: #1097f4;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .active_tab .tab_cent .tab_cent p {
    color: #fff;
}


.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab {
    width: 100%;
    /* border: 1px solid red; */
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 30px 0;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a:hover {
    background-color: #1097f4;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a:hover .tab_cent p {
    color: #fff;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab .active_tab {
    background-color: #1097f4;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab .active_tab .tab_cent p {
    color: #fff;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a .tab_cent {
    margin: auto;
    display: flex;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a .tab_cent img {
    width: 40px;
    height: 40px;
}

.conentbox .detail_content .lf_userbox .usemesage .tab_ul .list_tab a .tab_cent p {
    color: #333;
    margin: auto 10px;
    font-size: 18px;
    font-weight: 600;
}
td{border: 1px solid;}