﻿@import url("partial.css");
/*********************************/
@keyframes logo {
	0% {left: -50px;}
	25% {left: 50px;}
	50% {left: 100px;}
	90%{left:150px;}
	100%{left:200px;}
}
@-webkit-keyframes logo {
	0% {left: -50px;}
	25% {left: 50px;}
	50% {left: 100px;}
	90%{left:150px;}
	100%{left:200px;}
}
@-o-keyframes logo {
	0% {left: -50px;}
	25% {left: 50px;}
	50% {left: 100px;}
	90%{left:150px;}
	100%{left:200px;}
}
/********************************/
body {
	font-size: 12px;
	margin: 0;
	color: #333333;
	font-family: tahoma, arial, "\5B8B\4F53";
}

.menu{
	padding:43px 0 0 70px;
	float:left;
}
.menu dd{
	float:left;
	padding:0 3px;
}
.menu dd div{
	overflow:hidden;
	
}
.menu dd div h3{
	padding:0 23px;
}
.menu dd div h3 a{
	font-size:15px;
	display:block;
	text-align:center;
	
	line-height:2.5;
	border-bottom:1px solid transparent;
}
.menu dd div h3 a .fa{
	margin-left:4px;
	width:8px;
}
.menu dd div h3 a:hover{
	text-decoration:none;
	color:#888;
}
.menu dd div.hover h3 a,.menu dd div.curr h3 a{
	border-bottom-color:#ccc;
}

.ndmenu {
	display: none;
	overflow:hidden;
	padding:6px 0 14px;
}
.ndmenu a {
}
.navmenu a.nav:hover {
	text-decoration: none;
}
.ndmenu li {
	text-align:left;
}
.ndmenu li:last-child{
	border:none;
}
.ndmenu li a {
	line-height: 2;
	display: block;
	text-align:left;
	font-size:12px;
}

.ndmenu li a:hover {
	color: #888;
	text-decoration: none;
}

/****/
.controW {
	width: 1173px;
	margin: 0 auto;
}
.top{
	background-color:#fff;
	position:fixed;
	z-index:999999999;
	width:100%;
	top:0;
	left:0;
}
.top.shadow{
	box-shadow:0px -1px 11px #333;
}
.top .controW{
}
.top h1{
	float:left;
	overflow:hidden;
	position:relative;
}
.top h1,.topVirtual{
	height:102px;
}
.top h1 img{
	width:150px;
	margin-top:25px;
}
.top dl{
	float:left;
}
.top h2{
	float:right;
	line-height:1;
	padding-top:52px;
}
.top h2 i{
	display:inline-block;
	width:18px;
	height:18px;
	vertical-align:middle;
	background-image: url(../pic/telico.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
	margin-right:3px;
}
.top h2 b{
	vertical-align:middle;
	font-size:18px;
}
.top h1:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 88px;
    top: 0;
    left: -120px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.4)50%, rgba(255,255,255,0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.4)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.4)50%, rgba(255,255,255,0)100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.4)50%, rgba(255,255,255,0)100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.4)50%, rgba(255,255,255,0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    animation-name: logo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: logo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -o-animation-name: logo;
    -o-animation-duration: 1s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
}
.bstyle1{
	font-size: 16px;
    line-height: 1.5;
    color: #333;
	padding:26px 0 23px;
}
.bstyle1 b{
	padding-left:8px;
}
.bstyle1 i{
	padding-left:8px;
	padding-right:8px;
}
.case,.news{
	overflow:hidden;
}
.case ul,.news ul{
	width:1222px;
}
.case li,.news li{
	float:left;
	padding-right:15px;
	padding-bottom:16px;
}
.case li a{
	display:block;
	width:381px;
	position:relative;
}
.case li a h1{
}
.case li a h1 img{
	width:100%;
}
.case li a h1 img,.case li a dl{
	height:258px;
}
.case li a dl{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:2;
	text-align:center;
	background-color:rgb(11,204,248);
	opacity:0;
	filter:alpha(opacity=0);
}
.case li a dt{
	padding-top:97px;
	line-height:2.5;
	font-size:16px;
	color:#fff;
}
.case li a dd{
	
}
.case li a dd i{
	margin:0 auto;
	width:22px;
	height:1px;
	background-color:#fff;
	display:block;
}
.case li a dd p{
	line-height:1.5;
	color:#fff;
	padding:6px 20px 0;
}
.news li a{
	display:block;
}
.news li a dl{
	text-align:center;
	line-height:2;
}
.news li a dt{
	padding-top:17px;
}
.gotop{
	text-align:center;
	line-height:45px;
	padding:8px 0 5px;
}
.gotop .fa{
	font-size:30px;
	cursor:pointer;
}
.foot{
	border-top:1px solid #ccc;
	height:200px;
}
.foot .wrap{
	padding:50px 0 10px;
}
.foot .wrap .logo{
	float:left;
	width:300px;
}
.foot .wrap .logo li{
	padding:20px 80px 0 50px;
}
.foot .wrap .logo img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
	height:auto;
	width:100%;
}
.foot .wrap dl{
	float:left;
	width:206px;
	padding-right:80px;
}
.foot .wrap dt{
	line-height: 20px;
    font-weight: 700;
}
.foot .wrap dd{
	    line-height: 24px;
    padding: 20px 0 15px
}
.foot .wrap dd *,.foot .copy dd *{
	margin:0;
	padding:0;
}
.foot .wrap dd ul{
}
.foot .wrap dd li{
	float:left;
	padding-right:10px;
}
.foot .copy *{
	color:#aaa;
}
.foot .copy dd{
	line-height:1.5;
	padding:12px 0 11px;
}

/****/
.swf{
    background-color:#f7f7f7;
}
.swf h4{
    text-align:center;
    font-size:14px;
	line-height:3;
}
.swf h4::after{
    content:"loading…";
}


.procla {
	padding:20px 0 0 0;
}
.procla div {
	font-size:14px;
	padding-bottom: 5px;
	text-align:center;
	line-height:18px;
	padding:5px 0 5px 20px;
}
.procla div a{
	border-right:3px solid #cfcfcf;
	display:block;
}
.procla div.curr a,.procla div a:hover{
	border-right-color:#ffa740;
}

.procla222 {
	padding: 13px 0 0 0px;
}
.procla222 div {
	padding-left: 30px;
	padding-bottom: 2px;
	background: url(../pic/3.jpg) left 1px no-repeat;
	height: 26px;
	line-height: 26px;
}
.index-pic{
	margin:0 auto;
	padding:18px 0 0 0;
}
.index-pic .nonm4 {
	margin: 0 11px;
	border: 1px solid #d3d3d5;
    padding: 1px;
}
.index-pic .nonm4 a {
	display: block;
	text-align: center;
	overflow: hidden;
	
}
.index-pic .nonm4 img {
	display: block;
	vertical-align: top;
	margin: 0 auto;
}
.index-pic .nonm5 {
	line-height: 28px;
	text-align: center;
	margin: 0 5px;
	background:url(../pic/bg_p.png) center 0 no-repeat;
}
.index-pic .nonm5 a {
	color: #3e3e3e;
}
.index-pic.la .nonm4 {
	margin: 0 8px;
}
/********** 浮动QQ客服 **************/
/********************************/
/*green*/
.qd-wrap-green {
	background-color: #138907;
	padding: 5px;
	min-width: 116px;
	_overflow: visible;
	_width: 116px;
}
.qd1-green {
	border: 1px solid #9cd052;
	background-color: #138907;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 2px
}
.qd2-green {
	background-color: #FFF;
	padding: 5px 10px;
}
.qd2-green ul li {
	zoom: 1;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0;
	line-height: 22px
}
.qd2-green ul li .qlid1 {
	float: left;
	padding: 0 5px 0 0;
}
.qd2-green ul li .qlid2 {
	float: left;
	padding: 0 0 0 2px;
}
/*blue*/
.qd-wrap-blue {
	background-color: #10426b;
	padding: 5px;
	min-width: 116px;
	_overflow: visible;
	_width: 116px;
}
.qd1-blue {
	border: 1px solid #3a708d;
	background-color: #123e70;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 2px
}
.qd2-blue {
	background-color: #FFF;
	padding: 5px 10px;
}
.qd2-blue ul li {
	zoom: 1;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0;
	line-height: 22px
}
.qd2-blue ul li .qlid1 {
	float: left;
	padding: 0 5px 0 0;
}
.qd2-blue ul li .qlid2 {
	float: left;
	padding: 0 0 0 2px;
}
/********************************/
/***********************************/
.alpha80 {
	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
	background-color: #000;
}
.backlayer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10000000
}
.nnnttt {
	border-collapse: collapse;
}
.nnnttt td {
	border: 1px solid #000;
}
#xjj {
	border: 3px solid #000;
	position: fixed;
	_position: absolute;
	left: 50%;
	top: 50%;
	z-index: 20000000;
	background-color: #FFF;
	padding: 0px;
}
/********************************************/