/* 页面样式：通用 */

html, body {
	font-size:18px;
	font-family:"微软雅黑";
	padding:0px;
	margin:0px;
}
a {
	transition:color 0.5s;
	color:#FFFFFF;
	text-decoration:none;
}
p, h2, h3, h4 {
	padding:0px;
	margin:0px;
}


/* 头部条 */
.head_bar {
	
}
.top_contact {
	overflow:hidden;
	position:relative;
	height:20px;
	padding:14px 0px 12px 50px;
	background-color:#191919;
	color:#A3A3A3;
	font-size:16px;
}
.top_contact .left {
	float:left;
}
.top_contact .email {
	float:left;
	padding:0px 18px 0px 24px;
	background:url('../image/email.bmp') no-repeat;
	background-position:0px 3px;
}
.top_contact .email a {
	color:#A3A3A3;
}
.top_contact .email a:hover {
	color:#FFFFFF;
}
.top_contact .phone {
	float:left;
	padding:0px 0px 0px 20px;
	background:url('../image/phone.bmp') no-repeat;
}

.top_contact .right {
	float:right;
}

/* 导航条 */
.nav_bar {
	background-color:#252525;
	height:70px;
	color:#FFFFFF;
	overflow:hidden;
	position:relative;
}
.site_name {
	font-size:30px;
	font-weight:bold;
	padding:13px 0px 0px 95px;
	float:left;
}
.nav_ul {
	overflow:hidden;
	position:relative;
	float:right;
	font-size:16px;
	padding:0px 10% 0px 0px;
}
.nav_ul .item {
	float:left;
	padding:0px 2px;
}
.nav_ul .item a {
	display:block;
	height:70px;
	line-height:70px;
	padding:0px 15px;
	transition:0.25s;
}
.nav_ul .item a:hover {
	background-color:#CC1616;
}
.nav_ul .item.active a {
	background-color:#CC1616;
	text-shadow:1px 1px 2px #000000;
}

/* 欢迎 */
.welcome {
	height:805px;
	/*background-image:url('../image/hero_bg.jpg');*/
	background-image:url('../image/bg/hero_bg_min.jpg');
	background-position:top center;
	background-attachment: fixed;
	background-size: cover;
	position:relative;
	color:#FFFFFF;
}
.welcome_mask {
	background-color:rgba(0,0,0, 0.5);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.welcome .body_layout {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:20% 0px 0px 5%;
}
.welcome .body_layout .h1_txt {
	font-size:48px;
	height:75px;
}
.welcome .body_layout .h2_txt {
	font-size:24px;
	height:53px;
}
.welcome .body_layout .h2_txt span {
	background-color:rgba(0,0,0, 0.35);
	padding:5px 10px 7px 10px;
	border-radius:5px;
}
.welcome .body_layout .link {
	font-size: 14px;
	padding:22px 2px;
}
.welcome .body_layout .link a {
	border:2px solid #FFFFFF;
	padding:12px 24px;
	transition:0.45s;
}
.welcome .body_layout .link a:hover {
	background-color:#CC1616;
	border-color:#CC1616;
}

/* 关于 */
.about {
	padding:60px 0px 50px 0px;
	min-height:300px;
	width:80%;
	margin:0px auto;
}
.about_top {
	overflow:hidden;
	position:relative;
}
.about_top .left {
	float:left;
	width:51%;
}
.about_top .left .title {
	font-weight:bold;
	padding:3px 0px 5px 0px;
	font-size:24px;
	color:#555555;
}
.about_top .left .desc {
	padding:11px 0px 20px 0px;
	font-size:16px;
	color:#666666;
}
.desc .line {
	padding:6px 0px 12px 0px;
	line-height:25px;
}
.desc .line.i {
	font-style:italic;
}
.desc .line.tick::before {
	content:"";
	padding:5px 0px 7px 31px;
	background-image:url('../image/tick.bmp');
	background-position:0px 3px;
	background-repeat:no-repeat;
}

.about_top .right {
	float:right;
	width:43%;
	padding:25px 10px 0px 0px;
}
.about_top .right img {
	width:100%;
	box-shadow:0px 0px 5px rgba(55,55,55, 0.15);
	transform:scale(0.85);
	transition:all 0.8s;
}
.about_top:hover .right img {
	border-radius:15px;
	transform:scale(1);
	box-shadow:2px 2px 10px rgba(55,55,55, 0.55);
}

.advantage_ul {
	overflow:hidden;
	position:relative;
	padding:50px 0px 0px 6px;
}
.advantage_ul .item {
	float:left;
	width:30%;
	padding:0px 3% 10px 0px;
}
.advantage_ul .item .box {
	height:245px;
	box-shadow:2px 2px 12px #D1D1D1;
	padding:0px 20px 48px 30px;
	transition:color 1s;
}
.advantage_ul .item .box.sec {
	height:267px;
}
.advantage_ul .item .box .num {
	height:58px;
	font-size:26px;
	color:#ED5B5B;
	font-weight:bold;
	padding:58px 0px 0px 0px;
	transition:all 0.35s;
}
.advantage_ul .item .adv {
	height:52px;
	font-size:24px;
	color:#191919;
	transition:all 0.35s;
}
.advantage_ul .item .info {
	line-height:22px;
	font-size:14px;
	color:#ABABAB;
	transition:all 0.35s;
}
.advantage_ul .item .box:hover {
	background-color:#CC1616;
}
.advantage_ul .item .box:hover .num {
	padding-top:34px;
	color:#FFFFFF;
}
.advantage_ul .item .box:hover .adv, 
.advantage_ul .item .box:hover .info {
	color:#FFFFFF;
}

.clients {
	background-color:#F2F2F2;
}
.client_ul {
	overflow:hidden;
	position:relative;
	width:80%;
	margin:0px auto;
}
.client_ul .item {
	float:left;
	width:16%;
	text-align:center;
	padding:15px 0px 0px 0px;
}
.client_ul .item img {
	width:40%;
	padding:21px 0px 21px 0px;
	filter:grayscale(100%);
	transition:filter 0.35s, transform 0.35s;
}
.client_ul .item img:hover {
	filter:none;
	transform:scale(1.3);
}

/* 服务 */
.service {
	
}
.section_title {
	padding:80px 0px 20px 0px;
	text-align:center;
}
.section_title .shadow_title {
	position:relative;
	top:-27px;
	height:5px;
	opacity:0.05;
	font-weight:bold;
	font-size:50px;
	user-select: none;
	-ms-user-select: none;
	cursor:default;
	z-index:1;
}
.section_title h2 {
	position:relative;
	font-size:32px;
	z-index:2;
	height:68px;
}
.section_title .desc {
	font-size:16px;
	color:#5A5A5A;
}
.icon_ul {
	overflow:hidden;
	position:relative;
	width:90%;
	margin:0px auto;
	padding:20px 0px 20px 0px;
}
.icon_ul .item {
	float:left;
	width:30%;
	padding:1% 1% 15px 1%;
}
.icon_ul .item .box {
	overflow:hidden;
	height:335px;
	box-shadow:0px 2px 10px #D1D1D1;
	background-color:#FFFFFF;
	text-align:center;
	transition:all 0.35s;
}
.icon_ul .item .box .icons {
	position:relative;
	height:81px;
	padding:72px 0px 0px 0px;
	transition:padding 0.35s;
}
.icon_ul .item .box .icons .shadow_icon {
	position:relative;
	width:64px;
	height:64px;
	margin:0px auto;
	background-color:#fce5e5;
}
.icon_ul .item .box .icons .master_icon {
	position:relative;
	top:-56px;
	right:-8px;
	width:64px;
	height:64px;
	margin:0px auto;
	background-color:#CC1616;
	font-size:24px;
	font-weight:bold;
	line-height:62px;
	color:#FFFFFF;
}
.icon_ul .item h4 {
	font-size:24px;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
.icon_ul .item .desc {
	color:#6E6E6E;
	padding:10px 20px 10px 20px;
	font-size:14px;
	line-height:24px;
}
.icon_ul .item .box:hover {
	background-color:#CC1616;
}
.icon_ul .item .box:hover .icons {
	padding-top:59px;
}
.icon_ul .item .box:hover .icons .shadow_icon {
	background-color:#e82d2d;
}
.icon_ul .item .box:hover .icons .master_icon {
	background-color:#FFFFFF;
	color:#e82d2d;
}
.icon_ul .item .box:hover h4 {
	color:#FFFFFF;
}
.icon_ul .item .box:hover .desc {
	color:#FFFFFF;
}

/* call to action */
.cta_frame {
	position:relative;
	color:#FFFFFF;
	height:400px;
	/*background-image:url('../image/cta-bg.jpg');*/
	background-image:url('../image/bg/cta_bg_min.jpg');
	background-position:top center;
	background-attachment: fixed;
	background-size: cover;
}
.cta_mask {
	background-color:rgba(0,0,0, 0.5);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.cta_frame .body_layout {
	position:relative;
	text-align:center;
}
.cta_frame .body_layout h2 {
	height:42px;
	font-size:24px;
	font-weight:bold;
	padding:118px 0px 0px 0px;
}
.cta_frame .body_layout .desc {
	width:80%;
	margin:0px auto;
	font-size:16px;
	line-height:24px;
	padding:0px 15px 25px 15px;
}
.cta_frame .body_layout .link {
	padding:18px 0px 0px 0px;
}
.cta_frame .body_layout .link a{
	border:2px solid #FFFFFF;
	padding:12px 24px 14px 24px;
	transition:0.45s;
	font-size:15px;
	background-color:rgba(0,0,0, 0.5);
}
.cta_frame .body_layout .link a:hover {
	background-color:#CC1616;
	border-color:#CC1616;
}

/* 产品集 */
.portfolio {
	padding:0px 0px 0px 0px;
}
.photo_wall {
	width:93%;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	padding:15px 0px 0px 15px;
}
.wall {
	float:left;
	/*width:24%;*/
}
.wall.ver {
	width:22%;
}
.wall.trans {
	width:26%;
}
.wall.ver2 {
	width:20%;
}
.wall .item {
	padding:0px 4px 10px 0px;
}
.wall .item .box {
	min-height:125px;
}
.wall .item .box img {
	display:block;
	width:100%;
	border:1px solid rgba(255,255,255, 0);
	border-radius:15px;
	box-shadow:2px 2px 8px rgba(55,55,55, 0);
	transform:scale(0.8);
	transition:all 0.85s;
}
.wall .item .box img:hover {
	transform:scale(1.1);
	border:1px solid #E8E8E8;
	box-shadow:2px 2px 8px rgba(55,55,55, 0.55);
}

/* 联系 */
.contact {
	width:90%;
	margin:0px auto;
	padding:0px 0px 50px 0px;
}
.card_ul {
	overflow:hidden;
	position:relative;
	padding:10px 10px 10px 10px;
}
.card_ul .item {
	width:21%;
	float:left;
	text-align:center;
	padding:10px 10px 30px 10px;
}
.card_ul .item.addr {
	width:45%;
}
.card_ul .item .box {
	height:170px;
	box-shadow:0px 0px 30px #E6E7E7;
	padding:24px 0px 5px 0px;
}
.card_ul .item .box .icons {
	width:56px;
	height:56px;
	margin:0px auto;
	background-position:center;
	background-repeat:no-repeat;
}
.icons.addr {
	background-image:url('../image/icons/address.bmp');
}
.icons.email {
	background-image:url('../image/icons/email.bmp');
}
.icons.phone {
	background-image:url('../image/icons/phone.bmp');
}
.card_ul .item .box h3 {
	height:38px;
	color:#777777;
	font-size:20px;
	padding:8px 0px 0px 0px;
}
.card_ul .item .box .desc {
	color:#7A7A7A;
	font-size:14px;
}

/* 页尾 */
.footer {
	background-color:#0C0C0C;
	color:#FFFFFF;
}
.footer_top {
	width:84%;
	height:320px;
	margin:0px auto;
	padding:60px 0px 0px 0px;
}
.footer_top .card {
	float:left;
	width:33%;
	border-top:4px solid #CC1616;
	background-color:#191919;
	text-align:center;
	padding:34px 0px 47px 0px;
}
.footer_top .card h3 {
	font-size:32px;
	font-weight:bold;
	height:45px;
	padding:0px 0px 18px 0px;
}
.footer_top .card p {
	font-size:14px;
	line-height:26px;
}
.footer_top span.bold {
	font-weight:bold;
}
.footer_top .links {
	width:18%;
	float:left;
	padding:0px 0px 0px 24px;
}
.footer_top .links h4 {
	font-size:16px;
	font-weight:bold;
	height:32px;
	padding:0px 0px 8px 0px;
}
.footer_top .links .item {
	font-size:14px;
	padding:0px 0px 0px 22px;
	height:38px;
	background-image:url('../image/arrow.bmp');
	background-repeat:no-repeat;
	background-position:7px 3px;
}
.footer_top .links .item a {
	color:#FFFFFF;
}
.footer_top .links .item a:hover {
	color:#FA4B3B;
}

.copyright {
	border-top:1px solid #262626;
	padding:38px 0px 8px 0px;
	text-align:center;
	font-size:14px;
}
.designer {
	text-align:center;
	padding:0px 0px 38px 0px;
	font-size:13px;
}
.subject {
	font-weight:bold;
	font-size:15px;
}
.made {
	color:#E8433E;
}