@import "common.css";
@font-face {
    font-family: fontFamilyEn;
    src: url('/skin/fonts/contax sans w01 35 thin.eot');
    src: url('/skin/fonts/contax sans w01 35 thin.eot') format('embedded-opentype'),
    url("/skin/fonts/contax sans w01 35 thin.ttf") format("truetype"),
    url("/skin/fonts/contax sans w01 35 thin.woff") format("woff"),
    url("Fonts/Contax Sans W01 35 Thin.otf") format("otf"),
    url("Fonts/Contax Sans W01 35 Thin.svg") format("svg");
    font-weight: normal;
}
body{
	background-image: url(/skin/images/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
} 
.flex{
	display: flex;
} 
.keep-flex{
	display: flex;
} 
.flex-col{
	flex-direction:column;
}   
.flex-wrap{
	flex-wrap:wrap;
}
.flex-x-right{
	justify-content:flex-end;
}
.flex-x-between{
	justify-content:space-between;
}
.flex-x-center{
	justify-content:center;
}
.flex-y-center{
	align-items:center;
}


.mobile-nav{
	display: none;
}
.html{
	width: 1200px;
	margin: 0 auto;
}
.wtop{
	height: 268px;
	/*background-image: url(/skin/images/top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 268px;*/
}
.wtop .logo{
	float: left;
	width: 760px;
	height: 268px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}
.wtop .logo-cn{
	float: left;
	width: 460px;
	height: 268px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/skin/images/logo-cn.png);
	display: none;
}
.wtop .right{
	float: right;
	width: 330px;
}

.wtop .right .search{
	margin-top: 70px;
}
.wtop .right .search .form .head{
	height: 40px;
}
.wtop .right .search .form .head ul li{
	float: left;
	width: 70px;
	text-align: center;
	color: #010103;
	position: relative;
	cursor: pointer;
}
.wtop .right .search .form .head ul li.selected:after{
	content: '';
	display: block;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -19px;
	margin-left: -10px;
}
.wtop .right .search .form dl{
	padding-right: 60px;
	background-color: #fff;
}
.wtop .right .search .form dl dd{
	float: right;
	margin-right: -60px;
	width: 60px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	background-color: #f4433b;
	background-image: url(/skin/images/search-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.wtop .right .search .form dl dt input{
	width: 99%;
	height: 45px;
	border: 0px;
	box-sizing: border-box;
	padding: 0 10px;
	outline: 0px;
	font-size: 16px;
}
.wtop .right .search .form dl dt input::-webkit-input-placeholder{
	color:#fab679;
}
.wtop .right .search .form dl dt input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#fab679;
}
.wtop .right .search .form dl dt input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#fab679;
}
.wtop .right .search .form dl dt input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#fab679;
}

.wnav{
	min-height: 50px;
	display: flex;
	background-image: url(/skin/images/nav_bg.png);
	position: relative; 
}
.wnav:after{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 1px;

}
.wnav dl{
	float:left;
	width: 11.1%;
	display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	background-image: url(/skin/images/nav_border.jpg);
	background-repeat: no-repeat;
}
.wnav dl dt{
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}
.wnav dl dt a{
	color: #fff;
	text-decoration: none;
}
.news1{
	margin-top: 30px;
	display: flex;
	background-color: #f3f2f2;
}
.news1 .left1{
	float: left;
	width: 834px;
}
.news1 .right1{
	float:right;
	width: 350px;
}
.flash{
}
.flash dl dt{
	width: 834px;
	height: 377px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

.flash dl dd{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #0c4a7b;
	display: none;
}
.head .more a{
	color: #afafaf
}

.zhengciwenjian{
	padding: 10px;
	padding-left: 60px;
	height: 377px;
	box-sizing: border-box;
	background-image: url(/skin/images/column-ico.jpg);
	background-position: 12px 15px;
	background-repeat: no-repeat;
}
.zhengciwenjian .list{
	padding-top: 20px;
}
.zhengciwenjian .list .title {
	margin-bottom: 20px;
	font-size: 18px;
}
.zhengciwenjian .list .addtime {
	color: #ccc;
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
.zhengciwenjian .list .txt {
	color: #676767;
	line-height: 25px;
	font-size: 14px;
}
.zhengciwenjian .list .txt .detail{
	color: #f64336;
}
.news2{
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.news2 .left2{
	float: left;
	width: 590px;
}
.xiangmuinfo{
	height: 406px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.xiangmuinfo .head{
	height: 60px;
	background-color: #dedede;
	display: flex;
	position: relative;
}
.xiangmuinfo .head .column{
	float: left;
	padding-left: 33px;
	margin: auto 0;
}
.xiangmuinfo .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}
.xiangmuinfo .head .more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	background-color: #9d9d9d;
}
.xiangmuinfo .head .more:hover{
	background-color: #e40a08;
}
.xiangmuinfo .head .more a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #f3f3f3;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.xiangmuinfo .list{
	padding: 10px 20px;
}
.xiangmuinfo .list ul li{
	padding:0 25px 0 40px;
	background-image: url(/skin/images/qianbi.svg);
	background-position: 10px center;
	background-repeat: no-repeat;
	line-height: 38px;
	background-size: auto 16px;
	border-bottom: 1px dotted #cdcdcd;
}

.news3{
	margin-top: 20px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.news3 .left3{
	float: left;
	width: 760px;
}
.news3 .right3{
	float: right;
	width: 425px;
}
.goodservice{
	height: 406px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background-color: #f1f0f0;
}
.goodservice .head{
	height: 60px;
	background-color: #dedede;
	display: flex;
	position: relative;
}
.goodservice .head .column{
	float: left;
	padding-left: 33px;
	margin: auto 0;
}
.goodservice .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}
.goodservice .head .more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	background-color: #e40a08;
}
.goodservice .head .more:hover{
	background-color: red;
}
.goodservice .head .more a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #f3f3f3;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.goodservice .list{
	padding: 10px 20px;
}
.goodservice .list ul li{
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}
.goodservice .list ul li .pic{
	width: 100%;
	height: 134px;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: cover;
}

.news4{
	display: flex;
	margin-top: 20px;
}
.news4 .left4{
	width: 380px;
	margin-right: 14px;
}
.news4 .left4-2{
	width: 366px;
	margin-right: 14px;
}
.news4 .right4{
	width: 425px;
}
.ggw2{
}
.ggw2 img{
	width: 100%;
	height: 406px;
}
.servicedating{
	height: 406px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.servicedating .head{
	height: 60px;
	background-color: #dedede;
	display: flex;
	position: relative;
}
.servicedating .head .column{
	float: left;
	padding-left: 33px;
	margin: auto 0;
}
.servicedating .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}
.servicedating .head .more{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	height: 60px;
	background-color: #9d9d9d;
}
.servicedating .head .more:hover{
	background-color: #e40a08;
}
.servicedating .head .more a{
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #f3f3f3;
	font-size: 35px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.servicedating .list{
	padding: 10px 20px;
}
.servicedating .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.servicedating .list ul li{
	width: 32%;
	height: 98px;
	box-sizing: border-box;
	background-color: #ededed;
	margin-bottom: 10px;
}
.servicedating .list ul li dl dt{
	height: 70px;
	background-size: auto 50px;
	background-position: center;
	background-repeat: no-repeat;
}
.servicedating .list ul li:nth-of-type(1) dl dt{
	background-image: url(/skin/fonts/sevicedating.svg);
}
.servicedating .list ul li:nth-of-type(2) dl dt{
	background-image: url(/skin/fonts/sevicedating2.svg);
}
.servicedating .list ul li:nth-of-type(3) dl dt{
	background-image: url(/skin/fonts/sevicedating3.svg);
}
.servicedating .list ul li:nth-of-type(4) dl dt{
	background-image: url(/skin/fonts/sevicedating4.svg);
}
.servicedating .list ul li:nth-of-type(5) dl dt{
	background-image: url(/skin/fonts/sevicedating5.svg);
}
.servicedating .list ul li:nth-of-type(6) dl dt{
	background-image: url(/skin/fonts/sevicedating6.svg);
}
.servicedating .list ul li:nth-of-type(7) dl dt{
	background-image: url(/skin/fonts/sevicedating7.svg);
}
.servicedating .list ul li:nth-of-type(8) dl dt{
	background-image: url(/skin/fonts/sevicedating8.svg);
}
.servicedating .list ul li:nth-of-type(9) dl dt{
	background-image: url(/skin/fonts/sevicedating9.svg);
}
.servicedating .list ul li dl dd{
	text-align: center;
	
}


.zhiyejiaoyu{
	box-sizing: border-box;
	background-color: #f3f2f2;
	padding: 40px 0;
	margin-top: 20px;
}
.zhiyejiaoyu .head{
	height: 70px;
	display: flex;
	justify-content:space-between;
	position: relative;
	background-image: url(/skin/fonts/zhiyejiaoyu.svg);
	background-size: auto 50px;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 5px solid #e50a0a;
}
.zhiyejiaoyu .head .column{
	padding-left: 60px;
	margin: auto 0;
	font-size: 20px;
	color: #e50a0a;
}
.zhiyejiaoyu .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}
.zhiyejiaoyu .head .zyjy-search{
	width:220px;
	height:30px;
	background-color:#fff;
	border-radius:3px;
	border:1px solid #e50a0a;
	display:flex;
}
.zhiyejiaoyu .head .zyjy-search input{
	width:0;
	flex-grow:1;
	border:0;
	outline:0;
	box-sizing:border-box;
	padding:0 10px;
	border-radius:3px;
}
.zhiyejiaoyu .head .zyjy-search .button2{
	width:50px;
	background-color:#e50a0a;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	cursor:pointer;
}
.zhiyejiaoyu .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zhiyejiaoyu .list ul li{
	width: 33%;
	height: 98px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 10px;
	cursor: pointer;
}
.zhiyejiaoyu .list ul li:nth-of-type(1){
	background-image: url(/skin/fonts/825bec27eac648ca8fad518f8082d03a.svg);
	background-size: auto 50px;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 5px solid #e50a0a;
}
.hezuohuoban .head .column{
	float: left;
	padding-left: 60px;
	margin: auto 0;
	font-size: 20px;
	color: #e50a0a;
}
.hezuohuoban .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}
.hezuohuoban .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hezuohuoban .list ul li{
	width: 19%;
	margin-top: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.hezuohuoban .list ul li a{
	display: block;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.link .head{
	height: 70px;
	display: flex;
	position: relative;
	background-image: url(/skin/fonts/link.svg);
	background-size: auto 50px;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 5px solid #e50a0a;
}
.link .head .column{
	float: left;
	padding-left: 60px;
	margin: auto 0;
	font-size: 20px;
	color: #e50a0a;
}
.link .head .column .en{
	font-size: 12px;
	font-family: fontFamilyEn;
}

.link .list{
	padding-top: 20px;
}
.link .list ul li{
	float: left;
	width: 15.6%;
	padding-right: 1%;
	font-size: 13px;
	line-height: 30px;
}





.location{
	padding:10px;
	border: 1px solid #e9e9e9;
	margin: 30px 0 10px;
	font-size: 14px;
}
.news-view{
}
.news-view .title{
	font-family: "΢���ź�";
	font-size: 30px;
	padding:20px 30px;
	text-align: center;
}
.news-view .title .line{
	height:7px;
}

.news-view .writer{
	margin: 30px 30px 60px;
	font-size: 12px;
	color: #ccc;
	text-align: center;
}
.news-view .writer .addtime{
	display:inline-block;
	margin-right:30px;
}
.news-view .content{
	font-size:16px;
	line-height:40px;
	padding:50px;
	margin: 0px !important;
	border: 1px solid #f0f0f0;
}
.news-view .tags{
	padding:0 10px;
	height:28px;
	line-height:28px;
	background-color:#f1eff0;
	color:#08519e;
	border-bottom:3px solid #fff;
}
.news-view .tags a{
	color:#08519e;
}
.news-view .tags-line{
	height:7px;
	overflow:hidden;
	background-image:url(/skin/fonts/c0c2f90c47a7411190110b03a8922219.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 10px;
	padding-left: 20px;
}
.news-more .list ul li .content2{
	color: #868686;
	font-size: 13px;
}

.newspic-more dl{
	float:left;
	width:218px;
	height:190px;
	padding:0 10px 0;
}
.newspic-more dl dt img{
	width:190px;
	height:140px;
	border:#CCCCCC solid 1px;
}
.newspic-more dl dd.title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	width:190px;
	height:25px;
}
.news-more-page .page{
	clear:both;
	color:#ffad00;
	text-align:center;
	margin: 40px 0;
}
.news-more-page .page a{
	background: #fff;
	border: 1px solid #ce403f;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#ce403f;
	font-family:"΢���ź�";
	margin-right:3px;
}
.news-more-page .page a.selected{
	background: #ce403f;
	border: 1px solid #ce403f;
	color: #fff;
	text-decoration: none;
}
.news-more-page .page .pageinfo{
	display:none;
}


.inside{
	padding: 10px;
}
.inside .inside-left{
}
.inside .inside-right{
	display: none;
}

.news-picmore dl{
	float:left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
.news-picmore dl dt{
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
.news-picmore dl dt img{
	height: 220px;
}
.news-picmore dl dt img{
	height: 220px;
}

.news-picmore2 dl{
	float:left;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
.news-picmore2 dl dt{
	width: 100%;
	height: 80px;
	background-color: #f0f0f0;
	overflow: hidden;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


.backtop2{
	position: fixed;
	z-index: 9999;
	left: 10px;
	top: 30%;
	height: 278px;
	width: 100px;
	background-image: url(/skin/images/img-attendant-right.png);
	font-size: 12px;
	text-align: center;
}
.backtop2 ul{
	margin: 0px;
	padding: 0px;
}
.backtop2 .b1{
	height: 96px;
}
.backtop2 .b2{
	height: 90px;
}
.backtop2 .b3{
	height: 52px;
}
.backtop2 .b4{
	height: 40px;
	cursor: pointer;
}

	.baoming-box{
		margin: 50px auto;
		width: 800px;
		padding: 50px;
		border: 1px solid #ddd;
		background-color: #f0f0f0;
		z-index: 999;
		box-shadow: 0 0 13px 1px #ccc;
	}
	.baoming-box .head{
		position: relative;
		height: 80px;
	}
	.baoming-box .head .column{
		text-align: center;
		font-size: 20px;
	}
	.baoming-box .list{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.baoming-box .list dl{
		display: inline-block;
		width: 32%;
		box-sizing: border-box;
		padding:0 30px 0 80px;
		min-height: 40px;
		margin-bottom: 20px;
	}
	.baoming-box .list dl.w60{
		float: none;
		width: 67%;
	}
	.baoming-box .list dl.w100{
		float: none;
		width: 100%;
	}
	.baoming-box .list dl dt{
		float: left;
		margin-left: -80px;
		width: 80px;
		line-height: 40px;
	}
	.baoming-box .list dl dd input.input{
		width: 100%;
		height: 40px;
		outline: 0px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.baoming-box .list dl dd textarea.input{
		width: 100%;
		height: 80px;
		outline: 0px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.baoming-box .list dl dd.btn{
		text-align: center;
	}
	.baoming-box .list dl dd .button{
		width: 180px;
		height: 40px;
		background-color: #ce403f;
		border: 0px;
		outline: 0px;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
	}

.table-company .list ul li{
	border-bottom:1px dotted #ccc;
	padding: 20px 0;
}
.table-companyview .table2 {
    border-spacing: 1px;
    border-collapse: separate;
    width: 80%;
    margin: 40px auto;
    background-color: #ddd;
}
.table-companyview .table2 td {
    padding: 10px;
    background-color: #fff;
}
.table-companyview .table2 tr.head td {
    background-color: #f4433b;
    color: #fff;
}
.table-companyview .table2 td.label {
    font-size: 14px;
    color: #666;
}
.flex-between{
	display:flex;
	justify-content:space-between;
}
.news6{
	padding-top:10px;
}
.news6 .left6{
	width:49%;
}

.baseinfo_company_view table{
	border-collapse:collapse;
}
.baseinfo_company_view table td{
	border:1px solid #ccc;
	padding:15px;
}
.certifi_cxyj{
width:1000px;
text-align:left;
min-height:400px;
margin:0 auto;
padding-top:66px;

}
.title{
    text-align:center;
	    font-size: 20px;
    margin: 40px auto;
	}
.info{
text-align:center;
}	
.certifi_cxyj_nomber{
position: relative;
    top: 260px;
    left: 300px;
    font-size: 13px;
	}
.certifi_cxyj_companyname{
position: relative;
    top: 300px;
    left: 100px;
    font-size: 34px;
    letter-spacing: 5px;
    font-family: serif;
    font-weight: bold;
}
.certifi_cxyj_stand{
position: relative;
    top: 400px;
    left: 70px;
    font-size: 14px;
}

.certifi_xydj_nomber{
position: relative;
    top: 220px;
    left: 200px;
    font-size: 12px;
	}
.certifi_xydj_companyname{
position: relative;
    top: 240px;
    left: 60px;
    font-size: 26px;
    letter-spacing: 5px;
    font-family: serif;
    font-weight: bold;
}
.certifi_xydj_stand{
position: relative;
    top: 310px;
    left: 70px;
    font-size: 12px;
}


@media (max-width: 640px){
.certifi_cxyj{
width:100%;
min-height:300px;
margin:0 auto;
padding-top:0;
padding-bottom:30px;
} 
.certifi_cxyj img{
width:100%;
} 
.certifi_img img{width:100%;}
.certifi_cxyj_nomber {
    position: relative;
    top: 180px;
    left: 180px;
    font-size: 12px;
}
.certifi_cxyj_companyname {
    position: relative;
    top: 210px;
    left: 70px;
    font-size: 22px;
    letter-spacing: 5px;
    font-family: serif;
    font-weight: bold;
}
.certifi_cxyj_stand {
    position: relative;
    top: 270px;
    left: 50px;
    font-size: 12px;
}
.certifi_xydj_nomber{
position: relative;
    top: 258px;
    left: 20px;
    font-size: 8px;
	}
.certifi_xydj_companyname{
position: relative;
    top: 110px;
    left: 33px;
    font-size: 10px;
    letter-spacing: 2px;
    font-family: serif;
    font-weight: bold;
}
.certifi_xydj_stand{
    position: relative;
    top: 145px;
    left: 20px;
    font-size: 9px;
}
}

 .c2 
    {
        margin-top: 10px;
        overflow: hidden;
        }
    .banner
    {
        width: 850px;
        height: 320px;
        position: relative;
        float: left;
    }
    .banner1
    {
        width: 850px;
        height: 320px;
        position: relative;
    }
    .banner1 li
    {
        position: absolute;
        /*display: none;*/
    }
    .banner img 
    {
        width: 850px;
        height: 320px;
        }
    li.block 
        {
            /*display: block;*/
            background : #E73938 !important;
            }
    .banner2
    {   
        position: absolute;
        width: 850px;
        height: 50px;
        bottom: 0px;
        background: rgba(0,0,0,0.5);
    }
    .banner2 span a
    {   
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-size: 17px;
        margin-left: 20px;
    }
    .banner2 ul
    {
        display:inline-block;
        height:50px;
        float: right;
        }
    .banner2 ul li
    {
        float: left;
        width: 10px;
        height: 10px;
        margin-top:20px;
        margin-right: 15px;
        border-radius: 50%;
        background: #ffffff;
        }
    .banner2 ul li:hover{ background-color: #e73938;}
    /*------------- ��¼ -----------------*/
    .c_dl
    {
        width: 350px;
        height:160px; 
        box-sizing: border-box; 
        float: left;
        }
        
    .c_dl div
    {
        width: 163px; 
        height: 70px; 
        line-height: 70px; 
        margin: 0 0 10px 10px;
        border:1px solid #bebebe; 
        background: url(/skin/images/bg1.jpg);
        text-align: center;
        float: left;
        }
    /* ---------------���� -----------------*/
    .c3
    {
        margin-top: 10px;
        width: 1200px;
        height: 30px;
        box-sizing: border-box;
        background: url(/skin/images/bg2.jpg);
        border:1px solid #bebebe;
        position:relative;
    }
    .c3 img
    {
        position: absolute;
        top: 8px;
        left:20px;
        }
    .c3 div
    {
        height: 30px;
        line-height: 30px;
        margin-left:40px;
        display: inline-block;
        }
    /* ------------------���ö�̬�����÷������߷��� --------------*/
    .c4
    {
        width: 1200px;
        margin-top:20px;
        }
    .c4 div
    {
        display: inline-block;
        box-sizing: border-box;
        }

     /*--------------- �ָ�ͼƬ -------------------------*/
     .c6
     {
         margin-top: 20px;
         width: 1200px;
         height: 120px;
     }
     .c6 img
     {
         width: 1200px;
         height: 120px;
         }
 
     /* ---------------------- ����Ժ�ļ�����ί�ļ� --------------*/
     .c7
     {
         width: 1200px;
         margin-top: 10px;
     }
    .c7 div
    {
        display:inline-block;
        box-sizing: border-box;
    }

    /* ---------------------- �ط��ļ������߷��� --------------*/
     .c8
     {
         width: 1200px;
         margin-top: 20px;
     }
    .c8 div
    {
        display:inline-block;
        box-sizing: border-box;
    }
    /*-------------------�������----------------------*/
    .c9
    {
        width: 1200px;
       
        border: 1px solid #e1e1e1;
        box-sizing: border-box;
        margin-top: 20px;
        }
    .c9 .c9_h
    {
        height: 38px;
        border-bottom: 1px solid #e1e1e1;
        background-color: #f6f6f6;
        line-height: 38px;
        font-size: 17px;
        text-indent: 10px;
        font-weight: bold;
         margin:0 auto;
    }
    .c9 .c9_b
    {
        margin-top:10px;
        margin-left:28px;
        
        height:auto;
        min-height:90px;
    }
    .c9 .c9_b a
    {
        height:90px;
        margin-right: 10px;
        line-height: 90px;
    }
    .swiper-container-free-mode>.swiper-wrapper {
        -webkit-transition-timing-function: linear;    /*֮ǰ��ease-out*/
        -moz-transition-timing-function: linear;
        -ms-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        transition-timing-function: linear;
        margin: 0 auto;
    }
.zhengshu_max{
width:350px;
height:145px;
overflow:hidden;
}

