﻿* {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {	
	color: #ffffff;
    text-decoration: none;
}
a:hover,a:focus{
	color: #fce49e;
	text-decoration: none;
}
img {
    border: none;
}
body {
    font-size: 16px;
    color: #ffffff;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}
.box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.top {
    width: 1200px;
    height: 580px;
}
.tit{
	width: 1200px;
	height: 88px;
	margin: 20px auto;
	margin-top: 50px;
}

/*导语*/
.daoyu{
	width: 100%;
	height: 159px;
	background: url(../images/daoyu.png) no-repeat center;
}
.daoyu p{
	width: 88%;
	height: auto;
	line-height: 34px;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
	margin-left: 86px;
}

/*信赖*/
.article-cont {
    width: 1100px;
    height: 510px;
    overflow: hidden;
    margin: 10px auto 0 auto;
    position: relative;
}

.article-over {
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.article {
    width: 1100px;
    float: left;
    position: relative;
    height: 510px;
    overflow: hidden;
}

.art-title {
    position: absolute;
    right: 0;
    top: 0;
    width: 281px;
    height: 88px;
}

.art-text {
    float: left;
    width: 600px;
    height: 370px;
    margin-top: 30px;
    float: left;
    padding: 30px 140px 30px 20px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    border: 4px solid rgba(252,228,158,0.6);
}

.art-text h2 {
    font-size: 24px;
    color: #fce49e;
    width: 100%;
    height: 40px;
}

.art-text a {
    color: #fce49e;
}

.art-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 400px;
}

.art-lbtn {
    position: absolute;
    left: 90px;
    bottom: 0;
    width: 119px;
    height: 61px;
    cursor: pointer;
}

.art-rbtn {
    position: absolute;
    left: 290px;
    bottom: 0;
    width: 119px;
    height: 61px;
    cursor: pointer;
}


/*听*/
.ting{
	width: 100%;
	height: auto;
}
.ting .t-bottom li{
	float: left;
	width: 566px;
	height: 371px;
	margin: 10px 68px 15px 0;
}
.ting .t-bottom li:nth-child(2n){
	margin-right: 0;
}


/*讲*/
.jiang{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.jiang ul li{
	float: left;
	width: 272px;
	height: 320px;
	margin: 20px 32px 0 0;
}
.jiang ul li:nth-child(4n){
	margin-right: 0;
}
.jiang ul li a p{
	width: 226px;
	height: 60px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	overflow: hidden;
	font-size: 20px;
}

/*反馈*/
.main5{ 
	width:1200px; 
	height:370px; 
	margin-top:50px;
}
.main5 h3{ 
	font-size:28px; 
	color:#fce49e;
	font-weight: bold;
	text-align: left;
}
.main5_l{ 
	width:660px; 
	height:370px; 
	float:left;
}
.main5_l_box{ 
	width:650px; 
	height:320px; 
	border:1px solid #fce49e; 
	margin-top:15px; 
	padding-top:14px; 
	padding-left:14px; 
}
.zs-form .form-li {
    width: 650px;
    height: auto;
    overflow: hidden;
}
.zs-form .form-li div {
    float: left;
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
.zs-form .form-li div.form-lil {
    width: 308px;
    padding-right: 10px;
}
.zs-form .form-li div.form-lir {
    width: 300px;
    padding-left: 10px;
}
.zs-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    background: url(../images/icon-4.png) no-repeat center center #fff;
}
.zs-form .form-li div span.icon-name {
    background-position: 0 0;
}
.zs-form .form-li div span.icon-add {
    background-position: 0 -38px;
}
.zs-form .form-li div span.icon-tel {
    background-position: 0 -76px;
}
.zs-form .form-li div span.icon-code {
    background-position: 0 -114px;
}
.zs-form .form-li div input {
    float: left;
    width: 260px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.zs-form .form-li div input.yzm {
    width: 130px;
}
.zs-form .form-li div img {
    width: 100px;
    height: 38px;
    float: right;
}
.zs-form .form-message {
    width: 630px;
    height: auto;
    overflow: hidden;
}
.zs-form .form-message p {
    margin-bottom: 10px;
}
.zs-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    color: #999999;
}
.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
}
.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}
.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}
.form-btn button.reset {
    background-color: #999999;
}
.main5_r{ 
	width:506px; 
	height:370px; 
	float:left; 
	margin-right:26px;
	text-align: center;
}
.main5_r_box{ 
	width:460px; 
	height:302px; 
	border:1px solid #fce49e; 
	margin-top:15px; 
	padding:15px; 
}
.main5_r_box ul li{
	text-align: center;
	margin: 6px 0;
	color: #FFFFFF;
}
.main5_r_box ul li a p{
	line-height: 30px;
	color: #ffffff;
}
.footer {
    width: 1200px;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.footer p{ 
	line-height:30px; 
	color:#FFFFFF;
	margin-top: 30px;
}








