* { margin: 0; padding: 0; outline: none; }
ul,li { list-style: none;}
a { text-decoration: none; color: #333;}
a:hover { color: #d63636;}


body,html {
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5em; 
    color: #333;
    height: 100%;
    min-width: 1200px;
    background-color: #f6f6f6;
}

.content { width: 1200px; margin: auto;}
.content-1000 { max-width: 1000px; margin: auto;}

#header { width: 100%; height: 60px; background-color: #1D2D60; position: fixed; top: 0px; border-bottom: solid 1px #333; z-index: 1000;}
#header .logo { width: 298px; height: 40px; background-image: url('../image/logo.png'); background-size: cover; float: left; margin-top: 10px;}

#main:before { display: block; height: 61px; content: '';}

#nav { color: #fff; float: right;}
#nav>li { float: left; min-width: 160px; height: 60px; color: #fff;}
#nav>li>a { color: #fff; font-size: 16px; display: block; line-height:60px; border-bottom: solid 0px #1D2D60; text-align: center; margin:0px 10px; position: relative;}
#nav>li>a:hover { text-decoration: underline; border-bottom-color: #fff;}



#subnav {display: none; width: 100%; background-color: #FFF; position: absolute; top: 61px; border-bottom: solid 1px #CCC; padding-bottom: 40px;}
#subnav .submenu { display: none;}
#subnav .active { display: block;}
#subnav .submenu ul.pic { display: table; width: 1200px; margin: auto;}
#subnav .submenu ul.pic li { display: table-cell; text-align: center; padding-top: 40px;}
#subnav .submenu ul.pic li.cell-3 { width: 400px;}
#subnav .submenu ul.pic li.cell-4 { width: 300px;}
#subnav .submenu ul.pic li img { width: 280px; height: 160px; border: solid 1px #CCC;}
#subnav .submenu ul.pic li div { font-size: 18px; color: #525252; font-weight:700; line-height: 50px;}
#subnav .submenu ul.pic li div a { color: #525252;}
#subnav .submenu ul.pic li div a:hover { color: #d63636;}
#subnav .submenu ul.text { padding-top: 20px;}
#subnav .submenu ul.text>li{display: table-cell; text-align: center; padding-top: 40px; width: 200px; text-align: left; border-right: solid 1px #D2D2D2; padding: 20px;}
#subnav .submenu ul.text>li:last-child { border-right: none;}
#subnav .submenu ul.text>li .topic { height: 50px; padding-right: 10px; color: #161616;}
#subnav .submenu ul.text>li .topic a { color: #1D2D60; font-weight: 600;}
#subnav .submenu ul.text>li .topic a:hover { color: #d63636;}
#subnav .submenu ul.text>li .topic i { display: block; width: 24px; height: 24px; background-size: cover; float: left; margin-right: 5px;}
#subnav .submenu ul.text>li .topic .nav01 { background-image: url('../image/nav-01.gif');}
#subnav .submenu ul.text>li .topic .nav02 { background-image: url('../image/nav-02.gif');}
#subnav .submenu ul.text>li .topic .nav03 { background-image: url('../image/nav-03.gif');}
#subnav .submenu ul.text>li .topic .nav04 { background-image: url('../image/nav-04.gif');}
#subnav .submenu ul.text>li .topic .nav05 { background-image: url('../image/nav-05.gif');}
#subnav .submenu ul.text>li ul li { line-height: 26px; padding-left: 20px; font-size: 14px;}

#subnav-mobile { display: none;}

.banner { height: auto; background-position: center; background-repeat: no-repeat;}
.banner ul li { text-align: center;}
.slides>li {height: 400px;}
.banner h1 { display: inline-block; margin: auto; color: #FFFFFF; padding: 20px 30px; font-size: 45px; font-weight: 500; text-align: center; position: relative; top:100px;}
.banner h1 span { display: block; z-index:2; position: relative; text-shadow:1px 1px 0px #000;}
.banner h1 span.white { color: #fff; text-shadow:1px 1px 1px #000;}
.banner h1 span.black { color: #000; text-shadow:1px 1px 1px #fff;}
.banner h1 span.blue { color: #2A347C; text-shadow:1px 1px 1px #fff;}
.banner h1:before { display: block; content: ''; width: 100%; height: 100%; background-color: #000; opacity: 0; position: absolute; top:0px; left: 0px; z-index: 1;}

.breadcrumb { margin: 30px auto; color: #696969;}
.breadcrumb a { color: #696969;}
.breadcrumb a:hover { color: #d63636;}

#footer { background-color: #001D49; padding: 40px 0px;}
#footer .logo { display: block; width: 298px; height: 40px; background-image: url('../image/logo.png'); background-size: cover; margin-bottom: 30px;}
#footer h2 { color: #fff; font-size: 20px;}
#footer ul { border-bottom: solid 1px #c0c5cc; padding-left: 10px;}
#footer ul:after { display: block; content: ''; clear: both;}
#footer ul li { float: left; height: 50px; text-align: left; margin-right: 50px;}
#footer ul li a { color: #c0c5cc; font-size: 16px; }
#footer ul li a:hover { color: #FFF;}
#footer p { color: #c0c5cc; display: block; margin-top: 20px; padding-left: 10px; line-height: 30px;}
#footer p a {color: #c0c5cc;}
#show-message{position: fixed; padding: 0 5px; border-radius: 4px; top: 30%; left: 50%; margin: 0px auto; width: auto; z-index: 9999; transition: opacity 0.6s ease 0s; color: rgb(255, 142, 30); background-color: #fff5dc;height: 30px;line-height: 30px;opacity: 1;}
#show-message > .close-tip{margin-left: 5px; cursor: pointer;} 

@media(max-width:640px){
    body,html {
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        line-height: 1.5em; 
        color: #333;
        height: 100%;
        min-width: auto !important;
        background-color: #f6f6f6;
    }

    .content { width: 100%; margin: auto;}

    #header { width: 100%; height: 40px; background-color: #1D2D60; position: fixed; border-bottom: solid 1px #333; z-index: 1000;}
    #header .logo { width: 225px; height: 30px; background-image: url('../image/logo.png'); background-size: cover; float: left; margin-top: 5px; margin-left: 10px;}

    #main:before { display: block; height: 41px; content: '';}

    #nav { display: none; color: #fff; float: right;}
    #nav-mobile { display: block; width: 30px; height: 30px; float: right; color: #FFF; margin-top: 5px;}
    #nav-mobile a  { color: #FFF; font-size: 22px; line-height: 30px;}

    #subnav-mobile { display: none; width: 100%; height: 100%; position: absolute; right: 0px; top:0px; z-index: 2000;}
    #subnav-mobile>.bg { display: block; content: ''; width: 100%; height: 100%; background-color: #000; opacity: 0.6;}
    #subnav-mobile>ul { width: 0%; height: 100%; background-color: #1D2D60; position: absolute; right: 0px; top: 0px;}
    #subnav-mobile>ul>li { line-height: 40px; border-bottom: solid 1px #D1EDFF; position: relative;}
    #subnav-mobile>ul>li>a {display: block; color: #D1EDFF; padding-left: 15px;}
    #subnav-mobile>ul>li>span { display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #D1EDFF; position: absolute; top: 0px; right: 0px;}
    #subnav-mobile .submenu { display: none;}
    #subnav-mobile .submenu>li { line-height: 40px; border-top: solid 1px #D1EDFF; background-color: #354A8C;}
    #subnav-mobile .submenu>li>a { display: block; color: #D1EDFF; padding-left: 15px; padding-left: 40px;}

    .banner { height: auto; background-position: center; background-repeat: no-repeat;}
    .banner ul li { text-align: center;}
    .slides>li { height: 300px;}
    .flex-direction-nav>li>a { top: -218px; margin-top:0px;}
    .banner h1 { display: inline-block; margin: auto; color: #FFFFFF; padding: 20px 50px; font-size: 28px; line-height: 32px; font-weight: 500; text-align: center; position: relative; top: 50px;}
    .banner h1 span { display: block; z-index:2; position: relative; text-shadow:1px 1px 0px #000;}
    .banner h1 span.white { color: #fff; text-shadow:1px 1px 1px #000;}
    .banner h1 span.black { color: #000; text-shadow:1px 1px 1px #fff;}
    .banner h1 span.blue { color: #2A347C; text-shadow:1px 1px 1px #fff;}
    .banner h1:before { display: block; content: ''; width: 100%; height: 100%; background-color: #000; opacity: 0; position: absolute; top:0px; left: 0px; z-index: 1;}
    .flex-direction-nav>li { position: relative;}

    .breadcrumb { margin: 30px auto; color: #696969; padding-left: 20px;}
    .breadcrumb a { color: #696969;}
    .breadcrumb a:hover { color: #d63636;}

    #footer { background-color: #001D49; padding: 20px 0px;}
    #footer .logo { display: block; width: 298px; height: 40px; background-image: url('../image/logo.png'); background-size: cover; margin: auto; margin-bottom: 10px;}
    #footer h2 { color: #fff; font-size: 20px;}
    #footer ul { border-bottom: solid 1px #c0c5cc; padding-left: 10px;}
    #footer ul:after { display: block; content: ''; clear: both;}
    #footer ul li { display: none; float: left; height: 50px; text-align: left; margin-right: 50px;}
    #footer ul li a { color: #c0c5cc; font-size: 16px; }
    #footer ul li a:hover { color: #FFF;}
    #footer p { color: #c0c5cc; display: block; text-align: center; margin-top: 20px; padding-left: 10px; line-height: 30px;}
    #footer p a {color: #c0c5cc;}
}