@charset "utf-8";

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	-webkit-tap-highlight-color: transparent;
}
body {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 auto;
	color: #666;
	background-color: #fff;
	font-family: 'Roboto', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
}
caption, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul, li, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
strong {
	font-weight: bold;
}
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	margin: 0 auto !important;
}
img {
	border: 0;
}
input, textarea, select, option {
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei", arial;
	padding: 0;
	margin: 0;
}
input {
	outline: none;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", helvetica, arial;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
}
::-moz-selection {
	background: #cc0810;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #cc0810;
	color: #fff;
	text-shadow: none;
}
select {
	outline: none;
}
select::-ms-expand {
	display: none;
}
a {
	text-decoration: none;
	blr: expression(this.onFocus=this.blur());
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
a:link, a:visited {
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: none;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
}
.l {
	float: left;
	display: inline-block;
}
.r {
	float: right;
	display: inline-block;
}
.vt {
	vertical-align: top;
}
.vm {
	vertical-align: middle;
}
body{
	width:1000px;
	margin:0 auto;
}
.logo{
	display:flex;
	justify-content: space-between;
}
.logo .logo-r{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.logo .logo-r a{
    font-size:16px;
    color:#333;
}
.nav{
	border-top: 3px solid #666600;
    padding-top: 1px;
}
.nav ul{
	display:flex;
	justify-content: space-around;
    align-items: center;
	background:#005ca5;
}
.nav ul li{
	border-left:1px solid #fff;
	padding:5px 35px;
}
.nav ul li:nth-child(1){
	border:none;
}
.nav ul li a{
    color:#fff;
}
.swiper{
    width:1000px;
    margin:0 auto;
    background: url(/static/images/1754037008110.png);
    height:205px;
}
.swiper-slide img{
    position:absolute;
    bottom: 15px;
    right:50px;
}
.list_dt{
    background: #333;
    color: #333;
    width: 120px;
    padding: 0 40px 0 20px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #fff;
}
.list_dt:hover{
    background: #222;
}
.list_dt:hover ._after{
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4285F4;
}
#open{
    background: #2a7278;
	color:#fff;
}
.list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../images/open.png") no-repeat;
}
.list_dd{
    display: none;
}
.list_li{
    background: #4e4e4e;
    list-style-type: none;
    color: #333;
    width: 120px;
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.list_li:hover{
    background: #4285F4;
}
.foot{
	font-size:16px;
}
.foot-bq{
	background: #005ca5;
	color:#fff;
	text-align:center;
	padding:10px;
}
.foot p{
	text-align:center;
	font-size:16px;
	color:#111;
}
.left-cpfl{
	background: #70a4a9;
    width: 180px;
    padding: 0 40px 0 20px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 800;
}
.list_dt{
	display: flex;
    align-items: center;
}
.list_dl .list_dt,.list_dd .list_li{
	background:#82c2c8;
	width:180px;
	line-height: 40px;
    height: 40px;
}
.list_dt img{
	float:left;
	padding-right: 5px;
}
.list_li a{
	color:#333;
}
.list_dd .list_li{
	width: 170px;
    margin-left: 10px;
	background:#94dae1;
}
.main{
	display:flex;
}
.main .content{
	width:740px;
	margin-left:20px;
	box-shadow: -2px -1px 2px #ddd;
}
.main .title{
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #aaa;
    margin-left: 20px;
	height: 45px;
}
.main .title h2{
	font-size: 16px;
    display: flex;
    color: #468389;
    align-items: center;
}
.main .title span a{
	font-size:12px;
	color:#333;
	background:#ddd;
	padding:3px 10px;
	border-radius:5px;
}
.link ul{
	display:flex;
	justify-content: space-around;
    align-items: center;
}
.index-wh{
	width: 740px;
    padding-left: 5px;
}
.index-wh img{
	width:730px;
	margin-left:10px;
}
.m-c{
	margin-left: 20px;
	background: #f7f3f7;
    padding: 5px;
}
.m-c p{
	color:#333;
}
.m-c ul li{
	display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px dotted;
}
.m-c ul li a{
	color:#333;
}
.m-c ul li a img{
	margin-right:15px;
}
.m-c ul li span{
	font-size:14px;
}
.gd {
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("/static/images/m4.gif");
	background-size: cover;
}
.m-cc h2{
	text-align:center;
	color:#CC0000;
	border-bottom:1px solid #aaa;
}
.m-cc h4{
	font-size:14px;
	color:#333;
}