@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}
a {
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	-webkit-font-smoothing: antialiased;
}
.title {
	color: #323232;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.summary {
	color: #595757;
	font-size: 18px;
	text-align: center;
	padding-bottom: 60px;
}
.summarys {
	color: #595757;
	font-size: 18px;
	text-align: center;
	padding-bottom: 40px;
}
.titleBoxA {
	width: 300px;
	height: 42px;
	position: relative;
	margin: 70px auto 20px;
}
.titleBoxB {
	width: 300px;
	height: 42px;
	position: relative;
	margin: 50px auto 20px;
}
.titleLineA {
	top: 14px;
	left: 1px;
	width: 54px;
	height: 14px;
	position: absolute;
	border-radius: 50px;
	background-color: #006b5d;
}
.titleLineB {
	top: 14px;
	right: 1px;
	width: 54px;
	height: 14px;
	position: absolute;
	border-radius: 50px;
	background-color: #006b5d;
}
.subtitle {
	float: left;
	color: #006b5d;
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0 0 30px;
}
.subtitleBox {
	width: 1280px;
	height: 80px;
	margin: 60px auto 30px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/subtitleBack.jpg);
}
.subtitleBoxs {
	width: 600px;
	height: 80px;
	margin: 60px 0 40px;
	background: no-repeat left top url(../images/subtitleBack.jpg)
}
.moreButton {
	width: 76px;
	height: 28px;
	float: right;
	color: #006b5d;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	margin: 38px 0 0 0;
	border-radius: 50px;
	border: solid 1px #006b5d;
}
#header {
	width: 100%;
	height: 110px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/headerback.jpg);
}
.header-main {
	width: 1280px;
	height: 110px;
	margin: 0 auto;
}
.header-logo {
	float: left;
	width: 600px;
	height: 76px;
	margin: 21px 0 0 -60px;
	background-image: url(../images/logo.jpg);
}
.header-line {
	float: left;
	width: 1px;
	height: 56px;
	margin: 33px 0 0 37px;
	background-color: #f0efef;
}
.header-text {
	float: left;
	width: 197px;
	height: 40px;
	margin: 61px 0 5px 26px;
	background-image: url(../images/headertext.jpg);
}
.header-search {
	float: right;
	width: 250px;
	height: 50px;
	position: relative;
}
.header-input {
	width: 240px;
	height: 34px;
	outline: none;
	font-size: 16px;
	margin: 18px 0 0 0;
	padding: 0 0px 0 0px;
        text-align : right;
 
	
}
.header-input span {
	color: #006b5d;
	text-align : right;
	font-size: 22px;
}
.header-submit {
	top: 18px;
	right: 2px;
	width: 49px;
	height: 34px;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	border-radius: 0 18px 18px 0;
	background-image: url(../images/headerbutton.jpg);
}
#nav {
	float: right;
	width: 720px;
	height: 34px;
	margin: 0px 0 0 0;
}
.nav-box {
	float: left;
	width: 90px;
	height: 34px;
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
}
.nav-box:hover {
	color: #006b5d;
}
#mainTop {
	width: 100%;
	height: 450px;
}
.fullSlide {
	width: 100%;
	height: 450px;
	position: relative;
}
.fullSlide .bd {
	z-index: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 540px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 450px;
	list-style: none;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	border-radius: 20px;
	width: 16px;
	height: 16px;
	margin: 0 8px 24px 8px;
	overflow: hidden;
	border: solid 2px white;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #fff;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 10%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide .next {
	left: auto;
	right: 10%;
	background-position: -6px -137px;
}
.fullSlide .next {
	background-position: -6px -137px;
}
#advantage {
	width: 100%;
	height: 124px;
	margin-top: 90px;
	overflow: hidden;
	background-color: #f4f4f4;
}
.advantage-main {
	width: 1280px;
	height: 80px;
	margin: 24px auto 0;
}
.advantage-boxA {
	float: left;
	width: 220px;
	height: 80px;
	margin-left: 20px;
}
.advantage-boxB {
	float: left;
	width: 230px;
	height: 80px;
	margin-left: 110px;
}
.advantage-boxC {
	float: left;
	width: 220px;
	height: 80px;
	margin-left: 110px;
}
.advantage-boxD {
	float: left;
	width: 190px;
	height: 80px;
	margin-left: 110px;
}
.advantage-image {
	float: left;
	margin: 10px 10px 0 0;
}
.advantage-title {
	color: #6e6d6d;
	font-size: 16px;
	font-weight: bold;
	padding: 35px 0 6px 0;
}
.advantage-subtitle {
	color: #6e6d6d;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
#type {
	width: 100%;
	height: 920px;
}
.type-main {
	width: 1280px;
	height: 950px;
	margin: 0 auto;
	overflow: hidden;
}
.type-classBox {
	width: 1280px;
	height: 326px;
	margin-bottom: 24px;
}
.type-listBox {
	float: left;
	width: 31.7%;
	height: 360px;
	margin: 0 10px;
	background-color: white;
	border: solid 1px #e2e4e7;
}
.type-listBox:hover {
	box-shadow: 0px 0px 6px RGBA(0,0,0,0.15);
}
.type-imageBox {
	width: 136px;
	height: 136px;
	overflow: hidden;
	margin: 28px auto;
	/* border-radius: 100px; */
	/* background-color: aquamarine; */
}
.type-imageBox img {
	border: none;
	width: 136px;
	height: 136px;
}
.type-textBox {
	height: 120px;
}
.type-listTitle {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 6px 24px;
}
.type-listText {
	color: #595757;
	font-size: 14px;
	line-height: 22px;
	padding: 0 24 0px 24px;
}
.type-button {
	width: 100%;
	height: 46px;
	color: #006b5d;
	cursor: pointer;
	border-top: solid 1px #e2e4e7;
background-color: #f4f4f4;
}
.type-button:hover {
	color: #fff;
	background-color: #006b5d;
}
.type-buttonText {
	font-size: 14px;
	line-height: 46px;
	padding-left: 24px;
}

#left-btn,#right-btn{
	position:absolute;
	top: 347px;
	outline:none;
}
#left-btn{
	left:44px;
}
#right-btn{
	
	right:44px;
}
#teacher {
	position:relative;
	width: 1500px;
	height: 680px;
margin:0 auto;
}
.teacher-main {
	width: 1280px;
	height: 680px;
	margin: 0 auto;
	overflow: hidden;
}
.teacher-imageBox {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 100px;
	margin: 42px auto 22px;
}
.teacher-imageBox img {
	width: 120px;
	height: 120px;
}
.teacher-name {
	color: black;
	font-size: 18px;
	text-align: center;
}
.teacher-text {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding: 12px 0;
}
.teacher-data {
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.teacher-button {
	width: 154px;
	height: 38px;
	cursor: pointer;
	border-radius: 50px;
	margin: 20px auto 0;
	background-color: #006b5d;
}
.teacher-button p {
	color: white;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
}
#intro {
	width: 100%;
	height: 528px;
	background-color: #006b5d;
}
.intro-main {
	margin: 0 auto;
	position: relative;
	width: 1280px;
	height: 528px;
	background: #fff
}
.intro-main .bottom-shadow {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background: #e6e6e6;
	border-bottom: 1px solid #ececec
}
.intro-main .img {
	float: right;
	position: relative
}
.intro-main .img li, .intro-main .img a, .intro-main .img img {
	float: right;



	display: block;
	width: 880px;
	height: 528px
}
.intro-main .tab {
	float: left
}
.intro-main .tab li {
        position:relative;
	width: 400px;
	height: 132px;
	background-color: #006b5d;
}
.intro-main .tab li:hover + li::after{
	visibility:visible
	border-color: rgb(202, 157, 238) transparent transparent rgb(202, 157, 238) !important;
}
.intro-main .tab .on::after{
     visibility:visible;
     border-color: rgb(202, 157, 238) transparent transparent rgb(202, 157, 238) !important;
}
.intro-main .tab li::after{
    position: absolute;
    display: table;
visibility: hidden;
    content: "";
    transform: rotate(135deg);
    border-width: 9px;
    border-radius: 3px;
    border-style: solid;
    border-color: rgb(122, 95, 159) transparent transparent rgb(122, 95, 159);
    right: -8px;
    top: 50%;
    width: -12px;
    height: -2px;
    margin-top: -7px;
}
.intro-main .tab .on{
background-color: rgb(202, 157, 240);
}
.intro-main .tab li:hover {
	background-color: #ca9df2;
}
.intro-main .tab .title {
	line-height: 132px;
	font-size: 22px;
	color: #fff;
	padding-left: 120px;
	font-weight: normal;
}
#about {
	width: 100%;
	height: 554px;
}
.about-main {
	width: 1280px;
	height: 554px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutBox {
	float: right;
	width: 460px;
	height: 240px;
	margin: 64px 0;
}
.aboutText {
	color: #595757;
	font-size: 16px;
	line-height: 36px;
	font-weight: lighter;
}
#process {
	width: 100%;
	height: 530px;
	background-color: #f4f4f4;
}
.process-main {
	width: 1280px;
	height: 530px;
	margin: 0 auto;
	overflow: hidden;
}
.process-imageBox {
	width: 842px;
	height: 100px;
	margin: 50px auto 30px;
	background-image: url(../images/process.png);
}
.process-classBox {
	width: 1122px;
	height: 100px;
	margin: 30px auto 5px;
}
.process-listBox {
	float: left;
	width: 374px;
	height: 100px;
}
.process-listText {
	color: #595757;
	font-size: 16px;
	padding-top: 10px;
	text-align: center;
}
.process-titleBox {
	width: 108px;
	height: 28px;
	margin: 0 auto;
}
.process-titleBox p {
	float: right;
	color: #006b5d;
	font-size: 18px;
	line-height: 28px;
}
.process-numBox {
	float: left;
	width: 28px;
	height: 28px;
	color: white;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	border-radius: 50px;
	font-family: "微软雅黑";
	background-color: #006b5d;
}
.process-button {
	width: 210px;
	height: 52px;
	margin: 0 auto;
	color: #006b5d;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	border-radius: 50px;
	font-family: "微软雅黑";
	border: solid 1px #006b5d;
}
.process-button:hover {
	color: white;
	background: #006b5d;
}
#news {
	width: 100%;
	height: 480px;
}
.news-main {
	width: 1280px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.news-classBox {
	width: 1260px;
	height: 290px;
	margin: 0 auto;
	padding-top: 40px;
}
.news-listBox {
	float: left;
	width: 400px;
	height: 270px;
	margin: 10px 10px;
	border: solid 1px #cacdd2;
}
.news-listBox:hover {
	box-shadow: 1px 1px 8px RGBA(0,0,0,0.25);
}
.news-listImageBox {
	width: 398px;
	height: 168px;
	overflow: hidden;
}
.news-listImageBox img {
	/*width: 398px;*/
	width: 100%;
}
.news-title {
	width: 380px;
	color: #323232;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 22px 0 5px 20px;
}
.news-title:hover {
	color: #006b5d;
}
.news-text {
	width: 380px;
	color: #7e8082;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 0 5px 20px;
}
#reading {
	width: 100%;
	height: 780px;
}
.reading-main {
	width: 1280px;
	height: 780px;
	margin: 0 auto;
}
.reading-line {
	width: 560px;
	height: 1px;
	margin: 0 0 0 20px;
	background-color: #eeeeee;
}
.reading-outside {
	float: left;
	width: 640px;
	height: 780px;
}
.reading-QAbox {
	width: 580px;
	height: 136px;
	margin: 23px 20px;
}
.reading-Qbox {
	width: 580px;
	height: 50px;
}
.reading-Qimage {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.reading-Qimage img {
	width: 50px;
	height: 50px;
}
.reading-Qtext {
	float: right;
	width: 510px;
	height: 50px;
	color: #323232;
	font-size: 16px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.reading-Qtext:hover {
	color: #006b5d;
}
.reading-Abox {
	width: 580px;
	height: 160px;
	margin: 20px 20px;
}
.reading-Aimage {
	float: left;
	width: 180px;
	height: 140px;
        overflow: hidden;
	border-radius: 10px;
}
.reading-Qimage img {
	width: 50px;
	height: 50px;
}
.reading-Aimage img {
	width: 180px;
	height: 160px;
}
.reading-Aname {
	float: right;
	width: 380px;
	height: 24px;
	color: #006b5d;
	font-size: 14px;
}
.reading-Atext {
	float: right;
	width: 380px;
	height: 100px;
	color: #323232;
	font-size: 16px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.reading-article {
	width: 580px;
	height: 140px;
	margin: 20px 20px;
}
.reading-article-image {
	float: left;
	width: 180px;
	height: 140px;
	overflow: hidden;
	border-radius: 10px;
}
.reading-article-image img {
	width: 180px;
	height: 160px;
}
.reading-article-title {
	width: 370px;
	height: 24px;
	float: right;
	color: #323232;
	font-size: 18px;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.reading-article-title:hover {
	color: #006b5d;
}
.reading-margin {
	float: right;
	width: 370px;
	height: 72px;
	margin: 15px 0;
}
.reading-article-text {
	width: 370px;
	height: 72px;
	float: right;
	color: #736f6f;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.reading-article-data {
	width: 370px;
	height: 18px;
	float: right;
	color: #595757;
	font-size: 12px;
	font-weight: bold;
}
#bottom {
	width: 100%;
	height: 400px;
	background-color: #006b5d;
}
.bottom-nav {
	width: 100%;
	height: 70px;
	border-bottom: solid 1px #8c73af;
}
.bottom-nav-main {
	width: 1040px;
	height: 70px;
	margin: 0 auto;
}
.bottom-nav-listBox {
	float: left;
	width: 110px;
	height: 70px;
	color: white;
	font-size: 16px;
	line-height: 70px;
	text-align: center;
	font-family: "微软雅黑";
}
.bottom-main {
	width: 1280px;
	height: 260px;
	margin: 65px auto 0;
}
.bottom-leftBox {
	float: left;
	width: 514px;
	height: 260px;
	margin-left: 168px;
}
.bottom-QRcode {
	float: left;
	width: 155px;
	height: 155px;
}
.bottom-QRcode img {
	width: 155px;
	height: 155px;
}
.bottom-QRcode-text {
	color: white;
	padding: 5px 0;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}
.bottom-leftBox-text {
	float: left;
	color: white;
	font-size: 14px;
	line-height: 24px;
	padding: 0 30px;
}
.bottom-leftBox-text span {
	font-size: 18px;
	line-height: 54px;
}
.bottom-rightBox {
	float: left;
	width: 598px;
	height: 260px;
}
.bottom-rightBox-text {
	float: left;
	color: white;
	font-size: 14px;
	line-height: 24px;
	padding: 0 30px;
}
.bottom-rightBox-text span {
	font-size: 18px;
}
.topMenu-hyjt {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	
}
.topMenu-qgwj {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_2.jpg);
}
.topMenu-qxyl {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_3.jpg);
}
.topMenu-qzjy {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_4.jpg);
}
.topMenu-lxsk {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_5.jpg);
}
.topMenu-grcz {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_6.jpg);
}
.topMenu-qsnx {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_7.jpg);
}
.topMenu-zcfz {
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/Menubanner_8.jpg);
}
.topMenu-main {
position:relative;
	width: 1280px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.topMenu-titleBox {
   /*float: left; */
  /* margin: 160px 0 0 130px; */
    position: absolute;
       top: 126px;
    left: 300px;
}
.topMenu-title {
	color: white;
	font-size: 48px;
	font-weight: bold;
}
.topMenu-subtitle {
	color: white;
	font-size: 24px;
	padding: 12px 0 0 0;
}
.topMenu-outside {
	float: left;
	width: 180px;
	height: 400px;
	background-color: #006b5d;
}
.topMenu-inside {
	width: 180px;
	height: 368px;
	margin: 16px 0;
}
.topMenu-box {
position:relative;
	color: white;
	width: 180px;
	height: 46px;
}
/* .topMenu-box:hover::after{
	visibility:visible
} */
.topMenu-box.active:after{
     visibility:visible;

}

.topMenu-box::after {
    transform: rotate(45deg);
    visibility: hidden;
    position: absolute;
    right: -6px;
    border-radius: 2px;
    top: 16px;
    display: table;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
}
.topMenu-box p {
	font-size: 16px;
	line-height: 46px;
	padding-left: 36px;
}
.topMenu-box:hover {
	color: #006b5d;
	background-color: white;
}
.message {
	width: 100%;
	overflow: hidden;
	background-color: #f5faef;
}
.messageBoxText {
	width: 720px;
	height: auto;
	color: #323232;
	font-size: 16px;
	line-height: 32px;
}
.messageBox-hyjt {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-hyjt.png);
}
.messageBox-hyjt p{
	width: 720px;
	height: auto;
	color: #323232;
	font-size: 16px;
	line-height: 32px;
	padding: 60px 0 0 80px;
}
.messageBox-qgwj {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-qgwj.jpg);
}
.messageBox-qxyl {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-qxyl.jpg);
}
.messageBox-qzjy {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-qzjy.jpg);
}
.messageBox-lxsk {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-lxsk.jpg);
}
.messageBox-grcz {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-grcz.jpg);
}
.messageBox-qsnx {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-qsnx.jpg);
}
.messageBox-zcfz {
	width: 1105px;
	height: 546px;
	margin: 64px auto;
	background-image: url(../images/MessageBack-zcfz.jpg);
}
.way {
	width: 100%;
	overflow: hidden;
	background-color: #f5faef;
}
.waynone {
	height: 75px;
	background-color: #f5faef;
}
.wayTitle {
	width: 1280px;
	height: 126px;
	margin: 0 auto;
}
.wayTitle-box {
	width: 352px;
	height: 126px;
	margin: 0 auto;
}
.wayTitle-boxImage {
	width: 156px;
	height: 71px;
	margin: 0 auto;
	background-image: url(../images/wayTitle.jpg);
}
.wayTitle-boxTitle {
	width: 352px;
	height: 36px;
	position: relative;
	margin: 18px auto 0;
}
.wayTitle-boxTitle p {
	color: #323232;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
.wayOutside {
       position:relative;
	width: 1280px;
	height: auto;
	margin: 50px auto 50px;

}
.wayOutside::after{
position: absolute;
    top: 262px;

    width: 1278px;
   height: 1192px;
    background: url(http://img.boyan.cn/upload/images/2019/10/16112018178.png) center top no-repeat;
 
}

.wayOutside::after,.wayOutside::before{
	display:table;
	content:"";
	clear:both;

}

.wayListbox-center {
	width: 426px;
	margin: 0 auto;
}
.wayListbox-title {
	color: #323232;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 80px 0 20px;
}
.wayListbox-Text {
	line-height: 30px;
	letter-spacing: 1px;
	padding: 0 0 0 30px;
	margin: 10px 0px 10px 24px;
	background: left 8px no-repeat url(../images/heart.jpg);
}
.wayListbox-data {
	    left: 48%;
    top: 0px;
    color: black;
    font-size: 60px;
    position: absolute
}
.wayListbox-max-twow {
	float: left;
	width: 640px;
	height: 660px;
	position: relative;
	background-color: #ffffff;
}
.wayListbox-max-twop {
	float: left;
	width: 640px;
	height: 660px;
	position: relative;
	background-color: #006b5d;
}
.wayListbox-max-twow:hover .wayListbox-title {
	color: #006b5d;
}
.wayListbox-max-twop:hover .wayListbox-title {
	color: #ffffff;
}
.wayListbox-normal-twow {
	float: left;
	width: 640px;
	height: 420px;
	position: relative;
	background-color: #ffffff;
}
.wayListbox-normal-twop {
	float: left;
	width: 640px;
	height: 420px;
	position: relative;
	background-color: #006b5d;
}
.wayListbox-normal-twow:hover .wayListbox-title {
	color: #006b5d;
}
.wayListbox-normal-twop:hover .wayListbox-title {
	color: #ffffff;
}
.wayListbox-max-thrw {
	float: left;
	width: 33.33%;
	height: 580px;
	position: relative;
	background-color: #ffffff;
}
.wayListbox-max-thrp {
	float: left;
	width: 33.33%;
	height: 580px;
	position: relative;
	background-color: #006b5d;
}
.wayListbox-max-thrw:hover .wayListbox-title {
	color: #006b5d;
}
.wayListbox-max-thrp:hover .wayListbox-title {
	color: #ffffff;
}
.wayListbox-max-thrws {
	float: left;
	width: 33.33%;
	height: 500px;
	position: relative;
	background-color: #ffffff;
}
.wayListbox-max-thrps {
	float: left;
	width: 33.33%;
	height: 500px;
	position: relative;
	background-color: #006b5d;
}
.wayListbox-max-thrws:hover .wayListbox-title {
	color: #006b5d;
}
.wayListbox-max-thrps:hover .wayListbox-title {
	color: #ffffff;
}
.wayListbox-normal-w {
	float: left;
	width: 33.33%;
	height: 400px;
	position: relative;
	background-color: #ffffff;
}
.wayListbox-normal-p {
	float: left;
	width: 33.33%;
	height: 400px;
	position: relative;
	background-color: #006b5d;
}
.wayListbox-normal-w:hover .wayListbox-title {
	color: #006b5d;
}
.wayListbox-normal-p:hover .wayListbox-title {
	color: #ffffff;
}
.SecondaryBanner {
	width: 100%;
	height: 350px;
	background: no-repeat center;
}
.ListBack {
	width: 100%;
	overflow: hidden;
	background-color: #f5faef;
}
.ListMain {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 40px auto 0;
	background-color: white;
	box-shadow: 0px 0px 10px RGBA(0,0,0,0.05);
}
.ListLeft {
	float: left;
	width: 1200px;
	height: auto;
	margin: 54px 0 66px 0;
}
.ListBox-Line {
	width: 1200px;
	height: 1px;
	margin: 31px auto;
	background-color: #eeeeee;
}
.ListBox-Tag {
	width: 1200px;
	height: 24px;
	margin-bottom: 24px;
}
.ListBox-TagBox {
	float: left;
	width: 45px;
	height: 24px;
	color: white;
	font-size: 18px;
	line-height: 24px;
	padding-left: 14px;
	background: url(../images/tag.jpg);
}
.ListBox-Tag p {
	float: left;
	color: #323232;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding-left: 12px;
}
.ListBox-TeacherLink-a {
	width: 746px;
	height: 74px;
	margin: 0 auto;
}
.ListBox-TeacherLink-a p {
	color: #323232;
}
.ListBox-TeacherLink-a span {
	color: #006b5d;
}
.ListBox-TeacherIntro-b {
	width: 746px;
	height: 220px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.ListBox-TeacherIntro-b h3 {
	color: #323232;
	font-size: 20px;
	margin: 28px 0 28px;
}
.ListBox-TeacherIntro-b p {
	color: #323232;
	font-size: 16px;
	line-height: 24px;
}
.ListBox-TeacherIntro-b span {
	bottom: 0;
	left: 358px;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}
.ListBox-TeacherImage {
	float: left;

	width: 318px;
	height: 318px;
	margin-right: 40px;
}
.ListBox-TeacherImage img {
        width: 220px;
	height: 220px;
	transition: all 0.8s;
        margin: 16px 0 0 16px;
}
.ListBox-TeacherImage img:hover {
	transform: scale(1.04);
}
.ListBox-TeacherPro-c {
	width: 746px;
	height: 1000px;
	margin: 0 auto;
}
.ListBox-TeacherProlist {
	width: 746px;
	height: 18px;
	margin: 12px 0;
	color: #595757;
	font-size: 14px;
	line-height: 18px;
	padding-left: 32px;
	background: no-repeat left center url(../images/heartmin.jpg);
}
.ListBox-Type-d {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-Type {
	width: 746px;
	height: auto;
	margin: 24px 0;
}
.ListBox-Type p {
	color: #595757;
	font-size: 14px;
	padding: 8px 0 0;
	line-height: 26px;
}
.ListBox-TypeBox {
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	display: inline-block;
	padding: 4px 36px 4px 36px;
	background: #af90d3 no-repeat 6px center url(../images/hearttype.jpg);
}
.ListBox-Way-e {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-WayText p {
	color: #595757;
	font-size: 14px;
        line-height: 26px;
}
.ListBox-Idea-f {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-IdeaMain {
	width: 720px;
	height: 270px;
	padding-top: 12px;
	margin: 0 auto 12px;
}
.ListBox-IdeaBox {
	float: left;
	width: 180px;
	height: 250px;
}
.ListBox-IdeaBox p {
	color: #006b5d;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	padding-top: 16px;
}
.ListBox-IdeaImage {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	border-radius: 100px;
}
.ListBox-IdeaText {
	width: 746px;
	height: auto;
	color: #595757;
	font-size: 14px;
	line-height: 26px;
	padding-left: 32px;
	margin-bottom: 24px;
	letter-spacing: 0.2px;
	background: no-repeat left 6px url(../images/heartmin.jpg);
}
.ListBox-Teachers {
	width: 746px;
	height: 176px;
	position: relative;
	margin: 0 auto 24px;
	border-bottom: solid 1px #eeeeee;
}
.ListBox-Image {
	float: left;
	width: 152px;
	height: 152px;
	overflow: hidden;
	border-radius: 150px;
	margin: 0 40px 0 4px;
}
.ListBox-Image img {
	transition: all 0.8s;
width: 152px;
	height: 152px;
}
.ListBox-Image img:hover {
	transform: scale(1.2);

}
.ListBox-Teachers h2 {
	color: #323232;
	font-size: 20px;
	padding-top: 8px;
	display: inline-block;
}
.ListBox-Teachers h2:hover {
	color: #006b5d;
}
.ListBox-Teachers p {
	color: #595757;
	font-size: 16px;
	padding: 12px 0 40px 0;
	line-height: 24px;
}
.Listbox-Teachdata {
	left: 195px;
	bottom: 30px;
	color: #323232;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
}
.Listbox-Teachbutton {
	right: 0;
	bottom: 24px;
	width: 108px;
	height: 36px;
	color: white;
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	position: absolute;
	border-radius: 5px;
	background: #006b5d;
}

/* 活动div样式*/
.ListBox-ReadLink {
	width: 1200px;
	height: 80px;
	margin: 0 auto;
/* 	background-color:red; */
}
.ListBox-ReadLink a{
	color:#333;
}
.ListBox-ReadLink div{
	float:left;
	width: 100px;
    height: 40px;
    margin-right:24px;
    text-align: center;
}
.ListBox-ReadLink .ListBox-LinkBox > a{
	color: #006b5d !important;
	padding-bottom:8px;
	border-bottom:2px solid #006b5d;;
}
/* 活动div样式*/


.Listbox-Teachbutton:hover {
	box-shadow: 0 0 6px RGBA(122, 95, 160.05);
}
/*.ListBox-ReadLink {
	width: 746px;
	height: 72px;
	margin: 0 auto;
}*/
.ListBox-LinkBos {
	float: left;
	width: 64px;
	height: 28px;
	color: #006b5d;
	font-size: 16px;
	margin-right: 34px;
	border-bottom: solid 2px #006b5d;
}
.ListBox-LinkBox {
	float: left;
	width: 64px;
	height: 28px;
	color: #323232;
	font-size: 16px;
	margin-right: 34px;
}
.ListBox-LinkBox:hover {
	color: #006b5d;
}
.ListBox-ReadBox {
	width: 1100px;
	height: 170px;
	margin: 0 auto 31px;
	border-bottom: solid 1px #eee;
}
.ListBox-ReadBox h3 {
	width: 550px;
	color: #323232;
	font-size: 20px;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 0 16px 28px;
}
.ListBox-ReadBox h3:hover {
	color: #006b5d;
}
.ListBox-ReadBox p {
	width: 550px;
        height:88px;
        overflow:hidden;
	color: #595757;
	font-size: 14px;
	overflow: hidden;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	padding: 0 0 8px 28px;
	-webkit-box-orient: vertical;
}
.ListBox-ReadBox span {
	color: #595757;
	font-size: 14px;
	padding: 0 0 0 28px;
}
.ListBox-ReadImage {
	float: left;
	width: 194px;
	height: 138px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #ccc; url(/image/logo-bj.jpg); 
}
.ListBox-ReadImage img {
	width: 194px;
	height: 138px;
	}
.ListBox-ReadLink-a {
	width: 746px;
	height: 74px;
	margin: 0 auto;
}
.ListBox-ReadLink-a p {
	color: #323232;
}
.ListBox-ReadLink-a span {
	color: #006b5d;
}
.ListBox-ReadTitle-b {
	width: 746px;
	height: auto;
	margin: 0 auto;
	border-bottom: solid 1px #eee;
}
.ListBox-ReadTitle-b p {
	color: #323232;
	font-size: 20px;
        line-height: 1.5;
	font-weight: bold;
        padding-bottom:10px;
}
.ListBox-ReadData-c {
	width: 746px;
	height: 36px;
	margin: 0 auto 24px;
	border-bottom: solid 1px #eee;
}
.ListBox-ReadData-c p {
	color: #323232;
	font-size: 14px;
	line-height: 36px;
}
.ListBox-ReadMainBox-a {
	width: 746px;
	height: auto;
	margin: 48px auto 0;
}
.ListBox-ReadMainBox-Top {
	width: 746px;
	height: 20px;
	margin: 0 0 18px 0;
}
.ListBox-ReadMainBox-TopBlock {
	float: left;
	width: 5px;
	height: 19px;
	margin: 1px 6px 0 0;
	background-color: #006b5d;
}
.ListBox-ReadMainBox-Top p {
	color: #323232;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
}
.ListBox-ReadMainBox-Main {
	width: 746px;
	height: auto;
	overflow: hidden;
}
.ListBox-ReadMainBox-Main p {
	color: #595757;
	font-size: 14px;
	line-height: 32px;
}
.ListBox-ReadMainBox-Main img {
	margin: 14px 0;
}
.ListBox-ClickLink {
	width: 1200px;
	color: #006b5d;
	margin: 0 auto;
	font-size: 14px;
}
.ListBox-NameType {
	width: 1200px;
	height: 40px;
	margin: 0 0 40px 0px;
	color: #323232;
	font-size: 16px;
	border-bottom: solid 1px #eee;
	padding-left: 20px;
}
.ListBox-NameText {
	width: 1200px;
	height: auto;
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 48px;
}
.ListBox-Comint {
	width: 1100px;
	height: auto;
	margin: 0 20px;
}
.ListBox-ComintMain {
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.ListBox-ComintMain p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
}
.ListBox-ComintListBack {
	width: 1200px;
	height: 260px;
	margin: 0 auto;
}
.ListBox-ComintBox {
	float: left;
	width: 170px;
	height: 260px;
}
.ListBox-ComintBoxImage {
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 12px auto 18px;
	border-radius: 100px;
}
.ListBox-ComintBox h3 {
	color: #595757;
	font-size: 16px;
	text-align: center;
}
.ListBox-ComintBox p {
	color: #595757;
	font-size: 14px;
	padding: 12px 0;
	line-height: 24px;
}
.ListBox-ComintPosBack {
	width: 432px;
	height: 292px;
	position: relative;
	margin: 12px auto 0;
}
.ListBox-ComintPosBox-a {
	left: 96px;
	bottom: 16px;
	color: white;
	width: 192px;
	height: 192px;
	font-size: 16px;
	line-height: 32px;
	padding-top: 28px;
	text-align: center;
	border-radius: 100px;
	position: absolute;
	background-color: #006b5d;
}
.ListBox-ComintPosBox-b {
	left: 0;
	top: 52px;
	width: 80px;
	height: 80px;
	color: black;
	font-size: 16px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #ccb0ed;
}
.ListBox-ComintPosBox-c {
	left: 8px;
	bottom: 0px;
	width: 92px;
	height: 92px;
	color: black;
	font-size: 16px;
	line-height: 92px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #ccb0ed;
}
.ListBox-ComintPosBox-d {
	left: 120px;
	top: 18px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	color: black;
	font-size: 16px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #d8c7ed;
}
.ListBox-ComintPosBox-e {
	left: 272px;
	top: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: black;
	font-size: 16px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #d8c7ed;
}
.ListBox-ComintPosBox-f {
	right: 0;
	bottom: 90px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: black;
	font-size: 16px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #d4bfed;
}
.ListBox-ComintPosBox-g {
	right: 74px;
	bottom: 16px;
	width: 68px;
	height: 68px;
	line-height: 68px;
	color: black;
	font-size: 16px;
	text-align: center;
	position: absolute;
	border-radius: 100px;
	background-color: #c3a0ed;
}
.ListBox-SourceBox {
	width: 746px;
	height: 150px;
	margin: 0 auto 52px;
}
.ListBox-SourceBox h3 {
	width: 546px;
	color: #323232;
	font-size: 18px;
	margin-left: 200px;
	padding: 24px 0 24px 0;
}
.ListBox-SourceBox p {
	width: 546px;
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	margin-left: 200px;
}
.ListBox-SourceBoxImage {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100px;
	background-color: azure;
}
.ListBox-OfficeShow-Main {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-OfficeShow-Main p {
	color: #595757;
	font-size: 14px;
}
.ListBox-OfficeShow-Main img {
	float: left;
	margin: 24px 0;
}
.ListBox-Visitor {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-Visitor p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
}
.ListBox-Visitor img {
	max-width: 746px;
}
.ListBox-Reply {
	width: 746px;
	height: auto;
	margin: 0 auto;
}
.ListBox-Reply h3 {
	color: #323232;
	font-size: 18px;
	padding-bottom: 24px;
}
.ListBox-Reply p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
}
.ListBox-Evaluation {
	width: 746px;
	height: 138px;
	margin: 0 auto;
}
.ListBox-EvaImage {
	float: left;
	width: 194px;
	height: 138px;
	overflow: hidden;
	border-radius: 10px;
}
.ListBox-EvaText {
	float: left;
	width: 528px;
	height: 138px;
	margin-left: 24px;
}
.ListBox-EvaText h3 {
	color: #323232;
	font-size: 20px;
}
.ListBox-EvaText h3:hover {
	color: #006b5d;
}
.ListBox-EvaText span {
	color: #323232;
	font-size: 14px;
	padding: 24px 0;
	font-weight: bold;
	display: inline-block;
}
.ListBox-EvaText p {
	color: #323232;
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ListBox-EvaMain {
	width: 746px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.ListBox-EvaMain p {
	color: #595757;
	font-size: 14px;
	text-align: left;
	line-height: 30px;
	padding: 12px 0;
}
.ListBox-EvaMain img {
	margin: 12px 0;
}
.ListBox-EvaButton {
	color: white;
	width: 194px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 50px;
	margin: 36px auto 36px;
	background-color: #006b5d;
}
.ListBox-EvaButton:hover {
	background-color: #a382c4;
}
.ListRight {
	float: right;
	width: 334px;
	height: auto;
	margin: 54px 0 96px 0;
}
.SideBox-Adv {
	width: 300px;
	height: auto;
	margin-bottom: 34px;
	transition: all 0.3s;
}
.SideBox-Adv:hover {
	box-shadow: 0 0 10px RGBA(0,0,0,0.15);
}
.SideBox-Advtop {
	width: 300px;
	height: 40px;
	color: white;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #006b5d;
}
.SideBox-Advmain {
	width: 300px;
	height: auto;
	overflow: hidden;
	border: solid 1px #eee;
	border-top: none;
}
.SideBox-Advbox {
	width: 280px;
	height: auto;
	margin: 24px auto;
	position: relative;
}
.SideBox-Advbox h3 {
	color: #323232;
	font-size: 16px;
	padding-top: 3px;
}
.SideBox-Advbox p {
	color: #595757;
	font-size: 14px;
	padding: 10px 0.1px;
	line-height: 24px;
}
.SideBox-Advimage {
	width: 65px;
	height: 65px;
	margin: 0 20px;
	overflow: hidden;
	position: absolute;
}
.SideBox-AdvText {
	width: 168px;
	height: auto;
	margin: 0 0 0 108px;
}
.SideBox-Pro {
	width: 300px;
	height: auto;
	margin-bottom: 34px;
	transition: all 0.3s;
}
.SideBox-Pro:hover {
	box-shadow: 0 0 10px RGBA(0,0,0,0.15);
}
.SideBox-Protop {
	width: 300px;
	height: 40px;
	color: white;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	background: #006b5d;
}
.SideBox-Promain {
	width: 300px;
	height: auto;
	overflow: hidden;
	border: solid 1px #eee;
	border-top: none;
}
.SideBox-Probox {
	width: 280px;
	height: auto;
	margin: 24px auto;
	position: relative;
}
.SideBox-Probox h3 {
	color: #323232;
	font-size: 16px;
}
.SideBox-Probox p {
	color: #595757;
	font-size: 14px;
	padding: 10px 0.1px;
	line-height: 24px;
}
.SideBox-Proimage {
	width: 80px;
	height: 80px;
	margin: 0 10px;
	overflow: hidden;
	position: absolute;
}
.SideBox-ProText {
	width: 168px;
	height: auto;
	margin: 0 0 0 108px;
}
.SideBox-AdBox {
	width: 300px;
	height: 228px;
	overflow: hidden;
}
.Contact-Left {
	float: left;
	width: 665px;
	height: auto;
	margin: 55px 0 96px 45px;
}
.Contact-Right {
	float: right;
	width: 378px;
	height: auto;
	margin: 55px 33px 96px 0;
}
.Contact-TitleBox {
	width: 100%;
	height: 46px;
	border-bottom: solid 1px #006b5d;
}
.Contact-Title {
	width: 82px;
	height: 45px;
	color: #323232;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 2px #006b5d;
}
.Contact-Text {
	width: 665px;
	height: auto;
	margin: 30px 0;
	color: #484848;
	font-size: 16px;
	line-height: 30px;
}
.Contact-Icon {
	width: 665px;
	height: 16px;
	color: #484848;
	margin: 12px 0;
	font-size: 14px;
	line-height: 16px;
	padding-left: 24px;
}
.Contact-Map {
	width: 665px;
	height: 424px;
	margin: 52px 0 0 0;
 
}

.Contact-InputBox {
	width: 378px;
	height: auto;
	margin: 36px 0;
}

.Contact-InputBox p {
	color: #484848;
	font-size: 14px;
	padding-bottom: 7px;
}

.Contact-Input {
	width: 378px;
	height: 40px;
	color: #323232;
	font-size: 14px;
	border-radius: 2px;
	padding: 0 10px 0 10px;
	border: solid 1px #c1c1c1;
}
.Contact-Tex {
	resize: none;
	width: 378px;
	padding: 10px;
	height: 234px;
	color: #323232;
	font-size: 14px;
	border-radius: 2px;
	font-family: "微软雅黑";
	border: solid 1px #c1c1c1;
}
.Contact-Button {
	float: right;
	border: none;
	width: 184px;
	height: 42px;
	color: white;
	border-radius: 2px;
	letter-spacing: 1px;
	background-color: #006b5d;
}
.ListBox-QA {
	width: 746px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 30px;
	border-bottom: solid 1px #eeeeee;
}
.ListBox-QBox {
	margin: 0 0 24px;
}
.ListBox-QBoxImage {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.ListBox-QBoxImage img {
        width:50px;
        height:50px;
}
.ListBox-QBox p {
	color: #595757;
	font-size: 14px;
	line-height: 24px;
	width: 682px;
	height: auto;
	margin: 0 0 0 64px;
}
.ListBox-QBox h6 {
	width: 682px;
	color: #595757;
	font-size: 12px;
	margin:12px 0 0 64px;
}
.ListBox-ABox {
	margin: 0 0 24px;
}
.ListBox-ABox h3 {
	width: 682px;
	color: #006b5d;
	font-size: 14px;
	font-weight: bold;
	margin-left: 64px;
	padding-bottom: 12px;
}
.ListBox-ABox p {
	width: 682px;
	color: #686767;
	font-size: 14px;
	margin-left: 64px;
	line-height: 24px;
}
.SideBox-Ans {
	width: 300px;
	height: auto;
	border: solid 1px #eee;
	border-top: none;
	transition: all 0.3s;
}
.SideBox-Ans:hover {
	box-shadow: 0 0 10px RGBA(0,0,0,0.15);
}
.SideBox-AnsTop {
	width: 300px;
	height: 64px;
	color: #323232;
	font-size: 20px;
	font-weight: bold;
	line-height: 72px;
	padding-left: 20px;
	border-top: solid 4px #006b5d;
}
.SideBox-AnsBox {
	width: 260px;
	height: auto;
	margin: 2px auto;
	padding: 10px 0;
}
.SideBox-AnsTex {
	resize: none;
	padding: 8px;
	width: 260px;
	height: 130px;
	font-size: 14px;
	font-family: "微软雅黑";
	border: solid 1px #eeeeee;
	background-color: #f7f7f7;
}
.SideBox-AnsTel {
	width: 260px;
	height: 44px;
	font-size: 14px;
	padding-left: 8px;
	border: solid 1px #eeeeee;
	background-color: #f7f7f7;
}
.SideBox-AnsBun {
	border: none;
	width: 260px;
	height: 44px;
	color: white;
	font-size: 14px;
	background-color: #006b5d;
}
.lunbo-title-box {
        width:100%;
        height:140px;
        overflow:hidden;
        background-color:#f5faef;
}
.lunbo-title-center {
       width:1280px;
       height:140px;
       margin:0 auto;
}
.lunbo-title {
       color: #323232;
       font-size:30px;
       font-weight:bold;
       text-align:center;
       margin-top:100px;
       letter-spacing: 1px;
}
