@charset "utf-8";



html {

    font-size: 62.5%;

    /*10 ÷ 16 × 100% = 62.5%*/

}



body {

    margin: 0;

    padding: 0;

    text-align: left;

    color: #333333;

    font-size: 1.4rem;

    /*1.6 × 10px = 16px */

    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;

    background: #fff;

}





header,

main,

footer {

    width: 100%;

    overflow: hidden;

    transform: translateX(0);

    transition: all 0.2s;

}





header.move,

main.move,

footer.move {

    transform: translateX(140px);

    transition: all 0.3s;

}



main {

    position: relative;

    z-index: 9;

}





a {

    transition: all 0.3s;

}



a:link {

    color: #494949;

    text-decoration: none

}



a:visited {

    color: #494949;

    text-decoration: none

}



a:hover {

    text-decoration: none;

    color: #000;

}



a:focus {

    outline: none;

    -moz-outline: none;

}



img {

    border: 0px;

}



input {

    outline: none;

}



ul,

li,

dl,

dt,

dd {

    list-style-type: none;

    list-style: none;

    margin: 0;

    padding: 0;

    text-align: left;

}



canvas {

    margin: 0;

    padding: 0;

    display: block;

    border: none;

}



.wenben0 {

    font-size: 1.6rem;

    line-height: 30px;

    text-align: justify;

    color: rgba(255, 255, 255, 0.56);

    letter-spacing: 0.0em;

}



.wenben01 {

    line-height: 2;

    text-align: justify;

    color: #494949;

    letter-spacing: 0.0em;

}



.border {

    border: #d2d2d2 1px solid;

}



.center {

    width: 1400px;

    margin: 0 auto;

}



.sm_center {

    text-align: left;

}





.left {

    float: left;

}



.right {

    float: right;

}



.opa {

    opacity: 0;

    filter: alpha(opacity=0);

}



.dv {

    display: inline-block;

    vertical-align: middle;

}



.responsive-img img {

    margin: 0 auto;

}



.ImgScale img {

    transition: all 0.3s;

}



.ImgScale:hover img {

    transform: scale(1.05);

}



.materialboxed.responsive-img {

    display: inline-block;

}



.IScale i {

    transition: all 0.3s;

}



.IScale:hover i {

    opacity: 0.5;

    transform: rotateY(180deg);

}





.hoverable {

    transition: all 0.3s;

}



.hoverable * {

    transition: all 0.1s;

}



.overhide {

    overflow: hidden;

}





.relative {

    position: relative;

}



.absolute {

    position: absolute;

}



.share_to {

    display: inline-block;

    line-height: 30px;

}



.share_to a {

    display: inline-block;

    vertical-align: middle;

    margin: 0 10px 0 0;

    color: #FFF;

    border-radius: 50%;

    text-align: center;

    line-height: 30px;

    width: 30px;

    height: 30px;

    overflow: hidden;

}



.share_to a i {

    font-size: 2.6rem;

}



.share_to a:hover {

    background: #f00 !important;

}



.share_to a:nth-child(1) {

    background: #ff6600;

}



.share_to a:nth-child(2) {

    background: #3dc464;

}



.share_to a:nth-child(3) {

    background: #d54135;

}



.share_to a:nth-child(4) {

    background: #1493d0;

}



.share_to a:nth-child(5) {

    background: #f8b500;

}



.mr_10 {

    margin-right: 10px;

}



.p20 {

    padding: 20px;

}



.p30 {

    padding: 30px;

}



.p_tb30 {

    padding: 30px 0;

}



.p_tb50 {

    padding: 50px 0;

}



.p_tb60 {

    padding: 60px 0;

}



.p_tb80 {

    padding: 80px 0;

}



.p_tb120 {

    padding: 120px 0;

}



.p_lr200 {

    padding: 0 200px;

}





.row.m0 {

    margin: 0;

}



.h20 {

    height: 20px;

}



.h30 {

    height: 30px;

}



.h50 {

    height: 50px;

}



.h68 {

    height: 68px;

}





.content {

    font-size: 1.6rem;

    line-height: 30px;

}



/*PAGE

----------------------------------------*/



.page {

    margin: 20px;

    text-align: right;

    border-top: #CCC 1px dotted;

}



.prev_next {

    margin: 20px 0;

}



.prev_next li .box {

    font-size: 1.6rem;

    color: #000;

    display: block;

    border: 1px dotted #ccc;

    color: #000;

    line-height: 24px;

    border-radius: 3px;

    padding: 15px;

    transition: all 0.3s;

}



.prev_next li .box:hover {

    background: #ff8a00;

    color: #fff;

}



.prev_next li .box:hover a {

    color: #fff;

}



.back_list {

    text-align: right;

    font-size: 1.8rem;

}



.back_list a {

    display: inline-block;

    padding: 5px 20px;

    border-radius: 5px;

    color: #000;

    background: #efefef;

}



.back_list a:hover {

    color: #fff;

    background: #ff8a00;

}



.gridtable table {

    width: 99%;

    margin: 0 auto;

    border-width: 1px;

    font-family: verdana, arial, sans-serif;

    color: #333333;

    border-color: #ccc;

    border-collapse: collapse;

}



.gridtable table th {

    border-width: 1px;



    padding: 5px 0;

    border-style: solid;

    border-color: #ccc;

    background-color: #dedede;

}



.gridtable table td {

    border-width: 1px;



    padding: 5px 0;

    border-style: solid;

    border-color: #ccc;

}



.gridtable table td a {

    text-decoration: underline;

    color: #069;

}



.hidden {

    display: none !important

}



.overhide {

    overflow: hidden;

}



/* Wrap

----------------------------------------*/



#wrap {

    width: 100%;

    margin: 0 auto;

    position: relative;

    overflow: hidden;

}



/* Header

----------------------------------------*/

#top_nav {

    background: none;

    box-shadow: none;

    position: fixed;

    z-index: 10;

    top: 0;

    left: 0;

}



nav .button-collapse {

    margin: 0 !important;

    height: auto;

}



#top_nav,

#top_nav .container,

#top_nav i {

    height: 84px;

    line-height: 84px;

    transition: all 0.5s;

}



#top_nav .logo {

    font-size: 3.6rem;

    color: #fff;

    font-weight: bold;

    position: absolute;

    line-height: 84px;

}



.menu {

    margin-right: 20px;

}



.menu:after {

    width: 1px;

    height: 20px;

    content: "";

    display: inline-block;

    background: #d2d2d2;

    float: right;

    position: relative;

    top: 32px;

    margin-left: 20px;

}





.menu a {

    color: #fff;

    font-size: 1.6rem;

    padding: 0 30px;

}



.menu a:hover,

.menu a.current {

    font-weight: bold;

}



#top_nav.fixed .logo {

    font-size: 2.6rem;

    line-height: 64px;

    color: #000;

}





#top_nav.fixed .logo img {

    -moz-opacity: 0;

    -ms-opacity: 0;

    -webkit-opacity: 0;

    opacity: 0;

    filter:alpha(opacity=50);

}

.tipfloat_bt{
    background: url(../Image/pvbg.jpg)  center no-repeat;
}

#top_nav.fixed .logo span {

    background: url(../Image/logo_h.png) left center no-repeat;

    background-size: auto 100%;

}



#top_nav.fixed,

#top_nav.fixed .container,

#top_nav.fixed i {

    height: 64px;

    line-height: 64px;

    color: #000;

}



#top_nav.fixed .menu a {

    color: #000;

}



#top_nav.fixed {

    background: #fff;

    border-bottom: 1px solid #efefef;

}



#top_nav.fixed .menu:after {

    top: 22px;

}





#top_nav.fixed .link a {

    color: #000 !important;

}



#top_nav.fixed .link a i {

    color: #000 !important;

}





#banner_box {

    overflow: hidden;

    padding: 0;

}



#zy_banner_box {

    width: 100%;

    height: 400px;

    position: relative;

    overflow: hidden;

    background: url(../Image/banner_about_bg.jpg) center no-repeat;

}



#nav-mobile .m_logo {

    font-size: 2.4rem;

}



.side-nav li {

    background: #fff;

}



.side-nav li .current {

    background: #000;

    color: #fff;

}



.m_menu_tel {

    background: #efefef;

    color: #000;

    line-height: 3.0rem;

    font-size: 1.6rem;

    padding: 20px 0;

}



.m_menu_tel a {

    font-size: 1.6rem;

    font-weight: bold;

}



/* Mid

---------------------*/





#mid_wrap {

    width: 100%;

}



#right_box {

    padding: 10px;

}



.title_box {

    position: relative;

    color: #000;

    margin-bottom: 10px;

    border-bottom: 1px dotted #e6e6e6;

}



.title_box .title {

    line-height: 40px;

    font-size: 4.0rem;

    color: #000;

}



.title_box .location {

    color: rgba(0, 0, 0, 0.6);

    font-size: 1.6rem;

    line-height: 40px;

}



.title_box .location a {

    color: #494949;

}



.title_box .location a:hover {

    color: #f00;

    position: relative;

    top: 1px;

}



.type {

    top: 0;

    right: 0;

    line-height: 50px;

    font-size: 1.8rem;

}



.type a {

    display: block;

    border: 1px dotted #ff8a00;

    color: rgba(0, 0, 0, 0.6);

    text-align: center;

    font-weight: bold;

    background: #ff8a00;

    color: #fff;

    border-radius: 3px;

}



.type a:hover {

    background: #000;

}



/* Right

----------------------------------------*/



.my_txt {

    padding: 0;

}



.cinfo {

    min-height: 385px;

}



.info {

    margin-bottom: 20px;

}



.info p,

.info img {

    padding: 0;

    margin: 0;

}



/* Footer

----------------------------------------*/



.page-footer {

    width: 100%;

    line-height: 30px;

    background: #000000;

    color: rgba(255, 255, 255, 0.8);

    position: relative;

    z-index: 8;

}



.page-footer .footer-info {

    border-top: 1px solid #282828;

    border-bottom: 1px solid #282828;

}



.footer-info .e_title {

    font-size: 3.0rem;

    color: rgba(255, 255, 255, 0.6);

    margin-bottom: 50px;

}



.footer-info .e_title small {

    font-size: 1.4rem;

    color: rgba(255, 255, 255, 0.2);

}



.e_lx_list {

    color: rgba(255, 255, 255, 0.2);

}



.e_lx_list li {

    margin: 35px 0;

    line-height: 26px;

}



.e_lx_list big {

    display: block;

    font-size: 2.2rem;

    font-family: arial;

    color: rgba(255, 255, 255, 0.3);

}



#in_mess_box input,

#in_mess_box textarea {

    width: 100%;

    padding: 10px 25px;

    line-height: 30px;

    height: 50px;

    box-sizing: border-box;

    background: #1b1b1b;

    border: 0;

}



#in_mess_box textarea {

    height: 100px;

}



#in_mess_box textarea {

    height: 100px;

}



.page-footer a:hover {

    color: #fff;

}



.footer-menu dl dt a {

    font-size: 2.0rem;

    font-weight: bold;

    color: rgba(255, 255, 255, 0.6);

    height: 60px;

    line-height: 60px;

}



.footer-copyright {

    background: #1e1f1f;

    color: rgba(255, 255, 255, 0.8);

    line-height: 30px;

    position: relative;

    font-size: 1.5rem

}



.footer-copyright a {

    color: rgba(255, 255, 255, 0.8);

}



.footer-copyright a:hover {

    color: #fff;

}





#page-footer-gt {

    z-index: 9;

    width: 100%;

    height: 70px;

    box-sizing: border-box;

    padding: 10px 0;

    background: rgba(0, 0, 0, 1);

    color: #fff;

    position: fixed;

    bottom: 0;

    left: 0;

}



#page-footer-gt ul li {

    width: 25%;

    text-align: center;

    float: left;

    color: #fff;

    transition: all 0.3s;

    box-sizing: border-box;

}



#page-footer-gt ul li a {

    color: #fff;

    font-size: 1.6rem;

    width: 100%;

    height: 70px;

    display: block;

}



#page-footer-gt ul li i {

    width: 30px;

    height: 30px;

    display: block;

    margin: 0 auto;

}



#page-footer-gt ul li:nth-child(1) i {

    background: url(../Image/e1.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(2) i {

    background: url(../Image/e2.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(3) i {

    background: url(../Image/e3.png);

    background-size: 100%;

}



#page-footer-gt ul li:nth-child(4) i {

    background: url(../Image/e4.png);

    background-size: 100%;

}



#page-footer-gt.five ul li {

    width: 20% !important;

}



#page-footer-gt.five ul li.back {

    padding: 10px 0;

}





/*NEWS CONTENTS PAGE*/



.news_detail {

    height: auto !important;

    min-height: 200px;

    height: 200px;

}



.news_detail .location {

    line-height: 40px;

    border-bottom: 1px solid #eee;

}



#news_t {

    color: #000;

    font-weight: bold;

    text-align: center;

    font-size: 20px;

}



#news_d {

    color: #000;

    font-size: 12px;

    text-align: center;

    border: 1px dotted #ccc;

    margin: 10px 0;

    padding: 5px 10px;

    -moz-border-radius: 5px;

    /* Gecko browsers */

    -webkit-border-radius: 5px;

    /* Webkit browsers */

    border-radius: 5px;

    /* W3C syntax */

    position: relative;

}





#news_img {

    text-align: center;

    position: relative;

}



.wenben01 img,

#news_img img,

.news_img img {

    max-width: 100%;

}



.news_img table td {

    padding: 10px 20px;

}



.news_img table p {

    margin: 0;

    line-height: 40px;

}





#newsContent {

    margin-bottom: 16px;

    text-align: left;

}



#newsContent img {

    max-width: 100%;

}



#newsInfo iframe,

#newsInfo video {

    width: 100% !important;

    height: 100% !important;

}



#newsInfo img {

    max-width: 100%;

    height: auto !important;

}





.news_img h2 {

    color: #f00;

    background: #efefef;

    padding: 15px 0;

    line-height: 30px;

}



/*GUESTBOOK PAGE*/



.recruit_info_tit_bg {

    width: 100%;

    height: 31px;

    background: #fafafa;

    border-radius: 2px;

}



.recruit_info_tit_bg .recruit_info_tit {

    width: 73px;

    height: 31px;

    border-top-left-radius: 2px;

    border-bottom-left-radius: 2px;

    background: #1e4483;

    font-family: 'Microsoft YaHei', arial;

    font-size: 14px;

    color: #fff;

    line-height: 31px;

    text-indent: 8px;

}



.recruit_info_main {

    padding: 5px;

}



.recruit_info_main p {

    width: 650px;

    font-family: 'Microsoft YaHei', arial;

    text-align: justify;

    letter-spacing: 1px;

    font-size: 14px;

    line-height: 28px;

    color: #494949;

}



.order {

    margin: 0 auto;

}



.order_but {

    padding: 10px;

    cursor: pointer;

}



/*INDEX*/





#tabs_box {

    background: linear-gradient(180deg, #212121 170px, #ffffff 170px) !important;

}



#tabs_box .tabs {

    height: 183px;

}



#tabs_box .tabs {

    background: none;

}



#tabs_box .tabs .tab {

    height: 170px;

}



#tabs_box .tabs .tab a {

    font-size: 1.6rem;

    color: rgba(255, 255, 255, 0.6);

    display: block;

    height: 170px;

    padding-top: 20px;

}



#tabs_box .tabs .tab a p {

    margin: 0px 0;

    line-height: 36px;

}



#tabs_box .tabs .tab a img {

    display: block;

    margin: 0 auto;

}



#tabs_box .tabs .tab a.active {

    background: #ff8a00;

    color: #fff;

}



#tabs_box .tabs .indicator {

    height: 20px;

    bottom: 16px;

    text-align: center;

    background: transparent;

}



#tabs_box .tab_cont {

    padding: 20px 0 0;

}



.pro_gd {

    width: 100%;

    overflow: hidden;

    position: relative;

}



.pro_gd .swiper-slide a {

    display: block;

    border: 1px solid #ccc;

}



.pro_gd .swiper-slide a .img {

    min-height: 205px;

}



.pro_gd .swiper-slide a .img img {

    display: block;

    margin: 0 auto;

}





.pro_gd .swiper-slide a:hover small {

    color: #f48401;

}



.swiper-button-prev:after,

.swiper-button-next:after {

    font-size: 2.0rem !important;

}



.swiper-button-prev,

.swiper-button-next {

    width: 50px !important;

    height: 50px !important;

    background-color: #d0d0d0;

    outline: none;

    position: relative;

}



.swiper-button-prev:hover,

.swiper-button-next:hover {

    background-color: #000;

}





.pro_gd a.swiper-more {

    width: 130px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    color: #fff;

    background-color: #fe8900;

    outline: none;



}



.pro_gd a.swiper-more:hover {

    background-color: #000;

}



.pro_gd .swiper-button-prev {

    position: relative;

    left: auto;

    right: auto;

    top: auto;

    bottom: auto;

    margin-top: 0 !important;

    display: inline-block;

    text-align: center;

    line-height: 50px;

}



.pro_gd .swiper-button-next {

    position: relative;

    left: auto;

    right: auto;

    top: auto;

    bottom: auto;

    margin-top: 0 !important;

    display: inline-block;

    text-align: center;

    line-height: 50px;

}



.in_title big {

    font-size: 4.0rem;

    color: #fff;

    font-weight: bold;

}



.in_title .more {

    width: 160px;

    height: 58px;

    background: #fff;

    color: #000;

    font-size: 18px;

    display: block;

    text-align: center;

    line-height: 58px;

    float: right;

}



.in_title .more:hover {

    background: #efefef;

}



#in_about_w {

    background: url(../Image/in_about_bg.jpg) top center no-repeat;

    min-height: 890px;

    color: #fff;

}



.in_title .link {

    padding: 5px 0;

}



.in_title .link a {

    border: 1px solid #ccc;

    color: rgba(255, 255, 255, 0.6);

    display: block;

    width: 100%;

    line-height: 50px;

    font-size: 1.8rem;

    text-align: center;

}



.in_title .link a:hover,

.in_title .link li:nth-child(1) a {

    border: 1px solid #ff8a00 !important;

    color: rgba(255, 255, 255, 1) !important;

    background: #ff8a00 !important;

    font-weight: bold !important;

}



#in_about_w .cont {

    height: 200px;

    overflow: hidden;

}





.num_box li {

    color: rgba(255, 255, 255, 0.64);

    font-size: 1.6rem;

}



#about_box1_w .num_box li:after {

    content: "";

    width: 1px;

    height: 70px;

    background: #535353;

    display: block;

    position: absolute;

    right: 80px;

    top: 20px;

}



#about_box1_w .num_box li:last-child:after {

    display: none;

}



.num_box li big {

    color: rgba(255, 255, 255, 1);

    font-size: 4.9rem;

    font-weight: bold;

}



.num_box li big sup {

    top: -30px;

    display: inline-block;

    position: relative;

    font-weight: normal;

    width: 22px;

    height: 22px;

    line-height: 16px;

    font-size: 1.6rem;

    padding: 3px;

    background: #ff8a00;

}



.num_box li p {

    margin-top: -10px;

}



.in_bar {

    background: linear-gradient(90deg, #ff8a00 80%, transparent 80%);

    color: #fff;

}



.in_bar .container .box {

    background: #ff8a00;

}



.in_bar p {

    max-width: 220px;

    margin: 0 auto;

    font-size: 1.5rem;

}





#in_news_w .link a {

    border: 1px solid #ccc;

    color: rgba(255, 255, 255, 1);

    background: #d0d0d0;

    font-size: 1.8rem;

}



#in_news_w .main #best_new .imgT,

#in_news_w .main #best_new .imgT img {}



#in_news_w .main #best_new .cont {

    border: 1px solid #ccc;

    border-top: none;

    border-left: none;

}



#in_news_w .main #best_new .time {

    width: 120px;

    height: 120px;

}



#in_news_w .main #best_new .time big {

    font-size: 4.8rem;

    font-weight: bold;

}



#in_news_w .main #best_new .time p {

    margin-top: 0px;

}



#in_news_w .main #best_new .cont .title big {

    font-size: 1.8rem;

}



#in_news_w .main #best_new .cont .title p {

    color: rgba(0, 0, 0, 0.6);

}



#in_news_w .main #normal_new li a {

    height: 552px;

    border: 1px solid #e1e1e1;

}



#in_news_w .main a:hover {

    background: #ff8a00;

}



#in_news_w .main a:hover * {

    color: #fff !important;

}



#in_news_w .main #normal_new .time big {

    font-size: 4.8rem;

    font-weight: bold;

}



#in_news_w .main #normal_new .time p {

    margin-top: 0px;

}



#in_news_w .main #normal_new .cont .title big {

    height: 60px;

    line-height: 30px;

    font-size: 1.8rem;

}



#in_news_w .main #normal_new .cont .title p {

    height: 66px;

    line-height: 22px;

    color: rgba(0, 0, 0, 0.6);

    height: ;

}



/*ABOUT*/



#about_box1_w {

/*    height: 760px;*/

    background: url(../Image/banner_about_bg.jpg) center repeat-y;

    color: #fff;

}



.page_title big {

    font-weight: bold;

    font-size: 4.0rem;

    color: #e5e5e5;

}



.page_title big:after {

    width: 30px;

    height: 3px;

    background: #ff8a00;

    display: block;

    content: "";

    margin: 30px auto;

}



#about_box1_w .content {

    max-width: 1000px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.4);

    line-height: 27px;

}



#about_box2_w .content {

    max-width: 900px;

    font-size: 1.5rem;

    color: rgba(0, 0, 0, 0.6);

    line-height: 27px;

    margin-bottom: 50px;

}



.pro_gd_s li a {

    margin-bottom: 13px;

}



.material-placeholder {

    width: 100%;

    height: 100%;

}



.material-placeholder img {

    width: ;

    height: 100%;

}



.picShow .more a {

    background: #fe8900;

    padding: 12px 35px;

    color: #fff;

}



.picShow .more a:hover {

    background: #000;

    padding: 12px 50px;

}



#about_box3_w {

    min-height: 890px;

    color: #fff;

    background: url(../Image/in_about_bg.jpg) top center no-repeat;

}





#about_box3_w .content {

    max-width: 1150px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.6);

    line-height: 27px;

    margin-bottom: 50px;

}





#about_box4_w .content {

    max-width: 1150px;

    font-size: 1.5rem;

    color: rgba(0, 0, 0, 0.6);

    line-height: 27px;

    margin-bottom: 50px;

}





#about_box4_w .wh_list {

    border-left: 1px solid #fec37d;

    padding-left: 80px;

}



#about_box4_w .wh_list big {

    font-size: 2.6rem;

    font-weight: bold;

}



#about_box4_w .wh_list li {

    margin-bottom: 50px;

}



#about_box4_w .wh_list li:last-child {

    margin-bottom: 0;

}



#about_box4_w .wh_list p {

    color: #313131;

    font-size: 1.5rem;

    line-height: 27px;

}



/*PRODUCT*/



#product_box1_w {

    height: 739px;

    overflow: hidden;

    background: url(../Image/banner_product_bg.jpg) center no-repeat;

    color: #fff;

}



#product_box1_w .content {

    max-width: 1000px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.4);

    line-height: 27px;

}



#product_box1_w .more {

    margin-top: 100px;

}



#product_box1_w .more i {

    color: #ff8a00;

}



#product_box1_w .more i:after {

    width: 1px;

    height: 200px;

    background: #ff8a00;

    content: "";

    display: block;

    margin: 0 auto;

}



#product_box2_w li:nth-child(n+0) {

    background: #ff8a00;

}



#product_box2_w li:nth-child(2n+0) {

    background: #ffffff;

}



#product_box2_w li:nth-child(3n+0) {

    background: #252525;

}



#product_box2_w li:nth-child(n+0) * {

    color: #fff;

}



#product_box2_w li:nth-child(2n+0) * {

    color: #1f1f1f;

}



#product_box2_w li:nth-child(3n+0) * {

    color: #fff;

}



#product_box2_w li:nth-child(n+0) dl dd a {

    border: 1px solid rgba(255, 255, 255, 0.4);

}



#product_box2_w li:nth-child(2n+0) dl dd a {

    border: 1px solid rgba(0, 0, 0, 0.4);

}



#product_box2_w li:nth-child(3n+0) dl dd a {

    border: 1px solid rgba(255, 255, 255, 0.4);

}





#product_box2_w li:nth-child(odd) .odd {

    display: none;

}



#product_box2_w li:nth-child(even) .even {

    display: none;

}





#product_box2_w li big {

    font-size: 3.6rem;

    font-weight: bold;

}



#product_box2_w li p {

    font-size: 1.5rem;

    line-height: 27px;

    opacity: 0.6;

}



#product_box2_w li dl dd a {

    height: 50px;

    line-height: 50px;

}



#product_box2_w li dl dd a:hover {

    background: #000;

    border: 1px solid #000;

    color: #fff;

}





#product_type_w {

    height: 568px;

    background: url(../Image/banner_product_bg.jpg) center no-repeat;

    color: #fff;

}



#product_type_w .content {

    max-width: 1000px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.4);

    line-height: 27px;

}



#product_type_w big {

    font-size: 5.6rem;

}



#product_type_w big:after {

    background: none;

    margin: 10px 0;

}



#product_type_w .more {

    margin-top: 100px;

}



#product_type_w .more i {

    color: #ff8a00;

}



#product_list_w .pro_gd li {

    margin-bottom: 20px;

}



.pro_page#tabs_box {

    height: 170px;

    background: #ff8a00 !important;

}



.pro_page a:hover,

.pro_page a.active {

    background: #000 !important;

}



#product_info_w {

    height: 800px;

    background: url(../Image/banner_product_bg.jpg) center -100px no-repeat #fff;

}



#product_info_w .main {

    min-height: 600px;

}



#product_info_w .main .location {

    font-size: 1.5rem;

    color: rgba(0, 0, 0, 0.6);

}



#product_info_w .main .cont big {

    font-size: 3.0rem;

    color: #212121;

}



#product_info_w .main .cont p {

    font-size: 1.6rem;

    color: rgba(0, 0, 0, 0.6);

    line-height: 27px;

    max-width: 580px;

}



#product_info_w .main .cont .gt {

    color: #fff;

    font-size: 1.5rem;

    line-height: 50px;

    padding: 0 1px !important;

}



#product_info_w .main .cont .gt a {

    height: 50px;

    line-height: 50px;

    display: block;

    color: #fff;

}



#product_info_w .main .cont .gt a i {

    font-size: 1.8rem;

}



#product_info_w .main .cont .gt .gt1 {

    background: #fe8900;

}



#product_info_w .main .cont .gt .gt1 b {

    font-size: 2.1rem;

}



#product_info_w .main .cont .gt .gt2 {

    background: #161616;

}



#product_info_w .main .cont .hot_pro li a {

    border: 1px solid #f0f0f0;

}



#product_case_w {

    min-height: 1064px;

    background: linear-gradient(180deg, #fff 100px, #1b1b1b 100px);

}



#product_case_w .p_bar {

    background: #ff8a00;

}





#product_case_w .content {

    max-width: 1200px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.4);

    line-height: 27px;

}



#product_case_w .case_list {

    margin-top: 50px;

}



#picList {



    padding: 10px 0;

}



#picList .row {

    padding: 0;

    margin-bottom: 0 !important;

}



#picList li {

    transition: all 0.3s;

    margin-bottom: 20px;

    background: #fcfcfc;

    border-radius: 2px;

    padding: 10px;

    box-shadow: 0 0 1px #ccc;

}



#picList li:hover {

    box-shadow: 0 0 5px #ffe5e5;

}



#picList li a {

    display: block;

}



#picList li a:hover .d2 i {

    background: #ff8a00;

    color: #fff;

}



#picList .picList_date {

    color: #fff;

}



#picList .picList_date .d1 {

    font-size: 1.6rem;

    color: #898989;

}



#picList .picList_date .d2 i {

    width: 40px;

    height: 40px;

    text-align: center;

    line-height: 40px;

    transition: all 0.3s;

    display: block;

    background: #333;

    color: #fff;

}



#picList .pic_line {

    content: "";

    height: 1px;

    display: block;

    width: 80px;

    background: #bebebe;

    transition: all 0.5s;

    margin-top: 26px;

}



#picList li a:hover .pic_line {

    background: #f00;

    width: 10%;

}



#picList .img {

    overflow: hidden;

    background: #fff;

    height: 150px;

}



#picList .img img {

    position: relative;

    z-index: 2;

}





#picList .Pic_list_txt {

    margin: 10px 0;

    position: relative;

    overflow: hidden;

    text-align: justify;

}



#picList .Pic_list_txt .t1 {

    font-size: 1.8rem;

    font-weight: bold;

    line-height: 30px;

    height: 30px;

    overflow: hidden;

    color: #000;

}



#picList .Pic_list_txt .t2 {

    overflow: hidden;

    margin: 15px 0;

    height: 75px;

    font-size: 14px;

    line-height: 25px;

    color: #666;

}



.picUL li {

    margin-bottom: 20px !important;

}





.picUL li a {

    display: block;

    border: 1px solid #eeeeee;

    padding: 2px;

}



.picUL li a .img {

    width: 100%;

    background: #fafafa;

    overflow: hidden;

}



/*CONTACT*/



#contact_box1_w {

    height: 739px;

    overflow: hidden;

    background: url(../Image/banner_contact_bg.jpg) center no-repeat;

    color: #fff;

}



#contact_box1_w .content {

    max-width: 1000px;

    font-size: 1.5rem;

    color: rgba(255, 255, 255, 0.4);

    line-height: 27px;

}



#contact_box1_w .more {

    margin-top: 100px;

}



#contact_box1_w .more i {

    color: #ff8a00;

}



#contact_box1_w .more i:after {

    width: 1px;

    height: 200px;

    background: #ff8a00;

    content: "";

    display: block;

    margin: 0 auto;

}



.lx_list {

    color: #1f1f1f;

}



.lx_list li {

    margin: 35px 0;

    line-height: 26px;

}



.lx_list li i {

    color: #ff8a01;

}



.lx_list big {

    display: block;

    font-size: 2.2rem;

    font-family: arial;

    color: #1f1f1f;

}