﻿html, body { color: #666; background-color: #fff; font-size: 14px; min-width: 1200px; }
.w1200 { width: 1200px; margin: 0 auto; position: relative; }
.w1300 { width: 1300px; margin: 0 auto; position: relative; }
a { color: #666; transition: color 0.3s ease 0s; }
    a:hover { color: #ee1d23; }
ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
/*.header-wrap { position: fixed; top: 0; width: 100%; opacity: 1; filter: alpha(opacity=0); -webkit-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; background: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2); z-index: 100; }
    .header-wrap .top-link { line-height: 40px; height: 40px; width: 880px; position: absolute; right: 0; top: 0; background-color: #ee1d23; z-index: 3; }
        .header-wrap .top-link .search-sub { width: 382px; padding-top: 19px; height: 63px; background-color: #fff; position: absolute; right: 0; top: 30px; display: none; z-index: 13; }
        .header-wrap .top-link .top-tel {font-size:16px;color:#fff;font-weight:bold; }
        .header-wrap .top-link .search-box { margin-left: 40px;margin-top:6px;margin-right:10px; }
            .header-wrap .top-link .search-box .tex { border: 1px solid #bebebe; font-size: 14px; height: 14px; line-height: 14px; padding: 6px 4px 6px; width: 194px; }
            .header-wrap .top-link .search-box .sub-btn { border: none; width: 86px; height: 28px; background-color: #ee1d23; color: #fff; font-size: 14px; line-height: 28px; text-align: center; }
        .header-wrap .top-link .mobile-sub { width: 150px; height: 150px; position: absolute; right: 168px; top: 30px; display: none; z-index: 10; }
.search-bg-alert { position: fixed; left: 0; top: 0; width: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); z-index: 12; height: 100%; display: none; }
.header-wrap .link { margin-right: 50px; font-size: 14px; font-weight: bold; }
    .header-wrap .link a { color: #fff; display: inline-block; float: left; }
    .header-wrap .link .line { display: inline-block; float: left; width: 1px; height: 12px; background-color: #fff; margin: 10px 18px 0; }
.header-wrap .logo { display: inline-block; margin-top: 5px; margin-left: 50px; width: 354px; }
.header-wrap .nav { line-height: 42px; margin-top: 50px; position: relative; z-index: 2; }
    .header-wrap .nav li { font-size: 16px; padding-right: 10px; padding-left: 30px; padding-bottom: 20px; position: relative; float: left; }
    .header-wrap .nav a.tit { color: #000; padding-right: 24px; background: url(/css/../img/ico_04.png) no-repeat right center; display: inline-block; }
    .header-wrap .nav li:first-child a.tit { background: none; padding: 0; }
    .header-wrap .nav li:hover a.tit,.header-wrap .nav li.cur a.tit  { color: #ee1d23;font-weight: bold; }
    .header-wrap .nav .sub-box { position: absolute; left: 0px; top: 100%; width: 170px; font-size: 16px; line-height: 30px; display: none;  background-color: #f3f9f5; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; overflow: hidden; }
        .header-wrap .nav .sub-box p { width: 150px; line-height: 42px; margin: 0 auto; padding: 0 10px; transition: background 0.3s ease 0s; }
            .header-wrap .nav .sub-box p:hover { background-color: #ee1d23; }
                .header-wrap .nav .sub-box p:hover a { color: #fff; border-bottom: 1px solid #ee1d23; }
            .header-wrap .nav .sub-box p:last-child a { border-bottom: none; }
        .header-wrap .nav .sub-box a { display: inline-block; color: #333; padding-left: 20px; width: 130px; border-bottom: 1px solid #d4d4d4; }
            .header-wrap .nav .sub-box a:hover { color: #ee1d23; }*/


.head { background: #fff; position: fixed; left: 0; top: 0; width: 100%; z-index: 9999; }
.box { width: 1200px; margin: 0 auto; }
h1 { float: left; line-height: 80px; }
    h1 img { transition: all 0.5s ease 0s; }
.head_inner { height: 80px; transition: all 1s ease 0s; }
    .head_inner h1 a { color: #ee1d23; }
.nav_ul { float: right; line-height: 80px; }
    .nav_ul li { padding: 0 27px; float: left; }
        .nav_ul li a { font-size: 14px; display: block; color: #333; transition: all 0.5s ease 0s; }
.search { float: right; width: 18px; line-height: 80px; margin-left: 30px; position: relative; }

#search-form { -moz-transition: max-height, 0.5s; -o-transition: max-height, 0.5s; -webkit-transition: max-height, 0.5s; transition: max-height, 0.5s; position: absolute; top: 80px; right: 0; width: 320px; max-height: 0; overflow: hidden; background-color: #e1e4e7; }
.fixed #search-form { top: 60px; }
#search-form.open { max-height: 60px; }
#search-form fieldset { position: relative; padding: 0; border: none; }
#search-form input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; height: 50px; font-family: 'å¾®è½¯é›…é»‘'; }
    #search-form input[type="text"] { width: 100%; padding: 0 5px 0 22px; background: transparent; border: none; outline: none; }
    #search-form input[type="submit"] { position: absolute; bottom: 0; right: 0; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #ee1d23; background: #c6cacd; border: none; cursor: pointer; outline: none; }

@keyframes fadedown {
    from { transform: translateY(-100%); opacity: 0; }

    to { transform: translateY(0); opacity: 1; }
}


.nav_ul li a:hover { font-weight: bold; color: #ee1d23; transition: all 0.5s ease 0s; }

.fixed .head_inner { height: 60px; transition: all 1s ease 0s; }
.fixed h1 { line-height: 60px; }
    .fixed h1 img { height: 50px; width: auto; transition: all 1s ease 0s; }
.fixed .nav_ul { line-height: 60px; }
.fixed .search { line-height: 60px; }
.head.fixed { box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%); }
.index_body .head { background: none; }
.index_body .nav_ul li a { color: #fff; }

.nav_box { -webkit-animation: fadeInUp 0.5s linear 0s both; -moz-animation: fadeInUp 0.5s linear 0s both; animation: fadeInUp 0.5s ease 0s both; width: 100%; top: 80px; left: 0; display: none; padding: 20px 0; background: url(/css/../img/navbj.png) left top; position: absolute; }
.nav_dl dt { float: left; background: url(/css/../img/navline.jpg) left top no-repeat; height: 140px; width: 228px; padding-left: 28px; box-sizing: border-box; }
    .nav_dl dt .nav_h3 { height: 32px; line-height: 32px; font-size: 22px; padding-top: 42px; color: #ee1d23; }
    .nav_dl dt .nav_i { display: block; height: 20px; line-height: 20px; font-size: 14px; font-family: 'Arial'; color: #c7c7c7; text-transform: uppercase; }
.nav_dl dd { float: left; width: 972px; padding-top: 48px; }
    .nav_dl dd a { display: block; margin-left: 43px; width: auto; min-width: 200px; box-sizing: border-box; padding: 0 10px 0 0; height: 42px; line-height: 42px; text-indent: 5px; float: left; margin-bottom: 20px; overflow: hidden; background: url(/css/../img/navli.png) right center no-repeat; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; font-size: 14px; color: #666666 !important; }
.nav_ul li:hover .nav_box { display: block; }
.nav_ul li .nav_box a:hover { font-weight: normal; color: #ee1d23 !important; }
.fixed .nav_box { top: 60px; }
.flex-control-nav { display: none; }
.flex-direction-nav { display: block; }
.flex-prev { display: block; background: url(/css/../img/banner_left.png) center center no-repeat; font-size: 0; width: 58px; height: 58px; position: absolute; left: 60px; top: 50%; margin-top: -29px; z-index: 99; }
.flex-next { display: block; background: url(/css/../img/banner_right.png) center center no-repeat; font-size: 0; width: 58px; height: 58px; position: absolute; right: 60px; top: 50%; margin-top: -29px; z-index: 999; }
.flexslider { position: relative; width: 100%; height: 600px; margin: 0 auto; overflow: hidden; }
.slides { }
    .slides li .banner_img { width: 1920px; height: 600px; }
    .slides li { position: relative; }
        .slides li img { transition: 8s ease 0s; }
.slides { width: 1920px; height: 600px; position: absolute; left: 50%; margin-left: -960px; }
    .slides li.flex-active-slide img { transition: 8s ease 0s; transform: scale(1.15,1.15); }


.d-tit { text-align: center; margin-bottom: 50px; }
    .d-tit h3 { font-size: 36px; font-weight: 700; color: #555; padding: 10px 0px; line-height: 30px; }
    /*.d-tit h3 span { color: #ee1d23; }*/
    .d-tit em { font-size: 14px; line-height: 26px; text-transform: uppercase; color: #595959; font-style: normal; }

.tit-box h4 { font-size: 24px; line-height: 30px; color: #555; margin-right: 10px; display: inline-block; }
.tit-box .intr { font-size: 14px; color: #bbb; line-height: 26px; display: inline-block; }
.tit-box .line { display: block; width: 10px; height: 2px; background-color: #ee1d23; margin-top: 6px; line-height: 2px; }
.tit-box .more { display: inline-block; line-height: 32px; margin-top: 16px; padding-left: 25px; background: url(/css/../img/ico_09.png) no-repeat left center; font-size: 12px; }


.defaultimg { height: 300px; background: #fff; background-position: center; background-repeat: no-repeat; }

.iban-wrap { height: 300px; margin-top: 80px; }
.iban { height: 300px; background: url(/css/../img/loadings.gif) no-repeat center; }
    .iban .imglist li.active { animation: bannerIn 15s forwards; }


.i-zero-wrap { background: #fff; }
    .i-zero-wrap .w1200 { }
.counter_list { padding-top: 50px; }
    .counter_list li { width: 25%; float: left; text-align: center; position: relative; }
        .counter_list li:not(:last-child):after { content: ''; position: absolute; width: 1px; height: 45px; background-color: rgba(170,170,170,.2); right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
        .counter_list li p { text-align: left; margin-left: 90px; }
            .counter_list li p.number .counterDX { font-size: 50px; font-family: helveticaneuethn,Arial; text-align: center; margin-top: 15px; line-height: 52px; vertical-align: top; color: #3c3c3c; }
            .counter_list li p.number .unit { position: relative; top: 1px; left: 3px; font-size: 14px; vertical-align: top; color: #999; }
        .counter_list li .title { color: #999; font-size: 13px; line-height: 30px; }





.i-fir-wrap { padding-top: 50px; padding-bottom: 10px; background: #fff; overflow: hidden; }

.i-category { text-align: center; margin-top: 20px; }
    .i-category a { display: inline-block; margin-right: 3px; font-size: 13px; line-height: 30px; text-align: center; padding: 0 20px; }
        .i-category a.active, .i-category a:hover { color: #fff; background: #ee1d23; }

.product_ct { position: relative; }
    .product_ct .pprev { position: absolute; top: 50%; margin-top: -37px; left: -100px; cursor: pointer; width: 50px; height: 50px; z-index: 3; background: #D6D6D6 url(../img/proprev.png) no-repeat center; }
    .product_ct .pnext { position: absolute; top: 50%; margin-top: -37px; right: -100px; cursor: pointer; width: 50px; height: 50px; z-index: 3; background: #D6D6D6 url(../img/pronext.png) no-repeat center; }
        .product_ct .pprev:hover, .product_ct .pnext:hover { background-color: #ee1d23; }


.up-graybox { width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); transition: all 0.4s ease 0s; }
    .up-graybox .bgbox { display: block; width: 100%; height: 100%; background-color: #000; opacity: 0.4; filter: alpha(opacity=40); }
    .up-graybox .stit { font-size: 16px; line-height: 30px; width: 100%; text-align: center; position: absolute; left: 0; top: 50%; margin-top: -15px; color: #fff; }
    .up-graybox .line { display: inline-block; width: 100px; height: 1px; background-color: #f2f2f2; position: absolute; left: 50%; margin-left: -50px; transition: all 0.6s ease 0s; }
    .up-graybox .linet { top: 0; }
    .up-graybox .lineb { bottom: 0; }
    .up-graybox .out-ico { display: none; width: 26px; height: 26px; position: absolute; right: 20px; top: 20px; }
    .up-graybox:hover .line { width: 6px; margin-left: -3px; opacity: 0.6; filter: alpha(opacity=60); }

img.up-pic { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
.product_ct ul { width: 1232px; }
.product_ct li { width: 276px; transition: box-shadow 0.3s ease 0s; margin-right: 32px; float: left; margin-bottom: 32px; }
.product_ct .img { display: block; width: 274px; position: relative; overflow: hidden; border: 1px solid #f2f2f2; }
    .product_ct .img img.up-pic { transform: translateZ(0px); transition: transform 0.3s ease 0s; }
.product_ct .up-graybox { z-index: 3; }
.product_ct .img:hover img.up-pic { transform: scale(1.05, 1.05); transition: transform 0.6s ease 0s; }
.product_ct .img:hover .up-graybox { opacity: 1; filter: alpha(opacity=1); }
.product_ct .cont-wrap { width: 86.5%; padding: 10px 6.5%; border: 1px solid #f2f2f2; margin-top: -1px; height: 32px; background: #ee1d23; text-align: center; }
.product_ct li:hover .cont-wrap { background: #D90000; }
.product_ct .tit { line-height: 32px; font-size: 14px; }
    .product_ct .tit a { display: inline-block; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.product_ct li:hover .tit a { color: #fff; }
.product_ct .intr { display: block; line-height: 26px; font-size: 12px; height: 52px; overflow: hidden; }
.product_ct li:hover .intr { color: #fff; }

.p_more { width: 185px; height: 35px; display: block; margin: 30px auto; background: url(/css/../img/more.jpg) no-repeat; -webkit-transition: all 0.5s ease-in-out 0s; }
    .p_more:hover { background: url(/css/../img/more_hover.jpg) no-repeat; }
.more { display: inline-block; width: 24px; height: 8px; background: url(/css/../img/ico_08.png) no-repeat right center; }
    .more:hover { background: url(/css/../img/ico_08_h.png) no-repeat right center; }




.i-sec-wrap { background: #f6f6f6 url(../img/new_bg.jpg) no-repeat center; overflow: hidden; padding-top: 50px; }
.i-news { }
.left-wrap { width: 482px; }
    .left-wrap .img { width: 482px; height: 240px; display: block; transition: transform 0.3s ease 0s; overflow: hidden; }
        .left-wrap .img:hover img { transform: scale(1.05, 1.05); transition: transform 0.6s ease 0s; }
    .left-wrap .cont { padding: 28px; background: #ee1d23; color: #fff; }
        .left-wrap .cont .date { width: 60px; text-align: center; }
            .left-wrap .cont .date b { font-size: 30px; display: block; line-height: 45px; }
        .left-wrap .cont .tit-box { width: 342px; }
            .left-wrap .cont .tit-box p { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-bottom: 14px; border-bottom: 1px solid #7daad3; font-size: 16px; }
            .left-wrap .cont .tit-box .word { margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden; }
            .left-wrap .cont .tit-box a, .left-wrap .cont .tit-box a:hover { color: #fff; }


.right-list { width: 628px; }
    .right-list dl { margin-top: 18px; }
    .right-list dd { width: 60px; text-align: center; }
        .right-list dd b { font-size: 30px; display: block; line-height: 45px; }

    .right-list dt { width: 500px; }
        .right-list dt p { line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding-bottom: 14px; border-bottom: 1px solid #dadada; font-size: 16px; }
            .right-list dt p a { color: #ee1d23; }
        .right-list dt .word { margin-top: 10px; line-height: 25px; height: 50px; overflow: hidden; }
.main-list { margin-top: 52px; }
    .main-list li { line-height: 55px; border-bottom: 1px solid #dadada; }
        .main-list li a { float: left; width: 540px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
        .main-list li span { float: right; }


.i-sec-wrap .nmore { width: 160px; height: 33px; line-height: 33px; background: #ee1d23; margin: 30px auto; display: block; text-align: center; color: #fff; }
    .i-sec-wrap .nmore:hover { background: #494949; }




.i-thi-wrap { overflow: hidden; padding-top: 50px; padding-bottom: 0px; }
.about_l { width: 50%; min-width: 600px; position: relative; height: 600px; }
    .about_l .bd { width: 960px; height: 600px; position: absolute; right: 0; top: 0; }
        .about_l .bd li { zoom: 1; vertical-align: middle; }
        .about_l .bd img { width: 960px; height: 600px; display: block; }

    .about_l .hd { width: 77px; z-index: 9; position: absolute; right: -38px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
        .about_l .hd i { display: block; width: 100%; cursor: pointer; height: 77px; }
        .about_l .hd .about_prev { background: url(/css/../img/about-prev.jpg) no-repeat center; }
        .about_l .hd .about_next { background: url(/css/../img/about-next.jpg) no-repeat center; }
        .about_l .hd ul { background: #FFF; padding: 4px 3px 0; box-sizing: border-box; }
            .about_l .hd ul li { line-height: 0; overflow: hidden; margin-bottom: 3px; position: relative; }
                .about_l .hd ul li img { width: 100%; }
                .about_l .hd ul li:before { display: none; width: 100%; height: 100%; border: 3px solid #ee1d23; box-sizing: border-box; content: ""; position: absolute; left: 0; top: 0; }
                .about_l .hd ul li.cur:before { display: block; }

.about_r { width: 50%; min-width: 600px; position: relative; height: 600px; background: #f9f9f9; }
.about_r_info { width: 500px; padding-left: 100px; padding-top: 20px; }
.about_r h4 { position: relative; padding-left: 0px; font-size: 24px; color: #ee1d23; padding-top: 10px;}
    .about_r h4 b {width:100%;display:block; }
    .about_r h4 i { position: absolute; left: 0; top: 0; }
    .about_r h4 em { display: block; font-size: 14px; color: #666666; font-weight: normal; font-style: normal; }

.about_r_con dl { padding-top: 22px; border-bottom: 1px solid #e8e9e9; width: 500px; padding-bottom: 20px; }
.about_r_con dt { float: left; width: 60px; font-size: 34px; color: #cecece; }
.about_r_con dd { float: left; width: 430px; }
.about_r_con h3 { line-height: 38px; font-size: 22px; color: #333333; }
.about_r_con p { font-size: 14px; color: #666666; }
    .about_r_con p b { font-weight: normal; color: #171c61; }
.about_r_con dl:nth-child(3) { border-bottom: none; }
.about_r_con dl:nth-child(1) { animation-delay: 0.1s; }
.about_r_con dl:nth-child(2) { animation-delay: 0.2s; }
.about_r_con dl:nth-child(3) { animation-delay: 0.3s; }



/*.i-thi-wrap .quicklink .tab-content .owl-theme .owl-controls {position:absolute;bottom:-240px;left:50%;margin-left:-39px; }*/
.i-fou-wrap { overflow: hidden; padding-top:50px;}

.i-applications { position: relative; }
    .i-applications .items { min-height: 258px; }
    .i-applications .item_block { transition: all .36s ease; height: auto; float: left; margin-right: 0px; margin-bottom: 0px; position: relative; box-shadow: 0 0 0 rgba(0,0,0,.15); overflow: hidden; }
        .i-applications .item_block:hover { }
        .i-applications .item_block .item_img { overflow: hidden; border: 1px solid #eee; }
        .i-applications .item_block img { transition: all .36s ease; }
        .i-applications .item_block:hover .item_box .item_img img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }
        .i-applications .item_block .item_name { line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background: #666; color: #fff; text-align: center; font-size: 16px; }
        .i-applications .item_block:hover .item_name { background: #ee1d23; color: #fff; }
    .i-applications .owl-theme .owl-nav { height: 0; top: 50%; -webkit-transform: translateY(calc(-50%)); -ms-transform: translateY(calc(-50%)); transform: translateY(calc(-50%)); position: absolute; width: 100%; margin: 0; }
        .i-applications .owl-theme .owl-nav .owl-prev { position: absolute; left: -60px; transition: all .36s ease; width: 50px; height: 50px; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0; background: #D6D6D6 url(../img/proprev.png) no-repeat center; }
            .i-applications .owl-theme .owl-nav .owl-prev:hover { background: #0081CC url(../img/proprev.png) no-repeat center; }
        .i-applications .owl-theme .owl-nav .owl-next { position: absolute; right: -60px; transition: all .36s ease; width: 50px; height: 50px; z-index: 3; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin: 0; background: #D6D6D6 url(../img/pronext.png) no-repeat center; }
            .i-applications .owl-theme .owl-nav .owl-next:hover { background: #0081CC url(../img/pronext.png) no-repeat center; }


.link_tit { text-align: center; }
    .link_tit h3 { font-size: 26px; height: 40px; line-height: 40px; }
.link_i { display: block; width: 54px; height: 2px; background: #ee1d23; margin: 16px auto 0; }
.link_div { margin: 44px 0 80px 0; height: 82px; position: relative; }
.link_scroll { width: 1148px; height: 82px; overflow: hidden; position: absolute; left: 50%; top: 0; margin-left: -574px; }
.link_ul { width: 10000px; }
    .link_ul li { transition: all 0.5s ease 0s; float: left; width: 218px; height: 80px; overflow: hidden; border: 1px solid #dedede; margin-right: 12px; }
.link_left { display: block; background: url(/css/../img/link_left.png) right center no-repeat; width: 24px; height: 24px; position: absolute; left: -40px; top: 27px; }
.link_right { display: block; background: url(/css/../img/link_right.png) right center no-repeat; width: 24px; height: 24px; position: absolute; right: -40px; top: 27px; }
.link_ul li img { width: 218px; height: 80px; overflow: hidden; transition: all 1s ease 0s; }
.link_ul li:hover img { transition: all 1s ease 0s; transform: scale(1.2,1.2); }
.link_ul li:hover { border: 1px solid #ee1d23; transition: all 0.5s ease 0s; }




.footer-wrap { background-color: #404040; padding-top: 35px; }
    .footer-wrap .top-wrap { padding-bottom: 20px; }
        .footer-wrap .top-wrap .footl { width: 801px; }
            .footer-wrap .top-wrap .footl ul { margin-top: 25px; margin-left: -100px; height: 60px; overflow: hidden; }
                .footer-wrap .top-wrap .footl ul li { padding-left: 100px; width: 350px; float: left; line-height: 30px; color: #d2d2d2; }
            .footer-wrap .top-wrap .footl .foot_con:after { height: 60px; width: 1px; background: #666; content: ""; display: block; left: 380px; top: 0px; position: absolute; }
        .footer-wrap .top-wrap .nav { line-height: 40px; }
            .footer-wrap .top-wrap .nav a { display: inline-block; font-size: 14px; float: left; color: #fff; }
                .footer-wrap .top-wrap .nav a:hover { }
            .footer-wrap .top-wrap .nav .line { display: inline-block; float: left; width: 1px; height: 10px; background-color: #fff; opacity: 0.4; filter: alpha(opacity=40); margin: 16px 30px 14px; }
        .footer-wrap .top-wrap .call { line-height: 40px; margin-top: 2px; display: inline-block; color: #fff; text-align: center; }
            .footer-wrap .top-wrap .call span { display: block; width: 100px; margin-left: 20px; float: left; line-height: 35px; }
                .footer-wrap .top-wrap .call span img { width: 100%; }
    .footer-wrap .bot-wrap { line-height: 50px; font-size: 12px; border-top: 1px solid #646464; }
        .footer-wrap .bot-wrap p { color: #b1b1b1; text-transform: uppercase; }
            .footer-wrap .bot-wrap p.fr img { height: 42px; }
        .footer-wrap .bot-wrap a { color: #b1b1b1; transition: all 0.3s ease 0s; }
            .footer-wrap .bot-wrap a:hover { color: #fff; }
        .footer-wrap .bot-wrap .site-img { display: inline-block; margin-right: 8px; }



.weblinks { width: 1200px; margin-right: auto; margin-left: auto; line-height: 40px; }
    .weblinks dt { display: block; float: left; width: 100px; }
        .weblinks dt strong { color: #464646; }
            .weblinks dt strong img { margin-top: -3px; margin-right: 5px; height: 18px; }
    .weblinks dd { display: block; float: left; width: 1100px; }
    .weblinks span { padding-right: 10px; padding-left: 10px; }
    .weblinks a { text-decoration: none; }
        .weblinks a:hover { color: #00579e; text-decoration: none; }



.fttop { width: 100%; padding-top: 50px; padding-bottom: 50px; background: url(/css/../img/foot_bg.jpg) no-repeat center; }
.botlink { width: 660px; }
    .botlink dl { width: 220px; }
        .botlink dl dt { color: #fff; font-size: 22px; margin-bottom: 20px; }
        .botlink dl dd { line-height: 32px; }
            .botlink dl dd a { color: #e5e5e5; font-size: 14px; }
                .botlink dl dd a:hover { color: #fff; transition: all 0.5s; }

.focus { width: 165px; }
    .focus h2 { font-size: 22px; color: #fff; margin-bottom: 20px; }
.share { padding-bottom: 20px; border-bottom: 1px #3c3c42 solid; }
    .share .bdsharebuttonbox a { display: inline-block; *zoom: 1; width: 40px; height: 40px; padding: 0; margin-right: 20px; }
        .share .bdsharebuttonbox a.bds_weixin { background: url(/css/../img/wx.png) center no-repeat; background-size: cover; }
        .share .bdsharebuttonbox a.bds_tsina { background: url(/css/../img/xl.png) center no-repeat; background-size: cover; }
.wcode img { width: 130px; }

.footlogo { width: 300px; }
    .footlogo img { position: absolute; top: 60px; right: 90px; }


.hotline { padding-top: 24px; display: none; }
    .hotline p { font-size: 16px; color: #adadaf; line-height: 24px; }
        .hotline p.telnum { color: #fff; font-size: 24px; padding-top: 14px; }
.ftbot { background-color: #000000; border-top: 2px solid #ee1d23; }
    .ftbot .w1200 { padding: 16px 0; }
    .ftbot p { font-size: 14px; color: #bfbfbf; }
        .ftbot p a { color: #bfbfbf; }
            .ftbot p a:hover { color: #fff; transition: all 0.5s; }

.copyright { margin-left: 35px; }
    .copyright a { padding: 0 5px; }

.ftlink { margin-right: 6px; }
    .ftlink a { padding: 0 20px; background: url(/css/../img/ftlinkline.jpg) no-repeat right center; background-size: 1px 10px; }
        .ftlink a:last-child { background: none; }




/*.contact-wrap { background-color: #f6f6f6; padding-top: 50px; padding-bottom: 50px; }
    .contact-wrap h4 { font-size: 18px; line-height: 30px; font-weight: bold; font-family: "Base-font"; padding-bottom: 13px; border-bottom: 1px solid #e3e3e3; color: #333; }
    .contact-wrap .address { margin-right: 90px; width: 600px; }
        .contact-wrap .address img { width: 150px; margin-top: 30px; }
        .contact-wrap .address .cont { padding-top: 25px; width: 400px; }
            .contact-wrap .address .cont .stt { font-weight: bold; }
            .contact-wrap .address .cont p { line-height: 24px; font-size: 14px; color: #666; }
    .contact-wrap .weixin { margin-right: 90px; width: 210px; }
        .contact-wrap .weixin .wx-img { padding-top: 26px; }
    .contact-wrap .mobile { width: 210px; }
        .contact-wrap .mobile .wx-img { padding-top: 26px; }

.footer-wrap { background-color: #222; padding-top: 20px; padding-bottom: 20px; }

    .footer-wrap .top-wrap { padding-bottom: 15px; border-bottom: 1px solid #393939; }
        .footer-wrap .top-wrap .nav { line-height: 40px; }
            .footer-wrap .top-wrap .nav a { display: inline-block; font-size: 14px; float: left; color: #fff; opacity: 0.4; filter: alpha(opacity=40); transition: opacity 0.3s ease 0s; }
                .footer-wrap .top-wrap .nav a:hover { opacity: 1; filter: alpha(opacity=100); }
            .footer-wrap .top-wrap .nav .line { display: inline-block; float: left; width: 1px; height: 10px; background-color: #fff; opacity: 0.4; filter: alpha(opacity=40); margin: 16px 20px 14px; }
        .footer-wrap .top-wrap .call { line-height: 40px; margin-top: 2px; display: inline-block; color: #fff; opacity: 0.4; filter: alpha(opacity=40); }
    .footer-wrap .bot-wrap { line-height: 42px; padding-top: 10px; font-size: 12px; }
        .footer-wrap .bot-wrap p { color: #7a7a7a; text-transform: uppercase; }
            .footer-wrap .bot-wrap p.fr img { height: 42px; }
        .footer-wrap .bot-wrap a { color: #7a7a7a; transition: all 0.3s ease 0s; }
            .footer-wrap .bot-wrap a:hover { color: #fff; }
        .footer-wrap .bot-wrap .site-img { display: inline-block; margin-right: 8px; }*/
.yb_conct { position: fixed; z-index: 9999999; top: 200px; right: -127px; cursor: pointer; transition: all .3s ease; }
.yb_bar ul li { width: 180px; height: 53px; font: 16px/53px 'Microsoft YaHei'; color: #fff; text-indent: 54px; margin-bottom: 3px; border-radius: 3px; transition: all .5s ease; overflow: hidden; }
.yb_bar .yb_top { background: #ee1d23 url(../img/rightbar.png) no-repeat 0 0; }
.yb_bar .yb_phone { background: #ee1d23 url(../img/rightbar.png) no-repeat 0 -57px; }
.yb_bar .yb_QQ { text-indent: 0; background: #ee1d23 url(../img/rightbar.png) no-repeat 0 -113px; }
.yb_bar .yb_ercode { background: #ee1d23 url(../img/rightbar.png) no-repeat 0 -169px; }
.hd_qr { padding: 0 29px 25px 29px; }
.yb_QQ a { display: block; text-indent: 54px; width: 100%; height: 100%; color: #fff; }
