/* Common */

html
{
    font-size: 100%;
}
body
{
    font-family: Arial, sans-serif;
    font-size: .75em;/*0.625em �� 12 = 0.750em */
    line-height: 1.5em;/*18px(line-height) �� 12(font-size) = 1.5em */

    margin: 0;
    padding: 0;
}
.bgMain
{
    border: .01em #eaeff6 solid;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background: #eaeef4; /* һЩ��֧�ֱ��������������� */
    background: -moz-linear-gradient(top, #eaeef4, #c8d0de);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eaeef4), to(#c8d0de));

        filter: alpha(opacity=100 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eaeef4, endcolorstr=#c8d0de, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eaeef4, endcolorstr=#c8d0de, gradientType=0);
}



/* Language */
.branding
{
    float: left;

    height: 70px;
}
.branding :hover,
.branding :focus
{
    text-decoration: none;
}
.branding > img
{
    display: block;
}
@media (min-width: 768px)
{
    .container .branding,
    .container-fluid .branding
    {
        margin-left: -15px;
    }
}


/* Language */


.language-nav
{
    padding: 0;
}
.language-nav ul.dropdown
{
    font-weight: 200;

    position: relative;

    margin: 0;
    padding: 0;

    list-style: none;

    text-align: center;

    border: .01em #eaeff6 solid;
    -webkit-border-radius: 0 0 10px 10px;
       -moz-border-radius: 0 0 10px 10px;
            border-radius: 0 0 10px 10px;
    background: #eaeef4; /* һЩ��֧�ֱ��������������� */
    background: -moz-linear-gradient(top, #eaeef4, #c8d0de);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eaeef4), to(#c8d0de));

        filter: alpha(opacity=100 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eaeef4, endcolorstr=#c8d0de, gradientType=0);
    -ms-filter: alpha(opacity=100 finishopacity=100 style=1 startx=0, starty=0, finishx=0, finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#eaeef4, endcolorstr=#c8d0de, gradientType=0);
}
.language-nav > ul.dropdown:after
{
    display: block;
    clear: both;

    content: '';
}
.language-nav ul.dropdown li
{
    display: inline-block;

    text-align: left;
}
.language-nav ul.dropdown li a
{
    display: block;

    padding: 5px 10px;

    text-decoration: none;

    color: #1e3e61;
}
.language-nav ul.dropdown li a.right:hover
{
    color: #fff;
    -webkit-border-radius: 0 0 10px 0;
       -moz-border-radius: 0 0 10px 0;
            border-radius: 0 0 10px 0;
    background-color: #1e3e61;
}
.language-nav ul.dropdown li a.left:hover
{
    color: #fff;
    -webkit-border-radius: 0 0 0 10px;
       -moz-border-radius: 0 0 0 10px;
            border-radius: 0 0 0 10px;
    background-color: #1e3e61;
}
/*.language-nav ul.dropdown ul
{
    position: absolute;
    top: 100%;

    display: none;

    min-width: 250px;
    margin: 0;
    padding: 0;

    color: #fff;
    background-color: #1e3e61;
}
.language-nav ul.dropdown li:hover > ul
{
    display: block;
}
.language-nav ul.dropdown ul li
{
    position: relative;

    display: block;
    float: none;
}
.language-nav ul.dropdown ul ul
{
    position: absolute;
    top: 0;
    left: 100%;
}*/
/*.tinynav
{
    display: none;
}
@media screen and (max-width: 768px)
{
    .tinynav
    {
        display: block;

        margin-top: 10px;
    }
    .language-nav ul.dropdown
    {
        display: none;
    }
}*/
/* Navigation */
.main-navigation
{
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav > li > a
{
    color: #1e3e61;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
    color: #1e3e61;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    background: -moz-linear-gradient(top, #576f89, #3e546b);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));
    background-image: -webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus
{
    color: #ccc;
    background-color: transparent;
}
/*.navbar-default .navbar-toggle
{
    border-color: #ddd;
}*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
    background-color: #e9edf3;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #888;
}
.navbar-default .navbar-collapse
/*.navbar-default .navbar-form*/
{
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
       -moz-border-radius: 10px 10px 0 0;
            border-radius: 10px 10px 0 0;
    background: -moz-linear-gradient(top, #576f89, #3e546b);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));
    background-image: -webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
}
@media (max-width: 767px)
{
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
    {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
    {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link
{
    color: #777;
}
.navbar-default .navbar-link:hover
{
    color: #333;
}
.navbar-default .btn-link
{
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus
{
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus
{
    color: #ccc;
}
.dropdown-menu
{
    font-size: 1em;
    line-height: 30px;

    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;

    display: none;
    float: left;

    min-width: 160px;
    margin: 2px 0 0;
    padding: 0 0;

    list-style: none;

    text-align: left;

    border: 1px solid #455f7a;
    border: 1px solid rgba(69, 95, 122, 1);
    border-radius: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navbar-nav > li > .dropdown-menu
{
    top: 49px;

    margin-top: 0;

    text-decoration: none;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #3e546b;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu
{
    margin-bottom: 0;

    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-menu > li > a
{
    font-weight: normal;
    line-height: 2.5em;

    display: block;
    clear: both;

    padding: 3px 20px 3px 10px;

    white-space: nowrap;

    color: #eaeef4;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;

    color: #1e3e61;
    background: none;/*	background-image:-webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
	background-image:linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
	background:-moz-linear-gradient(top, #576f89, #3e546b);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));*/
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus
{
    text-decoration: none;

    color: #fff;
    outline: 0;
    background: -moz-linear-gradient(top, #576f89, #3e546b);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));
    background-image: -webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
}
.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;

    margin-top: -6px;
    margin-left: -1px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.dropdown-submenu > a:after
{
    display: block;
    float: right;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: -10px;

    content: ' ';

    color: #fff;
    border-width: 5px 0 5px 5px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #1e3e61;
}
.dropdown-submenu:hover > a:after
{
    border-left-color: #1e3e61;
}
.dropdown-menu ul li ul li ul li
{
    line-height: 20px;
}
.dropdown-submenu.pull-left
{
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;

    margin-left: 10px;

    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:after,
.nav .open > a:focus
{
    color: #fff;
    border-left-color: #fff;
    background: -moz-linear-gradient(top, #576f89, #3e546b);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));
    background-image: -webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
}
.product-layout
{
    padding: 0;
}
.product-layout h4
{
    font-size: 12px;
    line-height: 3em;

    clear: both;

    width: 100%;
    height: 3em;
    margin: 0;

    color: #fff;
    background: -moz-linear-gradient(top, #576f89, #3e546b);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#576f89), to(#3e546b));
    background-image: -webkit-linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(87, 111, 137, 1) 0%, rgba(62, 84, 107, 1) 100%);
}
.product-layout h4.title_1
{
    text-align: left;
    text-indent: 20px;
}
.product-layout h4.title_2
{
    text-align: center;
}
.product-layout p
{
    clear: both;

    margin: 0;
    padding: 0;

    border: 0;
}
.product-layout p a
{
    float: left;

    width: 33%;
    height: 100px;

    text-align: center;
}
.product-layout p .divider
{
    float: left;
    overflow: hidden;

    width: 1px;
    height: 100px;
    margin: 0;

    background-color: #1e3e61;
}
.product-layout .line
{
    display: block;
    float: left;
    overflow: hidden;

    width: 1px;
    height: 100px;
    margin: 0;

    background-color: #1e3e61;
}
.title_2
{
    text-align: center;
    text-indent: none;
}
/*  Banner */
.banner
{
    position: relative;

    overflow: auto;

    width: 100%;
    margin: auto;

    color: rgba(255, 255, 255, .6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
}
.banner ul
{
    width: 300%;
    margin: 0;
    padding: 0;

    list-style: none;
}
.banner ul li
{
    display: block;
    float: left;

    width: 33%;
    min-height: 350px;

    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
         -o-background-size: 100% 100%;
            background-size: 100% 100%;
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, .1);

        -ms-background-size: 100% 100%;
}
.banner .btn,
.banner .dot
{
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
       -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
        -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
         -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
            filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
}
.banner .dots
{
    position: absolute;
    right: 50px;
    bottom: 20px;
}
.banner .dots li
{
    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 4px;

    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
       -moz-transition: background .5s, opacity .5s;
            transition: background .5s, opacity .5s;
    text-indent: -999em;

    opacity: .4;
    border: 2px solid #fff;
    border-radius: 6px;
}
.banner .dots li.active
{
    opacity: 1;
    background: #fff;
}
/* News */

.marginNews
{
    margin: 0 0 0 0;
}
.imgNews
{
    margin: 15px 0;

    text-align: center;
    vertical-align: middle;
}
.imgNews img
{
    vertical-align: middle;
}
.news_list
{
    margin: 0 0;
    padding: 0;
}
.news_list div
{
    margin-top: 10px;
    padding: 0 10px;
}
.news_list ul
{
    margin: 0;
    padding: 0;
}
.news_list li
{
    line-height: 22px;

    height: auto;
    padding-left: 25px;

    list-style: none;

    background: url(../images/dot.png) no-repeat left 6px;
}
@media (max-width:768px){
.news_list li{
    line-height: 22px;
    height:auto;
    padding-left: 25px;
    list-style: none;
    background: url(../images/dot.png) no-repeat left 6px;
}
}

.news_list li a
{
    text-decoration: none;

    color: #1e3e61;
}
.news_list li a:hover
{
    text-decoration: none;

    color: #1e3e61;
}
.btnNews
{
    font-size: 12px;
    line-height: 20px;

    width: 48px;
    height: 22px;
    padding: 0;

    border: .1em #989898 solid;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: -moz-linear-gradient(top, #fefefe, #dde0e3);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#dde0e3));
    background-image: -webkit-linear-gradient( to bottom, rgba(254, 254, 254, 1) 0%, rgba(221, 224, 227, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(254, 254, 254, 1) 0%, rgba(221, 224, 227, 1) 100%);
}
/* ����Ļ������ �� 1100px�� */

@media (min-width: 1100px)
{
    .btnNews
    {
        display: block;
    }
}



/* ����Ļ������ ��  1100px�� */

@media (max-width:  1100px)
{
    .btnNews
    {
        display: none;
    }
}


/* С��Ļ���ֻ������� �� 480px�� */
@media (max-width: 480px)
{
    .news_list
    {
        margin: 20px 0 0 0;
        padding: 0;
    }
    .news_list div
    {
        margin-top: 0;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .news_list li
    {
        line-height: 18px;

        height: auto;
        margin-bottom: 10px;
        padding-left: 25px;

        list-style: none;

        background: url(../images/dot.png) no-repeat left center;
    }
    .carousel-indicators
    {
        display: none;
    }
}

/*.btnNews {
	width:48px;
	height:20px;
	padding:0px;
	margin-top:5px;
	line-height:18px;
	background-image:-webkit-linear-gradient( to bottom, rgba(254, 254, 254, 1) 0%, rgba(221, 224, 227, 1) 100%);
	background-image:linear-gradient( to bottom, rgba(254, 254, 254, 1) 0%, rgba(221, 224, 227, 1) 100%);
	background:-moz-linear-gradient(top, #fefefe, #dde0e3);
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fefefe), to(#dde0e3));
	border:0.1em #989898 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
*/
/* Promotion Banner */
.bgMagin
{
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
.bgPromotion
{
    padding: 1em 0;

    border: .01em #42697c solid;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    background-image: -webkit-linear-gradient( to bottom, rgba(104, 125, 147, 1) 0%, rgba(69, 95, 122, 1) 10%, rgba(69, 95, 122, 1) 50%, rgba(69, 95, 122, 1) 90%, rgba(46, 64, 82, 1) 100%);
    background-image:         linear-gradient( to bottom, rgba(104, 125, 147, 1) 0%, rgba(69, 95, 122, 1) 10%, rgba(69, 95, 122, 1) 50%, rgba(69, 95, 122, 1) 90%, rgba(46, 64, 82, 1) 100%);
}
.imgProduct
{
    text-align: center;
    vertical-align: middle;
}
.imgProduct a img
{
    vertical-align: middle;
}
@media only screen and (min-width: 993px)
{
    .imgProduct
    {
        margin: 0 auto 0 auto;
    }
}
@media only screen and (max-width: 992px)
{
    .imgProduct
    {
        margin: 0 auto 15px auto;
    }
}
@media (max-device-width: 480px) and (orientation: landscape)
{
    .imgProduct
    {
        margin: 0 auto 15px auto;
    }
}
/* Footer */

.footer
{
    margin: 10px 0 0 0;
}
.menu
{
    margin: 0;
    padding: 0;

    list-style: none;

    border: 0;
	
}
.menu li
{
    position: relative;

    display: inline-block;

    margin-right: .6em;
    margin-left: 0;
    padding-right: .6em;

    border-right: 1px dashed #ccc;
}
.menu li a
{
    line-height: 1.333333em;/* 40px(line-height) ��12px(font-size) =3.33333px */

    text-align: right;
    text-decoration: none;
    color: #808080;
}
.footer_left
{
    line-height: 1.333333em;

    float: left;

    width: auto;
    margin-top: 10px;
    margin-bottom: .6667em;

    text-align: left;

    color: #808080;
}
@media only screen and (min-width: 768px)
{
    .footer-shop span
    {
        display: block;
    }
}
@media only screen and (max-width: 768px)
{
    .footer_left span
    {
        display:inline-block;
    }
    .noMargin
    {
        margin-right: 0;
        margin-left: 0;
    }
    /*.btnSearch
    {
        float: right;
    }*/
}
@media (max-width: 480px) 
{
    .footer_left span
    {
        display: block;
    }
}

p:first-child
{
    margin: 0;
}
p.footer_left
{
    margin-bottom: .6667em;
}
