﻿/*********************************/
@keyframes telshow {
	0% {transform: rotate(0deg)}
	5% {transform: rotate(-13deg)}
	10% {transform: rotate(0deg)}
	15% {transform: rotate(-13deg)}
	20% {transform: rotate(0deg)}
	25% {transform: rotate(-13deg)}
	100% {transform: roate(0deg)}
}
@-webkit-keyframes telshow {
	0% {-webkit-transform: rotate(0deg)}
	5% {-webkit-transform: rotate(-13deg)}
	10% {-webkit-transform: rotate(0deg)}
	15% {-webkit-transform: rotate(-13deg)}
	20% {-webkit-transform: rotate(0deg)}
	25% {-webkit-transform: rotate(-13deg)}
	100% {-webkit-transform: roate(0deg)}
}
@-o-keyframes telshow {
	0% {-o-transform: rotate(0deg)}
	5% {-o-transform: rotate(-13deg)}
	10% {-o-transform: rotate(0deg)}
	15% {-o-transform: rotate(-13deg)}
	20% {-o-transform: rotate(0deg)}
	25% {-o-transform: rotate(-13deg)}
	100% {-o-transform: roate(0deg)}
}
@keyframes logo {
	0% {left: -20px;}
	25% {left: 150px;}
	50% {left: 280px;}
	90%{left:550px;}
	100%{left:550px;}
}
@-webkit-keyframes logo {
	0% {left: -20px;}
	25% {left: 150px;}
	50% {left: 280px;}
	90%{left:550px;}
	100%{left:5520px;}
}
@-o-keyframes logo {
	0% {left: -20px;}
	25% {left: 150px;}
	50% {left: 280px;}
	90%{left:550px;}
	100%{left:550px;}
}
/********************************/
body {
	font-size: 12px;
	margin: 0;
	color: #333333;
	font-family: tahoma, arial, "\5B8B\4F53";
}
:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #F00
}
ul, li, form, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}
td, th, font {
	font-size: 12px;
}
li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
.pos {
	position: relative;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.red {
	color: #F00;
}
.hui {
	color: #999;
}
.undis {
	display: none;
}
.YHfontX {
	font-family: '黑体', 'microsoft yahei', SimSun, Verdana, Arial;
}
.YHfont {
	font-family: 'microsoft yahei', SimSun, Verdana, Arial;
}
.Simfont{
	font-family: SimSun,"\5B8B\4F53","宋体",tahoma, arial;
}
.zoom {
	zoom: 1;
	overflow: hidden;
}
.zero {
	overflow: hidden;
	line-height: 0 !important;
	font-size: 0 !important;
	height: 0;
}
.allIsNomal, .allIsNomal * {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}
.hoverzoom img{
    transition-delay: 0s;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: ease;
    -moz-transition-delay: 0s;
    -moz-transition-duration: .5s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: .5s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-delay: 0s;
    -o-transition-duration: .5s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}
.hoverzoom img:hover{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}
.navmenu {
	float:left;
	width:730px;
	overflow:hidden;
	margin-left:3px;
}
.navmenu dl{
	padding:25px 0 0 2px;
	width:740px;
}
.navmenu dd{
	float:left;
	padding-top:2px;
}
.navmenu dd u{
	display:block;
	width:1px;
	background-color:#bbb;
	height:42px;
	margin-top:-2px;
}
.navmenu dd div{
	margin:0 6px;
	position:relative;
	border-radius:3px;
}
.navmenu dd div.has{
	border-radius:3px 3px 0 0;
}
.navmenu dd div:hover{
	background-color:#da2b30;
	
}
.navmenu dd div:hover *{
	color:#fff;
}
.navmenu dd div h2{
	padding-bottom:4px;
	padding-top:4px;
}
.navmenu dd div h2 a{
	padding:0 6px;
	text-align:center;
	display:block;
	line-height:1;
}
.navmenu dd div h2 a:hover{
	text-decoration:none;
}
.navmenu dd div h2 a b{
	display:block;
	font-size:15px;
	font-weight:bold;
	color:#2f2f2f;
}
.navmenu dd div h2 a i{
	display:block;
	color:#717171;
	padding-top:3px;
}

.ndmenu {
	position: absolute;
	left: 0;
	top:38px;
	display: none;
	z-index: 9999999999;
	overflow:hidden;
	background-color: #d8262b;
	padding:5px 0 5px;
	border-radius:0 0 3px 3px;
	border-top:2px solid rgba(216,38,43,0.85);
	background-clip:padding-box;
}
.navmenu dd div:hover .ndmenu{
	display:block;
}
.ndmenu a {
	color: #FFF;
}
.navmenu a.nav:hover {
	text-decoration: none;
}
.ndmenu li {
	text-align:left;
	border-bottom:1px solid #fff;
}
.ndmenu li:last-child{
	border:none;
}
.ndmenu li a {
	line-height: 2;
	display: block;
	font-size:12px;
	padding:0 34px 0 18px;
	white-space:nowrap;
}
.ndmenu li a i{
	display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 4px;
	background-color:#fff;
	vertical-align:middle;
}
.ndmenu li a:hover {
	background-color: #333;
	color: #FFF;
	text-decoration: none;
}
.navmenu div.has:hover,.ndmenu{
}
/****/
.controW {
	width: 1200px;
	margin: 0 auto;
}
.header{
	background-color:#1276c1;
	border-bottom:2px solid #444041;
}
.header div.zoom.controW *{
	color:#fff;
}
.header dl{
	float:left;
}
.header dd,.header dt{
	float:left;
	line-height:31px;
	padding:0 8px;
}
.header dl span{
	display:block;
}
.header dd span{
	cursor:pointer;
}
.header dl span i{
	margin-right:3px;
}
.header ul{
	float:right;
}
.header li{
	float:left;
	font-size:0;
	line-height:0;
	padding:0 4px;
}
.header li i{
	display:inline-block;
	width:23px;
	height:17px;
	background-image:url(../pic/flag.png);
	background-repeat:no-repeat;
	background-position:0 0;
	vertical-align:middle;
	margin:0 4px;
}
.header li.en i{
	background-position:0 -17px;
}
.header li a{
	line-height:31px;
	font-size:12px;
	vertical-align:middle;
	opacity:0.8;
	font-weight:bold
}

.top{
}
.top h1{
	float:left;
	position:relative;
	overflow:hidden;
	height:88px;
	width:467px;
}
.top h1 img{
	margin-top:22px;
	width:100%;
	height:auto;
}
.top h1:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 88px;
    top: 0;
    left: -80px;
    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;
}
.blo1{
	margin-top:18px;
}
.blo1 .left{
	width:230px;
	float:left;
}
.cpfl{
	background:url(../pic/g1.gif) 0 0 no-repeat;
}
.cpfl dd{
	height:125px;
	background:url(../pic/g2.gif) right 0 no-repeat;
}
.cpfl dd h1{
	color: #fff;
    font-size: 24px;
	text-align:center;
	margin:0;
	padding:50px 0 0;
	line-height:1;
    font-weight: bold;
}
.i_cpct{
	border:1px solid #ececec;
	border-top:none;
}
.i_cpct dd{
	height:220px;
	overflow:auto;
}
.i_cpct dd ul{
	padding:12px 18px 0;
}
.i_cpct dd li{
}
.i_cpct dd li a{
	display:block;
	border-bottom:1px dotted #c9c9c9;
	line-height:3;
	padding-left:20px;
}
.i_cpct dd li a i{
	display:inline-block;
	width:0;
	height:0;
	margin-right: 2px;
    border-left: 6px solid #bfbfbf;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
	vertical-align:middle;
}
.fbpp{
	padding-top:10px;
}
.fbpp img{
	width:100%;
	height:auto;
}
.blo1 .right{
	float:right;
	width:940px;
	overflow:hidden;
}
.blo2{
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.blo2 h6{
	color:#b1b1b1;
	float:left;
	padding-left:5px;
	
}
.blo2 h6 .fa{
	font-size:30px;
	line-height:44px;
}
.blo2 dl{
	float:left;
	line-height:44px;
}
.blo2 dd{
	float:left;
	font-weight:bold;
	color:#fb0200;
	font-size:14px;
	padding:0 4px 0 9px;
}
.blo2 dt{
	float:left;
}
.blo2 h5{
	float:right;
	line-height:44px;
}
.blo2 h5 a{
	color:#ef0003;
}
.grid1{
	margin-top:18px;
}
.bstyle1{
	padding:1px;
	border:1px solid #ddd;
}
.bstyle1 dl{
	float:left;
	position:relative;
}
.bstyle1 dd{
	background-color:#1072bb;
	background-image: linear-gradient(180deg,#1072bb 0,#0261a5 50%);
	color:#fff;
	font-size:14px;
	padding:0 30px;
	line-height:40px;
	font-weight:bold;
}
.bstyle1 dt{
	position:absolute;
	top:50%;
	right:-14px;
	margin-top:-7px;
	width:0;
	height:0;
	border-left: 7px solid #0261a5;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.bstyle1 h6{
	float:right;
	line-height:40px;
	padding-right:10px;
}
.bstyle1 h6 a{
	color:#ed0200;
}
.about{
	padding:14px 3px 0 0;
	line-height:26px;
}
.about *{
	margin:0;
	padding:0;
}
.about img{
	margin:5px 11px 0 0;
}
.bstyle2{
	border-bottom:1px solid #ddd;
	padding-left:15px;
	height:40px;
}
.bstyle2 dd{
	float:left;
}
.bstyle2 dd div{
	border:1px solid transparent;
	border-top-width:2px;
	line-height:38px;
	font-size:15px;
	font-weight:bold;
	padding:0 20px;
}
.bstyle2 dd.curr div{
	border-left-color:#ddd;
	border-right-color:#ddd;
	border-top-color:#0561a2;
	background-color:#fff;
	color:#0561a2;
}
.news dd{
	display:none;
	padding:15px 5px 0 5px;
}
.news dd div{
	zoom:1;
	overflow:hidden;
	line-height:26px;
}
.news dd div .sp1{
	display:block;
	float:left;
}
.news dd div .sp1 i{
	display:inline-block;
	width:2px;
	height:2px;
	background-color:#494949;
	margin-right:5px;
	vertical-align:middle;
}
.news dd div .sp2{
	float:right;
	display:block;
	color:#999;
}
.bstyle3{
	background-color:#1072bb;
	background-image: linear-gradient(180deg,#1072bb 0,#0261a5 50%);
}
.bstyle3 dl{
	float:left;
	overflow:hidden;
	padding-left:10px;
}
.bstyle3 dt{
	float:left;
	width:3px;
	height:14px;
	background-color:red;
	margin-top:13px;
}
.bstyle3 dd{
	float:left;
	line-height:40px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding-left:10px;
}
.bstyle3 h6{
	float:right;
	line-height:40px;
	padding-right:10px;
}
.bstyle3 h6 a{
	color:#fff;
}


#myFocus,#myFocus .loading{
	width:316px;
	height:200px;
	overflow:hidden;
}
#myFocus .loading img{
	margin-top:25px;
}


.foot{
	background-color:#0760a4;
	margin-top:32px;
	padding:32px 0;
}
.foot *{
	color:#fff;
	margin:0;
	padding:0;
}
.foot dd{
	margin:0 auto;
	line-height:2;
}
/****/
.swf{
    background-color:#f7f7f7;
}
.swf h4{
    text-align:center;
    font-size:14px;
	line-height:3;
}
.swf h4::after{
    content:"loading…";
}


.procla {
	padding: 5px 0 15px 0px;
}
.procla div {
	
	padding-bottom: 5px;
}
.procla div a {
	font-size: 14px;
	display:block;
	text-align:center;
	background-color:#fbfbfb;
	border:1px solid #ddd;
	line-height:34px;
}
.procla div a .fa{
	margin-right:6px;
	color:#0760a4;
}
.procla div a:hover,.procla div a.curr{
	text-decoration:none;
	background-color:#0865aa;
	color:#fff;
}
.procla div a:hover .fa{
	color:#fff;
}
.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:21px auto 0;
}
.index-pic .nonm4 {
	margin-right:30px;
	border: 1px solid #e6e7e7;
    padding: 4px;
}
.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-right:30px;
	padding-bottom:8px;
	padding-top:3px;
}
.index-pic .nonm5 a {
	font-weight:bold;
}
.index-pic.la .nonm4 {
	margin: 0 8px;
}

.grid2 .index-pic .nonm4{
	position:relative;
}
.grid2 .index-pic .nonm5{
	position:relative;
	z-index:2;
	height:20px;
}
.grid2 .index-pic .nonm5 a{
	position:absolute;
	left:3px;
	top:-30px;
	display:block;
	width:205px;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
}
/********** 浮动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;
}
/*****************/
.yetJqFade,.yetJqDirection{
    margin:0 auto;
    position:relative;
}
.yetJqDirection{
    overflow:hidden;
}
.yetJqFade ul,.yetJqFade li,.yetJqDirection ul,.yetJqDirection li{
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.yetJqDirection ul{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:1;
}
.yetJqFade li a{
    display:block;
}
p.loading{
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-13px;
    margin-left:-13px;
    z-index:100;
}
p.loading .fa{
    text-align:center;
    width:26px;
    height:26px;
    font-size:26px;
    line-height:1;
    color:#808080;
    animation-name: fa-spin;
	animation-duration: 2s;
	/*animation-timing-function: linear;*/
	animation-iteration-count: infinite;
}
/*@media \0screen\,screen\9 { p.loading .fa {  display:none; } }*/
.yetJqFade h6{
    position:absolute;
    bottom:12px;
    line-height:1;
    text-align:center;
    z-index:99;
}
.yetJqFade h6 em{
    display:inline-block;
    width:12px;
    height:12px;
    background-color:#d5d5d5;
    margin-left:2px;
    margin-right:2px;
	border-radius:100%;
    cursor:pointer;
	opacity:0.9;
	filter:alpha(opacity=90);
}
.yetJqFade h6 em.curr{
    background-color:#5c5c5c;
}
.yetJqFade h1{
    position:absolute;
    bottom:0;
    line-height:30px;
}
.yetJqFade h1 a{
    font-weight:bold;
    font-size:14px;
}
/********************************************/
#slider {
	position:relative;
    height:330px;
	background-size:100% 330px !important;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:10px;
}
.nivo-controlNav a {
	display:block;
	width:40px;
	height:8px;
	background:#fff;
	text-indent:-9999px;
	border:0;
	margin-right:4px;
	float:left;
	opacity:0.9;
}
.nivo-controlNav a.active {
	background:#0053b3;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../pic/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background:url(../pic/arrows.png) -30px 0 no-repeat;
	right:25px;
}
a.nivo-prevNav {
	left:25px;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
	z-index:99;
	cursor:pointer;
	margin-top:-15px;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/********************************************/
.tools{
	position:fixed;
	right:0;
	z-index:9999999;
	top:35%;
}
.tools dl{
	position:relative;
}
.tools dd{
	position:absolute;
	top:0;
	right:0;
}
.tools dd.qq.single{
}
.tools dd h5,.tools dd.qq.single a,.tools dd div{
	background-color:#6ca9f3;
}
.tools dd.qq.single a{
	display:block;
}

.tools dd.qq.single a b,.tools dd.qq h5 b{
	background:url(../pic/qq.png) center center no-repeat;
	background-size:contain;
	display:block;
	margin:0 auto;
	width:32px;
}
.tools dd h5,.tools dd.qr div{
	float:right;
	text-align:center;
	color:#fff;
	cursor:pointer;
	font-size:28px;
}
.tools dd div{
	float:left;
	overflow:hidden;
	display:none;
}
.tools dd div ul{
	padding:0 8px 0 14px;
}
.tools dd div ul li{
	float:left;
	padding:0 5px;
}
.tools dd div ul li a{
	display:block;
	font-size:22px;
}
.tools dd div ul li a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}
.tools dd.p h5{
}
.tools dd.p h5 .fa{
	font-weight:bold;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
.tools dd.p div h4{
	white-space:nowrap;
	font-size:22px;
	color:#fff;
	padding:0 15px 0 0;
}
.tools dd.qr div{
}
.tools dd.qr ol{
	display:none;
	position:absolute;
	bottom:0;
	cursor:text;
}
.tools dd.qr ol li{
	float:left;
	border:3px solid #ddd;
	background-color:#fff;
	margin-right:2px;
}
.tools dd.qr ol li span{
	display:blo;
}
.tools dd.qr ol li span img{
	height:135px;
}
.tools dd.qr ol li b{
	display:block;
	text-align:center;
	line-height:2;
	padding-bottom:3px;
}