﻿@charset "utf-8";

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

#bsWXBox {
	box-sizing: content-box
}

ul {
	list-style: none
}

body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select {
	margin: 0;
	padding: 0
}

body {
	font-family: "microsoft yahei",arial;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 100%;
	background: #fff
}

a:link,a:visited {
	text-decoration: none;
	outline: 0;
	color: #666
}

a:hover,a:active,a:focus {
	color: #666;
	text-decoration: none
}

img {
	border: 0;
	max-width: 100%
}

table {
	border-collapse: collapse;
	width: 100%
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal
}

input,textarea {
	font-size: 14px;
	outline: 0;
	overflow: hidden;
	font-family: arial,"microsoft yahei"
}

input[type='reset'],input[type='button'],input[type='submit'],input[type='radio'] {
	cursor: pointer;
	outline: 0
}

input[type='checkbox'],input[type='radio'] {
	position: relative;
	vertical-align: middle;
	margin-top: -2px;
	margin-bottom: 1px;
	margin-left: 5px;
	margin-right: 5px
}

textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text'] {
	padding: 0;
	color: #666;
	outline: 0
}

input[type="submit"],input[type="reset"],input[type="button"],input[type='text'],select,button {
	-webkit-appearance: none
}

input,select,textarea {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 0
}

::-webkit-input-placeholder {
	color: #666
}

:-moz-placeholder {
	color: #666;
	opacity: 1
}

::-moz-placeholder {
	color: #666;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block
}

.pic {
	width: 100%;
	overflow: hidden;
	position: relative
}

.pic:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.middleCenter {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin: auto
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 1420px
}

@media (max-width:1440px) {
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		width: 100%
	}
}

#container {
	overflow: hidden
}

.header {
	height: 80px;
	background: #fff;
	position: relative
}

.header .container {
	width: 100%
}

.header .logo {
	padding: 16px 0 0 0;
	overflow: hidden;
	float: left;
	margin-left: 50px
}
.header .logo img{
    max-height:50px;
}
.header .header-right {
	float: right
}

.nav {
	float: left;
	margin-left: 56px;
	margin-right: 209px
}

.nav ul li {
	font-size: 16px;
	cursor: pointer;
	float: left;
	text-transform: capitalize;
	margin-left: 7px;
	height: 80px
}

.nav ul li a {
	display: block;
	transition: all .16s;
	line-height: 80px;
	color: #333;
	padding: 0 23px;
	position: relative
}

.nav ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	transition: .5s;
	background: #f3a252
}

.nav ul li:hover a:after {
	width: 100%
}

.nav ul li:hover .subnav {
	display: block
}

.nav ul li:hover .subnav ul li a:after {
	display: none
}

.nav ul li .subnav {
	position: absolute;
	left: 0;
	top: 80px;
	z-index: 999;
	font-size: 14px;
	width: 100%;
	display: none;
	background: #fafafa;
	padding: 17px 0
}

.nav ul li .subnav ul {
	width: 1420px;
	text-align: center;
	margin: 0 auto
}

.nav ul li .subnav ul li {
	height: 30px;
	float: none;
	display: inline-block;
	margin: 0 17px;
	font-size: 16px;
	text-align: center
}

.nav ul li .subnav ul li a {
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px
}

.nav ul li .subnav ul li a:after {
	display: none
}

.nav ul li .subnav ul li:hover {
	border-bottom: 0
}

.nav ul li .subnav ul li:hover a {
	color: #f3a252
}

.nav ul .active a:after {
	width: 100%
}

.header-search {
	float: right
}

.header-search .pull-right {
	height: 80px;
	line-height: 80px;
	width: 202px;
	background: #f3a252
}

.header-search .pull-right a {
	display: block;
	height: 80px;
	line-height: 80px;
	width: 157px;
	font-size: 16px;
	color: #fff;
	padding-left: 37px;
	transition: .5s;
	background: url("../images/down.png") no-repeat center right
}

.header-search .pull-right a img {
	vertical-align: middle;
	height: 25px;
	margin-right: 10px
}

.search {
	z-index: 9999;
	background: #f0f4f5
}

.search .btn-search-max {
	z-index: 2;
	-webkit-transition: All .2s ease-in-out;
	transition: All .2s ease-in-out;
	position: relative
}

.search .btn-search-max * {
	display: inline-block;
	vertical-align: middle
}

.search .search-main {
	top: 80px;
	right: 0;
	z-index: 9999;
	width: 100%;
	display: none;
	padding: 0 30px 13px 10px;
	position: absolute;
	background: #f0f4f5
}

.search-container {
	padding-left: 0;
	width: 680px;
	margin: 60px auto;
	position: relative;
	padding-bottom: 60px
}

.search-info {
	width: 100%;
	float: left;
	margin-right: 2px;
	position: relative;
	background: #fff;
	border-bottom: 4px solid #1f1f1f
}

.search-info select {
	display: none
}

.search-info .select_box {
	font-size: 16px;
	color: #999;
	width: 145px;
	line-height: 50px;
	float: left;
	position: relative;
	display: block
}

.search-info .select_showbox {
	height: 50px;
	background: url(../images/arrow.png) no-repeat center right;
	padding-left: 20px;
	width: 145px;
	border-right: 1px solid #d1d8e4;
	position: absolute;
	color: #666
}

.search-info .select_option {
	border-top: 0;
	display: none;
	left: -1px;
	top: 50px;
	position: absolute;
	z-index: 99;
	background: #fff;
	color: #666;
	line-height: 35px
}

.search-info .select_option:after {
	display: none
}

.search-info .select_option li {
	text-indent: 1.5em;
	width: 144px;
	cursor: pointer
}

.search-info .select_option li.selected {
	background-color: #f3f3f3;
	color: #999
}

.search-info .select_option li.hover {
	background: #bebebe;
	color: #fff
}

.search-info .inp_srh {
	background: #fff;
	border: 0;
	padding-left: 165px;
	font-size: 16px;
	color: #888;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-right: 70px
}

.btn_srh {
	background: url("../images/search1.png") no-repeat center center;
	width: 65px;
	height: 50px;
	line-height: 50px;
	border: 0;
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #fff;
	top: 0
}

#search-closed {
	right: 0;
	top: 15px;
	max-width: 30px;
	position: absolute;
	cursor: pointer
}

.search-mmenu {
	width: 100%;
	position: relative;
	padding: 0 10px 0 20px;
	margin-top: 10px
}

.search-mmenu select {
	display: none
}

.search-mmenu .select_box {
	font-size: 13px;
	color: #999;
	width: 80px;
	line-height: 50px;
	float: left;
	position: relative;
	display: block
}

.search-mmenu .select_showbox {
	height: 50px;
	background: url(../images/arrow.png) no-repeat center right;
	padding-left: 15px;
	width: 80px;
	border-right: 1px solid #d1d8e4;
	position: absolute;
	color: #666
}

.search-mmenu .select_option {
	border-top: 0;
	display: none;
	left: 0;
	top: 50px;
	position: absolute;
	z-index: 99;
	background: #fff;
	color: #666;
	line-height: 35px
}

.search-mmenu .select_option:after {
	display: none
}

.search-mmenu .select_option li {
	text-indent: 1.5em;
	width: 80px;
	cursor: pointer;
	border: 0!important
}

.search-mmenu .select_option li.selected {
	background-color: #f3a252;
	color: #fff
}

.search-mmenu .select_option li.hover {
	background: #bebebe;
	color: #fff
}

.search-mmenu .inp_srh {
	background: #fff;
	border: 0;
	padding-left: 92px;
	font-size: 14px;
	color: #888;
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding-right: 50px
}

.search-mmenu .btn_srh {
	background: url("../images/search1.png") no-repeat center center;
	width: 65px;
	height: 50px;
	line-height: 50px;
	border: 0;
	position: absolute;
	right: 0;
	font-size: 16px;
	color: #fff;
	top: 0
}

.phone-nav {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 60px;
	display: none;
	color: #666
}

.phone-nav img {
	height: 22px;
	margin-top: 19px;
	display: block
}

#mmenu {
	z-index: 99;
	text-transform: capitalize
}

#mmenu li:last-child {
	border-bottom: 1px solid #f1f1f1
}

#mmenu .login {
	margin-top: 25px;
	margin-right: 14px;
	color: #fff;
	display: block;
	width: 140px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	background: #f3a252;
	text-align: center;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 25px;
	display: none
}

@media (max-width:1200px) {
	.header {
		height: 60px
	}

	.header .logo {
		padding: 5px 0 0 0;
		margin-left: 10px
	}

	.header-search .pull-right {
		height: 60px;
		line-height: 60px
	}

	.header-search .pull-right a {
		height: 60px;
		line-height: 60px
	}

	.search .search-main {
		top: 60px
	}

	.nav {
		height: 0
	}

	.nav ul {
		display: none
	}

	.nav li {
		margin: 0
	}

	.phone-nav {
		display: block
	}
}

@media (max-width:768px) {
	.header-search {
		display: none
	}
}

.home-banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
	height: 583px;
}

.home-banner .home-banner-slick{
	position: relative;
    left: 50%;
    margin-left: -960px;
    text-align:center;
    width:1920px;
}

.home-banner .home-banner-slick .slick-slide {
	position: relative;
}

.home-banner .home-banner-slick .slick-slide img {
	/*width: 100%;*/
    display:block;
    margin:0 auto;
}

.home-banner .banner-info {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	z-index: 5
}

.home-banner .banner-info .container {
	text-align: center;
	color: #fff;
	width: 100%
}

.home-banner .banner-info .container .bt {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 8px
}

.home-banner .banner-info .container .jsh {
	font-size: 15px;
	line-height: 24px;
	height: 72px;
	overflow: hidden
}

.home-banner .banner-sousuo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.home-banner .banner-sousuo .sou-info {
	width: 400px;
	padding-top: 113px;
	height: 583px;
	background: #c8c4b4;
	position: relative;
    padding-left:100px;
    z-index:10
}

.home-banner .banner-sousuo .sousuo-title {
	font-size: 26px;
	color: #ff7f00;
	margin-bottom: 17px
}

.home-banner .banner-sousuo .jsh {
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 7px
}

.home-banner .banner-sousuo .jsh span {
	color: #f00;
	font-size: 36px;
	font-family: arial;
	padding: 0 10px
}

.home-banner .banner-sousuo .note {
	text-align: center;
	color: #5f5f5f;
	font-size: 14px;
	margin-bottom: 19px
}

.home-banner .button {
	text-align: center;
	border-radius: 0;
	cursor: pointer;
	margin: 10px auto;
	border: 0;
	width: 269px;
	height: 41px;
	line-height: 41px;
	font-size: 18px;
	color: #fff;
	background: #f8a34f;
	transition: .5s
}

.home-banner .button:hover {
	background: #ff7f00
}

.home-banner select {
	width: 269px;
	border: 0;
	height: 35px;
	line-height: 25px;
	padding: 5px 0 5px 20px;
	font-size: 14px;
	color: #666;
	padding: 5px 0 5px 20px \9;
	background: #fff url("../images/arrow.png") no-repeat center right
}

.home-banner #formRegion {
	overflow: hidden
}

.home-banner .form-item {
	margin-bottom: 13px;
	position: relative
}

.home-banner .form-element {
	margin-left: 0
}

.home-banner .form-item-over {
	background: none!important
}

.home-banner .form-label {
	width: 100px;
	font-size: 15px;
	display: none
}

.home-banner .form-error-msg {
	display: none!important
}

.home-banner .form-error {
	background: none!important;
	color: red
}

.home-banner #formRegion1 {
	width: 269px
}

.home-banner .form-text {
	width: 269px;
	height: 35px;
	padding: 5px 20px;
	line-height: 25px;
	border: 0;
	background: #fff;
	font-size: 14px;
	color: #666
}

.home-banner .form-text:focus {
	border: 0
}

.home-banner .btn-submit {
	display: none
}

.home-banner .item-required {
	display: none!important
}

.home-banner .form-item-error .form-label {
	color: #100002
}

.home-banner input,.home-banner textarea {
	outline: none!important
}

.home-banner .home-banner-slick-phone {
	position: relative;
	display: none;
	z-index: 6
}

.home-banner .home-banner-slick-phone .slick-slide {
	position: relative
}

.home-banner .home-banner-slick-phone .slick-slide img {
	width: 100%
}

.home-banner-phone {
	overflow: hidden;
	width: 100%;
	position: relative;
	display: none
}

.home-banner-phone .home-banner-slick-phone {
	overflow: hidden
}

.home-banner-phone .home-banner-slick-phone .slick-slide {
	position: relative
}

.home-banner-phone .home-banner-slick-phone .slick-slide img {
	width: 100%
}

.footer a {
	color: #fff
}

.inbanner {
	overflow: hidden;
	width: 100%
}

.inbanner .inbanner-slick {
	overflow: hidden;
	position: relative
}

.inbanner .inbanner-slick img {
	text-align: center;
	margin: 0 auto;
	display: block
}

.inbanner-phone {
	display: none
}

.inbanner-phone img {
	display: block
}

.page {
	text-align: center;
	overflow: hidden
}

.page a {
	color: #666;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	height: 32px;
	padding: 0 12px;
	margin: 0 4px;
	font-family: arial;
	background: #fff;
	border: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.page a.cpb,.page a:hover {
	background: #f8a34f;
	color: #fff
}

.page a.first,.page a.prev,.page a.next,.page a.last {
	background: #fff;
	font-size: 15px
}

.page a.first:hover,.page a.prev:hover,.page a.next:hover,.page a.last:hover {
	background: #f8a34f;
	color: #fff
}

@media (max-width:767px) {
	.page a {
		display: none
	}

	.page a.first,.page a.prev,.page a.next,.page a.last {
		display: inline-block
	}
}

.home-kecheng {
	overflow: hidden
}

.home-kecheng ul {
	padding: 0 80px
}

.home-kecheng ul li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 24px 15px
}

.home-kecheng ul li a {
	display: block;
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 20px;
	background: #fff
}

.home-kecheng ul li .pic {
	height: 110px;
	width: 110px;
	margin: 0 auto
}

.home-kecheng ul li .pic .kh {
	display: none
}

.home-kecheng ul li .text {
	padding: 0 10px
}

.home-kecheng ul li .text .bt {
	font-size: 18px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative
}

.home-kecheng ul li .text .jsh {
	color: #969696;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-kecheng ul li:hover .pic .k {
	display: none
}

.home-kecheng ul li:hover .pic .kh {
	display: block
}

.home-title {
	text-align: center;
	overflow: hidden
}

.home-title:after {
	width: 32px;
	height: 3px;
	background: #faa755;
	margin: 15px auto;
	content: '';
	display: block
}

.home-title h3 {
	font-size: 28px;
	color: #3a3a3a;
	font-weight: bold
}

.home-title p {
	font-family: '微軟正黑體';
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
	color: #333
}

.home-riyu {
	padding: 83px 0 60px 0;
	overflow: hidden;
	background: #f5f5f5
}

.home-riyu .riyu-list {
	padding: 0 36px;
	margin-top: 11px
}

.home-riyu .riyu-list .top-nav {
	text-align: center;
	margin: 0 auto;
	overflow: hidden
}

.home-riyu .riyu-list .top-nav ul {
	padding-top: 1px
}

.home-riyu .riyu-list .top-nav ul li {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	border: 1px solid #e5e5e5;
	margin: -1px -3px 0 -2px;
	width: 122px;
	background: #fff;
    vertical-align: top;
}

.home-riyu .riyu-list .top-nav ul li a {
	color: #333;
	padding: 0 30px;
	line-height: 47px;
    height: 47px;
	display: block;
	overflow: hidden
}

.home-riyu .riyu-list .top-nav ul .sel {
	background: #f8a34f;
	border: 1px solid #f8a34f;
	position: relative;
	z-index: 3
}

.home-riyu .riyu-list .top-nav ul .sel a {
	color: #fff
}

.home-riyu .riyu-list .riyu-info {
	padding-top: 48px
}

.home-riyu .riyu-list .riyu-info .info {
	display: none
}

.home-riyu .riyu-list .riyu-info .info ul {
	margin: 0 -21px;
	overflow: hidden;
	padding-bottom: 55px;
    text-align: center;
}

.home-riyu .riyu-list .riyu-info .info ul li {
	width: 24%;
    display: inline-block;
	padding: 0 21px;
    vertical-align: top;
}

.home-riyu .riyu-list .riyu-info .info ul li .pic:after {
	padding-bottom: 100%
}

.home-riyu .riyu-list .riyu-info .info ul li .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 113px;
	transition: .5s;
	background: url("../images/bg.png") repeat center center
}

.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .bt {
	font-size: 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 3px
}

.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .span {
	font-size: 16px;
	color: #c9c9c9;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 21px
}

.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .jsh {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	height: 0;
	overflow: hidden;
	padding: 0 37px;
	margin-bottom: 20px
}

.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .more {
	background: url("../images/more.png") no-repeat center center;
	height: 0;
	width: 43px;
	margin: 0 auto;
	overflow: hidden
}

.home-riyu .riyu-list .riyu-info .info ul li:hover .box {
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24)
}

.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover {
	padding-top: 63px;
	background: url("../images/bg1.png") repeat center center
}

.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .span {
	color: #fff
}

.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .jsh {
	height: 48px
}

.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .more {
	height: 43px
}

.home-riyu .riyu-list .riyu-info .info .morek a {
	display: block;
	width: 219px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    border-radius: 5px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 #f4712c;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.home-riyu .riyu-list .riyu-info .info .morek a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

@font-face {
	font-family:"DIN-Medium";src:url("../font/DIN-Medium.woff2") format("woff2"),url("../font/DIN-Medium.woff") format("woff"),url("../font/DIN-Medium.ttf") format("truetype"),url("../font/DIN-Medium.eot") format("embedded-opentype"),url("../font/DIN-Medium.svg") format("svg");font-weight:normal;font-style:normal
}

.home-liuxue {
	overflow: hidden;
	height: 697px
}

.home-liuxue .liucheng-bg {
	background: url("../images/bg3.png") repeat center center;
	overflow: hidden;
	height: 697px
}

.fsbanner {
	position: relative;
	overflow: hidden;
	height: 697px;
	width: 100%
}

.fsbanner .list {
	font-size: 14px;
	width: 12.5%;
	float: left;
	height: 697px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all 200ms cubic-bezier(0.645,0.575,0.09,1);
	color: #fff;
	text-align: left;
	z-index: 2;
	padding-left: 29px;
	background: url("../images/bg2.png") repeat-y top left;
	cursor: pointer
}

.fsbanner .list h3 {
	font-size: 30px;
	position: relative;
	z-index: 2;
	font-family: "DIN-Medium";
	margin-top: 139px;
	line-height: 40px;
	margin-bottom: 12px;
	color: #fff
}

.fsbanner .list .bt {
	font-size: 23px;
	color: #fff;
	position: relative;
	z-index: 2;
	display: block;
	font-weight: bold;
	font-family: '微軟正黑體';
	line-height: 32px
}

.fsbanner .list .span {
	font-size: 14px;
	opacity: .5;
	color: #fff;
	font-weight: bold
}

.fsbanner .list .proinfo {
	display: none;
	margin-top: 29px;
	height: 96px;
	overflow: hidden;
	line-height: 24px;
	position: relative;
	z-index: 2;
	margin-bottom: 72px;
	color: #fff
}

.fsbanner .list .more {
	display: none;
	width: 154px;
	height: 45px;
	text-align: center;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    border-radius: 5px;
    line-height: 41px;
    font-size: 15px;
    color: #fff;
    text-shadow: 1px 1px 0 #f4712c;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.fsbanner .list .more:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.fsbanner .other {
	width: 10.14%
}

.fsbanner .active {
	width: 29%
}

.fsbanner .active h3 {
	font-size: 48px;
	margin-bottom: 19px
}

.fsbanner .active .bt {
	font-size: 28px;
	margin-bottom: 6px
}

.fsbanner .active .span {
	font-size: 15px
}

.fsbanner .active .proinfo {
	display: block
}

.fsbanner .active .more {
	display: block
}

@media (max-width:768px) {
	.fsbanner .list {
		width: 33.33333333%;
		padding: 10px 20px;
		height: 230px
	}

	.fsbanner {
		height: auto
	}

	.fsbanner .list a {
		display: block;
		height: 210px
	}

	.fsbanner .list h3 {
		margin: 0;
		font-size: 35px
	}

	.fsbanner .list .proinfo {
		display: block;
		margin-top: 20px;
		margin-bottom: 20px
	}

	.fsbanner .list h3:after {
		margin: 10px auto
	}

	.home-banner .banner-sousuo ul li .select_option {
		height: 180px;
		overflow: auto
	}
}

@media (max-width:520px) {
	.fsbanner {
		padding: 30px 0 15px 0
	}

	.fsbanner .list {
		width: 100%;
		padding: 0;
		height: auto;
		margin-bottom: 15px;
		background: url(../images/bg2h.png) repeat-x bottom center
	}

	.fsbanner .list .proinfo {
		font-size: 12px;
		height: auto;
		margin: 15px 0;
		padding-left: 45px
	}

	.fsbanner .list a {
		height: auto
	}

	.fsbanner .list b {
		font-size: 15px
	}

	.fsbanner .list h3 {
		position: absolute;
		top: 0;
		left: 0
	}

	.fsbanner .list .bt {
		padding-left: 45px;
		margin-top: 6px
	}

	.fsbanner .list .span {
		padding-left: 45px
	}
}

.home-jiaoshi {
	padding: 69px 0 68px 0;
	background: #f5f5f5;
	overflow: hidden
}

.home-jiaoshi .home-title:after {
	width: 37px
}

.home-jiaoshi .home-title p {
	color: #333
}

.home-jiaoshi .jiaoshi-list {
	padding: 27px 0 64px 0;
	margin: 0 -22px;
	overflow: hidden
}

.home-jiaoshi .jiaoshi-list li {
	width: 25%;
	float: left;
	padding: 0 22px
}

.home-jiaoshi .jiaoshi-list li a {
	display: block;
	overflow: hidden;
	position: relative
}

.home-jiaoshi .jiaoshi-list li .pic:after {
	padding-bottom: 80%
}

.home-jiaoshi .jiaoshi-list li .pic .hover {
	text-align: center;
	color: #fff;
	padding: 38px 25px 0 25px;
	height: 100%;
	position: absolute;
	bottom: -100%;
	left: 0;
	transition: .5s;
	width: 100%;
	background: url("../images/bg5.png") repeat center center
}

.home-jiaoshi .jiaoshi-list li .pic .hover h3 {
	font-size: 24px;
	font-weight: bold;
    height:34px;
    line-height:34px;
    overflow:hidden;
	margin-bottom: -3px
}

.home-jiaoshi .jiaoshi-list li .pic .hover .span {
	font-size: 16px;
    height:24px;
    line-height:24px;
    overflow:hidden;
    display:inline-block;
}

.home-jiaoshi .jiaoshi-list li .pic .hover .jsh {
	font-size: 15px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 15px
}

.home-jiaoshi .jiaoshi-list li .pic .hover .more {
	background: url("../images/more.png") no-repeat center center;
	height: 43px;
	width: 43px;
	margin: 0 auto;
	overflow: hidden
}

.home-jiaoshi .jiaoshi-list li .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background: url("../images/bg4.png") repeat center center
}

.home-jiaoshi .jiaoshi-list li .text h3 {
	max-width: 50%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding-left: 28px
}

.home-jiaoshi .jiaoshi-list li .text p {
	max-width: 50%;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	padding-left: 16px
}

.home-jiaoshi .jiaoshi-list li:hover a {
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24)
}

.home-jiaoshi .jiaoshi-list li:hover .text {
	display: none
}

.home-jiaoshi .jiaoshi-list li:hover .pic .hover {
	bottom: 0
}

.home-jiaoshi .morek a {
	display: block;
	width: 219px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    border-radius: 5px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 0 #f4712c;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.home-jiaoshi .morek a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

@font-face {
	font-family:"DINCond-Bold";src:url("../font/DINCond-Bold.woff2") format("woff2"),url("../font/DINCond-Bold.woff") format("woff"),url("../font/DINCond-Bold.ttf") format("truetype"),url("../font/DINCond-Bold.eot") format("embedded-opentype"),url("../font/DINCond-Bold.svg") format("svg")
}

.home-youshi {
	background: url("../images/youshi.jpg") no-repeat bottom center
}

.home-youshi .youshi-bg {
	padding: 65px 0 131px 0;
	background: url("../images/bg3.png") repeat center center
}

.home-youshi .home-title {
	color: #fff
}

.home-youshi .home-title h3 {
	color: #fff
}

.home-youshi .home-title:after {
	background: #fff;
	width: 37px
}

.home-youshi .jsh1 {
	text-align: center;
	color: #fff
}

.home-youshi .youshi1 {
	margin-top: 76px;
	overflow: hidden
}

.home-youshi .youshi1 ul {
	text-align: center
}

.home-youshi .youshi1 ul li {
	display: inline-block;
	text-align: center;
	width: 182px;
	vertical-align: top
}

.home-youshi .youshi1 ul li .pic {
	width: 90px;
	height: 90px;
	margin: 0 auto
}

.home-youshi .youshi1 ul li .pic .yh {
	display: none
}

.home-youshi .youshi1 ul li .bt {
	color: #fff;
	font-size: 16px;
	margin-top: 9px
}

.home-youshi .youshi1 ul li:hover .pic .y {
	display: none
}

.home-youshi .youshi1 ul li:hover .pic .yh {
	display: block
}

.home-youshi .youshi1 ul li:hover .bt {
	color: #faa755
}

.home-youshi .youshi2 {
	margin-top: 84px;
	overflow: hidden
}

.home-youshi .youshi2 ul {
	text-align: center;
	margin: 0 auto
}

.home-youshi .youshi2 ul li {
	width: 244px;
	height: 136px;
	text-align: center;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	margin: 0 17px;
	padding-top: 13px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.home-youshi .youshi2 ul li .bt {
	font-size: 36px;
	margin-top: 8px;
	margin-bottom: 6px
}

.home-youshi .youshi2 ul li .num {
	font-size: 50px;
	font-family: "DINCond-Bold";
	line-height: 68px
}

.home-youshi .youshi2 ul li .jsh {
	font-size: 15px
}

.home-youshi .youshi2 ul li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.home-fenbu {
	padding: 58px 0 110px 0;
	overflow: hidden;
	background: #f5f5f5
}

.home-fenbu .fenbu-list {
	margin: 0 -22px;
	padding-top: 21px;
	overflow: hidden;
	padding-bottom: 43px;
	position: relative
}

.home-fenbu .item {
	width: 25%;
	float: left;
	padding: 22px
}

.home-fenbu .item .pic img {
	transition: .5s
}

.home-fenbu .item .pic:after {
	padding-bottom: 47%
}

.home-fenbu .item .text {
	height: 168px;
	padding: 15px 41px 10px 30px;
	background: #fff
}

.home-fenbu .item .text .bt {
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.home-fenbu .item .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	position: relative;
	padding-left: 41px
}

.home-fenbu .item .text .jsh span {
	position: absolute;
	top: 0;
	left: 0
}

.home-fenbu .item:hover a {
	display: block;
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24);
	overflow: hidden
}

.home-fenbu .item:hover .pic img {
	transform: scale(1.03)
}

.home-fenbu .slick-dots {
	z-index: 10;
	bottom: 0;
	line-height: 0;
	text-align: center
}

.home-fenbu .slick-dots li {
	margin: 0 6px;
	padding: 0;
	width: 16px;
	height: 16px
}

.home-fenbu .slick-dots li button {
	width: 16px;
	height: 16px;
	display: block;
	background: url("../images/dot1.png") no-repeat center center
}

.home-fenbu .slick-dots li button:before {
	content: ""
}

.home-fenbu .slick-dots .slick-active button {
	background: url("../images/dot1h.png") no-repeat center center
}

.home-fenbu .slick-dots .slick-active button:before {
	color: transparent
}

.home-guanggao {
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2.5px 4.33px 5px rgba(0,0,0,0.75);
	text-align: center;
	padding-top: 221px;
	height: 376px;
	letter-spacing: 8px
}

.home-anniu {
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 42px 0;
	text-align: center;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.home-anniu h3 {
	font-size: 20px;
	margin-bottom: 26px;
	letter-spacing: 2px
}

.home-anniu a {
	color: #fe952c;
	font-size: 16px;
	display: block;
	width: 292px;
	height: 48px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	border-bottom: 4px solid #eadede;
	border-radius: 5px;
	line-height: 45px
}

.home-anniu:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

@font-face {
	font-family:"DIN-Light";src:url("../font/DIN-Light.woff2") format("woff2"),url("../font/DIN-Light.woff") format("woff"),url("../font/DIN-Light.ttf") format("truetype"),url("../font/DIN-Light.eot") format("embedded-opentype"),url("../font/DIN-Light.svg") format("svg");font-weight:normal;font-style:normal
}

.footer {
	background: #393a38;
	color: #bababa;
	padding: 68px 0 38px 0
}

.footer a {
	color: #fff
}

.footer a:hover {
	text-decoration: underline
}

.footer .container {
	overflow: hidden
}

.footer .menu {
	overflow: hidden;
	width: 65%;
	float: left;
	color: #fff;
	line-height: 26px
}

.footer .menu a {
	color: #a6a6a6;
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	padding-right: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.footer .menu a.bt {
	color: #fff;
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold
}

.footer .menu a:hover {
	color: #fff;
	text-decoration: underline;
	padding-left: 5px
}

.footer .menu li {
	width: 25%;
	float: left
}

.footer-ewm {
	width: 200px;
	float: left
}

.footer-ewm h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px
}

.footer .footer-contact {
	width: 17%;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	background: url(../images/service.png) no-repeat left top;
	padding-left: 70px
}

.footer .footer-contact .p-01 {
	font-size: 16px
}

.footer .footer-contact .tel {
	font-size: 25px;
	font-family: "DIN-Light";
	font-weight: 100;
	line-height: 1;
	margin-bottom: 17px
}

.footer .footer-contact .p-02 {
	margin-bottom: 2px
}

.footer .footer-contact .span-01 {
	display: inline-block;
	border: 1px #fff solid;
	font-size: 12px;
	line-height: 2;
	padding: 0 52px
}

.footer .copyright {
	border-top: 1px #4d4e4c solid;
	margin-top: 28px;
	padding-top: 26px;
	line-height: 2;
	text-align: center;
	font-size: 14px;
	color: #606060
}

.link-show {
	font-size: 14px;
	margin-top: 47px;
	position: relative;
	padding-left: 77px;
	height: 30px;
	line-height: 30px;
	padding-right: 200px
}

.link-show span {
	color: #ccc;
	position: absolute;
	top: 0;
	left: 0
}

.link-show a {
	color: #929292;
	display: block;
	margin-right: 12px;
	float: left
}

.footer .span-02 {
	float: right
}

.share {
	height: 30px;
	width: 200px;
	position: absolute;
	top: 0;
	right: 0
}

.share .bdshare-button-style0-16 a {
	width: 30px!important;
	height: 30px!important;
	display: block!important;
	float: left;
	margin: 0 0 0 19px;
	padding-left: 0
}

.share .bdshare-button-style0-16 .bds_weixin {
	background: url("../images/f1.png") no-repeat center center!important
}

.share .bdshare-button-style0-16 .bds_fx {
	background: url("../images/f2.png") no-repeat center center!important
}

.share .bdshare-button-style0-16 .bds_pengyouquan {
	background: url("../images/f3.png") no-repeat center center!important
}

.share .bdshare-button-style0-16 .bds_tsina {
	background: url("../images/f4.png") no-repeat center center!important
}

.bd_weixin_popup {
	height: auto!important;
	padding: 10px 7px!important;
	width: 245px!important
}

#doyoo_panel {
	left: 41px!important;
	width: 130px!important;
	top: 153px!important
}

#doyoo_panel div.doyoo_pan_icon_inner {
	 
	width: 130px!important
}

#doyoo_panel a {
	width: 130px!important;
	height: 29px!important;
	margin-bottom: 2px
}

@media (max-width:768px) {
	#doyoo_panel {
		left: 20px!important;
		width: 55px!important;
		top: auto!important;
		bottom: 70px!important
	}
}

.you {
	width: 128px;
	height: 547px;
	position: fixed;
	right: 2px;
	top: 99px;
	z-index: 9;
}

.you .closed {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	text-align: right;
	color: #fff;
	font-size: 25px;
	width: 20px;
	height: 20px;
    background: url(../images/close.png) no-repeat center center;
}


.mobile-footer-menu {
    display: none;
    z-index:9999;
    height: 60px
}

@media (max-width:768px) {
    .footer {
        margin-bottom: 60px
    }

    .mobile-footer-menu {
        display: block;
        width: 100%;
        background: #ff7f00;
        padding: 5px 0;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 99;
        list-style: none;
        font-size: 12px
    }

    .mobile-footer-menu li {
        width: 25%;
        float: left;
        position: relative
    }

    .mobile-footer-menu li:after {
        content: "";
        position: absolute;
        height: 42px;
        width: 1px;
        background: rgba(255,255,255,0.3);
        right: 0;
        top: 2px
    }

    .mobile-footer-menu li span {
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    .mobile-footer-menu li span img {
        max-width: 100%
    }

    .mobile-footer-menu li em {
        font-style: normal;
        text-align: center;
        display: block;
        color: #fff;
        height: 20px;
        line-height: 20px;
        overflow: hidden
    }

    .mobile-footer-menu li:last-child:after {
        display: none
    }
}

.transparent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: url(../images/transparent-bg.png) repeat;
    background: rgba(0,0,0,0.7);
    display: none
}


.popup1 {
    position: fixed;
    z-index: 9999;
    width: 300px;
    height: 324px;
    background:#fff;
    left: 50%;
    top: 50%;
    text-align: center;
    padding: 20px;
    display: none;
    margin: -162px 0 0 -150px
}

.popup1 .box {
    height: 100%
}

.popup1 .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/close.png) no-repeat center center
}

.popup1 .p-01 {
    font-weight: bold;
    font-size: 15px;
    margin: 5px 0
}

.popup1 .p-02 {
    font-size: 12px
}

.popup1 a {
    color: #274095
}

.popup1 a:hover {
    text-decoration: underline
}

.tanchu span {
    font-size: 20px;
    color: #ff7f00;
    text-align: center;
    display: block;

}

.online li{
    overflow: hidden;
    line-height:30px;
}
.online li h3{
    float:left;
    color:#333;
    margin-right:5px;
    font-size:12px;
}
.online li p{
    float:left;
    color:#ef5627;
    font-size:16px;

}
.online li p a{
    color:#ef5627;
    font-weight: bold;
    font-family: arial;
}
@media (max-width:1440px) {
	.header .container {
		padding: 0
	}

	.nav {
		margin-right: 65px
	}

	.home-jiaoshi .jiaoshi-list {
		margin: 0 -18px
	}

	.home-jiaoshi .jiaoshi-list li {
		padding: 0 18px
	}

	.home-fenbu .fenbu-list {
		margin: 0 -18px
	}

	.home-fenbu .item {
		padding: 22px 18px
	}

	.home-banner .container {
		padding: 0
	}

	.home-banner .banner-sousuo .sou-info {
		padding-left: 180px
	}
    .home-banner .form-text{
        width:200px;
    }
    .home-banner select{
        width:200px;
    }
    .home-banner #formRegion1{
        width:200px;
    }
    .home-banner .button{
        width:200px;
    }
}

@media (max-width:1400px) {
	.nav {
		margin-right: 45px
	}
}

@media (max-width:1366px) {
	.nav {
		margin-right:0;
        margin-left:10px;
	}
}

@media (max-width:1360px) {
	.home-banner .home-banner-slick {
		float: none
	}
}

@media (max-width:1280px) {
	.home-jiaoshi .jiaoshi-list {
		margin: 0 -10px
	}

	.home-jiaoshi .jiaoshi-list li {
		padding: 0 10px
	}

	.home-fenbu .fenbu-list {
		margin: 0 -10px
	}

	.home-fenbu .item {
		padding: 22px 10px
	}

	.nav ul li {
		margin-left: 0
	}

	.nav ul li a {
		padding: 0 20px
	}

	.footer-ewm {
		width: 120px
	}

	.footer .footer-contact {
		width: 20%
	}
}

@media (max-width:1260px) {
	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover {
		padding-top: 38px
	}

	.home-riyu .riyu-list .riyu-info .info ul li .pic .hover {
		padding-top: 96px
	}

	.home-riyu .riyu-list .riyu-info .info ul li {
		padding: 0 10px
	}

	.home-riyu .riyu-list .riyu-info .info ul {
		margin: 0 -10px
	}
}

@media (max-width:1200px) {
	.fsbanner .list .bt {
		font-size: 20px
	}

	.header-search {
		margin-right: 45px
	}

	.home-kecheng ul {
		padding: 0 30px
	}
}

@media (max-width:1024px) {
	.home-kecheng ul {
		padding: 0 10px
	}

	.home-kecheng ul li .text .bt {
		font-size: 16px
	}

	.home-kecheng ul li .text .jsh {
		font-size: 13px
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover {
		padding-top: 20px
	}

	.home-riyu .riyu-list .riyu-info .info ul li .pic .hover {
		padding-top: 76px
	}

	.home-youshi .youshi2 ul li {
		width: 220px;
		margin: 0 5px
	}
}

@media (max-width:768px) {
	.footer .menu {
		width: 100%;
		margin-bottom: 20px
	}

	.footer-ewm {
		width: 50%
	}

	.footer .footer-contact {
		width: 50%
	}

	.you {
		display: none
	}

	.home-fenbu {
		padding: 30px 0
	}

	.home-fenbu .fenbu-list {
		padding-top: 0
	}

	.home-youshi .youshi-bg {
		padding: 30px 0
	}

	.home-youshi .youshi1 ul li {
		width: 138px
	}

	.home-youshi .youshi1 {
		margin-top: 50px
	}

	.home-youshi .youshi2 {
		margin-top: 50px
	}

	.home-youshi .youshi2 ul li {
		margin: 5px
	}

	.home-jiaoshi {
		padding: 30px 0
	}

	.home-jiaoshi .jiaoshi-list {
		padding: 0 0 30px 0
	}

	.home-jiaoshi .jiaoshi-list li {
		width: 50%;
		margin-top: 20px
	}

	.home-riyu .riyu-list .riyu-info .info ul {
		padding-bottom: 30px
	}

	.home-riyu .riyu-list .riyu-info .info ul li {
		width: 49%;
		margin-top: 20px
	}

	.home-riyu .riyu-list .riyu-info .info ul li .pic .hover {
		padding-top: 38%
	}

	.home-riyu .riyu-list .riyu-info {
		padding-top: 20px
	}

	.home-riyu {
		padding: 30px 0
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .box {
		box-shadow: 0
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover {
		padding-top: 38%;
		background: url("../images/bg.png") repeat center center
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .span {
		color: #c9c9c9
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .jsh {
		height: 0
	}

	.home-riyu .riyu-list .riyu-info .info ul li:hover .pic .hover .more {
		height: 0
	}

	.home-kecheng ul li .pic {
		width: 50px;
		height: 50px;
		margin-bottom: 10px
	}

	.home-kecheng ul li {
		width: 33.333333333%;
		padding: 15px 15px
	}

	.home-kecheng ul li a {
		padding-bottom: 10px
	}

	.home-kecheng ul li:hover a {
		box-shadow: none
	}

	.footer {
		padding: 30px 0
	}

	.search-container {
		width: 100%
	}

	.search .search-main {
		padding: 0 10px 13px 10px
	}

	.search-container {
		margin: 40px auto
	}

	#search-closed {
		top: 5px
	}

	.home-banner .home-banner-slick {
		left: 50%;
		margin-left: -680px
	}

	.home-banner .banner-sousuo {
		position: relative;
		top: auto;
		left: auto
	}

	.home-banner {
		height: auto
	}

	.home-banner .banner-sousuo .sousuo-title {
		text-align: center
	}

	.home-banner .banner-sousuo .sou-info {
		margin: 0 auto;
		padding: 15px 5px;
		height: auto;
		width: 100%
	}

	#submitItem {
		display: none
	}

	.home-kecheng {
		padding: 20px 0;
		text-align: center
	}

	.home-banner .form-item {
		width: 50%;
		float: left;
		padding: 0 5px
	}

	.home-banner .form-text {
		width: 100%
	}

	.home-banner select {
		width: 100%
	}

	#formRegion {
		overflow: hidden
	}

	.home-banner #formRegion1 {
		width: 100%
	}

	.home-banner .form-item#item_mobile {
		width: 100%
	}

	.home-banner .banner-sousuo ul li .select_option li {
		width: 100%
	}

	.home-banner .banner-sousuo ul li select {
		width: 100%
	}

	.home-banner .banner-sousuo ul li.last {
		width: 100%
	}

	.submit {
		text-align: center
	}

	.home-banner .home-banner-slick {
		height: 500px
	}

	.home-jiaoshi .jiaoshi-list li:hover .pic .hover {
		display: none
	}

	.home-jiaoshi .jiaoshi-list li:hover .text {
		display: block
	}

	.home-banner .banner-info {
		top: 200px
	}

	.home-banner .banner-info .container .jsh {
		display: none
	}

	.home-title:after {
		margin: 6px auto 15px auto
	}
}

@media (max-width:520px) {
	.header-search .pull-right {
		width: 188px
	}

	.home-riyu .riyu-list {
		padding: 0
	}

	.home-liuxue .liucheng-bg {
		height: auto
	}

	.home-liuxue {
		height: auto;
		background-size: cover!important
	}

	.home-title h3 {
		font-size: 22px
	}

	.home-title p {
		font-size: 14px
	}

	.link-show {
		padding-right: 0;
		margin-top: 20px
	}

	.share {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		clear: both;
		display: none
	}

	.home-anniu {
		padding: 25px 0
	}

	.home-anniu h3 {
		letter-spacing: 3px
	}

	.share .bdshare-button-style0-16 a {
		margin: 0 19px 0 0
	}

	.home-guanggao {
		padding-top: 36%
	}

	.search-info .select_showbox {
		width: 100px
	}

	.search-info .select_option li {
		width: 100px
	}

	.search-info input.inp_srh,.search-info input.btn_srh {
		padding-left: 115px
	}

	.home-banner .home-banner-slick {
		display: none
	}

	.home-banner .home-banner-slick-phone {
		display: block
	}

	.home-banner .banner-info {
		top: 30px
	}

	.home-banner .banner-info .container .bt {
		font-size: 40px
	}

	.home-banner .banner-info .container .jsh {
		font-size: 14px
	}

	.home-kecheng ul li .text .bt {
		font-size: 14px;
		text-overflow: clip;
		white-space: normal
	}

	.home-kecheng ul li .text .jsh {
		text-overflow: clip;
		white-space: normal
	}

	.home-kecheng ul {
		padding: 0
	}

	.home-kecheng ul li {
		padding: 10px 5px;
		display: inline-block;
		float: none;
		width: 32%;
		vertical-align: top
	}

	.home-kecheng ul li .text {
		padding: 0
	}

	.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .bt {
		font-size: 16px
	}

	.home-riyu .riyu-list .riyu-info .info ul li .pic .hover .span {
		font-size: 14px
	}

	.home-youshi .youshi1 ul li {
		width: 32%
	}

	.home-youshi .youshi1 ul li .bt {
		font-size: 14px
	}

	.home-youshi .youshi2 {
		margin-top: 30px
	}

	.home-fenbu .item .text .bt {
		font-size: 18px
	}

	.home-jiaoshi .jiaoshi-list {
		margin: 0 -5px
	}

	.home-jiaoshi .jiaoshi-list li {
		padding: 0 5px;
		margin-top: 10px
	}

	.home-fenbu .fenbu-list {
		padding-bottom: 30px
	}

	.footer-ewm {
		width: 120px
	}

	.footer .footer-contact {
		width: 63%;
		padding-top: 26px;
		background: 0;
		padding-left: 0
	}

	.footer-ewm h3 {
		margin-bottom: 10px
	}

	.footer .footer-contact .tel {
		margin-bottom: 6px
	}

	.footer .menu {
		border-bottom: 1px solid #40413c
	}

	.footer {
		padding: 16px 0
	}

	.footer .menu {
		margin-bottom: 16px
	}

	.home-youshi .youshi1 {
		margin-top: 30px
	}

	.home-youshi .youshi2 .container {
		padding: 0
	}

	.home-youshi .youshi2 ul li {
		width: 46%
	}

	.home-banner .banner-sousuo .jsh {
		margin-bottom: 0
	}
}

@media (max-width:414px) {
	.home-youshi .youshi2 ul li .num {
		font-size: 38px
	}

	.home-youshi .youshi2 ul li .jsh {
		padding: 0 5px;
		font-size: 13px
	}

	.home-youshi .youshi2 ul li .bt {
		line-height: 68px;
		font-size: 28px;
		margin: 0
	}

	.header-search .pull-right a {
		font-size: 14px
	}

	.nav {
		display: none
	}

	.home-banner .banner-info .container .bt {
		font-size: 26px
	}

	.home-banner .banner-info .container .jsh {
		font-size: 14px;
		line-height: 22px;
		padding: 0 10px;
		height: 88px
	}

	.home-riyu {
		padding: 35px 0
	}

	.home-riyu .riyu-list .riyu-info .info ul {
		margin: 0 -5px
	}

	.home-riyu .riyu-list .riyu-info .info ul li {
		padding: 0 5px;
		margin-top: 10px
	}

	.home-riyu .riyu-list .top-nav ul li {
		width: 33%
	}

	.footer .menu a.bt {
		font-weight: normal
	}

	.footer-ewm h3 {
		font-weight: normal
	}
}

@media (max-width:375px) {
	.home-riyu .riyu-list .top-nav ul li a {
		padding: 0 10px
	}

	.home-riyu .riyu-list .top-nav ul li {
		width: 112px
	}

	.header-search .pull-right a {
		padding-left: 10px;
		width: 126px
	}

	.header-search .pull-right {
		width: 135px
	}

	.footer .menu a {
		display: none
	}

	.footer .menu a.bt {
		display: block
	}

	.search-info input.inp_srh,.search-info input.btn_srh {
		font-size: 14px;
		padding-right: 45px
	}

	.search-info .select_box {
		font-size: 14px
	}

	.btn_srh {
		width: 45px
	}

	.search-info .select_showbox {
		width: 90px
	}

	.search-info .select_option li {
		width: 90px
	}

	.search-info input.inp_srh,.search-info input.btn_srh {
		padding-left: 100px
	}
}

@media (max-width:320px) {
	.home-riyu .riyu-list .riyu-info .info ul li {
		width: 100%
	}

	.home-riyu .riyu-list .top-nav ul li {
		width: 100px;
		font-size: 14px
	}

	.home-jiaoshi .jiaoshi-list li {
		width: 100%
	}

	.home-youshi .youshi2 ul li {
		width: 126px;
		padding-top: 0;
		height: 126px
	}

	.search-info input.inp_srh,.search-info input.btn_srh {
		font-size: 13px
	}

	.home-kecheng ul li {
		width: 48%
	}

	.footer .footer-contact {
		width: 54%
	}
}

.inmain {
	position: relative
}

.inmain .second-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("../images/bg7.png") repeat center center;
	padding: 19px 0
}

.inmain .second-nav h3 {
	position: absolute;
	top: 0;
	font-size: 18px;
	color: #464646;
	left: 50px;
    display:none;
	line-height: 67px
}

.inmain .second-nav ul {
	text-align: center;
	padding-left: 130px
}

.inmain .second-nav ul li {
	display: inline-block;
	margin: 0 17px
}

.inmain .second-nav ul li a {
	font-size: 16px;
	color: #464646;
	line-height: 30px
}

.inmain .second-nav ul li a:hover {
	color: #f3a252
}

.inmain .second-nav ul .active a {
	color: #f3a252
}

.about-title {
	text-align: center
}

.about-title h3 {
	color: #3a3a3a;
	font-size: 28px;
	font-weight: bold
}

.about-title p {
	font-size: 18px;
	color: #333;
	font-family: '微軟正黑體';
	font-weight: bold
}

.about-title:after {
	content: '';
	display: block;
	margin: 11px auto;
	width: 37px;
	height: 3px;
	background: #f8a34f
}

.about {
	padding: 45px 0 0 0
}

.about .about1 .container {
	width: 985px
}

.about .about1 .container .about-info {
	font-size: 15px;
	color: #383838;
	line-height: 30px;
	padding: 48px 0
}

.about .about2 {
	background: url("../images/youshi.jpg") no-repeat bottom center;
	height: 455px
}

.about .about2 .youshi-bg {
	padding: 65px 0 131px 0;
	background: url("../images/bg3.png") repeat center center;
	height: 100%
}

.about .about2 .youshi2 {
	margin-top: 84px;
	overflow: hidden
}

.about .about2 .youshi2 ul {
	text-align: center;
	margin: 0 auto
}

.about .about2 .youshi2 ul li {
	width: 244px;
	height: 136px;
	text-align: center;
	display: inline-block;
	color: #fff;
	vertical-align: top;
	margin: 0 17px;
	padding-top: 13px
}

.about .about2 .youshi2 ul li .bt {
	font-size: 46px
}

.about .about2 .youshi2 ul li .num {
	font-size: 60px;
	font-family: "DINCond-Bold";
	line-height: 68px
}

.about .about2 .youshi2 ul li .jsh {
	font-size: 16px;
	margin-top: 4px
}

.about .about3 {
	padding: 31px 0 105px 0
}

.about .about3 .container {
	width: 985px;
	font-size: 15px;
	color: #383838;
	line-height: 30px
}

.content {
	min-height: 500px
}

.life {
	padding: 45px 0 80px 0;
	overflow: hidden
}

.life .life-info {
	padding-top: 53px
}

.life .life-info .left {
	width: 50%;
	float: left;
	padding: 57px 88px 0 26px
}

.life .life-info .left h3 {
	font-size: 44px;
	color: #000;
	font-weight: normal;
	font-family: '微軟正黑體'
}

.life .life-info .left span {
	display: block;
	font-size: 30px;
	color: #666;
	font-family: '微軟正黑體'
}

.life .life-info .left p {
	font-size: 16px;
	color: #666
}

.life .life-info .right {
	width: 50%;
	float: left
}

.teacher {
	padding: 45px 0 60px 0
}

.teacher .teacher-info {
	margin-top: 41px;
	overflow: hidden
}

.teacher .teacher-info ul {
	margin: 0 -22px;
	overflow: hidden
}

.teacher .teacher-info ul li {
	width: 24.5%;
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	margin: 0 0 55px 0
}

.teacher .teacher-info ul li a {
	display: block;
	overflow: hidden;
	position: relative
}

.teacher .teacher-info ul li .pic:after {
	padding-bottom: 80%
}

.teacher .teacher-info ul li .text {
	width: 100%;
	padding-top: 16px
}

.teacher .teacher-info ul li .text .bt {
	overflow: hidden;
	line-height: 30px;
	margin-bottom: 12px
}

.teacher .teacher-info ul li .text h3 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #333
}

.teacher .teacher-info ul li .text span {
	float: left;
	font-size: 16px;
	padding-left: 8px;
	color: #333;
	display: block
}

.teacher .teacher-info ul li .text .jsh {
	line-height: 24px;
	font-size: 14px;
	color: #666
}

.job {
	padding: 45px 0 60px 0
}

.job .job-info {
	padding-top: 12px;
	overflow: hidden
}

.job .job-info .jsh {
	text-align: center;
	font-size: 15px;
	color: #767676;
	margin-bottom: 60px
}

.job .job-info .jsh a {
	color: #767676
}

.job .job-info dl {
	overflow: hidden;
	width: 1084px;
	margin: 0 auto
}

.job .job-info dl dt {
	display: block;
	padding: 22px 20px 18px 20px;
	margin-bottom: 5px
}

.job .job-info dl dt span {
	display: block;
	text-align: left;
	width: 12%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 15px;
	color: #373737
}

.job .job-info dl dt .name {
	width: 100%;
	padding-right: 20px
}

.job .job-info dl dt .time {
	width: 100%;
	font-size: 14px;
	color: #a3a3a3
}

.job .job-info dl .list_dt {
	cursor: pointer;
	line-height: 30px;
	transition: width 2s
}

.job .job-info .list_dt {
	color: #fff;
	cursor: pointer;
	position: relative;
	background: #f5f5f5 url(../images/more1.png) no-repeat right 30px
}

.job .job-info .list_dt:hover {
	transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	background: #f5f5f5 url(../images/more1.png) no-repeat right 30px
}

.job .job-info #open {
	background: #f5f5f5 url(../images/more1.png) no-repeat right 30px;
	color: #303030;
	margin-bottom: 0
}

.job .job-info .list_dd {
	display: none
}

.job .job-info .jobsub {
	border: 2px solid #f5f5f5;
	background: #fff;
	border-top: 0;
	line-height: 30px;
	padding: 9px 11px 26px 25px;
	color: #777;
	font-size: 14px;
	overflow: hidden
}

.job .job-info .jobsub .bt {
	font-size: 15px;
	color: #333;
	margin-bottom: 9px
}

.news {
	padding: 45px 0;
	background: #f5f5f5;
	overflow: hidden
}

.news .news-bottom {
	padding-top: 50px
}

.news-bottom .title {
	font-size: 18px;
	color: #555;
	margin-bottom: 29px
}

.news .news-bottom ul {
	margin: 0 -21px 50px -21px;
	overflow: hidden
}

.news .news-bottom ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 21px;
	margin-bottom: 30px
}

.news .news-bottom ul li .box {
	padding-bottom: 25px;
	background: #fff
}

.news .news-bottom ul li .box .pic img {
	transition: .5s
}

.news .news-bottom ul li .box .pic:after {
	padding-bottom: 57.5%
}

.news .news-bottom ul li .box .text {
	margin: 29px 34px 34px 34px;
	position: relative;
	padding-left: 103px
}

.news .news-bottom ul li .box .text .date {
	width: 83px;
	height: 66px;
	border-right: 1px solid #ececec;
	position: absolute;
	top: 0;
	left: 0;
	font-family: arial
}

.news .news-bottom ul li .box .text .date h3 {
	font-size: 42px;
	color: #333;
	line-height: 50px
}

.news .news-bottom ul li .box .text .date p {
	font-size: 12px;
	color: #999
}

.news .news-bottom ul li .box .text .info .bt {
	font-size: 15px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 7px
}

.news .news-bottom ul li .box .text .info .jsh {
	font-size: 14px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.news .news-bottom ul li .box .more {
	margin: 0 34px;
	border-top: 1px solid #e5e5e5;
	line-height: 45px;
	background: url("../images/more2.png") no-repeat center right
}

.news .news-bottom ul li .box:hover .pic img {
	transform: scale(1.03)
}

.news .news-bottom ul li .box:hover .text .info .bt {
	color: #f3a252
}

.news-show {
	border-top: 8px solid #f8a34f;
	padding: 57px 0
}

.news-show .container {
	width: 985px
}

.news-show .news-h1 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 8px
}

.news-show .news-h2 {
	color: #333;
	font-size: 14px
}

.news-show .news-info {
	font-size: 15px;
	color: #555;
	line-height: 24px;
	padding: 24px 0
}

.releated-news {
	padding: 38px 0;
	background: #f5f5f5
}

.releated-news .title {
	font-size: 30px;
	color: #505050;
	margin-bottom: 22px
}

.releated-news ul {
	margin: 0 -21px 50px -21px;
	overflow: hidden
}

.releated-news ul li {
	width: 33.33333333%;
	float: left;
	padding: 0 21px
}

.releated-news ul li a {
	display: block;
	overflow: hidden;
	background: #fff
}

.releated-news ul li .box {
	padding-bottom: 25px
}

.releated-news ul li .box .text {
	margin: 29px 34px 34px 34px;
	position: relative;
	padding-left: 103px
}

.releated-news ul li .box .text .date {
	width: 83px;
	height: 66px;
	border-right: 1px solid #ececec;
	position: absolute;
	top: 0;
	left: 0;
	font-family: arial
}

.releated-news ul li .box .text .date h3 {
	font-size: 42px;
	color: #333;
	line-height: 50px
}

.releated-news ul li .box .text .date p {
	font-size: 12px;
	color: #999
}

.releated-news ul li .box .text .info .bt {
	font-size: 15px;
	color: #333;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 7px
}

.releated-news ul li .box .text .info .jsh {
	font-size: 14px;
	color: #777;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.releated-news ul li .box .more {
	margin: 0 34px;
	border-top: 1px solid #e5e5e5;
	line-height: 45px;
	background: url("../images/more2.png") no-repeat center right
}

.releated-news ul li .box:hover .text .info .bt {
	color: #f3a252
}

.fenbu {
	padding: 45px 0;
	background: #f5f5f5
}

.fenbu .fenbu-bottom {
	padding-top: 27px
}

.fenbu .fenbu-bottom ul {
	margin: 0 -22px
}

.fenbu .fenbu-bottom ul li {
	width: 25%;
	float: left;
	padding: 22px;
	margin-bottom: 5px
}

.fenbu .fenbu-bottom ul li .pic img {
	transition: .5s
}

.fenbu .fenbu-bottom ul li .pic:after {
	padding-bottom: 47%
}

.fenbu .fenbu-bottom ul li .pic .hover {
	width: 109px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	position: absolute;
	top: 15px;
	left: 15px;
	color: #fff;
	background: #f75d48;
	text-shadow: 1px 1px 0 #f4712c;
    overflow:hidden;
	display: none
}

.fenbu .fenbu-bottom ul li .pic .hover:hover {
	background: #f54a33
}

.fenbu .fenbu-bottom ul li .text {
	padding: 15px 41px 37px 30px;
	background: #fff;
	overflow: hidden
}

.fenbu .fenbu-bottom ul li .text .bt {
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin-bottom: 7px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.fenbu .fenbu-bottom ul li .text .bt a {
	color: #444
}

.fenbu .fenbu-bottom ul li .text .bt a:hover {
	color: #ff9124
}

.fenbu .fenbu-bottom ul li .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	position: relative;
	padding-left: 41px
}

.fenbu .fenbu-bottom ul li .text .jsh span {
	position: absolute;
	top: 0;
	left: 0
}

.fenbu .fenbu-bottom ul li .text .anniu {
	text-align: center;
	margin-top: 5px
}

.fenbu .fenbu-bottom ul li .text .anniu a {
	width: 109px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	float: left;
	cursor: pointer;
	text-shadow: 1px 1px 0 #f4712c;
	color: #fff
}

.fenbu .fenbu-bottom ul li .text .anniu .zixun {
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    margin-right: 22px;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.fenbu .fenbu-bottom ul li .text .anniu .zixun:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.fenbu .fenbu-bottom ul li .text .anniu .shiting {
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff6262, endColorstr=#ff5601)";
    background-image: linear-gradient(to right,#ff6262 0,#ff5601 51%,#ff5601 100%);
}

.fenbu .fenbu-bottom ul li .text .anniu .shiting:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff5601, endColorstr=#ff6262)";
    background-image: linear-gradient(to right,#ff5601 0,#ff6262 51%,#ff6262 100%);
}

.fenbu .fenbu-bottom ul li:hover .box {
	display: block;
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24);
	overflow: hidden
}

.fenbu .fenbu-bottom ul li:hover .pic img {
	transform: scale(1.03)
}

.fenbu .fenbu-bottom ul li:hover .pic .hover {
	display: block
}

.highschool .high1 .bg {
	background: url("../images/bg8.png") repeat center center;
	padding-top: 115px;
	padding-bottom: 74px
}

.highschool .high1 .bg .bt {
	font-size: 72px;
	color: #ffaf60;
	text-align: center;
	font-weight: bold;
	line-height: 100px
}

.highschool .high1 .bg .span {
	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 70px
}

.highschool .high1 .bg .jsh {
	font-size: 22px;
	color: #fff;
	text-align: center
}

.highschool .high1 .bg ul {
	overflow: hidden;
	margin: 79px -12px 77px -12px
}

.highschool .high1 .bg ul li {
	width: 16.66666666667%;
	padding: 0 12px;
	float: left
}

.highschool .high1 .bg ul li .box {
	border-radius: 10px;
	padding-top: 28px;
	padding-bottom: 18px;
	background: #fff
}

.highschool .high1 .bg ul li .box:hover {
	background: #f3a252
}

.highschool .high1 .bg ul li .box:hover .pic .h {
	display: none
}

.highschool .high1 .bg ul li .box:hover .pic .hh {
	display: block
}

.highschool .high1 .bg ul li .box:hover .jsh {
	color: #fff
}

.highschool .high1 .bg ul li .pic {
	height: 100px
}

.highschool .high1 .bg ul li .pic .hh {
	display: none
}

.highschool .high1 .bg ul li .jsh {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	padding: 0 29px;
	margin-top: 5px
}

.highschool .high1 .bg .xun a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 292px;
	height: 53px;
	line-height: 49px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #f4712c;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.highschool .high1 .bg .xun a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.highschool .high2 {
	padding: 56px 0 76px 0;
	background: #ececec
}

.highschool .high2 .title {
	font-size: 32px;
	color: #3a3a3a;
	text-align: center
}

.highschool .high2 .title:after {
	width: 37px;
	height: 3px;
	margin: 7px auto;
	background: #f8a34f;
	display: block;
	content: ''
}

.highschool .high2 .high2-bottom {
	margin-top: 42px;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	position: relative
}

.highschool .high2 .high2-bottom:before {
	content: '';
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	background: #f3a252;
	z-index: 1
}

.highschool .high2 .high2-bottom .left {
	width: 33.6%;
	float: left;
	padding: 27px 0;
	box-shadow: 15px 25.98px 30px 0 rgba(243,162,82,0.33);
	overflow: hidden;
	position: relative;
	z-index: 5
}

.highschool .high2 .high2-bottom .left .bt {
	position: relative;
	padding: 0 50px;
	line-height: 108px;
	margin-bottom: 21px
}

.highschool .high2 .high2-bottom .left .bt h3 {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 50px
}

.highschool .high2 .high2-bottom .left .bt p {
	font-size: 72px;
	color: #f4ad6b
}

.highschool .high2 .high2-bottom .right {
	width: 66.4%;
	float: left;
	padding: 31px 75px 37px 53px;
	border-bottom-right-radius: 10px;
	background: #fff;
	border-top-right-radius: 10px;
	position: relative;
	z-index: 3
}

.highschool .high2 .high2-bottom .right:after {
	content: '';
	display: block;
	position: absolute;
	width: 95px;
	height: 97px;
	background: url(../images/high4.png) no-repeat center center;
	z-index: 1;
	right: 75px;
	top: 50px
}

.highschool .high2 .high2-bottom .right .title1 {
	font-size: 32px;
	color: #3a3a3a
}

.highschool .high2 .high2-bottom .right .title1 span {
	font-size: 54px;
	color: #f3a252
}

.highschool .high2 .high2-bottom .right .jsh {
	position: relative;
	font-size: 20px;
	color: #656565;
	padding-left: 105px;
	margin-bottom: 47px
}

.highschool .high2 .high2-bottom .right .jsh span {
	position: absolute;
	top: 0;
	left: 0;
	color: #f49333;
	font-weight: bold
}

.highschool .high2 .high2-bottom .right ul li {
	border-top: 1px solid #e4e1df;
	overflow: hidden
}

.highschool .high2 .high2-bottom .right ul li span {
	display: block;
	padding: 21px 0;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #e4e1df
}

.highschool .high2 .high2-bottom .right ul li span:nth-child(2n) {
	border-right: 0
}

.highschool .high3 {
	margin-top: 67px;
	background: #f3a252
}

.highschool .high3 .container {
	background: #fff
}

.highschool .high3 .left {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding: 46px 43px 88px 43px
}

.highschool .high3 .left h3 {
	font-size: 32px;
	color: #3a3a3a;
	margin-bottom: 22px
}

.highschool .high3 .left h3 span {
	font-size: 54px;
	color: #f3a252
}

.highschool .high3 .left ul {
	padding-left: 30px
}

.highschool .high3 .left ul li {
	font-size: 17px;
	color: #666;
	background: url("../images/dot2.png") no-repeat left 20px;
	line-height: 48px;
	padding-left: 20px
}

.highschool .high3 .right h3 span {
	font-size: 46px
}

.highschool .hight4 {
	padding: 106px 0 76px 0
}

.highschool .hight4 .title {
	font-size: 32px;
	color: #3a3a3a;
	text-align: center
}

.highschool .hight4 .title:after {
	width: 37px;
	height: 3px;
	margin: 15px auto 28px auto;
	background: #f8a34f;
	display: block;
	content: ''
}

.highschool .hight4 img {
	display: block
}

.highschool .high5 {
	padding: 34px 0 152px 0;
	overflow: hidden
}

.highschool .high5 .title {
	font-size: 32px;
	color: #3a3a3a;
	text-align: center
}

.highschool .high5 .title:after {
	width: 37px;
	height: 3px;
	margin: 15px auto 53px auto;
	background: #f8a34f;
	display: block;
	content: ''
}

.highschool .high5 img {
	display: block;
	float: left;
	margin: 0 2px
}

.abroad .abroad-title {
	text-align: center
}

.abroad .abroad-title h3 {
	color: #3a3a3a;
	font-size: 32px;
	font-weight: bold
}

.abroad .abroad-title p {
	font-size: 18px;
	color: #333;
	font-family: '微軟正黑體';
	font-weight: bold
}

.abroad .abroad-title:after {
	content: '';
	display: block;
	margin: 11px auto;
	width: 37px;
	height: 3px;
	background: #f8a34f
}

.abroad .abroad1 {
	padding: 46px 0 74px 0;
	background: #f5f5f5
}

.abroad .abroad1 ul {
	margin: 36px -12px 42px -12px
}

.abroad .abroad1 ul li {
	width: 20%;
	float: left;
	padding: 17px 12px;
	margin-bottom: 5px
}

.abroad .abroad1 ul li .pic img {
	transition: .5s
}

.abroad .abroad1 ul li .pic:after {
	padding-bottom: 47%
}

.abroad .abroad1 ul li .text {
	padding: 15px 30px 21px 30px;
	background: #fff;
	overflow: hidden
}

.abroad .abroad1 ul li .text .bt {
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.abroad .abroad1 ul li .text .bt a {
	color: #444
}

.abroad .abroad1 ul li .text .bt a:hover {
	color: #ff9124
}

.abroad .abroad1 ul li .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	position: relative;
	text-align: left
}

.abroad .abroad1 ul li:hover .box {
	display: block;
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24);
	overflow: hidden
}

.abroad .abroad1 ul li:hover .pic img {
	transform: scale(1.03)
}

.abroad .abroad1 .xun a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 329px;
	height: 53px;
	line-height: 49px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    transition: .5s;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #f4712c;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.abroad .abroad1 .xun a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.abroad .abroad2 {
	padding: 54px 0 57px 0;
	position: relative
}

.abroad .abroad2:after {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 67%;
	background: #f79644;
	z-index: 1;
	top: 0;
	left: 0
}

.abroad .abroad2 .abroad-title {
	position: relative;
	z-index: 2
}

.abroad .abroad2 .abroad-title h3 {
	color: #fff;
	text-shadow: 1px 1px 0 #f4712c;
	font-size: 36px
}

.abroad .abroad2 .abroad-title p {
	color: #fff;
	text-shadow: 1px 1px 0 #f4712c;
	font-size: 20px
}

.abroad .abroad2 .abroad-title:after {
	background: #fff
}

.abroad .abroad2 ul {
	position: relative;
	z-index: 2;
	margin: 59px -20px
}

.abroad .abroad2 ul li {
	padding: 0 20px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 -2px
}

.abroad .abroad2 ul li .box {
	padding: 65px 60px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
	min-height: 430px;
	position: relative
}

.abroad .abroad2 ul li .box:after {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
	width: 108px;
	height: 111px;
	background: url("../images/b1.png") no-repeat center center
}

.abroad .abroad2 ul li h3 {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	margin-bottom: 21px;
	position: relative;
	z-index: 2
}

.abroad .abroad2 ul li p {
	font-size: 17px;
	color: #555;
	line-height: 40px;
	background: url("../images/dot2.png") no-repeat left 15px;
	padding-left: 20px;
	position: relative;
	z-index: 2
}

.abroad .abroad2 ul .choose2 .box:after {
	top: 55px;
	right: 55px;
	width: 133px;
	height: 99px;
	background: url("../images/b2.png") no-repeat center center
}

.abroad3 .bg {
	background: url("../images/bg9.png") repeat center center;
	padding: 69px 0 138px 0
}

.abroad3 .abroad-title {
	position: relative;
	z-index: 2
}

.abroad3 .abroad-title h3 {
	color: #fff
}

.abroad3 .abroad-title p {
	color: #fff
}

.abroad3 .abroad-title:after {
	background: #fff
}

.abroad3 ul {
	margin-top: 74px;
	overflow: hidden
}

.abroad3 ul li {
	float: left;
	width: 143px;
	margin: 0 7px
}

.abroad3 ul li .box {
	width: 143px;
	height: 165px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-top: 53px;
	background: url("../images/b3.png") no-repeat center center
}

.abroad3 ul li .padding {
	padding-top: 66px
}

.abroad4 {
	padding: 44px 0 105px 0;
	background: #f5f5f5;
	overflow: hidden
}

.abroad4 ul {
	text-align: center;
	padding-top: 37px
}

.abroad4 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 34px
}

.abroad4 ul li .box {
	width: 289px
}

.abroad4 ul li .box .pic {
	width: 122px;
	height: 122px;
	margin: 0 auto 0 auto;
	border-radius: 50%;
	z-index: 2
}

.abroad4 ul li .box .text {
	position: relative;
	margin-top: -61px;
	background: #fff;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 53px
}

.abroad4 ul li .box .text .jsh {
	font-size: 17px;
	color: #555;
	line-height: 36px;
	margin-bottom: 32px
}

.abroad4 ul li .box .text .anniu {
	width: 158px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	border-radius: 5px
}

.abroad4 ul li:hover .box .text {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1)
}

.abroad4 ul .a1 .pic {
	background: #f77948
}

.abroad4 ul .a1 .text .anniu {
	background: #f77948
}

.abroad4 ul .a1:hover .box .pic {
	box-shadow: 0 5px 15px 0 rgba(247,121,72,0.73)
}

.abroad4 ul .a2 .pic {
	background: #f75d48
}

.abroad4 ul .a2 .text .anniu {
	background: #f75d48
}

.abroad4 ul .a2:hover .box .pic {
	box-shadow: 0 5px 15px 0 rgba(247,93,72,0.73)
}

.abroad4 ul .a3 .pic {
	background: #f8a34f
}

.abroad4 ul .a3 .text .anniu {
	background: #f8a34f
}

.abroad4 ul .a3:hover .box .pic {
	box-shadow: 0 5px 15px 0 rgba(248,163,79,0.73)
}

.abroad5 {
	padding: 72px 0 93px 0;
	overflow: hidden
}

.abroad5 ul {
	text-align: center;
	padding-top: 60px
}

.abroad5 ul li {
	display: inline-block;
	width: 25%;
	padding: 0 40px
}

.abroad5 ul li .pic {
	width: 184px;
	height: 184px;
	margin: 0 auto
}

.abroad5 ul li .text {
	padding-top: 20px
}

.abroad5 ul li .text .bt {
	font-size: 24px;
	color: #333
}

.abroad5 ul li .text .bt:after {
	content: '';
	display: block;
	width: 22px;
	height: 3px;
	margin: 10px auto;
	background: #f79b48
}

.abroad5 ul li .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 30px
}

.abroad6 {
	padding: 65px 0 76px 0;
	overflow: hidden;
	background: #f79b48
}

.abroad6 .abroad-title {
	position: relative;
	z-index: 2
}

.abroad6 .abroad-title h3 {
	color: #fff
}

.abroad6 .abroad-title p {
	color: #fff
}

.abroad6 .abroad-title:after {
	background: #fff
}

.abroad6 ul {
	margin: 36px -15px 42px -15px
}

.abroad6 ul li {
	width: 20%;
	float: left;
	padding: 22px 15px;
	margin-bottom: 5px
}

.abroad6 ul li .pic img {
	transition: .5s
}

.abroad6 ul li .pic:after {
	padding-bottom: 47%
}

.abroad6 ul li .text {
	padding: 23px 30px 42px 30px;
	background: #fff;
	overflow: hidden
}

.abroad6 ul li .text .bt {
	font-size: 20px;
	color: #444;
	font-weight: bold;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.abroad6 ul li .text .bt:after {
	content: '';
	display: block;
	width: 14px;
	height: 2px;
	background: #f79b48;
	margin: 9px auto 8px auto
}

.abroad6 ul li .text .bt a {
	color: #444
}

.abroad6 ul li .text .bt a:hover {
	color: #ff9124
}

.abroad6 ul li .text .jsh {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	position: relative;
	text-align: center
}

.abroad6 ul li:hover .box {
	display: block;
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24);
	overflow: hidden
}

.abroad6 ul li:hover .pic img {
	transform: scale(1.03)
}

.abroad7 {
	padding: 73px 0 76px 0;
	overflow: hidden;
	height: 755px;
	background: #fff url("../images/bg10.png") no-repeat top center
}

.abroad7 .abroad-title {
	position: relative;
	z-index: 2
}

.abroad7 .abroad-title h3 {
	color: #f77948
}

.abroad7 .abroad-title:after {
	background: #f79b48
}

.abroad7 .abroad7-bottom {
	position: relative
}

.abroad7 .icon {
	position: absolute;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 24px
}

.abroad7 .icon a {
	color: #fff
}

.abroad7 .icon p {
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%
}

.abroad7 .icon1 {
	width: 135px;
	height: 135px;
	background: #f77948;
	box-shadow: 0 5px 40px 0 rgba(247,121,72,0.5);
	left: 8%;
	top: 173px
}

.abroad7 .icon1 p {
	margin-top: -24px
}

.abroad7 .icon2 {
	width: 151px;
	height: 151px;
	background: #f75d48;
	box-shadow: 0 5px 40px 0 rgba(247,93,72,0.5);
	left: 20%;
	top: 285px
}

.abroad7 .icon2 p {
	margin-top: -24px
}

.abroad7 .icon3 {
	width: 181px;
	height: 181px;
	background: #f7c848;
	box-shadow: 0 5px 40px 0 rgba(247,200,72,0.5);
	left: 26%;
	top: 38px
}

.abroad7 .icon3 p {
	margin-top: -12px
}

.abroad7 .icon4 {
	width: 249px;
	height: 249px;
	background: #f79b48;
	box-shadow: 0 5px 40px 0 rgba(247,155,72,0.5);
	left: 41%;
	top: 95px
}

.abroad7 .icon4 p {
	margin-top: -12px
}

.abroad7 .icon5 {
	width: 179px;
	height: 179px;
	background: #b348f7;
	box-shadow: 0 5px 40px 0 rgba(179,72,247,0.5);
	right: 26%;
	top: 240px
}

.abroad7 .icon5 p {
	margin-top: -24px
}

.abroad7 .icon6 {
	width: 151px;
	height: 151px;
	background: #f74892;
	box-shadow: 0 5px 40px 0 rgba(247,72,146,0.5);
	right: 18%;
	top: 70px
}

.abroad7 .icon6 p {
	margin-top: -24px
}

.abroad7 .icon7 {
	width: 135px;
	height: 135px;
	background: #f74875;
	box-shadow: 0 5px 40px 0 rgba(247,72,117,0.5);
	right: 8%;
	top: 226px;
	font-size: 20px
}

.abroad7 .icon7 p {
	margin-top: -12px
}

.abroad8 {
	padding: 78px 0 96px 0;
	background: #f5f5f5
}

.abroad8 .abroad-title {
	margin-bottom: 52px
}

.abroad8 img {
	display: block
}

.class-list {
	margin-bottom: 39px;
	margin-top: 14px
}

.class-list dl {
	position: relative;
	padding: 10px 0 1px 0;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8
}

.class-list dl dt {
	font-size: 15px;
	color: #342e29;
	height: 29px;
	line-height: 29px;
	position: absolute;
	left: 0;
	top: 15px
}

.class-list dl dd {
	padding-left: 126px;
	overflow: hidden;
	position: relative;
	padding-right: 42px;
	height: 49px
}

.class-list dl dd .chushou {
	overflow: hidden
}

.class-list dl dd a {
	font-size: 15px;
	height: 29px;
	line-height: 29px;
	overflow: hidden;
	padding: 0 11px;
	display: block;
	float: left;
	border-radius: 4px;
	margin: 5px 15px 5px 0;
	color: #342e29
}

.class-list dl dd a:hover {
	color: #fff;
	background: #f3a252
}

.class-list dl dd .more {
	position: absolute;
	top: 0;
	right: 5px;
	margin-right: 0;
	width: 36px;
	height: 29px;
	color: #342e29;
	padding: 0;
	font-size: 12px;
	background: url(../images/more3.png) no-repeat center right
}

.class-list dl dd .more:hover {
	background: url(../images/more3.png) no-repeat center right;
	color: #342e29
}

.class-list dl dd .more span {
	display: block
}

.class-list dl dd .more .shouqi {
	display: none
}

.class-list dl dd .more.curr {
	background: url(../images/more4h.png) no-repeat center right;
	color: #342e29
}

.class-list dl dd .more.curr .shouqi {
	display: block
}

.class-list dl dd .more.active .zhankai {
	display: none
}

.class-list dl dd .active {
	color: #fff;
	background: #f3a252
}

.class-list dl .open {
	height: auto
}

.product-bottom {
	padding: 36px 0 86px 0;
	background: #f5f5f5
}

.product-bottom .title {
	font-size: 18px;
	color: #555;
	margin-bottom: 29px
}

.product-bottom ul {
	margin-bottom: 33px;
	overflow: hidden
}

.product-bottom ul li {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden
}

.product-bottom ul li .box {
	position: relative;
	overflow: hidden;
	height: 240px
}

.product-bottom ul li .pic {
	width: 240px;
	position: absolute
}

.product-bottom ul li .pic img {
	transition: .5s
}

.product-bottom ul li .pic:after {
	padding-bottom: 100%
}

.product-bottom ul li .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: .5s;
	background: url("../images/bg.png") repeat center center
}

.product-bottom ul li .pic .hover .info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 7px;
	padding-top: 8px;
	background: #e99f57
}

.product-bottom ul li .pic .hover .bt {
	font-size: 18px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px
}

.product-bottom ul li .pic .hover .span {
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 5px
}

.product-bottom ul li .text {
	padding-left: 283px;
	padding-top: 11px;
	padding-right: 245px
}

.product-bottom ul li .text .bt {
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	padding-right: 112px;
	margin-bottom: 18px
}

.product-bottom ul li .text .bt .name {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.product-bottom ul li .text .bt .name:hover {
	color: #f3a252
}

.product-bottom ul li .text .bt .yuyue {
	color: #f3a252;
	font-size: 15px;
	font-weight: bold;
	background: url("../images/phone.png") no-repeat center left;
	padding-left: 20px;
	position: absolute;
	top: 9px;
    cursor:pointer;
	right: 0
}

.product-bottom ul li .text .bt .yuyue:hover {
	text-decoration: underline
}

.product-bottom ul li .text .span,.product-bottom ul li .text .span1,.product-bottom ul li .text .span2 {
	color: #6b6761;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 25px;
	margin-bottom: 12px
}

.product-bottom ul li .text .span {
	background: url("../images/span.png") no-repeat center left
}

.product-bottom ul li .text .span1 {
	background: url("../images/span1.png") no-repeat center left
}

.product-bottom ul li .text .span2 {
	background: url("../images/span2.png") no-repeat center left
}

.product-bottom ul li .text .zixun {
	margin-top: 26px
}

.product-bottom ul li .text .zixun a {
	width: 143px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 5px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    display: block;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.product-bottom ul li .text .zixun a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.product-bottom ul li .price {
	width: 225px;
	position: absolute;
	top: 40px;
	right: 0;
	font-family: arial
}

.product-bottom ul li .price h3 {
	color: #f00;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.product-bottom ul li .price h3 span {
	font-weight: normal;
	font-size: 30px
}

.product-bottom ul li .price p {
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #999
}

.product-bottom ul li .price p span {
	font-size: 15px
}

.product-bottom ul li:hover .pic img {
	transform: scale(1.03)
}

.product-show {
	border-top: 4px solid #f3a252
}

.releated-pro {
	padding: 38px 0;
	background: #f5f5f5
}

.releated-pro .title {
	font-size: 30px;
	color: #505050;
	margin-bottom: 22px
}

.releated-pro ul {
	margin: 0 -21px;
	overflow: hidden;
	padding-bottom: 55px
}

.releated-pro ul li {
	width: 25%;
	float: left;
	padding: 0 21px
}

.releated-pro ul li .pic:after {
	padding-bottom: 100%
}

.releated-pro ul li .pic .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 113px;
	transition: .5s;
	background: url("../images/bg.png") repeat center center
}

.releated-pro ul li .pic .hover .bt {
	font-size: 20px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 3px
}

.releated-pro ul li .pic .hover .span {
	font-size: 16px;
	color: #c9c9c9;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 21px
}

.releated-pro ul li .pic .hover .jsh {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	height: 0;
	overflow: hidden;
	padding: 0 37px;
	margin-bottom: 20px
}

.releated-pro ul li .pic .hover .more {
	background: url("../images/more.png") no-repeat center center;
	height: 0;
	width: 43px;
	margin: 0 auto;
	overflow: hidden
}

.releated-pro ul li:hover .box {
	box-shadow: 0 0 35px 0 rgba(6,0,1,0.24)
}

.releated-pro ul li:hover .pic .hover {
	padding-top: 63px;
	background: url("../images/bg1.png") repeat center center
}

.releated-pro ul li:hover .pic .hover .span {
	color: #fff
}

.releated-pro ul li:hover .pic .hover .jsh {
	height: 48px
}

.releated-pro ul li:hover .pic .hover .more {
	height: 43px
}

.product-show {
	background: #f7f7f7;
	overflow: hidden
}

.product-show .container {
	width: 1184px
}

.product-show .product-show-bottom {
	padding-bottom: 55px;
	overflow: hidden
}

.product-show .product-show-bottom .pic {
	width: 36.3%;
	float: left
}

.product-show .product-show-bottom .right {
	width: 61.3%;
	float: right;
	padding-top: 5px
}

.product-show .product-show-bottom .right .bt {
	font-size: 30px;
	color: #333;
	font-weight: bold
}

.product-show .product-show-bottom .right .jsh {
	margin-bottom: 17px;
	font-size: 14px;
	color: #666
}

.product-show .product-show-bottom .right .text {
	padding-left: 15px;
	padding-top: 40px;
	padding-right: 64px;
	padding-bottom: 40px;
	background: #fff
}

.product-show .product-show-bottom .right .text .span1,.product-show .product-show-bottom .right .text .span2,.product-show .product-show-bottom .right .text .span3,.product-show .product-show-bottom .right .text .span4 {
	position: relative;
	padding-left: 84px
}

.product-show .product-show-bottom .right .text .span1 span,.product-show .product-show-bottom .right .text .span2 span,.product-show .product-show-bottom .right .text .span3 span,.product-show .product-show-bottom .right .text .span4 span {
	font-size: 15px;
	color: #999;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	line-height: 40px;
	width: 90px;
	text-align: right
}

.product-show .product-show-bottom .right .text .span1 {
	font-size: 36px;
	color: #ff5601;
	line-height: 40px;
	font-family: arial;
	margin-bottom: 6px
}

.product-show .product-show-bottom .right .text .span1 i {
	font-size: 24px;
	font-style: normal
}

.product-show .product-show-bottom .right .text .span2,.product-show .product-show-bottom .right .text .span3,.product-show .product-show-bottom .right .text .span4 {
	line-height: 26px;
	padding: 7px 0 7px 95px;
	font-size: 15px;
	color: #6b6761
}

.product-show .product-show-bottom .right .text .anniu {
	text-align: center;
	margin-top: 18px;
	padding-left: 22px;
	overflow: hidden
}

.product-show .product-show-bottom .right .text .anniu a {
	width: 143px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 5px;
	display: block;
	font-size: 16px;
	float: left;
	text-shadow: 1px 1px 0 #f4712c;
	color: #fff
}

.product-show .product-show-bottom .right .text .anniu .zixun {
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff977f, endColorstr=#f8a34f)";
    margin-right: 15px;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.product-show .product-show-bottom .right .text .anniu .zixun:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#f8a34f, endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.product-show .product-show-bottom .right .text .anniu .shiting {
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff6262, endColorstr=#ff5601)";
    background-image: linear-gradient(to right,#ff6262 0,#ff5601 51%,#ff5601 100%);
}

.product-show .product-show-bottom .right .text .anniu .shiting:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#ff5601, endColorstr=#ff6262)";
    background-image: linear-gradient(to right,#ff5601 0,#ff6262 51%,#ff6262 100%);
}

.current {
	text-align: right;
	color: #6d6d6d;
	font-size: 15px;
	padding: 26px 0
}

.current b {
	font-weight: normal
}

.product-info {
	padding-top: 43px;
	background: #fff
}

.product-info .info-nav ul {
	border: 1px solid #e3e3e3;
	overflow: hidden
}

.product-info .info-nav ul li {
	float: left;
	width: 236px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
	color: #343434;
	font-weight: bold;
	cursor: pointer
}

.product-info .info-nav ul li:hover {
	background: #f77948;
	color: #fff;
	text-shadow: 1px 1px 0 #f34026
}

.product-info .info-nav ul .active {
	background: #f77948;
	color: #fff;
	text-shadow: 1px 1px 0 #f34026
}

.product-info .anchor_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff
}

.info-show {
	margin-top: 39px;
	overflow: hidden;
	padding-bottom: 81px
}

@font-face {
	font-family:"DINCond-Regular";src:url("../font/DINCond-Regular.woff2") format("woff2"),url("../font/DINCond-Regular.woff") format("woff"),url("../font/DINCond-Regular.ttf") format("truetype"),url("../font/DINCond-Regular.eot") format("embedded-opentype"),url("../font/DINCond-Regular.svg") format("svg");font-weight:normal;font-style:normal
}

.info-down .kechengxiangqing {
	padding-top: 52px;
	overflow: hidden;
	padding-bottom: 94px;
	background: #eee
}

.info-down .kechengxiangqing .bt {
	font-size: 40px;
	color: #333;
	text-align: center
}

.info-down .kechengxiangqing .jsh {
	font-size: 18px;
	color: #666;
	text-align: center
}

.info-down .kechengxiangqing ul {
	padding: 52px 47px 49px 47px;
	overflow: hidden
}

.info-down .kechengxiangqing ul li {
	width: 20%;
	float: left;
	padding: 0 8px;
	text-align: center
}

.info-down .kechengxiangqing ul li .box {
	padding-top: 41px;
	padding-bottom: 50px;
	border-radius: 10px;
	background: #f3a252
}

.info-down .kechengxiangqing ul li .box:hover {
	background: #f77948;
	box-shadow: 0 0 15px 0 rgba(247,121,72,0.37)
}

.info-down .kechengxiangqing ul li .box:hover .span {
	color: #f77948;
	background: #fff
}

.info-down .kechengxiangqing ul li .span {
	font-family: "DINCond-Regular";
	font-size: 60px;
	color: #fff;
	width: 83px;
	height: 83px;
	text-align: center;
	line-height: 77px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 50%
}

.info-down .kechengxiangqing ul li h3 {
	font-size: 28px;
	color: #fff;
	margin-top: 17px
}

.info-down .kechengxiangqing ul li p {
	font-size: 16px;
	color: #fff
}

.info-down .kechengxiangqing .item {
	text-align: center;
	padding: 59px 0 47px 0;
	background: #f3a252
}

.info-down .kechengxiangqing .item .item1 {
	width: 200px;
	margin: 0 37px;
	display: inline-block;
	text-align: center;
	vertical-align: top
}

.info-down .kechengxiangqing .item .item1 .pic {
	width: 166px;
	height: 166px;
	margin: 0 auto
}

.info-down .kechengxiangqing .item .item1 h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 15px
}

.info-down .kechengxiangqing .shihe {
	padding-top: 41px
}

.info-down .kechengxiangqing .shihe .bt {
	font-size: 32px
}

.info-down .kechengxiangqing .shihe .jsh {
	color: #626262;
	margin-bottom: 45px
}

.info-down .kechenganpai {
	padding: 32px 0 40px 0;
	overflow: hidden
}

.info-down .kechenganpai .bt {
	font-size: 32px;
	color: #333;
	text-align: center
}

.info-down .kechenganpai .jsh {
	font-size: 18px;
	color: #626262;
	text-align: center
}

.info-down .kechenganpai dl {
	border: 2px solid #f3a252;
	margin-top: 22px;
	overflow: hidden
}

.info-down .kechenganpai dl dt {
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	text-align: center
}

.info-down .kechenganpai dl dt div {
	float: left;
	border-right: 1px solid #d9d9d9;
	padding: 25px 0 26px 0
}

.info-down .kechenganpai dl dt div h3 {
	color: #333;
	font-size: 16px
}

.info-down .kechenganpai dl dt div p {
	font-size: 13px;
	color: #3f3f3f
}

.info-down .kechenganpai dl .name {
	width: 21%
}

.info-down .kechenganpai dl .date {
	width: 20%
}

.info-down .kechenganpai dl .time {
	width: 23%
}

.info-down .kechenganpai dl .add {
	width: 16%
}

.info-down .kechenganpai dl .login {
	width: 20%;
	border-right: 0
}

.info-down .kechenganpai dl dd {
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
	height: 61px
}

.info-down .kechenganpai dl dd div {
	float: left;
	border-right: 1px solid #d9d9d9;
	padding: 17px 0 21px 0;
	font-size: 15px;
	color: #333
}

.info-down .kechenganpai dl dd div a {
	width: 119px;
	height: 31px;
	line-height: 31px;
	border-radius: 5px;
	background-size: 200% auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff977f,endColorstr=#f8a34f)";
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #f57e2f;
    background-image: linear-gradient(to right,#ff977f 0,#f8a34f 51%,#f8a34f 100%);
}

.info-down .kechenganpai dl dd div a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#f8a34f,endColorstr=#ff977f)";
    background-image: linear-gradient(to right,#f8a34f 0,#ff977f 51%,#ff977f 100%);
}

.info-down .kechenganpai dl .even {
	background: #ededed
}

.info-down .kechenganpai dl .even .login {
	background: #fff
}

.info-down .pingjia .pingjia-info {
	padding: 50px 0 105px 0;
	overflow: hidden;
	background: #ededed
}

.info-down .pingjia .bt {
	font-size: 32px;
	color: #333;
	text-align: center
}

.info-down .pingjia .jsh {
	font-size: 18px;
	color: #626262;
	text-align: center
}

.info-down .pingjia ul {
	margin-top: 49px
}

.info-down .pingjia ul li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	overflow: hidden
}

.info-down .pingjia ul li .box {
	background: url("../images/bgg.png") no-repeat top center;
	height: 216px;
	width: 527px;
	margin: 0 auto;
	position: relative;
	padding: 27px
}

.info-down .pingjia ul li .box .pic {
	width: 56px;
	height: 56px;
	position: absolute;
	top: 27px;
	left: 27px
}

.info-down .pingjia ul li .box .text {
	padding-left: 65px;
	padding-top: 10px
}

.info-down .pingjia ul li .box .text .top {
	margin-bottom: 10px;
	overflow: hidden
}

.info-down .pingjia ul li .box .text .xing {
	background: url("../images/xh.png") no-repeat center left;
	width: 83px;
	height: 15px;
	float: left;
	margin-right: 10px
}

.info-down .pingjia ul li .box .text .xing b {
	background: url("../images/x.png") no-repeat center left;
	display: block;
	height: 15px;
	width: 83px
}

.info-down .pingjia ul li .box .text span {
	font-size: 14px;
	color: #a0a0a0
}

.info-down .pingjia ul li .box .text .jsh {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-align: left
}

.history {
	padding: 45px 0
}

.history .history-info {
	padding: 49px 0
}

.history .history-info .history-nav {
	text-align: center
}

.history .history-info .history-nav ul li {
	display: inline-block;
	width: 225px;
	height: 49px;
	text-align: center;
	font-size: 18px;
	color: #222;
	border: 1px solid #9b9b9b;
	line-height: 47px;
	margin: 0 3px;
	cursor: pointer
}

.history .history-info .history-nav ul .sel {
	background: #f8a34f;
	border: 1px solid #f8a34f;
	color: #fff
}

.history .history-info .history-show {
	padding-top: 56px
}

.history .history-info .history-show .info {
	display: none;
	text-align: center
}

.history .history-info .history-show .info .bt {
	color: #f8a34f;
	font-size: 72px;
	font-family: "DINCond-Bold";
	margin-bottom: 26px
}

.history .history-info .history-show .info .span {
	font-size: 36px;
	color: #262727;
	margin-bottom: 17px
}

.history .history-info .history-show .info .jsh {
	font-size: 17px;
	color: #5f5f5f
}

.history .history-info .history-show .info .main-line {
	width: 1200px;
	margin: 96px auto;
	padding-top: 9px
}

.history .history-info .history-show .info .main-line .timeline {
	position: relative;
	padding: 18px 58px;
	z-index: 1
}

.history .history-info .history-show .info .main-line .timeline:before {
	content: '';
	height: 100%;
	width: 100%;
	border: 1px solid #7f7f7f;
	border-left: none;
	position: absolute;
	left: 0;
	top: 18px;
	z-index: -1;
	border-bottom: 0
}

.history .history-info .history-show .info .main-line .timeline .item {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 29px 20px 53px 20px;
	margin-top: -9px;
	background: url("../images/dot3.png") no-repeat 20px top
}

.history .history-info .history-show .info .main-line .timeline .item .bt {
	font-size: 36px;
	font-family: "DINCond-Bold";
	text-align: left;
	color: #666;
	margin-bottom: 0
}

.history .history-info .history-show .info .main-line .timeline .item .bt span {
	font-size: 16px;
	font-family: "microsoft yahei"
}

.history .history-info .history-show .info .main-line .timeline .item .jsh {
	text-align: left;
	font-size: 14px;
	color: #505050;
	line-height: 26px
}

.history .history-info .history-show .info .main-line .odd:before {
	border-left: 1px solid #7f7f7f;
	border-right: 0
}

.history .history-info .history-show .info .main-line .last.odd {
	background: url("../images/jian.png") no-repeat top left;
	z-index: 2
}

.history .history-info .history-show .info .main-line .last.odd:before {
	border-right: 0;
	border-left: 0
}

.history .history-info .history-show .info .main-line .last.even {
	background: url("../images/jian1.png") no-repeat top right;
	z-index: 2
}

.history .history-info .history-show .info .main-line .last.even:before {
	border-right: 0
}

.history .history-info .history-show .info .main-line1 {
	display: none;
	margin: 30px auto
}

.history .history-info .history-show .info .main-line1 .timeline {
	position: relative;
	z-index: 1;
	text-align: left
}

.history .history-info .history-show .info .main-line1 .timeline .item {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	overflow: hidden
}

.history .history-info .history-show .info .main-line1 .timeline .item .bt {
	font-size: 36px;
	font-family: "DINCond-Bold";
	text-align: left;
	color: #666;
	margin-bottom: 0
}

.history .history-info .history-show .info .main-line1 .timeline .item .bt span {
	font-size: 16px;
	font-family: "microsoft yahei"
}

.history .history-info .history-show .info .main-line1 .timeline .item .jsh {
	text-align: left;
	font-size: 14px;
	color: #505050;
	line-height: 26px
}

.abroad-show {
	padding: 45px 0
}
@media(max-width:1440px){
    .high5-pic {
        text-align: center
    }

    .highschool .high5 img {
        width: 50%;
        margin: 0 auto;
        float: none
    }
}
@media (max-width:1366px) {
	.fenbu .fenbu-bottom ul li {
		padding: 22px 10px
	}

	.fenbu .fenbu-bottom ul {
		margin: 0 -10px
	}


}

@media (max-width:1280px) {
	.history .history-info .history-show .info .main-line {
		width: 970px
	}

	.history .history-info .history-nav ul li {
		width: 180px
	}

	.fenbu .fenbu-bottom ul li .text {
		padding: 15px
	}

	.abroad .abroad1 ul {
		margin: 0 -10px 42px -10px
	}

	.abroad .abroad1 ul li {
		padding: 17px 10px
	}

	.abroad3 ul {
		text-align: center
	}

	.abroad3 ul li {
		float: none;
		display: inline-block;
		margin: 0 34px 10px 34px;
		vertical-align: top
	}

	.abroad5 ul li {
		padding: 0 30px
	}

	.abroad6 ul {
		margin: 36px -10px 42px -10px
	}

	.abroad6 ul li {
		padding: 22px 10px
	}

	.abroad6 ul li .text .jsh {
		font-size: 14px
	}
}

@media (max-width:1260px) {
	.releated-pro ul li:hover .pic .hover {
		padding-top: 38px
	}

	.releated-pro ul li .pic .hover {
		padding-top: 96px
	}

	.releated-pro ul li {
		padding: 0 10px
	}

	.releated-pro ul {
		margin: 0 -10px
	}
}

@media (max-width:1200px) {
	.product-show .container {
		width: 100%
	}
}

@media (max-width:1024px) {
	.about .about1 .container {
		width: 100%
	}

	.about .about3 .container {
		width: 100%
	}

	.about .about2 .youshi2 ul li {
		width: 220px;
		margin: 0 5px
	}

	.life .life-info .left {
		padding-right: 30px
	}

	.teacher .teacher-info ul li {
		width: 33.3333333333%
	}

	.job .job-info dl {
		width: 100%
	}

	.news .news-bottom ul li {
		padding: 0 10px
	}




	.news .news-bottom ul {
		margin: 0 -10px
	}

	.news-show .container {
		width: 100%
	}

	.releated-news ul li {
		padding: 0 10px
	}

	.releated-news ul {
		margin: 0 -10px
	}

	.fenbu .fenbu-bottom ul li {
		width: 33.333333333%
	}

	.highschool .high1 .bg ul li {
		width: 25%;
		margin-bottom: 20px
	}

	.highschool .high2 .high2-bottom {
		border-top-right-radius: 10px
	}

	.highschool .high2 .high2-bottom .left {
		width: 100%;
		background: #f3a252
	}

	.highschool .high2 .high2-bottom .right {
		width: 100%
	}

	.highschool .high2 .high2-bottom:before {
		display: none
	}

	.highschool .high3 .left {
		padding: 30px
	}

	.abroad .abroad2 ul li p {
		font-size: 14px
	}

	.abroad .abroad2 ul li h3 {
		font-size: 22px
	}

	.abroad3 ul li {
		margin: 0 22px 10px 22px
	}

	.abroad4 ul li {
		margin: 0 15px
	}

	.abroad5 ul li {
		width: 33.33333333%;
		display: block;
		float: left
	}

	.abroad .abroad2 ul li .box {
		padding: 50px
	}

	.releated-pro ul li:hover .pic .hover {
		padding-top: 25px
	}

	.releated-pro ul li .pic .hover {
		padding-top: 76px
	}

	.info-down .pingjia ul li {
		padding: 0 5px
	}

	.info-down .pingjia ul li .box {
		background: #fff;
		width: 100%
	}

	.info-down .kechengxiangqing ul {
		padding: 52px 35px
	}

	.home-jiaoshi .jiaoshi-list li .pic .hover {
		padding: 7px 25px 0 25px
	}
}

@media (max-width:992px) {
	.history .history-info .history-show .info .line {
		width: 100%;
		overflow: auto
	}
}

@media (max-width:768px) {
	.inbanner {
		display: none
	}

	.inbanner-phone {
		display: block
	}

	.about .about2 .youshi2 ul li {
		margin: 5px
	}

	.inmain .second-nav {
		position: relative;
		border-bottom: 1px solid #e3e3e3;
		overflow: hidden
	}

	.inmain .second-nav.product-nav {
		display: none
	}

	.product-bottom ul li .pic .hover .info {
		display: none
	}

	.product-bottom ul li .text {
		padding: 15px 0
	}

	.product-bottom ul li .text .bt {
		margin-bottom: 10px
	}

	.abroad-show {
		padding: 30px 0
	}

	.about {
		padding-top: 30px
	}

	.about .about2 {
		height: auto
	}

	.about .about2 .youshi-bg {
		padding: 30px 0
	}

	.about .about2 .youshi2 {
		margin-top: 30px
	}

	.about .about3 {
		padding: 30px 0
	}

	.about-title h3 {
		font-size: 24px
	}

	.about-title p {
		font-size: 16px
	}

	.about .about1 .container .about-info {
		padding: 30px 0
	}

	.inmain .second-nav h3 {
		display: none
	}

	.inmain .second-nav ul {
		padding-left: 0
	}

	.life {
		padding: 30px 0
	}

	.life .life-info {
		padding-top: 30px
	}

	.life .life-info .left h3 {
		font-size: 34px
	}

	.life .life-info .left span {
		font-size: 20px
	}

	.life .life-info .left {
		width: 100%;
		padding: 0;
		float: none
	}

	.life .life-info .right {
		width: 100%;
		float: none;
		text-align: center
	}

	.teacher .teacher-info ul li {
		padding: 0 10px;
		margin: 0 -2px 30px -2px
	}

	.teacher .teacher-info ul {
		margin: 0 -10px
	}

	.teacher {
		padding: 30px 0
	}

	.job {
		padding: 30px 0
	}

	.job .job-info .jsh {
		margin-bottom: 30px
	}

	.history .history-info .history-nav ul li {
		margin-bottom: 10px
	}

	.history .history-info .history-show {
		padding-top: 30px
	}

	.history {
		padding: 30px 0 0 0
	}

	.history .history-info {
		padding: 30px 0
	}

	.history .history-info .history-show .info .bt {
		font-size: 50px
	}

	.history .history-info .history-show .info .span {
		font-size: 24px
	}

	.history .history-info .history-show .info .main-line {
		margin: 30px auto
	}

	.news .news-bottom ul li {
		width: 50%
	}

	.news {
		padding: 30px 0
	}

	.news .news-bottom {
		padding-top: 30px
	}

	.releated-news ul li {
		width: 50%;
		margin-bottom: 20px
	}

	.releated-news {
		padding: 30px 0
	}

	.releated-news .title {
		margin-bottom: 15px;
		font-size: 24px
	}

	.releated-pro {
		padding: 30px 0
	}

	.releated-pro .title {
		margin-bottom: 15px;
		font-size: 24px
	}

	.news-show {
		padding: 30px 0
	}

	.news-show .news-h1 {
		font-size: 18px
	}

	.news-show .news-info {
		padding: 20px 0
	}

	.fenbu {
		padding: 30px 0
	}

	.fenbu .fenbu-bottom {
		padding-top: 10px
	}

	.fenbu .fenbu-bottom ul li {
		padding: 15px 10px;
		margin-bottom: 0
	}

	.fenbu .fenbu-bottom ul li .text .anniu a {
		font-size: 14px;
		width: 90px
	}

	.fenbu .fenbu-bottom ul li:hover .box {
		box-shadow: none
	}

	.fenbu .fenbu-bottom ul li .text .bt {
		font-size: 18px
	}

	.fenbu .fenbu-bottom ul li .pic .hover {
		display: block
	}

	.highschool .high1 .bg {
		padding-top: 50px;
		padding-bottom: 50px
	}

	.highschool .high1 .bg .bt {
		font-size: 40px;
		line-height: 60px
	}

	.highschool .high1 .bg .span {
		font-size: 30px
	}

	.highschool .high1 .bg .jsh {
		font-size: 18px
	}

	.highschool .high1 .bg ul {
		margin: 30px -12px
	}

	.highschool .high1 .bg ul li {
		width: 33.33333333%
	}

	.highschool .high2 .high2-bottom .left {
		padding: 20px 0
	}

	.highschool .high2 {
		padding: 30px 0
	}

	.highschool .high2 .title {
		font-size: 24px
	}

	.highschool .high2 .high2-bottom {
		margin-top: 30px
	}

	.highschool .high2 .high2-bottom .right {
		padding: 30px
	}

	.highschool .high3 {
		margin-top: 30px
	}

	.highschool .high3 .left {
		width: 100%;
		padding: 10px 0
	}

	.highschool .high2 .high2-bottom .right .title1 span {
		font-size: 34px
	}

	.highschool .high2 .high2-bottom .right .title1 {
		font-size: 20px
	}

	.highschool .high2 .high2-bottom .right .jsh {
		font-size: 18px;
		padding-left: 100px;
		margin-bottom: 30px
	}

	.highschool .high3 .left h3 span {
		font-size: 34px
	}

	.highschool .high3 .left h3 {
		font-size: 20px;
		margin-bottom: 10px
	}

	.highschool .high3 .left ul li {
		font-size: 15px;
		line-height: 35px;
		background: url("../images/dot2.png") no-repeat left 13px
	}

	.highschool .hight4 {
		padding: 30px 0
	}

	.high4-pic {
		width: 100%
	}

	.highschool .high5 {
		padding: 30px 0
	}

	.highschool .high5 img {
		width: auto
	}

	.highschool .high5 .title:after {
		margin-bottom: 30px
	}

	.abroad .abroad-title h3 {
		font-size: 24px
	}

	.abroad .abroad-title p {
		font-size: 16px
	}

	.abroad .abroad1 {
		padding: 30px 0
	}

	.abroad .abroad1 ul li:hover .box {
		box-shadow: none
	}

	.abroad .abroad1 ul li {
		width: 25%;
		padding: 10px
	}

	.abroad .abroad1 ul {
		margin-bottom: 10px
	}

	.abroad .abroad2 {
		padding: 30px 0
	}

	.abroad .abroad2 .abroad-title h3 {
		font-size: 24px
	}

	.abroad .abroad2 .abroad-title p {
		font-size: 16px
	}

	.abroad .abroad2 ul {
		margin: 30px 0 0 0
	}

	.abroad .abroad2 ul li {
		width: 100%;
		margin-bottom: 20px;
		height: auto
	}

	.abroad .abroad2 ul li .box {
		min-height: 0
	}

	.abroad3 .bg {
		padding: 30px 0
	}

	.abroad3 ul {
		margin-top: 30px
	}

	.abroad3 ul li {
		margin: 0 10px 10px 10px
	}

	.abroad4 ul li {
		margin-bottom: 10px
	}

	.abroad4 {
		padding: 30px 0
	}

	.abroad5 {
		padding: 30px 0
	}

	.abroad5 ul li {
		width: 50%
	}

	.abroad6 {
		padding: 30px 0
	}

	.abroad6 ul {
		margin: 30px -10px
	}

	.abroad6 ul li {
		width: 33.333333333%;
		padding: 10px
	}

	.abroad7 {
		padding: 30px 0
	}

	.abroad8 {
		padding: 30px 0
	}

	.abroad8 .abroad-title {
		margin-bottom: 30px
	}

	.abroad5 ul {
		padding-top: 30px;
		overflow: hidden
	}

	.abroad7 {
		height: auto
	}

	.abroad7 .icon {
		position: relative;
		float: left;
		margin: 0 10px 10px 0;
		overflow: hidden;
		font-size: 15px;
		padding: 0 5px
	}

	.abroad7 .abroad7-bottom {
		text-align: center
	}

	.abroad7 .icon1,.abroad7 .icon2,.abroad7 .icon3,.abroad7 .icon4,.abroad7 .icon5,.abroad7 .icon6,.abroad7 .icon7 {
		left: auto;
		top: auto;
		right: auto;
		width: 100px;
		height: 100px;
		display: inline-block;
		vertical-align: top;
		float: none
	}

	.product-bottom ul li {
		width: 50%;
		float: left;
		padding: 0 5px 10px 5px;
		margin-bottom: 30px
	}

	.product-bottom ul li .box {
		height: auto
	}

	.product-bottom ul li .pic {
		position: relative;
		width: 100%
	}

	.product-bottom ul li .price {
		top: auto;
		bottom: 0;
		width: 140px
	}

	.product-bottom ul li .price h3 {
		font-size: 24px
	}

	.product-bottom ul li .price h3 span {
		font-size: 20px
	}

	.product-bottom ul li .price p {
		font-size: 14px
	}

	.product-bottom ul li .text .bt .name {
		font-size: 18px
	}

	.product-bottom ul li .text .bt .yuyue {
		top: 0
	}

	.product-bottom {
		padding: 30px 0
	}

	.releated-pro ul li {
		width: 50%;
		margin-top: 20px
	}

	.releated-pro ul li .pic .hover {
		padding-top: 38%
	}

	.releated-pro ul li :hover .box {
		box-shadow: 0
	}

	.releated-pro ul li :hover .pic .hover {
		padding-top: 38%;
		background: url("../images/bg.png") repeat center center
	}

	.releated-pro ul li :hover .pic .hover .span {
		color: #c9c9c9
	}

	.releated-pro ul li :hover .pic .hover .jsh {
		height: 0
	}

	.releated-pro ul li :hover .pic .hover .more {
		height: 0
	}

	.info-down .kechenganpai {
		width: 100%;
		overflow: auto
	}

	.info-down .kechenganpai dl {
		width: 748px
	}

	.product-show .product-show-bottom .pic {
		width: 100%
	}

	.product-show .product-show-bottom .right {
		width: 100%
	}

	.product-show .product-show-bottom .right .bt {
		font-size: 24px
	}

	.product-show .product-show-bottom .right .text {
		padding: 15px
	}

	.product-show .product-show-bottom {
		padding-bottom: 30px
	}

	.product-info {
		padding-top: 30px
	}

	.product-info .info-nav ul li {
		width: 33.3333333333%;
		height: 35px;
		line-height: 35px;
		font-size: 15px
	}

	.info-show {
		margin-top: 30px;
		padding-bottom: 30px
	}

	.info-down .kechengxiangqing {
		padding: 30px 0
	}

	.info-down .kechengxiangqing .bt {
		font-size: 30px
	}

	.info-down .kechengxiangqing ul {
		padding: 30px 0
	}

	.info-down .kechengxiangqing ul li {
		width: 33.333333%;
		margin-bottom: 10px
	}

	.info-down .kechengxiangqing .item .item1 {
		margin: 0 15px
	}

	.info-down .kechengxiangqing .item {
		padding: 30px 0
	}

	.info-down .kechengxiangqing .shihe {
		padding-top: 30px
	}

	.info-down .kechengxiangqing .shihe .bt {
		font-size: 24px
	}

	.info-down .kechengxiangqing .shihe .jsh {
		font-size: 16px
	}

	.info-down .kechengxiangqing .shihe .jsh {
		margin-bottom: 30px
	}

	.info-down .kechenganpai .bt {
		font-size: 24px
	}

	.info-down .kechenganpai .jsh {
		font-size: 16px
	}

	.info-down .kechenganpai {
		padding: 30px 0
	}

	.info-down .pingjia .bt {
		font-size: 24px
	}

	.info-down .pingjia .jsh {
		font-size: 16px
	}

	.info-down .pingjia .pingjia-info {
		padding: 30px 0
	}

	.info-down .pingjia ul {
		margin-top: 30px
	}

	.info-down .pingjia ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.info-down .pingjia ul li .box {
		height: auto
	}

	.info-down .pingjia .container {
		padding: 0
	}

	.info-down .kechengxiangqing ul li .box {
		padding: 20px 0
	}

	.class-list dl dd .more {
		right: 0
	}

	.class-list dl dd {
		padding-right: 38px
	}

	.class-list dl dd a {
		padding: 0 5px
	}

	.history .history-info .history-show .info .main-line {
		display: none
	}

	.history .history-info .history-show .info .main-line1 {
		display: block
	}

	.inmain .second-nav ul li {
		float: left;
		display: block
	}
}

@media (max-width:640px) {
	.teacher .teacher-info ul li {
		width: 50%
	}

	.news .news-bottom ul li .box .text {
		margin: 15px
	}

	.news .news-bottom ul li .box .more {
		margin: 0 15px
	}

	.news .news-bottom ul li .box {
		padding-bottom: 15px
	}

	.releated-news ul li .box .text {
		margin: 15px
	}

	.releated-news ul li .box .more {
		margin: 0 15px
	}

	.releated-news ul li .box {
		padding-bottom: 15px
	}

	.fenbu .fenbu-bottom ul li {
		width: 50%
	}

	.abroad4 ul li {
		margin: 0 5px 10px 5px
	}

	.abroad .abroad1 ul li {
		width: 33.3333333%;
		padding: 10px
	}
}

@media (max-width:520px) {
	.history .history-info .history-show .info .bt {
		font-size: 40px;
		margin-bottom: 10px
	}

	.news .news-bottom ul li .box .text .date {
		width: 60px
	}

	.news .news-bottom ul li .box .text {
		padding-left: 70px
	}

	.releated-news ul li .box .text .date {
		width: 60px
	}

	.releated-news ul li .box .text {
		padding-left: 70px
	}

	.highschool .high1 .bg ul li {
		width: 50%
	}

	.highschool .high1 .bg ul li .jsh {
		font-size: 14px
	}

	.highschool .high1 .bg ul li .jsh {
		padding: 0 15px
	}

	.highschool .high2 .high2-bottom .left .bt p {
		font-size: 42px
	}

	.highschool .high2 .high2-bottom .left .bt h3 {
		font-size: 22px
	}

	.highschool .high2 .high2-bottom .left .bt {
		line-height: 50px
	}

	.abroad .abroad1 ul li {
		width: 50%
	}

	.abroad4 ul li {
		display: block
	}

	.abroad4 ul li .box {
		width: 100%
	}

	.abroad5 ul li {
		width: 100%;
		margin-bottom: 10px
	}

	.abroad6 ul li {
		width: 50%
	}

	.abroad6 ul li .text {
		padding: 20px
	}

	.abroad .abroad1 .xun a {
		width: 280px
	}

	.abroad .abroad2 ul li .box {
		padding: 20px
	}

	.abroad .abroad2 ul li p {
		line-height: 30px;
		background: url(../images/dot2.png) no-repeat left 10px
	}

	.abroad .abroad2 ul li h3 {
		margin-bottom: 10px;
		font-size: 18px
	}

	.abroad .abroad-title h3 {
		font-size: 20px
	}

	.product-bottom ul li {
		width: 100%;
		margin-bottom: 20px
	}

	.class-list dl dt {
		font-size: 13px
	}

	.class-list dl dd {
		padding-left: 95px
	}

	.class-list dl dd a {
		font-size: 13px;
		margin-right: 6px
	}

	.info-down .kechengxiangqing ul li {
		width: 50%
	}

	.info-down .kechengxiangqing ul li .span {
		font-size: 40px;
		width: 60px;
		height: 60px;
		line-height: 54px
	}

	.info-down .kechengxiangqing ul li h3 {
		font-size: 20px
	}

	.info-down .kechengxiangqing ul li p {
		font-size: 14px
	}

	.product-show .product-show-bottom .right .text .anniu a {
		width: 100px
	}

	.product-show .product-show-bottom .right .text .span1 {
		font-size: 26px
	}

	.product-show .product-show-bottom .right .text .span1 i {
		font-size: 14px
	}

	.abroad .abroad1 ul li .text {
		padding: 10px
	}

	.abroad .abroad1 ul li .text .bt {
		font-size: 18px
	}

	.abroad5 ul li .text .bt {
		font-size: 18px
	}

	.abroad5 ul li .text .jsh {
		font-size: 14px
	}

	.abroad6 ul li .text .bt {
		font-size: 18px
	}

	.teacher .teacher-info ul li .text h3 {
		font-size: 18px
	}

	.teacher .teacher-info ul li .text span {
		font-size: 14px
	}

	.home-jiaoshi .jiaoshi-list li .text {
		height: 35px;
		line-height: 35px
	}

	.home-jiaoshi .jiaoshi-list li .text h3 {
		font-size: 14px;
		padding-left: 15px
	}

	.home-jiaoshi .jiaoshi-list li .text p {
		font-size: 12px
	}
}

@media (max-width:414px) {
	.about .about2 .youshi2 ul li {
		width: 160px
	}

	.about .about2 .youshi2 ul li .num {
		font-size: 38px
	}

	.about .about2 .youshi2 ul li .jsh {
		padding: 0 5px;
		font-size: 13px
	}

	.about .about2 .youshi2 ul li .bt {
		line-height: 68px;
		font-size: 28px;
		margin: 0
	}

	.teacher .teacher-info ul li {
		width: 100%
	}

	.history .history-info .history-nav ul li {
		font-size: 13px;
		width: 46%;
	}

	.history .history-info .history-show .info .jsh {
		font-size: 15px
	}

	.news .news-bottom ul li {
		width: 100%
	}

	.news .news-bottom ul li {
		margin-bottom: 20px
	}

	.releated-news ul li {
		width: 100%
	}

	.fenbu .fenbu-bottom ul li {
		width: 100%
	}

	.highschool .high2 .high2-bottom .right ul {
		border-top: 1px solid #e4e1df
	}

	.highschool .high2 .high2-bottom .right ul li {
		border-top: 0
	}

	.highschool .high2 .high2-bottom .right ul li span {
		width: 100%;
		padding: 10px 0;
		border-right: 0;
		border-bottom: 1px solid #e4e1df
	}

	.highschool .high2 .high2-bottom .left img {
		padding: 0 20px
	}

	.highschool .high2 .high2-bottom .right {
		padding: 30px 10px
	}

	.highschool .high1 .bg ul li .box {
		padding: 10px 0
	}

	.abroad3 {
		background-size: cover!important
	}

	.abroad3 ul li .box {
		background-size: 86%
	}

	.abroad3 ul li {
		width: 125px
	}

	.abroad3 ul li .box {
		width: 125px;
		font-size: 15px;
		height: 135px;
		padding-top: 38px
	}

	.abroad3 ul li .padding {
		padding-top: 47px
	}

	.inmain .second-nav ul li {
		margin: 0 8px
	}

	.inmain .second-nav ul li a {
		font-size: 14px
	}

	.home-riyu .riyu-list .top-nav {
		text-align: left
	}

	.history .history-info .history-nav {
		text-align: left
	}
}

@media (max-width:375px) {
	.about .about2 .youshi2 ul li {
		width: 146px
	}

	.inmain .second-nav ul li {
		margin: 0 10px
	}

	.releated-pro ul li {
		width: 100%
	}

	.history .history-info .history-show .info .main-line1 .timeline .item {
		width: 100%;
		display: block
	}
}

@media (max-width:320px) {
	.about .about2 .youshi2 ul li {
		width: 126px;
		padding-top: 0;
		height: 126px
	}

	.abroad6 ul li {
		width: 100%
	}
}

.prompt {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
	left: 0;
	bottom: 0;
	display: none;
	z-index: 9999999;
	filter: alpha(opacity=80);
	opacity: 80
}

.prompt span {
	position: absolute;
	font-size: 14px;
	font-family: 'Microsoft YaHei';
	top: 55%;
	left: 50%;
	margin-left: -152px;
	width: 304px;
	display: block;
	line-height: 24px;
	color: #666
}

.prompt span a {
	text-decoration: underline
}

.prompt_close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	background: url(../images/closed.png) no-repeat center center;
	cursor: pointer
}


/*搜索弹出层*/
.search_mask
{
	background: url(../images/search_mask.png);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	display: none;
}
.search_mask .s_box
{
	width: 350px;
	height: 136px;
	padding: 25px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	position: absolute;
	margin-top: -68px;
	background: #fff;
}
.search_mask .s_box .text1
{
	text-align: center;
	line-height: 24px;
	color: #666;
	font-size: 16px;
}
.search_mask .s_box .sure
{
	width: 140px;
	height: 36px;
	display: block;
	margin: 20px auto 0;
	background: #f8a34f;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	letter-spacing: 5px;
}