a{
	text-decoration: none;
}
.banner1{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;	
    background-repeat: no-repeat;
    background-size: cover;
}
#swiperWra>.swiper-slide{
	padding-top:100px;
	box-sizing: border-box;
}
#banner .swiper-pagination-bullet{
	width: 29px;
	height: 3px;
	background: rgba(255, 255, 255, .4);
	opacity:1;
	border-radius: 0;
}
#banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.catgory {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 208px;
  height: 100%;
  padding: 40px 30px 0;
  background-color: #fff;
  top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  -ms-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 5px 5px 20px 0px rgba(0,0,0,0.1);
  -webkit-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -moz-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -ms-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -o-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  opacity: 1;
  color: #333;
}
.catgory__header {
  padding-bottom: 16px;
}
.catgory__circle {
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  padding-top: 11px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.catgory__icon--a {
  background: url(../images/s_icon.png) no-repeat 14px 16px #7ecef4;
}
.catgory__icon--b {
  background: url(../images/s_icon.png) no-repeat 14px -75px #fb9f76;
}
.catgory__icon--c {
  background: url(../images/s_icon.png) no-repeat 14px -164px #8ce275;
}
.catgory__icon--d {
  background: url(../images/s_icon.png) no-repeat 14px -252px #9c8bf1;
}
.catgory__icon--e {
  background: url(../images/s_icon.png) no-repeat 12px -338px #f59080;
}
.catgory__title {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
.service-box{
  margin-bottom: 60px;
  background: url(../images/SERVICE.png) no-repeat center 90px #f5f5f5;
  padding-top: 90px;
  padding-bottom: 40px;
}
.service-title,
.service-slogen{
  color: #333333;
  text-align: center;
}
.service-title{
  font-size: 50px;
}
.service-slogen{
  padding-top: 10px;
  font-size: 18px;
}
.catgory--active {
  position: relative;
  top: -35px;
  height: 346px;
  width: 266px;
  box-shadow: 10px 10px 20px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  opacity: 1;
  -webkit-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -moz-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -ms-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  -o-transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
  transition: top 0.6s cubic-bezier(0.28,-0.01,0.41,1);
}
.catgory__content{
  font-size: 14px;
  text-align: center;
}
.catgory.catgory--active{
  background: #ebeaea;
  border: 1px solid #c3c1c0 !important;
}
.service-piont{
  display: none;
  margin: 40px auto;
  background: url(../images/piont.png) no-repeat 0 0;
  width: 26px;
  height: 24px;
}
.catgory--active .service-piont{
  display: block;
}
.service-con{
  height: 275px;
  margin-top: 100px;
}
.catgory--active .catgory__header{
  transform: scale(1.1);
}
.tw-bg{
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../images/tw_bg.jpg) no-repeat center center;
  background-size: cover;
}
.fz0{
  font-size: 0;
}
.w-half{
  display: inline-block;
  width: 50%;
}
.tw-title{
  padding-top: 30px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.tw-title span{
  display: block;
  font-size: 16px;
  padding-top: 10px;
}
.slogen-img{
  margin-top: 40px;
  padding-bottom: 30px;
}
.tw-news{
  display: block;
  position: relative;
  padding-right: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fafaf9;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tw-news .more{
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/tw_piont.png) no-repeat center 9px;
  width: 30px;
  height: 40px;
}
.tw-news:hover{
  color: #ebf314;
  font-size:18px;
}
.tw-news:hover .more{
  background-position: center -26px;
}
.common-con{
  margin-left: 60px;
  padding-left: 85px;
  padding-bottom: 40px;
  background: url(../images/c_icon.png) no-repeat;
  font-size: 14px;
  color: #fafaf9;
}
.c-title{
  margin-bottom: 5px;
  font-size: 18px;
}
.common-con.common-icon1{
  background-position: 0 0;
}
.common-con.common-icon2{
  background-position: 0 -145px;
}
.common-con.common-icon3{
  background-position: 0 -301px;
}
.common-con.common-icon4{
  padding-bottom: 0;
  background-position: 0 -462px;
}
.c-des{
  line-height: 24px
}
.hot-news{
  background-color: #fff;
  padding-bottom: 40px;
  overflow: hidden;
}
.hotNews-img-list{
  margin-left: -30px;
  overflow: hidden;
}
.hotNews-link{
  display: block;
  width: 276px;
  margin-left: 30px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.hot-news-title{
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 30px;
  color: #333;
}
.hot-img{
  display: block;
  width: 100%;
  height: 184px;
  overflow: hidden;
}
.hot-img img{
  width: 100%;
  height: 184px;
  transition: all .5s ease;
}
.hot-title{
  padding-top: 5px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-des{
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 58px;
  line-height: 24px;
  overflow: hidden;
  box-sizing: border-box;
}
.hotNews-link:hover .hot-img img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.hotNews-link:hover{
  border: 1px solid #e63228;
}
.hotNews-link:hover .hot-title{
  color: #e63228;
}
.hot-title,
.hot-des{
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.hotNews-img-list>li{
  float: left;
}
.news-img-text{
  margin-top: 30px;
}
.news-title{
  height: 46px;
  line-height: 46px;
  font-size: 0;
}
.news-title span{
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #333;
}
.news-title span::before{
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 22px;
  background-color: #e63228;
}
.news-title .more{
  font-size: 14px;
  color: #e63228;
}
.news-title .more:hover{
  text-decoration: underline;
}
.news-date{
  width: 85px;
  height: 80px;
  padding-top: 15px;
  background-color: #eee;
  font-size: 14px;
  color: #333;
  text-align: center;
  box-sizing: border-box;
}
.news-date>p{
  font-size: 18px;
}
.news-con{
  width: 485px;
}
.news-con>h4{
  height: 28px;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-con-des{
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  padding-top: 5px;
  overflow: hidden;
}
.news-img-text-list>li{
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.news-img-text .w-half{
  width: 49%;
}
.partner-box{
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 70px;
}
.partner-title,
.partner-des{
  text-align: center;
  color: #333;
}
.partner-title{
  font-size: 30px;
}
.partner-des{
  padding-top: 10px;
  font-size: 18px;
}
.partner-list{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
.partner-list>li{
    display: flex;
    width: 240px;
    height: 80px;
    border: 1px solid #e5ebed;
    border-bottom: 1px solid #e5ebed;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
.partner-list>li>img{
  display: block;
  height: 40px;
}


/* 校企合作 */
.xq-banner{
    background: url(../images/banner_xq.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.teamwork-con{
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 0;
}
.teamwork-con>li{
    display: inline-block;
    width: 25%;
    text-align: center;
}
.teamwork-icon{
    display: block;
    margin: 0 auto;
    width: 118px;
    height: 118px;
    border: 1px solid #fd9a94;
    border-radius: 50%;
    background: url(../images/xq_icon.png) no-repeat ;
}
.teamwork-icon.icon-zy{
    background-position: center 31px;
}
.teamwork-icon.icon-xy{
    background-position: center -104px;
}
.teamwork-icon.icon-jd{
    background-position: center -246px;
}
.teamwork-icon.icon-xx{
    background-position: center -384px;
}
.teamwork-con-b{
    padding-top: 25px;
}
.teamwork-con-title{
    font-size: 22px;
    color: #333;
}
.teamwork-con-des{
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}
.school-box,
.pic-box{
    padding-top: 40px;
    padding-bottom: 40px;
}
.line-title-box{
    text-align: center;
}
.line-title-e{
    font-size: 24px;
    color: #333;
}
.line-title-c{
    font-size: 48px;
    color: #333;
}
.line-title-line{
    margin: 10px auto 0;
    background-color: #e63228;
    height: 4px;
    width: 52px;
    border-radius: 2px;
}
.school-img,
.school-img>img{
    width: 390px;
    height: 328px;
}
.school-title{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.school-list>li{
    position: relative;
    width: 390px;
    float: left;
    margin-left: 15px;
    margin-top: 30px;
    color: #333;
}
.school-list{
    margin-left: -15px;
}
.school-des{
    height: 50px;
    font-size: 14px;
    line-height: 25px;
}
.school-list>li .more{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #e63228;
    line-height: 25px;
}
.school-list>li .more:hover{
    text-decoration: underline;
}
.pic-box{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}
.rotator-main {
    position: relative;
    width: 900px;
    height: 400px
}

.rotator-main a, .rotator-main img { display: block; }

.rotator-main .rotator-list {
    width: 900px;
    height: 400px
}

.rotator-main .rotator-list .rotator-item {
    position: absolute;
    left: 0px;
    top: 0px
}

.rotator-main .rotator-btn {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0px;
    z-index: 10;
    opacity: 0;
}

.rotator-main .rotator-prev-btn {
    left: 0px;
    background: url("../image/btn_l.png") no-repeat center center;
    background-color: red
}

.rotator-main .rotator-next-btn {
    right: 0px;
    background: url("../image/btn_r.png") no-repeat center center;
    background-color: red
}
.pic-img>img{
    display: block;
    margin: 30px auto 0;
}

.common-list .more{
    margin-top: 40px;
    margin-left: 145px;
    display: inline-block;
    padding-left: 44px;
    padding-right: 44px;
    height: 44px;
    font-size: 18px;
    color: #fffafa;
    line-height: 44px;
    border-radius: 22px;
    transition: all 0.5s;
    border: 1px solid #fff;
}
.xq-college{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f1f6f7;
}
.body-title {
    position: relative;
    padding-bottom: 10px;
    font-size: 26px;
    color: #1f1f27;
    text-align: center;
}
.body-title::after {
    position: absolute;
    bottom: -2px;
    content: '';
    height: 4px;
    background-color: #e63228;
    width: 66px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.body-desc {
    text-align: center;
    font-size: 16px;
    color: #a0a0a0;
    margin-top: 15px;
}
.body__college__banner {
    margin: 40px auto 0;
    width: 1120px;
    height: 365px;
    background: url(../images/xq_xy.png) no-repeat center;
}
.body-major{
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #FFF;
}
.body-major__banner {
    margin: 40px auto 0;
    width: 854px;
    height: 250px;
    background: url(../images/xq_zy.png) no-repeat center;

}
.body-base-banner{
    margin: 40px auto 0;
    width: 920px;
    height: 266px;
    background: url(../images/xq_jd.png) no-repeat center;
}
.body__env__card-wrap {
    overflow: hidden;
    width: 880px;
    margin: 28px auto 0;
    padding: 10px;
}
.body__env__card__item {
    position: relative;
    width: 260px;
    height: 155px;
    margin-right: 50px;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    background-position: 40px 48px;
    float: left;
    background-color: #FCFCFC;
    color: rgba(0,0,0,.1);
    -webkit-box-shadow: 2px 2px 4px 0;
    box-shadow: 2px 2px 4px 0;
    border-radius: 4px;
}
.body__env__card__item.item-1 {
    background-image: url(../images/xq_jx.png);
}
.body__env__card__item.item-2 {
    background-image: url(../images/xq_sz.png);
}
.body__env__card__item.item-3 {
    margin-right: 0;
    background-image: url(../images/xq_sx.png);
}
.body__env__card__item__content {
    position: absolute;
    font-size: 20px;
    top: 50px;
    right: 38px;
    color: #435269;
}
.body__env__card__item__line {
    position: absolute;
    width: 78px;
    height: 2px;
    background-color: #fd6a33;
    bottom: 12px;
    left: 76px;
}
.body__compete__content {
    overflow: hidden;
    margin: 60px auto 0;
    width: 1030px;
}
.body__compete__content__left {
    padding: 10px;
    width: 214px;
    float: left;
    margin-right: 55px;
}
.body__compete__content__right {
    overflow: hidden;
    /* width: 700px; */
    height: 300px;
}
/* 新闻页 */
.news-banner{
    background: url(../images/banner_news.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.news-tabs{
    margin-top: 40px;
    font-size: 0;
}
.news-tabs span{
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    color: #252424;
    /* transition: all 0.3s; */
    cursor: pointer;
}
.news-tabs span::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    transform: translateY(-50%);
    background-color: #bcbbbb;
}
.news-tabs span:first-child{
    padding-left: 0;
}
.news-tabs span:first-child::after{
    width: 0;
}
.news-tabs span:hover,
.news-tabs span.active{
    font-size: 30px;
    color: #e63228;
}
.news-list{
    padding-bottom: 40px;
}
.news-item{
    margin-top: 25px;
    position: relative;
}
.news-right{
    width: 830px;
    padding: 45px 80px 45px 134px;
    background-color: #f3f3f3;
    min-height: 278px;
    box-sizing: border-box;
}
.news-left{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news-left>img{
    display: block;
    width: 430px;
    height: 230px;
}
.news-right-title{
    font-size: 24px;
    color: #323232;
}
.news-right-des{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #6c6c6c;
}
.news-right-btn{
    display: inline-block;
    width: 136px;
    height: 40px;
    border: 1px solid #e63228;
    font-size: 14px;
    color: #e63228;
    line-height: 38px;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
}
.news-right-btn:hover{
    background-color: #e63228;
    color: #fff;
}

/* 关于我们 */
.about-banner{
    background: url(../images/banner_about.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.about-con{
    width: 1000px;
    margin:30px auto 0;
}
.about-title{
    margin-bottom: 40px;
    font-size: 40px;
    color: #000;
}
.about-con>.about-title{
    text-align: center;
}
.about-des{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 40px;
    text-indent: 20px;
}
.about-img>img{
    margin: 40px 0;
    display: block;
    width: 100%;
}
.about-tabs{
    margin-top: 30px;
    font-size: 0;
    border-bottom: 1px solid #000;
}
.about-tabs span{
    display: inline-block;
    width: 200px;
    height: 52px;
    text-align: center;
    font-size: 30px;
    color: #000;
    line-height: 52px;
    cursor: pointer;
    transition: all .3s;
}
.about-tabs span:hover,
.about-tabs span.active{
    background-color: #3e3e3f;
    color: #fff;
}
.about-con-title{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #3e3e3f;
}
.about-con-des{
    font-size: 18px;
    color: #666;
}
.about-img-text{
    margin-top: 70px;
}
.about-img-text>.w-half{
    padding-left: 20px;
    box-sizing: border-box;
}
.imgText-img{
    display: block;
    width: 600px;
    height: 400px;
}
.mb70{
    margin-bottom: 70px;
}

/* 联系我们 */
.lx-banner{
    background: url(../images/banner_lx.jpg) no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.w900{
    width: 900px;
    margin: 0 auto;
}
.contact-title{
    padding-top: 70px;
    text-align: center;
}
.contact-title>h3{
    font-size: 50px;
    color: #333;
}
.contact-title>p{
    padding-top: 15px;
    font-size: 18px;
    color: #999;
}
.form-box>li{
    margin-top: 30px;
}
.w48{
    width: 48%;
}
.w100{
    width: 100%;
}
.form-box>li input,
.form-box>li textarea{
    padding-left: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
}
.form-box>li textarea{
    height: 175px;
    padding: 10px;
    resize: none;
}
.submit-btn{
    display: block;
    margin: 30px auto;
    width: 585px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border: 0;
    font-size: 24px;
    color: #fff;
    outline: none;
    background: #e63228;
    background: -webkit-linear-gradient(left top, #e63228, #fd5f56); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #e63228, #fd5f56); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #e63228, #fd5f56); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #e63228, #fd5f56); /* 标准的语法 */
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s;
}
.submit-btn:hover,
.address-btn:hover{
    background: #fd5f56;
    background: -webkit-linear-gradient(left top,#fd5f56,#e63228); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #fd5f56,#e63228); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #fd5f56,#e63228); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #fd5f56,#e63228); /* 标准的语法 */
}
.contact-style{
    margin-top: 30px;
    margin-left: -50px;
}
.contact-style-bg{
    position: relative;
    float: left;
    margin-left: 50px;
    padding-top: 168px;
    padding-left: 50px;
    padding-right: 50px;
    width: 365px;
    height: 439px;
    background: url(../images/lx_bg.png) no-repeat 0 0;
    box-sizing: border-box;
    text-align: center;
}
.contact-ic{
    position: absolute;
    left: 50%;
    top: 0;
    width: 156px;
    height: 156px;
    background: url(../images/concact_ic.png) no-repeat 0 0;
    margin-left: -78px;
}
.contact-tel{
    background-position: 0 -184px;
}
.contact-email{
    background-position: 0 -367px;
}
.contact-style-bg>h3{
    font-size: 24px;
    color: #666;
}
.contact-style-bg>p{
    padding-top: 15px;
    font-size: 18px;
    color: #888;
    word-break: break-all;
}
.address-btn,
.tel-btn,
.email-btn{
    position: absolute;
    left: 50%;
    bottom: 70px;
    display: block;
    width: 138px;
    height: 40px;
    margin-left: -69px;
    text-align: center;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 1px 2px  rgba(128,17,1,.5);
    border-radius: 5px;
}
.address-btn{
    background: #e63228;
    background: -webkit-linear-gradient(left top, #e63228, #fd5f56); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #e63228, #fd5f56); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #e63228, #fd5f56); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #e63228, #fd5f56); /* 标准的语法 */
}
.tel-btn{
    background: #e63228;
    background: -webkit-linear-gradient(left top, #fe732f, #feae2f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #fe732f, #feae2f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #fe732f, #feae2f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #fe732f, #feae2f); /* 标准的语法 */
}
.tel-btn:hover{
    background: #fd5f56;
    background: -webkit-linear-gradient(left top,#feae2f,#fe732f); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #feae2f,#fe732f); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #feae2f,#fe732f); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #feae2f,#fe732f); /* 标准的语法 */
}
.email-btn{
    background: #e63228;
    background: -webkit-linear-gradient(left top, #f55982, #f3646e); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #f55982, #f3646e); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #f55982, #f3646e); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #f55982, #f3646e); /* 标准的语法 */
}
.email-btn:hover{
    background: #fd5f56;
    background: -webkit-linear-gradient(left top,#f3646e,#f55982); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom right, #f3646e,#f55982); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom right, #f3646e,#f55982); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom right, #f3646e,#f55982); /* 标准的语法 */
}
.map{
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    height: 400px;
}
.map>img{
    display: block;
    width: 100%;
}
.imgItem25,
.imgItem50{
    position: relative;
    float: left;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.imgItem25{
    width: 25%;
    overflow: hidden;
}
.imgItem50{
    width: 50%;
}
.imgItem25 img,
.imgItem50 img{
    display: block;
    width: 100%;
    transition: all .3s linear;
    
}
.img-box{
    transition: all .3s linear;
    transform-origin: center center -75px;
}
.imgItem25:hover>img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.imgItem25 b,
.imgItem50 b{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    transition: all .3s;
}
.imgItem25>p,
.imgItem50>p,
.imgItem25>span{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}
.imgItem25>p,
.imgItem25>span{
    font-size: 35px;
}
.imgItem50>p{
    font-size: 100px;
}
.imgItem25 a,
.imgItem50 a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* -moz-clip-path: polygon(0 0,100% 0,50% 50%);
    -webkit-clip-path: polygon(0 0,100% 0,50% 50%);
    clip-path: polygon(0 0,100% 0,50% 50%);
    clip: rect(0px,100%,180px,0px); */
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.imgItem25 a:hover + b{
    background-color: rgba(0,0,0,.2);
}
/* .imgItem25 a:hover,
.imgItem50 a:hover{
    z-index: 11;
    -moz-clip-path: none;
    -webkit-clip-path: none;
    clip-path: none;
    clip: auto;
}
.itemContentBox {
    width: 100%;
    height: 100%;
    position: absolute;
}
.itemContent {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    text-align: center;
    transform-style: preserve-3d;
    transform-origin: center center -75px;
    color: #fff;
    transition: all .3s linear;
    opacity: .2;
    transform: rotateX(90deg);
    
}
.imgItem25:hover .itemContent,
.imgItem50:hover .itemContent{
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
.itemContent span{
    color: #e63228;
    font-size: 35px;
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
} */
.imgItem25:hover>p{
    display: none;
}
.about-img .w30{
    width: 30%;
    overflow: hidden;
}
.about-img .w40{
    width: 40%;
    overflow: hidden;
}
.about-img img{
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s linear;
}
.about-img img::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,.3);
}
.about-img .re:hover>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* 详情页 */
.detail-bg{
    height: 300px;
    padding-top: 125px;
    background: url(../images/img3.jpeg) no-repeat 0 center;
    font-family: SimHei;
    text-align: center;
    box-sizing: border-box;
    background-size: cover;
}
.detail-con{
    padding-top: 40px;
    padding-bottom: 40px;
}
.detail-banner-title{
    font-size: 36px;
    color: rgb(255, 255, 255);
}
.detail-banner-desc{
    padding-top: 10px;
    color: rgb(204, 204, 204);
}
.breadcrumb {
    padding: 8px 0;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 14px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.do-article-title h1 {
    color: #333;
    font-size: 28px;
}
.do-article-title .do-bar {
    padding: 15px 0;
    margin-bottom: 20px;
}
.do-time, .do-tags {
    display: inline-block;
    color: #888;
    font-size: 13px;
}
.detail-con-article .do-element-crumb{
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.do-article-content p {
    /* margin-bottom: 20px; */
    font-size: 14px;
    line-height: 1.8;
}
.do-3qlj3 {
    border-top: 1px solid #eee;
    padding-top: 16px;
    margin-top: 26px;
}
.do-element-share {
    position: relative;
}
.preLogos label {
    font-weight: 400;
    margin-bottom: 10px;
    color: #888;
    display: inline-block;
}
.do-3qlj3 .do-element-share-content .do-share-li {
    margin-right: 8px;
}
.do-3qlj3 .do-element-share-content .do-share-icon {
    font-size: 16px;
    border-radius: 20px;
}
/* .do-icon-default-bg .do-share-icon {
    color: white;
}
.do-icon-default-bg .iShare_tencent {
    background-color: #5ac7f9;
}
.do-icon-default-bg .iShare_wechat {
    background-color: #49d5b2;
}
.do-icon-default-bg .iShare_qzone {
    background-color: #fecc31;
}
.do-icon-default-bg .iShare_weibo {
    background-color: #ff5549;
}
.do-icon-default-bg .iShare_douban {
    background-color: #ee4c59;
} */
.detail-con-article{
    overflow: hidden;
    float: left;
    width: 790px;
    min-height: 476px;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 28px 40px;
}
.sidebar {
    float: right;
    width: 380px;
    border-radius: 2px;
    margin-left: 30px;
    box-sizing: border-box;
    background: #FFF;
}
.sidebar .recommend {
    position: relative;
    min-height: 446px;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
}
.title {
    font-size: 16px;
    color: #333444;
}
.recommend .news {
    border-bottom: 1px solid #eee;
    margin-top: 20px;
}
.sidebar .recommend .desc {
    font-size: 14px;
    color: #435269;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
}
.sidebar .recommend .info {
    font-size: 12px;
    color: #AAA;
    margin-bottom: 20px;
}
.sidebar .recommend .more {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #03AE64;
    text-align: center;
    cursor: pointer;
    width: 320px;
}
.recommend .more a:hover {
    color: #e63228;
    text-decoration: none;
}
.do-article-content{
    color: #333;
}
.re{
    position: relative;
    overflow: hidden;
}
.about-img .re b{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    transition: all .3s;
    z-index: 2;
}
.about-img .re b:hover{
    background-color: rgba(0,0,0,0);
}