body,h1,h2,h3,h4,p,dl,dd,ul,ol,form,input,textarea,th,td,select{margin: 0;padding: 0;}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}
li{list-style: none;}
a{text-decoration: none;}
img{border: none;vertical-align: top;}
table{border-collapse: collapse;border: none;}
input,textarea{outline: none;}
textarea{resize:none;overflow: auto;}
/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/

body{
	text-align: justify;
	font-family: "微软雅黑";

}

.clearf::after{
	content: '';	
	display: block;
	clear: both;
}
.show{
	display: block !important; 
	display: inline-block !important; 
}
.wrap{
	max-width: 1585px;
	width: 100%;
	background: #f1f5f8;
	margin: auto;
	overflow-x: hidden;
}
header{
	background: url(../img/headbg.png) no-repeat;
	height: 426px;
	position: relative;
}
header img{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hnav{
	max-width: 877px;
	width: 100%;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/navbg.png) no-repeat;
	text-align: center;
}
.hnav a{
	line-height: 37px;
	color: #63310f;
	font-size: 18px;
	padding: 0 15px;
}
.blockb{
	/*width: 1585px;*/
	height: 546px;
	background: url(../img/blockbg.png) no-repeat;
    overflow: hidden;
}
.content{
	width: 1080px;
	/*width: 100%;*/
	margin: auto;
    position: relative;
}
.blockb>.content{
    padding-top: 60px !important;
}
.blockb .btitle{
	top: 70px !important;
}
.btitle{
	position: absolute;	
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	color: #993339;
	padding: 24px 0;
}
.news{
	display: inline-block;
	width: 557px;
	height: 350px;
	padding-top: 80px;
    padding-left: 24px;
}
.newsl{
	width: 144px;
	height: 350px;
	float: left;
    overflow: hidden;
}
.newsl .swiper-slide{
	width: 100%;
	/*height: 114px !important;*/	
	padding-bottom: 3px;
	box-shadow: 0 1px 3px 3px #000000;
}
.newsl .swiper-slide img{
	width: 100%;
	height: inherit;
}
.newsr{
	width: 410px;
	height: inherit;
    float: left;
    border-left: 3px solid #700;
}
.newsr img{
	display: none;
}
.report{
	max-width: 457px;
	width: 100%;
	padding-left: 36px;
    padding-top: 39px;
	vertical-align: top;
	display: none;
}
.rtitle{
	font-size: 18px;
	font-weight: bold;
	color: #ff7059;
}
.abstract{
    margin-top: 16px;
	padding: 7px;
	border-left: 6px solid #fc8621;
	background: #e8e8e8;
	font-size: 12px;
	color: #8e4f1a;
	font-style: italic;
}
.rtext{
	font-size: 12px;
	color: #4c4c4c;
}
.rtext p{
	padding-top: 24px;
}
.rtext p:first-child{
	padding-top: 16px;
}
.nameAndJob{
	font-weight: bold;
}
.more a{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #ee9c31;
}
.theme_line{
	white-space: nowrap;
	overflow-x: auto;
    height: 340px;
}
.theme_con,.lesson_con{
	width: 368px;
	position: relative;
    border: 3px solid white;
    box-shadow: 0 0 5px 2px #CCCCCC;
    cursor: pointer;
   	display: inline-block;
}

.lesson_con img,.theme_con img{
	width: 100%;
}
.theme_title{
	position: absolute;
	width: 308px;
	height: 41px;
	line-height: 41px;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	background: #efefef;
	border-radius: 4px;
	box-shadow: 0 1px 3px 1px #CCCCCC;
	font-weight: bold;
	color: #ce9448;
	font-size: 18px;
	text-align: center;
	
}
.theme_title a{
	color: #ce9448;
	font-size: 18px;
}
.theme_title,.more_btn{
	overflow: hidden;/*内容超出后隐藏*/
	text-overflow: ellipsis;/* 超出内容显示为省略号*/
	white-space: nowrap;/*文本不进行换行*/
}
.sign_box{
	width: 100%;
	padding-top: 1px;
}
.sign_l,.sign_r{
	position: relative;
	float: left;
}
.sign_l{
    max-width: 432px;
    width: 100%;
}
.sign_l_box{
	padding-top: 100px;
    padding-left: 24px;
}
.inputtext {
    border: none;
    width: 100%;
    height: 29px;
    margin-bottom: 4px;
     max-width: 268px;
    padding-left: 117px;
    line-height: 31px;
    box-shadow: 0px 1px 3px 1px #c39191 inset;
    border-radius: 5px;
    position: relative;
}
.areabg{
	width: 116px;
	height: 27px;
    position: absolute;
    z-index: 1;
    left: 26px;
    background: url(../img/areabg.png) no-repeat;
    text-indent: 32px;
    line-height: 27px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.sign_l_box textarea::-webkit-input-placeholder {
  /* WebKit browsers */
	color: white;
	padding-left: 12px;
	font-weight: bold;
}
.sign_l_box textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  	color: white;
  	padding-left: 12px;
   	font-weight: bold;
   	font-weight: bold;
}
.sign_l_box textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
	color: white;
	padding-left: 12px;
}
.sign_l_box textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  	color: white;
	padding-left: 12px;
	font-weight: bold;
}
.btn {
	border: none;
    width: 209px !important;
    height: 39px !important;
    background: #ff9d4e;
    font-size: 18px;
    color: #fff;
    padding-left: 0 !important;
    display: block;
    margin: 6px auto;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 1px 3px 1px #c39191;
}
.tips{
	color: #4c4c4c;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
    bottom: 100px;
    left: 40px;
    white-space: nowrap;
}
.sign_r{
	max-width: 644px;
	width: 100%;
	height: 393px;
}
.sign_r img{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
}
.line{
	display: inline-block;
	vertical-align: bottom;
}
.line a{
	position: relative;
    display: inline-block;
}
.line span{
	position: absolute;
	width: 116px;
	height: 32px;
	top: 10px;
	right: 10px;
	background: rgba(0,0,0,.8);
    line-height: 30px;
    text-align: center;
    color: #ffe8d4;
    font-weight: bold;
    font-size: 14px;
}
.l1,.l3{
	width: 384px;
	padding-top: 40px;
}
.l2,.l3{
	padding-left: 24px;
}
.mreview{
    padding-top: 12px;
}
.mreview a{
	width: 384px;
	height: 44px;
	background: #ff9d4e;
	line-height: 44px;
	color: white;
	font-weight: bold;
	text-align: center;
	border-right: 4px solid #a83f1a;
	border-bottom: 3px solid #a83f1a;
}
.footer_l,.footer_r{
	display: inline-block;
	vertical-align: top;
	float: left;
}
.footer_l{
	padding-top: 34px;
	/*padding-left: 74px;*/
	padding-right: 50px;
}
.footer_r{
	width: 83%;
	padding-top: 29px;
	padding-bottom: 38px;
}
.footer_r p{
	font-size: 12px;
	line-height: 18px;
	color: #4c4c4c;
}
