@charset "utf-8";
/* CSS Document */
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	color: #3f3f3f
}
body{
	font-size:0.625em
}
html{
	font-size: 62.5%
}
h1, h2, h3, h4, h5, h6, em, i {
	font-weight: 100;
	font-style: normal;
}
ul, ol, li {
	list-style-type: none;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both
}

/*menu*/
.menu{
	width: 100%;
	padding: 0 2%;
	background: #fff;
	height: 50px;
	line-height: 50px;
	position: fixed;
	top: 0;
	display: flex;
	z-index: 999
}
.menu img{
	vertical-align: middle;
}
.menu .slogan{
	width: 65%;
	font-size: 2.5em;
	font-weight:600;
	text-align: center;
	margin: 0 auto
}
.menu_list{
	display:none;
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 50px
}
.menu_list li {
	text-align:right;
	font-size: 2em;
	line-height: 2em;
	padding: 5px 0;
	margin-right: 10px;
}
.menu_list li a{
	color: #00519a
}
/*banner*/
.banner {
	margin-top: 50px;
	font-size: 0
}
.banner img{
	width: 100%
}

/*base*/
.box{
	padding: 10px;
}
.more{
	width: 25%;
	margin: 10px auto;
	text-align: center;
	background: #333;
	padding: 5px 0
}
.more a{
	color: #fff;
	display: block;
}

/*title*/
.index_title{
	text-align: center;
}
.index_title h1{
	font-size: 3em;
	font-weight: bold;
	color: #333;
}
.index_title h2{
	font-size: 2em;
	color: #333;
	font-weight: bold
}

/*关于我们*/
.index_about{
	padding-top:10px
}
.index_about .text{
	font-size: 1.5em;
	line-height: 2em;
}
.index_about img{
	width: 100%
}
/*项目介绍*/
.index_introduction{
	padding-top:10px
}
.index_introduction .text{
	margin-top:15px;
}
.index_introduction .text h1{
	font-size:3em
}
.index_introduction .text p{
	font-size:2em;
	line-height: 2.2em;
}
.index_introduction .text p span{
	font-size:2em;
	color:#fff
}
.index_introduction .slick-dots{
	bottom:50%
}
/*合伙人*/
.index_partner{
	height: 200px;
	padding-top: 10px;
	margin-bottom: 30px;
}
.index_partner .text{
	margin-top: 10px;
}
.index_partner .text p{
	font-size: 2.5em;
	line-height: 2.5em;
	color:#bf242c
}
.index_partner img{
	width:98%;
	margin: 0 auto
}
.index_partner .slick-dots{
	bottom:40px
}
/*foot*/
.foot{
	width: 100%;
	position: fixed;
	bottom: 0;
	padding: 10px 0;
	background: #333
}
.foot li{
	float:left;
	width: 25%;
	text-align: center;
}
.foot li img{
	height:30px;
}
.foot li span{
	display:block;
	color:#fff
}
/*留言板*/
.message{
	padding: 15px;
	background: #bf242c;
	margin-bottom: 65px;
}
.message .img{
	width: 60px;
	margin:0 auto 15px;
}
.message .content{
	text-align: center;
	background: url(../images/pop_message_bg.png) no-repeat center 40px
}
.message .content h1{
	font-size: 24px;
	color: #f9d099
}
.message .content h2{
	font-size: 30px;
	line-height: 65px;
	color: #bf242c
}
.message .content h3{
	font-size: 16px;
	line-height: 31px;
	color: #f9d099
}
.message .input{
	display: block;
	width: 280px;
	height:46px;
	margin: 15px auto;
	border:0;
	padding:0 10px;
	font-size: 18px;
	border-radius: 5px;
	line-height:46px;
	background: #fff
}
.message .button{
	display: block;
	width: 280px;
	height:46px;
	margin: 15px auto;
	border:0;
	padding:0 10px;
	font-size: 18px;
	border-radius: 5px;
	line-height:46px;
	color:#fff;
	background: #160000
}
/*二级页*/
.sec_pro li{
	float: left;
	width: 46%;
	height: 46%;
	line-height: 46%;
	text-align: center;
	border: 3px solid #e5e5e5;
	border-radius: 50%;
	margin: 2%;
}
.sec_pro li img{
	width: 50%;
	vertical-align: middle
}
.sec_page img{
	max-width: 100%;
	
}
.sec_page p img{
	max-width: 100%;
	
}
.sec_page h1{
	text-align: center;
	font-size: 3em;
	margin: 10px 0
}
.sec_news .news_box{
	width: 100%;
}
.sec_news .news_box .news_title img{
	vertical-align: middle;
	margin-right: 5px
}
.sec_news .news_box ul{
	margin: 20px 0;
}
.sec_news .news_box li{
	line-height: 35px;
	background: #fafafa;
	margin-bottom: 5px;
	padding: 0 10px;
}
.sec_news .news_box li h5{
	width: 80%;
	font-size: 2em;
	color: #3f3f3f
}
.sec_news .news_box li span{
	font-size: 1.5em;
	color: #7e7e7e;
}