@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding: 0px;
	font-family:"微软雅黑";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a{text-decoration: none;}

/*通用*/
.index_title{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;

}
.index_title p{

	color: #000;
	text-align: center;

}

.com_title{
	padding:80px 0 50px 0;

}
.com_title p{
	font-size: 2.6rem !important;
	color: #000 !important;
	text-align: center;
	line-height: normal!important;
}


.com_title span{
	font-size: 1rem;
	color: #999;
	text-align: center;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
	padding: 0 5%;
}

.com_title p:after,.com_title p:before{
	content: " ";
	display: inline-block;
	width: 200px;
	height: 2px;
	background-color: #BC1C21;
	margin-bottom: 12px;
}
.com_title p:after{
	margin-left: 30px;
}
.com_title p:before{
	margin-right: 30px;
}

.com_title span{
	text-transform: uppercase;
}
/*
.index_title p:before{
	content: " ";
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: red;

}
*/

.index_title span{
	font-size: 1rem;
	color: #999;
	text-align: center;
	text-transform:uppercase;
	display: block;
	line-height: 30px;
	padding: 0 5%;
}
.nav_mbx{
	max-width: 1400px;
	height: auto;
	border-bottom: solid 2px #ececec;
	overflow: hidden;
	margin: 0 auto;
}
.nav_mbx li{
	font-size: 1rem;
	color: #333;
	line-height: 3rem;
	float: left;
	margin-right: 2rem;
	cursor: pointer;
}
.nav_mbx li a{
	color: #333;
}

.nav_mbx ul li::after {
	width: 0px;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav_mbx ul li .on li::after {
	width: 50%;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav_mbx ul li:hover::after {
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	width: 100%;
	color: #e5322d;
}
.nav_mbx ul .on::after {
	width: 100%;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav_mbx ul .on a{
	color: #e5322d;
}
.nav_mbx ul li:hover a{
	color: #e5322d;
}
.nav_mbx p{
	font-size: 0.9rem;
	color: #999;
	line-height: 3rem;
}

@media screen and (max-width:1400px){
	.nav_mbx{
		padding: 0 5%;
	}
}

/*首页*/
.head{
	width: 100%;
	height: 100px;
	background: #212121;
}
.logo{
	width: 15%;
	height: 100px;
	line-height: 100px;
	/*margin-top: 20px;*/
}
.logo img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.nav{
	width: 53%;
	height: 100px;
	margin-left: 10px;
}
.nav li{
	height: 10%;
	float: left;
	line-height: 98px;
	color: #fff;
	font-size: 1rem;
	padding-right: 14px;
}
.nav li a{
	color: #fff;
	display: block;
	/*height: 98px;*/
}
.nav ul li::after {
	width: 0px;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav ul li .on li::after {
	width: 50%;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav ul .on::after {
	width: 100%;
	transition: all 0.6s;
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	color: #e5322d;
}
.nav ul .on a{
	color: #e5322d;
}
.nav ul li.own-active a,.nav ul li:hover a{
	color: #e5322d;
}

.nav ul li.own-active::after,.nav ul li:hover::after {
	content: "";
	display: block;
	border-bottom: 2px solid #e5322d;
	margin-top: -2px;
	width: 100%;
	color: #e5322d;
}
/*.nav li:hover a{
	color: #e5322d;
	border-bottom: solid 2px #e5322d;
}*/
.tel{
	width: 28%;
	height: 100px;
	line-height: 100px;
}
.tel img{
	vertical-align: middle;
	margin-right: 5px;
}
.tel p{
	font-size: 1rem;
	color: #fff;
	display: inline;
}
.tel p span.span-mobile{
	color: #e5322d;
	font-size: 1.1rem;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.banner > ul {
    display: none;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
}

.banner > ul > li  {
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

.banner > ul > li > a {
    display: block;
    text-align: center;
    line-height: auto;
    font-weight: bold;
}
.banner img{
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    display: block;
}

.img-btn-list {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 45%;
}

.img-btn-list > span  {
    display: inline-block;
    width: 50px;
    height: 4px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
}

.img-btn-list > span.current {
    background: #e5322d;
}

.index_box{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	/*overflow: hidden;*/
	padding-bottom: 80px;
}
.fuwu{
	width: 48%;
	height: 450px;
	margin-top: 50px;
}
.fuwu:hover .fuwum{
	display: none;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
	width: auto;
	height: 100%;
  display: block;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  padding: 50px;
  /* background: rgba(0, 0, 0, 0.6); */
  font-weight: normal;
  margin-top: 300px;
}
@media screen and (max-width: 800px){
	.hovereffect h2{
		margin-top: 0px;
		text-align: center;
		padding: 4.1em 0;
	}
	.fuwu{
		height: auto;
	}
	.index_title>span
}
.hovereffect h2 span{
	font-size: 1rem;
	display: block;
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 75%;
  width: 75%;
  position: absolute;
  top: 0%;
  left: 13%;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
.hovereffect a.info h1{
	font-weight: normal;
	font-size: 1.4rem;
	color: #fff;
	margin-top: 30px;
}
.hovereffect a.info h1 span{
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	display: block;
	line-height: 30px;
	text-transform:uppercase;
}
.hovereffect a.info .nr{
	width: 100%;
	height: auto;
	margin: 5px auto 0;
	overflow: hidden;
}
.hovereffect a.info .nr li{
	width: 50%;
	float: left;
	font-size: 0.8rem;
	color: #ececec;
	text-align: left;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-indent: 10px;
}
.hovereffect a.info .more{
	width: 30%;
	height: 40px;
	border: solid 2px #fff;
	margin: 20px auto 0;
	/* display: block; */
	font-size: 1rem;
	line-height: 36px;
	text-align: center;
}

.index_box2{

	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	background-size: 100% 100%;
	padding-bottom: 80px;
}

.index_box2 ul{
	max-width: 1430px;
	height: auto;
	margin: 50px auto 0;
	overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
}
.index_box2 ul li{
	width: 49%;
	height: auto;	
	position: relative;
	cursor: pointer;
	padding-bottom: 30px;
}

.index_box2 ul li .content{
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding-top: 120px;
	color: #ffffff;
}
.index_box2 ul li .content h3{
	color: #ffffff;
	font-size: 28px;
	padding-bottom: 20px;
}
.index_box2 ul li .content p{
	font-size: 16px;

}
.index_box2 ul li .content .more{
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	text-align: center;
	border: 1px solid #FFFFFF;
	margin-top: 40px;
	transition: background-color 0.8s;
}
.index_box2 ul .hovereffect_:hover .content .more{
	background-color: #BC1C21;
	color: #FFFFFF;
	border: none;
}

.hovereffect_ {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}
.hovereffect_ .overlay_ {
    width: 100%;
    height: 60px;
    color: #3c4a50;
  

}

.hovereffect_ img {
	transition: all 0.8s;
	width: 100%;
        height:200px;
}

.hovereffect_ img:hover{

    transform: scale(1.1);
}



.hovereffect_ h2 {
    text-transform: uppercase;
    color: #000;
    text-align: center;
    position: relative;
    font-size: 17px;
    
    background: rgba(0, 0, 0, 0.5);
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
    color:#fff;
    height: 40px;
	/*background: #444;*/
	line-height: 40px;
}


.more_{
	border: solid 2px #434343;
	width: 150px;
	height: 40px;
	margin: 55px auto 0;
	text-align: center;
	line-height: 36px;
	color: #fff !important;
	font-size: 16px;
	display: block;
	cursor: pointer;
}
.more_:hover{
	color: #333 !important;
	background: #fff;
	background-color:rgba(255,255,255,1);
	transition:background-color 1.5s ease,left 1.5s ease-in-out;
}
a.more_:hover{
	color: #333 !important;
}
.index_szcp{
	/*background: url("../images/bg.jpg");*/;
	background-color: #DDDDDD;
}

.index_about{
	width: 100%;
	height: auto;
	background: #333;
	overflow: hidden;
}
.index_about .img{
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.index_about .img img{
	width: 100%;
	height: 100%;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.index_about .img:hover img{
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.index_about .imgs {
    margin-top: 5em;
}
.index_about .index_about_nr{
	width: 50%;
	height: 100%;
	overflow: hidden;
	padding-left: 5%;
}
.index_about .index_about_nr h1{
	font-size: 1.4rem;
	color: #fff;
	margin-top: 2em;
}
.index_about .index_about_nr h2{
	font-size: 1.2rem;
	color: #fff;
	margin-top: 10px;
}
.index_about .index_about_nr p{
	font-size: 0.9rem;
	color: #bbb;
	width: 90%;
	/*height: 17rem;*/
	margin-top: 0.8em;
	line-height: 1.8rem;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
@media screen and (max-width:1550px){
	.index_about .index_about_nr p{
		height: 11.5em;
	}
}
@media screen and (max-width:1250px){
	.index_about .index_about_nr p{
		height: 8em;
	}
}
.index_about .index_about_nr .more_{
	margin: 2em 0 0.5em 0;
}

.index_news{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	padding: 0 30px 60px;
	overflow: hidden;
}

.index_news ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.index_news ul li{
	width: 48%;

	border-bottom: dotted 1px #ccc; 
}

.index_news ul li h3{
	font-size: 16px;
	line-height: 3;
}

.index_news ul li h3 span{
	float: right;
}


.footer{
	width: 100%;
	height: auto;
	background: #212121;
	padding-top: 50px;
	border-bottom: solid 1px #444444;
	padding-bottom: 50px;
}
.footer .nav_{
	width: 40%;
	height: auto;
}
.footer .nav_ dl{
	float: left;
	padding-right: 1em;
	text-align: center;
}
.footer .nav_ dl dt{
	font-size: 1rem;
	color: #ececec;
	padding-bottom: 15px;
}
.footer .nav_ dl dt a{
	color: #ececec;
}
.footer .nav_ dl dd{
	font-size: 0.9rem;
	color: #999;
	line-height: 26px;
}
.footer .nav_ dl dd a{
	color: #999;
}

        
 .footer .nav_ dl dd #qrcode img {
           
            position: absolute;
            top: 6%;
            left: 35%;
            width: 30%;
            /*height: 50%;*/
            display: block;
        }

 .footer .nav_ dl dd #qrcode {

            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            z-index: 9999;
            display: none;
        }



.footer .contact{
	width: 32%;
	height: auto;
	padding: 0;
}
.footer .contact p{
	color: #cfcfcf;
	font-size: 1rem;
	line-height: 28px;
}

.footer .contact li{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}
.footer .contact .qq{
	background: url(../images/qq.png);
	background-repeat: no-repeat;
}
.footer .contact .weixin{
	background: url(../images/weixin.png);
	background-repeat: no-repeat;
}
.footer .contact .weibo{
	background: url(../images/weibo.png);
	background-repeat: no-repeat;
}
.footer .contact .qq:hover{
	background: url(../images/qq_.png);
	background-repeat: no-repeat;
	transition:background 1s ease,left 1s ease-in-out;
}
.footer .contact .weibo:hover{
	background: url(../images/weibo_.png);
	background-repeat: no-repeat;
	transition:background 1s ease,left 1s ease-in-out;
}
.footer .contact .erwm{
	display: none;
}
.footer .contact .weixin:hover .erwm{
	display: block;
}

.footer .ewm{
	width: 28%;
	height: auto;
	text-align: center;
}
.footer .contact .ewm img{
	margin-bottom: 20px;
}
.footer_{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 0.9rem;
	color: #999;
	margin: 0 auto;
	background: #212121;
}
.footer .logo2_{
	width: 100%;
}

/*品牌文化*/
.nav_ok{
	width: 1400px;
	margin: auto;
	font-size: 16px;
	padding-top: 30px;
}
.about_one{
	max-width: 1400px;
	height: auto;
	background: url(../images/about_01.png) top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 80px;
}
.about_one .img{
	text-align: center;
}
.about_one .img img{
	vertical-align: middle;

}
.about_one h1{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.6rem;
	color: #333;
}
.about_one h2{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.3rem;
	color: #333;
}
.about_one p{
	/*text-align: center;*/
	font-size: 1rem;
	color: #333;
	width: 100%;
	height: auto;
	padding: 0;
	line-height: 2;

	/*margin-top: 20px;*/
}
@media screen and (max-width: 800px){
	.about_one p{
		text-align: left;
	}
}
.about_one .about_one_tu{
	width: 100%;
	height: auto;
	padding: 4em 18% 0;
}
.about_one .about_one_tu img{
	width: 100%;
	height: auto;
}
.about_xian{
	max-width: 1400px;
	height: auto;
	margin: 5em auto 0;
}
.about_xian img{
	width: 100%;
	height: auto;
}
.about_two{
	max-width: 1400px;
	height: auto;
	margin: 1em auto 0;
}
.about_two .textr{
	/*float: right;*/
	display:  inline-block;
}
.about_two .img{
	width: 62.5%;
	height: auto;
	overflow: hidden;
}
.about_two .img img{
	width: 100%;
	height: auto;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.about_two .img:hover img{
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.about_two .text{
	/* width: 50%; */
	height: auto;
	padding: 2em 5% 0;
	overflow: hidden;
	text-align:  center;
}
.about_two .text h1{
	font-size: 1.4rem;
	color: #333;
	margin-top: 1em;
}
.about_two .text p{
	font-size: 1rem;
	color: #333;
	line-height: 2rem;
	/* margin-top: 1rem; */
	padding-right: 2rem;
	text-align:  left;
}
.about_two .text span{
	width: 80px;
	height: 2px;
	background: #ccc;
	display: block;
	margin-top: 1.5rem;
}
.about_three{
	max-width: 1400px;
	height: auto;
	margin: 4em auto 0;
	/*padding-bottom: 10em;*/
}
.about_three h1{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	height: auto;
	text-align: center;
}
.about_three p{
	font-size: 0.9rem;
	color: #666;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0.5rem;
}
.about_three .img{
	width: 75%;
	height: auto;
	margin: 6rem auto 0;
}
.about_three .img img{
	max-width: 100%;
	height: auto;
}
.about_seven{
	max-width: 1400px;
	height: auto;
	margin: 4em auto 0;
	padding-bottom: 10em;
	position: relative;
}
.about_seven h1{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	height: auto;
	text-align: center;
}
.about_seven p{
	font-size: 0.9rem;
	color: #666;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0.5rem;
}
.about_seven ul{
	width: 100%;
	height: auto;
	overflow-y: hidden;
	margin-top: 5em;
}
.about_seven li{
	width: 31.333333%;
	height: auto;
	margin: 0 1%;
	float: left;
	position: relative;
	overflow-y: hidden;
}
.about_seven li .img{
	overflow: hidden;
	width: 100%;
	height: auto;
}
.about_seven li img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.about_seven li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_seven li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 18px;
}
.about_seven li h2{
	width: 100%;
	height: 40px;
	line-height: 50px;
	color: #333;
	font-size: 18px;
	font-weight: normal;
	/*padding: 0 20px;*/
	padding-right: 20px;
}
.about_seven li .seven_p{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	/*padding: 0 20px;*/
	padding-right: 20px;
}

.about_seven .swiper-slide .img{
	overflow: hidden;
	width: 100%;
	height: auto;
}
.about_seven .swiper-slide .img img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.about_seven .swiper-slide:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_seven .swiper-slide h2{
	width: 100%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	/*padding: 0 20px;*/
	padding-right: 20px;
	text-align: left;
	margin-top: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-y: hidden;
}
.about_seven .swiper-slide .seven_p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	/*padding: 0 20px;*/
	padding-right: 20px;
	text-align: left;
}

.about_four{
	max-width: 1400px;
	height: auto;
	margin: 4em auto 0;
}
.about_four .zizhi{
	position: relative;
}
.about_four h1{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	height: auto;
	text-align: center;
}
.about_four p{
	font-size: 0.9rem;
	color: #666;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 0.5rem;
}
.swiper-container2 {
    width: 85%;
    height: 100%;
    margin-top: 60px !important;
}
.swiper-container2 .swiper-slide {
	width: auto !important;
	height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin-right: 20px;
}
.swiper-container2 .swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-container3 {
    width: 85%;
    height: 100%;
    margin-top: 60px !important;
}
.swiper-container3 .swiper-slide {
	width: 33.33% !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    padding: 0 0.5%;
}
.swiper-container3 .swiper-slide img{
	width: 100%;
	height: auto;
}
.about_course{
	max-width: 1400px;
	height: auto;
	margin: 4em auto 0;
}
.about_course h1{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	height: auto;
	text-align: center;
}
.about_course .course{
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
.about_course .course img{
	max-width: 100%;
	height: auto;
}
.about_course .course ul{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.about_course .course ul li{
    cursor: pointer;
    height: 48em;
}
.about_course .course ul li.course_01{
	position: absolute;
    width: 21%;
    top: 0;
    left: 12%;
}
.about_course .course ul li.course_02{
	position: absolute;
    width: 21%;
    top: 0;
    left: 33%;
}
.about_course .course ul li.course_03{
	position: absolute;
    width: 21%;
    top: 0;
    left: 54%;
}
.about_course .course .course_text{
    border: #d4965b 2px solid;
    width: 220px;
    height: 30em;
    border-radius: 10px;
    position: absolute;
    top: 8em;
    left: 21em;
    padding: 1%;
    overflow-y: scroll;
}

.about_course .course .course_text1{
	border: #d4965b 2px solid;
    width: 220px;
    height: 30em;
    border-radius: 10px;
    position: absolute;
    top: 4em;
    left: 43em;
    padding: 1%;
    overflow-y: scroll;
}
.about_course .course .course_text2{
    border: #d4965b 2px solid;
    width: 360px;
    height: 18em;
    border-radius: 10px;
    position: absolute;
    top: 36em;
    left: 64em;
    padding: 1%;
    overflow-y: scroll;
}
.about_course .course .tab-item{
	display: none;
}
.about_course .course .tab-item li{
	text-align: left;
	/*list-style-type:square;*/
	width: 100%;
}
.about_course .course .tub{
	width: 5px;
	height: 5px;
	background: #d4965b;
	float: left;
	margin-top: 5px;
}
.about_course .course .tab-item li p{
	flex: 1;
    display: flex;
    padding-left: 5px;
}
/*::-webkit-scrollbar {display:none}*/


.about_ty{
	max-width: 1400px;
	height: auto;
	margin: 4em auto 0;
}
.about_ty h1{
	font-size: 1.4rem;
	color: #333;
	width: 100%;
	height: auto;
	text-align: center;
}
.about_ty ul{
	width: 100%;
	height: auto;
	overflow-y: hidden;
	margin-top: 5em;
}
.about_ty li{
	width: 31%;
	height: auto;
	margin: 0 1%;
	float: left;
	position: relative;
	overflow: hidden;
}
.about_ty li img{
	width: 100%;
	height: auto;
        height:300px;
	vertical-align: middle;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.about_ty li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_ty li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 18px;
	text-align: center;
}

/*业绩作品*/
.newslist{
	max-width: 1400px;
	height: auto;
	padding-bottom: 5em;
	margin: 0 auto;
	overflow: hidden;
}
.newslist .list{
	width: 75%;
	height: auto;
	border-right: solid 1px #ececec;
	padding-right:5em;
}
.newslist .list ul li{
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 1px #e7e7e7;
    box-shadow: 1px 1px 1px #e7e7e7;
    margin-top: 2em;
}
.newslist .list ul li:hover{
	-webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
}
.newslist .list ul li .img{
	width: 40%;
	height: auto;
}
.newslist .list ul li .img img{
	width: 100%;
	height: auto;
	display: block;
}
.newslist .list ul li .text{
	width: 100%;
	height: auto;
	padding: 3em 4% 2em;
	overflow: hidden;
}
.newslist .list ul li .text h1{
	font-size: 1.2rem;
	font-weight: bold;
	color: #333;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist .list ul li .text p{
	font-size: 0.9rem;
	color: #333;
	line-height: 2em;
	margin-top: 1em;
	overflow: hidden;
	height: 4em;
}
.newslist .list ul li .text span{
	font-size: 0.9rem;
	color: #999;
	/* margin-top: 1em; */
	display: block;
}
.newslist .list ul li .text h2{
	font-size: 0.9rem;
	color: #d80f21;
	margin-top: 1.5em;
}
.newslist .list ul li .text h2 img{
	vertical-align: middle;
}
.nr_right{
	width: 21%;
	height: auto;
	background: #fff;
	border: solid 1px #dcdcdc;
	margin-top: 2em;
}
.nr_right h1{
	font-size: 1.2rem;
	color: #333;
	padding: 1em;
}
.xu_xian{
	width: 100%;
	height: 1px;
	border: dashed 1px #dcdcdc;
	margin: 2em 0;
}
.nr_right .tel_{
	width: 15%;
	height: auto;
	border: dashed 1px #dcdcdc;
	padding: 0.5em;
	margin-left: 2em;
}
.nr_right .tel_ img{
	width: 100%;
	height: auto;
}
.nr_right p{
	padding-left: 1em;
	font-size: 1rem;
}
.nr_right span{
	display: block;
	font-size: 0.9rem;
	color: #666666;
}
.nr_right .ewm_{
	width: 30%;
	height: auto;
	margin-left: 1em;
}
.nr_right .ewm_ img{
	width: 100%;
	height: auto;
}
.nr_right .guanzhu{
	margin: 9% 0;
    text-align: center;
}
/*新闻详情*/
.news{
	max-width: 1400px;
	height: auto;
	padding-bottom: 5em;
	margin: 0 auto;
	overflow: hidden;
}
.news .left{
	width: 75%;
	height: auto;
	border-right: solid 1px #ececec;
	padding-right:5em;
}
.news .left .newbody p{
    font-size:16px !important;color:#444 !important;line-height:2 !important;text-indent:2em !important;
}
.news .left .newbody span{
    font-size:16px !important;color:#444 !important;line-height:2 !important;
}
.news .left .newbody img{
    width:100% !important;
    height:auto !important;
}
.news .left h1{
	font-size: 1.2rem;
	color: #333;
	margin-top: 1em;
}
.news .left li{
	float: left;
	color: #999;
	font-size: 0.9rem;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}
.news .left p{
	font-size: 1rem;
	color: #333;
	line-height: 1.8rem;
	margin-top: 1rem;
}

/*分页*/
.page{
	width: 100%;
	height: auto;
	margin-top: 2em;
}
@media screen and (max-width:1400px){
	.page{
		padding-left: 5%;
	}
}
.page a{
	padding: 0.5rem 1rem;
	border: solid 1px #bfbfbf;
	margin-right: 0.5rem;
	font-size: 0.9rem;
	background: #fff;
	float: left;
	border-radius: 4px;
	margin-top: 1em;
	cursor: pointer;
}
.page a:hover{
	background: #333;
	transition:background-color 1s ease,left 1.5s ease-in-out;
}
.page a:hover{
	color: #fff;
	transition:background-color 1s ease,left 1.5s ease-in-out;
}
.page .thisclass{
	background: #333;
	color: #fff;
}
/*.page .thisclass a{
	color: #fff;
}*/

/*联系*/
.contact{
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 4em 0;
}
.contact .index_title p{
	color: #333;
	position: relative;
	font-size: 32px;
}


.contact ul{
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	padding-bottom: 1em;
	margin-top: 3rem;
}
.contact ul li{
	width: 30%;
	height: 300px;
	float: left;
	text-align: center;
	color: #333;
	padding: 5em 2% 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 1px #e7e7e7;
    box-shadow: 1px 1px 1px #e7e7e7;
    /*margin-right: 3.33%;*/
    margin: 0 1.66%;
    cursor: pointer;
}
.contact ul li:hover{
	-webkit-box-shadow: 5px 5px 5px #e7e7e7;
    box-shadow: 5px 5px 5px #e7e7e7;
}
.contact ul li p{
	font-size: 1.2rem;
	margin-top: 1rem;
	width: 100%;
}
.contact ul li span{
	display: block;
	font-size: 1rem;
	margin-top: 0.5rem;
	width: 100%;
	word-break: break-all;
	word-wrap:break-word;
}
.contact .ditu{
	width: 1400px;
	padding: 0 1.66%;
	margin-top: 4em;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.contact .liuyan{
	max-width: 1400px;
	height: auto;
	overflow: hidden;
}
.contact .liuyan input{
	float: left;
	width: 30%;
	height: 50px;
	margin: 3em 1.66% 0;
	background: #fff;
	border: solid 1px #ececec;
	text-indent: 1rem;
	font-size: 1rem;
	outline:none;
	color: #666;
}
.contact .liuyan1{
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	padding: 2em 1.66% 0;
}
.contact .liuyan1 textarea{
	width: 100%;
	height: 20em;
	background: #fff;
	border: solid 1px #ececec;
	padding: 1%;
	font-size: 1rem;
	outline:none;
	color: #666;
}
.contact .tijiao{
	border: solid 2px #434343;
	width: 150px;
	height: 40px;
	margin: 55px auto 0;
	text-align: center;
	line-height: 36px;
	color: #333;
	font-size: 16px;
	display: block;
	cursor: pointer;
}
.contact .tijiao:hover{
	color: #fff;
	background-color: #333;
	background-color:rgba(51,51,51,1);
	transition:background-color 1.5s ease,left 1.5s ease-in-out;
}
/*.contact .ditu{
	width: 42%;
	height: auto;
	position: relative;
}
.contact .ditu img{
	width: 100%;
	height: auto;
}

.contact .text{
	width: 54%;
	height: auto;
}
.contact .text li{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}
.contact .text .qq{
	background: url(../images/qq.png);
	background-repeat: no-repeat;
}
.contact .text .weixin{
	background: url(../images/weixin.png);
	background-repeat: no-repeat;
}
.contact .text .weibo{
	background: url(../images/weibo.png);
	background-repeat: no-repeat;
}
.contact .text .qq:hover{
	background: url(../images/qq_01.png);
	background-repeat: no-repeat;
	transition:background 1s ease,left 1s ease-in-out;
}
.contact .text .weibo:hover{
	background: url(../images/weibo_01.png);
	background-repeat: no-repeat;
	transition:background 1s ease,left 1s ease-in-out;
}
.contact .text .erwm{
	display: none;
}
.contact .text .weixin:hover .erwm{
	display: block;
}

.contact .text .ewm{
	width: 28%;
	height: auto;
	text-align: center;
}
.contact .text .ewm img{
	margin-bottom: 20px;
}
.contact .text h1{
	font-size: 1.4rem;
	color: #333;
	margin-top: 0.5em;
}
.contact .text h2{
	font-size: 1.2rem;
	color: #333;
}
.contact .text p{
	font-size: 1rem;
	color: #333;
	line-height: 2em;
}
.contact .text p a{
	font-size: 1rem;
	color: #333;
	text-decoration: underline;
}
.contact .text p a:hover{
	color: #d91022;
}
*/
/*案例详情*/
.anli{
	max-width: 1400px;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	padding-bottom: 5em;
}
/*.anli .left{
	width: 30%;
	height: auto;
	padding-top: 2em
}*/
.anli .left h1{
	font-size: 1.2rem;
	color: #333;
}
.anli .left p{
	font-size: 0.9rem;
	color: #999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.anli .left li{
	font-size: 1rem;
	color: #666;
	line-height: 2em;
}
.anli .left .guanzhu_{
	width: 90%;
	height: auto;
	overflow: hidden;
	margin-top: 4em;
}
.anli .left .guanzhu_ h1{
	font-size: 1.2rem;
	color: #333;
}
.anli .left .guanzhu_ .img{
	width: 30%;
	height: auto;
}
.anli .left .guanzhu_ .img img{
	width: 100%;
	height: auto;
}
.anli .left .guanzhu_ p{
	width: 60%;
	height: auto;
	font-size: 1.1rem;
	color: #333;
	text-align: center;
	margin-top: 1em;
}
.anli .left .guanzhu_ p span{
	display: block;
}
/*.anli .right{
	width: 70%;
	height: auto;
	overflow: hidden;
	padding-top: 2em;
}*/
.anli .right h1{
	font-size: 1.4rem;
	color: #333;
	text-align: center;
	margin-top: 20px;
}
.anli .right p{
	font-size: 1rem;
	color: #333;
	line-height: 1.8rem;
	width: 100%;
	height: auto;
	text-indent: 1.8rem;
	letter-spacing: 1px;
}
.anli .right img{
	max-width: 500px;
	height: auto !important;
	margin: 2em auto;
	display: block;
}
.fanye{
	width: 100%;
	height: auto;
	border-top: solid 1px #ececec;
	margin-top: 2em;
	overflow: hidden;
	padding-top: 1em;
}
.fanye p.preo{
	font-size: 1rem;
	color: #333;
	margin-top: 0;
}
.fanye p.next{
	font-size: 1rem;
	color: #333;
	margin-top: 0;
}
.fanye p.preo a:hover{
	color: #e60012;
}
.fanye p.next a:hover{
	color: #e60012;
}

@media screen and (max-width:1400px){
	.anli{
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
}


/*案例列表*/
.anlilist{
	max-width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 5em;
}
.anlilist .list{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 4em;
	overflow: hidden;
}
.anlilist .list .img{
	width: 50%;
	height: auto;
	overflow: hidden;
}
.anlilist .list .img img{
	width: 100%;
	height: auto;
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
}
.anlilist .list .img:hover img{
	-ms-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.anlilist .list .text{
	width: 50%;
	height: auto;
	padding-left: 5em;
	padding-top: 7em;
}
@media screen and (max-width:1400px){
	.anlilist .list .text{
		padding-top: 5em;
	}
}
@media screen and (max-width:1300px){
	.anlilist .list .text{
		padding-top: 2em;
	}
}
/*@media screen and (max-width:1200px){
	.anlilist .list .text{
		padding-top: 8em;
	}
}*/
.anlilist .list .text h1{
	font-size: 1.2rem;
	color: #333;
}
.anlilist .list .text p{
	font-size: 0.9rem;
	color: #999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.anlilist .list .text li{
	font-size: 1rem;
	color: #666;
	line-height: 2em;
}
.anlilist .list .text span{
	width: 100px;
	height: 40px;
	background: #333;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 2em;
}
.anlilist .list .text span a{
	color: #fff;
}

/*合作伙伴1*/
.hezuo1{
	max-width: 1400px;
	height: auto;
	padding-bottom: 5em;
	margin: 0 auto;
	overflow: hidden;
}
.hezuo1 .left{
	width: 75%;
	height: auto;
	border-right: solid 1px #ececec;
	padding-right:2em;
}
.hezuo1 .left li{
	width: 23%;
	height: auto;
	margin-right: 2%;
	margin-top: 2em;
	border: solid 1px #dcdcdc;
	float: left;
}
.hezuo1 .left li img{
	width: 100%;
	height: auto;
}

/*合作伙伴2*/
.hezuo2{
	max-width: 1400px;
	height: auto;
	padding-bottom: 5em;
	margin: 0 auto;
	overflow: hidden;
}
.hezuo2 .left{
	width: 75%;
	height: auto;
	border-right: solid 1px #ececec;
	padding-right:2em;
	margin-top: 2em;
}
.hezuo2 .left li{
	width: 30%;
	height: auto;
	margin-right: 3.333333%;
	margin-top: 5px;
	float: left;
	list-style: square;
	/*color: #da0f22;*/
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hezuo2 .left li span{
	color: #333;
}

.swiper-container .swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-container .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }


/*案例列表V2.0*/
.case{
	max-width: 1400px;
    height: auto;
    overflow: hidden;
    margin: 5em auto 0;
    padding-bottom: 5em;
}
.case .left{
	float: left;
	width: 280px;
}
.case .left .title{
	width: 100%;
	background: url(../images/case01.jpg);
	background-repeat: no-repeat;
	height: 110px;
	padding: 20px 0 0 25px;
}
.case .left .title p{
	color: #fff;
	font-size: 30px;
}
.case .left .title span{
	color: #999;
	font-size: 18px;
}
.case .left .img{
	width: 100%;
	height: auto;
}
.case .left .img img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.case .left .case_nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case .left .case_nav>li{
	width: 100%;
	height: 50px;
	border-left: solid 2px #999;
	line-height: 50px;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	border-bottom: 1px solid #ececec;
	background: #fff;
	cursor: pointer;
}
.case .left .case_nav>li.on{
	border-left: 2px solid #e5322d;
	color: #e5322d;
}
.case .left .case_nav>li:hover{
	border-left: 2px solid #e5322d;
	color: #e5322d;
}
.case .left .case_nav>li:hover a{
	color: #e5322d;
}
.case .left .case_nav>li img{
	float: right;
	margin-right: 30px;
	margin-top: 18px;
}
.case .left .case_navs li{
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #666;
	padding-left: 40px;
	background: #fff;
	cursor: pointer;
}
.case .left .case_navs>li.on a{
	color: #e5322d;
}
.case .case_rx{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
	padding-bottom: 20px;
}
.case .case_rx h1{
	font-size: 1.2rem;
	color: #333;
	padding: 1em;
}
.case .case_rx .tel_{
	width: 15%;
	height: auto;
	border: dashed 1px #dcdcdc;
	padding: 0.5em;
	margin-left: 2em;
}
.case .case_rx .tel_ img{
	width: 100%;
	height: auto;
}
.case .case_rx p{
	padding-left: 1em;
	font-size: 1rem;
}
.case .case_rx span{
	display: block;
	font-size: 0.9rem;
	color: #666666;
}
.case .right{
	flex: 1;
	display: flex;
	padding-left: 40px;
}
.case .right .right_nr{
	width: 100%;
	height: auto;
	padding: 30px 4%;
	background: #fff;
}
.case .right .right_nr .title{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px #ececec solid;
}
.case .right .right_nr .title>p{
	color: #e5322d;
	font-size: 28px;
	float: left;
}
.case .right .right_nr .title>p span{
	color: #999;
	font-size: 18px;
	margin-left: 10px;
}
.case .right .right_nr .title .nav_mbx{
	border-bottom: none;
}
.case .right .right_nr ul{
	width: 104%;
	height: auto;
	overflow: hidden;
}
.case .right .right_nr ul li{
	width: 30%;
	height: auto;
	position: relative;
	float: left;
	margin-right: 3%;
	margin-top: 30px;
}
.case .right .right_nr ul li img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.case .right .right_nr ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	color: #fff;
	background: rgba(0,0,0,.6);
	line-height: 25px;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	font-size: 16px;
	padding: 0 20px;
	letter-spacing: 0.5px;
}

.case .right .right_nr .bs_logo{
	width: 100%;
	height: auto;
}
.case .right .right_nr .bs_logo .bs_logos{
	width: 14%;
	height: auto;
	margin: 0 3%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
	float: left;
}
.case .right .right_nr .bs_logo .bs_logos img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.case_mbx{
	display: none;
}