/*初始化样式*/
body {
    font-family: "microsoft yahei";
    min-width: 1200px;
}
header, section, footer, aside, nav, main, article, figure {
    display: block;
}
input, select, button, textarea {
    outline: none;
    padding-left: 10px;
}
/*公共类*/
.pointer {
    cursor: pointer;
}
ul, li {
    list-style: none;
}
input {
    vertical-align: middle;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.red {
    color: red;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:link, a:visited {
    text-decoration: none
}
body::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(245, 245, 245, 0.47);
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    border-radius: 3px;
    background-color: #f0f0f0;
}
body::-webkit-scrollbar-thumb {
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 2px rgba(100, 100, 100, .3);
    background-color: rgba(85, 85, 85, 0.4);
}
/*按钮动态效果*/
@-webkit-keyframes push{
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }   
}
@keyframes push{
  25% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  } 
}
@-webkit-keyframes rotate {
  0% {-webkit-transform: rotate(0);transform: rotate(0);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes rotate {
  0% {-webkit-transform: rotate(0);transform: rotate(0);}
  100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@-webkit-keyframes rotatef {
  0% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}
@keyframes rotatef {
  0% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
  100% {-webkit-transform: rotate(0);transform: rotate(0);}
}
.rotatef{ -webkit-animation: rotatef 30s linear 0s infinite;animation: rotatef 30s linear 0s infinite;}
.rotate{-webkit-animation: rotate 30s linear 0s infinite;animation: rotate 30s linear 0s infinite;}
.push{-webkit-transform: translatez(0);-ms-transform: translatez(0);transform: translatez(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);}
.scale_big,.push:hover{
   -webkit-animation: push 2s linear 0s infinite;
   animation: push 2s linear 0s infinite;
}
.font33{
	font-size: 33px;
}
.font48{
	font-size: 48px;
}
.cor0079ff{
	color: #0079ff;
}
.bg_eff9fe{
	background-color: #eff9fe;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clean{
	clear: both;
}
.clearfix:after{
	display: table;
	content: "";
	height: 0;
	clear: both;
}
.center{
	width: 1200px;
	margin:0 auto;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.pad_top_40{
	padding-top: 40px;
}
.pad_bottom_20{
	padding-bottom: 20px;
}
.pad_bottom_40{
	padding-bottom: 40px;
}
.text-center{
	text-align: center;
}
.header{
	height: 105px;
	background-color: #fff;
}
.logo{
	width: 282px;
	height: 105px;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-indent: 282px;
	padding-left: 282px;
	overflow: hidden;
	background-image: ;
	background-repeat: no-repeat;
	background-size: 282px 52px;
	background-position: left center;
}
.tel{
	padding-left:40px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 30px;
	color: #333;
	line-height: 105px;
}
.footer{
   width: 100%;
   height: 139px;
   color: #fff;
   background-color: #333;
}
.footer p a{
	color: #fff;
}
.banner{
	width: 100%;
	height: 448px;
	background-image: url(/uploads/image/szsimages/bannner_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.banner_content{
	width: 682px;
	padding-top: 322px;	
	margin:0 auto;
}
.banner_btn{
	display: block;
	width: 322px;
	height: 46px;
	margin:20px auto;
	border-radius: 23px;
	background-color: #fff;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.model_1{
	padding-top: 30px;
}
.model_1 .title{
	font-size: 40px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.model_1 ul{
	overflow: hidden;
	margin-left: -74px;
}
.model_1 ul li{
	width:340px;
	height: 160px;
    float: left;
    margin-left: 74px;
    margin-top: 30px;
    position: relative;
}
.model_1 ul li img{
	width: 100%;
	height: 100%;
}
.model_1 ul li p{
	width: 100%;
	position: absolute;
	left:0;
	top:20px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.model_1 ul li a{
	position: absolute;
	left:50%;
	margin-left: -76px;
	top:82px;
	width: 152px;
	height: 40px;
	border-radius: 20px;
	background-color: rgba(204,199,195,0.5);
	display: block;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #222;
}
.model_2{
	background-color: #f8f8fa;
	padding-top: 30px;
	padding-bottom: 40px;
}
.model_2 .img_box{
   width:445px;
   height: 608px;
   position: relative;
}
.model_2 .img_box .zixun_btn1{
	position: absolute;
	left:58px;
	bottom: 24px;
	width: 280px;
	height: 60px;
	border-radius: 30px;
	border: 2px dashed #fffaee;
	font-size: 22px;
	color: #fff;
	line-height: 52px;
	text-align: center;
}
.model_2 .title{
	font-size: 36px;
	font-weight: bold;
	color: #333;
}
.cor6ac3b1{
	color: #6ac3b1;
}
.model_2 .wen_box .question{
	margin-top: 40px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #6ac3b1;
	font-size: 22px;
	color: #fff;
	padding-left: 68px;
	background-image: url(/uploads/image/szsimages/img8.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.model_2 .wen_box .question:hover{
	background-color: #fff;
	background-image: url(/uploads/image/szsimages/img9.png);
	color: #6ac3b1;
	border: 1px solid #6ac3b1;
	cursor: pointer;
}
.model_3{
	background-color: #fff;
	padding-bottom: 50px;
}
.model_3 table{
	width: 100%;
	border: 20px solid #49a694;
}
.model_3 table th{
	height: 176px;
	background-image: url(/uploads/image/szsimages/img11.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.model_3 th h3{
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	margin:0;
}
.model_3 th p{
	text-align: center;
	font-size: 20px;
	color: #333;
	margin:0;
	font-weight: normal;
}
.model_3 td{
	border:1px solid #49a694;
	font-size: 20px;
	color: #333;
	height: 44px;
	text-align: center;
}
.model_3 td.td_title{
	font-size: 22px;
	font-weight: bold;
}
.zixun_btn2{
    width: 600px;
    height:56px;
    display: block;
    margin: 30px auto;
    background-color: #ff8213;
    border-radius: 26px;
    line-height: 56px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.zixun_btn2 em{
    padding:25px;
    background-image: url(/uploads/image/szsimages/wen.png);
    background-repeat: no-repeat;
    background-position: left center;   
}
.zixun_btn2:hover{
	color: #fff;
}
.model_3 .desc{
  font-size: 20px;
  color: #333;
  margin:20px 0 0 0;
  line-height: 36px;
}
.shicao_jianjie{
	width: 588px;
	height: 286px;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/szsimages/img12.png);
	position: relative;
}
.shicao_tiyan{
	width: 588px;
	height: 286px;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/szsimages/img13.png);
	position: relative;
}
.shicao_jianjie .title,.shicao_tiyan .title{
   font-size: 22px;
   color: #fff;
   font-weight: normal;
   position: absolute;
   left:22px;
   top:20px;
}
.shicao_jianjie .desc{
   font-size: 18px;
   color: #333;
   position: absolute;
   left:220px;
   top:70px;
   padding-right: 20px;
   line-height: 36px;
}
.shicao_jianjie .imgwrap{
  position: absolute;
  left:0;
  top:100px;
  width: 224px;
}
.shicao_jianjie .imgwrap img{
	display: block;
	margin:0 auto;
}
.shicao_jianjie .imgwrap p{
	margin:0;
    font-weight: bold;
    font-size: 24px;
    color: #082149;
    text-align: center;	
}
.shicao_tiyan_a{
	width: 34px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fee97e;
	border-radius:15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
    color: #333;
    text-align: center;
    display: block;
    position: absolute;
    left:40px;
    top:107px;
}
.shicao_tiyan_a:hover{
	color: #333;
}
.shicao_item1{
	position: absolute;
	left:140px;
	top:128px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
}
.shicao_item2{
	position: absolute;
	left:365px;
	top:100px;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #fff;	
}
.model_6{
	padding-top: 30px;
}
.model_6 .title{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
	color: #333;
}
.model_6 .desc{
	font-size: 24px;
	text-align: center;
	color: #333;
}
.model_6 ul{
	margin-left: -15px;
}
.model_6 ul li{
  width: 221px;
  height: 82px;
  float: left;
  margin-bottom: 30px;
  margin-left: 15px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 82px;
  color: #fff;
}
.model_6 ul .li1{
	background-color: #f760a3;
}
.model_6 ul .li2{
	background-color: #6284ff;
}
.model_6 ul .li3{
	background-color: #57b2a9;
}
.model_6 ul .li4{
	background-color: #ff6b6d;
}
.model_6 ul .li5{
	background-color: #7063e6;
}
.model_6 ul .li6{
	background-color: #ffb961;
}
.model_6 ul .li7{
	background-color: #b27c56;
}
.model_7{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f8f8fa;
}
.course_shicao,.course_shizhan{
	width: 50%;
}
.model_7 .title{
	font-weight: bold;
	font-size: 36px;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.model_7 .desc{
	height: 130px;
	font-size: 18px;
	line-height: 34px;
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
}
.model_7 .content{
	width: 100%;
	height: 642px;
	background-color: #fff;
	padding-top:40px;
}
.model_7 .content img{
	display: block;
	margin:0 auto;
}
.model_7 .content ul{
	padding-left: 0;
}
.model_7 .content li{
	float: left;
	width: 154px;
	height:38px;
	margin-top: 10px;
	margin-left: 35px;
	background-color: #f2f2f0;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.zixun_btn3{
	display: block;
	margin:20px auto;
	width: 500px;
	height: 62px;
	border-radius: 31px;
	background-color: #49a694;
	line-height: 62px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.zixun_btn3:hover{
	color: #fff;
}
.model_8{
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 50px;
}
.model_8 .title{
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: bold;
	margin:0;
}
.model_8 .desc{
	font-size: 22px;
	color: #333;
	line-height: 40px;
	text-align: center;
	margin:0;
}
.model_8 ul{
	overflow: hidden;
}
.model_8 ul li{
	width: 33%;
	margin-top: 10px;
	height: 270px;
	float: left;
}
.model_8 ul li img{
	display: block;
	margin:0 auto;
}
.model_8 ul li h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin:0;
	line-height: 50px;
}
.model_8 ul li p{
	font-size: 16px;
	color: #333;
	margin:0;
	line-height: 26px;
	padding-left: 40px;
	padding-right: 40px;
}
.model_8 ul li a{
	display: block;
	width: 362px;
	height: 62px;
	margin:15px auto;
	background-color: #555;
	line-height: 62px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 31px;
}
.model_9{
	width: 100%;
	height: 168px;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/szsimages/img23.png);
	background-position: center top;
}
.zixun_btn4{
	width: 229px;
	height: 76px;
	float: right;
	margin-top: 50px;
	display: block;
	color: #fff;
	line-height: 76px;
	text-align: center;
	background-color: #ff826c;
	border-radius: 38px;
	font-size: 30px;
	font-weight: bold;
}
.zixun_btn4:hover{
	color: #fff;
}