﻿@charset "utf-8";
/* CSS Document */
html,body{background:#ffffff;color:#656565;font:10px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'!important;}
body,h1,h2,h3,h4,h5,h6,dl,dt,li,ol,ul,dd,th,td,p,pre,form,input,button,textarea,hr{margin:0;padding:0;}
a{text-decoration:none!important;}
*{margin:0;padding:0;}

img{pointer-events: none!important;}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;

  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;

  /*在选择框的最右侧中间显示小箭头图片
  background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;*/

  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }


/*手机平板字体整体大小*/
	@media(max-width:1099px){
		html,body{font:9px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'!important;}
	}

	@media(max-width:991px){
		html,body{font:9px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'!important;}
	}

	@media(max-width:859px){
		html,body{font:8px 'Microsoft YaHei',Tahoma,Verdana,'Simsun'!important;}
	}
/*手机平板字体整体大小*/


/*公共 S*/
.rel{position:relative;}
.width100{width:100%;}
.fl{float:left;}
.fr{float:right;}
.clearfix{clear:both;}

/*公共 E*/

/*header------------------------------------------------------------------------------- S*/


/*header------------------------------------------------------------------------------- E*/

/*footer------------------------------------------------------------------------------- S*/
.footer{padding-bottom: 20px!important;}
.footer_fix{display: none;}
.foul li a{text-align: center;}

.flink{background: #000;color: #FFFFFF;padding:20px;line-height:24px;font-size:14px;}
.flink a{color: #FFFFFF;}
		
	@media(max-width:859px){
		.flink{padding: 20px 20px 60px;font-size:15px;}
	}

		
/*footer------------------------------------------------------------------------------- E*/

/*zc-------------------------------------------------------------------------------------------------------------*/
.zc{background:url("../images/zc-bg-top.jpg") top center no-repeat #d23a38;width:100%;}
.zc h2{ font-size:3.6rem; text-align:center; margin-bottom:30px;color:#fff;font-weight:bold;}
.form-box{width:90%;margin:0 auto;padding:10px 0;}
.zc_kuang,.form-tj{ margin:0 auto!important;width:90%;}
.zc_kuang label{font-size:1.6rem;color:#fff; font-weight:normal;width:20%;text-align:right;}
.zc_kuang input,.form-tj input{width:78%;border-radius:60px; border:0;font-size:1.6rem; padding:13px 15px;}
.zc_kuang input{background:#d13432; color:#fff;}

.zc_kuang2{margin:0 auto!important;width:100%;}
.zc_kuang2 label{font-size:1.6rem;color:#fff; font-weight:normal;width:25%;text-align:right;}
.zc_kuang2 input,.form-tj input{width:70%;border-radius:60px; border:0;font-size:1.6rem; padding:13px 15px;}
.zc_kuang2 input{background:#d13432; color:#fff;}


input::-webkit-input-placeholder {
        color: #fff;font-size:1.5rem;
      }
      input::-moz-input-placeholder {
        color: #fff;font-size:1.5rem;
      }
      input::-ms-input-placeholder {
        color: #fff;font-size:1.5rem;
      }


.btn-style input{font-size:1.5rem; border:0;}
.zc-p{font-size:1.6rem;text-align: center;color:#686868;}

	@media(max-width:1199px){
		
	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){
		
	}

	@media(max-width:859px){
		.zc{background:linear-gradient(#e24f4a , #f36966);}
	}



/*底部 ZC*/
	.padd-zc{padding:2rem;}

	@media(max-width:1199px){
	}

	@media(max-width:991px){
	}
	@media(max-width:896px){
		.zc_kuang label,.zc_kuang2 label{font-size:1.5rem;}
	}
	@media(max-width:859px){
		.zc h2{ font-size:2.5rem; text-align:center;}
		.zc_xiala select,.zc_kuang input,.zc_kuang2 input,.form-tj input{padding:15px 10px;}
		.zc_kuang2{margin:0 auto!important;width:90%;}
		.zc_kuang label,.zc_kuang2 label{width:20%;text-align:center;font-size:1.6rem;}
		.zc_kuang2 input,.form-tj input{width:78%;border-radius:60px; border:0;font-size:1.6rem; padding:13px 15px;}
		.padd-zc{padding:2rem 0;}
	}
/*zc-------------------------------------------------------------------------------------------------------------*/


/*按钮*/
.btn-box{width:100%;margin: 0 auto; padding: 0 0; text-align: center;}
.btn-box p{font-size:1.5rem; line-height:1.5;padding:10px 0;}
.white .btn-box p{color:#fff;}

.btn-box .btn-style-auto{width:auto!important;background-color:#fff;color:#b30b0b;padding-right:80px; padding-left:80px;box-shadow:0 5px 0 #f39470;}
	@media(max-width:859px){
		.btn-box .btn-style-auto{width:96%!important;margin-top:0;}
	}


.btn-box .btn-style-auto2{width:auto!important;background-color:#fff;color:#b30b0b;padding-right:25px; padding-left:25px;box-shadow:0 5px 0 #f39470;}
	@media(max-width:859px){
		.btn-box .btn-style-auto2{width:96%!important;margin-top:0;}
	}


.btn-style{text-align: center; color: #fff;border-radius:6px;background-color: #af1b40; padding:4px 20px;}
.btn-style:link{color:#fff!important;}
.btn-style:hover{color:#fff!important;}
.btn-style:visited{color:#fff!important;}

.btn-style3{width:auto;text-align:center;color:#fff;border-radius:0!important;border:1px solid #d13b38;background-color: #d13b38;display: inline-block;font-size:1.8rem; font-weight:bold; padding:10px 0;line-height:1.5;vertical-align:text-top;min-width:180px;}
.btn-style3:link{color:#fff!important;}
.btn-style3:hover{color:#fff!important;}
.btn-style3:visited{color:#fff!important;}

.btn-style4{width:auto;text-align:center;color:#d13b38;border-radius:0!important;border:1px solid #d13b38;background-color:#fff;display: inline-block;font-size:1.8rem; font-weight:bold; padding:10px  0;line-height:1.5;vertical-align:text-top;min-width:180px;}
.btn-style4:link{color:#d13b38!important;}
.btn-style4:hover{color:#d13b38!important;}
.btn-style4:visited{color:#d13b38!important;}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.btn-style3,.btn-style4{min-width:130px;}
	}



.width33{ width:32.7%; float: left;margin-left: 0.6%; margin-bottom:0.6rem;}

.md{padding-top:100px;margin-top:-100px;}

.padding{padding:5rem 2rem;}
.padd-ul{padding-left:2rem; padding-right:2rem;}


.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt60{margin-top:60px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mr20{margin-right:20px;}
.font14{ font-size:1.4rem;}
.font16{ font-size:1.5rem; line-height:1.5;}
.font18{ font-size:1.8rem; line-height:1.8;}
.font24{ font-size:2.4rem; }
.font30{font-size:3rem;}
.font12{ font-size:1.2rem;}
.auto{ margin:0 auto;}
.pos-rel{position:relative;}


/*标题*/
.title{width:100%; margin:0 auto; margin-bottom:20px;}
.title h2{ font-size:3.6rem; line-height:1.4;font-weight:bold;text-align:center;color:#504646;}
.title p{font-size:2.4rem; text-align:center;line-height:1.6; margin-top:10px;color:#504646;}

.white .title h2{color:#fff;}
.white .title h2 span{color:#fed517;}

	@media(max-width:1199px){

	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.title h2{ font-size:3rem;}
		.title p{font-size:2rem;}
	}


/*前景色背景色*/
.col-red{ color:#b01b41;}
.col-black{ color:#2c2c2c;}
.col-gray{color:#767676;}
.col-white{color:#fff;}
.bg-white{background:#fff;}
.bg-gray{background:#eeeeee;}
.bg-gray2{background:#eeeeee;}
.bg-gray3{background:#f6f6f6;}


/*banner*/
.banner{background:#4c4c4c url(../images/banner.jpg) no-repeat center top;height:600px;margin-top:66px;}

/*大学办学，安心之选-------------------------S*/
.part1 .col-sm-4{padding:20px 10px;height:300px;}
.part1 h4{font-size:2.4rem;text-align:center;color:#4f4f4f;line-height:2;margin-bottom:20px;}
.part1 p{font-size:1.5rem;line-height:2;}

.part1-icon1{width:100%;height:87px;background: url(../images/part1-icon1.png) center center no-repeat; background-size:auto 100%;}
.part1-icon2{width:100%;height:87px;background: url(../images/part1-icon2.png) center center no-repeat; background-size:auto 100%;}
.part1-icon3{width:100%;height:87px;background: url(../images/part1-icon3.png) center center no-repeat; background-size:auto 100%;}
.part1-icon4{width:100%;height:87px;background: url(../images/part1-icon4.png) center center no-repeat; background-size:auto 100%;}
.part1-icon5{width:100%;height:87px;background: url(../images/part1-icon5.png) center center no-repeat; background-size:auto 100%;}
.part1-icon6{width:100%;height:87px;background: url(../images/part1-icon6.png) center center no-repeat; background-size:auto 100%;}

.part1-img p{font-size:1.5rem; text-align: center;padding:8px;}

	@media(max-width:1199px){

	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.part1 .col-sm-4{height:250px;padding:20px 5px;}
		.part1 h4{font-size:2rem;line-height:1.5;}
		.part1-icon1{width:100%;height:70px;background: url(../images/part1-icon1.png) center center no-repeat; background-size:auto 100%;}
		.part1-icon2{width:100%;height:70px;background: url(../images/part1-icon2.png) center center no-repeat; background-size:auto 100%;}
		.part1-icon3{width:100%;height:70px;background: url(../images/part1-icon3.png) center center no-repeat; background-size:auto 100%;}
		.part1-icon4{width:100%;height:70px;background: url(../images/part1-icon4.png) center center no-repeat; background-size:auto 100%;}
		.part1-icon5{width:100%;height:70px;background: url(../images/part1-icon5.png) center center no-repeat; background-size:auto 100%;}
		.part1-icon6{width:100%;height:70px;background: url(../images/part1-icon6.png) center center no-repeat; background-size:auto 100%;}
	}


/*大学办学，安心之选-------------------------E*/


/*招生对象-------------------------S*/
.bg-zsdx{background:#ffdbda;}
.bg-part2{height:485px;}
.ren{position: absolute;left:0;width:486px; height:533px;background:url(../images/bg-part2.png) no-repeat center top;background-size:100%;}
.part2-box1{position: absolute; left:440px; right:0; top:100px;}
.part2-box2{position: absolute; left:440px; right:0; top:250px;}
.part2-text{background:#fff; padding:30px; border-radius:20px;font-size:2rem;box-shadow:0 10px 5px rgba(255,43,43,.1);}
.part2-text strong{color:#d93f3f;}

	@media(max-width:1199px){

	}

	@media(max-width:1099px){
		.part2-icon img{width:100%;}
	}

	@media(max-width:991px){
		.bg-part2{height:300px;}
		.ren{position:absolute;left:0;right:0;width:40%; height:300px;background:url(../images/bg-part2.png) no-repeat center top;background-size:100%;}
		.part2-box1{position: absolute; left:300px; right:0; top:30px;}
		.part2-box2{position: absolute; left:300px; right:0; top:180px;}
		.part2-text{padding:30px;font-size:2rem;}
	}

	@media(max-width:859px){
		.bg-part2{background-size:100%;height:450px; }
		.ren{position:absolute;left:0;right:0;width:100%; height:485px;background:url(../images/bg-part2.png) no-repeat center top;background-size:100%;}
		.part2-box1{position: absolute; left:0; right:0; top:280px;}
		.part2-box2{position: absolute; left:0; right:0; top:380px;}
		.part2-text{padding:20px;font-size:2rem;}
		
		.part2-icon img{width:90%;}
		
	}


/*招生对象-------------------------E*/


/*提升人文素养，培养国际视野，成就国际化人才---------------------------------S*/

.gjhrc{margin-top:40px;}
.gjhrc .col-sm-4{padding:30px;}

.gjhrc-box{background:#ffffff; box-shadow:0 0 20px rgba(255,158,158,.6);padding:80px 40px 40px 40px;height:330px;margin-top:30px;}
.gjhrc-box .icon{width:131px; height:131px; border:3px solid #ffe8d8;border-radius:100%;background:#fff; margin-top:-150px;margin-left:auto; margin-right:auto;}
.gjhrc-box h4{color:#585757; font-size:2.6rem; text-align: center;line-height:2;font-weight:bold;margin:20px 0 10px;}
.gjhrc-box p{font-size:1.5rem;line-height:2;}

.gjhrc-icon1{width:100%;height:100%;background: url(../images/gjhrc-icon1.png) center center no-repeat; background-size:100%;}
.gjhrc-icon2{width:100%;height:100%;background: url(../images/gjhrc-icon2.png) center center no-repeat; background-size:100%;}
.gjhrc-icon3{width:100%;height:100%;background: url(../images/gjhrc-icon3.png) center center no-repeat; background-size:100%;}
.gjhrc-icon4{width:100%;height:100%;background: url(../images/gjhrc-icon4.png) center center no-repeat; background-size:100%;}
.gjhrc-icon5{width:100%;height:100%;background: url(../images/gjhrc-icon5.png) center center no-repeat; background-size:100%;}
.gjhrc-icon6{width:100%;height:100%;background: url(../images/gjhrc-icon6.png) center center no-repeat; background-size:100%;}

	@media(max-width:1199px){
		.gjhrc-box{padding:80px 30px 30px 30px;height:330px;margin-top:30px;}
		.gjhrc-box h4{font-size:2rem;margin:20px 0 10px;}
	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.gjhrc .col-sm-4{padding:10px;}
		.gjhrc-box{padding:40px 10px 20px 10px;height:220px;margin-top:20px;}
		.gjhrc-box .icon{width:50px; height:50px; border:1px solid #ffd8e1;margin-top:-65px;}
		.gjhrc-box p{line-height:1.5;}
	}


/*提升人文素养，培养国际视野，成就国际化人才---------------------------------E*/


/*通过多语种特色高中项目，您将获得 ------------------------S*/
.huode-box{width:16%;}
.huode-bg{width:184px;height:184px;background: url(../images/bg-huode.png) center center no-repeat; background-size:100% 100%;}
.huode-bg h4{width:36px; height: 36px; background:#f36966; color:#ffffff; font-size:20px; text-align: center;border-radius:100%;line-height:36px;margin-left:auto; margin-right:auto;position: absolute; top:-14px;}
.huode-bg p{font-size:2em; color:#585757;text-align: center;font-weight: bold;padding:60px 0;}
.jia-box{width:5%;}
.jia{width:19px; height:19px; background: url(../images/jia.png) center center no-repeat; background-size:100%;margin:80px auto;}

	@media(max-width:1199px){
		.huode-bg{width:150px;height:150px;}
		.jia{width:19px; height:19px;margin:60px auto;}
		.huode-bg p{font-size:1.8rem; padding:50px 0;}
		
	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){
		.huode-bg{width:130px;height:130px;}
		.jia{width:15px; height:15px;margin:55px auto;}
		.huode-bg p{font-size:1.8rem; padding:40px 0;}
	}

	@media(max-width:859px){

	}


/*通过多语种特色高中项目，您将获得 ------------------------E*/

/*课程体系 ---------------S*/
.bg-kctx{background:url(../images/bg-kctx.jpg) no-repeat center bottom #d6a4a3;}
.kctx2-text{background:#fff; padding:30px; border-radius:20px;font-size:1.5rem;box-shadow:0 5px 0 #dee7f6;line-height:2;}
.kctx2-pos-text{position:absolute;top:70px;right:450px;}

	@media(max-width:1199px){
		.kctx2-pos-text{top:70px;right:400px;}
	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){
		.kctx2-pos-text{top:70px;right:300px;}
	}

	@media(max-width:859px){
		.kctx2-pos-text{position: static;}
	}


/*课程体系 ---------------E*/

/*课程设置------------------------------S*/
.bg-kcsz{background:url(../images/bg-kcsz.jpg) no-repeat bottom center #cbb1b8;}
.title-02{margin:30px auto;text-align: center;}
.title-02 h3{width:40%;color:#fff; font-size:3rem;border-radius:60px; padding:13px 20px;display:inline-block;background:linear-gradient(to right,#264ff8,#227eff);}

.pymb-box{height:300px;}
.pymb-text,.kctx-text{background:#ffffff; border-radius:20px;padding:30px;font-size:1.5rem;line-height:2;box-shadow:0 10px 5px rgba(255,43,43,.1);}
.pymb-pos-text{position:absolute;top:50px;right:450px;}
.pymb-pos-img{position:absolute;left:760px;top:-60px;}

.kctx-box{height:530px;}
.kctx-pos-img{position:absolute;left:0;right:760px;top:100px;}
.kctx-pos-text{background:url(../images/kctx-text-bg.png) no-repeat left; color:#fff;padding:0 0 0 40px;font-size:1.5rem;line-height:2;position:absolute; left:400px; top:100px;right:0;}
.kctx-pos-text-box{padding:18px;}

.kctx-pos-text-box h4{font-size:2rem; margin-bottom:10px;}
.kctx-pos-text-box .col-xs-11{}
.kctx-font{font-family:kctx-font;font-size:4.8rem;color:#0BAAD9;line-height:48px;}

@font-face {
font-family:kctx-font;
src:url(../fonts/tt1183m.ttf); /*这里是字体文件路径*/
}


.bg-biaoge{background:url(../images/bg-biaoge.jpg) no-repeat center top;}
.bg-biaoge table h4{color:#191264;padding:10px;font-size:1.8rem;}
.bg-biaoge table td{padding:10px;font-size:1.5rem; text-align: center;}
.intro-tel{font-size:2.4rem; color:#fff; text-align: center; font-weight: bold;}


	@media(max-width:1199px){
		.pymb-pos-img{left:560px;top:-60px;}
		.kctx-pos-img{right:560px;top:120px;}
		.kctx-pos-text{padding:0 0 0 40px;left:400px; top:120px;right:0;}
		.kctx-pos-text-box{padding:0;}
		.kctx-pos-text-box .col-xs-11{padding:10px;}
	}

	@media(max-width:1099px){
		.kctx-pos-img{right:560px;top:100px;}
		.kctx-pos-text{padding:0 0 0 40px;left:400px; top:100px;right:0;}
		.kctx-pos-text-box{padding:0;}
		.kctx-pos-text-box .col-xs-11{padding:15px;}
	}

	@media(max-width:991px){
		.pymb-pos-text{top:40px;right:300px;}
		.pymb-pos-img{left:630px;top:-40px;}
		.kctx-pos-img{right:600px;top:150px;}
		.kctx-pos-text{padding:0 0 0 40px;left:320px; top:100px;right:0;}
		.kctx-pos-text-box{padding:0;}
		.kctx-pos-text-box .col-xs-11{padding:15px;}
	}
	
	@media(max-width:926px){
		.pymb-pos-img{left:550px;top:0;}
		.kctx-pos-img{right:550px;top:150px;}
	}

	@media(max-width:891px){
		.pymb-box{height:250px;}
		.pymb-pos-img{left:550px;top:-30px;}
		.kctx-pos-img{right:550px;top:150px;}
	}

	@media(max-width:859px){
		.pymb-pos-text{position: static;}
		.pymb-pos-img{position: static;padding:0 70px;margin-top:10px;}
		.kctx-pos-img{position: static;padding:0 70px;margin-top:10px;}
		.kctx-pos-text{position: static;padding:0;background:none;margin-top:20px;}
		.pymb-box,.kctx-box{height:auto;}
		
		
		.bg-biaoge{background:linear-gradient(#59b2fb , #5880ff);}
		.bg-biaoge table td{padding:5px;}
		.intro-tel{font-size:1.8rem;}
		
		.title-02{margin:15px auto;text-align: center;}
		.title-02 h3{font-size:2.4rem;}
		
	}

/*课程设置------------------------------E*/


/*毕业证书及成绩单展示------------------------- S*/
.zhengshu-text{position: absolute; bottom:0;left:0;right:0; font-size:1.5rem;color:#ffffff; background:#d13b38;padding:10px;text-align:center;}


	@media(max-width:1199px){
		
	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.zhengshu .col-xs-7{padding-left:0;}
		.zhengshu .col-xs-5{padding-right:0;}
		.zhengshu-text{padding:1px;}
	}

/*毕业证书及成绩单展示------------------------- E*/


/*高本贯通，直通海外名校 ------------------------- S*/
.bg-gbgt{background:#ffdbda;}
.gbgt{}
.gbgt-box{background:#fff; padding:40px;}

.tit-quan{background:url(../images/gbgt-tit.png) no-repeat top left;padding-left:80px;}

.gbgt-tit{background:url(../images/gbgt-tit.png) no-repeat top left;padding-left:80px;}
.title-03 h3{line-height:1.5;font-size:3rem; margin:6px 0;font-weight:bold; color:#f36966;}
.title-03 p{font-size:1.8rem; color:#f36966;}
.tit-quan .col-sm-7{padding-right:40px;}
.xxjh-box{box-shadow:0 0 10px #ff7a95;border-radius:6px;font-size:1.5rem;margin-top:20px;}
.xxjh-box h4{background:url(../images/xxjh-tit.png) no-repeat top left;color:#fff;height:38px; width:126px;text-align: center; padding:10px;}
.xxjh-box p{padding:20px 25px 25px;font-size:1.5rem;line-height:2;}
.kecheng-intro{font-size:1.5rem;padding:5px;line-height:2; margin-top:10px;}

.kecheng-box{padding:40px 0;}

.tit-shu{background:url(../images/gbgt-shu.png) no-repeat 15px 17px;padding-left:80px;}

/*师生感言 ------------------------------------ S*/
.ganyan{margin:30px 0;}
.ganyan h3{margin:15px 0;padding:15px 20px;}
.ganyan h3 span{display: inline-block;vertical-align:middle;color:#f36966;font-size:2.2rem;}
.ganyan-box{background:#f3f3f3;padding:10px 30px; border-radius:20px;}
.ganyan-box p{margin:10px 0;font-size:1.5rem;line-height:1.8;text-indent:30px;}

.icon-ls{width:24px; height:24px; background:url(../images/icon-ls.png) no-repeat; background-size:100%; display: inline-block;vertical-align:middle;margin-right:10px;}
.icon-xs{width:24px; height:24px; background:url(../images/icon-xs.png) no-repeat; background-size:100%; display: inline-block;vertical-align:middle;margin-right:10px;}

	@media(max-width:859px){
	.ganyan h3{margin:15px 0;padding:5px 20px;}
	.ganyan h3 span{font-size:2rem;}
	}
/*师生感言 ------------------------------------ E*/


.kctd table{border:1px solid #ffffff;}
.kctd table td{padding:20px 10px;}
.kctd table td strong{font-size:1.6rem; color:#f36966;}
.kctd table td p{font-size:1.5rem;line-height:2;}
.kctd-width1{width:18%;}
.kctd-width2{width:82%;}

.kctd-xs p{margin-bottom:15px;font-size:1.5rem;}
.kctd-xs p strong{font-size:1.6rem; color:#f36966;}

.sxyx-bg{background:url(../images/sxyx-bg.jpg) repeat;padding:25px;}
.sxyx-box{width:20%;padding:10px;margin:10px 0;height:230px;}
.sxyx-box .icon{text-align: center;width:100%;height:90px;overflow: hidden;margin-bottom:10px;}
.sxyx-box h5{font-size:1.5rem;color:#f36966;font-weight:bold;margin-bottom:10px;text-align: center;}
.sxyx-box p{font-size:1.4rem; line-height:1.8;}

.xby-01{width:100%;height:90px;background: url(../images/xby-01.png) center center no-repeat; background-size:auto 100%;}
.xby-02{width:100%;height:90px;background: url(../images/xby-02.png) center center no-repeat; background-size:auto 100%;}
.xby-03{width:100%;height:90px;background: url(../images/xby-03.png) center center no-repeat; background-size:auto 100%;}
.xby-04{width:100%;height:90px;background: url(../images/xby-04.png) center center no-repeat; background-size:auto 100%;}
.xby-05{width:100%;height:90px;background: url(../images/xby-05.png) center center no-repeat; background-size:auto 100%;}
.xby-06{width:100%;height:90px;background: url(../images/xby-06.png) center center no-repeat; background-size:auto 100%;}
.xby-07{width:100%;height:90px;background: url(../images/xby-07.png) center center no-repeat; background-size:auto 100%;}
.xby-08{width:100%;height:90px;background: url(../images/xby-08.png) center center no-repeat; background-size:auto 100%;}
.xby-09{width:100%;height:90px;background: url(../images/xby-09.png) center center no-repeat; background-size:auto 100%;}
.xby-10{width:100%;height:90px;background: url(../images/xby-10.png) center center no-repeat; background-size:auto 100%;}

.rb-01{width:100%;height:90px;background: url(../images/rb-01.png) center center no-repeat; background-size:auto 100%;}
.rb-02{width:100%;height:90px;background: url(../images/rb-02.png) center center no-repeat; background-size:auto 100%;}
.rb-03{width:100%;height:90px;background: url(../images/rb-03.png) center center no-repeat; background-size:auto 100%;}
.rb-04{width:100%;height:90px;background: url(../images/rb-04.png) center center no-repeat; background-size:auto 100%;}
.rb-05{width:100%;height:90px;background: url(../images/rb-05.png) center center no-repeat; background-size:auto 100%;}
.rb-06{width:100%;height:90px;background: url(../images/rb-06.png) center center no-repeat; background-size:auto 100%;}
.rb-07{width:100%;height:90px;background: url(../images/rb-07.png) center center no-repeat; background-size:auto 100%;}
.rb-08{width:100%;height:90px;background: url(../images/rb-08.png) center center no-repeat; background-size:auto 100%;}
.rb-09{width:100%;height:90px;background: url(../images/rb-09.png) center center no-repeat; background-size:auto 100%;}
.rb-10{width:100%;height:90px;background: url(../images/rb-10.png) center center no-repeat; background-size:auto 100%;}


	@media(max-width:1199px){

		.gbgt-box{padding:30px 40px;}
		.sxyx-bg{padding:10px;}
		.sxyx-box{height:270px;}
		.tit-quan .col-sm-7{padding-right:20px;}
		.tit-quan .col-sm-5{padding-top:30px;}
	}

	@media(max-width:1099px){

		.tit-quan .col-sm-5{padding-top:20px;}
	}

	@media(max-width:991px){

		.tit-quan .col-sm-5{}
		.kecheng-box{padding:20px 0;}
		.tit-quan{background:url(../images/gbgt-tit.png) no-repeat 0 10px;background-size:4%;padding-left:35px;}
		.tit-shu{background:url(../images/gbgt-shu.png) no-repeat 0 10px; background-size:2%;padding-left:35px;}
	}

	@media(max-width:859px){

		.gbgt-box{padding:20px;}
		.kecheng-box{padding:10px 0;}
		.tit-quan{background:url(../images/gbgt-tit.png) no-repeat 0 5px;background-size:7%;padding-left:25px;}
		.title-03 h3{line-height:1.5;font-size:2.4rem;}
		.tit-quan .col-sm-7{padding-right:5px;}
		
		.tit-shu{background:url(../images/gbgt-shu.png) no-repeat 0 8px; background-size:3%;padding-left:25px;}
		.sxyx-bg{padding:5px;}
		
		.sxyx-box .icon{height:50px;overflow: hidden;margin-bottom:10px;}
		
		.sxyx-box{width:50%;padding:5px;margin:5px 0;height:170px;}
		.sxyx-box p{font-size:1.4rem; line-height:1.5;}
		
		.xby-01{width:100%;height:50px;background: url(../images/xby-01.png) center center no-repeat; background-size:auto 100%;}
		.xby-02{width:100%;height:50px;background: url(../images/xby-02.png) center center no-repeat; background-size:auto 100%;}
		.xby-03{width:100%;height:50px;background: url(../images/xby-03.png) center center no-repeat; background-size:auto 100%;}
		.xby-04{width:100%;height:50px;background: url(../images/xby-04.png) center center no-repeat; background-size:auto 100%;}
		.xby-05{width:100%;height:50px;background: url(../images/xby-05.png) center center no-repeat; background-size:auto 100%;}
		.xby-06{width:100%;height:50px;background: url(../images/xby-06.png) center center no-repeat; background-size:auto 100%;}
		.xby-07{width:100%;height:50px;background: url(../images/xby-07.png) center center no-repeat; background-size:auto 100%;}
		.xby-08{width:100%;height:50px;background: url(../images/xby-08.png) center center no-repeat; background-size:auto 100%;}
		.xby-09{width:100%;height:50px;background: url(../images/xby-09.png) center center no-repeat; background-size:auto 100%;}
		.xby-10{width:100%;height:50px;background: url(../images/xby-10.png) center center no-repeat; background-size:auto 100%;}

		.rb-01{width:100%;height:50px;background: url(../images/rb-01.png) center center no-repeat; background-size:auto 100%;}
		.rb-02{width:100%;height:50px;background: url(../images/rb-02.png) center center no-repeat; background-size:auto 100%;}
		.rb-03{width:100%;height:50px;background: url(../images/rb-03.png) center center no-repeat; background-size:auto 100%;}
		.rb-04{width:100%;height:50px;background: url(../images/rb-04.png) center center no-repeat; background-size:auto 100%;}
		.rb-05{width:100%;height:50px;background: url(../images/rb-05.png) center center no-repeat; background-size:auto 100%;}
		.rb-06{width:100%;height:50px;background: url(../images/rb-06.png) center center no-repeat; background-size:auto 100%;}
		.rb-07{width:100%;height:50px;background: url(../images/rb-07.png) center center no-repeat; background-size:auto 100%;}
		.rb-08{width:100%;height:50px;background: url(../images/rb-08.png) center center no-repeat; background-size:auto 100%;}
		.rb-09{width:100%;height:50px;background: url(../images/rb-09.png) center center no-repeat; background-size:auto 100%;}
		.rb-10{width:100%;height:50px;background: url(../images/rb-10.png) center center no-repeat; background-size:auto 100%;}
		
		
		.kctd table td{padding:5px 10px;}
		
		.kctd-width1{width:40%;}
		.kctd-width2{width:60%;}
		
	}

/*高本贯通，直通海外名校 ------------------------- E*/

/*上海工程技术大学--------------------------------S*/
.bg-xuexiao{background:url(../images/bg-xuexiao.jpg) no-repeat top center #b84442;}

.xuexiao-logo{width:426px; height:87px; background:url(../images/xuexiao-logo.png) no-repeat; background-size:100%;  margin:15px 0;}
.xuexiao-text{font-size:1.5rem;color:#fff;line-height:2;}
.xuexiao-text p{margin:10px 0;}
.xuexiao2-text{border-radius:20px; padding:30px; font-size:1.5rem; line-height:1.8; background:#a52d2d;color:#fff;}

.bg-xuexiao .col-sm-8{padding:20px 0 0 20px;}



	@media(max-width:1199px){

	}

	@media(max-width:1099px){

	}

	@media(max-width:991px){

	}

	@media(max-width:859px){
		.xuexiao-logo{width:70%; height:55px; margin:15px auto;}
		.bg-xuexiao .col-sm-8{padding:5px;}
	}



/*上海工程技术大学--------------------------------E*/




/*边栏组件 S*/
.fixmes {position: fixed;right:0;top:110px;display: none;z-index:999;}
.fix{width:120px;height:auto;padding:4px 0;margin-top:2px; font-size:14px; line-height:20px;border-radius:4px;}
.fix-logo{width:120px;height:auto;}
.fix img{ margin:0 auto;}
.fix a,#yingcang{display: block;color:white;text-align: center;font-family:"Microsoft Yahei",Arial;}
.fix:hover{filter:alpha(opacity=90); text-align: center;-moz-opacity:0.9; opacity:0.9;}
.fix:visited{color:#fff;}
.fix1 {background: #d13b38;}
.fix2 {}
.fd-input{border-radius:4px;background:#fff; border:1px solid #dedede; width:90px;padding:0 2px;}
.fd-a {border-radius:4px; color:#fff; background:#af1b40; border:1px solid #d0021b;padding:0 16px; text-align: center;margin-top:2px;}
.fix3 {background: #f4f4f4; border:1px solid #dedede; padding:10px 13px;font-size:14px;margin-top:2px;}
.fix4 {background: #FBB01F;}
.fix5 {background: #EF6608;}
.fix6 {background: #af1b40;margin-top:2px;}
.fix7 {background: #bababa;margin-top:2px;border-radius:4px;}
.fix7 a{font-size:14px;padding:2px;}
.ask i{
	width: 30px;
	height:30px;
	display: block;
	margin: 0 auto;
	background:url(../images/ask.png) center no-repeat;
	animation: shine .8s infinite;
	animation-name: shine;
	animation-duration: 0.8s;
	animation-timing-function: initial;
	animation-delay: initial;
	animation-iteration-count: infinite;
	animation-direction: initial;
	animation-fill-mode: initial;
	animation-play-state: initial;
	}
.ask i .nav-ask {
    animation: shine .8s infinite;
    animation-name: shine;
    animation-duration: 0.8s;
    animation-timing-function: initial;
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}
@keyframes shine{
	0%{opacity: 0;}
	50%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;}
}

@-webkit-keyframes shine{
	0%{opacity: 0;}
	50%{opacity: 1;}
	70%{opacity: 1;}
	100%{opacity: 0;}
}

/*边栏组件 E*/


	/*手机端底部电话、咨询*/
	.foot {position: fixed;width: 100%;margin: 0px auto 0; color:#fff;z-index: 9999;background:rgba(209,149,27,1);left: 0;bottom: 0;}
	.foot .footWrap{padding: 0;margin: 0 auto; color:#fff;}

	.foot ul{list-style: none;}
	.foot ul li {float: left;width:50%;text-align: center;padding:10px 0;}
	.foot ul li .border-left{ border-left:1px solid #fff;}
	.foot ul li a { color:#fff; text-decoration:none; font-size:16px;}

	.footWrap img{ width:25px; height:25px;display:inline-block; margin-right:10px; vertical-align:middle;}
	.footWrap span{ margin-top:15px;}
	
	.shan{
		width:100%;
		height:100%;
		margin: 0 auto;
		background:#f5ab16;
		animation: bg .1s infinite;
		animation-name:bg;
		animation-duration: 0.8s;
		animation-timing-function: initial;
		animation-delay: initial;
		animation-iteration-count: infinite;
		animation-direction: initial;
		animation-fill-mode: initial;
		animation-play-state: initial;
		}

	@keyframes bg{
		0%{opacity:1;}
		50%{opacity: 1;}
		70%{opacity: 1;}
		100%{opacity: 0;}
	}

	@-webkit-keyframes bg{
		0%{opacity:1;}
		50%{opacity: 1;}
		70%{opacity: 1;}
		100%{opacity: 0;}
	}
	/*tiaofu*/
	.fixed{position:fixed; bottom:45px;width:100%;height:auto; z-index:999999;} 
	.fan{display:none;position:fixed; bottom:100px; right:0!important; z-index:999999;width:33px;height:auto;background: #af1b40;color:#fff; border-radius:10px 0 0 10px;font-size:2rem;font-weight: bold;padding:5px 8px;line-height:1.2;}