
* {
	font-size: 16px;
	color: #333;
	font-family: Microsoft YaHei;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	list-style-type: none;
}

body {
	overflow-x: hidden;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/*头部*/
.Head {
	width: 100%;
	height: 110px;
}

.HeadCenter {
	width: 1200px;
	height: 110px;
	margin: 0 auto;
}

.Logo {
	height: 110px;
	float: left;
}

.Tel {
	height: 110px;
	float: right;
	align-items: center;
	display: flex;
}

.TelIco {
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 10px;
}

.TelTxt {
	float: left;
}

.TelTxt p:nth-child(1) {
	color: #666;
}

.TelTxt p:nth-child(2) {
	font-size: 30px;
	font-weight: bold;
}

/*搜索*/
.Search {
	width: 100%;
	height: 68px;
	background: #f5f5f5;
}

.SearchCenter {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
}

.Keyword {
	float: left;
	line-height: 68px;
}

.Keyword span {
	color: #999;
}

.Keyword a {
	font-size: 14px;
	margin-right: 15px;
}

.Keyword a:hover {
	color: #0b4fb5;
}

.SearchBar {
	float: right;
	line-height: 68px;
}

.SearchBar .keywords {
	width: 225px;
	line-height: 40px;
	background: white;
	border: 1px solid #e6e6e6;
	color: #666;
	padding-left: 15px;
	font-size: 14px;
	letter-spacing: 3px;
	outline: medium;
}

.SearchBar .submit {
	width: 100px;
	line-height: 40px;
	background: #0b4fb5 url("../images/so.png") center no-repeat;
	border: none;
	outline: none;
	margin-left: -5px;
	cursor: pointer;
}

/*业务领域*/
.Business {
	width: 100%;
}

.BusinessCenter {
	width: 1200px;
	margin: 0 auto;
}

.ETitle {
	margin: 50px auto;
	text-align: center;
}

.ETitle h1 {
	color: #0b4fb5;
	font-size: 36px;
	font-weight: bold;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	/* margin-left: 8px; */
}

.BusinessList {
	width: 1200px;
	border-bottom: 1px solid #e6e6e6;
	display: table;
	line-height: 60px;
	text-align: center;
	align-items: center;

}

.BusinessList a {
	display: inline-block;
	/* width: 150px; */
	font-size: 18px;
	margin: 0px 25px;
}

.BusinessList .Current {
	border-bottom: 5px solid #0b4fb5;
}

.BusinessList .Current,
.BusinessList a:hover {
	color: #0b4fb5
}

.BusinessShow {
	margin: 30px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow li {
	width: 285px;
	height: 264px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 20px 0 0 20px;
}

.ShowImg {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.ShowImg img {
	width: 285px;
	height: 214px;
	transition: all 0.6s;
}

.ShowName {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.BusinessShow li:hover .ShowName {
	background: #0b4fb5;
	color: white;
}

.BusinessShow li:hover .ShowImg img {
	transform: scale(1.2);
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px;
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.More a:hover {
	background: #0b4fb5;
	color: white;
	border: none;
}

/*成功案例*/
.Case {
	width: 100%;
	height: 912px;
	background: #f5f5f5;
	background: url("../images/albg.jpg") center no-repeat;
}

.CaseCenter {
	padding-top: 2px;
	width: 1200px;
	height: 910px;
	margin: 0 auto;
}

.CaseShow {
	height: 650px;
	margin: -30px -30px 30px;
}

.CaseShow li {
	width: 380px;
	height: 285px;
	overflow: hidden;
	float: left;
	margin: 30px 0 0 30px;
}

.CaseShow li img {
	width: 380px;
	height: 285px;
}

.CaseShow li a {
	display: block;
	width: 380px;
	height: 285px;
	position: relative;
}

.intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background-color: rgba(51, 51, 51, 0.6);
	width: 380px;
	text-align: center;
}

.intro h2 {
	padding: 0;
	margin: 0;
	font-size: 20px;
	height: 80px;
	width: 380px;
	line-height: 230px;
	color: white;
	font-weight: normal
}

.intro p {
	margin: 60px auto 75px;
	height: 70px;
	overflow: hidden;
}

.intro p img {
	width: 70px;
	height: 70px;
}

.CaseShow li a .intro {
	bottom: -285px;
}

.CaseShow li a:hover .intro {
	bottom: 0;
}

/*服务流程*/
.Service {
	width: 100%;
	height: 590px;
}

.ServiceCenter {
	width: 1200px;
	height: 590px;
	margin: 0 auto;
}

.Process {
	width: 300px;
	height: 400px;
	float: left;
}

.ProcessImg {
	width: 300px;
	height: 200px;
}

.ProcessTxt {
	width: 300px;
	height: 200px;
	background: #f5f5f5;
	padding-top: 15px;
}

.ProcessTxt>h2>span {
	font-size: 48px;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
	color: rgba(51, 51, 51, 0.5);
}

.ProcessTxt>h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 70px;
}

.ProcessTxt>p {
	width: 280px;
	line-height: 32px;
	margin: 0 auto;

}

.ProcessBlue {
	background: #0b4fb5;
}

.ProcessBlue>h2>span {
	color: rgba(255, 255, 255, 0.5);
}

.ProcessBlue>h2,
.ProcessBlue>p {
	color: white;
}

/*关于我们*/
.AboutUs {
	width: 100%;
	height: 532px;
	background: #f5f5f5;
	position: relative;
	background: url("../images/gybg.jpg") center no-repeat;
}

.AboutUsCenter {
	height: 532px;
	margin: 0 -600px 0 -600px;
	position: absolute;
	left: 50%;
}

.AboutTxt {
	width: 630px;
	height: 532px;
	float: left;
	margin-right: 29px;
}

.AboutTitle {
	text-align: left;
}

.AboutTxt p {
	color: #666;
	line-height: 32px;
	margin-bottom: 35px;
}

.AboutTxt a {
	color: #0b4fb5;
}

.AboutImg {
	width: 890px;
	height: 532px;
	float: right;
	overflow: hidden;
}

.AboutImg img {
	width: 890px;
	height: 532px;
}

/*新闻中心*/
.News {
	width: 100%;
	height: 700px;
}

.NewsCenter {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
}

.NewsLeft {
	width: 566px;
	height: 482px;
	position: relative;
	float: left;
}

.NewsLeft img {
	width: 566px;
	height: 482px;
}

.NewsDes {
	width: 566px;
	height: 170px;
	background: rgba(10, 13, 109, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
}

.NewsDes h3 a {
	color: white;
	font-weight: normal;
	font-size: 24px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsDes h3 a:hover {
	color: #0b4fb5;
}

.NewsDes time {
	line-height: 30px;
	color: rgba(255, 255, 255, 0.5);
}

.NewsDes p {
	color: rgba(255, 255, 255, 0.5);
	line-height: 32px;
}

.NewsList {
	padding-top: 2px;
	width: 580px;
	height: 482px;
	float: right;
}

.NewsList li {
	border-bottom: 1px solid #e6e6e6;
	width: 580px;
	height: 160px;
	display: flex;
	align-items: center;
}

.NewsDate {
	border-right: 2px solid #ddd;
	width: 100px;
	color: #999;
	text-align: center;
}

.NewsDate p:nth-child(1) {
	font-size: 48px;
	color: #999;
}

.NewsDate p:nth-child(2) {
	color: #999;
}

.NewsLiRight {
	width: 460px;
	height: 100px;
	margin-left: 30px;
}

.NewsLiRight h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.NewsLiRight h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.NewsLiRight h3 a:hover {
	color: #0b4fb5;
}

.NewsLiRight p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

/*合作伙伴*/
.Partner {
	width: 100%;
	height: 320px;
	background: #f5f5f5;
}

.PartnerCenter {
	width: 1200px;
	height: 320px;
	margin: 0 auto;
	padding-top: 2px;
}

/*底部*/
.Bottom {
	width: 100%;
	height: 300px;
	background: #101877;
	border-bottom: 1px solid #666;
}

.BottomCenter {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.Ewm {
	width: 150px;
	height: 180px;
	text-align: center;
}

.EwmImg {
	width: 150px;
	height: 150px;
}

.EwmImg img {
	width: 150px;
	height: 150px;
}

.Ewm span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.B-Contact {
	max-width: 430px;
	height: 150px;
	margin-left: 40px;
	min-width: 320px;
}

.B-TelIco {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.B-Tel {
	height: 70px;
}

.B-TelTxt p:nth-child(1) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.B-TelTxt p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.B-Ad {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.BottomNav {
	max-width: 600px;
	height: 200px;
	display: flex;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.BottomNav li {
	width: 100px;
	text-align: center;
}

.BottomNav li a {
	color: white;
	line-height: 40px;
}

.B-list li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

/*版权*/
.Copyright {
	width: 100%;
	height: 52px;
	background: #333;
	line-height: 52px;
	text-align: center;
}

.Copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

.Copyright span a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}

/*内页大图*/
.InBanner {
	width: 100%;
	height: 260px;
	position: relative;
}

.InBanImg {
	width: 1920px;
	height: 260px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

/*内页内容*/
.InPage {
	width: 100%;
	padding: 30px 0;
}

.InPageCenter {
	width: 1200px;
	margin: 0 auto;
}

/*内页列表*/
.InLeft {
	border: 1px solid #eee;
	width: 250px;
	min-height: 350px;
	float: left;
}

.InTitle {
	height: 50px;
	background: #0b4fb5;
	padding-left: 10px;
	color: white;
	line-height: 50px;
	font-size: 20px;
}

.InList li {
	border-bottom: 2px solid white;
	height: 50px;
	background: #f0f0f0;
}

.InList li a {
	display: block;
	width: 250px;
	height: 50px;
	background: url("../images/listbg.png") center no-repeat;
	line-height: 50px;
	padding-left: 25px;
}

.InList li a:hover,
.InList li a.on {
	display: block;
	width: 250px;
	height: 48px;
	background: #fafafa url("../images/listbg2.png") center no-repeat;
	color: #0b4fb5;
}

.InRight {
	border: 1px solid #eee;
	width: 930px;
	min-height: 350px;
	float: right;
}

.Crumb {
	height: 50px;
	background: #f0f0f0 url("../images/cbg.png") center no-repeat;
	color: #999;
	font-size: 14px;
	line-height: 50px;
	padding-left: 42px;
}

.Crumb a {
	font-size: 14px;
	padding: 0 5px;
}

.Crumb a:hover {
	color: #0b4fb5;
}

.In-B-Show {
	height: auto;
	margin: 0 0 0 -5px;
}

.In-Contact {
	margin-top: 50px;
}

.In-Contact p {
	color: #666666;
	line-height: 28px;
	padding: 10px;
	font-size: 16px;
}

/*内页页码*/
.Page {
	margin: 30px 15px;
	text-align: center;
	overflow: hidden;
	clear: both;
	padding-top: 30px;
}

.Page a {
	border: 1px solid #c8c8c8;
	font-size: 12px;
	padding: 12px;
	display: inline-block;
	height: 32px;
	line-height: 8px;
}

.Page a:hover,
.P-active {
	background: #0b4fb5;
	color: white;
}

/*详情页*/
.IPTitle {
	text-align: center;
	margin: 20px;
	font-size: 24px;
}

.IssueTime {
	font-size: 12px;
	color: #b0b0b0;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #d9d9d9;
}

.IssueTime i {
	font-size: 12px;
	color: #b0b0b0;
}

.Detail {
	padding: 30px 0;
}

.DetailNext {
	overflow: hidden;
	margin: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 10px 0;
	line-height: 30px;
}

.DetailNext a {
	color: #666;
}

.DetailNext span{ float:right}
.DetailNext a:hover {
	color: #0b4fb5;
}

/*内页新闻列表*/
.In-News-Show li {
	width: 890px;
	border-bottom: 1px solid #d9d9d9;
	height: 240px;
	padding: 20px 0;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.In-News-Img {
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.In-News-Img img {
	width: 280px;
	height: 180px;
	transition: all 0.6s;
}

.In-News-Img img:hover {
	transform: scale(1.2);
}

.In-News-Right {
	width: 630px;
	margin-left: 25px;
}

.In-News-Right h3 a {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.In-News-Right h3 a:hover {
	color: #0b4fb5;
}

.In-News-Right p {
	color: #666;
	line-height: 28px;
	font-size: 14px;
}

.In-News-Right time {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

/*内页合作伙伴*/
.in-partner {
	margin: 0 -5px;
}

.in-partner li {
	width: 285px;
	margin: 20px 0 0 20px;
	float: left;
}

.in-partner-img {
	border: 1px solid #ddd;
	width: 285px;
	height: 127px;
	overflow: hidden;
}

.in-partner-img img {
	width: 285px;
	height: 127px;
}

.in-partner li h2 {
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	overflow: hidden;
}

/*内页内容*/
.in-show {
	padding: 20px 15px;
	overflow: hidden;
	line-height:26px;
}
.Detail img,.in-show img{max-width:100%;height:auto !important;}

/*增翻页样式 */
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
.dede_pages ul li.thisclass a{color:#fff; padding:0}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}

.pro_cont {
	overflow: hidden;
	position: relative;
	width: 1280px;
	margin: 0 auto;
}
.chanpin_con2 {
	height: 645px;
	overflow: hidden;
}
.chanpin_con2 li {
	float: left;
	padding: 0;
	width: 415px;
	height: 330px;
	margin-right: 7px;
	margin-bottom: 7px;
	position: relative;
	overflow: hidden;
	background: #fff
}
.piclist_slide {
	overflow: hidden;
	margin-top: 0px;
}
.piclist_slide ul li {
	float: left;
	margin: 0 15px 15px 0;
	text-align: center;
	position: relative;
	height: 310px;
	overflow: hidden;
	width: 410px;
}
.piclist_slide li .pic {
	width: 415px;
	height: 510px;
	position: absolute;
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
}
.piclist_slide li .pic img {
	font-size: 16px;
	color: #fff;
	width: 100%;
	transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
}
.piclist_slide li:hover img {
	transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
}
.piclist_slide li:hover {
	cursor: pointer;
}
.piclist_slide li .pic img {
	width: 415px;
	height: 330px;
}
.piclist_slide li .cover_top {
	text-align: center;
	line-height: 55px;
	height: 55px;
	font-size: 17px;
	font-weight: bold;
	z-index: 99;
	position: absolute;
	color: #fff;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.5)
}
.piclist_slide li .cover_pic {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 55%;
	margin-left: -60px;
	top: -100px;
	z-index: 100;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.piclist_slide li .cover_pic a {
	padding: 60px 0 0 0;
	background: url(../images/fdj.png) no-repeat center 20px;
	display: block;
	color: #fff;
}
.piclist_slide li p {
}
.piclist_slide li p a {
	color: #fff;
	text-decoration: none
}
.piclist_slide li p a:hover {
	color: #fff600
}
.piclist_slide .cp_bottom {
	position: absolute;
	width: 0;
	bottom: 0;
	left: 50%;
	margin-left: 0;
	height: 10px;
	border-radius: 3px;
	background: #cc0000;
}
.in_about {
	background: url(/skin/images/bj_inabout.jpg) center top no-repeat;
	margin-bottom: -125px;
	position: relative;
	z-index: 1
}
.in_about .in_tit {
	background: rgba(255,255,255,.5);
	max-width: 400px;
	margin: 0 auto;
	padding: 30px;
	margin-bottom: 30px
}
.in_about .container {
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
	box-shadow: 0 0 20px #ddd
}
.in_about .video {
	float: left;
	margin-left: 50px;
	background: #000
}
.in_about .video video {
	width: 450px;
	height: 320px;
	float: left
}
.in_about .video video::-internal-media-controls-download-button {
display:none
}
.in_about .video video::-webkit-media-controls-enclosure {
overflow:hidden
}
.in_about .video video::-webkit-media-controls-panel {
width:calc(107%)
}
.in_about .box {
	margin-right: 50px;
	background: #fafafa;
	overflow: hidden;
	width: 580px;
	height: 320px;
	padding: 0 35px;
	float: right;
	line-height: 2;
	color: #888
}
.in_about .box .info {
	height: 228px;
	overflow: hidden;
	margin: 25px 0 10px 0;
	text-align: justify
}
.in_about .box strong {
	color: #ea3516;
	font-size: 16px
}
.in_about .box .more {
	float: left;
	display: block;
	overflow: hidden;
	color: #c01f31;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.in_about .box .more .iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.in_tit {
	overflow: hidden;
	text-align: center;
	padding: 0 0 30px 0
}
.in_tit span {
	font-size: 30px;
	color: #333
}
.in_tit em {
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0 8px 0
}
.in_tit p:after {
	right: -54px
}
.clear:after, .clearfix, .container:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}
.in_about .container {
    background: #fff;
    padding: 50px 0;
    overflow: hidden;
    box-shadow: 0 0 20px #ddd;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.in_tit {
	overflow: hidden;
	text-align: center;
	padding: 0 0 30px 0
}
.in_tit span {
	font-size: 30px;
	color: #333
}
.in_tit em {
	font-size: 18px;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0 8px 0
}
.in_tit p:after {
	right: -54px
}
.in_box {
	width: 100%;
	overflow: hidden;
	padding: 50px 0
}
.in_bj {
	background: #f5f5f5
}
.in_gsry .tab {
    overflow: hidden;
    text-align: center;
    padding: 0 0 25px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.in_gsry .tab ul li {
    float: left;
}
.in_gsry .tab ul li.on a {
    background: #c01f31;
    color: #fff;
}
.in_gsry .tab ul li a {
    display: block;
    overflow: hidden;
    line-height: 44px;
    background: #ecebe8;
    font-size: 16px;
    padding: 0 30px;
}
.in_gsry .xunn ul {
    overflow: hidden;
    margin: 0 -16px;
}
.in_gsry .xunn ul li {
    width: 275px;
    float: left;
    overflow: hidden;
    background: #fff;
    margin: 0 16px;
	    height: 259px;
}
.in_gsry .xunn ul li .bt {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 40px;
}
.in_gsry .but {
    overflow: hidden;
    text-align: center;
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.in_gsry .but a {
    background: #c01f31;
    color: #fff;
    padding: 0 35px;
}
	.in_gsry .but span {
    padding: 0 25px;
    background: #ea3516;
    color: #fff;
    margin-left: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.in_gsry .but i {
    font-size: 24px;
    margin-right: 10px;
}
.clear:after, .clearfix, .container:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}
.in_gsry .xunn ul li .pic {
    display: block;
    overflow: hidden;
}
.in_gsry .xunn ul li .pic img {
    width: 100%;
    height: 215px;
    transition: all .7s;
}