@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

/*基本*/

* {
	font-size: 16px;
	padding: 0px;
	margin: 0px
}

body {
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin: 0px auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	font-size: 12px;
	max-width: 640px;

}

div {
	margin: 0;
	padding: 0;
	border: 0;
	color: #333333; 
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0px 0px 0em 0;
}

b,
strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* Remove most spacing between table cells.*/
}

li {
	list-style: none outside none;
}

.clear {
	clear: both;
}

/*链接*/

a {
	text-decoration: none;
	background: transparent;
	outline: none;
	color: #000;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	color: #0e90d2;
	outline: none;
}

/*标题*/

h1 {
	font-size: 1.3em;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	margin: 0;
}

h3 {
	font-size: 1.17em;
	margin: 0;
}

h4 {
	font-size: 1em;
	margin: 0;
}

h5 {
	font-size: 0.83em;
	margin: 0;
}

h6 {
	font-size: 0.67em;
	margin: 0;
}



/*表单*/

form {
	margin: 0;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* Correct font size not being inherited in all browsers. */

	margin: 0;
	/* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */

	vertical-align: baseline;
	/* Improve appearance and consistency in all browsers */

	*vertical-align: middle;
	/* Improve appearance and consistency in all browsers */

}

button,
select {
	text-transform: none;
}

input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	margin: 3px 0px;

	padding: 5px 3px;
	width: 99%;
	line-height: normal;
	height: 30px;

}

textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;

	margin: 3px 0px;
	padding: 5px 3px;
	width: 99%;

}



.h_y_spt {
	width: auto;
	height: 200px;
	background: #fff;
}

.h_y_spt dl {
	width: 25%;
	height: 80px;
	float: left;
}

.h_y_spt dl dt {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.h_y_spt dl dd {
	text-align: center;
	font-size: 14px;
}

.h_y_spt dl dd a {
	color: #373737;
	font-size: 14px;
}
/*其它*/

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	/* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0.6em 0;
}



audio:not([controls]) {
	display: none;
	height: 0;
}

/*==========@@HTML默认  结束@@==========*/

/*==========@@通用 开始@@==========*/

/*常用颜色*/

.blue {
	color: #00F !important;
}

.green {
	color: #0F0 !important;
}

.red {
	color: #F00 !important;
}

.black {
	color: #000000 !important;
}

.white {
	color: #FFFFFF !important;
}

.gray {
	color: gray;
	 !important;
}

.purple {
	color: purple;
	 !important;
}



/*清除浮动*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
/*对齐方式*/
.left {
	text-align: left
}
.right {
	text-align: right
}
.center {
	text-align: center
}
/*其它*/
.hide {
	display: none;
}
/*隐藏*/
.more {
	float: right;
	padding-right: 10px;
	display: none;
}
/*more链接*/

.more a {
	color: #167312
}

.code_image {
	cursor: pointer;
	padding-bottom: 6px;
}

/*验证码图片样式*/

/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
.free-design-body {
    font-family: microsoft yahei;
}
.free-design-count {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 21px;
}
.box_a {
    position: relative;
    width: 92%;
    margin: 0 auto;	
}
.mfsj-from .row {
    position: relative;
    display: block;
	top: -30px;
    height: 30px;
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 5px 0;
    border-radius: 8px;
    text-indent: 10px;
}
.box_a .spans {
    position: absolute;
    right: -1px;
    top:24px;
    display: block;
    width: 20%;
    background: #0e90d2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    /* font-size: 4vw; */
    text-align: center;
    height: 42px;
    line-height: 42px;
}
.but {
    position: relative;
    display: block;
    height: 40px;
    margin: 10px;
    width: 50%;
    border: 0;
    border-radius: 8px;
    margin: 0 auto;

}
.notice {
    position: relative;
    background: #f6f6f6;
    color: #7c7c7c;
    font-size: 14px;
    text-align: center;
    width: 90%;
    margin: 10px auto;
    padding: 10px;

}
.notice i {
    color: #0e90d2;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
}
.banner img{
	width: 100%;
}
.jshao {
    margin-top: 10px;
    font-size: 13px;
    padding: 0 15px 0 15px;
    color: #0e90d2;
    line-height: 24px;
}
.gsjshao {
	color:#0e90d2;
    border-bottom: #0e90d2 1px solid;
    margin-bottom: 10px;
	font-weight: bold;
}
.subchannellist {
    width: 99%;
    margin: 0px auto;
}
.subchannellist li {
    float: left;
    text-align: center;
    width: 33.33%;
}
.subchannellist li a {
    display: block;
    margin: 8px 3px;
    padding: 5px 0px;
    background-color: #0e90d2;
    border: 1px solid #0e90d2;
    color: #FFFFFF;
}
.index_left_contentaa ul li {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 25px #e3e3e4;
    padding-bottom: 10px;
    border-radius: 14px;
    overflow: hidden;
    margin: 30px 0;
}
.index_left_contentaa ul li .zuocet {
    width: 100%;
    height: auto;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: cover;
    background-position: top center;
}
.jshao li img {
    width: 100%;
}
.zonghenr .xq {
    font-size: 12px;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.textlist li {
    background: url(../images/textlist.jpg) left center no-repeat;
    text-indent: 14px;
    padding: 5px 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dotted #999999;
	overflow: hidden;
}
.textlist1 li {
	text-indent: 14px;
    padding: 8px 0px;
    border-bottom: 1px dotted #999999;
}
/*首页 设计师*/
.designer {
    width: 100%;
    height: auto;
    padding: display:-webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.designer-logo {
	width:600px;
	height:auto;
}

.designer-info1 {
    width: 100%;
    height: 100%;
    margin-left: 0.2rem;
}

.designer-info1 .name {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	width:100%;
}

 .designer-info1 .name h3 {

}

.star {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: .8rem;
}


.info h5 {
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-left:0;
	font-weight:300;
	font-size:0.24rem;
	line-height:0.45rem;
	margin-top:0.10rem;
}


.btn2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: .2rem;
}

.btn2 button {
    width: 150px;
    height: 38px;
    border-radius:6px;
    font-size: 20px;
    border: 1px solid #c79e68;
    color: #c79e68;
    text-align: center;
}

.btn2 button:last-child {
    background: #c79e68;
    color: #fff;
}

.lists li {
    height: auto;
    padding: .3rem;
    box-shadow: 0 0.05rem 0.25rem #e3e3e4;
    border-radius: .14rem;
    background: #fff;
    margin-bottom: .3rem;
}

.info h5 span {
    color: #c79e68;
    font-size: 20px;
}
/*结束*/
/*战略合作*/
.zhanlue li{
	width: 32%;
	height: auto;
	float: left;
	border: 1px solid #ECECEC;
}
/*战略合作end*/
.index_wenzi li{
	background: url(../images/textlist.jpg) left center no-repeat;
	text-indent: 14px;
	padding: 5px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dotted #999999;
	overflow: hidden;
	}
.left_bottom{
	clear: both;
	height: 10px;
}
.city{
	color: #333;
}
.city li {
    width: 22%;
    float: left;
    border: 1px solid #e4e4e4;
    height: 1.938rem;
    text-align: center;
    display: block;
    color: inherit;
    font-size: 14px;
    padding: 0;
    margin: 3px;
    line-height: 1.938rem;
}
#copyright {
    padding: 3px 0px;
    text-align: center;
    font-size: 14px;
    color: #666;
	margin-top: 10px;
    margin-bottom: 50px;
}
#copyright .bottom_navigation {
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #71C6A0;
    font-size: 14px;
    display: none;
}
#copyright .Mobile {
    text-align: center;
    height: 35px;
    line-height: 35px;
    background: #0e90d2;
}
#copyright .Mobile a {
    font-weight: normal;
    color: #fff;
    font-weight: bold;
}
.bottom_copyright{
	margin-top: 10px;
}
.lm-img img{
	width: 100%;
}
.left_title {
    clear: both;
    background: #0e90d2;
    height: 25px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
}
.lm-tbwz{
	color: #333;
}
.lm-tbwz em{
	float: left;
}
.pages {
    clear: both;
    height: 20px;
    padding: 0.1rem 0.2rem;
}
.pages ul li {
    float: left;
    font-size: 14px;
    padding: 0 6px;
}
.pages ul li.thisclass {
    font-weight: 700;
}
.swiper-slide {
    text-align: center;
    width: auto;
    float: left;
    margin: 0 10px;
    transition: color .4s;
    -webkit-transition: color .4s;
}
.nav-list {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url(http://m.1979sj.com/images/smiley/head_bg.jpg) bottom center;
	border: 1px solid #ececec;
}
.hrxu{

}
.article {
    width: 99%;
    margin: 0px auto;
	margin-top: 10px;
}
.wxlist{
    overflow: hidden;
    -moz-border-radius: 5px 5px 10px 10px;
    -webkit-border-radius: 5px 5px 10px 10px;
    -o-border-radius: 5px 5px 10px 10px;
    border-radius: 5px 5px 10px 10px;
    margin: 10px auto;
    padding: 8px 8px;
}
.InfoTime {
    color: #999;
    text-align: left;
    font-size: 12px;
    padding: 2px 0px;
    height: 18px;
    border-bottom: 1px solid #eee;
}
.wxlist .InfoSContent, .wxlist .ChannelSContent {
    line-height: 1.5em;
    padding: 5px 2px;
    color: #222222;
    font-size: 14px;
}
.imgs {
    max-width: 96%!important;
    height: auto!important;
}
.fy {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    line-height: 30px;
	overflow:hidden;
}
.fy li {
    float: left;
    width: 50%;
    text-align: center;
    background-color: #5178dd;
    color: #fff;
}
.fy li a {
    color: #fff;
	margin: 0 5px;
}
.fy .xy {
    background-color: #112641;
}
.fy .xy a {
    margin-right: 10px;
    background-color: #112641;
}