﻿@charset "utf-8";
/****************
 * @description : css reset
 * @author   : yewen
 * @date     : 2015-09-25
 ****************/
/*css reset*/
*{box-sizing:border-box;margin:0;padding:0}
body,nav,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,footer{margin:0;padding:0}
body{font:16px/1.5 'Microsoft Yahei','Simsun';  color:#333;background: #efefef;-webkit-text-size-adjust: none; min-width:320px;}
h1,h2,h3,h4,h5,h6{font-size:100%}
ul,ol{list-style:none}
a{text-decoration:none;color:#1a1a1a}
a:hover, a:active, a:focus{text-decoration: none;}
a:active{color:#aaa;}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
button,input,select,textarea{font-size:100%; vertical-align:middle;outline:none;}
textarea{resize:none}
button,input[type="button"],input[type="reset"],input[type="submit"] {cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder {color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner { padding:0; border:0}
table { border-collapse:collapse; border-spacing:0}
/*.fl{float:left;}.fr{float:right;}.hide{display:none;}.show{display: block;}*/
.ellipsis { white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.break { word-break:break-all; word-wrap:break-word}
header, footer, article, section, nav, menu, hgroup {display: block;clear:all;}
.top_box {
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    font-size: 13px;
    min-width: 1200px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    z-index: 99;
}
.top {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.top_left {
    margin: 0;
    float: left;
}
.top_left li {
    float: left;
    line-height: 40px;
    color: #333;
}
.top_left li a {
    color: #fff;
    padding: 0px 16px;
    border-right: 1px solid #fff;
}
.gg_right {
    height: 40px;
    line-height: 40px;
    width: 700px;
    float: left;
}
.gg_right span{
	position: relative;
    top: -25px;
    left: 70px;
}
.gg_right iframe {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    width: 240px;
    margin-left: 10px; 
}
.gg_right iframe em{
	color: #ffffff!important;
}
/*盒子*/
.container {
    width: 100%;
    margin:0 auto;
}
/*logo*/
.logo_div {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    z-index: 10;
}
.logo_lz {
    width: 480px;
    float: left;
    position: absolute;
    top: 60px;
}
.logo_lz img{
	width: 100%;
}
/*搜索*/
.search {
    width: 300px;
    float: right;
    position: absolute;
    right: 0;
    top: 200px;
}
#search_cont {
    width: 300px;
    height: 40px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
    padding-left: 10px;
    opacity: 0.8;
}
.sr_btn {
    padding-top: 6px;
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon_search.png) no-repeat;
    z-index: 99;
    top: 12px;
    right: 6px;
    border: none;
}
/*导航栏*/
.container_div {
    width: 1200px;
    background: #ffffff;
    margin: 0 auto;
    padding-top: 1px;
}
#nav{
	background: #005DB5;
}
.nav {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    clear: both;
    margin: auto;
    background: #005DB5;
    z-index: 9999;
}
.nav ul li {
    width: 19.99%;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-right: 1px solid #ffffff;
    text-align: center;
}
.nav ul li:first-of-type{
	border-left: 1px solid #ffffff;
}
#on {
    width: 90px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
}
.nav ul li a {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}
.nav ul li:hover{
	background: #0E9CDE;
}
/*新闻详情*/
.sy_box {
    border-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.com {
    margin-top: 10px;
    text-align: left;
    width: 1160px;
}
.xinwen_xq {
    padding: 0 10px;
}
.weizhi {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/yc-icon-26.png) repeat-x;
}
.xinwen_xq .weizhi p {
    margin-left: 10px;
    width: 70px;
    float: left;
}
.weizhi a {
    color: #333;
}
.xinwen_xq h2 {
    font-size: 28px;
    color: #037edb;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
    margin-top: 10px;
}
.xinwen_head {
    background: url(../images/xinwen_head.png) no-repeat 0px 0px;
    height: 70px;
    padding-top: 20px;
    margin-top: 20px;
}
.xinwen_head p {
    line-height: 34px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.xinwen_editor {
    margin-top: 10px;
}
.bottom {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative;
    bottom: 0;
}
.footer {
    width: 100%;
    background-color: #037edb;
}
.footer_nav {
    width: 100%;
    height: 3px;
    background-color: #005DB5;
}
.copyright {
    width: 600px;
    margin: 10px auto 10px auto;
}
.zhaocuo {
    float: left;
    margin-top: 18px;
}
.banquan p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #4d4d4d;
    margin-bottom: 10px;
}
.banquan p a {
    color: #4d4d4d;
}
.banquan span {
    margin-top: 8px;
}
.banquan span h2 {
    font-size: 12px;
    float: left;
    color: #4d4d4d;
}
@media screen and (max-width: 414px) {
	header{
		width:1200px!important;
	}
	.swiper-containers{
		width:1200px!important;
	}
	.swiper-pagination{
		bottom:-200px;
	}
	.footer{
		width: 1200px!important;
	}
	.banner{
		width: 1200px!important;
	}
}

@media screen and (max-width: 900px) {
	body{
		width: 1200px;
	}
	.footer{
		width: 1200px!important;
	}
}