﻿@charset "utf-8";

html {
    background: #fff;
    overflow: auto;
    height: 100%;
}

body {
    min-width: 1200px;
    font-size: 16px;
    font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    /* background: #f4f4f4; */
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    transition: .2s all ease;
}

    a:hover {
        text-decoration: none;
        color: #ff4f20;
    }

    a:focus {
        -moz-outline-style: none;
        border: 0;
        blr: expression(this.onFocus=this.blur());
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

header, footer, article, aside, section, nav, menu, hgroup, details, dialog, figure, figcaption {
    display: block;
}

ol, li, ul, dl, dt, dd {
    list-style: none;
}

fieldset, img {
    border: 0;
}

button, submit, input, select {
    vertical-align: middle;
}

button, submit {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: lighter;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

select, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    margin: 0;
}

b, em, i {
    display: inline-block;
    font-weight: normal;
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1080px;
    margin: 0 auto;
}



.l-box {
    width: 740px;
}

.r-box {
    width: 320px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

header {
    border-bottom: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px #eee;
    background: #fff;
}

.heading {
    width: 1080px;
    height: 66px;
    margin: 0 auto;
}

h1 {
    float: left;
}

    h1 a img {
        display: block;
        height: 44px;
        margin-top: 7px;
    }

.heading p {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    font-size: 14px;
    margin-left: 20px;
}

.heading i {
    font-weight: 600;
    color: #C33;
    font-size: 15px;
}

nav {
    width: 100%;
    height: 60px;
    background: #02a0ca;
    border-bottom: 1px solid #eee;
}

.header-top {
    width: 1000px;
    margin: 0 auto;
}

.head-nav {
    width: 780px;
    margin-left: 30px;
}

    .head-nav li {
        float: left;
        line-height: 60px;
        height: 60px;
        box-sizing: border-box;
        padding: 0 16px;
        text-align: center;
        transition: .2s all ease;
        cursor: pointer;
        font-weight: 500;
        position: relative;
        z-index: 10;
        /* color: #ce0606; */
    }

        .head-nav li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
        }

        .head-nav li:hover a {
            color: #0094bc;
        }

    .head-nav .active {
        border-bottom: 4px solid #ffffff;
    }

        .head-nav .active a {
            color: #ffffff;
        }

.navbar-sub {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 13px;
}

    .navbar-sub dl {
        float: left;
    }

        .navbar-sub dl dd, .navbar-sub dl dt {
            float: left;
            padding: 0 6px;
        }

            .navbar-sub dl dd a {
                color: #666;
                font-weight: 400;
            }

                .navbar-sub dl dd a:hover {
                    color: #0094bc;
                    text-shadow: 1px 1px 1px #D9F2E5;
                }

        .navbar-sub dl dt {
            width: 36px;
            height: 20px;
            background-image: -webkit-gradient(linear,top,bottom,from(#06b0de),to(#0094bc));
            background-image: -webkit-linear-gradient(top,#06b0de,#0094bc);
            background-image: -moz- oldlinear-gradient(top,#06b0de,#0094bc);
            background-image: linear-gradient(to bottom,#06b0de,#0094bc);
            margin-top: 10px;
            text-align: center;
            line-height: 18px;
            color: #fff;
            position: relative;
            margin-right: 10px;
            font-weight: 500;
            border-radius: 40px;
        }

            .navbar-sub dl dt i {
                display: block;
                position: absolute;
                width: 0;
                height: 0;
                border-top: 6px solid transparent;
                border-left: 6px solid #C66;
                border-bottom: 6px solid transparent;
                right: -5px;
                top: 5px;
            }

    .navbar-sub .nav-basketb dt {
        margin-left: 12px;
    }

header .second-nav {
    position: absolute;
    top: 56px;
    left: 0;
    width: 200px;
    height: auto;
    background: #fff;
    display: none;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
}

    header .second-nav li {
        float: left;
        width: 100px;
        padding: 0;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

header .zonghety-nav {
    width: 100px;
}

header .second-nav li:hover a {
    color: #fff;
}

header .second-nav li:hover i {
    display: inline-block;
}

header .second-nav li:hover {
    background-image: -webkit-gradient(linear,top,bottom,from(#06b0de),to(#0094bc));
    background-image: -webkit-linear-gradient(top,#06b0de,#0094bc);
    background-image: -moz- oldlinear-gradient(top,#06b0de,#0094bc);
    background-image: linear-gradient(to bottom,#06b0de,#0094bc);
}

header .second-nav li a {
    color: #004D4D;
}

header .second-nav li i {
    display: none;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin: 0 4px;
}
.main{margin:auto; width:1000px;}
.mt05{margin-top:5px;}

.mt15{margin-top:15px;}
.bottom{background-position:top;text-align:center;font-size: 14px;background-color: #1d1d1d;padding-top: 13px;padding-bottom: 20px;color: beige;margin-top: 10px;}
.bottom a{color: #f00;padding-left: 6px;padding-right: 6px;}
.friendlink{ background-color: #F9F9F8;
    background-image: url("../images/linkbg.jpg");
    background-position: left top;
    background-repeat: repeat-y;
    border: 1px solid #ccc;
    clear: both;
    padding: 5px 3px;
	margin-bottom:10px;}
.friendlink a {
	display: block;
	float: left;
	width: 82px;
	padding-right: 6px;
	text-align: center;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 2px;
	background-image: url(../Images/wl_bg.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}.aboutlink{height:24px;line-height:24px;display: inline-flex;}
 .clearbox {
    clear: both;
 
}
.tg{
    display: block;
    width: 100%;
    color: #fff;
    left: 544px;
}