body {
	background-color: #F7F7F7;
}

.head {
    height: 10rem;
    background: url(../images/banner.png) no-repeat;
    background-size: 100% 100%;
    border-top: 1px solid #ee743b;
}
.head_top img {
	width: 12rem;
	display: block;
	margin: 2rem auto 0.2rem;
}

.head_top_search{
    position: absolute;
    right: 1.8rem;
    top: 1rem;
    background: url(../images/search.png) no-repeat 0rem 0.1rem;
    padding-left: 1.3rem;
    background-size: 1.3rem;
}

.head_top_search a{
	color: #fff;
}

.head_top p {
	text-align: center;
	color: #fff;
}

.head_top p a{
    display: inline-block;
    color: #f4a100;
    font-size: 0.9rem;
    text-align: center;
    padding: 0.2rem 0.5rem;
    margin: 0.2rem 0rem 0rem;
    border-radius: 0.2rem;
    background-color: #fff;
    line-height: 1rem;
}

.head_search input {
    margin: 1rem auto;
    display: block;
    border: none;
    height: 2rem;
	width:50%;
    padding: 0 20px;
    text-align: center;
}

.head_search .hmxl{
    position: absolute;
    top: 0;
    left: 1.6rem;
    background-color: #ee743b;
    color: #fff;
    height: 2rem;
    font-size: 0.8rem;
    padding: 0 0.3rem;
    line-height: 2rem;
}

.head_search .hmxl i{
    width: 0;
    height: 0;
    border: 0.3rem solid transparent;
    border-top-color: #fff;
    float: right;
    margin-top: 0.8rem;
    margin-left: 0.3rem;
}

.head_search .hmxl p{
	display: inline-block;
}

.head_search .hmxl ul{
	display: none;
	text-align: center;
	position: absolute;
	left: 0;
}

.head_search .hmxl ul li{
	width: 4.6rem;
	height: 2rem;
	border: 1px solid #ee743b;
	border-top: none;
	background-color: #fff;
	color: #ee743b;
}

.head_search span {
    width: 4rem;
    height: 2rem;
    position: absolute;
    top: 0;
    right: 1.7rem;
    background-color: #f57a33;
    color: #fff;
    text-align: center;
    font-size: 0.9rem;
    background-size: 1.2rem;
    line-height: 2rem;
}

.head_search span a{
	color: #fff;
	display: block;
}

.hot {
	font-size: 0;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 0.5rem;
	background-color: #fff;
}

.hotcp {
	width: 25%;
	padding: 0.5rem 0;
	display: inline-block;
}

.hotcp img {
    width: 40%;
    margin: 0.2rem 29%;
    border-radius: 50%;
}

.hotcp p {
	text-align: center;
	color: #323232;
	font-size: 13.3px;
}

.hm {
	height: 6.4rem;
	background: url(../images/hm.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	margin-top: 1rem;
}

.hm_left {
	width: 8rem;
	color: #fff;
	padding: 1rem 2rem 0;
	display: inline-block;
}

.hm_left P {
	font-size: 1rem;
}

.hm_left span {
	width: 2rem;
	white-space: nowrap;
	font-size: 0.8rem;
}

.hm_right {
	font-size: 0.9rem;
	text-align: center;
	width: 4.5rem;
	height: 1.5rem;
	background-color: #fff;
	color: #f4a100;
	vertical-align: bottom;
	line-height: 1.5rem;
	margin: -0.5rem auto;
}

.hottc {
	
}

.hottc_title {
	border-left: 0.3rem solid #f4a100;
	color: #f4a100;
	font-size: 1.2rem;
	margin: 0.6rem 1rem;
	padding-left: 0.5rem;
}

.hottc_nr {
	background-color: #fff;
	border-top: 1px solid #E2E2E2;
}

.hottc_tc {
	font-size: 0;
	border-bottom: 1px solid #E2E2E2;
}

.hottc_tc_left {
	display: inline-block;
	width: 7rem;
	height: 5rem;
	padding: 0.5rem;
}

.hottc_tc_left img {
	width: 100%;
	height: 100%;
}

.hottc_tc_right {
	display: inline-block;
	vertical-align: top;
	padding: 0.5rem 0;
}

.hottc_tc_right h3 {
	font-size: 1.1rem;
	color: #323232;
	font-weight: normal;
	line-height: 2rem;
}

.hottc_tc_right p {
	font-size: 0.9rem;
	color: #909090;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hottc_tc_right span {
	font-size: 1rem;
	color: #ee6c15;
}

.hottc_more {
	color: #323232;
	text-align: center;
	height: 2.5rem;
	border-bottom: 1px solid #E2E2E2;
	line-height: 2.5rem;
	background-color: #FFF;
}

.bottom_nr {
	padding: 0.5rem;
}

.bottom_nr img {
	height: 2.8rem;
}

.bottom_nr span {
	color: #f4a100;
	font-size: 1rem;
	float: right;
	vertical-align: top;
	line-height: 2.8rem;
}

.nav_bottom {
	height: 3.5rem;
}

.nav_bottom ul {
	position: fixed;
	bottom: 0;
	font-size: 0;
}

.nav_bottom li {
	display: inline-block;
	width: 4.65rem;
	height: 3.5rem;
	background-color: #fff;
	text-align: center;
}

.nav_bottom li img {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.5rem;
}

.nav_bottom li p {
	font-size: 0.8rem;
	color: #909090;
}

/*问答模块*/
.qaa{
	margin: 0.5rem 0;
	background-color: #fff;
	text-align: center;
}
.indexmk_title{
	font-size: 1rem;
	color: #ee743b;
	font-weight: bold;
	line-height: 3rem;
}
.qaa ul{
	font-size: 0;
}
.qaa li{
	display: inline-block;
	width: 49%;
	height: 5rem;
	border: 1px solid #e6e5e6;
	margin: 0 0 0.5rem;
	vertical-align: top;
}
.qaa li p{
    font-size: 0.9rem;
    color: #646464;
    margin: 0.5rem auto;
}
.qaa li a{
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    width: 6rem;
    height: 1.8rem;
    margin: 0.8rem auto 0;
    color: #fff;
    background: linear-gradient(#ffbf00,#ff9d00);
    line-height: 1.8rem;
    box-shadow: 0 0 1px 2px #facd19;
}
.wd_tcc{
	display: none;
    position: fixed;
    top: 0;
    width: 23.5rem;
    height: 50rem;
    background-color: rgba(0,0,0,0.4);
    z-index: 9;
}
.wd_tccwin{
    width: 20rem;
    height: 18rem;
    margin: 9rem auto;
    background-color: #fff;
}
.wd_tccwin_nav{
	height: 2.5rem;
    background-color: #f4a100;
    color: #fff;
    line-height: 2.5rem;
    text-align: left;
    padding-left: 1rem;
}
.gb_tcc{
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: 0.5rem;
    float: right;
    background: #fff url(../images/colose.png) no-repeat 0.15rem 0.15rem;
    background-size: 1.2rem 1.2rem;
}
.wd_tcc_bottom{
	padding: 2rem 1rem;
}
.wd_tcc_bottom input{
	outline-style: none;
}
.wd_tcc_input_phone{
	width: 15rem;
    height: 2.5rem;
    border: 1px solid #f4a100;
    font-size: 1rem;
    padding: 0 1rem;
}
.wd_tcc_input_secode{
	width: 8.6rem;
	height: 2.5rem;
    border: 1px solid #f4a100;
    font-size: 1rem;
    margin: 1rem 0;
    padding: 0 1rem;
}
.wd_tcc_secode{
    display: inline-block;
    width: 6rem;
    height: 2.5rem;
    vertical-align: middle;
    line-height: 2.3rem;
}
.wd_tcc_secode img{
	width: 100%;
	height: 100%;
}
.wd_tcctips{
    display: block;
    font-size: 0.8rem;
    color: #f4a100;
    text-align: left;
    position: absolute;
    top: 4rem;
    left: 1rem;
}
.wd_tcc_submit{
	position: relative;
}
.wd_tcc_normal{
    display: block;
    background-color: #f4a100;
    color: #fff;
    font-size: 1rem;
    width: 17rem;
    margin: 1rem auto 0;
    height: 2.5rem;
    line-height: 2.5rem;
}

/*创业头条*/
.cy_headlines{
	margin: 0.5rem 0;
	background-color: #fff;
	text-align: center;
}
.wz_nav{
	font-size: 0;
}
.wz_nav ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.wz_nav li{
    display: inline-block;
    height: 2rem;
    padding: 0 0.2rem;
    font-size: 0.9rem;
    color: #646464;
    line-height: 2rem;}
.wz_nav .wz_active{
	color: #ee743b;
	border-bottom: 2px solid #ee743b;
}
.wz_nav_nr{
	
}
.wz_nav_nr ul ul li{
	padding: 0.6rem .2rem;
	border-top: 1px solid #e5e5e5;
}
.wz_nav_nr ul ul li div{
	vertical-align: top;
}
.wz_tu{
	display: inline-block;
	width: 6rem;
	height: 4rem;
}
.wz_tu img{
	width: 100%;
	height: 100%;
}
.wz_jj{
	width: 15rem;
	display: inline-block;
	padding-left: 0.5rem;
}
.wz_jj p{
	text-align: left;
	font-size: 0.9rem;
	color: #646464;
	margin-bottom: 0.5rem;
}
.wz_jj div span:nth-of-type(1){
    margin-left: -3rem;
    font-size: 0.9rem;
    color: #909090;
    border-radius: 0.2rem;
}
.wz_jj div span:nth-of-type(2){
	display: block;
	float: right;
	font-size: 0.9rem;
	color: #909090;
	line-height: 1.2rem;
}
.yc{
	display: none;
}
.wz_nav_nr .wzxq_active{
	display: block;
}

/*底部导航*/
.bottom_nav{
	width: 23.5rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	background-color: #ee743b;
	position: fixed;
	bottom: 0;
}
.bottom_nav div{
    width: 7.5rem;
    text-align: center;
    display: inline-block;
}
.bottom_nav div img{
	width: 1.5rem;
	display: block;
	margin: 0.5rem auto 0;
}
.bottom_nav div span{
	color: #fff;
	font-size: 0.8rem;
}

.onlineService {
	padding: 0rem 1rem;
	font-size: 1.3rem;
	color: #666666;
}
.flex-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex-row .item1, .flex-colum .item1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.onlineService img {
	width: 2.7rem;
	height: 2.7rem;
	margin-top: 0.65rem;
	margin-right: 0.5rem;
}
.onlineService span {
	display: inline-block;
	margin-top: -0.1rem;
	font-size: 0.8rem;
	color: #3c3c3c;
}
.onlineService .onlineServiceColor {
	color: #3fbff0;
}
.onlineServiceRight {
	border-left: 1px solid #dddddd;
	padding-left: 2.1rem;
}
