@charset "UTF-8";

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

body {
    font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif;
    background: #fff;
    word-wrap: break-word;
    font-size: 30px;
    /*background:url(../img/body_bg.jpg) center top no-repeat;	*/
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    content: '\200B';
}

.x_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(-50%);
    /* Opera */
}

.y_center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari å’Œ Chrome */
    -o-transform: translateY(-50%);
    /* Opera */
}

.xy_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /* IE 9 */
    -moz-transform: translateX(-50%) translateY(-50%);
    /* Firefox */
    -webkit-transform: translateX(-50%) translateY(-50%);
    /* Safari å’Œ Chrome */
    -o-transform: translateX(-50%) translateY(-50%);
    /* Opera */
}

.wrap {
    width: 100%;
    background-image: -moz-linear-gradient(top, #bfe5fa 40%, #bcb8d1);
    background-image: -webkit-linear-gradient(top, #bfe5fa 40%, #bcb8d1);
    background-image: -ms-linear-gradient(top, #bfe5fa 40%, #bcb8d1);
}

.wrap .img_box {
    min-width: 1200px;
    position: relative;
}

.wrap .img_box>img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

body {
    margin: 0;
}

img {
    display: block;
}

reg {
    font-size: 50%;
    position: relative;
    top: -10px;
    margin-left: 5px;
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.contanter * {
    box-sizing: border-box;
}

.contanter {
    width: 100%;
    margin: 0 auto;
    color: #000;
    font-family: -apple-system-font, "Microsoft YaHei";
}

.contanter .TopNavigater {
    height: 60px;
    width: 1100px;
    margin: 0 auto;
    background: #FFFFFF;
    font-size: 0
}

.contanter .TopNavigater .LOGO {
    width: 92px;
    height: 40px;
    margin: 10px 100px 10px 0px;
    display: inline-block;

}

.contanter .TopNavigater .NavTip {
    line-height: 60px;
    display: inline-block;
}

.contanter .TopNavigater .NavTip>li {
    width: auto;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #494949;
    letter-spacing: 0;
    font-weight: bold;
    cursor: pointer;
}
.contanter .TopNavigater .NavTip>li:hover {
    background: #faf5f3;
}
.contanter .TopNavigater .NavTip>li.active {
    background:  #EA5412;
}
.contanter .TopNavigater .NavTip .jumpLink{
    padding: 17px 50px 17px 50px
}
.contanter .TopNavigater .NavTip>li.active .jumpLink {
    color: #FFFFFF;
}

.header {
    width: 100%;
    height: 640px;
    background: url(/img/img-01.jpg) no-repeat top center;
}

.header .container {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.bgimg {
    width: 100%;
    height: auto;
}

.logoPanel {
    width: 155px;
    height: 67px;
    padding-top: 30px;
    box-sizing: content-box;
}

.logoPanel img {
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.phonePanel {
    width: 245px;
    padding-left: 60px;
    color: #fff;
    font-size: 23px;
    position: absolute;
    top: 30px;
    right: 30px;
    text-decoration: none;
    letter-spacing: 1px;
}

.phonePanel:hover {
    text-decoration: none;
    color: #fff;
}

.phonePanel img {
    position: absolute;
    width: 50px;
    height: 50px;
    float: left;
    top: 5px;
    left: 0;
}

.phonePanel .bold {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 20px;
}

.headerPanel {
    padding-left: 265px;
    color: #fff;
    margin-top: 45px;
}

.headerPanel h1,
.headerPanel h2 {
    font-size: 65px;
    font-weight: normal;
    line-height: 65px;
    letter-spacing: 2px;
}

.headerPanel h1 {
    font-weight: bold;
    margin-top: 5px;
}

.headerPanel ul {
    width: 556px;
    padding: 20px 0;
    font-size: 24px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 40px 0;
}

.headerPanel ul li {
    padding-left: 30px;
    position: relative;
    line-height: 25px;
    font-size: 25px;
    letter-spacing: 1px;
}

.headerPanel ul li:first-child {
    margin-bottom: 20px;
}

.headerPanel ul li img {
    width: 27px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 1px;
}

.headerPanel sup {
    font-size: 25px;
    line-height: 25px;
    position: relative;
    top: -16px;
    margin: 0 4px;
}

.headerBtn {
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    font-size: 30px;
    color: #e06936;
}

.headerBtn:hover,
.headerBtn.active {
    background: #ffede6;
}

.section {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
}

.section.section1 {
    background: #ffffff;
}

.section h3 {
    font-size: 45px;
    font-weight: normal;
}

.section h3.h3bold {
    /* font-weight: bold; */
}

.section h3 sup {
    font-size: 18px;
    position: relative;
    top: -7px;
}

.section p {
    font-size: 25px;
}

.section p.fuTitle {
    font-weight: 300;
}

.section .sec8-p2 a {
    font-size: 24px;
    color: #282828;
    font-family: "Microsoft YaHei";
}

.section1 ul {
    width: 1102px;
    margin: 60px auto;
}

.section1 ul li {
    display: inline-block;
    margin-right: 40px;
}

.section1 ul li:last-child {
    margin-right: 0;
}

.section1 ul li img {
    width: 86px;
    height: auto;
    margin: 0 auto;
}

.section1 ul li h3 {
    font-size: 25px;
    margin: 12px 0;
}

.section1 ul li p {
    font-size: 20px;
    color: #898989;
}

.esc1-btn {
    display: block;
    margin: 0 auto;
    width: 380px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 33px;
    font-size: 30px;
    color: #fff;
    background: #f67d52;
    box-shadow: 2px 2px 10px 3px rgba(246, 125, 82, 0.8);
}

.section3 .esc1-btn {
    /*background: url(../img/img-26.png) no-repeat center center;*/
    background-size: 100%, 100%;
    box-shadow: none;
    margin-top: 35px;
}

.esc1-btn:hover,
.esc1-btn.active {
    background: #e66030;
    box-shadow: 2px 2px 10px 3px rgba(230, 96, 48, 0.8);
}

.section3 .esc1-btn:hover,
.section3 .esc1-btn.active {
    background: url(/img/img-27.png) no-repeat center center;
    box-shadow: none;
}

.section.section2,
.section.section5 {
    background: #ededed;
    padding-bottom: 70px;
}

.sec2Panel {
    width: 1100px;
    margin: 40px auto 70px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.tabBtn {
    width: 100%;
    height: 80px;
    padding: 12px 20px;
    background: #e66030;
}

.tabBtn li {
    width: 265px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    float: left;
    cursor: pointer;
}

.tabBtn li.active {
    background: #fff;
    color: #e66030;
    cursor: default;
}

.tabItem {
    background: #fff;
    padding: 30px 56px 0;
}

.tabItem li {
    display: none;
}

.tabItem li.active {
    display: block;
}

.tabItem li .itemPanel {
    background: #f7f7f7;
    padding: 20px;
    position: relative;
    height: auto;
    overflow: hidden;
    margin-bottom: 24px;
    text-align: left;
}

.tabItem li .itemPanel img.lfImg {
    width: 98px;
    height: 96px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
}

.tabItem li .itemPanel .textPanel {
    width: 660px;
    float: left;
    margin-left: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.tabItem li .itemPanel h2 {
    font-size: 30px;
    float: left;
    width: 170px;
    margin-right: 40px;
    height: 100%;
}

.tabItem li .itemPanel p {
    font-size: 24px;
    color: #898989;
}

.tabItem li .itemPanel .classDesc {
    float: left;
}

.tabItem li .itemPanel .openDet {
    font-size: 25px;
    color: #3e8fd4;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    padding-right: 20px;
    line-height: 100px;
    cursor: pointer;
}

.tabItem li .itemPanel .openDet img {
    display: inline-block;
    width: 14px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
}

.tabItem li .itemPanel.active {
    height: 188px;
    background: #fff2ee;
}

.tabItem li .itemPanel.active h2 {
    margin-bottom: 15px;
}

.tabItem li .itemPanel.active p {
    display: block;
    font-size: 24px;
    color: #898989;
    line-height: 40px;
}

.tabItem li .itemPanel.active .openDet {
    display: none;
}

.section3 {
    width: 100%;
    height: 280px;
    background: url(/img/img-24.jpg) no-repeat center center;
    color: #fff;
    text-align: center;
    padding: 35px;
}

.section3 h3 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 55px;
}

.section3 p {
    width: 460px;
    margin: 0 auto;
    padding-left: 30px;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
}

.section3 p img {
    width: 27px;
    height: 22px;
    position: absolute;
    top: 2px;
    left: 0;
}

.section4 {
    padding-bottom: 10px;
}

.esc4Panel {
    width: 1055px;
    margin: 50px auto 40px;
    position: relative;
}

.esc4tabItem1,
.esc4tabBtn,
.esc4tabItem2 {
    width: 100%;
    margin: 0 auto;
}

.esc4tabItem1 li,
.esc4tabItem2 li {
    display: none;
}

.esc4tabItem1 li.active,
.esc4tabItem2 li.active {
    display: block;
}

.esc4tabItem1 li {
    width: 100%;
    height: 391px;
}

.esc4tabItem1 li img {
    width: 100%;
    height: 100%;
}

.esc4tabBtn {
    width: 160px;
    height: 390px;
    right: 0;
    top: 0;
    background: #f67d52;
    padding: 2px;
    position: absolute;
    box-sizing: border-box;
}

.esc4tabBtn li {
    width: 156px;
    height: 94px;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
    cursor: pointer;
}

.esc4tabBtn li:last-child {
    margin-right: 0;
}

.esc4tabBtn li img,
.esc4tabBtn li.active img.dis {
    width: 100%;
    height: 100%;
    display: none;
}

.esc4tabBtn li.active img.act,
.esc4tabBtn li img.dis {
    display: block;
}

.esc4tabItem2 {
    margin-top: 20px;
}

.esc4tabItem2 .item2Title {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 20px 0 20px 140px;
    font-size: 30px;
    line-height: 30px;
    background: #fff2ee;
    border-radius: 7px;
    margin-bottom: 34px;
}

.esc4tabItem2 .item2Title span {
    position: absolute;
    left: 25px;
    top: 20px;
}

.item2List {
    width: 100%;
    text-align: justify;
    overflow: hidden;
    height: 160px;
}

.item2List:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 100%;
}

.item2List .listDome {
    display: inline-block;
    height: 146px;
}

.item2List .listDome img {
    display: block;
    width: 86px;
    height: 86px;
    float: left;
}

.item2List .listDome>div {
    float: left;
    margin-left: 15px;
}

.item2List .listDome p {
    font-size: 25px;
    color: #898989;
}

.item2List .listDome p.listBold {
    font-size: 30px;
    color: #282828;
}

.section.section5 {
    padding-bottom: 30px;
}

.esc5Panel {
    width: 1100px;
    margin: 46px auto 0;
}

.esc5Panel li {
    position: relative;
    width: 529px;
    height: 130px;
    float: left;
    background: #fff;
    margin-bottom: 22px;
    box-shadow: 2px 2px 10px 1px rgba(208, 208, 208, 0.8);
    margin-right: 40px;
}

.esc5Panel li:nth-child(2n) {
    margin-right: 0;
}

.esc5Panel li .bor {
    display: inline-block;
    width: 8px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #82cbd8;
}

.esc5Panel li:nth-child(2) .bor {
    background: #86bfea;
}

.esc5Panel li:nth-child(3) .bor {
    background: #e88670;
}

.esc5Panel li:nth-child(4) .bor {
    background: #e87984;
}

.esc5Panel li .esc5Text {
    width: 380px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    text-align: left;
}

.esc5Panel li .esc5Text h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.esc5Panel li .esc5Text p {
    font-size: 24px;
    line-height: 30px;
    color: #898989;
}

.esc5Panel li .esc5Btn {
    display: inline-block;
    font-size: 24px;
    color: #3e8fd4;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    padding-right: 20px;
    line-height: 1rem;
}

.esc5Panel li .esc5Btn img {
    display: inline-block;
    width: 16px;
    height: 23px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
}

.sec6Panel {
    width: 1100px;
    height: 572px;
    position: relative;
    margin: 70px auto;
}

.sec6Panel li {
    position: absolute;
    text-align: left;
}

.sec6Panel li:first-child {
    width: 787px;
    height: 490px;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.sec6Panel li:first-child img {
    width: 100%;
    height: 100%;
}

.sec6Panel li h3 {
    font-size: 25px;
    line-height: 25px;
}

.sec6Panel li p {
    font-size: 22px;
    color: #898989;
    line-height: 22px;
    margin-top: 12px;
}

.sec6Panel li:nth-child(2) {
    top: 0;
    left: 368px;
}

.sec6Panel li:nth-child(3) {
    top: 180px;
    left: 35px;
}

.sec6Panel li:nth-child(4) {
    top: 180px;
    right: 30px;
}

.sec6Panel li:nth-child(5) {
    bottom: 0;
    left: 80px;
}

.sec6Panel li:nth-child(6) {
    bottom: 0;
    right: 125px;
}

.section7 {
    background: #f67d52;
    color: #fff;
}

.esc7Panel1 {
    width: 840px;
    height: 220px;
    margin: 70px auto 50px;
}

.esc7Panel1 li {
    width: 406px;
    height: 220px;
    border: 2px solid #fff;
    border-radius: 7px;
    padding: 15px 30px;
}

.esc7Panel1 li:nth-child(1) {
    float: left;
}

.esc7Panel1 li:nth-child(2) {
    float: right;
}

.esc7Panel1 li h3 {
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    font-weight: normal;
    text-align: left;
}

.esc7Panel1 li p {
    font-size: 24px;
    text-align: justify;
    margin-top: 10px;
}

.esc7Panel1 li a {
    display: block;
    position: relative;
    font-size: 24px;
    color: #fff55a;
    text-align: right;
    padding-right: 25px;
    margin-top: 10px;
    line-height: 25px;
}

.esc7Panel1 li a img {
    position: absolute;
    top: 2px;
    right: 0;
    width: 14px;
    height: 25px;
}

.esc7Panel2 .esc7Title {
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.esc7Panel2 .esc7Titlesm {
    font-size: 26px;
    text-align: center;
    margin-bottom: 50px;
}

.esc7Panel2-mask {
    width: 840px;
    margin: 40px auto 70px;
}

.esc7Panel2-mask li {
    width: 100%;
    padding: 25px;
    background: #fff;
    box-shadow: 10px 10px 10px rgba(229, 89, 39, 0.4);
    margin-bottom: 55px;
    border-radius: 7px;
    padding: 30px 150px;
    box-sizing: border-box;
}

.esc7Panel2-mask li div {
    line-height: 60px;
    color: #8b2500;
    font-size: 30px;
    text-align: center;
}

.esc7Panel2-mask li div img {
    display: inline-block;
    width: 57px;
    height: 60px;
    vertical-align: middle;
    margin-right: 20px;
}

.esc7Panel2-mask li p {
    font-size: 24px;
    margin-top: 22px;
    color: #282828;
    text-align: left;
    line-height: 30px;
}

.esc7Panel2-mask li p span {
    float: right;
}

.esc7Panel2-mask li p span b {
    font-size: 36px;
    font-weight: normal;
}

.esc7Panel2 .headerBtn {
    font-size: 35px;
}

.section8 {
    padding-bottom: 2rem;
    background: #fff;
}

.section8 .esc8-img1 {
    width: 1002px;
    height: auto;
    margin: 40px auto;
}

.section8 .esc8-img2 {
    width: 948px;
    height: auto;
    margin: 0rem auto;
    margin-bottom: 20px;
}

.section8 .sec8-p {
    font-size: 15px;
    color: #a5a5a6;
    text-align: center;
}

.sec8-p2 {
    font-size: 25px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.sec8-p2 span {
    display: inline-block;
    margin: 0 40px;
    font-size: 24px;
}

.footer{
    width:100%;
    height: 280px;
    background: #383838;
}

.footer .footerContent{
    width: 950px;
    margin: 0 auto;
}

.footer .footerContent .LOGO{
    width: 170px;
    height: 74px;
    display: inline-block;
    margin-top: 37px;
    margin-right: 174px;
    margin-bottom: 40px;
}

.footer .footerContent .contextLink {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    display: inline-block;
    margin-top: 55px
}
.footer .footerContent .contextLink .about{
    width: 27px;
    height: 30px;
    display: inline-block;
    background: url(/img/about.png)no-repeat center center;
    margin-right: 14px;
    vertical-align: top;
}
.footer .footerContent .contextLink .face{
    width: 27px;
    height: 30px;
    display: inline-block;
    background: url(/img/face.png)no-repeat center center;
    margin-right: 14px;
    margin-left: 90px;
    vertical-align: top;
}
.footer .footerContent .contextLink a{
font-size: 18px;
color: #ffffff;
}

.footer .footerContent .Line{
    width: 100%;
    height: 1px;
    background: #797979;
    margin-bottom: 25px;
}

.footer .footerContent .FooterText{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 23px auto;
}

.footer .beianArea{
    width: 100%;
    height: 62px;
    background: #000000;
}
.footer .beianArea a{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
    display: block;
}

.maskPanel {
    width: 100%;
    height: 88px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.maskPanel .maskLF {
    display: block;
    width: 50%;
    height: 88px;
    position: relative;
    float: left;
    background: #000000;
    padding: 15px;
    padding-left: 190px;

}

.maskPanel .maskLF img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 162px;
    height: 162px;
}

.maskPanel .maskLF p {
    font-size: 24px;
    color: #fff;
}

.maskPanel .maskRG {
    width: 50%;
    height: 88px;
    float: right;
    background: #e66030;
    padding: 24px 21px;
}

.maskPanel .maskRG a {
    display: inline-block;
    line-height: 37px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    position: relative;
    float: left;
    padding-left: 45px;
}

.maskPanel .maskRG a img {
    position: absolute;
    width: 37px;
    height: 37px;
    left: 0;

}

.maskPanel .maskRG span {
    display: inline-block;
    float: left;
    width: 1px;
    height: 40px;
    margin: 0 10px;
    background: #fff;
}
