﻿*,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Microsoft YaHei, '微软雅黑', Arial, Tahoma, Helvetica, Georgia, 'STXihei', '华文黑体', Hei;
}

.xx img{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	
}
.ewm {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	width: 100px;
	height: 100px;
}
.ewm1{
	width: 150px;
	margin: 15px 0;
}


.navbar {
	-webkit-border-radius: 0px;
	display: block;
	margin-bottom: 0;
}

.navbar-header {
	height: 53px;
}

.navbar-brand img {
	margin-top: 7px;
}

#navbar-logo {
	display: block;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	background: none;
}

.navbar-collapse a {
	transition: all .3s ease-out;
}

.modal-header .close {
	margin-top: -15px;
}

.seemore {
	margin-top: 5px;
}

.seemore .seemore_btn {
	cursor: pointer;
	font-size: 16px;
	padding: 10px 35px;
	color: #fff;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	border: 1px #fff solid;
	-moz-border-radius-bottomleft: 24px;
	-moz-border-radius-bottomright: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-webkit-border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	-moz-border-radius-topleft: 24px;
	-moz-border-radius-topright: 24px;
	-webkit-border-top-left-radius: 24px;
	-webkit-border-top-right-radius: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}
.list_btn {
	max-width: 960px;
	margin: auto;
	font-size: 0;
	padding-bottom: 0px;
}

.list_btn .list_li {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	min-width: 15%;
	font-size: 16px;
	color: #666;
	text-align: center;
	padding: 10px 0;
	margin: 0 2.5% 15px;
	cursor: pointer;
}

.list_btn .list_li .yuan {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #fff;
}

.list_btn .list_li.on,
.list_btn .list_li:hover {
	color: #DC143C;
}

.list_btn .list_li.on .yuan,
.list_btn .list_li.on:hover .yuan{
	background-color: #DC143C;
}



/*------------列表------------*/

.headerimg {
	position: relative;
	font-size: 10px;
}

.fontsbox {
	position: absolute;
	left: 50%;
	margin-left: -160px;
	width: 320px;
	text-align: center;
	color: #fff;
	font-size: 4em;
	top: 20%;
}
.fontsbox1 {
    font-size: 3em;
}
.case_tit {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	color: #666;
	cursor: pointer;
	padding: 5px 10px;
	font-size: 16px;
}

.four_tit {
	margin: 35px auto;
}

.case_tit:hover,
.case_tit.on {
	background-color: #ea5551;
	color: #fff;
}

.case_top {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: auto;
	max-width: 100%;
}


/*-----------滑动部分-----------*/

.pp-section {
	top: 55px;
}

.op1 {
	transition: all .3s ease-in;
	margin: 25% auto;
}

.op2 {
	margin: 12% auto 51px;
}

.op4 {
	margin: 8% auto 51px;
}
.op5 {
	margin: 5% auto 0px;
}
.op6 {
	margin: 2% auto 51px;
}
@media (max-width:639px) {
	.op2,
	.op4 {
		margin: 4% auto;
	}
	.pp-tableCell .block .sjjy {
		width: 100%;
		margin-left: 0;
	}
}

.op5 {
	margin: 5% auto 0px;
}

.sp {
	padding: 0;
	margin: auto;
}

.index-bg {
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	padding: auto;
	width: 100%;
}

.tbg1 {
	background: url('../img/bg.png') no-repeat center top;
}

.tbg2 {
	background: url('../img/bg1.jpg') no-repeat center top;
}

.blueimg {
	margin: 20px;
	width: 60%;
}

.figure {
	margin: auto;
	position: relative;
	overflow: hidden;
	text-align: left;
	cursor: pointer;
}

figure img {
	margin: auto;
	display: block;
}

figure figcaption {
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}


/*-----------Bubba-----------*/

figure.effect-bubba {
	background: #5ba0fd;
}

figure.effect-bubba img {
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	width: 100%;
}

figure.effect-bubba:hover img {
	opacity: 0.1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}

figure.effect-bubba h2 {
	font-size: 1.2em;
	opacity: 0;
	padding: 10% 35px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
	font-size: .9em;
	letter-spacing: 0.5px;
	padding: 0px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/*-----------svg-----------*/

svg {
	pointer-events: none;
}

.demo-drawings figcaption {
	margin: 0 auto 0 auto;
	max-width: 40em;
	width: 95%;
	text-align: center;
}

.demo-drawings figure:first-child figcaption {
	margin-top: 8em;
}

.demo-drawings figcaption h2 {
	font-weight: 300;
	font-size: 3em;
	margin-bottom: 0.2em;
}

.demo-drawings figcaption p {
	font-size: 1.3em;
}

.illustration {
	/*z-index: -1;*/
	position: relative;
	bottom: 0px;
	max-height: 100%;
	max-width: 100%;
	opacity: 0;
}

.show {
	opacity: 1;
}

.hide {
	opacity: 0;
}

.line-drawing,
.illustration {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.line-drawing {
	position: absolute;
	top: 0;
	left：0;
}

.line-drawing path {
	fill: none;
	stroke: white;
	stroke-width: 2;
}

path.line-round {
	stroke-linecap: round;
}

path.stroke-medium {
	stroke-width: 2;
}

path.stroke-thin {
	stroke-width: 1;
}


/* Positions */

#logo {
	top: 39px;
}

#demo-link-1,
#demo-link-2,
#demo-link-3 {
	top: 148px;
}

#demo-link-1 {
	-webkit-transform: translateX(-130px);
	transform: translateX(-130px);
}

#demo-link-3 {
	-webkit-transform: translateX(48px);
	;
	transform: translateX(48px);
	;
}

@media screen and (max-width: 35.375em) {
	.demo-loading .headline h1 {
		font-size: 1.4em;
	}
}

@media screen and (max-width: 30em) {
	.related {
		font-size: 0.8em;
	}
}

#main {
	margin-top: 8%;
	/*margin-top: 12%;*/
}

.animated1 {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.animated2 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.wenan1 {
	display: block;
	margin: 5% auto 0;
}

.wenan2 {
	display: block;
	margin: 2% auto 0;
}

.wenan3 {
	display: block;
	margin: 15% auto 0;
}

.none {
	display: none;
}

.block {
	display: block;
}

.gray {
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all .4s ease-in-out;*/
}


/*----------------------*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}


/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.img-circle {
	display: block;
	margin: 15px auto;
}

.js {
	display: inline-block;
	color: #bbb;
	font-size: .95em;
	line-height: 1.8em;
}

.js1 {
	display: inline-block;
	color: #5a5a5a;
	font-size: .95em;
	line-height: 1.4em;
}

.xx {
	color: #5a5a5a;
	font-size: 1em;
}

.dt {
	margin-bottom: 2.5%;
}

p a:hover {
	color: #487da9 !important;
}

.qq {
	position: absolute;
	top: 0;
	left: 7.7em;
}

.tx {
	position: relative;
}

footer {
	color: #999;
	font-size: .8em;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: visible;
	position: absolute;
	padding: 0;
	margin: 0;
	left: -0.5%;
	bottom: 67px;
	text-align: center;
}


/* roundabout */

.roundabout-holder {
	width: 680px;
	height: 350px;
	margin: 0 auto;
}

.roundabout-moveable-item {
	width: 668px;
	height: 337px;
	cursor: pointer;
	border: 3px solid #ccc;
	border: 3px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
}

.roundabout-moveable-item img {
	width: 100%;
}

.roundabout-in-focus {
	border: 3px solid rgba(0, 0, 0, 0.2);
}


/*----------鼠标进过------------*/

li a {
	cursor: pointer;
	overflow: hidden;
}

li a img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.tt-grid li a:hover img {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.up {
	position: absolute;
	background: #308dff;
	height: 40px;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.h2 {
	font-size: 15px;
	margin: 0;
	padding: 0;
	color: #d9eaff;
	position: absolute;
	top: .8em;
	float: left;
	width: 300px;
	text-align: left;
	text-indent: 1.2em;
}

.tt-grid li:hover .up {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.up a {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	background: none;
}

.ck {
	text-indent: 0em;
	color: #fff;
	padding-left: 1.6em;
	float: right;
	background: url('../img/eye.png') no-repeat center left;
}

.modal-body img {
	margin: auto;
}

.st0 {
	fill: #FFFFFF;
}

.modal-body-adress {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px #ddd solid;
}

.modal-body-name {
	padding-bottom: 10px;
}

.modal-body img {
	max-width: 100%;
}

.modal-tit {
	padding: 10px 0;
}

.modal-fonts {
	font-size: 14px;
	padding-bottom: 10px;
}

.threebox {
	display: none;
}

#one {
	width: 100%;
	height: calc(100% - 50px);
	padding: 0;
	background-color: rgb(19, 19, 24);
}


/*----------移动端------------*/

.nopadding {
	padding: 0;
	margin: auto;
}

@media (max-width:740px) {
	.fontsbox {
		font-size:2em;
	}
    .fontsbox1 {
		font-size:1.6em;
	}
	.case_tit {
		font-size: 12px;
	}
	.four_tit {
		margin: 15px auto;
	}
	.tt-grid li {
		width: 50%;
	}
	.tbg1 {
		background: url('') no-repeat center top;
	}
	.tbg2 {
		background: url('') no-repeat center top;
	}
	.tt-grid-wrapper nav {
		display: none;
	}
	/*手机端底部*/
	.hyxed {
		width: 100%;
		height: 58px;
		/*overflow: hidden;*/
		background: #393e42;
		position: fixed;
		left: 0px;
		bottom: 0px;
		z-index: 99;
	}
	.hybox {
		display: -webkit-box;
		display: -moz-box;
		display: -o-box;
		display: -ms-box;
		display: box;
		width: 100%;
		height: auto;
		/*overflow: hidden;*/
	}
	#hybox dd {
		height: 58px;
		/*overflow: hidden;*/
		text-align: center;
	}
	.hyxed dd {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-o-box-flex: 1;
		-ms-box-flex: 1;
		box-flex: 1;
	}
	#hybox dd a {
		color: #fff;
		display: block;
	}
	.fix_icon {
		height: 33px;
		overflow: hidden;
		margin: 0;
	}
	#hybox dd .title {
		height: 23px;
		overflow: hidden;
		line-height: 23px;
	}
	#pagepiling {
		margin-bottom: 120px;
	}
	.qqbox {
		position: absolute;
		left: 0;
		bottom: 58px;
		width: 100%;
		background-color: #393e42;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.qqbox a {
		display: inline-block;
		*zoom: 1;
		*display: inline;
	}
}

@media (max-width:980px) {
	.headerimg {
		margin-top: 50px;
	}
	.seemore .seemore_btn {
		color: #000;
		border: 1px #000 solid;
		padding: 5px 20px;
		margin-bottom: 20px;
	}
	.list_btn .list_li {
		padding: 5px 0;
	}
	.blueimg {
		width: 80%;
	}
	.modal-body-adress {
		margin-bottom: 10px;
	}
	.first {
		margin-top: 50px;
	}
	header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 900;
		width: 100%;
	}
	footer {
		position: inherit;
	}
	/*#one img{
		width: 100%;
	}*/
	.tt-grid-wrapper nav {
		display: none;
	}
}

@media (max-width:639px) {
	.fontsbox {
		font-size:1.6em;
	}
    .fontsbox1{
		font-size:1.2em;
	}
	.blueimg {
		width: 100%;
		margin: 20px 0;
	}
	.tt-grid {
		display: none;
	}
	.threebox {
		display: block;
		list-style: none;
		font-size: 0;
		padding: 0;
	}
	.threebox li {
		display: inline-block;
		*zoom: 1;
		*display: inline;
		width: 50%;
	}
	.threebox li img {
		width: 100%;
	}
	#one {
		background-color: #fff;
	}
	.tt-grid-wrapper nav {
		display: none;
	}
}