/* 官网基础样式 */

li{list-style-type: none;}

.container {
    width: 1400px;
}
.flexslider .slides img,.container img,.main img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.mask-bg {	
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
.main {
    padding-top: 20px;
}

/* header */
.header-box {
    position: fixed;
    z-index: 119;
    top: 0;
    width: 100%;
}
.header-bottom {
    width: 100%;
    background: #464646;
}
.logo-wrap {
	margin-bottom:0;
}
.logo-wrap a{
	display: block;
}

.head-nav {
	position: relative;
	padding:0 15px;
}
.navbar-list li, .secondary-nav li, .sub-menu li {
    position: relative;
	list-style-type:none;
    -webkit-transition: background-color .24s ease-in-out;
    transition: background-color .24s ease-in-out;
    flex: 0 0 120px;
    text-align: center;
}
.navbar-list li a, .secondary-nav li a, .sub-menu li a {
    display: block;
    -webkit-transition: color .24s ease-in-out;
    transition: color .24s ease-in-out;
	text-decoration:none;
}
.navbar-list li a:hover .down-arrow:after,.navbar-list li a:active .down-arrow:after{
	border-top:2px solid #fb692f;
	border-right:2px solid #fb692f;
}
.navbar-list li {
	/*border: 1px solid transparent;
    border-bottom: 2px solid transparent;*/
}
.navbar-list li.hover,.navbar-list li:hover {
    /*border-bottom: 2px solid #337ab7;*/
}
.sencond-nav {
	position: absolute;
	right: 0;
	top: 37px;
}
.sencond-nav li{
	display:inline-block;
	list-style-type:none;
	transition: background-color .24s ease-in-out;
}
.sencond-nav li a {
	display: block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: color .24s ease-in-out, background-color .24s ease-in-out;
    transition: color .24s ease-in-out, background-color .24s ease-in-out;
    background-image: linear-gradient(to bottom, #ff3554, #ff7700);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}
.sencond-nav li a:hover {
	text-decoration:none;
}
.sencond-nav-language li{
	display:none;
}
.sencond-nav-language li.on{
	display:block;
}

/* 首页banner轮播图 */
.main-box{
	position:relative;
	min-height:500px;
}
.navbanner{
    height: 6rem;
	margin:100px auto 0;
}
.flexslider,.flexslider .slides img {
	border-radius: 0;
}
.flexslider .slides > li{
	height:6rem;
}
.flex-control-nav{
	position: absolute;
	bottom: .5rem;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.flex-control-nav li{
	margin:0 !important;
	padding:0 !important;
}
.flex-control-paging li a{
	bottom: .6rem;
    width: 18px;
    height: 18px;
    display: inline-block;
	margin:0 .25rem;
    border-radius: 100%;
    background: none;
    border: 2px #fff solid;
    opacity: 1;
    box-shadow: 0 0 0.3rem rgba(0,0,0,0.2);
}
.flex-control-paging li a.flex-active{
	background-color:#fff !important;
}
.flexslider:hover .flex-direction-nav a{
	opacity:1;
}
.flex-direction-nav a {
    width: .6rem;
    height: .78rem;
	background-repeat:no-repeat;
	background-size:.6rem .78rem;
}
.flex-direction-nav .flex-prev{
	background-image:url(../images/button-prev.png);
	left:.5rem;
}
.flex-direction-nav .flex-next{
	background-image:url(../images/button-next.png);
	right:.5rem;
}
.flexslider:hover .flex-prev{
	left:.5rem;
}
.flexslider:hover .flex-next{
	right:.5rem;
}

/* 关于我们、课程介绍、联系我们 */
.about-box,.main-product-box {
    display: table;
    width: 100%;
    padding-top: 100px;
	background-color: #f4f4f4;
}
.about-banner-bg {
	position: relative;
	width: 100%;
	height: 320px;
	background: url(../images/banner-about.jpg) no-repeat center / cover;
}
.main-1 {
    margin-top: 20px;
}
.about-main {
    margin-top: 10px;
	line-height: 1.8;
	font-size: 16px;
}
.about-main h2,.main-product-box h2 {
    margin-bottom: 20px;
	font-size: 36px;
	letter-spacing: 4px;
}
.about-wrap {
	padding-bottom: 100px;
}
.about-item {
	margin-top: 100px;
}
.about-item-img {
    flex: 0 0 576px;
	height: 432px;
}
.about-item-intro {
    position: relative;
    flex: 1 1 auto;
	height: 360px;
	padding: 80px 60px;
	background-color: #fff;
}
.about-item-profile {
	margin-left:-80px;
	color: #fff;
	background-color: #008BD0;
}
.about-item-profile h2 {
	width: 170px;
	height: 52px;
}
.about-item-global small {
	color: #fff;
}
.about-item-text {
	color: #7A7E8A;
}
.about-item-text p {
	color: #fff;
}
.about-item-layout {
	width: 100%;
	height: 522px;
	padding-top: 290px;
	color: #fff;
	background:url(../images/about-img02.jpg) no-repeat center / cover;
}
.about-item-global {
	width: 460px;
}
.about-item-person {
	margin-right:-80px;
}
.about-item-chance {
	margin-left:-80px;
}
.about-item-marks {
    position: absolute;
    right: 30px;
    top: 70px;
    font-size: 230px;
    line-height: 100px;
    color: rgba(59,131,196,.08);
}

.about-contact-wrap {
	padding: 50px 0;
}
.about-contact-item {
	flex: 0 0 50%;
    flex-direction: column;
}
.about-contact-img {
	position: relative;
	width: 274px;
	height: 274px;
}
.about-contact-img img {
    border: 6px solid #c7c9d9;
    border-radius: 50%;
    object-fit: contain;
    background-image: linear-gradient(to right, #ebe5f1,#f2ecfa);
}
.tag-bg {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%);
    width: 184px;
    height: 42px;
    line-height: 36px;
    color: #fff;
    background: url(../images/tag-bg.png) no-repeat;
}
.about-contact-info {
	margin-top: 50px;
	margin-bottom: 0;
}
.about-contact-info dt {
	margin-bottom: 20px;
	font-size: 24px;
	color: #21243d;
}
.about-contact-info dd {
	margin-bottom: 8px;
}
.contact-service-wrap {
	width: 100%;
	height: 574px;
    padding-top: 100px;
	background: url(../images/contact-img01.jpg) no-repeat center / cover;
}
.contact-service-list {
	position: relative;
	width: 820px;
	margin: 0 auto;
	padding: 40px 110px;
	color: #21243d;
	background: rgba(255, 255, 255,.8);
    border-radius: 6px;
}
.contact-service-list:after {
    position: absolute;
    right: 70px;
    content: "";
    width: 0;
    bottom: -50px;
    height: 0;
    border: 50px solid transparent;
    border-left-color: rgba(255, 255, 255,.8);
    transform: rotate3d(0, 0, 1, 225deg);
}
.contact-service-info {
	margin-top: 30px;
}
.contact-service-info li {
	margin-bottom: 15px;
}
.map-wrap {
	width: 100%;
	height: 450px;
	margin: 50px auto;
}
.main-product-banner-bg {
	position: relative;
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: url(../images/brand-banner.jpg) no-repeat center / cover;
}
.main-product-box h2 {
    margin-bottom: 0;
	line-height: 1.4;
}
.main-product-banner-bg {
	background: url(../images/core-banner.jpg) no-repeat center / cover;
}
.bg-white{
	width: 100%;
	background-color: #fff;
}
.main-product-main {
}
.main-product-item {
	width: 1000px;
    padding: 100px 0;
}
.main-product-img {
    flex: 0 0 452px;
    height: 286px;
}
.main-product-intro {
	width: 548px;
    padding: 20px 0 0 60px;
}
.main-product-intro h3 {
	margin-bottom: 30px;
}
.main-product-text {
	margin-bottom: 30px;
	font-size: 16px;
    line-height: 1.8;
	color: #7A7E8A;
}
.main-product-text-l {
	padding-right: 60px;
}
.price {
	color: #3B83C4;
	font-size: 36px;
}
.price sub {
	bottom: 0;
	margin-right: 10px;
	font-size: 24px;
}

/* 文章列表页 */
.main-blog,.main-artical{
    padding-top: 100px;
	padding-bottom:40px;
	background-color: #f9f9f9;
}
.blog-box,.artical-box{
    margin-top: 30px;
    padding: 20px 40px;
	background-color:#fff;
}
.infoitem{
    padding: 20px 0;
	color:#999;
	border-top:1px solid #ccc;
}
.blog-wrap h2{
    margin-bottom: 15px;
	color:#2c2c2c;
}
.blog-wrap h4{
	margin-bottom:15px;
	font-size:20px;
}
.blog-wrap h5{
	font-size:16px;
}
.blog-wrap h4 a{
	color:#2c2c2c;
}
.blog-wrap h4 a:hover{
	color:#3B83C4;
	text-decoration:none;
}
.viewlist {
    overflow: hidden;
    line-height: 41px;
}
.viewlist a{
	float:right;
}
.pagerbox {
    text-align: center;
    margin-top: 20px;
}

@-webkit-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-moz-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@-o-keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}

@keyframes fade-in {
    from {
        left: -100%
    }

    to {
        left: 0
    }
}
/* 文章页 */
.artinfo {
    padding: .1rem 1.46rem 1.15rem;
}
.art-head{
    margin-bottom: 30px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
}
.art-head h1{
	margin-top:15px;
	margin-bottom:15px;
	font-size:24px;
}
.art-head span{
	font-size:12px;
	color:#999;
}
.art-head span:first-child{
	margin-right:25px;
}
.list-box .infoitem {
	padding:10px 0;
	border-bottom:solid 1px #ddd;
}
.list-box .infoitem h5 {
	margin:0px;
	font-size:18px;
	padding:10px 0 5px 0;
}
.list-box .infoitem h5 a{
	color:#333;
}
.list-box .infoitem p {
	font-size:14px;
	color:#999;
	margin:5px 0;
}

.list-box .infoitem span {
	color:#999;
}

.no-data {
	font-size:28px;
	color:#ccc;
	list-style:none;
	text-align:center;
	padding:2em;
}
.else-link{
	margin-top:30px;
}
.else-link strong{
	margin-left:20px;
}
.else-link a{
	color:#333;
}
.else-link a:hover{
	color:#ff7700;
}
.artical-img img {
	max-width: 1200px;
}
.img-horizontal {
	height: 350px;
}
.img-horizontal img {
    object-fit: contain;
}

.mainbox .art-content, .mainbox .nav-content {
    font-size: .18rem;
    line-height: 2;
    color: #646464;
}
.mainbox .art-content h3, .mainbox .nav-content h3 {
	margin-top:1em;
}
.mainbox .art-content p, .mainbox .nav-content p {
    margin-bottom: .1rem;
}
.mainbox .nav-content .p-line {
	margin-bottom: .06rem;
	line-height: 1.5;
}
.art-content img{
    width: 100%;
    margin: .1rem 0;
}
.mainbox .art-content p.mapbox , .mainbox .nav-content p.mapbox {
padding:0px;
text-indent:0px;
}

.mainbox .art-content li p, .mainbox .nav-content li p {
	line-height:2.2em;
	margin-bottom:0em;
	text-indent:0;
}
.mainbox h2,.cat-title,.linebox h2{
	position:relative;
	line-height:2;
}
.mainbox h2 span,.cat-title span,.linebox h2 span{
	display:inline-block;
	padding:0 0.3em;
	border-bottom:3px solid #ff7700;
}
.linebox{
	margin-bottom:0;
	padding:40px 0;
	border-bottom:0;
}
.linebox h2{
	margin-top:0;
	margin-bottom:30px;
	text-align:center;
	line-height:1;
	border-bottom:none;
}
.linebox h2 span{
    color: #fb692f;
	font-size:16px;
    border-bottom: solid 1px #fb692f;
    -webkit-transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
    transition: background-color .24s ease-in-out, color .24s ease-in-out, border-color .24s ease-in-out;
}
.cat-title{
	margin-bottom:0;
	font-size:1.5em;
}
.mainbox h2 a,.linebox h2 a{
	display:block;
	float:right;
	margin-top:18px;
	color:#999;
}
.mainbox .textonly label {
	display:none;
}
.mainbox .btn-block {
	width:96%;
	max-width:400px;
}

.mainbox legend {padding-bottom:10px;}
.mainbox form {
	padding: 1em 0;
}

.mainbox form div.input-group {
	padding: 0;
}

.mainbox form div.has-error label{
	color:#a94442;
}
.mainbox form div.has-error input {
	border:1px solid #a94442;
}
.mainbox label {
	color: #999;
	font-size:1.2em;
	padding-bottom: 0.2em;
	display: block;
	font-weight:normal;
}

.mainbox input[type="submit"] {
	background: #ff7700;
	color: #FFF;
	font-size: 1em;
	padding: 0.7em 1.2em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	display: inline-block;
	text-transform: uppercase;
	border:none;
	outline:none;
}

/*foot*/
.footer-wrap {
    align-items: flex-start;
}
.footer-menu{
	display:flex;
	justify-content:space-between;
}
.footer-menu dl{
	margin-right: 100px;
}
.footer-menu dt{
    margin-bottom: 10px;
}
.footer-menu dd{
	line-height:2;
}
.footer-menu dd a{
	color:#7A7E8A;
}
.footer-menu a:hover{
	text-decoration:none;
	color:#2c2c2c;
}
.erweima img,.footer-map img {
	width: 80px;
	height: 80px;
}
.footer-map {
	margin-right: 40px;
}
.footer-img-box p {
    margin-top: 2px;
	color:#7A7E8A;
}
@media (max-width:1040px){
	.foot-tel{
		position:fixed;
		left:5%;
		bottom:0;
		z-index:100;
		width:90%;
		height:120px;
		padding:0 20px;
		font-size:5rem;
		color:#fff;
		line-height:120px;
		text-align:center;
		background-color:#ff7700;
		border-radius:60px;
	}
}

.code-box{
	padding:0 50px;
	color:rgba(255,255,255, .4);
	font-size:12px;
}
.code-img{
	display:inline-block;
	width:80px;
	margin-bottom:10px;
}
.code-box b{
	display:block;
	margin-bottom:6px;
	color:#ff7700;
	font-size:22px;
	font-weight:normal;
}
.checkbox-list{
	padding-left:0;
}
.checkbox-list-sub{
	display:flex;
	flex-flow:column wrap;
	width:83%;
	height:500px;
}
.checkbox-list-row{
	width:400px;
	padding-top:7px;
}
.checkbox-list li{
	float:left;
	margin-right:15px;
	list-style-type:none;
}
.checkbox-list h5{
	margin-top:10px;
	font-weight:bold;
    margin-right: 20px;
    border-bottom: 1px solid #ddd;
}
.checkbox-list label{
	display:inline-block;
	font-size:14px;
	vertical-align:2px;
}

.listbox {margin-top:10px;}

.student thead{
	background-color:rgba(0,175,236,.3);
}
.student .table tr:hover {
	background-color:rgba(0,175,236,.1);
}
.student .table th,
.student .table td {
	text-align:center;
	vertical-align:middle;
	border:1px solid rgba(0,175,236,.3);
}
.student .table td.td-left {
	text-align:left;
}















