html,
body {
    width: expression(document.body.clientWidth <=1200? "1200px": "auto");
    min-width: 1200px;
    overflow-x: hidden;
}
.header{
	padding: 30px 0;
}
.logo{
	flex: 0 0 35%;
}
.nav{
	flex: 1;
}
.nav ul{
	margin: 0;
	padding: 0;
	width: 100%;
}
.nav li{
	list-style: none;
	flex: 1;
	position: relative;
}
.nav li a{
	display: block;
	text-decoration: none;
	color: #333;
	text-align: center;
}
.nav a {
 border-left: 0px solid rgba(0, 0, 0, 0);
 color: #808080;
 display: block;
 font-size: 16px;
 line-height: 40px;
 padding: 0 1px;
 text-decoration: none;
 text-transform: uppercase;
}
.nav li:hover {
 background-color: none;
 background: -moz-linear-gradient(#fff, #fff);
 background: -ms-linear-gradient(#fff, #fff);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
 background: -webkit-linear-gradient(#fff, #fff);
 background: -o-linear-gradient(#fff, #fff);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b');
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#1b1b1b')";
 background: nonr;
 border-bottom: 0px solid #222222;
 border-top: 0px solid #1B1B1B;
}
.nav li:hover > a {
 border-radius:0;
 border-left: 0px solid #45abdb;
 color: #45abdb;
}
.submenu {
 left: 0;
 max-height: 0;
 position: absolute;
 top: 64px;
 z-index: 0;
 -webkit-perspective: 400px;
 -moz-perspective: 400px;
 -ms-perspective: 400px;
 -o-perspective: 400px;
 perspective: 400px;
}
.submenu li {
 opacity: 0;
 -webkit-transform: rotateY(90deg);
 -moz-transform: rotateY(90deg);
 -ms-transform: rotateY(90deg);
 -o-transform: rotateY(90deg);
 transform: rotateY(90deg);
 background:#fff;
 margin-bottom: 1px;
 -webkit-transition: opacity .4s, -webkit-transform .5s;
 -moz-transition: opacity .4s, -moz-transform .5s;
 -ms-transition: opacity .4s, -ms-transform .5s;
 -o-transition: opacity .4s, -o-transform .5s;
 transition: opacity .4s, transform .5s;
}
.nav .submenu li:hover a {
 border-left: 0px solid #454545;
 border-radius: 0;
 color: #ffffff;
 background: #45abdb;
}
.nav > ul > li:hover .submenu,
.nav > ul > li:focus .submenu {
 max-height: 2000px;
 z-index: 10;
}
.nav > ul > li:hover .submenu li,
.nav > ul > li:focus .submenu li {
 opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -ms-transform: none;
 -o-transform: none;
 transform: none;
}
.nav > ul > li:hover .submenu li:nth-child(1) {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.nav > ul > li:hover .submenu li:nth-child(2) {
 -webkit-transition-delay: 50ms;
 -moz-transition-delay: 50ms;
 -ms-transition-delay: 50ms;
 -o-transition-delay: 50ms;
 transition-delay: 50ms;
}
.nav > ul > li:hover .submenu li:nth-child(3) {
 -webkit-transition-delay: 100ms;
 -moz-transition-delay: 100ms;
 -ms-transition-delay: 100ms;
 -o-transition-delay: 100ms;
 transition-delay: 100ms;
}
.nav > ul > li:hover .submenu li:nth-child(4) {
 -webkit-transition-delay: 150ms;
 -moz-transition-delay: 150ms;
 -ms-transition-delay: 150ms;
 -o-transition-delay: 150ms;
 transition-delay: 150ms;
}
.nav > ul > li:hover .submenu li:nth-child(5) {
 -webkit-transition-delay: 200ms;
 -moz-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 transition-delay: 200ms;
}
.nav > ul > li:hover .submenu li:nth-child(6) {
 -webkit-transition-delay: 250ms;
 -moz-transition-delay: 250ms;
 -ms-transition-delay: 250ms;
 -o-transition-delay: 250ms;
 transition-delay: 250ms;
}
.nav > ul > li:hover .submenu li:nth-child(7) {
 -webkit-transition-delay: 300ms;
 -moz-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 transition-delay: 300ms;
}
.nav > ul > li:hover .submenu li:nth-child(8) {
 -webkit-transition-delay: 350ms;
 -moz-transition-delay: 350ms;
 -ms-transition-delay: 350ms;
 -o-transition-delay: 350ms;
 transition-delay: 350ms;
}
.submenu li:nth-child(1) {
 -webkit-transition-delay: 350ms;
 -moz-transition-delay: 350ms;
 -ms-transition-delay: 350ms;
 -o-transition-delay: 350ms;
 transition-delay: 350ms;
}
.submenu li:nth-child(2) {
 -webkit-transition-delay: 300ms;
 -moz-transition-delay: 300ms;
 -ms-transition-delay: 300ms;
 -o-transition-delay: 300ms;
 transition-delay: 300ms;
}
.submenu li:nth-child(3) {
 -webkit-transition-delay: 250ms;
 -moz-transition-delay: 250ms;
 -ms-transition-delay: 250ms;
 -o-transition-delay: 250ms;
 transition-delay: 250ms;
}
.submenu li:nth-child(4) {
 -webkit-transition-delay: 200ms;
 -moz-transition-delay: 200ms;
 -ms-transition-delay: 200ms;
 -o-transition-delay: 200ms;
 transition-delay: 200ms;
}
.submenu li:nth-child(5) {
 -webkit-transition-delay: 150ms;
 -moz-transition-delay: 150ms;
 -ms-transition-delay: 150ms;
 -o-transition-delay: 150ms;
 transition-delay: 150ms;
}
.submenu li:nth-child(6) {
 -webkit-transition-delay: 100ms;
 -moz-transition-delay: 100ms;
 -ms-transition-delay: 100ms;
 -o-transition-delay: 100ms;
 transition-delay: 100ms;
}
.submenu li:nth-child(7) {
 -webkit-transition-delay: 50ms;
 -moz-transition-delay: 50ms;
 -ms-transition-delay: 50ms;
 -o-transition-delay: 50ms;
 transition-delay: 50ms;
}
.submenu li:nth-child(8) {
 -webkit-transition-delay: 0s;
 -moz-transition-delay: 0s;
 -ms-transition-delay: 0s;
 -o-transition-delay: 0s;
 transition-delay: 0s;
}
.content{
	margin-top: 50px;
}
.tbox h3{
	color: rgba(27, 155, 216, 1);
	font-family: impact;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
}
.tbox p{
	color: rgba(27, 155, 216, 1);
	font-size: 18px;
	line-height: 1;
	margin: 10px 0 0 0;
	position: relative;
	overflow: hidden;
}
.tbox p::after{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	left: 80px;
	bottom: 1px;
}
.tbox p::before{
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background-color: rgba(27, 155, 216, 1);
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 80px;
}
.snav{
	margin-top: 20px;
}
.snav ul{
	padding: 0;
	margin: 0;
}
.snav ul li{
	list-style: none;
}
.snav ul li a{
	display: block;
	position: relative;
	padding-left: 30px;
	color: #333;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	text-decoration: none;
}
.snav ul li a::before{
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #ccc;
}
.snav ul li a:hover{
	background-color: #eee;
}
.snav ul li a.active{
	background-color: #eee;
}
.rcon{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.rtbox{
	height: 45px;
	background-color: #eee;
}
.rtbox .t{
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: rgba(27, 155, 216, 1);
	padding: 0 20px;
}
.rcontent{
	padding: 30px;
}
.footer{
	margin-top: 50px;
	font-size: 14px;
	background-color: #eee;
	padding: 10px 0;
	text-align: center;
}
.footer p{
	margin: 0;
}
.new-item{
	margin-bottom: 30px;
}
.new-item a{
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	text-decoration: none;
	position: relative;
}
.new-item .thumb{
	position: relative;
}
.new-item .thumb .tag{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	font-size: 12px;
	color: #fff;
	background-color: rgba(27, 155, 216, 1);
	padding: 5px 10px;
}
.new-item .title{
	color: #333;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.new-item .time{
	font-size: 12px;
	color: #999;
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.new-item .blueBg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    background-color: rgb(27, 155, 216);
    transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
    -webkit-transition: all 0.7s cubic-bezier(0.71, -0.01, 0.07, 0.99) 0s;
}
.new-item a:hover .blueBg{
	height: 100%;
}
.new-item a:hover .tag{
	background-color: #fff;
	color: rgba(27, 155, 216, 1);
}
.new-item a:hover .title,
.new-item a:hover .time{
	color: #fff;
}
.new-show .title{
	font-size: 20px;
	text-align: center;
}
.new-show .con{
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}
.pro-item{
	margin-bottom: 30px;
}
.pro-item a{
	display: block;
	text-decoration: none;
	position: relative;
}
.pro-item .title{
	margin-top: 15px;
	color: #333;
	text-align: center;
}
.pro-show{
	position: relative;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.mySwiper .swiper-slide {
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.pro-details{
	margin-top: 30px;
}
.pro-details .t{
	border-bottom: 1px solid #ddd;
}
.pro-details .t span{
	display: block;
	float: left;
	color: rgba(255,255,255,1);
	border-width: 0;
	border-style: solid;
	background-color: #979797;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
}
.pro-details img{
	max-width: 100%;
}
.index-pro{
	padding: 80px 0;
}
.index-pro h2{
	margin-top: 0;
	font-size: 22px;
	color: #333;
	text-align: center;
}
.index-pro h3{
	margin-top: 0;
	font-size: 16px;
	color: #45abda;
	text-align: center;
}
.index-pro h4{
	margin-top: 0;
	font-size: 18px;
	color: red;
	text-align: center;
	margin-bottom: 40px;
}
.index-about-news{
	background-color: rgba(247, 247, 247, 1);
	padding: 60px 0;
}
.index-about{
	color: #707070;
	font-size: 12px;
	line-height: 2;
}
.index-about h2{
	margin-top: 0;
	font-size: 22px;
	color: #45abda;
}
.index-news h2{
	margin-top: 0;
	font-size: 22px;
	color: #45abda;
}
.index-news li{
	list-style: none;
	margin-bottom: 10px;
}
.index-news li .tt{
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}
.index-news li .dd{
	font-size: 12px;
	color: #707070;
	line-height: 2;
}
.index-case{
	padding: 100px 0;
}
.index-case h2{
	margin-top: 0;
	font-size: 22px;
	color: #707070;
	text-align: center;
}
.index-case .case-item a{
	display: block;
	text-decoration: none;
}
.index-case .case-item .tt{
	font-size: 14px;
	text-align: center;
	color: #333;
	margin-top: 10px;
}
.bottom{
	background-color: rgba(247, 247, 247, 1);
	padding: 50px 0;
	color: #787878;
	font-size: 14px;
}
.bottom h3.guanzhu{
	font-size: 22px;
	color: #45abda;
	margin-top: 0;
	margin-bottom: 20px;
}
.bottom h3.contactus{
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 20px;
	border-left: 4px solid #45abda;
	padding-left: 10px;
}