﻿body {
	position: relative;
	min-width: 1200px
}
.wrapper {
	position: relative;
	width: 1200px
}
#banner {
	position: relative;
	width: 100%
}
#banner .banner-container {
	width: 100%;
	height: 100%;
	text-align: center
}
#qualification {
	padding-top: 45px;
	height: 345px;
	overflow: hidden
}
#qualification .title, #case .title, #about .title, .sy-news .title, #appointment .title, #patent .title {
	margin-bottom: 30px;
	color: #1a1a1a;
	font-size: 36px;
	text-align: center
}
#qualification .title span, #case .title span, #about .title span, #news .title span, #appointment .title span, #patent .title span {
	margin-left: 18px;
	font-family: Arial
}
#qualification .swiper-qua-container {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 160px
}
#qualification .swiper-container, #qualification .swiper-wrapper {
	height: 100%
}
#qualification .swiper-qua .swiper-slide {
	padding: 8px;
	width: 20%;
	height: 100% !important
}#qualification .swiper-qua{width:100%;max-width:1200px;}
#qualification .swiper-qua img {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3)
}
#case {
	padding-top: 65px;
	padding-bottom: 32px
}
#case .title {
	margin-bottom: 30px
}
#case .object {
	text-align: center
}
#case .object ul {
	position: relative;
	display: inline-block;
	border: none
}
#case .object ul .more {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -18px;
	margin-left: 20px;
	width: 36px;
	height: 36px;
	background: #3CADFB url("../images/more_plus.png") no-repeat center
}
#case .object ul li {
	margin-bottom: 0;
	float:left;
}
#case .object ul li a {
	margin-left: 40px;
	margin-right: 0;
	padding: 5px 2px 8px;
	color: #2d2d2d;
	font-size: 18px;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #2d2d2d;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease
}
#case .object ul li:first-child a {
	margin-left: 0
}
#case .object ul li:hover a, #case .object ul li.active a {
	color: #3CADFB;
	background-color: #fff;
	border-color: #3CADFB;
	border-bottom-color: #3CADFB
}
#case .tab-content {
	margin-top: 20px;
	min-height: 445px
}
/*#case .tab-pane ul {
	margin-left: -20px
}*/
#case .tab-pane ul li {
	float: left;
	margin-top: 20px;
	margin-right: 2%;
	width: 23.5%;
}
#case .tab-pane ul li:nth-child(4n) {
	margin-right: 0;
}
#case .tab-pane ul li .pic {
	display: block;
	width: 100%;
	border:1px solid #eeeeee;
	padding:2px;
}
#case .tab-pane ul li .pic:hover {
	border:1px solid #3CADFB;
}
#case .tab-pane ul li .pic img {
	width: 100%;
	height: 100%
}
#case .tab-pane ul li .desc {
	position: relative;
	height: 36px
}
#case .tab-pane ul li .desc p {
	display: block;
	color: #231815;
	font-size: 13px;
	line-height: 36px;
	text-align: center
}
#case .tab-pane ul li .desc span {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}
#case .tab-pane ul li .desc span:before, #case .tab-pane ul li .desc span:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 98%;
	height: 2px;
	background: url("../images/bg_line.png") repeat-x left bottom;
	content: ''
}
#case .tab-pane ul li .desc span:after {
	left: auto;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 20px;
	background: url("../images/more_direction_with_line.png") no-repeat center
}
#about {
	position: relative;
	padding-top: 65px;
	width: 100%;
	height: 538px;
	color: #fff;
	text-align: center;
	background: #807675 url("../images/about.jpg") no-repeat center
}
#about span {
	display: block
}
#about .en {
	font-size: 30px
}
#about .cn {
	margin-top: 20px;
	font-size: 60px
}
#about .desc {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 40px
}
#about p {
	line-height: 26px;
	font-size: 16px
}
#about .more {
	display: block;
	margin: 25px auto 0;
	width: 355px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	background: url("../images/bg_block.png") repeat left top
}

#appointment {
	padding: 75px 0;
	/*height: 500px;*/
	height:auto;
	overflow:hidden;
	color: #fff;
	background: #525659 url("../images/appointment.jpg") no-repeat center
}
#appointment .title {
	margin-bottom: 45px;
	color: #fff
}
#appointment form {
	margin: 0 auto;
	width: 886px
}
#appointment form .wrap {
	
	width: 100%;
}

#appointment form .wrap-r {
	float: right;
	width:48%;
	margin-right:2px;
}
#appointment form .wrap label {
	margin-bottom: 0;
	font-weight: normal
}
/*#appointment form .wrap .group {
	position: relative;
	display: block;
	margin-bottom: 5px;
	width: 48%;
	font-size: 16px;
	border: 1px solid #8e99a7;
}*/
#appointment form .wrap .group {
	display: block;
	width: 47.7%;
	float:left;
	margin:5px 1%;
	font-size: 16px;
	border: 1px solid #8e99a7;
}
#appointment form .wrap .group input{color:#FFF;}
#appointment form .wrap .group .control {
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	line-height: 40px;
	font-size: 16px;
	background-color: transparent;
}
#appointment form .wrap .group>span {
	position: absolute;
	top: 0;
	left: 2px;
	line-height: 40px
}
#appointment form .wrap .group.type .control {
	height: 41px;
	border: none
}
#appointment form .wrap .group.type .control label {
	float: left;
	margin-top: 14px;
	margin-left: 20px
}
#appointment form .wrap .group.type .control label:first-child {
	margin-left: 8px
}
#appointment form .wrap .group.type .control label>span {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	cursor: pointer
}
#appointment form .wrap .group.type input[type=radio], #appointment form .wrap .group.type .iradio_flat {
	float: left;
	margin: 0;
	margin-top: 1px;
	width: 10px;
	height: 10px;
	background: url("../images/radio.png") no-repeat -10px 0;
	cursor: pointer;
	overflow: hidden
}
#appointment form .wrap .group.type .iradio_flat.checked {
	background-position: 0 0
}
#appointment .submit {
	display: block;
	margin:0 auto;
	clear:both;
	width: 355px;
	color:#FFF;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	cursor:pointer;
	text-align: center;
	background:#3CADFB;
}

.appointment {
	padding: 20px 0;
	/*height: 500px;*/
	height:auto;
	overflow:hidden;
	color:#333;
}
.appointment .title {
	margin-bottom: 45px;
	color:#333;
}
.appointment form {
	margin: 0 auto;
	width:100%;
}
.appointment form .wrap {
	width: 100%;
}
.appointment form .wrap-r {
	float: right;
	width:48%;
	margin-right:2px;
}
.appointment form .wrap label {
	margin-bottom: 0;
	font-weight: normal
}
.appointment form .wrap .group {
	display: block;
	width: 47.7%;
	float:left;
	margin:5px 1%;
	font-size: 16px;
	border: 1px solid #8e99a7;
}
.appointment form .wrap .group input{color:#333;}
.appointment form .wrap .group .control {
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	line-height: 40px;
	font-size: 16px;
	background-color: transparent;
}
.appointment form .wrap .group>span {
	position: absolute;
	top: 0;
	left: 2px;
	line-height: 40px
}
.appointment form .wrap .group.type .control {
	height: 41px;
	border: none
}
.appointment form .wrap .group.type .control label {
	float: left;
	margin-top: 14px;
	margin-left: 20px
}
.appointment form .wrap .group.type .control label:first-child {
	margin-left: 8px
}
.appointment form .wrap .group.type .control label>span {
	float: left;
	margin-right: 5px;
	font-size: 12px;
	cursor: pointer
}
.appointment form .wrap .group.type input[type=radio], .appointment form .wrap .group.type .iradio_flat {
	float: left;
	margin: 0;
	margin-top: 1px;
	width: 10px;
	height: 10px;
	background: url("../images/radio.png") no-repeat -10px 0;
	cursor: pointer;
	overflow: hidden
}
.appointment form .wrap .group.type .iradio_flat.checked {
	background-position: 0 0
}
.appointment .submit {
	display: block;
	margin:0 auto;
	clear:both;
	width: 355px;
	color:#FFF;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	cursor:pointer;
	text-align: center;
	background:#3CADFB;
}
#patent {
	margin-top: 40px
}
#patent .title {
	margin-bottom: 50px
}
.open-img img {
	-webkit-filter: opacity(100%) grayscale(0);
	-moz-filter: opacity(100%) grayscale(0);
	-ms-filter: opacity(100%) grayscale(0);
	-o-filter: opacity(100%) grayscale(0);
	filter: opacity(100%) grayscale(0);
	filter: none
}
.about .culture .wrap h3 {
	margin-bottom: 10px;
	color: #f00;
	font-size: 25px;
	text-decoration: underline
}
.about .culture .wrap p {
	line-height: 30px;
	font-size: 16px
}
.about .honor .wrap p {
	line-height: 26px;
	color: #666
}
.about .honor .wrap ul {
	margin-left: -35px
}
.about .honor .wrap ul li {
	float: left;
	margin-left: 35px;
	margin-bottom: 25px;
	padding: 2px;
	width: 410px;
	height: 260px;
	width: 260px;
	height: 165px;
	border: 1px solid #e3e3e3
}
.about .honor .wrap ul li a, .about .honor .wrap ul li a img {
	display: block;
	width: 100%;
	height: 100%
}
.about .content.team {
	overflow: hidden
}
.about .swiper-team, .about .swiper-team .swiper-slide {
	height: 570px !important
}
.news .wrap {
	margin-top: 8px
}
.news .wrap .nynewslist li {
	position: relative;
	padding-top: 28px;
	border-bottom: 1px dashed #ccc
}
.news .wrap ul li:before {
	position: absolute;
	top: 28px;
	left: 0
}
.news .wrap ul li .title {
	margin-bottom: 15px;
	color: #3CADFB;
	font-size: 20px
}
.news .wrap ul li .title a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.news .wrap ul li .title a:hover {
	color: #3CADFB
}
.news .wrap ul li p {
	color: #4b4b4b;
	padding-bottom: 16px
}
.news .wrap ul li .date {
	position: absolute;
	top: 30px;
	right: 0;
	color: #3CADFB;
	font-size: 16px
}
.news .details .wrap {
	margin-top: 35px
}
.news .details .wrap .title {
	margin-bottom: 24px;
	padding-bottom: 14px;
	color: #3CADFB;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dashed #ccc
}
.news .details .wrap .title .date {
	display: block;
	margin-top: 14px;
	color: #3CADFB;
	font-size: 16px
}
.news .details .wrap p {
	color: #4b4b4b;
	text-align:justify;
}
.case .wrap ul.lists {
	margin-left: -70px
}
.case .wrap ul.lists li {
	float: left;
	margin-left: 70px;
	margin-bottom: 38px;
	width: 390px;
	border-bottom: 3px solid #d6d4d4
}
.case .wrap ul.lists li>a, .case .wrap ul.lists li .pic {
	display: block;
	width: 100%;
	height: 245px
}
.case .wrap ul.lists li>a img, .case .wrap ul.lists li .pic img {
	display: block;
	width: 100%;
	height: 100%
}
.case .wrap ul.lists li .desc {
	position: relative;
	padding-top: 26px;
	padding-bottom: 22px
}
.case .wrap ul.lists li .desc .title {
	color: #202020;
	font-size: 16px
}
.case .wrap ul.lists li .desc .more {
	position: absolute;
	top: 28px;
	right: 0;
	padding-left: 14px;
	color: #2d2d2d;
	font-size: 12px;
	background: url("../images/caret_r.png") no-repeat left center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.case .wrap ul.lists li .desc .more:hover {
	color: #3CADFB
}
.pagination-container {
	margin-top: 10px
}
.case .details .wrap .title {
	margin-bottom: 20px;
	color: #202020;
	font-size: 25px
}
.case .details .wrap p {
	line-height: 22px;
	color: #515151
}
.case .details .wrap p strong {
	color: #5DC272
}
.flexslider-section {
	margin-bottom: 30px;
	padding-top: 15px;
	padding-bottom: 20px
}
#case_decoration_details_slider.flexslider, #case_decoration_details_carousel.flexslider {
	position: relative;
	margin: 0 0 25px;
	border: none
}
.flexslider .slides img {
	width: 100%;
	height: 100%
}
#case_decoration_details_carousel .slides li {
	margin-right: 10px;
	width: 120px;
	height: 75px;
	float: left
}
#case_decoration_details_carousel img {
	width: 100%;
	height: 100%;
	cursor: pointer
}
.opacity-1 img {
	opacity: .5
}
.opacity-2 img {
	opacity: 1
}
#case_decoration_details_carousel img:hover {
	opacity: 1
}
#case_decoration_details_slider .flex-direction-nav {
	display: none
}
.contact .us {
	margin-bottom: 50px
}
.contact .us .title {
	position: relative;
	margin-bottom: 20px;
	color: #666;
	font-size: 28px
}
.contact .us .title:before {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -95px;
	width: 190px;
	height: 4px;
	content: ''
}
.contact .us .title span {
	display: block;
	margin-top: 35px;
	color: #f00;
	font-size: 30px
}
.contact .us .info {
	padding: 0 65px
}
.contact .us .info span {
	position: relative;
	float: left;
	/*margin-top: 30px;
	padding-left: 50px;*/
	color: #545454;
	font-size: 20px
}
.contact .us .info .address, .contact .us .info .email {
	width: 500px
}
.contact .us .info span:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 42px;
	height: 42px;
	background: url("../images/icons.png") no-repeat 0 0;
	content: ''
}
.contact .us .info .address:before {
	background-position: 0 0
}
.contact .us .info .phone:before {
	background-position: -42px 0
}
.contact .us .info .url:before {
	background-position: -84px 0
}
.contact .us .info .email:before {
	background-position: -126px 0
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #3CADFB
}
.tab-content h2, .tab-content p {
	margin-top: 15px;
	margin-bottom: 15px
}
.tab-content+.nav {
	float: right
}
.item-list {
	/*padding-top: 40px*/
}
.item-list li {
	float:left;
	width:32%;
	margin:0 2% 15px 0;
}
.item-list li:nth-child(3n) {
	float:left;
	margin-right:0;
}
@media (min-width: 768px) {
.item-list li:nth-child(3n+4) {
	clear: both
}
}
.item-list .innber-shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .6s;
	opacity: 0;
	background-color: transparent;
	transform: rotate(180deg) scale(0.5)
}
.item-list .innber-shadow .fa {
	font-size: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}
.item-list .pic {
	position: relative;
	overflow: hidden
}
.item-list .pic i {
	display: block;
	padding-bottom: 75%
}
@media (max-width: 768px) {
.item-list .pic i {
	padding-bottom: 75% !important
}
}
.item-list .desc {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 10px 0 5px;
	border-bottom: 1px solid #E1E1E1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center
}
.item-list .desc:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	transition: .5s;
	background-color: #3CADFB
}
.item-list>li:hover .desc a {
	color: #3CADFB
}
.item-list>li:hover .desc:before {
	width: 100%
}
.item-list>li:hover .innber-shadow {
	opacity: 1;
	transform: translate(0) scale(1, 1);
	background-color: rgba(2,31,75,0.3)
}
.item-list>li:hover .innber-shadow .fa {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 5px
}
/*# sourceMappingURL=custom.css.map */
