﻿@charset "utf-8";

html, body, div, p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, fieldset, legend, button, textarea, iframe, table, marquee, img {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
}

html {
    min-width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

fieldset {
    border: 0 none;
}

legend {
    display: none;
}

textarea, input, button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0 none;
    vertical-align: bottom; /*空隙的解决方法*/
}

ul, li {
    list-style-type: none;
}

em {
    font-style: normal;
}

body {
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    behavior: url("csshover.htc") /*解决IE6不支持hover的问题*/;
    cursor: default;
    background-color: #dfeff9; /*overflow-x:hidden;*/
}

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary, time {
    display: block;
}
/*文本选择的高亮效果*/
::selection {
    background: #225371;
    color: #fff;
}

::-moz-selection {
    background: #225371;
    color: #fff;
}

::-webkit-selection {
    background: #225371;
    color: #fff;
}
/*文本占位符颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
}
/*原子类*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1; /*IE6/7*/
}

.hide {
    display: none;
}

.b {
    border: 1px solid #000000;
}

.w {
    border: 1px solid #ffffff;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 104px;
    margin-bottom: 104px
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.fw-bold {
    font-weight: bold;
}

.fw-normal {
    font-weight: normal;
}

.fs-normal {
    font-style: normal;
}

.lh36 {
    line-height: 36px;
}

.lh24 {
    line-height: 24px;
}

.c-white {
    color: #fff;
}

.c-blue {
    color: #0373cc;
}

.c-red {
    color: #C03;
}

.c-gray {
    color: #999;
}

.c-green {
    color: #0dd23b;
}

.text-upper {
    text-transform: uppercase;
}

.text-lower {
    text-transform: lowercase;
}

.gray-border {
    border: 1px solid #eaeaea;
}

.pointer {
    cursor: pointer;
}

.Arial {
    font-family: Arial, Helvetica, sans-serif;
}

.over-hidden {
    overflow: hidden;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.pos-f {
    position: fixed;
}

.z100 {
    z-index: 100;
}

.z200 {
    z-index: 200;
}

.z300 {
    z-index: 300;
}

.z400 {
    z-index: 400;
}

.z500 {
    z-index: 500;
}

.z600 {
    z-index: 600;
}

.z700 {
    z-index: 700;
}

.z800 {
    z-index: 800;
}

.z900 {
    z-index: 900;
}

.z1000 {
    z-index: 1000;
}

.v-middle {
    vertical-align: middle;
}
/*竖排-从右到左*/
.vertical-rl {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    writing-mode: tb-rl\9;
}
/*竖排-从左到右 ie6-10不兼容 建议少用*/
.vertical-lr {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    writing-mode: lr-tb\9;
}

.transparent {
    filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.right_triangle {
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px;
    border-color: transparent transparent transparent #008091;
    border-style: dashed dashed dashed solid;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*a*/
a {
    blr: expression(this.onFocus=this.blur()) /*IE下*/;
    transition: all ease-in-out .3s /*IE10+、Firefox、chrome、Opera*/;
}

    a:focus {
        outline: none;
    }
    /*FF下*/
    a:link {
        color: #333;
        text-decoration: none;
    }

    a:visited {
        color: #333;
        text-decoration: none;
    }

    a:hover {
        color: #0674b6;
        text-decoration: none;
    }

.links {
    width: 100%;
    line-height: 30px;
    clear: both;
}
/*网页宽度*/
.w1920 {
    width: 1920px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.w1002 {
    width: 1002px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -501px;
}

.backToTop {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 1.2em;
    padding: 5px 5px;
    background: url(../images/up.png) no-repeat center top;
    text-align: center;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 50px;
    bottom: 20px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}
/*Header*/
#header {
    background-color: #3c7ca2;
    height: 60px;
}

.logo {
    width: 290px;
    height: 60px;
}

    .logo > a > img {
        margin-top: 10px;
    }

a.lang {
    right: 0;
    top: 20px;
    background-color: #333;
    color: #fff;
    padding: 3px 8px;
    border-radius: 5px;
}
/*Menu*/
.menu {
    height: 60px;
}

    .menu ul {
    }

.main-nav {
    float: left;
    display: inline;
    width: 115px;
    height: 60px;
}

    .main-nav a {
        margin: 0 auto;
        display: block;
        width: 100px;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        text-align: center;
    }

        .main-nav a:link {
            color: #fff;
            text-decoration: none;
        }

        .main-nav a:visited {
            color: #fff;
            text-decoration: none;
        }

        .main-nav a:hover, .main-nav a.active {
            color: #fff;
            text-decoration: none;
            background-color: #333;
        }

        .main-nav a.default {
            color: #fff;
            background: none;
        }
/*Banner*/
.banner-scroll {
    height: 457px;
    overflow: hidden;
}

.banner-scroll {
    background-color: #121212;
}

.banner-btn {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 999;
    text-align: center;
}

    .banner-btn ul {
    }

        .banner-btn ul li {
            margin-left: 2px;
            display: inline-block;
            *display: inline;
            width: 10px;
            height: 10px;
            background-color: #f6f6f6;
            cursor: pointer;
            border-radius: 5px;
            zoom: 1;
        }

            .banner-btn ul li.active {
                background-color: #3c7ca2;
            }

.banner-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 42%;
    z-index: 100;
    background-image: url(/Template/Default/images/banner_arrow.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: none;
}

.banner-scroll:hover .banner-arrow {
    display: block;
}

.banner-prev {
    background-position: 0 0;
    left: 0;
}

.banner-next {
    background-position: -50px 0;
    right: 0;
}
/*Content*/
.content {
    margin: 0 auto;
    width: 1002px;
    padding: 20px 0 0 0;
    min-height: 576px
}

.about {
    margin-left: 190px;
    width: 225px;
    height: 125px;
}

.about-title {
}

.about-content {
    margin-top: 5px;
    height: 90px;
    line-height: 24px;
    overflow: hidden;
}

.about-photo {
    margin: -120px 0 0 -190px;
}

    .about-photo img {
        width: 170px;
        height: 119px;
        border: 1px solid #aeccbd;
        padding: 1px;
        background-color: #fff;
    }

.hr {
    width: 60px;
    height: 132px;
    background: url(/Template/Default/images/index_2.png) no-repeat center center;
}

.products, .order {
    width: 88px;
    height: 20px;
    padding: 105px 0 0 0;
    background-repeat: no-repeat;
    background-position: center top;
}

.products {
    background-image: url(../images/index_3.png);
}

.order {
    margin-left: 40px;
    background-image: url(../images/index_4.png);
}

.contact {
    width: 250px;
}

.contact-title {
}

.contact-content {
    margin-top: 5px;
    line-height: 24px;
}
/*Sidebar*/
.sidebar {
    width: 230px;
    height: auto;
    background-color: #fafafa;
}

.sidebarTitle {
    width: 230px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(top, #3c7ca2, #215f84);
    background: -webkit-linear-gradient(top, #3c7ca2, #215f84);
    background: -moz-linear-gradient(top, #3c7ca2, #215f84);
    background: -ms-linear-gradient(top, #3c7ca2, #215f84);
    background: -o-linear-gradient(top, #3c7ca2, #215f84);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7ca2', endColorstr='#215f84'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c7ca2', endColorstr='#215f84')"; /* IE8 */
}

.sidebarContent {
    width: 228px;
    height: auto;
    padding: 5px 0 10px 0;
    border: 1px solid #eee;
}

.items {
    height: auto;
}

    .items li {
        margin: 0 auto;
        width: 210px;
        height: 43px;
        padding: 3px 0 0 0;
        border-bottom: 1px solid #eeeeee;
    }

        .items li a {
            display: block;
            width: 210px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            text-align: center;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .items li a:link {
                color: #333;
                text-decoration: none;
            }

            .items li a:visited {
                color: #333;
                text-decoration: none;
            }

            .items li a:hover, .items li a.active {
                color: #215f84;
                text-decoration: none;
                font-weight: bold;
                background-color: #f4f5f3;
            }

            .items li a.default {
                color: #333;
                font-weight: normal;
                background-color: transparent;
            }
        /*产品分类*/
        .items li.firstLevel {
        }

            .items li.firstLevel a {
                text-align: left;
                text-indent: 25px;
                font-size: 12px;
                font-weight: bold;
            }

        .items li.secondLevel {
            width: 210px;
            height: 25px;
            margin-top: 3px;
            background: #f6f8f8 url(../images/dot_1.png) no-repeat 10% center;
            border-bottom: 0 none;
        }

            .items li.secondLevel a {
                display: block;
                width: 210px;
                height: 25px;
                line-height: 25px;
                font-size: 12px;
                text-align: left;
                text-indent: 35px;
            }

                .items li.secondLevel a:link {
                    color: #4e4c4c;
                    text-decoration: none;
                }

                .items li.secondLevel a:visited {
                    color: #4e4c4c;
                    text-decoration: none;
                }

                .items li.secondLevel a:hover, .items li.secondLevel a.active {
                    color: #336699;
                    text-decoration: underline;
                    font-weight: normal !important;
                    background: none;
                }
/*right*/
.right {
    width: 710px;
    height: auto;
}

.right_title {
    width: 710px;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #dbdbdb;
    overflow: hidden;
}

.tit {
    font-size: 15px;
    margin: 0 0 0 10px;
    letter-spacing: 1px;
    color: #215f84;
    text-transform:capitalize
}

.location {
    margin: 0 15px 0 0;
}

.right_content {
    width: 690px;
    height: auto;
    line-height: 24px;
    padding: 25px 10px 15px 10px;
    overflow: hidden;
}

    .right_content p {
        margin-bottom: 12px;
    }

    .right_content img {
        max-width: 100%;
    }

    .right_content _img {
        width: 100%;
    }

.rightContact {
    width: 100%;
    min-height: 213px;
    _height: 213px;
    background: url(../images/contact.png) no-repeat right center;
}

.noInfo {
    width: 100%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 34px;
}
/*照片墙*/
.image_gallery {
    overflow: hidden;
}

    .image_gallery li {
        margin: 0 0 30px 23px;
        float: left;
        display: inline;
    }

.ig_bg {
    width: 200px;
    height: 150px;
    border: 1px solid #e9eaec;
    background-color: #f1f3e5;
    transition: all ease-in-out .3s;
    clear: both;
}

    .ig_bg:hover {
        background-color: #ecede5;
        border: 1px solid #3c7ca2; /*opacity:0.8; 
	   filter:alpha(opacity=80);*/
    }

.ig_title {
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    clear: both;
}

.newsItems {
    padding-bottom: 10px;
}

.news_lists {
    border-bottom: 1px dotted #736f64;
    line-height: 35px;
    height: 35px;
}
/*新闻最终页*/
.new_banner {
    width: 100%;
    height: 28px;
    line-height: 28px;
    margin: 15px 0;
    background-color: #c3dbe9;
}

.pubTime {
    display: inline-block;
}

.browse {
    margin-left: 20px;
}

.bottom_line {
    height: 10px;
    border-top: 1px dotted #bebdbd;
    width: 100%;
    margin-top: 20px;
}

.goBack {
    color: #7b0002;
    margin-right: 10px;
    margin-top: 10px;
}

.feedBack {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

#formID1 {
    padding-top: 20px;
}

.feedBack p {
    padding: 2px;
    zoom: 1;
    overflow: hidden;
}

.feedBack label {
    float: left;
    width: 60px;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
    font-size: 13px;
}

.focus {
    border: 1px solid #2e77a0;
    background: #FFFFFF;
}

.blur {
    border: 1px solid #ddd;
    background: #FFFFFF;
}

.postsubmit {
    float: left;
    border: 1px solid #CDCCB4;
    background-color: #EFEEE1;
    font-weight: bold;
    font-size: 12px;
    color: #767648;
    width: 60px;
    margin-right: 10px;
    padding: 5px 10px 3px !important;
    padding: 3px 10px 0px;
}

.form_text_1 {
    height: 22px;
    line-height: 22px;
    padding-left: 5px;
}

.form_text_verifycode {
    height: 21px;
    line-height: 21px;
}
/*Footer*/
#footer {
    background-color: #333;
    color: #fff;
    padding: 10px 0;
    line-height: 24px;
}
/*分页*/
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.page_turner {
    padding: 4px 0px 0px 1px;
    display: inline-block;
}

    .page_turner a, .page_turner span {
        display: inline-block;
        border: 1px solid #3c7ca2;
        padding: 3px 7px;
        margin-left: 4px;
        line-height: 14px;
    }

        .page_turner a:link, .page_turner a:visited {
            text-decoration: none;
        }

        .page_turner a:hover, .page_turner a.c {
            background: #3c7ca2;
            color: #fff
        }

.cpzsbj {
    width: 100%;
    min-height: 200px;
    padding-top: 20px;
    margin: 0px auto;
}

.cpzs {
    width: 1002px;
    height: 200px;
    margin: 0px auto;
}

    .cpzs ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

        .cpzs ul li {
            margin: 0 0 15px 12px;
            float: left;
            display: inline;
        }

.ig_bgx {
    width: 185px;
    height: 139px;
    border: 1px solid #e9eaec;
    background-color: #f1f3e5;
    transition: all ease-in-out .3s;
    clear: both;
}

    .ig_bgx:hover {
        background-color: #ecede5;
        border: 1px solid #3c7ca2; /*opacity:0.8; 
	   filter:alpha(opacity=80);*/
    }

.ig_titlex {
    width: 185px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    clear: both;
}

@charset "utf-8";

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999;
}

#ie-alert-panel {
    width: 520px;
    height: 331px;
    position: fixed;
    background: url(../images/iealertsprite.png) no-repeat;
    background-position: -1px -109px;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    _position: absolute;
    _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    z-index: 10000;
}

    #ie-alert-panel p {
        font-size: 14px;
        width: 486px;
        text-align: justify;
    }

    #ie-alert-panel img {
        border: 0;
    }

    #ie-alert-panel span {
        font-size: 18px;
        margin: 0 0 20px 0;
        display: block;
        padding: 0;
    }

    #ie-alert-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #ie-alert-panel li {
        float: left;
        margin: 0 22px 0 0;
    }

        #ie-alert-panel li.last {
            margin-right: 0;
        }

    #ie-alert-panel a {
        display: inline-block;
    }

.browser {
    position: absolute;
    bottom: 35px;
}

.chrome, .firefox, .ie9, .opera, .safari {
    background: url(../images/iealertsprite.png) no-repeat;
}

.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px;
    margin: 0 4px 0 0;
}

.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px;
}

.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px;
}

.opera {
    background-position: -90px 0;
    width: 73px;
    height: 98px;
}

.safari {
    background-position: -387px 0;
    width: 73px;
    height: 98px;
    margin: 0 4px 0 0;
}

.footlinks {
    clear: both;
    margin: 10px auto;
    padding: 0px;
    max-width: 990px;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #777;
    text-align: center;
}

    .footlinks a:link, .footlinks a:visited {
        font-size: 9pt;
        line-height: 140%;
        color: #777;
    }


#sitemapnav {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #sitemapnav li {
        list-style: none;
    }

    #sitemapnav a {
        color: #333;
    }

    #sitemapnav .fontbig {
        width: 100% !important;
    }

    #sitemapnav .bigli {
        float: left;
        width: 100%;
        line-height: 35px;
        font-size: 18px;
    }

        #sitemapnav .bigli a {
            color: #666;
            font-weight: bold;
            text-transform: capitalize;
        }

            #sitemapnav .bigli a:hover {
                text-decoration: underline;
            }

    #sitemapnav .abli_02 {
        float: left;
        width: 44%;
        margin-left: 5%;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        display: inline;
        font-weight: normal;
    }

        #sitemapnav .abli_02 a:hover {
            text-decoration: underline;
        }

.jiange {
    float: left;
    width: 100%;
    height: 2px;
    border-bottom: solid 1px #d2d2d2;
    margin-top: 8px;
    margin-bottom: 8px;
}

.probigclass {
    padding-left: 50px;
}

#sitemapnav .PROclass_01 {
    float: left;
    width: 95%;
    margin-left: 5%;
    font-size: 16px;
    line-height: 30px;
    display: inline;
    font-weight: bold;
}

#sitemapnav .PROclass_02 {
    float: left;
    width: 90%;
    margin-left: 8%;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    display: inline;
    font-weight: normal;
}

#sitemapnav .PROclass_01 a {
    color: #666;
}

#sitemapnav .PROclass_02 a {
    color: #666;
}

#sitemapnav .PROclass_01 a:hover {
    text-decoration: underline;
}

#sitemapnav .PROclass_02 a:hover {
    text-decoration: underline;
}

#sitemapnav .PROclass_03 {
    float: left;
    width: 40%;
    margin-left: 10%;
    color: #666666;
    font-size: 14px;
    display: inline;
    line-height: 20px;
}

    #sitemapnav .PROclass_03 a:hover {
        text-decoration: underline;
    }

#sitemapnav .PROclass_04 {
    float: left;
    width: 100%;
    padding-left: 15%;
}

.container {
    width: 980px;
    padding: 0 15px;
    margin: 0 auto
}

.frame .title h2 {
    font-size: 20px;
    padding: 15px 0
}

#thk_nav {
    text-align: center
}

.flex_between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.content .item {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px
}

    .content .item:not(:nth-child(3n)) {
        margin-right: 15px
    }

.flex_start {
    display: flex;
    justify-content: start;
    flex-wrap: wrap
}

.content h2{font-weight:bold;display:inline-block;margin-right:5px}
.contact h2{font-weight:bold;display:inline-block;margin-right:5px}