* {
    box-sizing: border-box;
    padding:0px;
    margin:0px;
}
body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size:14px;
}

body{
    /* font-family:PingFangSC-Semibold; */
    padding:0px;
    margin:0px;
}
ul, li{list-style-type: none; margin:0px; padding:0px;}
a{ text-decoration:none;}
a:hover{ text-decoration:none; }

.clear{ clear: both; height:1px; margin-top:-1px;}

.fp-tableCell {
    vertical-align: top;
}



.header_fixed_box{
    height:60px; position: fixed; width: 100%; z-index: 99999999; padding:10px 20px;
    /* background-color: rgba(0, 0, 0, 0.9); */
}


/* 头部 */
.header{
    margin:10px auto; height:42px; overflow:hidden;
    /* max-width:1380px; */
    width:100%;
    position:relative;
}
.logo{display: inline-block; }
.menu{display: inline-block; margin-left:20px;}
.header_txt{display: inline-block; margin-left:60px; font-size: 24px; line-height:42px;}
.hi{
    display: inline-block;
    float:right;
    background:#FB3C0A;
    width:156px;
    height:36px;
    line-height:36px;
    /* font-family:FZLTXHJW--GB1-0; */
    font-size:18px;
    color:#ffffff;
    letter-spacing:0;
    text-align:justify;
    text-align:center;
    margin-top:4px;
    border-radius:30px;
}
.hi:hover{ background: #333333;}

#mask_animate{
    position: fixed;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 9999;
    background: #000;
    opacity: 1;
    transition: .36s ease;
    display: none;
    animate-duration: 1s;
}

/* 导航 */
.open_index{ cursor:pointer; }
#openBtn {
    color: #333;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    cursor: pointer;
    position:absolute;
    top:10px;
    left:100px;
}

#openBtn .lcbody {
    position: relative;
    width: 24px;
    height: 21px;
}

#openBtn .lcitem {
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    transition: .36s ease;
}

#openBtn .lcitem.top {
    top: 0;
}

#openBtn .lcitem.center {
    display: block;
    top: 9px;
}

#openBtn .lcitem.bottom {
    bottom: 0;
}

#openBtn.cur .lcitem.top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
}

#openBtn.cur .lcitem.center {
    opacity: 0;
}

#openBtn.cur .lcitem.bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 45%;
}



/* 导航 */
#navMini {
    position: fixed;
    top: 62px;
    right: 0;
    width: 100%;
    height:0px;
    bottom: 0;
    box-sizing: border-box;
    font-size: 14px;
    z-index: 999;
    background: #000;
    /* visibility: hidden; */
    opacity: 0.8;
    transition: .36s ease;
    /* display: none; */
}

/* .openMenu #navMini {
    visibility: visible;
    opacity: 1;
} */

#navMini ul{ padding:150px 0px 0px 300px; display:none;  }
#navMini ul li{ color:#FFF; font-size:36px; overflow:hidden; display: table; margin-bottom: 40px;}
#navMini ul li:hover{ color:#FFF; }

#navMini ul li .nav_icon_warp{ display: table-cell; vertical-align:middle; }
#navMini ul li .nav_icon{ border:3px solid #FFF; width:20px; height:20px; border-radius:10px; margin-right:50px; visibility:hidden; }
#navMini ul li:hover .nav_icon{ border:3px solid #FB3C0A; width:20px; height:20px; border-radius:10px; margin-right:50px; visibility:visible;  }

#navMini ul li .nav_text{  display: table-cell; vertical-align:middle; width:300px;}


/* 首页 */
.box{ padding:0px 20px;}

.index_warp_box{/* padding:0px 100px 0px; */  height:auto;  overflow:hidden; width:100%; }
.index_box{
    background:#fafafa;
    margin:0px auto;
    overflow:hidden;
    width:100%;
    /* max-width:1380px;
    */

    /* background:#ff0000; */
    overflow:hidden;
    position:relative;
}

/* .fp-tableCell{ height:100% !important;} */
/* .fp-tableCell { vertical-align:middle; } */

.section{  }


#firstPage{

    /* background:url("../images/home/banner1bg.jpg"); */
    height:100%;
    /* background-size:cover; */
    background-position: center;
    background-repeat: no-repeat;

}
#first_page_canonbg{}
#first_page_oval{}


/* 首页第一屏 */
.first_page_box{ position:relative; height:730px; }
.first_page_nav{ position:absolute; bottom:30px; width:100%; z-index: 99; left:0px; right:0px;  }

.first_page_nav ul{ text-align:center;}
.first_page_nav ul li{
    display: inline-block;
    width:30px;
    height:5px;
    opacity:0.5;
    background:#c2c2c2;
    border-radius:2.5px;
    margin:0px 5px;
    cursor: pointer;
}
.first_page_nav ul li.cur{
    opacity:1;
    width:120px;
}

.first_page_group{
    text-align:center;
    /* padding-left: 20%;
    padding-right: 20%; */
    /* width:34% !important; */
    overflow:hidden;
    height:730px;
    display: flex;
    justify-content : center;
    align-items : center;
}


.first_page_group_box{
            display: flex;
            justify-content:center;
            align-items:center;
            padding:0px 8%;
}
.display_flex{
    display: flex;
             justify-content:center;
             align-items:center;
             padding:0px 10%;
}

.display_flex_v{
    display: flex;
             justify-content:center;
             align-items:center;
             padding:0px 0%;
}

.first_page_group_box img{
    width:100%;
    max-width:862px;
    margin:0px auto;
}

.first_page_canonbg{
    background:url("../images/home/banner2.jpg?v=1");
    height:100%;
    /* background-size:cover; */
    background-position: center;
    background-repeat: no-repeat;
    /* background-color:#111111; */
}
.first_page_canonbg_l{
    text-align:center;
    font-size:42px;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    margin-bottom:35px;
}
.first_page_canonbg_d{
    text-align:center;
    font-size:22px;
    color:#ffffff;
    letter-spacing:0.5px;
    text-align:center;
    margin-bottom:14px;
}
.first_page_canonbg_t{
    text-align:center;
    font-size:42px;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    margin-bottom:20px;
}
.first_page_canonbg_t span{
    color:#fb3c0a;
}
.first_page_canonbg_b{ text-align:center; }
.first_page_canonbg_b ul{ text-align:center; }
.first_page_canonbg_b ul li{
    display: inline-block;
    border:1px solid #e4e4e4;
    /* width:104px; */
    padding:10px 16px;
    height:27px;
    font-size:16px;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    margin:0px 12px;
    line-height:6px;
    border-radius:20px;
}

.first_page_oval_box{/* background-image: linear-gradient(90deg, #2c1357 20%,#8e86b5 80%); */}
.first_page_oval{
    background:url("../images/home/banner3.jpg") no-repeat 0px 0px;
    position:relative;
    background-position: center;

}
.first_page_oval_text{ z-index:99; position:relative; display: table-cell; vertical-align:middle;}
.first_page_oval_t{
    font-size:42px;
    color:#ffffff;
    letter-spacing:0;
    text-align:left;
    margin-bottom:10px;
}
.first_page_oval_s{
    font-size:18px;
    color:#ffffff;
    letter-spacing:0;
    text-align:left;
    margin-bottom:12px;
}
.first_page_oval_b{
    opacity:0.52;
    /* font-family:PingFangSC-Regular; */
    font-size:12px;
    color:#ffffff;
    letter-spacing:0.27px;
    text-align:left;
}
.first_page_oval_p{
    display: table-cell;
    /* position:absolute;
    top: 100px;
    right: 160px; */

    /* padding-left:150px; */
}
.first_page_oval_p img { width:100%; max-width:560px;}


/* 首页第二屏 */
#secondPage{ background-color:#ffffff; padding:90px 0px; }
.second_page{ padding: 8% 10% 8%;}
.second_page_line{
    background:#fb3c0a;
    width:78px;
    height:4px;
    margin-bottom:18px;
}
.second_page_t{
    font-size:32px;
    color:#333333;
    letter-spacing:0;
    text-align:justify;
    line-height:58px;
    margin-bottom:46px;
    font-weight: 500;
}
.second_page_c{
    font-size:18px;
    color:#333333;
    letter-spacing:0;
    text-align:justify;
    line-height:25px;
    margin-bottom:48px;
}
.second_page_c span{
    color:#fb3c0a;
}
/* .second_page_p{ margin-bottom:70px;}
.second_page_p ul{margin-left:-130px;}
.second_page_p ul li{
    display: inline-block;
    width:150px;
    margin-left:130px;
    margin-bottom:30px;
} */

.second_page_p_t{
    font-size:20px;
    color:#333333;
    letter-spacing:0;
    text-align:justify;
}
.second_page_p_t ul{
    display: table;

}
.second_page_p_t ul li{
    display: table-cell;
    text-align:center;
    margin-left:10px;
    width:18%;
}

.second_page_icon{ margin-bottom:50px; width:100%; margin-top:20px; }
.second_page_icon img{
    /* width:100%; */
    transition: all 1s;
    transform: scale(1);
}
.second_page_icon img:hover{
    transition: all 1s;
    transform: scale(1.2);
}

.second_page_icon:hover img{
    transition: all 1s;
    transform: scale(1.2);
}

.second_page_p_t ul li.tline{
    /* vertical-align:bottom; */
    vertical-align:middle;
    padding-bottom: 12px;
    width:10%;

}

.second_page_p_t ul li .line{
    border-bottom:1px solid #d9d9d9;
    width:90%;
    max-width:90px;
    height:0px;
    margin:0px auto;
    /* vertical-align:bottom; */
}

.second_page_dian1{
    font-size:15px;
    text-align: left;
    margin-bottom:24px;
    background:url("../images/home/dian.jpg") no-repeat 50px center;
    padding-left:65px;
    /* line-height:30px; */
}

.second_page_dian{
    font-size:15px;
    text-align:left;
    margin-bottom:24px;
    background:url("../images/home/dian.jpg") no-repeat 30px center;
    padding-left:45px;
    /* line-height:30px; */
}
/* .second_page_dian span{
    font-size:30px;
} */




/* 首页第三屏 */
.third_page{ padding: 8% 6% 10% 12%;}
.third_page_line{
    background:#fb3c0a;
    width:78px;
    height:4px;
    margin-bottom:18px;
}
.third_page_t{
    font-size:32px;
    color:#333333;
    letter-spacing:0;
    text-align:justify;
    line-height:58px;
    margin-bottom:60px;
    font-weight:500;
}
.third_page_c{}
.third_page_c ul{
    margin-left:0px;
    text-align:center;
}
.third_page_c .third_page_c_td{
    float:left;
    width:20%;
    /* margin-left:130px; */
    margin-bottom:60px;
    overflow:hidden;
    padding:0px;
    padding-right:8%;
}

.third_page_c .third_page_c_td img{
    width:90%;
    transition: all 1s;
    filter: brightness(0%);
}
.third_page_c .third_page_c_td:hover img{
    transition: all 1s;
    /* transform: scale(1.2); */
     /* transform: translateY(-220px); */
     /* transform: translateX(-100%); */
     /* filter: drop-shadow(0px 0px 0px #0B85CC); */
     filter: brightness(100%);
}

/* 首页第四屏 */
#fourthPage{ background-color:#ffffff; padding:90px 0px 40px; }
.fourth_page{ position:relative; }
.fourth_page_li{
    float:left;
    width:50%;
}
.fourth_page_li img{
    width:100%;
}

.fourth_page_pre{
    position:absolute; top:200px; left:10px;  z-index:99; font-size:40px;  color:#c2c2c2; opacity:0.5; cursor:pointer;
}
.fourth_page_next{
    position:absolute; top:200px; right:10px;  z-index:99; font-size:40px;  color:#c2c2c2; opacity:0.5; cursor:pointer;
}


/* 首页第五屏 */
.last_page{
    width:100%;
    height:100%;
     background:url("../images/home/epbg.jpg") no-repeat 0px 0px;
     text-align:center;

     background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    padding:90px 0px;
}

.last_page_t{
font-size:32px;
color:#333333;
letter-spacing:0;
text-align:center;
margin-bottom:10px;
margin-top:20px;
}
.last_page_t span{
    color:#fb3c0a;
}
.last_page_t_sub_title{
    font-size:32px;
    color:#fb3c0a;
    margin-bottom:40px;
    text-align:center;
}
.last_page_c{
background:#FB3C0A;
border:0px solid #979797;
width:244px;
height:43px;
font-size:18px;
color:#ffffff;
letter-spacing:0;
text-align:center;
margin:0px auto;
line-height:43px;
margin-bottom:100px;
border-radius:30px;
}
.last_page_c:hover{
    background:#ac2200;
}

.last_page_s{
    text-align:center;
}

.last_page_s_line{
    display: inline-block;
     width:110px;
     height:25px;
     padding-top:18px;
}
.last_page_s_line span{
    opacity:0.32;
    background-color:#979797;
    width:110px;
    height:1px;
    display: block;

}
.last_page_s_text{
    opacity:0.61;
    font-size:18px;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:50px;
    display: inline-block;
}


.last_page_b{
    font-size:34px;
    color:#333333;
    letter-spacing:0;
    text-align:center;
}
.last_page_b ul{

    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : space-between;
    align-items : center;

}
.last_page_b ul li{

    margin:0px 33px;
}
.last_page_b ul li span{
    font-size:16px;
    color:#666666;
}


.last_page_b_x{ border-left: 1px solid #ddd; height:103px; margin-top:0px; }
.last_page_b_t{ font-size:16px; color:#666666; line-height:50px; }



/* 首页底部 */
.index_footer_box{
    padding:0px 100px;
    z-index:99;
    height:30px;
    width:100%;
    position:relative;
}
.index_footer{
/* font-family:FZLTXHJW--GB1-0; */
font-size:12px;
color:#999999;
letter-spacing:0;
text-align:justify;
margin:0px auto;
margin-top:20px;
width:100%;
max-width:1380px;
height:30px;
}

.index_btn{ position:fixed; bottom:20px; left:50%; margin-left:-7px; cursor:pointer; z-index:999; }



/* 首页第六屏 */
.six_page{ padding:89px 0px 60px; }
.six_page_logo{ text-align:center; }
.six_page_logo img{  }


/* 首页第七屏 */
.seven_page{
    padding:60px 0px;
    background:url("../images/home/sy.svg") no-repeat right center;
    background-color:#333333;
}
.seven_page_box{
    width:90%;
    max-width:1380px;
    margin:0px auto;
    color:#fff;
}
.seven_page_logo{
    margin-bottom:50px;
 }
.seven_page_t1{
    /* font-family: Arial; */
    font-size:50px;
    margin-bottom:10px;
    font-weight:lighter;
 }
.seven_page_t1 span{ color:#fb3c0a; }

.seven_page_t2{
    font-size:50px;
    font-weight:100;
    margin-bottom:40px;
    color: #ffffff;
 }


.seven_page_t3{
    font-size:20px;
    margin-bottom:75px;

 }

.seven_page_t4{
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : flex-start;
    align-items : center;
    margin-bottom:40px;
    font-size:16px;
}
.seven_page_t4_li{ margin-right:80px; }
.seven_page_t4_li a{ color:#fff; }

.seven_page_t5{ border: 0.5px solid #575757; margin-bottom:40px;}

.seven_page_t6{
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : space-between;
    align-items : center;
    margin-bottom:40px;
    font-size:16px;
    line-height:24px;
}
.seven_page_t6 span{ color:#7a7a7a; }



/* 关于我们 */
.about_box{ width:100%;  max-width:1380px;  margin:0px auto; text-align:center; /* background:#fafafa; */}
.about_row{overflow:hidden;}
.about_row_banner{ overflow:hidden; background:url("../images/about/aboutbg.jpg") no-repeat; width:1380px; height:730px; text-align:center; display:table-cell; vertical-align:middle; }

.about_box_logo{ margin:100px auto 0px;}
.about_box_logo_t{
    font-size:24px;
color:#000000;
letter-spacing:0;
margin-top:28px;
margin-bottom:10px;
}
.about_box_logo_t span{ color:#fb3c0a; }

.about_box_t{
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    text-align:center;
    text-align:center;
    margin-bottom:28px;
}
.about_box_con{
    width:823px;
    margin:0px auto;
    text-align:left;
    font-size:14px;
    color:#666666;
    letter-spacing:0;
    text-align:center;
    margin-bottom:76px;
}

.about_ad{
    background: url(../images/about/ad_bg.jpg) no-repeat center 0px; width:1380px; height:102px; display: table; padding:0px 100px; margin:0px auto;
}
.about_ad_li{
    font-size:40px;
    color:#ffffff;
    letter-spacing:0;
    text-align:center;
    vertical-align:middle;
    display: table-cell;
}
.about_ad_li span{ font-size:18px; }

.about_ad_li_b{
    display: table-cell;
    padding-top:37px;
}
.about_ad_li_b_line{
    opacity:0.24;
    border:1px solid #e8e8e8;
    width:1px;
    height:28px;
}


.about_ys{ margin-top:120px; margin-bottom:120px;}
.about_ys_li{ display: inline-block; width:33%; text-align:left; padding-left: 110px; overflow:hidden; }
.about_ys_li_m{
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    line-height:30px;
    text-align:left;
    margin-top:20px;
    margin-bottom:70px;
}

/* 案例列表 */
.case_lists{
    /* background:#fafafa; */
    width:100%;
    /* max-width:1380px; */
    margin:0px auto;
    overflow:hidden;
}
.case_lists_li{
    float:left;
    width:33.333%;
    position:relative;
    overflow:hidden;
    padding:0px;
    margin:0px;
}
.case_lists_li img{
    width:100%;
}

.case_lists_li_box{
    transition: all 1s;
    transform: translateY(0);
}
.case_lists_li_box:hover{
    transition: all 1s;
    transform: translateY(-113px);
}
/* .case_lists_li_box img{width:100%;} */
.case_lists_con{
    background-color: #FB3C0A;
    width:100%;
    padding:20px 20px;
    position:absolute;
    height:113px;
    bottom:-113px;
}

.case_lists_con_t{ color:#FFF; font-size: 18px; margin-bottom:10px; }
.case_lists_con_s{
    color:#FFF;
    font-size:12px;
    border:1px solid #FFF;
    height:30px;
    line-height:30px;
    padding: 2px 10px;
    border-radius:50px;
    display: inline;
    margin-right: 10px;
    opacity:60;
}

/* 案例详情 */
.case_box{
    /* background:#fafafa; */
    width:100%;
    /* max-width:1380px; */
    margin:0px auto;
    /* padding:80px 140px; */
    /* padding:0px 20% 0px; */
    background-color:#000;
    overflow:hidden;
}
.case_row{ width:100%;
    /* max-width:1100px; */ margin:0px auto; /* margin-bottom:50px; */ }
.case_t{
    display: inline-block;
font-size:36px;
color:#333333;
letter-spacing:0;
text-align:left;
}
.case_m{
     display: inline-block;
     float:right;
     margin-top:10px;
}

.case_detail_con{}
.case_detail_con img{ width:100%;}

/* 新闻列表 */
.news_lists_location{ font-size:12px; color:#999; padding-left:40px; margin-bottom:30px;}
.news_lists{
    /* background:#fafafa; */
    width:100%;
    max-width:1380px;
    margin:0px auto;
    overflow:hidden;
    padding:40px;
}
.news_lists_li{
    float: left;
    width:33.33%;
    position:relative;
    overflow:hidden;
    padding:20px 40px 70px;
}
.news_lists_li_h{ font-size:16px; color: #333; margin-bottom:15px; }
.news_lists_li_h a{ color:#333; }
.news_lists_li_h a:hover{ color:#FB3C0A; }

.news_lists_li_s{ font-size:12px; color: #999; margin-bottom:25px; }
.news_lists_li_p{
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height:178px;
    overflow:hidden;
    margin-bottom:15px;
}

.news_lists_li_t{  margin-bottom:20px; }
.news_lists_li_b{ height:3px; background-color:#CCC;
 }
.news_lists_li_b_o{
    width:0px; height:3px; background-color:#FB3C0A;
    transition: all 1s;
}
.news_lists_li:hover .news_lists_li_b_o{
    width:100%;
    transition: all 1s;
}

.page{ text-align:center; margin-top:20px;}
.page a{ margin:0px 10px; color:#333;  }


/* 联系我们 */

.index_contact_box{width:100%; background-image: url("../images/contact/contactbg.jpg");}
.index_contact{ width:100%; /* max-width:1380px; */ height:730px;
margin:0px auto; padding:160px 0px 0px 130px; }

.contact_box{ width:100%; height:100%; /* max-width:1380px; */ /* height:730px; */ background-image: url("../images/contact/contactbg.jpg");
margin:0px auto; padding:160px 0px 0px 130px; background-size: cover;
background-position: 50%;
background-repeat: no-repeat; overflow:hidden; }

.contact_box_main{ width:100%;  max-width:1380px; height:730px;  margin:0px auto; }

.contact_left{ float:left; width:100px; text-align: center;}
.contact_left_t{
opacity:0.57;
/* font-family:PingFangSC-Semibold; */
font-size:44px;
color:#ffffff;
letter-spacing:0;
line-height:53px;
margin-bottom:100px;
}
.contact_left_m{
border:1px solid #979797;
width:98px;
height:101px;
font-size:30px;
color:#ffffff;
opacity:0.8;
margin-bottom:30px;
padding-top:6px;
}
.contact_left_b{
font-size:14px;
color:#8a8a8a;
letter-spacing:0;
text-align: left;
}

.contact_center{ float:left; width:490px; margin-left:96px;}
.contact_center_t{
    font-size:14px;
    color:#6e6e6e;
    letter-spacing:0;
    text-align:left;
    margin-bottom:26px;
}
.contact_center input[type="text"]{
background:#000000;
border:1px solid #4d4d4d;
width:489px;
height:45px;
padding-left:10px;
margin-bottom:24px;
color: #FFF;
 }
.contact_center textarea{
 background:#000000;
border:1px solid #4d4d4d;
width:489px;
height:148px;
margin-bottom:24px;
padding:10px;
color: #FFF;
}
.contact_center input[type="submit"]{
font-size:14px;
color:#6e6e6e;
letter-spacing:0;
text-align:center;
border:1px solid #979797;
width:147px;
height:38px;
background:none;
 }



.contact_right{ float:left; width:386px; margin-left:90px; padding-top:50px;}
.contact_right_line{
    opacity:0.12;
    border:1px solid #ffffff;
    width:384px;
    height:1px;
    margin-bottom:20px;
}
.contact_right_t{
font-size:16px;
color:#ffffff;
letter-spacing:0;
text-align:left;
margin-bottom:10px;
}
.contact_right_m{
font-size:24px;
color:#ffffff;
letter-spacing:0;
text-align:left;
margin-bottom:10px;
}
.contact_right_b{
font-size:14px;
color:#999999;
letter-spacing:0;
text-align:left;
margin-bottom:20px;
}





/* 底部 */
.footer_warp{ padding:0px 100px;}
.footer{ margin: 20px auto; width:100%; max-width:1200px; overflow:hidden; display:none;  }

.ft_title{
    font-size:20px;
    color:#000000;
    letter-spacing:0;
    text-align:left;
    margin-bottom:16px;

}
.ft_line{
    border:1px solid #ececec;
    width:100%; max-width:1200px;
    height:1px;
    margin-bottom:16px;
}

.ft_row{ margin-bottom:14px;}

.ft_tel{
    display: inline-block;
    font-size:14px;
    color:#000000;
    letter-spacing:0;
    text-align:left;
}
.ft_menu{
    display: inline-block;
    float:right;
    font-size:14px;
    color:#000000;
    letter-spacing:0;
}
.ft_menu a{
    font-size:14px;
    color:#000000;
}
.ft_menu ul{ margin-left:30px; }
.ft_menu ul li{ float: left; margin-left:30px;}


.ft_addr{
    display: inline-block;
    font-size:14px;
    color:#999999;
    letter-spacing:0;
    text-align:left;
}
.ft_copy{
    display: inline-block;
    float:right;
    font-size:14px;
    color:#999999;
    letter-spacing:0;
    text-align:left;
}


.ft_keyword{
    margin-top:36px;
    font-size:14px;
    color:#bfbfbf;
    letter-spacing:0;
    text-align:left;
}
.ft_keyword_t{ display: inline-block; width:70px; }
.ft_keyword_con{ display: inline-block; text-align:left; }
.ft_keyword_con ul{ margin-left:-30px;  }
.ft_keyword_con ul li{ display: inline-block; margin-left: 30px;  }


/* 左浮 */
.fl_box{ position: fixed; left:4px; top: 40%;}

/* 右浮 */
.fr_box{ position: fixed; right:4px; top: 40%;}

/* 右浮联系方式 */
.fr_contact{ position: fixed; right:4px; bottom: 100px; line-height: 54px;}

.open_news_detail{ cursor:pointer; }
.open_case_detail{ cursor:pointer; }
.open_newslists{ cursor:pointer; }

.page a.page_cur{ color:#FB3C0A;}

@media(max-width:1380px){

/*
.second_page{ padding-top: 12%;}
.third_page{ padding-top: 14%;}
.last_page{ padding-top: 12%;}
*/

.contact_left{ }
.contact_center{ }
.contact_right{ margin-left:0px; display:none; }

}


@media(max-width:1000px){

/* .second_page{ padding-top: 16%;}
.third_page{ padding-top: 20%;}
.last_page{ padding-top: 16%;} */

.contact_box{ padding-left:60px;}
.contact_left{ display:none; }
.contact_center{  }
.contact_right{ margin-left:0px; display:none; }

}


@media(max-width:490px){

/* .second_page{ padding-top: 40%;}
.third_page{ padding-top: 50%;}
.last_page{ padding-top: 40%;} */

.contact_box{ padding-left:20px;}
.contact_left{ display:none; }
.contact_center{ margin-left:0px; }
.contact_right{ margin-left:0px; display:none; }

}
