﻿@charset "utf-8";
#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-bottom: 120px;
	box-sizing: border-box;
	background-color: #ebebeb;
	min-width: 1200px;
}

.head {
	background-color: #242529;
	height: 60px;
	width: 100%;
}
.head .w div {
    display:inline-block;
}
.head .logo {
	width: 60px;
	height: 60px;
    line-height: 60px;
}
.head .title {
    font-size: 30px;
    -webkit-text-stroke: #000 0.2px;
    height: 60px;
    line-height: 65px;
    margin-left: 10px;
}
.head .title-slogan{
    margin-left:50px;
    width:128px;
    height: 60px;
    line-height:60px;
    background: url(../images/logo-slogan.png) no-repeat center center;
}
.head .contact {
	font-size: 20px;
	height: 60px;
}
.head .contact > em {
	width: 200px;
	display: inline-block;
	background-position: left,center;
    line-height: 20px;
    height: 60px;
}

.head .contact > em > i {
    display: inline-block;
	padding-left: 45px;
	font-size: 15px;
    line-height: 10px;
}
.head .contact > em > i:first-child {
    padding-top: 15px;
}
.head .contact > em > i:last-child {
    padding-top: 5px;
}
.icon-phone{
    background: url(../images/icon-phone.png) no-repeat;
}
.icon-email {
    background: url(../images/icon-email.png) no-repeat;
}

.menu {
    width: 100%;
    height: 40px;
    background-color: #e4e4e4;
    border-top: 5px solid #5ab5c8;
}
.menu .w{
}
.menu ul.nav { 
    margin-left: 60px; 
    width: 850px; 
    float: left;
}
.menu ul.nav > li {
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	position: relative;
	float: left;
	margin-right: 30px;
}
.menu ul.nav > li > a {
	color: #242529; 
	padding: 5px;
	font-weight: normal;
}
.menu ul.nav > li > a:visited {
	color: #242529; 
}
.menu ul.nav > li > a:hover, .menu ul > li > a:active, .menu ul > li > a.actived {
	color: #1296db !important;
	font-weight: bold;
}

.menu .search {
	width: 240px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.menu .search input {
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 10px;
	height: 25px;
	width: 150px;
}
.menu .search a{
	font-size: 16px;
}
.menu .menu-popup {
	display: none;
	top: 40px;
	width: 130px;
	position: absolute;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	padding-bottom: 20px;
	z-index: 10;
	margin-left: -26px;
}
.menu .menu-popup.popupAbout{
	/*left: 140px;*/
}
.menu .menu-popup.popupProduct{
	/*left: 250px;*/
}
.menu .menu-popup li {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.menu .menu-popup li a{
	color: #242529;
}
.menu .menu-popup li a:hover{
	color: #1296db;
}

.brand {
	height: 600px;
}
.brand .swiper-container {
	width: 100%;
	height: 100%;
}

.brand .swiper-slide {
	background-position: center;
	background-size: cover;
}
.brand .swiper-button-next {
	right: 10% !important;
}
.brand .swiper-button-prev {
	left: 10% !important;
}


.w .moduleTitle {
    width: 990px;
    text-align: center;
    height: 120px;
    margin: 0 auto;
}
.moduleTitle > span {
    font-size: 36px;
    font-weight:bold;
    color: #5ab5c8;
    display:block;
    padding: 5px 0;
}
.moduleTitle > div {
    width: 100%;
    height: 14px;
    border-bottom: 1px solid #5ab5c8;
}
.moduleTitle > div > div {
    width: 144px;
    height: 6px;
    display: inline-block;
    text-align: center;
    background-color: #5ab5c8;    
}
.moduleTitle > i {
    font-size: 14px;
    color: #666;
    padding-top: 10px;
    display: block;
}
.moduleTitle.whiteTitle span, .moduleTitle.whiteTitle i {
    color: #fff;
}
.moduleTitle.whiteTitle > div {
    border-bottom-color: #fff;
}
.moduleTitle.whiteTitle > div > div {
    background-color: #fff;
}
.w .word {
    width:100%;
    font-size:20px;
    color:#999;
    text-align:center;
}

.slogan {
    padding-top: 50px;
    height: 450px;
    background-color: #fff;
}
.slogan ul {
    margin-top:50px;
    text-align: center;
    height: 250px;
}

.slogan ul li {	
	width: 240px;
	height: 100%;
    padding: 0 30px;
	float: left;
	color: #1296db;
    text-align:center;
}
.slogan ul li img {
	margin: 0 auto;
    display:block;
}
.slogan ul li span{
    font-size: 20px;
    color: #666;
    height:55px;
    line-height:55px;
}
.slogan ul li div{
    font-size: 13px;
    color: #999;
    height:80px;
	line-height: 20px;
    text-align:left;
}
.products {
    padding-top: 50px;
    height: 180px;
    background-color: #5ab5c8;
}
.products .more {
	margin-top: 5px;
	float: right;
	font-size: 14px;
	color: #fff;
	height: 20px;
}
.products .more a,.products .more a:hover,.products .more a:active {
	color: #fff;
}
.products .tabTitles {
	margin-left: 50px;
	margin-top: 25px;
}
.products .tabTitles ul {
    height:35px;
}
.products .tabTitles li {
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	margin-right: 15px;
	float: left;
	background-color: #3c7986;
}
.products .tabTitles li.hover{
	background-color: #fff;
}
.products .tabTitles li a{
	color: #fff;
}
.products .tabTitles li.hover a {
	color: #1296db;
}

.productImgs{
	height: 220px;
	background-color: #fff;
}
.productImgs ul{
	padding-top: 10px;
    height: 180px;
}
.productImgs ul li {
	width: 265px;
	height: 180px;
	line-height: 180px;
	float: left;
	margin-right: 40px;
	/*background: url(../images/productBack.jpg) no-repeat;*/
	position:relative;
	overflow: hidden;
	text-align:center;
    border: 2px solid #ebebeb;
}
.productImgs ul li:last-child {
	margin-right: 0px;
}
.productImgs ul li h2{
	margin-top: 120px;
	height: 20px;
	width: 100%;
	line-height: 20px;
	padding: 10px;
	color: #000;
	background-color: #fff;
	opacity: 0.6;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	position:absolute;
	z-index: 10;
    cursor: pointer;
}
.productImgs ul li img{
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
    max-width:200px;
}
.productImgs ul li:hover {
	border: 2px solid #c3e4eb;
}

.productImgs ul li:hover h2{
	margin-top: 20px;
	color: #1296db;
	background-color: #fff;
	opacity: 0.8;
}
.productImgs ul li:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
/*.productImgs ul li:hover  a{
	opacity: .1;
}
.productImgs ul li a{
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	display: inline-block;
	overflow: hidden;
	position: absolute;	
    left:0;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}*/
.productImgs ul li em{
    background: url(../images/detailbg.png) no-repeat center center;
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    position: absolute;	
    left:0;
    color: #fff;
    top: 150px;
    opacity: 0;
    transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
}
.productImgs ul li:hover em{
	opacity: 1;
}
.about {
    padding-top: 50px;
    height: 420px;
    background-color: #5ab5c8;
}
.about .about-content{
	background-color: #fff;
	width: 90%;
	height: 245px;	
	margin: 0 auto;	
	vertical-align: middle;
	padding: 20px;
	color: #242529;
}
.about .about-content .about-text{
    width: 600px;
    margin-left: 20px;
    margin-top: 30px;
    text-align: center;
}
.about .about-content .about-text p{
    font-size: 25px;
    line-height: 50px;
    color: #666;
}

.footer {
    height: 120px;
    background-color: #274f57;
    /*margin-top: -120px;*/
    position: absolute;
    bottom: 0;
    width: 100%;
}
.footer .w {
	padding-top: 30px;
	height: 90px;
    text-align:center;
}
.footer .logo {
	display: inline-block;
	width: 50px;
	height: 100%;
}
.footer .logo img {
	margin-top: 0px;
    vertical-align: bottom !important;
}
.footer .text {
	display: inline-block;
	height: 100%;
	padding-left: 10px;
    text-align: center;
}
.footer .text .copyright{
	color: #ccc;
}
.footer .text ul {
    height: 19px;
    
}
.footer .text li{
	padding: 0 5px;
	float: left;
}
.footer .text li::after {
	content: '|';
	margin-left: 10px;
}
.footer .text li:first-child {
	padding: 0;
}
.footer .text li:last-child::after {
	content: '';
}
.footer .text li a,.footer .text li a:hover, .footer .text li a:active, .footer .text li a:visited{
	color: #fff;
}

.rightBar {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
}
.bar-item {
    display: block;
    background-color: #fff;
    width: 64px;
    height: 64px;
    margin-top: 1px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 52px 52px;
    margin: 0 auto;
    line-height: 52px;
    margin-bottom: 5px;
    /*-moz-transition: background-position 1s;
    -webkit-transition: background-position 1s;
    transition: background-position 1s;*/
}
.bar-item:hover .bar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.bar-item.icon-weixin{
    background-image: url(../images/icon-wx.png);    
}
.bar-item.icon-taobao{
    background-image: url(../images/icon-tb1.png);    
}
.icon-weixin .bar-layer{
    background: url(../images/weixin1.png) no-repeat center center;
}
.icon-taobao .bar-layer {
    background: url(../images/taobao1.png) no-repeat center center;
}
.bar-layer {
    position: absolute;
    right: 64px;
    bottom: 0px;
    width: 146px;
    height: 175px;
    opacity: 0;
    filter: alpha(opacity=0);
    transform-origin: 95% 95%;
    -moz-transform-origin: 95% 95%;
    -webkit-transform-origin: 95% 95%;
    transform: scale(0.01);
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}

.main {
    background-color: #ebebeb;
    margin-top: 30px;
}
.main .sidebar{
	float: left;
	width: 200px;
	height: 100%;
	margin-left: 30px;
}
.main .sidebar .moduleName{
	background-color: #242529;	
	color: #fff;
	font-size: 16px;
	text-align:center;
	height: 45px;
	line-height: 45px;
}
.main .sidebar .firstMenu{
	margin-top:10px;
	overflow: hidden;
}
.main .sidebar .firstMenu li {
	min-height: 45px;
	line-height: 35px;
	width: 100%;
}
.main .sidebar a{
	color: #242529;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	text-align: left;
	width: 100%;
	padding-left: 5px;
}
.main .sidebar a:hover,.main .sidebar li.actived > a{
	color: #1296db;
	border-bottom-color: #1296db;
}
.main .sidebar .secondMenu {
	display: none;
	overflow: hidden;
}
.main .sidebar .secondMenu li{
	height:40px;
	line-height: 35px;
	padding-left: 15px;
}
.main .mainBody{
	float: left;
	width: 900px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
	position:relative;
	min-height: 600px;
}

.main .mainBody .navigation{
	background: url(../images/icon-home.png) no-repeat;
	padding-left: 30px;
	color: #666565;
	font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.main .mainBody .navigation span{
    color: #5ab5c8;
}

.main .mainBody .title{
	font-size: 26px;
	color: #5ab5c8;
    font-weight:bold;
	margin-top: 30px;
}

.main .mainBody .content p{
	margin: 0 auto;
    margin-top: 30px;
    text-indent:2em;
}
.main .mainBody .content img {
	max-width: 880px;
}

.main .mainBody .aboutContent, .main .mainBody .aboutContent p {
    font-size: 16px;
    line-height: 30px;
    color:#666;
}

.messageBody{
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}

.messageBody form div{
	line-height: 50px;
}
.messageBody form label {
	vertical-align: middle;
	font-size: 16px;
	color: #252629;
	padding-right: 30px;
	display: inline-block;
}
.messageBody form input {
	vertical-align: middle;
	border: 1px solid #999;
	width: 400px;
	height: 30px;
}
.messageBody form textarea {
	vertical-align: middle;
	border: 1px solid #999;
	width: 400px;
	height: 100px;
}

.bottom-rightToLeft:before, .bottom-rightToLeft:after, .bottom-rightToLeft > .ui-border-element:before, .bottom-rightToLeft > .ui-border-element:after {
	content: '';
	position: absolute;
}
.bottom-rightToLeft:after {
	border-bottom: 2px solid #1296db;
	left: 0;
	right: 100%;
	bottom: 0;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.bottom-rightToLeft:hover:after {
	right: 0%;
}
.bottom-rightToLeft:not(:hover):after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}


.backwardBorderTrain:before, .backwardBorderTrain:after, .backwardBorderTrain > .ui-border-element:before, .backwardBorderTrain > .ui-border-element:after {
	content: '';
	position: absolute;
}
.backwardBorderTrain:before {
    border-top: 2px solid #c3e4eb;
    left: 100%;
    right: 0;
    top: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.backwardBorderTrain:hover:before {
	left: 0%;
}
.backwardBorderTrain:not(:hover):before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.backwardBorderTrain:before, .backwardBorderTrain:after, .backwardBorderTrain > .ui-border-element:before, .backwardBorderTrain > .ui-border-element:after {
	content: '';
	position: absolute;
}
.backwardBorderTrain .ui-border-element:after {
    border-right: 2px solid #c3e4eb;
    top: 100%;
    bottom: 0;
    right: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.backwardBorderTrain:hover .ui-border-element:after {
	top: 0%;
}
.backwardBorderTrain:not(:hover) .ui-border-element:after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.backwardBorderTrain:before, .backwardBorderTrain:after, .backwardBorderTrain > .ui-border-element:before, .backwardBorderTrain > .ui-border-element:after {
	content: '';
	position: absolute;
}
.backwardBorderTrain:after {
    border-bottom: 2px solid #c3e4eb;
    left: 0;
    right: 100%;
    bottom: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.backwardBorderTrain:hover:after {
	right: 0%;
}
.backwardBorderTrain:not(:hover):after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.backwardBorderTrain:before, .backwardBorderTrain:after, .backwardBorderTrain > .ui-border-element:before, .backwardBorderTrain > .ui-border-element:after {
	content: '';
	position: absolute;
}
.backwardBorderTrain .ui-border-element:before {
    border-left: 2px solid #c3e4eb;
    top: 0;
    bottom: 100%;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.backwardBorderTrain:hover .ui-border-element:before {
	bottom: 0%;
}
.backwardBorderTrain:not(:hover) .ui-border-element:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}