

/*# sourceMappingURL=style.css.map */
body{
	width: 100%;
	background: #fff;
}
.w1695{
	width: 88%;
	margin: 0 auto;
}
.w1142{
	width: 1142px;
	margin:0 auto;
}
.f6{
	width: 100%;
	background: #f6f6f6;
}
/*header*/
.header-pc{
	width: 100%;
	display: block;
}
.header-pc h1{
	float: left;
	margin: 16px 0;
}
.header-pc h1 a{
	display: block;
}
.header-pc .nav{
	float: right;
}
.header-pc .nav ul li{
	float: left;
	width: 105px;
	text-align: center;
}
.header-pc .nav ul li a{
	display: block;
	width: 100%;
	line-height: 78px;
	color: #555;
	font-size: 14px;
}
.header-pc .nav ul li a:hover{
	background: #486db3;
	color: #fff;
}

.header-pc .search{
	width: 126px;
    height: 38px;
    background: #e6e6e6;
    border-radius: 19px;
    padding-left: 19px;
    padding-right: 19px;
    position: relative;
    float: right;
    margin-left: 40px;
    margin-top: 20px;
}
.header-pc .search form input { 
	width: 110px; 
    line-height: 38px;
    border: none;
    background: none;
    color: #666;
    font-size: 14px;
}
.header-pc .search form .btn {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/sear.png) no-repeat center;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    border: none;
    outline: none;
    z-index: 436456;
    padding: 0;
    cursor: pointer;
}

/*header-m*/
.m-header {
    width:100%;
    /*background: #fff;*/
    position: relative;
    z-index: 111;
    margin: 0 auto;
    display: none;
}
.m-header .logo {
    /*width: 28%;*/
    margin:20px 0;
    display: inline-block;
    float: left;
    margin-left: 0.3rem;
}
.m-header .logo a {
    display: block;
    width: 100%;
    position: relative;
}
.m-header .logo a img{
	width: 100%;
	display: block;
}
.m-header .i-nav {
    width: 42px;
    height: 31px;
    /*padding: 4px 0;*/
    margin: 31px 0;
    float: right;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.m-header .i-nav .line {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background: #666;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.m-header .i-nav .line.line1.cur {
    -webkit-transform: rotateZ(43deg);
    transform: rotateZ(43deg);
}
.m-header .i-nav .line.line1 {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.m-header .i-nav .line.line2.cur{
	opacity: 0;
}
.m-header .i-nav .line.line3{
	background: #486db3;
}
.m-header .i-nav .line.line3.cur {
    -webkit-transform: rotateZ(-43deg);
    transform: rotateZ(-43deg);
}
.m-header .i-nav .line.line3 {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.m-header .i-nav .line.line1 {
    top: 0;
}
.m-header .i-nav .line.line2 {
    top: 13px;
}
.m-header .i-nav .line.line3 {
    top: 26px;
}
.m-header .i-nav .line:last-child {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.nav-hide {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 2;
    display: none;
}
.nav-hide .nav-list ul{
	width: 100%;
	margin: 0 auto;
}
.nav-hide .nav-list li {
    width: 100%;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.nav-hide .nav-list li a.fir {
    display: block;
    width: 92%;
    padding: 0 4%;
    font-size: 20px;
    color: #333;
    line-height: 60px;
    text-align: left;
}
.nav-hide .nav-list li a.fir span{
	display: inline-block;
	width:0.3rem;
	height:0.3rem;
	background: url(../img/jia.png) no-repeat center center;
	float: right;
	padding: 0.35rem 0;
	background-size: 0.3rem 0.3rem;
}
.nav-hide .nav-list li.cur a.fir span{
	background: url(../img/jian.png) no-repeat center center;
	background-size: 0.3rem 0.3rem;
}
.nav-hide .nav-list li .second {
	width:92%;
    overflow: hidden;
    padding: 10px 4%;
    width: 100%;
    display: none;
    background: #f2f2f2;
}
.nav-hide .nav-list li .second a {
    font-size:20px;
    color: #333;
    line-height:50px;
    display: block;
}
/*banner*/
.banner-out{
	width: 100%;
}
.banner-out .banner{
	width: 100%;
}
.banner-out .banner .bd li{
	width: 100%;
}
.banner-out .banner .bd li a{
	display: block;
}
.banner-out .banner .bd li img{
	width: 100%;
}


.n-banner{
	width: 100%;
}
.n-banner img{
	width: 100%;
	/*position: relative;*/
}
/*wel-top*/
.wel-top{
	width: 100%;
	padding-top: 38px;
}
.wel-top .intro-par{
	width: 28%;
	height: 200px;
	background: #4c71b6;
}
.wel-top .intro-par a{
	display: block;
	padding: 30px 8%;
}
.wel-top .intro-par p.cn{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.wel-top .intro-par p.en{
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	opacity: 0.6;
}
.wel-top .intro-par span.jia{
	display: block;
	width: 54px;
	height: 37px;
	margin-top: 22px;
	background: url(../img/jia.png) no-repeat center center;
	transition:all 0.5s ease;
}
.wel-top .intro-par:hover span.jia{
	background: url(../img/jia1.png) no-repeat center center;
	transition:all 0.5s ease;
}

.wel-top .news-par{
	width: 40%;
	margin-left: 2%;
}
.wel-top .news-par .ti{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.wel-top .news-par .ti h3{
	font-size: 16px;
	color: #333;
	line-height: 45px;
	float: left;
}
.wel-top .news-par .ti h3 span{
	font-size: 14px;
	color: #999;
}
.wel-top .news-par .ti .tab-nav{
	float: right;
}
.wel-top .news-par .ti .tab-nav li{
	font-size: 13px;
	color: #666;
	line-height: 45px;
	float: left;
	width: 85px;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	cursor: pointer;
}
.wel-top .news-par .ti .tab-nav li:hover{
	background: #486db3;
	color: #fff;
}.wel-top .news-par .ti .tab-nav li.cur{
	background: #486db3;
	color: #fff;
}
.wel-top .news-par .tab-list li{
	border-bottom: 1px dashed #ccc;
}
.wel-top .news-par .tab-list li a{
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 28px;
	padding-top: 6px;
}
.wel-top .swi-par{
	width: 28%;
	margin-left: 2%;
	position: relative;
}
.wel-top .swi-par li{
	position: relative;
}
.wel-top .swi-par li a{
	display: block;
	width: 100%;
	height: 100%;
}
.wel-top .swi-par li img{
	width: 100%;
}
.wel-top .swi-par li .exp{
	width: 80%;
	padding: 0 10%;
	background: url(../img/sha.png) repeat;
	position: absolute;
	bottom: 0;
	height: 42px;
	overflow: hidden;
}
.wel-top .swi-par li .exp p{
	font-size: 13px;
	color: #fff;
	line-height: 42px;
}
.wel-top .swi-par .flex-control-nav{
	display: inline-block;
	position: absolute;
	width: auto!important;
	bottom: 0;
	right: 8%;
}
.wel-top .swi-par .flex-control-paging li{
	margin: 0 3px;
}
.wel-top .swi-par .flex-control-paging li a{
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	border:1px solid #fff;
	background: none;
}
.wel-top .swi-par .flex-control-paging li a.flex-active{
	background: #fff;
}
/*wel-bot*/
.wel-bot{
	width: 100%;
	margin-top: 48px;
	background: #f5f5f5;
}
.wel-bot .left-img{
	display: block;
	width: 40%; 
}
.wel-bot .left-img img{
	width: 100%;
	height: 100%;
}
.wel-bot .cylist{
	width: 60%;
} 
.wel-bot .cylist li{
	width: 33.33%;
	height: 100%;
	float: left;
}
.wel-bot .cylist li.li1{
	background: #30c7ae;
}
.wel-bot .cylist li.li2{
	background: #ffce4c;
}
.wel-bot .cylist li.li3{
	background: #fc7266;
}
.wel-bot .cylist li a{
	display: block;
	padding: 30px 10%;
}
.wel-bot .cylist li p.cn{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}
.wel-bot .cylist li p.en{
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	opacity: 0.6;
}
.wel-bot .cylist li span.jia{
	display: block;
	width: 54px;
	height: 37px;
	margin-top: 22px;
	background: url(../img/jia.png) no-repeat center center;
	transition:all 0.5s ease;
}
.wel-bot .cylist li.li1:hover span.jia{
	background: url(../img/jia2.png) no-repeat center center;
	transition:all 0.5s ease;
}
.wel-bot .cylist li.li2:hover span.jia{
	background: url(../img/jia3.png) no-repeat center center;
	transition:all 0.5s ease;
}
.wel-bot .cylist li.li3:hover span.jia{
	background: url(../img/jia4.png) no-repeat center center;
	transition:all 0.5s ease;
}

.sec-nav{
	width: 100%;
	padding-top: 40px;
	height: 40px;
}
.sec-nav .w1142{
	border-bottom: 1px solid #ececec;
}
.sec-nav .crumbs {
    float: left;
    padding-left: 13px;
    height: 100%;
    background: url(../img/crumbs_icon.png) no-repeat 0 center;
}
.sec-nav .crumbs a{
	font-size: 12px;
	color: #888;
	line-height: 40px;
	float: left;
	padding: 0 5px;
}

.sec-nav .columns {
    float: right;
}
.sec-nav .columns a{
	font-size: 12px;
	color: #888;
	line-height: 40px;
	float: left;
	padding: 0 12px;
	position: relative;
}
.sec-nav .columns a span {
    position: absolute;
    display: block;
    left: 0;
    bottom: -1.5px;
    width: 0;
    height: 3px;
    background-color: #486db3;
    border-radius: 4px;
    -webkit-transition: width 300ms;
    transition: width 300ms;
}
.sec-nav .columns a:hover span{
	width: 100%;
}
.sec-nav .columns a.on span{
	width: 100%;
}
/*about*/
.about{
	width: 100%;
}
.about .aboutl{
	width: 70%;
	padding-right: 2%;
	padding-top: 40px;
	padding-bottom: 60px;
	border-right: 1px solid #ececec;
}
.about .aboutr{
	width: 26%;
	padding-top: 40px;
}
.about .enterl{
	width: 100%;
}
.about .enterl h3{
	font-size: 26px;
	color: #333;
	line-height: 35px;
}
.about .enterl h3 span{
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
	padding-left: 12px;
}
.about .enterl .detail p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.about .enterl .t-img{
	width: 100%;
	padding-top: 20px;
}
.about .enterl .t-img img{
	width: 100%;
}
.about .enterl .cul-list{
	padding-top: 28px;
}
.about .enterl .cul-list h5{
	font-size: 20px;
	color: #333;
	line-height: 30px;
	padding-bottom: 20px;
}
.about .enterl .cul-list ul li{
	margin-bottom: 20px;
}
.about .enterl .cul-list ul li .pic{
	margin: 2px 12px 2px 0;
}
.about .enterl .cul-list ul li .text p.p1{
	font-size: 15px;
	color: #333;
	line-height: 23px;
	font-weight: bold;
}
.about .enterl .cul-list ul li .text p.p2{
	font-size: 14px;
	color: #666;
	line-height: 22px;
}

.click-more{
	width: 100%;
	height: 62px;
	background: #ececec url(../img/yan.png) no-repeat center center;
	margin-top: 30px;
	transition:all 0.5s ease;
}
.click-more:hover{
	background: #486db3 url(../img/yan1.png) no-repeat center center;
	transition:all 0.5s ease;
}
.about .enterr{
	width: 100%;
}
.about .target-box{
	width: 100%;
	margin-bottom: 12px;
	position: relative;
}
.about .target-box img{
	width: 100%;
}
.about .target-box .text{
	position: absolute;
	left: 0;top:0;
	width: 84%;
	padding: 35px 8% 0;
}
.about .target-box .text p.cn{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}
.about .target-box .text p.en{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
}
.about .target-box .text .detail{
	padding-top: 10px;
}
.about .target-box .text .detail p{
	font-size: 14px;
	color: #fff;
	line-height: 20px;
}
.about .event-box{
	width: 100%;
	position: relative;
}
.about .event-box img{
	width: 100%;
}
.about .event-box .text{
	position: absolute;
	left: 0;top:0;
	width: 84%;
	padding: 35px 8% 0;
}
.about .event-box .text p.cn{
	font-size: 32px;
	color: #fff;
	line-height: 40px;
}
.about .event-box .text p.en{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
}

.about .news-box{
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.about .news-box img{
	width: 100%;
}
.about .news-box .text{
	position: absolute;
	left: 0;top:0;
	width: 84%;
	padding: 35px 8% 0;
}
.about .news-box .text p.cn{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}
.about .news-box .text p.en{
	font-size: 15px;
	color: #fff;
	line-height: 20px;
	text-transform: uppercase;
}
/*news*/
.about .newsl{
	width: 100%;
}
.about .newsl .newsl-to{
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec;
}
.about .newsl .newsl-to a{
	display: block;
}
.about .newsl .newsl-to .text{
	width: 50%;
	padding-right: 2%
}
.about .newsl .newsl-to .text span{
	display: block;
	font-size: 20px;
	color: #6d8ac4;
	line-height: 30px;
	padding-bottom: 12px;
}
.about .newsl .newsl-to .text h1{
	font-size: 18px;
	color: #474545;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-weight: bold;
}
.about .newsl .newsl-to .text .detail{
	height: 80px;
	overflow: hidden;
}
.about .newsl .newsl-to .text .detail p{
	font-size: 12px;
	color: #666;
	line-height: 20px;
}
.about .newsl .newsl-to .text .click-more{
	margin-top: 10px;
}
.about .newsl .newsl-to .pic{
	width: 48%;
}
.about .newsl .newsl-to .pic img{
	width: 100%;
}
.about .newsl .newsl-list{
	width: 100%;
}
.about .newsl .newsl-list li{
	padding: 25px 0;
	border-top: 1px solid #ececec;
}
.about .newsl .newsl-list li a{
	display: block;
}
.about .newsl .newsl-list li .date{
	width: 8%;
	padding: 10px 2%;
	background: #ececec;
	float: left;
}
.about .newsl .newsl-list li .date .day{
	font-size: 40px;
	color: #486db3;
	line-height: 40px;
}
.about .newsl .newsl-list li .date p{
	font-size: 14px;
	color: #333;
	line-height: 16px;
}
.about .newsl .newsl-list li .summary{
	width: 86%;
	float: right;
}
.about .newsl .newsl-list li .summary h3{
	font-size: 18px;
	color: #474545;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}
.about .newsl .newsl-list li .summary p{
	font-size: 12px;
	color: #666;
	line-height: 24px;
}
.about .introl{
	width: 100%;
}
.about .introl p{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.about .introl .t-img{
	width: 100%;
}
.about .introl .t-img img{
	width: 100%;
}
.intro-text{
	width: 100%;
	padding-top: 25px;
	padding-bottom: 100px;
	float: left;
	border-top: 1px solid #eee;
}
.intro-text p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

/*sale*/
/*.f6{
	width: 100%;
	background: #f6f6f6;
}*/
.sale{
	width: 100%;
	padding-bottom: 80px;
}
.sale .sale-tab{
	padding: 20px 0;
}
.sale .sale-tab a{
	display: block;
	width: 88px;
	height: 30px;
	border-radius: 15px;
	border:1px solid #cdcdcd;
	font-size: 12px;
	color: #999;
	line-height: 30px;
	text-align: center;
	margin-right: 12px;
	float: left;
}
.sale .sale-tab a.cur{
	background: #486db3;
	color: #fff;
}
.sale .sale-tab a:hover{
	background: #486db3;
	color: #fff;
}
.sale .sale-list{
	width: 100%;
}
.sale .sale-list ul li{
	width: 100%;
	background: #fff;
	margin-bottom: 22px;
}
.sale .sale-list ul li a{
	display: block;
}
.sale .sale-list ul li .pic{
	width: 42%;
	float: left;
}
.sale .sale-list ul li .pic img{
	width: 100%;
}
.sale .sale-list ul li .text{
	width: 58%;
	float: right;
}
.sale .sale-list ul li .text-in{
	width: 84%;
	padding: 40px 8%;
}
.sale .sale-list ul li .text .ti{
	padding-bottom: 20px;
	border-bottom: 1px solid #dbdbdb;
}
.sale .sale-list ul li .text .ti h3{
	font-size: 20px;
	color: #333;
	line-height: 35px;
}
.sale .sale-list ul li .text .ti h3 span{
	font-size: 16px;
	color: #999;
	padding-left: 15px;
}
.sale .sale-list ul li .text .detail{
	margin-top: 20px;
	height: 150px;
	overflow: auto;
}
.sale .sale-list ul li .text .detail p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.sale .sale-list ul li:hover{
	background: #486db3;
}
.sale .sale-list ul li:hover .text .ti{
	border-bottom: 1px solid #cedcf7;
}
.sale .sale-list ul li:hover .text h3{
	color: #fff;
}
.sale .sale-list ul li:hover .text h3 span{
	color: #cedcf7;
}
.sale .sale-list ul li:hover .text .detail p{
	color: #cedcf7;
}
.show-more{
	width: 100%;
	line-height: 45px;
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #ddd;
}
.show-more:hover{
	background: #486db3;
	color: #fff;
	transition:all 0.5s ease;
}
.sale .deliver-list{
	width: 100%;
}
.sale .deliver-list li{
	width: 23%;
	float: left;
	margin-right: 2.666%;
	margin-bottom: 22px;
	background: #fff;
	box-shadow: 0 0 5px #eee;
}
.sale .deliver-list li:nth-child(4n){
	margin-right: 0;
}
.sale .deliver-list li a{
	display: block;
}
.sale .deliver-list li .pic{
	width: 100%;
}
.sale .deliver-list li .pic img{
	width: 100%;
}
.sale .deliver-list li .text{
	width: 100%;
} 
.sale .deliver-list li .text-in{
	width: 80%;
	padding: 20px 10% 40px;
}
.sale .deliver-list li .text-in h3{
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}
.sale .deliver-list li .text-in .detail{
	height: 44px;
}
.sale .deliver-list li .text-in .detail p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.sale .deliver-list li:hover{
	background: #486db3;
}
.sale .deliver-list li:hover .text-in h3{
	color: #fff;
}
.sale .deliver-list li:hover .text-in .detail p{
	color: #fff;
}

/*show*/
.about .showl{
	width: 100%;
}
.about .showl .show-ti{
	border-bottom: 1px solid #ececec;
}
.about .showl .show-con{
	padding-top: 20px;
}
.about .showl h3{
	font-size: 26px;
	color: #333;
	line-height: 35px;
}
.about .showl span.ti{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	display: block;
	padding-bottom: 25px;
}
.about .showl span.date{
	font-size: 12px;
    color: #746969;
	line-height: 25px;
	display: block;
	padding-bottom: 25px;
}
.about .showl p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
}
.about .showl .t-img{
	width: 100%;
	padding-top: 30px;
}
.about .showl .t-img img{
	width: 100%;	
}
.about .showl .pic{
	width: 100%;
	position: relative;
}
.about .showl .pic .bd{
	width: 100%;
}
.about .showl .pic .bd img{
	width: 100%;
}
.about .showl .pic a.prev{
	width: 30px;
	height: 50px;
	background: url(../img/pre5.png) no-repeat center center;
	position: absolute;
	top:0;bottom: 0;
	left: 0;
	margin: auto;
	z-index: 5;
}
.about .showl .pic a.next{
	width: 30px;
	height: 50px;
	background: url(../img/next5.png) no-repeat center center;
	position: absolute;
	top:0;bottom: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}
.about .showr{
	width: 100%;
}
.about .showr .show-box{
	width: 100%;
	background: #31c7ae;
}
.about .showr .show-box-in{
	width: 84%;
	padding: 15px 8% 0;
}
.about .showr .show-box li{
	padding-left: 30px;
	padding-bottom: 18px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-position: left 20px;
	border-bottom: 1px solid #63d5c2;
}
.about .showr .show-box li p.p1{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}
.about .showr .show-box li p.p2{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
}
/*business*/
.about .businl{
	width: 100%;
}
.about .businl h3{
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.businl .busin-tab{
	width: 100%;
	margin-top: 15px;
}
.businl .busin-tab ul li{
	width: 23%;
	float: left;
	padding: 15px 0;
	margin-right: 1.666%;
	background: #eeeeee;
	text-align: center;
}
.businl .busin-tab ul li span{
	display: block;
	width: 35px;
	height: 50px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.businl .busin-tab ul li p{
	font-size: 16px;
	color: #999;
	line-height: 20px;
}
.businl .busin-tab ul li.li1 span{
	background: url(../img/bus1.png) no-repeat center center;
}
.businl .busin-tab ul li.li2 span{
	background: url(../img/bus2.png) no-repeat center center;
}
.businl .busin-tab ul li.li3 span{
	background: url(../img/bus3.png) no-repeat center center;
}
.businl .busin-tab ul li.li4 span{
	background: url(../img/bus4.png) no-repeat center center;
}


.businl .busin-tab ul li:hover{
	background: #486db3;
}
.businl .busin-tab ul li:hover p{
	color: #fff;
}
.businl .busin-tab ul li.cur{
	background: #486db3;
}
.businl .busin-tab ul li.cur p{
	color: #fff;
}
.businl .busin-tab ul .li1:hover span{
	background: url(../img/bus11.png) no-repeat center center;
}
.businl .busin-tab ul .li2:hover span{
	background: url(../img/bus22.png) no-repeat center center;
}
.businl .busin-tab ul .li3:hover span{
	background: url(../img/bus33.png) no-repeat center center;
}
.businl .busin-tab ul .li4:hover span{
	background: url(../img/bus44.png) no-repeat center center;
}


.businl .busin-tab ul .li1.cur span{
	background: url(../img/bus11.png) no-repeat center center;
}
.businl .busin-tab ul .li2.cur span{
	background: url(../img/bus22.png) no-repeat center center;
}
.businl .busin-tab ul .li3.cur span{
	background: url(../img/bus33.png) no-repeat center center;
}
.businl .busin-tab ul .li4.cur span{
	background: url(../img/bus44.png) no-repeat center center;
}


.businl .busin-con{
	width: 100%;
}
.businl .busin-con .t-img{
	padding-top: 20px;
	width: 100%;
}
.businl .busin-con .t-img img{
	width: 100%;
}
.businl .busin-con .text{
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #eee;
}
.businl .busin-con .text h5{
	font-size: 20px;
	color: #333;
	line-height: 35px;
	padding-bottom: 5px;
}
.businl .busin-con .text p{
	font-size: 15px;
	color: #6d6d6d;
	line-height: 25px;
}
.businl .busin-con .fea{
	width: 100%;
	padding: 25px 0;
}
.businl .busin-con .fea .p p{
	font-size: 15px;
	color: #6d6d6d;
	line-height: 25px;
}
.businl .busin-con .fea ul{
	padding-top: 20px;
}
.businl .busin-con .fea ul li{
	width: 100%;
	padding-left:60px; 
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
}
.businl .busin-con .fea ul li p{
	font-size: 15px;
	color: #6d6d6d;
	line-height: 25px;
	padding: 7px 0;
}
.businl .busin-con .mall{
	width: 100%;
}
.businl .busin-con .mall .mall-box{
	width: 49%;
	float: left;
}
.businl .busin-con .mall .mall-box a{
	display: block;
}
.businl .busin-con .mall .mall-box1{
	background: #ffcb43;
	margin-right: 2%;
}
.businl .busin-con .mall .mall-box2{
	background: #fc7265;
}
.businl .busin-con .mall .mall-box-in{
	width: 84%;
	padding: 22px 8%;
}
.businl .busin-con .mall .mall-box p.p1{
	font-size: 15px;
	color: #fff;
	line-height: 25px;
}
.businl .busin-con .mall .mall-box p.p2{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}
.businl .busin-con .mall .mall-box span.jia{
	display: block;
    width: 54px;
    height: 37px;
    margin-top: 22px;
    background: url(../img/jia.png) no-repeat center center;
    transition: all 0.5s ease;
}
.businl .busin-con .mall .mall-box1:hover span.jia{
	background: url(../img/jia3.png) no-repeat center center;
}
.businl .busin-con .mall .mall-box2:hover span.jia{
	background: url(../img/jia4.png) no-repeat center center;
}
.about .businr {
    width: 100%;
}


/*property*/
.about .propel{
	width: 100%;
}
.about .propel h3{
	font-size: 18px;
	color: #666;
	line-height: 35px;
}
.about .propel{
	width: 100%;
}
.about .propel .t-img{
	padding-top: 20px;
	width: 100%;
}
.about .propel .t-img img{
	width: 100%;
}
.about .propel .text{
	width: 100%;
	padding: 25px 0;
}
.about .propel .text h5{
	font-size: 20px;
	color: #333;
	line-height: 35px;
	padding-bottom: 5px;
}
.about .propel .text p{
	font-size: 15px;
	color: #6d6d6d;
	line-height: 25px;
}
.about .propel .fea{
	width: 100%;
	padding: 25px 0;
}
.about .propel .fea h5{
	font-size: 20px;
	color: #333;
	line-height: 35px;
	padding-bottom: 5px;
}
.about .propel .fea li{
	padding-left: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 14px 0;
}
.about .propel .fea li span.ti{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.about .propel .fea li p{
	font-size: 14px;
	color: #6d6d6d;
	line-height: 25px;
}
.about .propel .xq{
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #f2f2f2;
}
.about .propel .xq .xq-box{
	width: 50%;
	/*padding: 0 5%;*/
	float: left;
}
.about .propel .xq .xq-box .num span{
	font-size: 60px;
	color: #008cd6;
	line-height: 60px;
	float: left;
}
.about .propel .xq .xq-box .num p{
	font-size: 14px;
	color: #666;
	line-height: 25px;
	float: left;
	padding:5px 0 5px 15px;
}
.about .propel .xq .xq-box .pic{
	padding-right: 20px;
}
.about .propel .case{
	width: 100%;
	padding: 25px 0 20px;
}
.about .propel .case h5{
	font-size: 20px;
	color: #333;
	line-height: 35px;
}
.about .propel .case .case-list{
	width: 100%;
	position: relative;
}
.about .propel .case-list .flex-viewport li{
	width: 31.8%;
	margin-right: 2%;
	padding: 0.1%;
	background: #fff;
	/*box-shadow: 0 0 5px #eee;*/
	float: left;
}
.about .propel .case-list .flex-viewport li .li-in{
	width: 100%;
	position: relative;
}
.about .propel .case-list .flex-viewport li img{
	width: 100%;
}
.about .propel .case-list .flex-viewport li .exp{
	width: 90%;
	padding: 0 5%;
	background: url(../img/sha1.png) repeat;
	position: absolute;
	bottom: 0;
}
.about .propel .case-list .flex-viewport li .exp p{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}


.case-list .flex-direction-nav .flex-prev {
   width:27px;
    height:27px;
    color: none;
    background:#ccc url(../img/pre.png);
    display: block;
    background-size: 100%;
    position: absolute;
    left: auto;
    right: 35px;
    top: -30px;
    transition: all 1s ease;
    opacity: 1;
}
.case-list .flex-direction-nav .flex-next {
    width:27px;
    height:27px;
    color: none;
    background:#ccc url(../img/next.png);
    background-size: 100%;
    display: block;
    position: absolute;
    right: 0px;
    top: -30px;
    transition: all 1s ease;
    opacity: 1;
}
.flex-direction-nav a:before{
	opacity: 0;
}
.case-list .flex-control-nav{
	display: none;
}

.about .proper{
	width: 100%;
}
/*tender*/
.about .tenderr{
	width: 100%;
}
.about .tenderr .tender-box{
	width: 100%;
}
.about .tenderr .tender-box img{
	width: 100%;
}
.about .tenderl{
	width: 100%;
}
.tenderl .tender-to{
	width: 100%;
	background: #486db3;
	margin-bottom: 20px;
}
.tenderl .tender-to .tender-toin{
	width: 84%;
	padding: 15px 8% 25px;
}
.tenderl .tender-to h5{
	font-size: 16px;
	color: #fff;
	line-height: 38px;
}
.tenderl .tender-to .name{
	padding-bottom: 10px;
}
.tenderl .tender-to .name input{
	width: 100%;
	line-height: 30px;
	background: #fff;
	border:none;
	height: 30px;
}
.tenderl .tender-to .date .date-par{
	width: 38%;
	margin-right: 2%;
	color: #fff;
	font-size: 13px;
	line-height: 30px;
}
.tenderl .tender-to .date input[type="text"].w45{
	width: 45%;
	background: #fff url(../img/xl.png) no-repeat right 5% center;
	color:#333;
}
.tenderl .tender-to .date input[type="text"].w100{
	width: 95%;
	padding-left: 5%;
	color: #333;
}
.tenderl .tender-to .date input[type="text"]{	
	line-height: 30px;
	padding-right: 0;
	border:none;
	height: 27px;
	color: #333;
}
.tenderl .tender-to .date .sub{
	width: 20%;
}
.tenderl .tender-to .date input[type="submit"]{
	width: 100%;
	line-height: 30px;
	background: #4ead48;
	color: #fff;
	border:none;
	height: 30px;
	font-size: 14px;
	color: #fff;
}
.tenderl .tender-bo table{
	width: 100%;
}
.tenderl .tender-bo table tr{
	border-bottom: 1px dashed #ccc;
}
.tenderl .tender-bo table tr.tr1{
	padding-bottom: 20px;
}
.tenderl .tender-bo table th{
	font-size: 14px;
	color: #666;
	line-height: 45px;
	background: #f2f2f2;
	border-right: 4px solid #fff;
}
.tenderl .tender-bo table td{
	font-size: 14px;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.tenderl .tender-bo table td.tel{
	padding-left: 15px;
	text-align: left;
}
.tenderl .tender-bo table td a{
	display: inline-block;
	width: 62px;
	height: 22px;
	color: #fff;
	background:#666;
	line-height: 22px;
	border-radius: 3px;
}
.tenderl .tender-bo table tr:hover td{
	color: #486db3;
}
.tenderl .tender-bo table tr:hover td a{
	background: #486db3;
}

.tenderl .tender-info{
	width: 100%;
}
.tenderl .tender-info table{
	width: 100%;
}
.tenderl .tender-info table tr{
	border-bottom: 1px solid #f2f2f2;
}
.tenderl .tender-info table td{
	font-size: 14px;
	line-height: 50px;
}
.tenderl .tender-info table td.f2c{
	color: #2c2c2c;
}
.tenderl .tender-info table td.f45{
	color: #454545;
}
.tenderl .tender-info table td.red{
	color: #d6082e;
}
.tenderl .tender-info table td.blue{
	color: #486db3;
}
.tenderl .tender-info table td.blue a{
	color: #486db3;
}
.tenderl .tender-info table td a.bm{
	display: block;
	width: 126px;
	height: 36px;
	background: #486db3;
	text-align: center;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	border:none;
}


/*join*/
.about .joinr{
	width: 100%;
}
.about .joinr .join-box{
	width: 100%;
	background: #577dc8;
}
.about .joinr .join-box-in{
	width: 84%;
	padding: 30px 8% 20px;
}
.about .joinr .join-box-in h5{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}
.about .joinr .join-box-in h5 span{
	font-size: 20px;
	color: #d6e0f3;
	padding-left: 10px;
	font-family: "arial";
}
.about .joinr .join-box li{
	padding-left: 30px;
	padding-bottom: 18px;
	padding-top: 18px;
	background-repeat: no-repeat;
	background-position: left 20px;
}
.about .joinr .join-box li p.p1{
	font-size: 16px;
	color: #d6e0f3;
	line-height: 25px;
}
.about .joinr .join-box li p.p2{
	font-size: 14px;
	color: #d6e0f3;
	line-height: 25px;
}

.about .joinl{
	width: 100%;
}
.joinl .join-table table{
	width: 100%;
}
.joinl .join-table table tr{
	border-bottom: 1px dashed #ccc;
}
.joinl .join-table table tr.tr1{
	padding-bottom: 20px;
}
.joinl .join-table table th{
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	background: #486db3;
	border-right: 4px solid #fff;
}
.joinl .join-table table td{
	font-size: 14px;
	line-height: 50px;
	color: #666;
	text-align: center;
}
.joinl .join-table table td.tel{
	padding-left: 15px;
	text-align: left;
}
.joinl .join-table table td a{
	display: inline-block;
	width: 62px;
	height: 22px;
	color: #fff;
	background:#666;
	line-height: 22px;
	border-radius: 3px;
}
.joinl .join-table table tr:hover td{
	color: #486db3;
}
.joinl .join-table table tr:hover td a{
	background: #486db3;
}

/*event*/
.event{
	width: 100%;
	padding-top: 115px;
	padding-bottom: 75px;
	background: url(../img/bg_event.jpg) no-repeat center center;
}
.event-list{
	width: 100%;
	position: relative;
}
.event-list .w1142{
	position: relative;
}
.event-list span.line{
	width: 100%;
	height: 3px;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
	position: absolute;
	top:156px;
}
.event-list .s-box{
	padding-left: 20px;
	width: 210px;
	height: 315px;
	background: url(../img/br.png) no-repeat left top;
	float: left;
	margin-left: -52px;
}
.event-list .s-box1{
	margin-left: 0px;
}
.event-list .s-box p{
	line-height: 20px;
	margin-bottom: 30px;
	color: #666;
	font-size: 14px;
}
.event-list .s-box span.time{
	font-size: 34px;
	color: #333;
	line-height: 50px;
}
.event-list .s-box .t-box{
	padding: 30px 0;
	height: 96px;
	width: 230px;
}
.event-list .s-box .z-box{
	padding: 30px 0;
	height: 96px;
	width: 230px;
}
.event-list .x-box{
	padding-left: 20px;
	width: 210px;
	height: 315px;
	background: url(../img/br1.png) no-repeat left bottom;
	float: left;
	margin-left: -52px;
}
.event-list .x-box p{
	line-height: 20px;
	color: #666;
	font-size: 14px;
	margin-bottom: 30px;
}
.event-list .x-box span.time{
	font-size: 34px;
	color: #333;
	line-height: 50px;
}
.event-list .x-box .t-box{
	padding: 30px 0;
	height: 96px;
	width: 230px;
}
.event-list .x-box .z-box{
	padding: 30px 0;
	height: 96px;
	width: 230px;
}

.event-list .arrow-left {
	display: block;
	width: 43px;
	height: 61px;
    background: url(../img/left.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
    z-index: 999;
}
.event-list .arrow-left:hover{
	 background: url(../img/left1.png) no-repeat left top;
}
.event-list .arrow-right {
	display: block;
	width: 43px;
	height: 61px;
    background: url(../img/right.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -30px;
    z-index: 999;
}
.event-list .arrow-right:hover{
	background: url(../img/right1.png) no-repeat left bottom;
}
/*footer*/
footer{
	width: 100%;
	padding-top: 50px;
	border-top: 1px solid #ececec;
}
footer .fl{
	width: 250px;
	padding: 20px 3%;
	background: #f2f2f2;
}
footer .fl a{
	font-size: 13px;
	color: #333;
	line-height: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
}
footer .fl a.con{
	padding-left: 25px;
	background: url(../img/conn.png) no-repeat left center;
	margin-right: 50px;
}
footer .fl a.wb{
	width: 25px;
	height: 25px;
	background: url(../img/wb.png) no-repeat center center;
}
footer .fl a.wx{
	width: 25px;
	height: 25px;
	background: url(../img/wx.png) no-repeat center center;
}
footer .fr{
	/*width: 35%;*/
	padding: 7px 0;
	background: #fff;
}
footer .fr .ewm{
	float: left;
	padding-right: 18px;
	border-right: 1px solid #f2f2f2;
}
footer .fr .detail{
	float: right;
	padding-left: 18px;
}
footer .fr .detail p{
	font-size: 12px;
	color: #888;
	line-height: 25px;
}
footer .fr .detail p a{
	font-size: 12px;
	color: #888;
	line-height: 25px;
}
.footer{
	display: none;
	width: 100%;
	background: #dfdfdf;
	padding: 30px 0;
	margin-top: 20px;
}
.footer p{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}
.footer a{
	font-size: 12px;
	color: #666;
	line-height: 22px;
}

.about .joininfo{
	width: 100%;
	margin: 20px auto;
}
.about .joininfo td{
	width: 33.33%;
	font-size: 14px;
    line-height: 30px;
    color: #666;
    float: left;
}
.about .joininfo td a.btn{
	display: block;
	width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #666;
}
.about .joininfo td a.btn:hover{
	background: #486db3;
}

.about .recr_table{
	width: 100%;
	margin: 20px auto;
	bordercolor:#fff;
}
/*.about .recr_table td {
	line-height: 50px;
	float: left;
}
.about .recr_table td.ww{
	width: 20%;
	text-align: center;
}
.about .recr_table td.wf{
	width: 28%;
	text-align: center;
}*/
.about .recr_table td b{
	font-size: 14px;
	color: #666;
}
.about .recr_table td.wf input[type="text"]{
	background: none;
	/*width: 90%;
	height: 30px;*/
	line-height: 30px;
	border:1px solid #e6e6e6;
}
.about .recr_table .yzm input{
	background: none;
	width: 110px;
	height: 30px;
	line-height: 30px;
	border:1px solid #e6e6e6;
}
.about .recr_table input[type="submit"]{
	display: block;
	width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #666;
    border:none;
}
.about .recr_table input[type="submit"]:hover{
	background: #486db3;
}
@media screen and (max-width: 1300px){
	.w1142{
		width: 92%;
	}
}

@media screen and (max-width: 1200px){
	.w1695{
		width: 100%;
	}
	
	.sale .sale-list ul li .text-in{
		padding: 20px 8%;
	}
	.sale .sale-list ul li .text .ti{
		padding-bottom: 8px;
	}
	.sale .sale-list ul li .text .detail{
		margin-top: 8px;
		height: 100px;
	}

	.about .propel .xq .xq-box .pic{
		padding-right: 10px;
	}
	.about .propel .xq .xq-box .num span{
		font-size:40px;
	}

	.sale .deliver-list li{
		width: 32%;
		float: left;
		margin-right: 2%;
	}
	.sale .deliver-list li:nth-child(4n){
		margin-right: 2%;
	}
	.sale .deliver-list li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 1100px){
	
}

@media screen and (max-width: 1000px){
	.header-pc{
		display: none;
	}
	.m-header{
		display: block;
	}
	.wel-top{
		background: #f5f5f5;
	}
	.wel-top .intro-par{
		width: 100%;
		height: auto;
	}
	.wel-top .intro-par a{
		padding: 20px 6%;
	}
	.wel-top .intro-par p.cn{
		float: left;
		line-height: 37px;
	}
	.wel-top .intro-par p.en{
		float: left;
		line-height: 37px;
		padding-left: 10px;
	}
	.wel-top .intro-par span.jia{
		float: right;
		margin-top:0;
	}
	.wel-top .intro-par p.cn {
	    font-size: 18px;
	    color: #fff;
	    line-height: 30px;
	}
	.wel-top .news-par{
		width: 94%;
		padding: 20px 3% 50px;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
		background: #fff;
	}
	.wel-top .news-par .tab-list li a{
		line-height: 45px;
		height: 45px;
		overflow: hidden;
	}

	.wel-top .swi-par{
		width: 100%;
		margin-left: 0;
	}
	.wel-top .swi-par li .exp{
		background: none;
	}
	.wel-top .swi-par li .exp p{
		font-size: 20px;
	}
	.wel-bot .left-img{
		display: none;
	}
	.wel-bot .cylist{
		width: 100%;
	}
	.wel-bot .cylist li{
		width: 100%;
	}
	.wel-bot {
	    padding-top: 20px;
	    margin-top: 0;
	}
	.wel-bot .cylist li a{
		padding: 20px 6%;
	}
	.wel-bot .cylist li p.cn{
		float: left;
		line-height: 37px;
	}
	.wel-bot .cylist li p.en{
		float: left;
		line-height: 37px;
		padding-left: 10px;
	}
	.wel-bot .cylist li span.jia{
		float: right;
		margin-top:0;
	}
	.about .target-box .text{
		padding-top: 15px;
	}
	.about .event-box .text{
		padding-top: 15px;
	}
	.about .news-box .text{
		padding-top: 15px;
	}

}
@media screen and (max-width:750px){
	.about .aboutl{
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.about .aboutr{
		width: 100%;
	}

	.about .enterl .cul-list ul li .pic{
		width: 9%;
		margin-right:0;
	}
	.about .enterl .cul-list ul li .pic img{
		width: 100%;
	}
	.about .enterl .cul-list ul li .text{
		width: 90%;
		float: right;
	}

	.about .target-box .text{
		padding-top: 35px;
	}
	.about .event-box .text{
		padding-top: 35px;
	}
	.about .news-box .text{
		padding-top: 35px;
	}
	.about .newsl .newsl-to .text {
	    width: 100%;
	    padding-right: 0;
	}
	.about .newsl .newsl-to .pic{
		width: 100%;
		margin-top: 15px;
	}
	.sale .sale-list ul li .pic{
		width: 100%;
	}
	.sale .sale-list ul li .text{
		width: 100%;
	}
	.sale .sale-list ul li .text .detail{
		height: auto;
	}

	footer{
		display: none;
	}
	.footer{
		display: block;
	}

	.sec-nav .crumbs{
		display: none;
	}
	.sec-nav .columns{
		float: left;
	}
	.event-list .arrow-left {
		display: none;
	}
	.event-list .arrow-right{
		display: none;
	}

	.sale .deliver-list li{
		width: 49%;
		float: left;
		margin-right: 2%;
	}
	.sale .deliver-list li:nth-child(4n){
		margin-right: 2%;
	}
	.sale .deliver-list li:nth-child(3n){
		margin-right: 2%;
	}
	.sale .deliver-list li:nth-child(2n){
		margin-right: 0;
	}

}
@media screen and (max-width:550px){
	.about .newsl .newsl-list li .date{
		width: 15%;
		padding: 10px 2%;
		background: #ececec;
		float: left;
	}
	.about .newsl .newsl-list li .summary{
		width: 80%;
		float: right;
	}
	.wel-top .news-par .ti .tab-nav{
		display: none;
	}
	.about .propel .xq .xq-box{
		width: 100%;
		margin-top: 15px;
	}
	.about .propel .xq{
		padding: 10px 0;
	}
	.about .propel .text{
		padding: 10px 0;
	}
	.about .aboutl{
		padding-bottom: 0;
	}
	.about .aboutr{
		padding-top: 15px;
	}

	.sale .deliver-list li{
		width: 100%;
		float: left;
	}
	.sale .deliver-list li:nth-child(4n){
		margin-right: 0;
	}
	.sale .deliver-list li:nth-child(3n){
		margin-right: 0;
	}

	.about .joininfo td{
		width: 100%;
	}
}


.nav ul li{
	position: relative;
}
.nav ul li .nav-hide {width: 105px; position: absolute; left: 50%; top: 78px; margin-left: -52.5px; background: #fff;  display: none; }
.nav ul li .nav-hide a { display: block; padding: 5px 0; line-height: 30px; text-align: center; font-size: 13px; color: #555555; border-bottom: 1px solid #d1d1d1;}
.nav ul li .nav-hide a:hover {background: #486db3; color: #fff;}


.featwo-x{
	width: 100%;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;

}
.featwo-x ul li{
	padding: 0;
}
.featwo-x ul li p {
    font-size: 15px;
    color: #6d6d6d;
    line-height: 25px;
    padding: 7px 0;
}
.featwo-x .p{
	font-size: 14px;
	line-height: 22px;
}