@charset "utf-8"; 

header {
    position: relative;
    z-index: 998;
    width: 100%;
    height: 120px;
    background: #FFF;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    line-height: 120px;
    font-size: 0;
}

header .logo{
    line-height: 120px;
}

.logo img {
	max-width: 100%;
}

.nav-menu {
    position: relative;
}

header .nav-menu > ul {
    position: relative;
}

header .nav-menu > ul > li {
    float: left;
	text-align: center;
    height: 120px;
    width: 140px;
	background: url(../image/nav_01.png) no-repeat left center;
	position: relative;
	line-height: 120px;
	transition: all 0.5s;
}
header .nav-menu li:first-child{
	background: none;
}

header .nav-menu li.nav-li1 {
    width: 140px;
    text-align: center;
}

header .nav-menu li{
    position: relative;
    display: block;
}

header .nav-menu li.nav-li1:after{
    content:"";
    width:0;
    height:3px;
    background: rgb(238,155,17);
    position:absolute;
    bottom:0;
    left:0;
    transition:all .5s ease 0s
}

header .nav-menu li:hover:after{
    width:100%
}

header .nav-menu a.nav-link{
    display: block;
    width: 100%;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 120px;
    text-align: center;
}

header .nav-menu ul li a:hover,
header .nav-menu ul li.active,
header .nav-menu ul li.on > a {
  color: #29166f;
}

.nav-down{
    position: absolute;
    background-color: rgb(255,255,255);
    top: 120px;
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
	border-radius: 3px;
	transition:all .4s;
	opacity:0
}

.nav-li1:hover .nav-down{
	display: block;
	opacity:1;
	visibility: visible
}

header .nav-li2 a.nav-link2{
    font-size: 16px;
    width: 100%;
    text-align: center;
	line-height: 60px;
	height: 60px;
	color: #666;
	display: block;
	border-bottom: 1px solid #ddd;
	transition:all 0.3s;
}

header .nav-down li a{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .nav-down li.nav-li2 a:hover{
    background-color: #29166f;
    color: #fff;
}

.sc-banner{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.sc-banner .swiper-slide {
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}

.sc-banner .swiper-slide img {
	width: 100%;
}

.sc-banner .pagination {
    position: absolute;
    bottom: 5%;
    left: 0;
    z-index: 20;
    width: 100%;
    font-size: 0;
    text-align: center;
}

.sc-banner .pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    opacity: 1;
}

.sc-banner .pagination .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background: #29166f;
}

.sc-banner .ct {
    top: 160px;
    position: absolute;
	left: 0;
	width: 100%;
}

.sc-banner .ct h5 {
	font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-shadow: 0 0 10px #fff;
    color: #29166f;
}

.sc-banner .ct h6 {
	padding: 10px 0;
	font-size: 0;
	font-weight: normal;
}

.sc-banner .ct h6 p {
    display: block;
    font-size: 18px;
	color: #1a1a1a;
    line-height: 32px;
	text-align: left;
}

.sc-banner .ct h6 p i {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
	vertical-align: middle;
	color: firebrick;
}

.index_1{
    padding: 50px 0;
}

.area_background{
    background-color: rgb(244,244,244);
}

.wrap_1400 {
    width: 1400px;
    margin: 0 auto;
}

.in_tit{
    text-align:center;
}

.in_tit h2{
    width:100%;
    /* height:78px; */
    line-height:50px;
    font-size:40px;
    font-weight:bold;
    margin:0 auto;
    color:#29166f;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.index_1 .in_tit {
	padding-bottom: 20px;
}

.index_1 .in_tit h2{
    margin-bottom: 10px;
}

.in_tit h6{
    color:rgb(51, 51, 51);
    font-size:16px;
    letter-spacing:2px;
    display:block;
	line-height:30px;
	font-weight: 400;
}

.index_1 .in_tit h6{
    margin-bottom: 10px;
}

.sc-company-nav{
    border:1px solid #b3b3b3;
    background-color:#E3E3E3;
    margin:0px auto;
    width:786px;
    margin-bottom: 35px;
    border-radius: 2em;
}

.sc-company-nav ul{
    text-align: center;
}

.sc-company-nav ul li{
    display:inline-block;
    padding:10px
}

.sc-company-nav ul .li-line{
    font-size:16px;
    font-family:宋体;
    font-weight:lighter;
    color:#555
}

.sc-company-nav ul li a{
    color:#333;
    font-size:18px
}


.index_1 .in_mian {
    height: 600px;
}

.index_1 .in_1 {
    position: relative;
    width: 606px;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.index_1 .in_1 .item {
	padding: 45px 25px;
}

.item-tit{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    width: auto;
}

.item-tit::after {
    content: "";
    position: relative;
    display: block;
    width: 90px;
    border-bottom: 1px solid #fff;
    padding-top: 10px;
}

.item-txt{
    padding: 20px 0;
}

.item-txt p{
    font-size: 14px;
    color: #fff !important;
	letter-spacing: 1px;
	line-height: 30px;
}

.about_more {
	display:block
}

.about_more a{
	display:inline-block;
	padding:0 30px;
	height:30px;
	border:1px solid #F3F3F3;
	color:#FFF;
	line-height:30px;
	font-weight: normal;
}

.index_1 .in_2 {
    width: 392px;
    height: 100%;
    overflow: hidden;
}

.index_1 .in_2.mar_l{
    margin-left: 5px;
}

.index_1 .in_2 .box-item {
    display: block;
    position: relative;
    width: 100%;
    height: 297px;
    margin-bottom: 5px;
    background: no-repeat center;
    background-size: cover;
}

.index_1 .in_2 .box-item div{
    text-align: center;
}

.box-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.index_1 .in_2 .box-item a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	background-color: rgba(0,0,0,.5);
	transition:all .4s
}

.index_1 .in_2 .box-item a:hover::before{
	background-color:rgba(41,22,111,.9)
}

.index_1 .in_2 .box-item .item-tit {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 45px 0 25px 0;
    position: relative;
}

.item-title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
	position: relative;
	transition:all .4s
}

.index_1 .in_2 .box-item:hover .item-title{
	display:block;
	opacity:1;
	padding:0
}

.item-text{
    position:relative;
    width: 260px;
    margin: 0 auto;
}

.item-text p{
    color:#fff;
    font-size:14px;
}

.item-logo{
    margin:0 auto;
    display:block;
    position:relative;
}

.in_2 .box-item .i_logo{
    position: relative;
	padding-top:80px;
	transition:all .4s
}

.index_1 .in_2 .box-item:hover .i_logo{
	padding-top:60px
}

.i_logo img{
    display:block;
    margin:0 auto;
    max-width:100%
}

.index_2 {
    padding: 40px 0;
}

.index_2 .in_tit{
    margin-bottom: 30px;
}

.index_2 .sc-honnor, .lp_main{
    position: relative;
    padding: 0 50px;
}

.sc-honnor .button-prev,.sc-honnor .button-next,
.lp_main .button-prev-3,.lp_main .button-next-3,
.lp_main .button-prev-4,.lp_main .button-next-4,
.lp_main .button-prev-5,.lp_main .button-next-5 {
    position:absolute;
    top:50%;
    width:42px;
    height:42px;
    background-size:contain!important;
    cursor:pointer;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-top: -20px;
}

.sc-honnor .button-prev.iconfont,.sc-honnor .button-next.iconfont,
.lp_main .button-prev-3.iconfont,.lp_main .button-next-3.iconfont,
.lp_main .button-prev-4.iconfont,.lp_main .button-next-4.iconfont,
.lp_main .button-prev-5.iconfont,.lp_main .button-next-5.iconfont {
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, .1);
    color: #848181;
    text-align: center;
    line-height: 42px;
    opacity: .9;
}

.sc-honnor .button-prev.iconfont:hover,.sc-honnor .button-next.iconfont:hover,
.lp_main .button-prev-3.iconfont:hover, .lp_main .button-next-3.iconfont:hover, 
.lp_main .button-prev-4.iconfont:hover, .lp_main .button-next-4.iconfont:hover, 
.lp_main .button-prev-5.iconfont:hover, .lp_main .button-next-5.iconfont:hover {
    color: #fff;
}

.sc-honnor .button-prev,
.lp_main .button-prev-3,
.lp_main .button-prev-4,
.lp_main .button-prev-5 {
    left:0;
}

.sc-honnor .button-next,
.lp_main .button-next-3,
.lp_main .button-next-4,
.lp_main .button-next-5 {
    right:0;
}

.sc-honnor .button-prev:hover,.sc-honnor .button-next:hover,
.lp_main .button-prev-3:hover, .lp_main .button-next-3:hover,
.lp_main .button-prev-4:hover, .lp_main .button-next-4:hover,
.lp_main .button-prev-5:hover, .lp_main .button-next-5:hover {
    background-color: #29166f;
}

.sc-honnor .honnor_thumb,
.lp_main .honnor_thumb {
    text-align: center;
}

.sc-honnor .honnor_thumb span,
.lp_main .honnor_thumb span {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #353535;
    display: block;
    margin-top: 10px;
}

.sc-honnor .honnor_thumb:hover span,
.lp_main .honnor_thumb:hover span {
    background: #29166f;
    color: #fff;
}

.index_m {
    position: relative;
    width: 100%;
    margin: auto;
}

.index_m img {
	width: 100%;
}

.index_3 {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 656px;
    overflow: hidden;
    padding: 50px 0;
    box-sizing: border-box;
}

.index_3 .in_bg {
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.index_3 .in_tit{
    margin-bottom: 40px;
}

.index_3 .news_left{
    position: relative;
    width: 50%;
    height: 420px;
}

.index_3 .news_left a {
    display: block;
    position: relative;
    width: 100%;
    height: 420px;
    background: no-repeat center;
    background-size: cover;
    text-align: center;
}

.index_3 .news_left a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.index_3 .news_left a span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    text-align: left;
    line-height: 30px;
}

.index_3 .news_left .swiper-container {
    width: 100%;
    height: 100%;
}

.index_3 .news_left .ab_box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.index_3 .news_left .pagination{
    position: absolute;
    text-align: right;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    font-size: 0;
}

.index_3 .news_left .pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fff;
    opacity: unset;
    cursor: pointer;
}

.index_3 .news_left .pagination .swiper-pagination-bullet-active {
    background: rgb(238,155,17);
    border: 1px solid #EE9B11;
}

.index_3 .news_con{
    width: 49%;
    height: 420px;
}

.index_3 .news_con .hd {
    position: relative;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 22px;
    line-height: 36px;
    background-color: rgba(255, 255, 255, .6);
}

.index_3 .news_con .hd a.more{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #363636;
}

.index_3 .news_con .hd a i {
    display: inline-block;
    margin-left: 3px;
    font-size: 12px;
    vertical-align: middle;
    line-height: 1;
}

.index_3 .news_con .hd ul {
  margin: 0px;
}

.index_3 .news_con .hd ul li {
  position: relative;
  float: left;
  font-size: 22px;
  color: #333;
  padding: 0 5px;
  cursor: pointer;
}

.index_3 .news_con .hd span.li-line {
    font-size: 15px;
    font-family: 宋体;
    font-weight: lighter;
    color: #555;
    float: left;
}

.index_3 .news_con .hd ul li:hover,
.index_3 .news_con .hd ul li.active {
  font-weight: bold;
}

.index_3 .news_con .tab_pane {
  display: none;
}

.show {
  display: block !important;
}

.news_con .news_r {
    width: 100%;
    height: 374px;
}

.news_con .news_r ul li{
 	float: left;
    width: 100%;
    display: block;
    background-color: rgba(255, 255, 255, .6);
	min-height: 90px;
	box-shadow: 0 5px 10px rgba(0,0,0,.05);
	transition: all .3s ease-in-out;
	margin-bottom: 5px;
}

.news_con .news_r ul li:hover {
	margin-right: -10px;
	margin-left: 10px;
}

.news_con .news_r .ri_day {
    width: 110px;
    height: 100%;
    text-align: center;
    border-right: 1px solid #d9d9d9;
    margin-right: 16px;
    overflow:hidden;
	margin-top: 10px;
	color: #4c4c4c;
}
.news_con .news_r .ri_day h2{
    font-size:22px;
    font-weight:bold;
    font-family:Arial;
    text-align:center;
    line-height:30px;
    margin-top:4px
}
.news_con .news_r .ri_day h4{
    font-family:Arial;
    font-size:16px;
    font-weight:normal;
    line-height:24px;
    text-align:center;
}

.index_3 .news_con .news_r .news_box{
	width: 550px;
	padding-top: 2px;
}

.index_3 .news_con .news_r h3{
    font-size: 16px;
    font-weight: bold;
	color: #565657;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
}

.index_3 .news_con .news_r .font{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.index_4{
    padding: 40px 0;
}

.index_4 .wrap_1400 {
    position: relative;
}

.index_4 .in_tit {
    margin-bottom: 40px;
}

.index_4 .container4 {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.index_4 .swiper-box {
    overflow: hidden;
    box-sizing: border-box;
}

.index_4 .swiper-box a {
    display: block;
    width: 100%;
    height: 260px;
    background: rgb(244,244,244);
    text-align: center;
	line-height: 260px;
	overflow: hidden;
}

.index_4 .swiper-box a img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.index_4 .swiper-box a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s; 
}

.index_4 .swiper-box span {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    font-size: 18px;
    color: #212121;
    text-align: center;
    line-height: 50px;
}

.index_4 .swiper-box:hover span {
    color: #29166f;
}

.index_4 .iconfont {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;
    z-index: 9;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #848181;
    text-align: center;
    line-height: 42px;
    margin-top: 20px;
	opacity: .9;
	cursor: pointer;
}

.index_4 .iconfont.prev {
    right: 100%;
    margin-right: 30px;
}

.index_4 .iconfont.next {
    left: 100%;
    margin-left: 30px;
}

.index_4 .iconfont:hover {
    background: #29166f;
    color: #fff;
}

/************底部************/
footer{
	width: 100%;
    background: no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

footer .foot_1 {
    padding: 40px 0;
    width: 100%;
}

footer .foot_1 .fo_l {
    width: 350px;
    float: left;
    margin-right: 40px;
    text-align: left;
}

footer .foot_1 .fo_l p{
  line-height: 1em;
  color: #fff;
  font-size: 16px;
  margin: 20px 0;
}

footer .foot_1 .fo_l span {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #9f9f9f;
    line-height: 30px;
}

footer .foot_1 .fo_l span i {
    color: rgba(255, 255, 255);
    display: inline-block;
}

footer .foot_1 .fo_l i {
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: top;
}

footer .foot_1 .fo_l em{
    font-size: 30px;
    font-weight: bold;
    color: #ee9b11;
    line-height: 30px;
}

footer .fo_nav {
	float: left;
    margin-left: 30px;
}

footer .fo_nav li:first-child {
    margin-left: 0;
}

footer .fo_nav li {
    float: left;
    margin-left: 58px;
}

footer .fo_nav li span {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
	color: #fff;
	opacity: 0.9;
}

footer .fo_nav li a {
    display: block;
	padding: 6px 0;
    font-size: 14px;
    color: #fff;
	opacity: 0.5;
}

footer .fo_nav li a:hover {
	opacity: 1;
}

footer .foot_1 .fo_ewm {
    float: right;
    width: 235px;
    height: 230px;
}

footer .foot_1 .fo_ewm span {
    display: block;
    width: 146px;
    height: 144px;
    overflow: hidden;
    margin: 60px auto 0;
}

footer .foot_1 .fo_ewm span img {
    width: 100%;
}


footer .foot_1 .fo_ewm em {
    display: block;
    padding: 10px 0 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

footer .foot_2 {
	background-color: rgb(40, 40, 40);
    padding: 10px 0;
    font-size: 14px;
    color: #FFF;
    text-align: center;
}

footer .foot_2 span { font-size: 14px; color: #fff; }
footer .foot_2 span a { font-size: 14px; color: #fff; }

@media screen and (min-width: 1921px) and (max-width: 16000px) {
	.sc-banner {
		height: auto;
	}
}

@media (max-width: 1440px){ /*初始化*/
    .wrap_1400 {
        width: 1200px;
    }

    header .nav-menu li.nav-li1{
        width: 108px;
    }

    header .nav-menu a.nav-link {
        font-size: 14px;
        color: #454545;
    }

    header .nav-li2 a.nav-link2 {
        font-size: 14px;
        line-height: 40px;
        height: 40px
    }

    .sc-banner{
        height: auto;
	}
	
	.sc-banner .ct {
		top: 120px;
	}

	.sc-banner .ct h5 {
		font-size: 30px;
	}

	.sc-banner .ct h6 p {
		font-size: 16px;
	}

    .in_tit h2 {
        font-size: 32px;
    }

    .in_tit h6 {
        font-size: 14px;
    }

    .sc-company-nav ul li a {
        font-size: 14px;
    }

    .index_1 .in_1 {
        width: 466px;
    }

    .index_1 .in_2 {
        width: 362px;
    }

    .item-title {
        font-size: 22px;
    }

    .index_3 .news_con .hd ul li {
        font-size: 18px;
    }

    .index_3 .news_con .news_r .news_box {
        width: 450px;
	}

	.sc-honnor .honnor_thumb span, .lp_main .honnor_thumb span {
		font-size: 15px;
	}

    footer .foot_1 .fo_l {
        width: 260px;
    }

    footer .foot_1 .fo_l i {
        width: 26px;
        height: 26px;
    }

    footer .foot_1 .fo_l em {
        font-size: 24px;
    }

    footer .fo_nav li {
        margin-left: 40px;
    }

    footer .foot_1 .fo_ewm {
        width: 185px;
        height: 180px;
    }

    footer .foot_1 .fo_ewm {
        width: 185px;
        height: 180px;
    }

    footer .foot_1 .fo_ewm span {
        width: 126px;
        height: 124px;
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 767px) {
    .wrap_1400 {
        width: auto;
    }
	.nav_class{
		display: none !important;
	}
	.fr2 {
		float: none !important;
	}
    header {
        height: 50px;
    }

    header .logo {
        line-height: 50px;
	}
	
	.logo img {
		max-height: 50px;
	}

    header .nav-menu {
        position: absolute;
        left: 0;
        width: 100%;
        display: none;
        z-index: 100;
        top: 0;
        background-color: #fff;
        border-top: 1px solid #eee;
        /* overflow: auto; */
    }

    header .nav-menu > ul {
        padding: 0 .8rem;
    }

    header .mbtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background: url(../image/menu.png) no-repeat center #29166f;
        background-size: 20px auto;
    }

    body.on-menu header .mbtn {
        background-image: url(../image/menu-hide.png);
    }

    body.on-menu header .nav-menu {
        display: block;
        margin-top: 50px;
    }

    header .nav-menu > ul > li {
        line-height: 40px;
        height: 40px;
        margin: 0 auto;
        background: unset;
    }

    header .nav-menu li.nav-li1 {
        width: 100%;
	}
	
	header .nav-menu li.nav-li1:after{
		display: none;
	}

    header .nav-menu a.nav-link {
        border-bottom: 1px solid #eee;
        height: 40px;
        line-height: 40px;
        font-weight: normal;
        padding: 0 .25rem;
        width: auto;
        text-align: left;
    }

    header .nav-menu a.nav-link:before {
        position: absolute;
        top: 0;
        right: .3rem;
        content: '\e614';
        font-size: .36rem;
        color: #29166f;
        font-family: 'iconfont' !important;
	}

	.nav-down {
		background-color: #fff;
		position: relative;
		top: 0px;
		z-index: 9999;
		width: 100%;
		text-align: center;
		display: block;
	}
	.nav-down li.nav-li2 {
		width: 100%;
		line-height: 36px;
		height: 36px;
	}
	header .nav-li2 a.nav-link2 {
		display: block;
		text-align: left;
	}
	.sc-banner {
		height: auto;
	}

	.sc-banner .ct {
		display: none;
	}

	.index_1 {
		padding: 15px 0;
	}

	.index_1 .in_tit {
		padding: 0px;
	}

	.index_1 .in_tit h6 {
		display: none;
	}

	.in_tit h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.in_tit h6 {
		font-size: 12px;
		line-height: 20px;
	}

	.sc-company-nav {
		display: none;
	}

	.index_1 .in_mian {
		height: auto;
	}

	.index_1 .in_1 {
		width: 100%;
		margin-bottom: 5px;
	}

	.index_1 .in_1 .item {
		padding: 25px 15px;
	}

	.index_1 .in_2 {
		width: 49%;
	}
	.index_1 .in_2.mar_l {
		margin-left: 2px;
    	margin-right: 2px;
	}
	.index_1 .in_2 .box-item {
		height: 197px;
		margin-bottom: 2px;
	}
	.in_2 .box-item .i_logo {
		padding-top: 20px;
	}
	.item-title {
		font-size: 18px;
	}
	.item-text {
		width: 100%;
	};
	.item-text p {
		font-size: 12px;
	}
	.index_2, .index_3, .index_4 {
		padding: 16px 5px 5px 5px;
	}
	.index_2 .in_tit {
		margin-bottom: 10px;
	}
	.sc-honnor .honnor_thumb span,
	.lp_main .honnor_thumb span {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.index_3 {
		height: auto;
	}
	.index_3 .in_tit, .index_4 .in_tit {
		margin-bottom: 12px;
	}
	.index_3 .news_left {
		width: 100%;
		height: 225px;
		margin-bottom: 5px;
	}
	.index_3 .news_con {
		width: 100%;
		height: auto;
	}
	.index_3 .news_con .hd {
		margin-bottom: 5px;
	}
	.index_3 .news_con .hd ul li {
		font-size: 14px;
	}
	.news_con .news_r {
		height: auto;
	}
	.news_con .news_r ul li:nth-child(2) {
		margin: 0;
	}
	.news_con .news_r ul li:nth-child(3),
	.news_con .news_r ul li:nth-child(4) {
		display: none;
	}
	.news_con .news_r .ri_day {
		width: 20%;
		margin-right: 2%;
	}
	.news_con .news_r .ri_day h2 {
		font-size: 18px;
	}
	.news_con .news_r .ri_day h4 {
		font-size: 14px;
	}
	.index_3 .news_con .news_r .news_box {
		width: 76%;
	}
	.index_4 .iconfont {
		display: none;
	}
	.index_4 .swiper-box span {
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
	.index_4 .swiper-box a {
		height: 220px;
		line-height: 220px;
	}
	.index_4 .swiper-box a img {
		vertical-align: top;
	}
	footer .foot_1 {
		padding: 18px 0;
	}
	footer .foot_1 .fo_l {
		padding-left: 20px;
		width: 100% !important;
	}
	footer .foot_1 .fo_l span {
		margin-bottom: 10px;
	}
	footer .fo_nav {
		display: none;
	}
	footer .foot_1 .fo_ewm {
		width: 100%;
		height: 200px;
	}
}


/* 关于 */
.tb_nav{
	height: 100px;
	position: relative;
	background: #eee;
	text-align: center;
	/* padding: 0 2em; */
}


.tb_main {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background: #fff;
	z-index: 10;
}
.tb_main_top {
	position: fixed;
	top: 0;
}

.tb_a {
	color: #000;
	letter-spacing: 0.1rem;
	transition: all 0.5s ease;
	font-size: 0.8rem;
	/* ---- */
	display: block;
	float: left;
	width: 33.3333%;
}
.tb_a i {
    display: block;
    width: 48px;
    height: 48px;
    margin: 10px auto 10px;
    background: no-repeat center;
    background-size: 100%;
}
.tb_a span {
    display: block;
    text-align: center;
}
.a1 i{
    background-image: url('../image/icons/icon01.png');
}
.a2 i{
    background-image: url('../image/icons/icon02.png');
}
.a3 i{
    background-image: url('../image/icons/icon03.png');
}
.a4 i{
    background-image: url('../image/icons/icon04.png');
}
.a5 i{
    background-image: url('../image/icons/icon05.png');
}
.tb_a:hover {
  color: white;
  background: rgba(41, 22, 111, 0.8);
  transition: all 0.5s ease;
  color: #29166f;
}
.tb_line {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #ee9b11;
  transition: left 0.3s ease;
}
/* 公司简介 */

.tab_tit{
	line-height: 30px;
}
.tab_tit span {
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    color: #29166f;
}
.tab_tit span::after {
    content: "";
    position: relative;
    display: block;
    width: 90px;
    border-bottom: 4px solid #ee9b11;
    padding-top: 10px;
}
.tab_tit span i {
    display: inline-block;
    font-size: 15px;
    font-weight: 100;
    color: #5c5c5c;
    font-style: normal;
}
.tb_1 {
    width: 100%;
    padding-top: 60px;
    box-sizing: border-box;
    background: no-repeat center;
    background-size: cover;
}
.tb_1 .tab_tit {
    margin-bottom: 40px;
}
.tb_1 .int_main{
	position: relative;
    width: 100%;
    /* height: 552px; */
}
.tb_1 .int_main .int_txt{
	width: 50%;
	height: 480px;
	overflow: hidden;
    box-sizing: border-box;
}
.tb_1 .int_main .int_txt p{
    display: block;
    font-size: 16px;
    color: #606161;
    line-height: 30px;
	font-family: "Microsoft YaHei";
	padding-right: 20px;
	letter-spacing: 1.2px;
}
.tb_1 .int_main .int_video{
	width: 49%;
	/* height: 385px; */
	/* height: 455px; */
    box-sizing: border-box;
}

.tb_1 .int_main .int_video .data {
	display: block;
	text-align: center;
	margin-top: 20px;
	display: none;
}

.tb_1 .int_main .int_video .data li{
	position: relative;
	padding: 0 20px;
	box-sizing: border-box;
	display: inline-block;
	color: #525252;
}

.tb_1 .int_main .int_video .data li::before {
	position: absolute;
	top: 0;
    left: 0;
    width: 1px;
    height: 50px;
    content: '';
    background: #a4a4a4;
}

.tb_1 .int_main .int_video .data li:first-child::before {
	display: none;
}

.tb_1 .int_main .int_video .data li em{
	display: block;
    margin-bottom: 10px;
	font-size: 16px;
}
.tb_1 .int_main .int_video .data li em i{
	display: inline-block;
    position: relative;
    margin-right: 15px;
    font-size: 30px;
	color: #1c2769;
}
/* 企业文化 */
.tb_2 {
    padding-top: 50px;
}
.tb_2 .int_main {
    width: 100%;
    box-sizing: border-box;
	padding: 50px 0;
}

.tb_2 .int_main .at_box{
	width: 100%;
	height: 396px;
}
.tb_2 .int_main .at_txt {
    position: relative;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
	align-items: center;
	display: flex;
}
.tb_2 .int_main .at_txt h4 {
	width: 100%;
	position: relative;
    padding: 60px 0;
    font-size: 30px;
	font-weight: 100;
	text-align: center;
	background: rgb(245,245,245);
}
.tb_2 .int_main .at_txt h4.at_r {
	border-top-right-radius:4em;
	border-bottom-right-radius:4em;
}
.tb_2 .int_main .at_txt h4.at_l {
	border-top-left-radius:4em;
	border-bottom-left-radius:4em;
}
.tb_2 .int_main .at_txt h4 span {
    display: block;
    font-size: 30px;
    color: #0a8cd8;
    line-height: 30px;
}
.tb_2 .int_main .at_txt h4 font {
	font-size: 18px;
	color: #666;
	width: 170px;
}
.tb_2 .int_main .at_txt h4 font em{
	display: block;
	padding-top: 6px;
}
.tb_2 .int_main .at_img{
	width: 50%;
	height: 100%;
	background: no-repeat center;
    background-size: cover;
}

.tb_3, .tb_4, .tb_5 {
	padding: 60px 0;
	position: relative;
}

.tb_3 .swiper-slide,
.tb_4 .swiper-slide,
.tb_5 .swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
}

.tb_3 .honnor_thumb,
.tb_4 .honnor_thumb {
	/* height: 255px; */
	overflow: hidden;
}

.tb_3 .honnor_thumb a,
.tb_4 .honnor_thumb a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	overflow: hidden;
}

.tb_3 .honnor_thumb a img:hover,
.tb_4 .honnor_thumb a img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tb_3 .honnor_thumb a img,
.tb_4 .honnor_thumb a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s; 
}

.lp_main {
	margin-top: 40px;
}


@media only screen and (max-width:767px){
	.tb_a i {
		width: 36px;
		height: 36px;
	}
    .tb_1, .tb_2 {
		padding: 20px 0;
	}
	.tb_1 .tab_tit {
		margin-bottom: 12px;
		padding-left: 8px;
	}
	.tab_tit span {
		font-size: 22px;
	}
	.tb_1 .tab_tit {
		margin-bottom: 12px;
	}
	.tb_1 .int_main {
		height: auto !important;
	}
	.tb_1 .int_main .int_txt {
		width: 100%;
		height: 280px;
		margin-bottom: 10px;
	}
	.tb_1 .int_main .int_txt p {
		font-size: 14px;
		letter-spacing: .8px;
		line-height: 26px;
		padding: 0 8px;
	}
	.tb_1 .int_main .int_video {
		width: 100%;
		height: 210px;
	}
	
	.tb_1 .int_main .int_video .data li {
		padding: 0 3px;
	}
	.tb_1 .int_main .int_video .data li em {
		font-size: 14px;
		margin-bottom: 6px;
	}
	.tb_1 .int_main .int_video .data li span {
		font-size: 12px;
	}
	.tb_2 .int_main {
		padding: 20px 0;
	}
	.tb_2 .int_main .at_box {
		height: 136px;
	}
	.tb_2 .int_main .at_txt h4 {
		padding: 18px 0;
	}
	.tb_2 .int_main .at_txt h4 span {
		font-size: 18px;
	}
	.tb_2 .int_main .at_txt h4 font {
		font-size: 12px;
	}
	.tb_3, .tb_4, .tb_5 {
		padding: 20px 5px 20px;
	}
	.lp_main {
		margin-top: 20px;
	}
}



.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.more-big {
	display: block;
	background-color: #363e45;
	width: 184px;
	line-height: 44px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.more-big:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 37px;
	content: "";
	height: 0;
	border-top: 44px solid #29166f;
	border-left: 28px solid transparent;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.more-big span {
	display: block;
	padding: 0 15px 0 30px;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.more-big span i {
	float: right;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
.more-big:hover {
	color: #fff;
}
.more-big:hover:after {
	width: 100%;
	height: 100%;
}
.container {
	padding: 0 15px;
	width: 1400px;
	margin: 0 auto;
}
.kf {
	width: 208px;
	position: fixed;/* right: 20px; */
	right: -208px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.kt-top {
	height: 40px;
	line-height: 40px;
	background: url(../images/kefu.png) 12px center no-repeat #29166f;
	-ms-background-size: auto 20px;
	background-size: auto 20px;
	padding-left: 46px;
	font-size: 14px;
	color: #fff;
}
.kt-top span:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.kt-top span {
	width: 18px;
	height: 16px;
	float: right;
	position: relative;
	margin: 10px 10px 0 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}
.kt-top span b {
	width: 100%;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
}
.kt-top span b:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.kt-top span b:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.kf .con {
	overflow: hidden;
	background: #fff;
}
.kf .qq li {
	height: 36px;
	line-height: 36px;
	border-bottom: #f5f5f5 solid 1px;
	padding-left: 16px;
}
.kf .qq li a {
	height: 36px!important;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: initial;
	display: block;
}
.kf .qq li a img {
	padding-right: 6px;
}
.kf .con h5 {
	height: 26px;
	line-height: 26px;
	margin-top: 12px;
	background: url(../images/lianxi.png) 16px center no-repeat;
	padding-left: 45px;
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
}
.kf .contact {
	margin-top: 1px;
}
.kf .contact p {
	height: 26px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	padding-left: 22px;
	margin: 0;
}
.kf .contact p:nth-child(2n) {
	padding-left: 32px;
}
.kf .con h5.qr-icon {
	background: url(../images/erweima.png) 16px center no-repeat;
}
.kf .con .qr {
	margin-top: 10px;
	padding-left: 40px;
}
.kf .con .qr img {
	width: 110px;
	height: 110px;
}
.kf .backTop {
	width: 100%;
	height: 40px;
	margin-top: 10px;
	background: url(../images/huidaodingbu.png) center center no-repeat#29166f;
	background-size: 18px auto;
	cursor: pointer;
}
.kf-side {
	padding: 18px 10px 10px;
	background: #29166f;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: -34px;
	cursor: pointer;
}
.kf-side b {
	display: block;
	color: #fff;
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
}
.kf-side span.arrow {
	width: 12px;
	height: 12px;
	background: url(../images/jt-1.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
	display: block;
	margin-top: 10px;
}
.kf-side span.on {
	background: url(../images/jt-2.png) no-repeat;
	-ms-background-size: auto 12px;
	background-size: auto 12px;
}
#message {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	transform: scale(0);
	transition: .3s;
}
.messagebg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1001;
}
#message .m-content {
	margin-top: 8%;
}
#message .m-content .m-message {
	background: #fff;
	width: 580px;
	background: #fff;
	padding: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 1002;
	box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}
.m-message {
	width: 494px;
	margin: 48px auto 0;
}
.m-message label {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}
.m-message label em {
	display: block;
	float: right;
	color: red;
	height: 32px;
	line-height: 32px;
}
.m-message label span {
	width: 70px;
	height: 34px;
	line-height: 34px;
	color: #2F2F2F;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	display: inline-block;
}
.m-message label input.inp, .m-message label textarea, .m-message label.code input {
	width: 73%;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	border: #cccccc 1px solid;
	border-radius: 3px;
	padding: 0 14px;
	box-sizing: border-box;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.m-message label input:focus, .m-message label textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(247, 150, 0, .6);
}
.m-message label textarea {
	height: 72px;
	line-height: 24px;
	padding: 10px 14px;
}
.m-message label.code {
	line-height: 34px;
}
.m-message label.code input {
	width: 30%;
	float: left;
	margin-right: 30px;
}
.m-message label.code .pic {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 32px;
}
.m-message label.code img {
	display: block;
	width: 100%;
	height: 100%;
}
.btn {
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding-left: 15px;
	background-color: #29166f;
	color: #fff;
	margin-top: 10px;
}
.btn:hover {
	background-color: #444;
	color: white;
}
.btn span {
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/btn-r.png);
}
.btn-1 input {
	width: 52px;
	height: 32px;
	line-height: 32px;
	background: #e8e8e8;
	border: none;
	color: #333;
	margin-right: 22px;
	cursor: pointer;
	transition: 0.3s;
}
.btn-1 {
	padding-left: 100px;
}
.btn-1 input.focus {
	background: #29166f;
	color: #fff;
}
.btn-1 input.focus:hover {
	background: #444;
}
.btn-1 input:hover {
	background: #ccc;
}

.section {
	padding: 100px 0;
}
.section-title {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.section-title small {
	display: block;
	font-size: 42px;
	text-transform: uppercase;
}
.section-title strong {
	display: block;
	position: relative;
	color: #29166f;
	font-size: 30px;
	margin-top: 10px;
}
.section-title strong:after {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1px;
	width: 86%;
	content: "";
	background: #e5e5e5;
}
.section-title-more .more-big {
	float: right;
	margin-top: -77px;
}
.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase;
}
.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	position: relative;
	padding: 0 42px;
	color: #29166f;
}
.section-title-1 h4:after, .section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #29166f;
}
.section-title-1 h4:after {
	right: 0;
}
.section-title-1 h4:before {
	left: 0;
}
.section-sub {
	padding: 60px 0;
}
.section-about-sub {
	background: #fff;
}
.in-prd-menu {
	margin-top: -77px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.in-prd-menu .hform {
	float: right;
	position: relative;
	margin-left: 10px;
}
.in-prd-menu .hform input {
	display: block;
	padding: 11px 58px 11px 15px;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #fff;
	width: 150px;
}
.in-prd-menu .hform button {
	position: absolute;
	right: 0;
	top: 0;
	height: 44px;
	width: 44px;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/901_top9.png) center no-repeat #29166f;
}
.in-prd-menu ul {
	float: right;
	margin: -10px 0 0 -10px;
}
.in-prd-menu li {
	float: left;
}
.in-prd-menu li a {
	display: block;
	line-height: 44px;
	font-size: 16px;
	padding: 0 16px;
	background-color: #363e45;
	color: #fff;
	margin: 10px 0 0 10px;
}
.in-prd-menu li.active a {
	background-color: #29166f;
}
.list-1 {
	margin: -50px 0 0 -20px;
	padding-bottom: 28px;
}
.list-1 li {
	float: left;
	width: 33.333333%;
}
.list-1 li a {
	display: block;
	padding: 20px 20px 50px;
	background-color: #f0f0f0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 50px 0 0 20px;
	position: relative;
	height: auto;
}
.list-1 li .img-cover {
	padding-top: 115%;
}
.list-1 li .text {
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
	color: #333;
    border-bottom: 1px solid #bdccdd;
	margin-top: 1.25rem;
    padding-bottom: .5rem;
	margin-bottom: 1.25rem;
	height: auto;
	transition:all .4s;
}
.list-1 li .desc {
	overflow: hidden;
	text-overflow: ellipsis;
	color: #888;
	height: auto;
	line-height: 24px;
	transition:all .4s
}
.list-1 li:hover .text {
	margin: 0;
	padding: 0;
	opacity: 0;
	height: 0;
	line-height: 20px;
	visibility:hidden;
}
.list-1 li:hover .desc {
	height: auto;
	border-bottom: 1px solid #bdccdd;
	padding-bottom: .75rem;
}


.list-1 li .more {
	border: 4px solid #f0f0f0;
	background: #ffffff;
	line-height: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 50%;
	bottom: -28px;
	margin-left: -28px;
}
.list-1 li a:hover {
	background-color: #363e45;
}

.list-1 li a:hover div{
    color:#fff;
}

.list-1 li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.list-1 li a:hover .more {
	background-color: #29166f;
	color: #fff;
	border-color: #29166f;
}
.list-1-1 .img-cover {
	margin: -20px -20px 0 -20px;
}
.bg1 {
	background: url(../images/902_ys_bg.jpg) no-repeat center / cover #29166f;
	color: #fff;
}
.bg1 .section-title strong {
	color: #fff;
}
.in-adv {
	margin: -20px 0 0 -20px;
}
.in-adv li {
	float: left;
	width: 33.333333%;
}
.in-adv li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0,0,0,0.5);
	padding: 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-adv li .img-center {
	float: left;
	width: 92px;
	line-height: 92px;
	height: 92px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.1);
}
.in-adv li .text {
	margin-left: 116px;
}
.in-adv li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.8;
}
.in-adv li .text p {
	margin: 10px 0 0;
}
.in-adv li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16,68,146,0.9);
}





.in-contact {
	margin: -20px 0 0 -20px;
}
.in-contact li.contact {
	float: left;
	width: 70%;
}
.in-contact li.erweima {
	float: left;
	width: 30%;
}
.in-contact li a {
	display: block;
	margin: 20px 0 0 20px;
	background: rgba(0,0,0,0.5);
	padding: 30px 30px 40px 30px;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.in-contact li .img{ text-align: center; }
.in-contact li .text {
	text-align: center;
	margin-bottom: 15px;
}
.in-contact li .text p {
	margin: 10px 0 0;
}
.in-contact li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background-color: rgba(16,68,146,0.9);
}





.list-2 {
	margin: -20px 0 0 -20px;
}
.list-2 li {
	float: left;
	width: 33.333333%;
}
.list-2 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-2 li .img-cover {
	padding-top: 66%;
}
.list-2 li .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.list-2 li .more i {
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	top: 50%;
	font-style: normal;
	border: 1px solid #fff;
	width: 54px;
	line-height: 54px;
	border-radius: 50%;
	text-align: center;
	margin: -28px 0 0 -28px;
}
.list-2 li .text {
	line-height: 68px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	padding: 0 15px;
	color: #333;
}
/* .list-2 li a:hover {
	background-color: #29166f;
	color: #fff;
} */
.list-2 li a:hover .more {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.list-2-1 li a {
	background-color: #f0f0f0;
}
.in-about {
	margin: 0;
}
.in-about dt {
	float: left;
	position: relative;
	width: 556px;
	margin: 0 0 40px 40px;
}
.in-about dt:before {
	content: '';
	position: absolute;
	left: -40px;
	bottom: -40px;
	width: 80%;
	height: 100%;
	background-color: #29166f;
}
.in-about dt img {
	position: relative;
	z-index: 1;
}
.in-about dd {
	margin-left: 570px;
	background-color: #fff;
	box-shadow: 0 1px 18px 1px rgba(54,62,69,0.6);
	margin-top: 40px;
	padding: 60px 80px;
	height: 320px;
}
.in-about dd h4 {
	margin: 0;
	font-size: 24px;
}
.in-about dd p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin: 25px 0 0;
	text-align: justify;
}
.in-about dd .more-big {
	margin-top: 40px;
}
.list-3 {
	margin: -20px 0 0 -20px;
}
.list-3 li {
	float: left;
	width: 50%;
}
.list-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	padding: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	position: relative;
}
.list-3 li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 165px;
	height: 0;
	border-bottom: 125px solid #dfdfdf;
	border-right: 78px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-3 li .date {
	float: left;
	width: 115px;
	position: relative;
	z-index: 1;
	line-height: 1;
	padding: 5px 0;
	color: #fff;
}
.list-3 li .date small {
	display: block;
	font-size: 16px;
}
.list-3 li .date strong {
	display: block;
	font-size: 48px;
	margin-top: 10px;
}
.list-3 li .text {
	margin-left: 140px;
}
.list-3 li .text h4 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-3 li .text p {
	margin: 10px 0 0;
	color: #666;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 1.8;
	height: 50px;
	overflow: hidden;
}
.list-3 li a:hover {
	background-color: #3a4249;
	color: #fff;
}
.list-3 li a:hover:after {
	border-bottom-color: #29166f;
}
.list-3 li a:hover .text p {
	color: #fff;
}

.banner-sub {
	height: 320px;
	background: no-repeat center;
	background-size: cover;
}
.ct2-sd {
	float: left;
	width: 250px;
}
.ct2-mn {
	float: right;
	width: 1100px;
}
.panel-sd {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.panel-sd:last-child {
	margin-bottom: 0;
}
.panel-sd .tit {
	text-align: center;
	color: #fff;
	font-size: 28px;
	background: url(../images/914_cp_bg1.png) no-repeat #29166f;
	padding: 35px 0;
	border-radius: 0 30px 0 0;
}
.panel-sd .tit span {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

.lanmu li {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
}
.lanmu li:last-child {
	border-bottom: 0;
}
.lanmu li>a {
	display: block;
	line-height: 60px;
	padding: 0 0 0 25px;
	color: #363e45;
	font-size: 18px;
}
/* .lanmu li .arr {
	float: right;
	height: 60px;
	width: 40px;
	position: relative;
	cursor: pointer;
}
.lanmu li .arr:after {
	content: '';
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
} */
.lanmu li>a i {
    font-size: 18px;
    vertical-align: middle;
	line-height: 1;
	position: absolute;
    right: 0;
    padding: 20px;
}

.lanmu-box {
	display: none;
}
.lanmu-box p {
	margin: 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-left: 15px;
}
.lanmu-box p a {
	padding: 0 25px;
	display: block;
	line-height: 45px;
	color: #fff;
}
.lanmu li>a:hover, .lanmu li.active>a {
	background-color: #29166f;
	color: #fff;
}
.lanmu li.open .lanmu-box {
	display: block;
}
.lanmu li.open .arr:after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.pages {
	margin: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.pages li{display: inline-block;}

.pages li a {
	display: inline-block;
	font-size: 14px;
	line-height: 35px;
	padding: 0 14px;
	margin: 5px;
	background-color: #f5f5f5;
	border-radius: 3px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pages li a:hover, .pages li.active a {
	background-color: #29166f;
	color: #fff;
}


.nav-sub {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
}
.nav-sub li {
	display: inline-block;
	vertical-align: middle;
}
.nav-sub li a {
	display: block;
	line-height: 48px;
	padding: 0 40px;
	background-color: #f0f0f0;
	color: #555;
	font-size: 18px;
	margin: 20px 0 0 20px;
	border-radius: 25px;
	transition: all 0.3s;
	font-weight: 400
}
.nav-sub li a:hover, .nav-sub li.active a {
	background-color: #29166f;
	color: #fff;
}
.sub_tit {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
	background: #fff;
}
.section-about-sub .sub_breadCrumb i {
    display: inline-block;
    margin-right: 12px;
    font-size: 16px;
    color: #7f7f7f;
    vertical-align: top;
}
.section-about-sub .sub_msg ul {
	font-size: 0;
}
.section-about-sub .sub_msg ul li {
	display: inline-block;
	height: 100%;
	vertical-align: top;
}
.section-about-sub .sub_msg ul li a {
	display: block;
	width: 140px;
	height: 100%;
	font-size: 14px;
	color: #666;
	text-align: center;
	cursor: pointer;
	transition:color .4s;
}

.section-about-sub .sub_msg ul li:hover,
.section-about-sub .sub_msg ul li.active {
	background: #29166f;
}
.section-about-sub .sub_msg ul li:hover a,
.section-about-sub .sub_msg ul li.active a {
	color: #fff;
}
.list-4 li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .img-center {
	float: left;
	width: 250px;
}
.list-4 li .text {
	margin: 0 0 0 290px;
	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-4 li .text h4 {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
	color: #333;
}
.list-4 li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-4 li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-4 li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-4 li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-4 li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-4 li a:hover {
	padding-left: 30px;
}
.list-4 li a:hover .text {
	padding-right: 150px;
}
.list-4 li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}
.about-1 {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}
.about-1 p {
	margin: 0;
}
.about-1 h4 {
	font-size: 18px;
	margin: 0;
}
.about-2 {
	position: relative;
	padding: 0 80px;
}
.about-2 .date {
	background: url(../images/911_lc.png) no-repeat center / contain;
	height: 82px;
	line-height: 72px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-2 i {
	display: block;
	position: relative;
	margin: 20px 0;
}
.about-2 i:after {
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #29166f;
	border-radius: 50%;
	content: '';
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.about-2 i:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	border-bottom: 1px dashed #999;
	content: '';
}
.about-2 .text {
	background-color: #fff;
	margin: 0 15px;
	padding: 20px;
	line-height: 1.8;
	text-align: justify;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-2 .swiper-slide:hover .date {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.about-2 .swiper-slide:hover .text {
	background-color: #29166f;
	color: #fff;
}
.about-2 .swiper-button-prev, .about-2 .swiper-button-next {
	background-color: #c3c3c3;
	background-size: 10px auto;
	width: 24px;
	height: 54px;
	border-radius: 20px;
	outline: none;
	margin: 0;
	top: 82px;
}
.about-2 .swiper-button-prev:hover, .about-2 .swiper-button-next:hover {
	background-color: #29166f;
}
.about-2 .swiper-pagination {
	position: static;
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	display: none;
}
.about-2 .swiper-pagination-bullet {
	margin: 0 5px;
}
.about-3 {
	margin: -20px 0 0 -20px;
}
.about-3 li {
	float: left;
	width: 25%;
}
.about-3 li a {
	display: block;
	margin: 20px 0 0 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.about-3 li .text {
	text-align: center;
	margin-top: 15px;
}
.about-3 li .text h4 {
	margin: 0;
	font-size: 20px;
}
.about-3 li .text p {
	color: #666;
	margin: 10px 0 0;
}
.about-3 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.contact-left {
	float: left;
	width: 49%;
}
.contact-left .map {
	height: 400px;
	margin-bottom: 30px;
}
.contact-right {
	float: right;
	width: 49%;
}
.contact-right .item {
	margin-bottom: 40px;
}
.contact-right .item:last-child {
	margin-bottom: 0;
}
.contact-right .item .ewm {
	float: right;
	position: relative;
	margin-top: 4px;
}
.contact-right .item .ewm a {
	display: block;
	border-radius: 20px;
	line-height: 26px;
	color: #888;
	background: url(../images/925_cont1.png) no-repeat 80px center #e9e9e9;
	padding: 0 40px 0 15px;
}
.contact-right .item .ewm .img-center {
	position: absolute;
	right: 100%;
	border: 3px solid #29166f;
	width: 100px;
	top: -30px;
	margin-right: 10px;
	display: none;
}
.contact-right .item .ewm .img-center:before, .contact-right .item .ewm .img-center:after {
	content: '';
	position: absolute;
}
.contact-right .item .ewm .img-center:before {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border: 1px solid #29166f;
	position: absolute;
	top: 36px;
	right: -26px;
}
.contact-right .item .ewm .img-center:after {
	width: 14px;
	height: 1px;
	background: #29166f;
	position: absolute;
	top: 40px;
	right: -17px;
}
.contact-right .item .ewm:hover a {
	color: #29166f;
}
.contact-right .item .ewm:hover .img-center {
	display: block;
}
.contact-right .item h4 {
	margin: 0;
	font-size: 24px;
}
.contact-right .item .text {
	color: #666;
	border-left: 3px solid #29166f;
	padding-left: 20px;
	line-height: 2;
}
.contact-right .item .text h5 {
	color: #C01;
	margin: 0;
	font-size: 16px;
}
.contact-right .item .text p {
	margin: 0;
}
.msg {
	background-color: #f2f2f2;
	padding: 40px;
}
.msg h4 {
	margin: 0;
	font-size: 24px;
	color: #29166f;
	font-weight: normal;
}
.msg .tips {
	color: #666;
	font-size: 16px;
	margin-top: 10px;
}
.msg form {
	overflow: hidden;
	display: block;
	margin: 10px 0 0 -10px;
}
.msg .form-group {
	float: left;
	margin: 25px 0 0 10px;
	width: 235px;
	background-color: #fff;
	overflow: hidden;
}
.msg .form-label {
	float: left;
	line-height: 56px;
	width: 154px;
	font-size: 16px;
    color: #333;
    text-align: right;
    vertical-align: top;
}
.msg .form-label span {
	color: red;
}
.msg .form-content {
	margin-left: 184px;
	padding: 12px 10px;
    border: 1px solid #e2e2e2;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    vertical-align: top;
}
.msg .form-control {
	border: 0;
	background-color: transparent;
	padding: 0;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	width: 100%;
	color: #555;
	display: inline-block;
	vertical-align: middle;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.msg .form-radio {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	margin-right: 10px;
}
.msg .form-radio input {
	margin-right: 8px;
}
.msg .form-submit {
	display: block;
	width: 20%;
	background: #29166f;
	color: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	height: 54px;
	font-size: 18px;
	margin: 0 auto;
}
.msg .form-group.full {
	width: 480px;
}
.msg .form-group.yzm .form-control {
	width: 70px;
}
.msg .form-group.yzm .yzm-pic {
	display: inline-block;
	vertical-align: middle;
	width: 65px;
	height: 30px;
}
.message-left {
	float: left;
	width: 560px;
	color: #666;
	font-size: 16px;
	line-height: 1.8;
}
.message-left h4 {
	margin: 0 0 45px;
	font-size: 36px;
	font-weight: normal;
	color: #333;
}
.message-left p {
	margin: 0;
}
.message-right {
	float: right;
	width: 560px;
}
.jobs {
}
.jobs .item {
	border-top: 1px solid #e3e3e3;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.jobs .item .tit {
	padding: 25px 105px 25px 20px;
	position: relative;
}
.jobs .item .tit:after {
	position: absolute;
	content: '→';
	right: 40px;
	top: 25px;
	width: 65px;
	line-height: 57px;
	border-left: 1px solid #dddddd;
	font-size: 34px;
	font-weight: lighter;
	text-align: right;
	color: #dddddd;
}
.jobs .item .tit h4 {
	margin: 0;
	font-size: 18px;
}
.jobs .item .tit p {
	font-size: 0;
	margin: 10px 0 0;
}
.jobs .item .tit p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 70px;
	font-size: 16px;
	color: #666;
}
.jobs .item .con {
	padding: 25px 20px 45px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	display: none;
}
.jobs .item.open {
	background-color: #f0f0f0;
}
.news-left {
	float: left;
	width: 800px;
}
.news-title {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-title h1 {
	margin: 0;
	font-size: 30px;
	font-weight: normal;
}
.news-title p {
	margin: 10px 0 0;
	font-size: 0;
}
.news-title p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.news-title p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.news-title p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-title p span.i3 {
	background-image: url(../images/920_newscon3.png);
}
.news-content {
	line-height: 1.8;
	margin-bottom: 30px;
}
.news-content img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.news-exp {
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	overflow: hidden;
}
.news-exp a {
	float: left;
	width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp a:last-child {
	text-align: right;
}
.news-panel {
	margin-top: 40px;
}
.news-panel .tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.news-panel .tit .fh {
	float: right;
	color: #999;
	font-size: 16px;
	padding-left: 25px;
	background: url(../images/920_fh.png) no-repeat 0 center;
}
.news-panel .tit .fh:hover {
	color: #29166f;
}
.news-panel .tit span {
	display: inline-block;
	font-size: 24px;
	border-bottom: 2px solid #29166f;
	color: #29166f;
	margin-bottom: -1px;
	padding-bottom: 15px;
	line-height: 1;
}
.list-5 {
	margin-left: -20px;
	margin-top: -15px;
}
.list-5 li {
	float: left;
	width: 50%;
}
.list-5 li a {
	display: block;
	margin-left: 20px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-5 li span {
	float: right;
	color: #999;
}
.news-right {
	float: right;
	width: 340px;
}
.news-banner .img-center {
	overflow: hidden;
}
.news-banner .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news-banner .img-center a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news-act-menu {
	overflow: hidden;
}
.news-act-menu li {
	float: left;
	width: 50%;
}
.news-act-menu li a {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.news-act-menu li.active a {
	background-color: #29166f;
	color: #fff;
}
.list-6 {
}
.list-6 li {
	border-top: 1px solid #efefef;
}
.list-6 li a {
	display: block;
	padding: 20px;
}
.list-6 li a:hover {
	background-color: #f5f5f5;
}
.list-6 li h4 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-6 li p {
	font-size: 0;
	margin: 10px 0 0;
}
.list-6 li p span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 14px;
	color: #999;
	background: no-repeat 0 center;
	padding-left: 25px;
}
.list-6 li p span.i1 {
	background-image: url(../images/920_newscon1.png);
}
.list-6 li p span.i2 {
	background-image: url(../images/920_newscon2.png);
}
.news-box {
	margin-top: 20px;
	border: 1px solid #efefef;
	box-shadow: 0 5px 5px -5px #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.news-box.msg {
	padding: 20px;
	background-color: transparent;
}
.news-box.msg h4 {
	font-size: 18px;
}
.news-box.msg form {
	margin-left: 0;
}
.news-box.msg .form-group {
	margin-left: 0;
	width: 100%;
}
.news-box.msg .form-group.yzm .form-control {
	width: 133px;
}
.case-title {
	text-align: center;
	border-bottom: 0;
}
.case-title p span {
	margin: 0 10px;
}
.yunu-showcase {
	margin-bottom: 30px;
}
.yunu-showcase-info {
	float: right;
	width: 62%;
}
.yunu-showcase-info h1 {
	margin: 0 0 15px;
	font-size: 24px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.yunu-showcase-info p {
	margin: 0;
	color: #666;
	height: 168px;
}
.yunu-showcase-info .tel {
	border-top: 2px solid #e6e6e6;
	margin-top: 15px;
	padding-top: 15px;
	height: 42px;
	line-height: 21px;
	font-size: 18px;
}
.yunu-showcase-info .tel a {
	background-color: #29166f;
	color: #fff;
	display: inline-block;
}
.pc-slide {
	float: left;
	width: 36%;
}
.pc-slide .view .swiper-slide .imgauto {
	width: 100%;
	height: 310px;
	line-height: 310px;
}
.pc-slide .view .swiper-container {
	width: 100%;/* border: #e22434 1px solid; */
}
.pc-slide .preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.pc-slide .preview .swiper-container {
	margin: 0 30px;
}
.pc-slide .preview .swiper-slide .imgauto {
	height: 80px;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.pc-slide .preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.pc-slide .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.pc-slide .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}
.pc-slide .preview img {
	padding: 1px;
}
.pc-slide .preview .active-nav .imgauto {
	border: 1px solid #29166f;
}
.pc-slide1 {
	margin-bottom: 40px;
}
.pc-slide1 .view {
	float: left;
	width: 870px;
}
.pc-slide1 .view .swiper-slide .imgauto {
	width: 100%;
	height: 580px;
	line-height: 580px;
}
.pc-slide1 .preview {
	position: relative;
	margin-left: 895px;
	padding-top: 40px;
}
.pc-slide1 .preview .swiper-container {
	height: 540px;
}
.pc-slide1 .preview .swiper-slide .imgauto {
	height: 171px;
	border: 3px solid #eee;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.pc-slide1 .preview .swiper-slide .imgauto img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.pc-slide1 .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat center #e7e7e7;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}
.pc-slide1 .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat center #e7e7e7;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 128px;
	height: 24px;
}
.pc-slide1 .preview img {
	padding: 1px;
}
.pc-slide1 .preview .active-nav .imgauto {
	border-color: #29166f;
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	border: 1px solid #ddd;
	display: none;
	text-align: center;
	overflow: hidden;
	font-size: 0;
}
div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.case-bb {
	font-size: 0;
	margin-bottom: 20px;
	position: relative;
}
.case-bb span {
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	padding-right: 20px;
	font-size: 24px;
}
.case-bb span:after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 1px;
    width: 90%;
    content: "";
    background: #e5e5e5;
}
.prd-title {
	text-align: center;
}
.prd-title p span {
	margin: 0 10px;
}
.prd-slide .view {
	width: 650px;
}
.prd-slide .view .swiper-slide .imgauto {
	height: 503px;
	line-height: 503px;
}
.prd-slide .preview {
	margin-left: 680px;
}
.prd-slide .preview .swiper-container {
	height: 463px;
}
.prd-slide .preview .swiper-slide .imgauto {
	height: 145px;
}
.list-7 {
	margin: -20px 0 0 -20px;
}
.list-7 li {
	float: left;
	width: 33.333333%;
}
.list-7 li a {
	display: block;
	margin: 20px 0 0 20px;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 20px;
	position: relative;
}
.list-7 li a:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(16,68,146,0.8);
	content: '';
	z-index: 1;
	display: none;
}
.list-7 li .img-center {
	height: 300px;
	line-height: 300px;
	overflow: hidden;
	position: relative;
}
.list-7 li .img-center:after, .list-7 li .img-center:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background: no-repeat center / contain;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-7 li .img-center:before {
	background-image: url(../images/924_cert3.png);
	-webkit-transform: translateX(-300px);
	transform: translateX(-300px);
}
.list-7 li .img-center:after {
	background-image: url(../images/924_cert2.png);
	-webkit-transform: translateX(300px);
	transform: translateX(300px);
}
.list-7 li .text {
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}
.list-7 li a:hover {
	color: #fff;
}
.list-7 li a:hover:before {
	display: block;
}
.list-7 li a:hover .img-center:before, .list-7 li a:hover .img-center:after {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.position {
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 20px 0 20px 25px;
	background: url(../images/logo_03.png) no-repeat 0 center;
}

@media (max-width: 1440px) {
	.ct2-sd {
		width: 170px;
	}

	.panel-sd .tit {
		font-size: 24px;
		padding: 26px 0;
	}

	.lanmu li>a {
		font-size: 16px;
		padding: 0 0 0 20px;
		line-height: 50px;
	}

	.lanmu li>a i {
		padding: 8px
	}

	.ct2-mn {
		width: 1000px;
	}
	.contact-right {
		width: 500px;
	}
}

 @media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container {
		width: auto;
	}
	#message .m-content .m-message {
		width: 90%;
		padding: 20px;
	}
	.kf {
		display: none;
	}
	.footer-fix {
		display: block;
	}
	.more-big {
		width: 120px;
		line-height: 36px;
	}
	.more-big:after {
		border-top-width: 36px;
		width: 26px;
	}
	.more-big span {
		padding: 0 10px;
		font-size: 14px;
	}

	.section, .section-sub {
		padding: 30px 0;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.section-title small {
		font-size: 24px;
	}
	.section-title strong {
		font-size: 18px;
	}
	.section-title strong:after {
		width: 60%;
	}
	.section-title-more .more-big {
		margin: 0 0 20px;
	}
	.section-title-1 {
		margin-bottom: 20px;
	}
	.section-title-1 strong {
		font-size: 22px;
	}
	.section-title-1 h4 {
		font-size: 18px;
		padding: 0 30px;
	}
	.in-prd-menu {
		margin: 0 0 20px;
	}
	.in-prd-menu .hform {
		float: none;
		margin: 0 0 10px;
	}
	.in-prd-menu .hform input {
		padding: 7px 50px 7px 12px;
		width: 100%;
		box-sizing: border-box;
	}
	.in-prd-menu .hform button {
		height: 36px;
	}
	.in-prd-menu ul {
		float: none;
	}
	.in-prd-menu li {
		width: 50%;
	}
	.in-prd-menu li a {
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.list-1 {
		margin: -30px 0 0 -10px;
	}
	.list-1 li {
		width: 50%;
	}
	.list-1 li a {
		margin: 30px 0 0 10px;
		padding: 10px 10px 30px 10px;
	}
	.list-1 li .text {
		font-size: 14px;
		line-height: 1.4;
		margin-top: 10px;
	}
	.list-1 li .desc {
		font-size: 12px;
		margin-top: 5px;
	}
	.list-1 li .more {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin-left: -24px;
		bottom: -24px;
	}
	.list-1-1 .img-cover {
		margin: -10px -10px 0;
	}
	.in-adv {
		margin: -10px 0 0;
	}
	.in-adv li,.in-contact li{
		width: 100%!important;
	}
	.in-adv li a {
		padding: 15px;
		margin: 10px 0 0;
	}
	.in-adv li .img-center {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.in-adv li .text {
		margin-left: 85px;
	}
	.in-adv li .text h4 {
		font-size: 16px;
	}
	.in-adv li .text p {
		font-size: 12px;
		margin-top: 6px;
	}
	.list-2 {
		margin: 0 0 -10px;
	}
	.list-2 li {
		width: 100%;
	}
	.list-2 li a {
		margin: 0 0 10px;
	}
	.list-2 li .text {
		font-size: 16px;
		line-height: 44px;
	}
	.list-2-1 {
		margin: -10px 0 0 -10px;
	}
	.list-2-1 li {
		width: 50%;
	}
	.list-2-1 li a {
		margin: 10px 0 0 10px;
	}
	.list-2-1 li .text {
		font-size: 14px;
		line-height: 36px;
		padding: 0 10px;
	}
	.list-2-1-1 li:last-child {
		display: none;
	}
	.in-about dt {
		float: none;
		width: auto;
		margin: 0 0 20px 20px;
	}
	.in-about dt:before {
		left: -20px;
		bottom: -20px;
		width: 100%;
	}
	.in-about dd {
		margin: 20px 0 0;
		padding: 20px;
		height: auto;
	}
	.in-about dd h4 {
		font-size: 16px;
	}
	.in-about dd p {
		margin: 10px 0 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.in-about dd .more-big {
		margin-top: 20px;
	}
	.list-3 {
		margin: -10px 0 0;
	}
	.list-3 li {
		width: 100%;
	}
	.list-3 li a {
		margin: 10px 0 0;
		padding: 10px;
	}
	.list-3 li a:after {
		border-bottom-width: 87px;
		border-right-width: 50px;
		width: 100px;
	}
	.list-3 li .date {
		padding: 11px 0;
		width: 90px;
	}
	.list-3 li .date small {
		font-size: 12px;
	}
	.list-3 li .date strong {
		font-size: 28px;
		margin-top: 5px;
	}
	.list-3 li .text {
		margin-left: 100px;
	}
	.list-3 li .text h4 {
		font-size: 16px;
	}
	.list-3 li .text p {
		margin-top: 5px;
		line-height: 1.45;
		height: 40px;
	}
	.pages {
		margin-top: 15px;
	}
	.pages a {
		font-size: 12px;
		line-height: 30px;
		padding: 0 12px;
	}
	.banner-sub {
		height: 80px;
	}
	.ct2-sd {
		float: none;
		width: auto;
	}
	.ct2-mn {
		float: none;
		width: auto;
	}
	.panel-sd .tit {
		display: none;
	}
	.lanmu {
		overflow: hidden;
		margin: 0 -1px 20px;
	}
	.lanmu li {
		float: left;
		width: 50%;
		border: 0;
	}
	.lanmu li .arr {
		display: none;
	}
	.lanmu li>a {
		padding: 0;
		text-align: center;
		font-size: 14px;
		line-height: 34px;
		border: 1px solid #fff;
	}
	.list-4 li a {
		padding: 0 0 15px;
		margin-bottom: 15px;
	}
	.list-4 li .img-center {
		width: 90px;
	}
	.list-4 li .text {
		margin: 0 0 0 100px;
		padding: 0 40px 0 0;
	}
	.list-4 li .text h4 {
		padding: 0;
		font-size: 14px;
	}
	.list-4 li .text p {
		line-height: 18px;
		font-size: 12px;
		height: 36px;
		overflow: hidden;
	}
	.list-4 li .date {
		margin-top: 0;
		right: 0;
	}
	.list-4 li .date span {
		margin: 0 0 5px;
		font-size: 12px;
		color: #adadad;
	}
	.list-4 li a:hover {
		padding-left: 0;
	}
	.list-4 li a:hover .text {
		padding: 0 40px 0 0;
	}
	.list-4 li:first-child a {
		padding-top: 0;
		margin-top: 0;
		border-top: 0;
	}
	.nav-sub {
		margin: -5px 0 20px -5px;
	}
	.nav-sub li a {
		margin: 5px 0 0 5px;
		font-size: 12px;
		padding: 0 10px;
		line-height: 32px;
	}
	.about-1 {
		font-size: 14px;
	}
	.about-2 {
		padding: 0 35px;
	}
	.about-2 .text {
		margin: 0;
	}
	.about-2 .swiper-button-prev {
		left: 0;
	}
	.about-2 .swiper-button-next {
		right: 0;
	}
	.about-2 .swiper-pagination {
		display: block;
	}
	.about-3 li {
		width: 100%;
	}
	.contact-right, .contact-left {
		width: auto;
		float: none;
	}
	.contact-right .item {
		margin-bottom: 20px !important;
	}
	.contact-right .item .ewm {
		margin-top: 0;
		font-size: 12px;
	}
	.contact-right .item .ewm a {
		line-height: 24px;
		background-size: 12px auto;
		background-position: 64px center;
		padding: 0 26px 0 10px;
	}
	.contact-right .item .ewm .img-center:before {
		display: none;
	}
	.contact-right .item .ewm .img-center:after {
		top: 39px;
	}
	.contact-right .item h4 {
		font-size: 18px;
	}
	.contact-right .item .text {
		margin-top: 15px;
		line-height: 1.8;
		padding-left: 10px;
		border-left-width: 1px;
	}
	.contact-left .map {
		height: 350px;
		margin-bottom: 20px;
	}
	.msg {
		padding: 15px;
	}
	.msg h4 {
		font-size: 18px;
	}
	.msg .tips {
		font-size: 14px;
	}
	.msg form {
		margin-left: 0;
	}
	.msg .form-group {
		width: 100%;
		margin: 10px 0 0;
	}
	.msg .form-label {
		width: 94px;
		font-size: 14px;
	}
	.msg .form-content {
		margin-left: 104px;
		font-size: 12px;
	}
	.msg .form-group.full {
		width: 100%;
	}
	.msg .form-group.yzm {
		position: relative;
	}
	.msg .form-group.yzm .form-control {
		width: 100%;
		box-sizing: border-box;
	}
	.msg .form-group.yzm .yzm-pic {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 90px;
	}
	.message-left, .message-right {
		width: auto;
		float: none;
	}
	.message-left {
		margin-bottom: 30px;
		font-size: 14px;
	}
	.message-left h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.jobs .item .tit {
		padding: 10px 56px 10px 10px;
	}
	.jobs .item .tit h4 {
		font-size: 16px;
	}
	.jobs .item .tit p {
		margin-top: 5px;
	}
	.jobs .item .tit p span {
		font-size: 12px;
		margin-right: 10px;
	}
	.jobs .item .tit:after {
		font-size: 20px;
		line-height: 44px;
		width: 35px;
		top: 10px;
		right: 10px;
	}
	.jobs .item .con {
		padding: 10px;
		font-size: 14px;
	}
	.news-left {
		float: none;
		width: auto;
	}
	.news-right {
		display: none;
	}
	.news-title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.news-title h1 {
		font-size: 18px;
	}
	.news-title p span {
		font-size: 12px;
		margin-right: 10px;
	}
	.news-content {
		margin-bottom: 20px;
	}
	.news-exp {
		padding-top: 10px;
		font-size: 12px;
	}
	.news-panel {
		margin-top: 30px;
	}
	.news-panel .tit {
		margin-bottom: 15px;
	}
	.news-panel .tit span {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.news-panel .tit .fh {
		font-size: 14px;
	}
	.list-5 {
		margin-top: -10px;
	}
	.list-5 li {
		width: 100%;
	}
	.list-5 li a {
		padding-bottom: 10px;
		margin-top: 10px;
		font-size: 12px;
	}
	.case-title p span {
		margin: 0 5px;
	}
	.pc-slide, .yunu-showcase-info {
		float: none;
		width: auto;
	}
	.yunu-showcase-info {
		margin-top: 20px;
	}
	.yunu-showcase-info h1 {
		font-size: 20px;
		line-height: 1.8;
	}
	.yunu-showcase-info p {
		height: auto;
	}
	.case-bb {
		margin-bottom: 10px;
	}
	.case-bb span {
		font-size: 18px;
	}
	.abcc {
		margin-top: -50px;
		padding-top: 80px;
	}
	.list-7 {
		margin: -10px 0 0 -10px;
	}
	.list-7 li {
		width: 50%;
	}
	.list-7 li a {
		margin: 10px 0 0 10px;
		padding: 10px;
	}
	.list-7 li .img-center {
		height: 150px;
		line-height: 150px;
	}
	.list-7 li .text {
		margin-top: 10px;
		font-size: 14px;
	}
	.list-7 li .img-center:after, .list-7 li .img-center:before {
		width: 30px;
		height: 30px;
		margin: -15px 0 0 -15px;
	}
	.position {
		font-size: 12px;
		display: none;
	}
}



.list-form li a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.list-form li {

	position: relative;
	padding-right: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.list-form li h4 {
	margin: 0;
	font-weight: normal;
	font-size: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 23px;
}
.list-form li .text p {
	line-height: 2;
	height: 52px;
	overflow: hidden;
	margin: 10px 0 0;
	color: #999;
}
.list-form li .date {
	position: absolute;
	right: 30px;
	top: 0;
}
.list-form li .date span {
	display: block;
	font-family: Impact;
	color: #ccc;
	font-size: 22px;
	margin-bottom: 20px;
}
.list-form li .date i {
	border-left: 1px solid #e5e5e5;
	text-align: right;
	line-height: 20px;
	font-size: 0;
	display: block;
}
.list-form li .date i:before {
	content: '→';
	color: #999;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 20px;
	display: block;
	text-align: center;
}
.list-form li a:hover {
	padding-left: 30px;
}
.list-form li a:hover .text {
	padding-right: 150px;
}
.list-form li a:hover .date i:before {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}