﻿@charset "utf-8";
/* CSS Document */

body {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #333
}
a:hover {
	color: #1874c1;
}
img {
	max-width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.nomp {
	margin: 0;
	padding: 0;
}
.norl { margin:0; padding:0; margin-left:auto; margin-right:auto; }
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}/* End hide from IE-mac */
ul li {
	list-style: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
h1, h2, h3, h4, h5, h6, h7, div, td, p, b {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
}
.pclogo {
	display: block;
}
.mlogo {
	display: none;
}
#pcmenu {
	border: 0;
	background: none;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
#pcmenu .navbar-nav { float:none; }

/*#pcmenu .navbar-nav li { float:none; display:inline-block; }
*/
#pcmenu .navbar-nav > li > a {
	color: #000;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.2em;
}
#pcmenu .navbar-nav > li {
	border-right: 0px #ccc solid;
}
#pcmenu .navbar-nav > li:nth-child(8) {
	border-right: 0;
}
#pcmenu .navbar-nav > .open > a, #pcmenu .navbar-nav > .open > a:hover, #pcmenu .navbar-nav > .open > a:focus {
	color: #eee;
	background-color: #095ba0;
}
#pcmenu .navbar-nav > li > a:hover, #pcmenu .navbar-nav > li > a:focus {
	color: #eee;
	background-color: #095ba0;
}
#pcmenu .dropdown-menu > li > a:hover, #pcmenu .dropdown-menu > li > a:focus {
	color: #eee;
	background-color: #095ba0;
	text-decoration: none;
}



.h-servic-list .col-sm-4 img:hover {
	animation: 3s ease 0s normal none infinite running fadeBigimg;
}
 @keyframes fadeBigimg {
0% {
 transform: scale(1);
}
50% {
 transform: scale(1.1);
}
100% {
 transform: scale(1);
}
}

.nav-container { width:93.705%; }

header { border-bottom: #efefef 1px solid; }

.proclass { margin-top:20px; margin-bottom:30px; }
.proclass h3 { font-size:18px; }
.proclass .thumbnail:hover { border:1px #09F solid; border-radius:5px; }

.thisclass { margin-bottom:50px; margin-top:0px; border-bottom:1px #ddd solid; padding-bottom:10px; }
.pagecon { margin-top:20px; margin-bottom:20px; }
.pagecon p { font-size:16px; line-height:25px; }






.prolist { margin-top:30px; margin-bottom:30px; }


.row figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
/*	width: 48%;
*/	height: auto;
	background: #09C;
	text-align: center;
	cursor: pointer;
}

.row figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
/*	opacity: 0.8;
*/}

.row figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border:1px #ddd solid;
	border-radius:5px;
}


.row figure figcaption::before,
.row figure figcaption::after {
	pointer-events: none;
}

.row figure figcaption,
.row figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.prolist .col-sm-4 { padding-left:0; padding-right:0; }

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.row figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.row figure h2 {
	word-spacing: -0.15em;
	font-weight: 300; text-align:left; font-size:18px; ;
}
.black { color:#000; font-size:14px; } .white { color:#fff; }

.row figure h2 span {
	font-weight: 800;
}

.row figure h2,
.row figure p {
	margin: 0;
}

.row figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #09C;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	text-align:left; font-size:14px;
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}

figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 7px solid #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 60px;
	bottom: 60px;
	left: 60px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



.section21{padding: 0px 0 40px;}
.s21-item{position: relative;margin: 15px 0;}
.s21-item img{width: 100%;height: 100%;object-fit: cover;}
.s21-item-bg{position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,.32);z-index: 2;}
.s21-text{position: absolute;z-index: 3;left: 0;bottom: 0;padding: 40px;}
.s21-text h4{font-size: 22px;color: #fff;}
.s21-text h4 a{color: #fff;}
.s21-text a.more{display: block;border: 2px solid transparent;height: 36px;width: 36px;text-align: center;line-height: 36px;margin-top: 15px;font-size: 20px;border-radius: 50%;border-color: #fff;color: #fff;}
.s21-item1,
.s21-item2{height: 438px;}
@media screen and (min-width: 992px) and (max-width: 1199px){
.s21-item1,
.s21-item2{height: 330px;}
.s21-text h4{font-size: 32px;}
.s21-text a.more{height: 32px;width: 32px;line-height: 32px;font-size: 16px;}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.s21-item1,
.s21-item2{height: 250px;}
.s21-text h4{font-size: 28px;}
.s21-text a.more{height: 28px;width: 28px;line-height: 28px;font-size: 12px;}
}
@media screen and (min-width: 0) and (max-width: 767px){
.s21-item1,
.s21-item2{height: auto;}
.s21-text{padding: 15px;}
.s21-text h4{font-size: 24px;display: inline-block;margin-right: 10px;}
.s21-text a.more{display: inline-block;height: 24px;width: 24px;line-height: 24px;font-size: 12px;}
}
 


.newslist {
}
.newslist li {
	margin: 10px 0;
	padding-left: 35px;
	position: relative;
}
.newslist li time {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-date.jpg") no-repeat scroll 0 0;
	color: #fff;
	font-size: 12px;
	height: 63px;
	left: 0;
	margin-top: -31px;
	overflow: hidden;
	padding: 12px 0 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 62px;
}
.newslist li time span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
.newslist li .txt {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 25px 20px 16px 50px;
	text-align: left;
}
.newslist li .txt .pic {
	display: block;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
}
.newslist li .txt .pic img {
	height: 115px;
	width: 180px;
}
.newslist li .txt h3 {
	font-size: 14px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.newslist li .txt h3 a {
	color: #06C;
	font-weight: bold;
	font-size:14px;
}
.newslist li .txt .more:hover, .newslist li .txt h3 a:hover {
	color: #F00;
}
.newslist li .txt p {
	color: #6f6f6f;
	font-size: 12px;
	height: 48px;
	line-height: 24px;
	margin: 10px 0;
	overflow: hidden;
}
.newslist li .txt .more {
	background: rgba(0, 0, 0, 0) url("../images/PicList002256-more.jpg") no-repeat scroll right center;
	color:#06C;
	font-family: Arial;
	padding-right: 20px;
	text-transform: uppercase;
}








footer {
    background-color: #f2f2f2;
    padding-top: 20px; margin-top:50px;
}
.bg-foot-copyright { background:#e6e6e6; padding-top:15px; padding-bottom:15px; margin-top:35px; }
.bg-foot-copyright a { color:#333; }

.footer-nav .col-md-3 { text-align:left;}
.footer-nav .col-md-3 h3 { font-size:20px; }
.footer-nav .col-md-3 ul li a { color:#666; line-height:25px; }
.footer-nav .col-md-3 ul li a:hover { color: #09F; line-height:25px; }

.follow h3 { text-align:left; font-size:20px; }

.proname { margin-top:20px; margin-bottom:50px; }
.prodesc .tab-pane { padding-top:20px; }

.prodesctab { margin-top:50px; }

.prodesctab > li.active > a,
.prodesctab > li.active > a:hover,
.prodesctab > li.active > a:focus {
  color: #fff;
  cursor: default;
  background-color: #06C;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.detail .title {
	border-bottom: 1px #ccc dashed;
	margin-bottom: 2em;
}
.detail .title h2 {
	font-size: 1.5em;
}
.detail .back {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px #ccc dashed;
	padding-top: 1em;
	padding-bottom: 2em;
}

.prevnext { margin-top:50px; margin-bottom:50px; }
.back { margin-bottom:20px; }
.prevnext a { color: #06C; }

.thisnav a { color:#333; }


.pagetitle {
	position: absolute;
	z-index: 11;
	background: #06C;
	width: 200px;
	height: 80px;
	color: #fff;
	font-size: 1.6em;
	margin-top: -30px;
	padding-top: 0.6em;
}
.glyphicon-th-list { display:none; }


.abbg1 {
	width: 100%;
	height: auto;
	padding: 45px 0;
}
.AbTit {
	width: 100%;
	text-align: center;
}
.AbTit h3 {
	font-size: 36px;
	font-weight: bold;
	line-height: 42px;
}
.AbTit h4 {
	width: 80px;
	height: 3px;
	background: #015697;
	margin-top: 15px; margin-left:auto; margin-right:auto;
}


/* Common style */
.swiper1 figure {
	position: relative;
	float: left;
	overflow: hidden;
/*	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	text-align: center;
	cursor: pointer;
}

.swiper1 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
/*	opacity: 0.8;
*/}

.swiper1 figure figcaption {
/*	padding: 2em;
*/	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper1 figure figcaption::before,
.swiper1 figure figcaption::after {
	pointer-events: none;
}

.swiper1 figure figcaption,
.swiper1 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.swiper1 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.swiper1 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300; font-size:20px;
}

.swiper1 figure h2 span {
	font-weight: 800;
}

.swiper1 figure h2,
.swiper1 figure p {
	margin: 0;
}

.swiper1 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
/*	opacity: 0.7;
*/	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height:50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}


.col-item {
    position: relative;
    margin-bottom: 30px;
}


.col-item .photo {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.col-item .type span {
    color: #fff;
    font-size: 13px;
    display: block;
    width: 90px;
	padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;
}

.col-item .textbox {
    background: #f8f8f8;
    text-align: left;
    padding: 32px 28px 36px 28px;
}

.col-item .textbox .overtext {
    height: 10.6em;
    overflow: hidden;
}

.type { position:absolute; z-index:99; top:0; text-align:left; }
.type span { background:url(/UploadSysFiles/Images/type2.png) no-repeat; }
.type2 h4 { color:#000; font-weight:bold;  }
.type a:Hover { text-decoration:none; }
#scroller { text-align:left; }
#scroller h4 { color:#000; font-weight:bold; font-size:16px; line-height:25px;  }
#scroller a:hover { text-decoration:none; }

.prolist .thumbnail:hover { border:1px #06C solid; }


 @media ( min-width: 780px) {
body {
	font-size: 14px;
}
img {
	max-width: 100%;
}
.container {
	width: 1200px;
}
#mbtopmenu {
	display: none;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	animation: 7s ease 0s normal none infinite running fadeBig;
}
@keyframes fadeBig {
0% {
 transform: scale(1);
}
50% {
 transform: scale(1.1);
}
100% {
 transform: scale(1);
}
}


.languagelink { margin-top:20px; }
.languagetxt { font-size:18px; }


.row figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
/*	width: 48%;
*/	height: auto;
	background: #09C;
	text-align: center;
	cursor: pointer;
}

.row figure { margin-right:1.5%; }
.row figure:nth-child(3n) { margin-right:0; }
.row .col-sm-4 { width:32%; }

.bigimg img { max-width:60%; }
.bthotline { margin-top:20px; }



}

 @media ( min-width: 1400px) {
	#pcmenu .navbar-nav > li > a { padding-left:15px; padding-right:15px; } 
	 
	 
	 
 }


 @media ( min-width: 1600px) {
	#pcmenu .navbar-nav > li > a { padding-left:25px; padding-right:25px; } 
	 
	 
	 
 }


 @media ( min-width: 1920px) {
	#pcmenu .navbar-nav > li > a { padding-left:30px; padding-right:30px; } 
	 
	 
	 
 }
	 

 @media ( max-width: 780px) {
body {
	font-size: 14px;
}
img {
	max-width: 100%;
}
.languagelink { margin-top:30px; }
#pcmenu .navbar-nav > li { text-align:left; }
#pcmenu .navbar-brand {}
#pcmenu { background:#efefef; padding-top:0; padding-bottom:0; }
#pcmenu .navbar-brand {  }
#pcmenu .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	margin-left: 0;
	margin-right: 0;
}
#pcmenu .dropdown-menu > li > a {
	color:#000;
}
.nav-container { width:100%; }

#pcmenu .navbar-toggle {  }

.abbg1 { padding-top:25px; padding-bottom:25px; }
.AbTit h3 { font-size:24px; }

.proclass h3 { font-size:14px; }

.row figure h2 { font-size:14px; }






}

.follow { }

