﻿/* KISSY CSS Reset */



/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
    overflow-y: scroll;
    min-width: 320px;
}
/*设置左右浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}
/*清楚浮动*/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    *zoom: 1;
}

.mt20 {
    margin-top: 20px;
}

.languang {
    float: right;
    margin-right: 20px;
    line-height: 56px;
}

    .languang ul li {
        float: left;
        margin-left: 10px;
    }

        .languang ul li span {
            float: left;
        }

        .languang ul li p {
            float: left;
            margin-left: 5px;
            margin-bottom: 0;
        }

            .languang ul li p a {
                color: #fff;
                font-size: 13px;
            }
/*网站头样式*/
#header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.ba {
    margin-top: 145px;
}

.copy img {
    height: 30px;
}

#header .top-bar {
    background: #004183;
    color: #fff;
    line-height: 40px;
    display: none;
}

#header .top-a a {
    float: left;
    padding: 0 10px;
    color: #fff;
}

    #header .top-a a:hover, #header .top-a a:active {
        color: #fff;
        background: #000;
    }

#header .nav-box {
    background: #fff;
    padding: 10px 0;
}

#header .nav ul {
    display: none;
}

#header .nav i {
    float: left;
    margin-left: 25px;
}

.xs-nav {
    height: 100%;
    background: #1a1a1a;
    position: fixed;
    right: -200px;
    top: 0;
    width: 200px;
    overflow: hidden;
    display: none;
}

    .xs-nav ul {
        padding: 15px;
    }

    .xs-nav a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding-left: 5px;
        color: #fff;
    }

        .xs-nav a:active {
            background: #000;
            color: #fff;
        }

    .xs-nav li {
        border-bottom: 1px solid #373a3d;
    }

#header .language-txt {
    background: #000;
    height: 40px;
    line-height: 40px;
    display: none;
}

    #header .language-txt a {
        color: #fff;
        display: inline-block;
        width: 49%;
        text-align: center;
    }

        #header .language-txt a:active {
            background: #000;
            color: #fff;
        }

#header .nav i img {
    width: 26px;
    height: auto;
}

#header img.logo {
    margin-top: 10px;
    margin-bottom: 10px;
}

.top-ban {
    width: 100%;
    height: 100%;
}

#header .nav ul li {
    float: left; /*height: 95px; line-height: 95px;*/
    padding-left: 0px;
}

    #header .nav ul li a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 85px;
        float: left;
        margin-left: 8px;
        margin-right: 25px;
    }

@media (max-width: 1450px) {
    #header img.logo {
        height: 55px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1400px) {
    #header .nav ul li a {
        margin-left: 5px;
        margin-right: 20px;
    }
}

@media (max-width: 1300px) {
    #header .nav ul li a {
        margin-left: 2px;
        margin-right: 10px;
    }

    .languang {
        margin-right: 10px !important;
    }
}

@media (max-width: 1220px) {
    #header .nav i img {
        width: 16px;
        height: auto;
    }

    #header .nav ul li a {
        margin-left: 2px;
        margin-right: 10px;
        font-size: 14px;
    }
}

@media (max-width: 1180px) {
    #header img.logo {
        height: 45px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #header .nav i {
        width: 15px !important;
        background-size: 15px;
    }
}

@media (max-width: 880px) {
    #header .nav ul li a {
        margin-left: 2px;
        margin-right: 5px !important;
    }

    .languang {
        margin-right: 5px !important;
    }
}

@media (max-width: 950px) {
    #header img.logo {
        height: 35px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 830px) {
    #header img.logo {
        height: 30px;
        margin-top: 28px;
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .ba {
        margin-top: 50px;
    }

    #header .nav i {
        width: 26px !important;
    }

        #header .nav i img {
            width: 26px !important;
            margin-top: 2px;
        }

    .kuanping .col-md-4 {
        margin-bottom: 20px;
    }

    .bottom {
        margin-bottom: 62px;
    }
}

@media (max-width: 680px) {
    .i_mc ul li {
        width: 100%;
    }
}

@media (min-width: 768px) {
    #header .top-bar {
        display: block;
    }

    #header .nav-box {
        border-bottom: 0px solid #ff6600;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #header .nav ul {
        display: block;
    }

    #header .nav .icon-menu {
        display: none;
    }

    #header .language-txt {
        display: none;
    }
}

@media (min-width: 992px) {
    .container {
        padding: 0 15px;
    }

    #header .nav ul li a {
        padding: 0px;
    }
}

@media (min-width:1200px) {
}

@media only screen and ( max-width:768px ) {
    .container {
        padding: 0 10px;
    }
.mr{padding-right: 15px;}
.ml{padding-left: 15px;}
.rrnei{margin-top:20px;}
    #header img.logo {
        height: 28px !important;
        margin: 0;
    }
	.en{ margin-top:15px !important;}
	#header .nav{ margin-top:13px !important; }
	.box_m{ max-height:none !important;}
	.box_m img{ width:auto !important; margin-right:0;}
	ul.list1 span{ float:none !important; margin-left:10px;}
}

/*网站头样式 结束*/
.fo a {
    color: #fff;
    font-size: 16px;
}

.top-bar .fo {
    float: left;
    margin-right: 10px;
    padding-left: 25px;
    background-image: url(../images/email.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
}

.top-bar .fl {
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
}

    .top-bar .fl img {
        height: 40px;
        margin: 8px 0;
    }








#header .nav ul li {
    position: relative;
}
/*#header .nav ul li:hover{background-color:#404d5e;}
#header .nav ul li:hover a{ color:#fff;}
*/
.nav_2 {
    left: -100%;
    position: absolute;
    top: 60px;
    visibility: hidden;
    width: 320%;
    z-index: 9999;
    background-color: #004183;
}

#header .nav ul li .nav_2 a {
    border-bottom: solid 1px #0059b3; border-right: solid 1px #0059b3;
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    width:50%;
}

    #header .nav ul li .nav_2 a:hover {
        background-color: #002d59;
    }

#header .nav ul li:hover .nav_2 {
    visibility: visible;
}

.nav_3 {
    left: 100%;
    position: absolute;
    top: 0px;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
    background-color: #197d46;
}

#header .nav ul li .nav_03 {
    position: relative;
}

    #header .nav ul li .nav_03:hover .nav_3 {
        visibility: visible;
    }





/*shouju2级浮动*/
.snav_2 {
    display: none;
}

    .snav_2 a {
        height: auto;
    }

.xs-nav li {
    position: relative;
}

    .xs-nav li p {
        position: absolute;
        right: 0px;
        top: 10px;
        width: 30px;
        height: 30px;
    }

        .xs-nav li p em {
            float: left;
            background-image: url(../images/io-1.png);
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .xs-nav li p b {
            float: left;
            display: none;
            background-image: url(../images/io-2.png);
            width: 30px;
            height: 30px;
            background-repeat: no-repeat;
            background-position: center center;
        }




@media only screen and ( max-width:1000px ) {
    #header .nav ul li a {
        font-size: 12px;
    }
}

.languang ul li {
    position: relative;
}

.yy {
    position: absolute;
    left: -10px;
    top: 50px;
    background-color: #004183;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    z-index: 999;
}

    .yy img {
        margin-right: 5px;
    }

    .yy li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 24px;
        margin-left: 0 !important;
    }

        .yy li a {
            font-size: 13px;
            color: #fff;
        }

.language-cont-hover {
    display: block;
}

#header .search {
    margin-right: 10px;
    float: right;
    line-height: 56px;
    height: 56px;
}

    #header .search .icon-search {
    }

    #header .search .search_btn i:hover {
        color: #EEEEEE;
    }

    #header .search .search_box .searchtext {
        width: 300px;
        padding: 0px 8px;
        float: left;
        border: 1px solid #dddddd;
        -webkit-animation: widhtIn 0.5s both;
        -moz-animation: widhtIn 0.5s both;
        animation: widhtIn 0.5s both;
        display: none;
        height: 56px;
    }

    #header .search .search_box .searchbtn {
        width: 56px;
        height: 56px;
        background-image: url(../images/search_icon_05.png);
        background-position: center;
        background-repeat: no-repeat;
        border: none;
        float: left;
        cursor: pointer;
        background-color: transparent;
    }

        #header .search .search_box .searchbtn:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    #header .search:hover .search_box {
        /*opacity: 1;
	filter:alpha(opacity=100);*/
    }

#header .button {
    margin-top: 30px;
    margin-right: 30px;
    color: #666666;
}

.hot {
    position: relative;
    left: 50%;
    margin-left: -450px;
}
