/* CSS Document */
.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

* {
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    padding: 0;
    font: 12px "/5B8B/4F53", san-serif;
    background: #fff;
    zoom: 1;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

table,
td,
tr,
th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
    font-weight: normal;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

.fB {
    font-weight: bold;
}

.f12px {
    font-size: 12px;
}

.f14px {
    font-size: 14px;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    color: #333;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #c00;
    text-decoration: underline;
}

a:active {
    color: #009dea;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

body {
    min-width: 1240px;
    background-color: #f5f5f5;
    position: relative;
    font-size: 14px;
    color: #333;
}

.container {
    width: 1200px;
    margin: 0 auto;
    background: transparent !important;
}

.header {
    position: relative;
}

.header .header-bg {
    width: 100%;
}

.header .header_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 1.5%;
}

.header .header_logo .logo {
    margin-left: 10px;
    height: 64px;
}

.topnav {
    height: 57px;
    overflow: hidden;
    background: #1197d4;
}

.topnav .container {
    position: relative;
}

.topnav .ab {
    position: absolute;
    top: 0;
    height: 57px;
}

.topnav .nav-left-bg {
    left: -65px;
    z-index: 5;
}

.topnav .nav-right-bg {
    right: -65px;
    z-index: 5;
}

.topnav .nav-content-bg {
    width: 100%;
    background: #fff;
}

.topnav .topnav_items {
    position: relative;
    top: 0;
    z-index: 10;
    background: #0784bd;
}

.topnav .topnav_items .topnav_item {
    float: left;
    position: relative;
    width: 11.11%;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.topnav .topnav_items .topnav_item .list-content {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    white-space: nowrap;
    background: #1197d4;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    text-align: center;
}

.topnav .topnav_items .topnav_item:hover .list-content {
    display: block;
}

.topnav .topnav_items .topnav_item .list-content a {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 0 15px;
}

.topnav .topnav_items .topnav_item a:hover, .topnav .topnav_items .topnav_item.active > a {
    font-weight: bold;
    background: #009dea;
}

.topnav .topnav_items .topnav_item a {
    display: block;
    background: #0784bd;
    color: #fff;
    text-decoration: none;
}

.topnav .topbar_icon {
    display: none;
}

.over_hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page_index ,#mobileNavbar{
    display: none;
}
@media (max-width: 767px) {
    body {
        min-width: 0;
        width: 100%;
    }
	.main{
		padding-top: 0;
	}
    .container {
        width: 100%;
        padding: 0;
    }
	
    .header {
    	overflow: hidden;
        height: auto !important;
        background-position: 28% 0;
    }
	.header .header-bg{
		height: 60px;
		object-fit: cover;
    object-position: 30% top;
	}
    .header .header_logo {
        padding: 1% 0;
    }

    .header .header_logo .logo {
        height: 30px;
        position: relative;
        top: 5px;
    }
	.topnav .topnav_items .topnav_item .list-content a{
		border: none;
	}
    .topnav {
    	display:none;
    	position: absolute;
        width: auto;
        padding: 10px 0;
        top: 45px;
        right: 10px;
        margin-right: 0 !important;
        background: #0784bd;
        height: auto;
        overflow: hidden;
        z-index: 1000;
    }

    .topnav .ab {
        display: none;
    }
	#mobileNavbar{
		position: absolute;
		display: block;
		top: 15px;
		right: 10px;
		width: 30px;
		height: 30px;
		background: url(../images/search-icon-side.png) no-repeat 7px center;
		background-size: 20px;
    	cursor: pointer;
	}
    .topnav .container {
    	position: static;
        width: auto;
    }

    .topnav .topnav_items {
    	
    }

    .topnav .topnav_items .topnav_item {
        float: none;
        width: 100% !important;
        font-size: 16px;
        line-height: 36px;
    }

    .topnav .topnav_items .topnav_item a {
        padding: 0 20px;
    }

    .topnav .topbar_icon {
        margin: 0 !important;
        position: absolute;
        top: 9px;
        right: 0;
        display: block;
        width: 12px;
        height: 20px;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }

    .topnav .topbar_icon .topbar_icon_square {
        margin: 5px 2px;
        width: 0px;
        height: 0px;
        border: 5px solid transparent;
        border-left-color: rgba(255, 255, 255, 0.5);
    }

    .footer {
        padding: 10px 15px;
        font-size: 10px;
        line-height: 16px;
    }

    .footer .container {
        width: auto;
    }

    .footer .footer_left {
        float: none;
        margin: 0;
        width: 100%;
        font-size: 10px;
        line-height: 14px;
    }

    .footer .footer_right {
        display: none;
    }
}
