@charset "utf-8";
/* CSS Document */


body {
	font-family:Arial, verdana, "宋体" sans-serif;
	_font-family:sana-serif;
	width:auto;
	font-size:12px;
	color:#666666;
	line-height:1.5em;
	font-weight:normal;
	background:#ffffff;
}
i, em, cite {
    font-style: normal;
}
body, div, dl, dt, dd, ul, ol, li, p, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
	margin:0px;
	padding:0px;
}
img {
	border:none;
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#222222;
}
a:hover {
	color:#0560b5;
}
.left {
	float:left;
}
.right {
	float:right;
}
.green{ color:#3d952f;}
.green a{color:#3d952f;}
.clear{ clear:both;}
ul li{ list-style:none;}
.wp{
	width: 1200px;
	margin: 0px auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/* 内页背景 */

.nybg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
   
}
.nybg::after{
    content: "";
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

.nybg_title {
    height: 250px;
    position: relative;
    z-index: 2;
}

.nybg_titletxt {
    height: 250px;
    font-size: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.nybg_titletxt p{
	    margin-top: 47px;
    color: rgba(255, 255, 255, 0.4);
}
.nybg_titletxt p::before,
.nybg_titletxt p::after{
    content: '';
    width: 80px;
    height: 1px;
    display: inline-block;
    background:rgba(255, 255, 255, 0.2); 
    position: relative;
    top: -20%;
    margin: 0 10px;
}

.nybg_mbx {
    height: 50px;
    background: -moz-linear-gradient(left, #13367a   0%, #0a5f8f 100%);
    background: -webkit-linear-gradient(left, #13367a   0%, #0a5f8f 100%);
    background: -o-linear-gradient(left, #13367a   0%, #0a5f8f 100%);
    background: -ms-linear-gradient(left, #13367a   0%, #0a5f8f 100%);
    background: linear-gradient(to left, #13367a   0%, #0a5f8f 10);
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.nybg_mbxbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.nybg_mbxboxl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.nybg_mbxboxl i {
    font-size: 24px;
    color: rgba(255, 255, 255, .5);
}

.nybg_mbxboxl span {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin-left: 10px;
}

.nybg_mbxboxr {
    margin-left: 10px;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: auto;
}

.nybg_mbxboxr::-webkit-scrollbar {
    display: none;
}

.nybg_mbxboxr a {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    padding: 0 10px;
    flex-shrink: 0;
}

.nybg_mbxboxr a:hover {
    color: rgba(255, 255, 255, 1);
}

.nybg_mbxboxr span {
    flex-shrink: 0;
    width: 10px;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
}
