@charset "utf-8";

/* CSS Document */

html {
    background: #FFF;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #3a3a3a;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    width: 100%;
    max-width: 100%;
    /*height:auto;*/
    width: auto \9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #131313;
}

a:hover {
    color: #9b0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}


/*头部样式*/

.wraq_header {
    width: 100%;
    height: 132px;
    border-bottom: 3px solid #ccc;
    position: relative;
    z-index: 999;
}

.topHeader {
    height: 33px;
    background-color: #831f0f;
}

.topHeader > div {
    width: 1160px;
    margin: 0 auto;
    height: 33px;
    line-height: 33px;
}

.topHeader ul {
    width: auto;
    float: right;
    font-size: 13px;
    font-size: 1.3rem;
}

.topHeader ul li {
    float: left;
}

.topHeader ul li a {
    color: #fcffff;
}

.topHeader ul li a:hover {
    text-decoration: underline;
}

.topHeader ul li span {
    margin: 0 12px;
    color: #fcffff;
}

.topHeader ul li.search_btn {
    width: 25px;
    height: 33px;
    cursor: pointer;
    position: relative;
}

.topHeader ul li.search_btn a {
    width: 20px;
    height: 21px;
    display: block;
    margin-top: 6px;
}

.header {
    width: 1160px;
    min-width: 300px;
    height: 99px;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}

.top {
    height: 114px;
}

.logo1 {
    width: 95px;
    height: 70px;
    z-index: 1003;
    display: none;
    position: absolute;
    left: 15px;
    top: -33px;
    background-color: #fff;
}

.logo1 img {
    width: 64px;
    height: 65px;
    display: block;
    margin: 5px auto;
}

.logo2 {
    padding-top: 24px;
    width: auto;
    float: left;
}

.logo2 img {
    width: 364px;
    /*height: 27px;*/
    display: block;
}

.nav {
    float: right;
    width: 760px;
    margin-top: 24px;
    border-left: 1px solid #ccc;
}

.nav li {
    width: 16.1%;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    border-right: 1px solid #ccc;
    line-height: 30px;
    position: relative;
}

.nav li > a {
    display: block;
    padding-left: 18px;
    position: relative;
    z-index: 10
}

.nav li.on > a {
    color: #fff;
    background-color: #932311;
}

.subNav {
    position: absolute;
    top: 30px;
    background-color: #932311;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 2000;
    padding: 0;
    display: none;
    width: 100%;
}

.subNav dd {
    line-height: 22px;
    padding: 6px 10px 6px 18px;
}

.subNav dd:hover {
    background-color: #aa2914
}

.subNav dd a {
    color: #fff;
    display: block;
    position: relative;
    z-index: 300;
}

.ser {
    display: none;
    width: 208px;
    height: 30px;
    right: 0;
    top: 46px;
    line-height: 30px;
    background-color: #fff;
    z-index: 9999994;
    position: absolute;
    border: 1px solid #831f0f;
}

/*.search {*/
/*    width: 208px;*/
/*    height: 30px;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 9999999;*/
/*}*/

/*.search input {*/
/*    position: absolute;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    color: #262626;*/
/*    border: none;*/
/*    background: none;*/
/*    top: 0px;*/
/*    padding-left: 0px;*/
/*}*/

/*.search input.notxt {*/
/*    color: #6b6b6b;*/
/*    padding: 0 0 0 7px;*/
/*    width: 83%;*/
/*}*/

/*.search input.notxt1 {*/
/*    position: absolute;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    right: 0;*/
/*    border: none;*/
/*    background-color: #831f0f;*/
/*    cursor: pointer;*/
/*    overflow: hidden;*/
/*    padding-right: 0;*/
/*    color: #fff;*/
/*}*/

.wraq_header.current .logo {
    transition: width 0.3s ease 0s;
    -webkit-transition: width 0.3s ease 0s;
    -moz-transition: width 0.3s ease 0s;
    width: 200px;
    height: 57px;
    padding: 12px 0 0 0;
}

.wraq_header.current {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: none;
    background-color: #fff;
    z-index: 99999;
    box-shadow: 0 4px 4px rgba(200, 200, 200, .5);
    border-bottom: none;
    border-bottom: 4px solid #ccc \0;
    *border-bottom: 4px solid #ccc;
    _border-bottom: 4px solid #ccc
}

.wraq_header.current .topHeader,
.wraq_header.current .logo2 {
    display: none;
}

.wraq_header.current .logo1 {
    display: block;
    top: 0;
    height: 60px;
    left: 0;
}

.wraq_header.current .logo1 img {
    width: 50px;
    height: 51px;
}

.wraq_header.current .nav {
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 100px;
    width: 1060px;
    border: none;
}

.wraq_header.current .nav li {
    width: auto;
    background: none;
    font-size: 0.9em;
    height: 60px;
    line-height: 60px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    border: none;
}

.wraq_header.current .nav li > a {
    border-left: none;
    padding: 0 13px;
}

.wraq_header.current .subNav {
    display: none !important;
}

.goTop {
    position: fixed;
    bottom: 234px;
    right: 20px;
    z-index: 99;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: none;
    background-color: #9d2b19;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #fff;
}

.goTop:hover {
    color: #fff;
}

.link01 {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 285px;
    right: 20px;
    z-index: 999999999;
    background-color: #9d2b19;
    border: 1px solid #fff;
    cursor: pointer
}

.link01 i {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
}

.link01 a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #9d2b19;
    display: none;
    display: block;
    width: 0;
    font-size: 16px;
    position: absolute;
    right: 50px;
    top: 0;
    text-indent: 10px;
    overflow: hidden
}

.link02 {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 190px;
    right: 20px;
    z-index: 999999999;
    background-color: #9d2b19;
    border: 1px solid #fff;
    cursor: pointer
}

.link02 i {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
}

.link02 a {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #9d2b19;
    display: none;
    display: block;
    width: 0;
    font-size: 16px;
    position: absolute;
    right: 50px;
    top: 0;
    text-indent: 10px;
    overflow: hidden
}


/*手机端导航*/

.mobile {
    width: 100%;
    position: relative;
    height: 40px;
    display: none;
    top: 25px;
    right: 0;
    z-index: 9999999
}

.mobile_title {
    width: 100%;
    float: left;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.mobile-inner-header {
    background-color: #9d2b19;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 40px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 40px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(131, 31, 15, 0.9);
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: none;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.mobile-inner-nav li {
    position: relative;
}

.mobile-inner-nav li strong {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    right: 10%;
    top: 0;
    font-size: 25px;
    font-size: 2.5rem;
    cursor: pointer;
    width: 20px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile_subNav {
    display: none;
    padding-left: 10px;
}

.mobile-inner-nav dd a {
    height: 30px;
    line-height: 30px;
    border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-size: 1.2rem;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}


/* Browser Resets
*********************************/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* FlexSlider Necessary Styles
*********************************/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}


/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides > li.clone {
    position: relative
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* Clearfix for the .slides element */

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}


/* No JavaScript Fallback */


/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
    display: block;
}


/* FlexSlider Default Theme
*********************************/

.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}


/* Direction Nav */

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 48px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em
}

.flex-direction-nav .flex-prev {
    left: -50px;
    /* background:url(../images/lf.png) no-repeat center center; */
}

.flex-direction-nav .flex-next {
    right: -50px;
    /*background:url(../images/rt.png) no-repeat center center;*/
}

.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}


/* Pause/Play */

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}


/* Control Nav */

.flex-control-nav {
    width: auto;
    position: absolute;
    bottom: 10px;
    right: 30px;
    text-align: center;
    z-index: 99;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 9px;
    height: 9px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #fff;
}

.flex-control-paging li a:hover {
    background: #831f0f;
}

.flex-control-paging li a.flex-active {
    background: #831f0f;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

.quickLinks {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

#guanbi2 {
    width: 20px;;
}

#img {
    z-index: 9999;
}

.quickLinks span {
    display: block;
    width: 20%;
    background-color: #831f0f;
    float: left;
    height: 62px;
    font-size: 16px;
    font-size: 1.6rem;
}

.quickLinks span a {
    color: #fff;
    display: block;
    width: 155px;
    margin: 0 auto;
    text-indent: 55px;
    height: 62px;
    line-height: 62px;
}

.quickLinks span:hover {
    background-color: #9d2b19;
    color: #fff
}

.quickLinks span.q01 a {
    background: url(../images/i01.png) no-repeat left center;
}

.quickLinks span.q02 a {
    background: url(../images/i02.png) no-repeat left center;
}

.quickLinks span.q03 a {
    background: url(../images/i03.png) no-repeat left center;
}

.quickLinks span.q04 a {
    background: url(../images/i04.png) no-repeat left center;
}

.quickLinks span.q05 a {
    background: url(../images/i05.png) no-repeat left center;
}

.slides_title {
    position: absolute;
    display: block;
    height: 45px;
    line-height: 45px;
    left: 15px;
    bottom: 30px;
    background: url(../images/banner_bg02.png) repeat;
    color: #fff;
    font-size: 15px;
    max-width: 460px;
    overflow: hidden;
    padding: 0 15px;
}

.q03 {
    position: relative
}

.sub_quickLinks {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 62px;
    background-color: #831f0f;
    z-index: 99999
}

.quickLinks span.q03 strong {
    display: none
}

.quickLinks span.q03 strong a {
    background: none;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    border-top: 1px solid #831f0f
}

.quickLinks span.q03 strong a:hover {
    background-color: #9d2b19;
}


/*footer*/

.footerWrap {
    width: 100%;
    overflow: hidden;
    background-color: #6a1305;
    font-size: 14px;
    min-height: 136px;
}

.footer {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding: 30px 10px;
    text-align: center;
    line-height: 25px;
    background: url(../images/footer_logo.png) no-repeat 15px center;
}

.footer span {
    color: #fff;
    margin: 0 5px;
    display: inline-block;
}

.friendLinks {
    float: left;
    font-size: 16px;
}

.friendLinks dt {
    font-size: 16px;
    color: #fff;
}

.friendLinks dd {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}

.friendLinks dd a {
    color: #fff
}

.copyRight {
    line-height: 22px;
    padding: 8px 0;
    text-align: center;
    background-color: #1b1e23;
    color: #fff;
}

.copyRight span {
    color: #fff;
    margin: 0 8px;
}

.f01 {
    width: 23%;
    margin-left: 25%;
}

.f02 {
    width: 25%;
}

.f03 {
    width: auto;
    float: right;
}

.f03 img {
    display: block;
    margin: 0 auto;
    width: 100px;
}

.f03 strong {
    display: block;
    height: 30px;
    line-height: 30px;
}

.emailList {
    width: auto;
    float: left;
    position: absolute;
    right: 120px;
    top: 52px;
}

.emailList span {
    display: block;
    padding-left: 30px;
    background: url(../images/1_82.png) no-repeat left center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: left;
}

.emailList span a {
    color: #fff;
}

@media screen and (max-width: 1160px) {
    .topHeader > div,
    .header {
        width: auto;
        padding: 0 15px;
    }

    .nav {
        display: none;
    }

    .topHeader ul li {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .topHeader ul li span {
        margin: 0 7px;
    }

    .topHeader ul li.search_btn {
        display: block;
    }

    .mobile {
        display: block;
    }

    #main {
        width: 100%;
    }

    .flexslider .slides img {
        height: auto;
    }

    .quickLinks {
        width: 100%;
    }

    .footer {
        width: auto;
        padding: 25px 15px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .footerWrap {
        min-height: auto
    }
}

@media screen and (max-width: 992px) {
    .f01 {
        width: 16%;
    }
}

@media screen and (max-width: 768px) {
    .logo1 {
        width: 60px;
        height: 44px
    }

    .logo1 img {
        width: 45px;
        height: 46px;
    }

    .logo2 {
        padding: 20px 0 0 0px;
    }

    .header {
        height: 80px;
    }

    .wraq_header {
        height: auto;
    }

    .quickLinks span {
        height: 40px;
        line-height: 40px;
        font-size: 1.4rem;
    }

    .quickLinks span a {
        height: 40px;
        line-height: 40px;
        background-size: 30px 25px !important;
        background-position: 19px center !important;
    }

    .quickLinks {
        background-color: #831f0f;
        overflow: hidden;
    }

    .footer {
        background: none;
    }

    .f01,
    .f02,
    .f03 {
        width: 25%;
        margin: 0
    }

    .emailList {
        margin-left: 8%;
        position: static;
    }
}

@media screen and (max-width: 640px) {
    .quickLinks span {
        width: 50%;
        border-bottom: 1px solid #9d2b19
    }

    .friendLinks dd {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .logo2 img {
        width: 280px;
        /*height: 21px;*/
    }

    .logo2 {
        /*padding: 25px 0 0 0px;*/
    }

    .quickLinks span {
        width: 100%;
    }

    .quickLinks span a {
        margin: 0;
    }

    .f01,
    .f02,
    .emailList {
        width: 33.3%;
        margin: 0;
    }

    /*.emailList{width: 50%;}*/
    .f03 {
        width: 70px;
        padding: 15px 15px 0 0;
    }

    .f03 strong {
        white-space: nowrap;
    }
}

@media screen
    /*and (min-width:320px)*/
and (max-width: 360px) {
    .logo2 img {
        width: 80%;
        height: auto;
    }
}
