html{-webkit-text-size-adjust:none;}
body{font-family:"Microsoft YaHei";font-size:14px;color:#555;line-height:20px;}
.bs{box-sizing: border-box;}
a{text-decoration:none;color:#555;}
a:hover{text-decoration:none;cursor:pointer;}
input[type="button"],input[type="submit"],input[type="text"],input[type="password"],input[typa="reset"],textarea{cursor: pointer;-webkit-appearance:none;}
input[type="text"],input[type="password"],input[type="email"],input[typa="reset"],select{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="submit"]{border-radius:0;}
input[type="button"]{border-radius:0;}
input[type="text"]{border-radius:0;}
:-moz-placeholder{color: #888;opacity:1;}
::-moz-placeholder{color: #888;opacity:1;}
input:-ms-input-placeholder{color: #888;opacity:1;font-size:14px;}
input::-webkit-input-placeholder{color: #888;opacity:1;font-size:14px;}
select{border: solid 0px #000;appearance:none;-moz-appearance:none;-webkit-appearance:none;font-size:14px;}
/*********************************首页************************************/
/*顶部*/
header{
	height:110px;
}
.logo{
	height:110px;
	background:url(../images/logo.jpg) left center no-repeat;
	width:250px;
}

nav a{
	padding:0 35px;
	font-size:16px;
	height:110px;
	line-height:110px;
	float:left;
	font-weight:bold;
}
nav a.on{
	background:url(../images/nav.jpg) left top repeat;
	color:#fff;
}

/*轮播图*/
#banner{
	height:460px;
}
.banner{height:460px;overflow: hidden;width:100%;}
.banner .bd{z-index: 0;width:100% !important;}
.banner .bd ul{width:100% !important;}
.banner .bd li{width:100% !important;height:460px;overflow: hidden;text-align: right;}
.banner .hd{z-index: 1;bottom:8px;overflow: hidden;position:absolute;text-align:center;width:100%;}
.banner .hd ul{text-align:center;}
.banner .hd ul li{display:inline-block;*zoom:1;*display: inline;cursor: pointer;width:11px;text-align:center;height:11px;margin:0 5px;background:#fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;behavior: url(PIE.htc);position:relative;}
.banner .hd ul li.on{background:#ff5384;}
.banner .prev,.banner .next{position:absolute;top:260px;width:40px;height:80px;z-index:100;}
.banner .prev{left:20px;background:url(../images/prev.png) center no-repeat;}
.banner .next{right:20px;background:url(../images/next.png) center no-repeat;}
/*标题*/
.index_tit{
	text-align:center;
	padding:39px 0px;
}
.index_tit p{
	text-transform:uppercase;
	font-size:12px;
	color:#ddd;
}
.index_tit h1{
	text-transform:uppercase;
	font-size:32px;
	font-weight:bold;
	line-height:32px;
	margin-bottom:10px;
}
.index_tit h1 span{
	font-weight:normal;
	padding-left:10px;
	color:#e10000;
}
.index_tit h1 b.red{
	padding-right:10px;
	color:#e10000;
}
/*每周客片*/
.weekly li{
	float:left;
	width:387px;
	margin-right:19px;
	margin-bottom:45px;
}
.weekly li a{
	display:block;
	width:100%;
	height:100%;
}
.weekly li a .img{
	width:387px;
	height:250px;
	overflow:hidden;
}
.weekly li a .img img{
	width:387px;
	height:100%;
}
.weekly li a p{
	padding-top:8px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:15px;
	text-align:center;
}
/*外景作品*/
.work li{
	float:left;
	width:285px;
	margin-right:20px;
	margin-bottom:30px;
}
.work li a{
	display:block;
	width:100%;
	height:100%;
}
.work li a .img{
	width:285px;
	height:434px;
	line-height: 434px;
}
.work li a .img img{
	width:285px;
	max-height:434px;
	vertical-align: middle;
}

.work li a h1{
	padding-top:8px;
	font-size:20px;
	font-weight:bold;
	color:#000;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:24px;
}
/*预约报名*/
.order{
	background:url(../images/index22.jpg) left top no-repeat;
	height:41px;
	padding:28px 0px;
	line-height:41px;
}
.order b{
	font-size:24px;
	color:#fff;
	font-weight:normal;
}
.order b i{
	font-style:normal;
	font-size:20px;
	padding:0 10px 0px 5px;
}
.order label{
	font-size:18px;
	color:#fff;
	margin-right:20px;
}
.order label input{
	width:180px;
	padding:0 10px;
	height:40px;
	line-height:40px;
	border:none;
	outline:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	behavior:url(PIE.htc);
}
.order input[type="submit"]{
	width:96px;
	height:40px;
	line-height:40px;
	border:none;
	outline:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position:relative;
	behavior:url(PIE.htc);
	background-color:#d7b450;
	color:#fff;
	font-size:18px;
}
/*资讯动态*/
.news{
	width:380px;
	margin-right:30px;
}

.newsTit{
	background:url(../images/index23.jpg) left center no-repeat;
	padding-left:8px;
	height:26px;
	line-height:26px;
	margin-bottom:20px;
}
.newsTit span{
	font-size:20px;
	color:#333;
	font-weight:normal;
	height:26px;
}
.newsTit span b{
	font-weight:normal;
	font-size:12px;
	color:#aaa;
}
.newsTit a{
	color:#333;
	font-size:15px;
}
.newsTit a i{
	font-style:normal;
	font-family:"Simsun";
	margin-right:4px;
}
.news li{
	height:56px;
}
.news li i{
	height:56px;
	width:17px;
	background:url(../images/index24.jpg) left top no-repeat;
	background-position:0px 0px;
}
.news li:hover i{
	background-position:0px -60px;
}
.news li a{
	margin-left:13px;
	width:350px;
}
.news li a h1{
	font-size:15px;
	margin-bottom:2px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news li a p{
	font-size:13px;
	color:#999;
}
.news li a p span{
	margin-right:5px;
}
.news li:hover a h1{
	color:#e10000;
}
/*底部*/
footer{
	background:#e10000;
	padding:25px 0px;
}
.footer_nav{
	text-align:center;
	font-size:14px;
	height:14px;
	line-height:14px;
}
.footer_nav a{
	color:#fff;
	padding:0 40px;
	border-right:1px solid #fff;
	font-weight:normal;
	display:inline-block;
	heihgt:14px;
	line-height:14px;
}
.footer_link{
	padding:40px 0px;
}
.footer_link a{
	margin:0 20px;
}
.footer_tel{
	font-size:50px;
	color:#fff;
	line-height:60px;
	margin-bottom:20px;
}
.footer_bottom{
	text-align:center;
	font-size:15px;
	color:#fff;
}

/*********************内页***********************/
.page{
	padding-top:20px;
	padding-bottom:40px;
}
.left{
	width:252px
}
.page_menu{
	border:2px solid #e10000;
	width:212px;
}
.menuTit{
	background:#e10000;
	width:235px;
	height:69px;
	margin-top:17px;
	margin-left:17px;
	line-height:69px;
	margin-bottom:17px;
}
.menuTit span{
	padding-left:35px;
	font-size:20px;
	color:#fff;
}
.menuCont{
	background:#e10000;
	padding:0 6px;
	width:200px;
}
.menuCont a{
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	
	color:#fff;
	font-size:16px;
	text-align:center;
	background:#e10000;
	border-bottom:1px solid #e04a4a;
}
.page_link{
	border:1px solid #d4d4d4;
	width:208px;
	text-align:center;
	padding:3px;
	margin-top:40px;
}
.linkBox{
	border:1px solid #e7e7e7;
	width:206px;
}
.linkBox h1{
	font-size:20px;
	font-weight:bold;
	line-height:22px;
}
.linkBox h1 b{
	background:#fff;
	padding:0 5px;
	position:relative;
	top:-15px;
}
.linkBox .ts{
	padding:0px 15px 15px;
	color:#999;
}
.linCont{
	padding:0 10px;
	text-align:left;
	line-height:26px;
}
.linCont .ewm{
	border-top:1px dashed #ddd;
	margin-top:15px;
	padding-bottom:30px;
	padding-top:30px;
	font-size:13px;
}

.right{
	width:920px;
	min-height:450px;
}
.breadmenu{
	background:url(../images/page1.png) left bottom repeat-x;
	height:43px;
	line-height:36px;
	font-size:15px;
}
.breadmenu .fl{
	font-size:18px;
	font-weight:bold;
}
.breadmenu i{
	font-style:normal;
	font-family:"Simsun";
	margin:0 4px;
}
/*关于我们*/
#about{
	padding:20px;
	
}
#about p{
	font-size:15px;
	line-height:28px;
	color:#555;
}
#about img{
	max-width:100%;
	margin:10px auto;
}
/*********************新闻资讯************************/
#news li{
	height:56px;
}
#news li i{
	height:56px;
	width:17px;
	background:url(../images/index24.jpg) left top no-repeat;
	background-position:0px 0px;
}
#news li:hover i{
	background-position:0px -60px;
}
#news li a{
	margin-left:15px;
	width:750px;
	margin-top:4px;
}
#news li a span.fl{
	font-size:16px;
	margin-bottom:5px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:650px;
	
}

#news li:hover a{
	color:#e10000;
}
#news{
	padding:20px 60px ;
}
.flip{
	margin-top:20px;
	padding-top:15px;
	border-top:1px dashed #ddd;
}
.flip a{
	display:inline-block;
	height:28px;
	line-height:27px;
	border:1px solid #ddd;
	padding:0 10px;
}
.flip a.on{
	background:#e10000;
	border-color:#e10000;
	color:#fff;
}
/**********************新闻详情页***************************/
#news_del{
	padding:20px;
}
#news_del .title{
	padding:25px 40px;
	background:#f4f4f4;
	text-align:center;
	margin-bottom:20px;
}
#news_del .title h1{
	font-size:20px;
	line-height:28px;
	margin-bottom:10px;
	color:#222;
}
#news_del .title p{
	font-size:14px;
}
#news_del .title p span{
	margin:0 10px;
	color:#999;
}
#news_del .cont p{
	font-size:15px;
	line-height:28px;
	color:#555;
}
#news_del .cont img{
	max-width:100%;
	margin:10px auto;
}
#news_del .cont{
	padding-bottom:20px;
	border-bottom:1px dashed #ddd;
	margin-bottom:10px;
}
.flip1 a{
	display:block;
	line-height:28px;
	font-size:15px;
}
.flip1 a span{
	color:#e10000;
}
/**************作品*****************/
#photo{
	padding:20px 0px;
}
#photo .work li{
overflow:hidden;
	margin-right:30px;
}
#photo .work li a h1 {
    padding-top:5px;
    font-size:16px;
    font-weight:normal;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}


#picture{
	padding:20px 0px;
}
#picture .work li{
overflow:hidden;
	margin-right:30px;
}
#picture .work li a h1 {
    padding-top:5px;
    font-size:16px;
    font-weight:normal;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}
#picture .work li a{
    display: block;
    width: 100%;
    height: 100%;
}
#picture .work li a .img{
width: 285px;
    height: 200px;
	line-height: 200px;
}
#picture .work li a .img img{
max-width: 285px;
    max-height: 200px;
	vertical-align:middle;
}


/*****************客片详情页***********************/
#photo_del{
	padding:20px;
}
#photo_del .title{
	text-align:center;
	font-size:18px;
	margin-bottom:6px;
}
#photo_del .date{
	text-align:center;
	font-size:14px;
	color:#999;
	margin-bottom:15px;
}
#photo_del .date span{
	margin:0 5px;
}
#photo_del .cont{
	border:1px solid #ddd;
	padding:15px;
	margin-bottom:10px;
}
#photo_del .cont img{
	max-width:100%;
	margin-bottom:10px;
}





	.mobile{position:fixed;
    right:0;bottom:100px;
    width: 300px;
    height:620px;
    background: url(../images/mobile_container.png) no-repeat;background-size:100%;z-index:15000;}
	.mobile iframe{height:460px;
		*display:none;
		display:none \9;
		
    position: absolute;
    width:260px;
    top:79px;
    left:20px;background:#fff;}
	.mobile>img{position: absolute;
    width:260px;
    top:79px;
    left:20px;display:none;
		*display:block;
		display:block \9;
		
	}
/*********************2019-08-09修改*********************/
.weekly li a .img img{
	transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
}
.weekly li a .img img:hover{
	transform:scale(1.08);
}
.work li a .img {
    width: 285px;
    height: 434px;
    line-height: 434px;
	overflow:hidden;
}
.work li a .img img{
	transition-duration:1s;
	-moz-transition-duration:1s;
	-webkit-transition-duration:1s;
	-o-transition-duration:1s;
}
.work li a .img img:hover{
	transform:scale(1.08);
}




