@font-face
{
    font-family: 'navfont';

    src: url('fonts/HeronSans.eot'); /* IE9 Compat Modes */
    src: url('fonts/HeronSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/HeronSans.woff') format('woff'), /* Modern Browsers */
    url('fonts/HeronSans.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/HeronSans.svg#fonts/HeronSans') format('svg'); /* Legacy iOS */
}
@font-face
{
    font-family: 'modelfont';

    src: url('fonts/HeronSansLight.eot'); /* IE9 Compat Modes */
    src: url('fonts/HeronSansLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/HeronSansLight.woff') format('woff'), /* Modern Browsers */
    url('fonts/HeronSansLight.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/HeronSansLight.svg#fonts/HeronSansLight') format('svg'); /* Legacy iOS */
}
*
{
    margin: 0;
    padding: 0;

    border: 0;
}
*,
*:before,
*:after
{
    -webkit-box-sizing: border-box!important;
       -moz-box-sizing: border-box!important;
            box-sizing: border-box!important;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;

    color: #fff;
}
a:hover
{
    text-decoration: none!important;
}
a img
{
    display: block;
}
.clear-fix
{
    overflow: hidden;
    zoom: 1;
}
.clear-fix:after
{
    display: table;
    clear: both;

    width: 0;

    content: '';
}
body
{
    font-family: 'Segoe UI', 'Lucida Grande', Helvetica, Arial, 'Microsoft YaHei', FreeSans, Arimo, 'Droid Sans','wenquanyi micro hei','Hiragino Sans GB', 'Hiragino Sans GB W3', Arial, sans-serif;
    font-size: 12px;

    width: 100%;
    height: 100%;
    padding-bottom: 910px;

    letter-spacing: 1px;

    color: #fff;
    background-color: #e6e6e6;
}

.uk-visible-small
    {
        display: none!important;
    }.uk-offcanvas
{
    

    display: none;

   
}

/********************head***********************/
.loading{
    width: 100%;
    text-align: center;
    background-color: #142851;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}
.loading img{
    display: block;
    margin: auto;
    width: 100%;
}
.top
{
    position: fixed;
    z-index: 1999;

    width: 100%;
    height: 110px;
    padding-top: 10px;

    background-color: #142851;
}
.content
{
    overflow: hidden;

    width: 1400px;
    margin: 0 auto;
}
.main
{
    position: relative;
    z-index: 999;

    width: 100%;
    padding-top: 110px;

    background-color: #e6e6e6;
}
.main .content
{
    overflow: hidden;

    width: 1000px;
    margin: 0 auto;
}
.top-1
{
    width: 100%;
    font-size: 12px;
    text-align: right;
}
.top-1 > span a{
    font-size: 12px;
}
.language
{
    display: inline-block;

    margin-right: 10px;
}
.language:before
{
    display: inline-block;

    margin-right: 5px;

    content: url(english.png);
}
.search
{
    display: inline-block;
    margin-right: 150px;
    font-size: 13px;
}
.search a{
    font-size: 13px!important;

}
.search form{
    display: inline;
}
.search input
{
    width: 100px;

    color: #fff;
    background: url(top-search.png) no-repeat scroll right center transparent;

    appearance: none;
}
.top .nav
{
    width: 100%;
    padding: 10px 100px 0;
}
.top .logo
{
    float: left;
}
.top .menu
{
    line-height: 50px;

    float: right;

    height: 50px;
}
.top .menu > ul > li
{
    float: left;

    width: 135px;

    text-align: center;
}
.nav-en
{
    font-family: 'navfont';

    display: none;
}
.top a
{
    font-size: 15px;
}
.top a:hover .nav-en
{
    display: inline-block;
}
.top a:hover .nav-cn
{
    display: none;
}

.sec-nav
{
    position: absolute;
    z-index: 10;
    top: 80px;
    left: 0;

    display: none;

    width: 100%;
    height: 238px;
}

.sec-nav:hover
{
    display: block;
}
.sec-nav div
{
    height: 208px;
    margin-top: 30px;

    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.secnav-products
{

    background-image: url(secnav-products.png);

}
.sec-nav div ul
{
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
    padding-left: 270px;
}
.sec-nav div li
{
    font-size: 14px;
    line-height: 30px;

    float: none;

    height: 30px;

    text-align: left;

    color: #000;
}
.secnav-about{
    background-image: url(secnav-about.png);

}
.secnav-jobs{
    background-image: url(secnav-jobs.png);

}
.secnav-news{
    background-image: url(secnav-news.png);

}
.secnav-marketing{
    background-image: url(secnav-marketing.png);

}
.sec-nav a
{
    font-size: 14px;

    color: #595757;
}
.sec-nav a:hover
{
    color: #000;
}
a[href*='products']:hover + .sec-nav,
a[href*='jobs']:hover + .sec-nav,
a[href*='news']:hover + .sec-nav,
a[href*='marketing']:hover + .sec-nav,
a[href*='aboutus']:hover + .sec-nav
{
    display: block;
}

/********************index***********************/
.dh
{
    -webkit-transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
         -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
}


.banner
{
    width: 100%;
}


.slider1 .uk-dotnav
{
    height: 40px;
    margin-bottom: 0!important;

    background-color: #d92823;
}

.uk-dotnav > .uk-active > *
{
    background-color: #172e57!important;
}
.slider1 .uk-dotnav > * > *,
.slider2 .uk-dotnav > * > *,
.slider3 .uk-dotnav > * > *
{
    width: 12px!important;
    height: 12px!important;
}



.indnav
{
    position: relative;

    width: 100%;
}
.ind-nav
{
    float: left;
    overflow: hidden;

    width: 50%;
}


.ind-nav-icon-l
{
    position: absolute;
    z-index: 20;
    top: auto!important;
    right: auto!important;
    bottom: 60px!important;
    left: 70px!important;
}
.ind-nav-icon-r
{
    position: absolute;
    z-index: 20;
    top: auto!important;
    right: 70px!important;
    bottom: 60px!important;
    left: auto!important;
}
.indnav-icon
{
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;

    margin-top: -317.5px;
    margin-left: -373.5px;
}


.ind-news
{
    width: 100%;
    margin-top: 95px;

    text-align: center;
}
.ind-news > span
{
    display: block;

    margin-bottom: 40px;
}
.ind-news-mask > span:nth-child(1)
{
    font-size: 16px;
    line-height: 24px;

    display: block;

    padding-bottom: 10px;
}
.ind-news-lf
{
    float: left;

    width: 665px;
}

.ind-news-lf .ind-news-li:nth-child(3)
{
    margin-left: 20px;
}
.ind-news-lf .ind-news-li:nth-child(3),
.ind-news-lf .ind-news-li:nth-child(2)
{
    overflow: hidden;

    width: 322.5px;
    height: 338px;
}
.ind-news-rf
{
    float: right;

    width: 315px;
}
.ind-news-li
{
    position: relative;

    float: left;

    margin-bottom: 20px;
}
.ind-news-mask
{
    font-weight: lighter;

    position: absolute;
    bottom: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100px;
    padding: 20px;

    text-align: left;

    background-color: rgba(23,46,87,.8);
}
.ind-news-mask span:nth-child(2)
{
    font-size: 13px;
    line-height: 20px;

    display: none;
}
.ind-news-li:hover .ind-news-mask
{
    height: 100%;
}
.ind-news-li:hover .ind-news-mask span:nth-child(2)
{
    display: inline-block;
}
.ind-news-more
{
    position: absolute;
    z-index: 10;
    right: 40px;
    bottom: 40px;

    opacity: 0;
}
.ind-news-li:hover .ind-news-more
{
    opacity: 1;
}
.ind-news-mo
{
    width: 100%;
    height: 140px;
    padding-top: 17px;

    border-bottom: 1px solid #44403f;
}
.ind-news-mo .content img
{
    float: right;
}
.ind-ry
{
    width: 100%;
    margin: 70px auto 60px;
}
.ind-ry > span
{
    display: inline-block;

    height: 135px;
    margin-top: 60px;

    border-right: 2px solid #aaa;
}
.ind-rz
{
    float: left;

    width: 500px;
    padding-right: 55px;
}
.ind-hb
{
    float: right;

    width: 434px;
}
.slider3,
.slider2
{
    position: relative;

    margin-top: 40px!important;
}


.foot
{
    
    z-index: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 910px;

    background-color: #142851;
}
.bottom
{
    width: 100%;
    height: 870px;
    padding-top: 250px;

    text-align: center;
}
.bottom > p
{
    color: #a0a2a1;
}
.bottom a
{
    color: #a0a2a1;
}
.bottom-content
{
    width: 800px;
    height: 220px;
    margin: 120px auto 20px;

    border-bottom: 1px solid #474548;
}
.bottom-con-li
{
    font-size: 13px;

    float: left;

    text-align: left;
     font-weight: bold;
    padding-right: 40px;
}
.bottom-con-li p span
{
    font-weight: lighter;

    color: #a0a2a1;
}



.bottom-con-li:nth-child(3)
{
    padding-right: 0;
    float: right;
}

.bottom-red
{
    display: block;

    width: 100%;
    height: 40px;

    background-color: #d92823;
}
.right
{
    position: fixed;
    z-index: 999;
    top: 50%;
    right: 0;

    margin-top: -160px;
}





/********************about******************************/
.content-title
{
    display: block;

    width: 100%;
    margin-top: 80px;
    margin-bottom: 60px;

    text-align: center;
}
.content-main
{
    display: block;
    overflow: hidden;

    width: 100%;
    margin-bottom: 20px;
}
#about-overview .content-main
{
    
    height: 340px;
}
.content-main .about-cn
{
    line-height: 27px;
}
.about-more
{
    display: inline-block;

    width: 100%;
    margin-bottom: 60px;

    text-align: right;
}
#about-overview
{
    font-size: 14px;
    line-height: 20px;

    letter-spacing: 0;

    color: #000;
}
#about-overview .content-main p
{
    margin: 20px auto;
}
#about-overview .content-main p:nth-child(1)
{
    margin: 0 auto 20px;
}
#about-history
{
    background: url(about-history-back.jpg) no-repeat;
}
#about-history .content-title{
    margin: 50px auto 20px!important;
}
#about-rz
{
    padding-bottom: 30px;
}
#about-rz li
{
    text-align: center;
}
#about-rz .uk-subnav
{
    margin-bottom: 49px;
}
#about-rz .uk-subnav li
{
    font-size: 17px;
    line-height: 42px;

    height: 42px;
    padding: 0!important;

    background-color: #fff;
}
#about-rz .uk-subnav .uk-active
{
    font-size: 17px;

    color: #fff;
    background-color: #172e57;
}
#about-rz .uk-subnav .uk-active *
{
    color: #fff;
    background-color: transparent;
}

#about-wenhua
{
    background-color: #fff;
    padding-bottom: 80px;
}
#about-wenhua .content-main{
    display: inline-block;
}
.about-wh{    
    display: none;
}

/* Menu style */
#timeline
{
    position: relative;

    overflow: hidden;

    width: 1000px;
   

    background: url('shijianzou.png') center 272px no-repeat;
}
#dates
{
    overflow: hidden;

    width: 1000px;
}
#dates li
{
    font-size: 16px;

    float: left;

    width: 94px;
    height: 90px;

    text-align: center;
}
#dates a
{
    line-height: 120px;
    font-family: 'navfont';
    
    display: block;

    width: 94px;
    height: 90px;
    background: url(shijian.png) no-repeat center 9px;
    
    color: #fff;
}
#dates .selected
{
    font-size: 20px;
    font-weight: bolder;
    color: red;
    background: url(shijiandian.png) no-repeat center top;
}
#issues
{
    overflow: hidden;

    width: 1000px;
}
#issues li
{
    float: left;

    width: 1000px;

    list-style: none;
}
#issues li img
{
    display: block;

    margin: 0 auto;

    text-align: center;
}
#next,
#prev
{
   
        position: absolute;
    top: 335px;

    overflow: hidden;

    width: 30px;
    height: 30px;
}
#next
{
    right: 50%;

    margin-right: -450px;
}
#prev
{
    left: 50%;

    margin-left: -450px;
}
#next:hover,
#prev:hover
{
    opacity: .2;
}


/********************news******************************/
.news-nav
{
    line-height: 52px;

    width: 100%;
    height: 52px;
    margin-top: -1px;
    padding: 0!important;

    border: 0!important;
    background-color: #a4a4a5;
}
.news-nav ul
{
    padding: 0!important;

    list-style: none;
}

.news-nav li:nth-child(2)
{
    border-right: 2px solid #a4a4a5;
    border-left: 2px solid #a4a4a5;
}

.news-nav li
{
    font-size: 16px;

    float: left;

    width: 33.333%;
    margin: 0!important;

    text-align: center;

    background-color: #fff;
}
.news-nav li a
{
    display: inline-block;

    width: 100%;
    height: 100%;

    color: #595757;
}
.news-nav li a:hover
{
    width: 100%;

    color: #fff;
    background-color: #172e57!important;
}
.news-nav .uk-active > *
{
    font-size: 16px;

    width: 100%;

    background-color: #172e57!important;
}
.news-list
{
    margin-top: 68px!important;
    padding-bottom: 60px!important;
}
.news
{
    margin-bottom: 20px!important;
}
.news > span
{
    font-size: 13.5px;

    display: inline-block;

    width: 100%;
    height: 100px;
    padding: 10px;

    color: #9fa0a0;
    background-color: #fff;
}
.news > span a
{
    color: #595757;
}
.news-mask:hover
{
    color: #e6e6e6;
    background-color: #172e57;
}
.news-mask:hover a
{
    color: #e6e6e6;
}
.news-title
{
    display: inline-block;
    overflow: hidden;

    height: 40px;
}
.news-more
{
    line-height: 40px;

    display: inline-block;

    width: 100%;
    height: 40px;
}
.news-link,
.news-time
{
    display: inline-block;
    float: left;

    width: 50%;
}
.news-link
{
    text-align: right;
}
.news-contain
{
    line-height: 150%!important;
}
.news-contain div ul
{
    LIST-STYLE: inside;
}
.news-contain div ol
{
    LIST-STYLE: inside;
}
.page-cute
{
    margin-top: 50px;
}
.page-cute .selected{
    background-color: #142851;
    color: #fff;
}
.news-detail
{
    line-height: 170px;

    width: 100%;
    height: 170px;
    padding: 0!important;

    background-color: #fff;
}
.news-nav-l
{
    float: left;

    width: 40%;

    text-align: left;
}
.news-nav-r
{
    font-size: 18px;

    float: left;

    width: 60%;

    text-align: right;

    color: #4d4d4d;
}
.news-nav-r a
{
    font-size: 16px;

    color: #4d4d4d;
}
.news-topic
{
    font-size: 26px;
    line-height: 50px;

    padding-top: 60px;
    padding-bottom: 40px;

    text-align: center;

    color: #172e57;
    border-bottom: 1px solid #b3b3b3;
}
.news-info
{
    font-size: 14px;

    padding-top: 30px;
    padding-bottom: 100px;

    text-align: center;

    color: #666;
}
.news-info span
{
    display: inline-block;

    padding: 0 40px;

    border-right: 2px solid #666;
}
.news-info span:last-child
{
    border-right: 0;
}
.news-contain
{
    font-size: 14px;
    line-height: 35px;

    padding-bottom: 100px;

    color: #666;
    border-bottom: 1px solid #b3b3b3;
}
.news-next
{
    padding: 50px 0 100px;
}
.news-next p
{
    font-size: 17px;
    line-height: 30px;

    height: 30px;
    margin: 0;
    padding: 0;

    color: #666;
}
.news-next p a
{
    color: #666;
}



/********************marketing******************************/
.marketing-gj
{
    position: relative;
    overflow: visible!important;
    height: 873px;
    margin: 72px auto 78px!important;

    background: url(marketing-gj.png) center top no-repeat;
}
.marketing-gj-mobile{
    display: none;
}
.marketing-gn
{

    width: 100%;
    padding: 83px 0 42px;
    background-image: url(marketing-gn-back.jpg);
}
.marketing-gn-mobile{
    display: none;
}
.marketing-gj div,
.marketing-gn > div > div
{
    position: absolute;
}

.marketing-gn .content
{
    background-image: url(marketing-gn.png);
    height: 860px;
    position: relative;
    
}
.marketing-gj div:hover > span:nth-child(1),
.marketing-gn div:hover > span:nth-child(1)
{
    display: none;
}
.marketing-gj div:hover > span:nth-child(2),
.marketing-gn div:hover > span:nth-child(2)
{
    display: inline;
}
.marketing-gj div > span:nth-child(2),
.marketing-gn div > span:nth-child(2)
{
    display: none;
}
.i-uk
{
    top: 310px;
    left: 20px;
}
.i-fr{
    top: 360px;
    left: 5px;
}
.i-ge{
    top: 350px;
    left: 120px;
}
.i-za{
    top: 495px;
    left: 40px;
}
.i-au{
    top: 310px;
    left: 170px;
}
.i-it{
    top: 380px;
    left: 185px
}
.i-zi{
    top: 510px;
    left: 180px;
}
.i-sa{
    top: 550px;
    left: 170px;
}
.i-sp{
    top: 475px;
    left: 370px;
}
.i-cn{
    top: 360px;
    left: 400px;
}
.i-ru{
    top: 260px;
    left: 410px;
}
.i-tw{
    top: 420px;
    left: 410px;
}
.i-ko{
    top: 325px;
    left: 470px;
}
.i-jp{
    top: 385px;
    left: 460px;
}
.i-in{
    top: 500px;
    left: 460px;
}
.i-at{
    top: 550px;
    left: 450px;
}
.i-ca{
    top: 280px;
    left: 710px;
}
.i-am{
    top: 330px;
    left: 750px;
}
.i-ch{
    top: 570px;
    left: 860px;
}
.my-guonei{
    position: relative;
}
.gnkehu span{
    display: none;
    width: 300px;
    padding: 20px;
    background: rgba(217,40,35,0.8);
    position: fixed;
    top: 50%;
    right: 200px;
}


#c-xj{
    top: 320px;
    left: 150px;
}
#c-xz{
    top: 540px;
    left: 200px;
}
#c-gs{
    top: 340px;
    left: 320px;
}
#c-qh{
    top: 430px;
    left: 330px;
}
#c-yn{
    top: 680px;
    left: 380px;
}#c-sc{
    top: 550px;
    left: 440px;
}
#c-nx{
    top: 400px;
    left: 470px;
}
#c-gz{
    top: 640px;
    left: 470px;
}
#c-sx{
    top: 480px;
    left: 520px;
}
#c-gx{
    top: 690px;
    left: 520px;
}
#c-hain{
    top: 800px;
    left: 630px;
}
#c-hun{
    top: 620px;
    left: 590px;
}
#c-sxi{
    top: 400px;
    left: 650px;
}
#c-hb{
    top: 545px;
    left:660px;
}
#c-heb{
    top: 340px;
    left:610px;

}
#c-hn{
    top: 470px;
    left: 680px;
}
#c-am{
    top: 720px;
    left: 605px;
}
#c-nmg{
    top: 270px;
    left: 610px;
}
#c-gd{
    top: 690px;
    left: 700px;
}
#c-xg{
    top: 715px;
    left: 720px;
}
#c-jx{
    top: 610px;
    left: 740px;
}
#c-ah{
    top: 505px;
    left: 750px;
}
#c-bj{
    top: 325px;
    left: 730px;
}
#c-sd{
    top: 420px;
    left: 740px;
}
#c-js{
    top: 470px;
    left: 800px;
}
#c-fj{
    top: 640px;
    left: 790px;
}
#c-zj{
    top: 580px;
    left: 820px;
}
#c-sh{
    top: 510px;
    left: 840px;
}
#c-tw{
    top: 680px;
    left: 850px;
}
#c-ln{
    top: 290px;
    left: 820px;
}
#c-jl{
    top: 250px;
    left: 860px;
}
#c-hlj{
    top: 160px;
    left: 730px;
}
/********************jobs******************************/

.jobs
{
    padding-bottom: 120px;
}
.job-title
{
    width: 100%;
    padding: 67px 0 55px;

    text-align: center;
}
.jobs-list
{
    margin-bottom: 120px!important;
    padding: 65px 97px 50px;

    background-color: #172e57;
}
.jobs-list > span
{
    display: block;

    width: 100%;
    margin-bottom: 23px;

    border-top: 1px solid #dcdddd;
}
.job-list
{
    height: auto;
    padding: 23px 0 20px;

    color: #dcdddd;
}
.job-list p
{
    line-height: 200%;
    font-size: 14px;
}
.job-list h4
{

    color: #dcdddd;
}
.job-list a
{
    color: red;
}
.job-list a:hover
{
    color: #dcdddd;
}
.job-list div:nth-child(1) h3
{
    height: 100%;

    border-bottom: 1px solid #dcdddd;
}
.job-list div:nth-child(2) div
{
    font-size: 0;

    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;

    text-align: right;

    border-bottom: 1px solid #dcdddd;
}
.job-list div:nth-child(2) div img
{
    display: inline-block;
}
.job-list a:hover img
{
    opacity: .5;
}
.map,
#allmap
{
    width: 100%;
    height: 560px;
}



.contact-title
{
    padding: 78px 0 67px;

    text-align: center;
}
.contact-main
{
    padding-bottom: 130px;
}
.contact-l,
.contact-r
{
    width: 50%;

    text-align: center;
}
.contact-main > div > div
{
    padding: 10px 0;
}
.contact-l
{
    float: left;
}
.contact-l div:nth-child(1)
{
    font-size: 27px;

    width: 100%;
    margin-bottom: 10px;
    padding: 25px 0;

    border-bottom: 2px solid #dcdddd;
}
.contact-l div:nth-child(2):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-1.png);
    vertical-align: middle;
}
.contact-l div:nth-child(3):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-2.png);
    vertical-align: middle;
}
.contact-r
{
    float: right;
}
.contact-r div:nth-child(1):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-3.png);
    vertical-align: middle;
}
.contact-r div:nth-child(2):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-4.png);
    vertical-align: middle;
}
.contact-r div:nth-child(3):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-5.png);
    vertical-align: middle;
}
.contact-r div:nth-child(4):before
{
    display: inline-block;

    margin-right: 10px;

    content: url(contact-6.png);
    vertical-align: middle;
}

.jobs-detail
{
    padding-bottom: 1px;
}
.jobs-back
{
    display: inline-block;

    width: 100%;

    text-align: right;
}
.jobs-back img
{
    display: inline-block;
}
.jobs-back a:hover img
{
    opacity: .5;
}
.jobs-kong
{
    margin-top: 72px;
}
.jobs-detail h3
{
    color: red;
}


/********************products******************************/

.products-nav
{
    width: 100%;
    height: 223px;

    background-color: #fff;
}
.products-nav .content
{
    overflow: visible!important;
}
.products-nav a img
{
    display: inline-block;
}
.products-nav a span:nth-child(2),
.products-nav a:hover span:nth-child(1)
{
    display: none;
}
.products-nav a span:nth-child(1),
.products-nav a:hover span:nth-child(2)
{
    display: inline-block;
}

.products-nav1
{
    margin: 0!important;

    list-style: none;
}
.products-nav1 ul
{
    margin: 0!important;
}
.products-nav ul
{
    padding-left: 0!important;
}
.products-nav1 > li
{
    position: relative;

    float: left;
    overflow: visible!important;

    width: 25%;
    margin-top: 37px;

    text-align: center;
}
.products-nav1 > li > a > span > img
{
    width: 80%;
    margin-top: 15px;
}
.products-nav1 > li > span
{
    position: absolute;
    top: 40px;
    right: 0;

    display: inline-block;

    height: 82px;

    border-right: 1px solid #acacad;
}
.products-nav2 {
    width: 100%;
    background-color: #172E57;
    display: inline-block;
    padding: 0;
    margin: 0 0 30px;
}
.products-nav2 ul{
    padding: 0;
}
.products-nav2 li{
    float: left;
}
.products-nav2 > li{
    display: none;
    width: 100%;
    padding: 20px;
}

.products-nav2 .active
{
    display: block!important;
}
.subnav2{
    display: none;
    width: 1000px;
    position: absolute;
    z-index: 99;
    top: 20px;
    left: 0;
    background-color: #E6E6E6;
    

}
.subnav2 li{
    float: left;
    display: block;
    border-right: 1px solid #595757;
    width: 120px;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
}
.subnav2 a{
    color: #595757;

}

.subnav > li:hover{
    background-color: #E6E6E6;

}
.subnav > li:hover a{
    color: #595757;

}
.subnav > li:hover .subnav2{
    display: block;
}
.subnav > li{
    width: 12.5%;
    text-align: center;
    margin: 5px 0;
    border-right: 1px solid #595757;
    position: relative;

}
.subnav > li:nth-child(8n+0){
    border-right: 0;
}
.product
{
    
    padding-bottom: 10px;
}
.product-list
{
    position: relative;

    float: left;

    width: 23.5%;
    margin-bottom: 20px;
    margin-left: 2%;
    

    text-align: center;

    color: #727171;
    border: 1px solid #b2b2b2;
    background-color: #fff;
}
.product-mask
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 0;

    transition: all .2s ease-in-out;

    opacity: 0;
    color: #727171;
    background-color: #fff;
}
.product-list:hover  .product-mask
{
    height: 100%;
    padding-top: 50%;

    opacity: .9;
}
.product-list img
{
    display: inline-block;
	max-height: 233px;
	height: 233px;
    object-fit: cover;
}
.product-list p
{
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}
.product-list:nth-child(4n+1)
{
    margin-left: 0;
}

.products-img
{
    width: 100%;
    padding: 100px 0;
}
.product-slid
{
    float: left;

    width: 60%;
}
.product-topic
{
    font-family: 'modelfont';

    float: left;

    width: 40%;
    padding-left: 40px;
}
.promodel
{
    display: inline-block;

    width: auto;
    margin-top: 50px;
}
.promodel span
{
    display: inline-block;
}
.promodel span:nth-child(1)
{
    font-family: 'navfont';
    font-size: 50px;

    vertical-align: top;

    color: #172e57;
}
.promodel span:nth-child(2)
{
    font-size: 18px;
    font-weight: lighter;

    margin-bottom: 5px;
    margin-left: 20px;
    padding: 5px 18px;

    color: #fff;
    background-color: #172e57;
}
.procn
{
    font-size: 20px;

    margin-top: 22px;
    margin-bottom: 15px;

    letter-spacing: 0;

    color: #172e57;
}
.proen
{
    font-size: 28px;
    line-height: 150%;
    color: #172e57;
}
.message
{
    margin-top: 167px;
}

.prodetailnav li
{
    position: relative;

    float: left;

    width: 33.333%;
}
.prodetailnav li a
{
    font-size: 14px;
    line-height: 40px;

    display: inline-block;

    width: 100%;
    height: 40px;

    text-align: center;

    color: #172e57;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.prodetailnav li a:hover
{
    text-decoration: none;
}
.prodetailnav .active a
{
    color: #fff;
    border: 0;
    background-color: #172e57;
}

.prodetailnav div li div
{
    display: none;

    width: 1000px;
    padding-top: 30px;
    padding-bottom: 50px;
}
.prodetailnav .active div
{
    display: block!important;
}
.prodetailnav div li:nth-child(2) div
{
    margin-left: -333.333px;
}
.prodetailnav div li:nth-child(3) div
{
    margin-left: -666.666px;
}
.prodetailnav ul
{
    padding: 0!important;
}

.prodetailnav table tr:nth-child(odd)
{
    background-color: #aaa;
}
.prodetailnav table td
{
    padding: 5px;
}
.prodetailnav table tr:nth-child(even)
{
    color: #aaa;
}
.liuyan
{
    width: 100%;
    padding: 10px 200px;

    color: #727171;
}
.liuyan td
{
    width: 100%;
}
.liuyantit
{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;

    width: 100%;
    height: 30px;

    border-bottom: 1px solid red;
}
.liuyan table
{
    width: 100%;
    margin-top: 10px;
}
.liuyan table tr td
{
    display: inline-flex;

    width: 100%;
    margin: 5px auto;
    padding: 10px;

    border: 1px solid #727171;
}


.liuyan table tr td input,
.liuyan table tr td textarea
{
    width: 70%;
    margin-left: 10px;
}
.liuyan table tr:last-child td
{
    text-align: right;

    border: 0;
}


#my-message .uk-modal-dialog
{
    width: 1000px!important;
    margin: 160px auto 50px!important;
}



/********************investment******************************/
#investment{
    margin: 20px auto 60px;
}
.investment-title{
    font-size: 20px;
    color: #142851;
    height: 60px;
    line-height: 60px;
    font-weight: bolder;
}
.investment-main{
    width: 80%;
    text-align: center;
    margin: 40px auto!important;
}
.investment-main li {
    display: inline-block;    
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: #fff;
}
.uk-tab{
    border-bottom:2px solid #595757!important;
}
.uk-tab > li.uk-active > a{
    color: #fff!important;
    background-color: #142851!important;
    border: transparent!important;
}
.uk-tab > li > a{
    background-color: #fff!important;
    margin-bottom: 1px;
    border: #9FA0A0!important;
    border-bottom: transparent!important;
    padding: 8px 25px!important;
}
.investment-data{
    margin: 30px auto 30px;
    width: 80%;
}
.investment-data-1{
    width: 48%;
    float: left;
    padding-left: 0!important;
}
.investment-data-1 li span{
    width: 50%;
    float: left;
    color: #000;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.investment-data-1 li span:nth-child(1){
    padding-left: 10px;
}
.investment-data-1 li span:nth-child(2){
    padding-left: 30px;
}
.investment-data-2{
    width: 48%;
    float: right;
    padding-left: 0!important;
    margin-top: 0!important;
}
.investment-data-2 li span{
    width: 33.333%;
    float: left;
    color: #000;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
}
.investment-data ul li:nth-child(2n+1){
    background-color: #C9CACA;
}



/*******************download****************************/
.download-nav
{
    line-height: 52px;

    width: 100%;
    height: 52px;
    margin-top: -1px;
    padding: 0!important;

    border: 0!important;
    background-color: #a4a4a5;
}
.download-nav ul
{
    padding: 0!important;

    list-style: none;
}

.download-nav li:nth-child(1)
{
    border-right: 2px solid #a4a4a5;
}

.download-nav li
{
    font-size: 16px;

    float: left;

    width: 50%;
    margin: 0!important;

    text-align: center;

    background-color: #fff;
}
.download-nav li a
{
    display: inline-block;

    width: 100%;
    height: 100%;

    color: #595757;
}
.download-nav li a:hover
{
    width: 100%;

    color: #fff;
    background-color: #172e57!important;
}
.download-list {
    padding-bottom: 100px;
}
.download-list ul{
    padding: 0!important;
    color: #A4A4A5;

}
.download-list li{
    display: inline-flex;
}
.download-list a{
    color: #A4A4A5;
}
.download:nth-child(2n+1){
    background-color: #fff;
}
.download:nth-child(2n){
    background-color: #F2F2F2;
}
.download-title{
    background-color: #142851;
    color: #fff;
    font-size: 13px;
}
.download{
    padding: 0!important;
}
.download-title span{
    font-size: 13px;
}
.download span{
    font-size: 16px;
}
.download-title span,
.download span{
    display: inline-block;
    float: left;
}
.download-title span,
.download span{
    float: left;
    line-height: 53px;
    text-align: center;
}
.download-title span:nth-child(1),
.download span:nth-child(1){
    width: 481px;

}
.download-title span:nth-child(2),
.download span:nth-child(2){
    width: 142px;

}
.download-title span:nth-child(3),
.download span:nth-child(3){
    width: 165px;

}
.download-title span:nth-child(4),
.download span:nth-child(4){
    width: 212px;
}
.download span:nth-child(3),
.download span:nth-child(2),
.download span:nth-child(1){
    border-right: 1px solid #a4a4a5;

}
.download-search{
    padding: 65px 0 28px;
}
.download-search form{
    height: 31px;
    width: 310px;
    margin-left: 345px;
    font-size: 15px;
    background-image: url(searchback.png);
    background-repeat: no-repeat;
    text-align: right;
}
.download-search input{
    height: 26px;
    width: 200px;
    margin-top: 3px;
    margin-right: 5px;
    outline: none;
    display: inline-block;
}
