body,td,th {
	font-size: 14px;
	line-height:25px;
}
body {
    font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:25px;
}
.STYLE2 {
	font-family: "��Բ";
	color: #1c5ca4;
	font-size: 20px;
	font-weight: bold;
}
.STYLE3 {font-family: "��Բ"; color: #0000; font-size: 14px; font-weight: bold; }
.STYLE4 {
	color: #1c5ca4;
	font-size: 26px;
	font-family: "����";
	font-weight: bold;
}
.STYLE6 {font-weight: bold}
.STYLE7 {font-family: "��Բ"; color: #003366; font-size: 18px; font-weight: bold; }
.STYLE8 {font-weight: bold}
.STYLE9 {font-family: "��Բ"; color: #1c5ca4; font-size: 14px; font-weight: bold;}
.STYLE10 {font-weight: bold}
.STYLE11 {color: #006699}
.STYLE12 {
	color: #666666;
	font-size: 12px;
}
.STYLE13 {font-size: 12px}
a {
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #000000;
}




* {
    margin: center;
    padding: center;
}
.container {
    margin: 0px auto;
    width: 100%;
}

.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu {
    height: 44px;
}
.menu li {

    background: linear-gradient(#2187ba, #3c9fd1);
	
	border-bottom: 0px solid #ffffff;
    border-top: 0px solid #303030;

    min-width: 117px;
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}
.menu > li:first-child {
    border-radius: 5px 0 0;
}
.menu a {
    border-left: 3px solid rgba(0, 0, 0, 0);
    color: #ffffff;
    display: block;
    font-family: '��Բ';
    font-size: 16px;
    line-height: 44px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
}

.menu li:hover {

    background: linear-gradient(#4dacdb, #6fbbeb);
    border-top: 0px solid #303030;

}
.menu li:hover > a {
    border-radius: 5px 0 0 0;
    border-left: 3px solid #ffff66;
    color: #ffff66;
}

.submenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 10;

    -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);

    -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;
}
.menu .submenu li:hover a {
    border-left: 3px solid #ffff66;
    border-radius: 0;
    color: #ffffff;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 100;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.menu 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;
}
.menu 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;
}
.menu 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;
}
.menu 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;
}
.menu 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;
}
.menu 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;
}
.menu 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;
}
.menu 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;
}





.myFocus-box {padding:1px;border:0px solid #d4ecf6;float:left;background:#fff;}/*�Զ���ӵĺ���*/
/*=========mF_liuzg --Ѥ����Ƭ���========*/
.mF_liuzg .pic li{position:relative;overflow:hidden;*margin-top:-2px;}
.mF_liuzg .pic li p{width:100%;position:absolute;}
.mF_liuzg .pic li p a{display:block;}/*ͼƬ�ͽ���ͼ���һ����С*/
.mF_liuzg .txt li{position:absolute;z-index:2;bottom:0;line-height:34px;display:none;}
.mF_liuzg .txt li a{display:block;position:relative;z-index:1;color:#fff;padding:2px 0 0 16px;font-size:16px;font-family: "��Բ";font-weight:bold;text-decoration:none;}/*������ʽ*/
.mF_liuzg .txt li span{display:block;position:absolute;top:0;left:0;background:#000;filter:alpha(opacity=40);opacity:0.4;}/*���ⱳ��*/
.mF_liuzg .num{position:absolute;z-index:3;bottom:6px;right:8px;color:#333;}
.mF_liuzg .num li{float:left;width:22px;height:18px;position:relative;border:1px solid #333;line-height:18px;text-align:center;margin-right:3px;cursor:pointer;background:#eee;filter:alpha(opacity=70);opacity:0.7;}/*��ť��ʽ*/
.mF_liuzg .num li.current{background:#f60;color:#fff;font-weight:bold;height:20px;line-height:20px;top:-2px;filter:alpha(opacity=100);opacity:1;}



.navbox a{height:14px;color:#EBFFFB; padding:3px 3px 3px 3px; white-space:nowrap}
.navbox a:link{color:#fff; text-decoration:none; font-size: 10pt; font-family: "΢���ź�"}
.navbox a:active{color:#fff; text-decoration:none}
.navbox a:visited{color:#fff; text-decoration:none}
.navbox a:hover{color:#ffff33; background:#165A99; text-decoration:none}
.navbox a.piclink{color:#fff; margin-right:3px}
.navbox a.piclink img{color:#fff; margin-top:-5px}
.navbox a.piclink:hover{color:#fff; background:none}

.navbox_d a{height:16px;color:#EBFFFB; padding:3px 3px 3px 3px; white-space:nowrap}
.navbox_d a:link{color:#fff; text-decoration:none; font-size: 12pt; font-family: "΢���ź�"}
.navbox_d a:active{color:#fff; text-decoration:none}
.navbox_d a:visited{color:#fff; text-decoration:none}
.navbox_d a:hover{color:#ffff33; background:#165A99; text-decoration:none}
.navbox_d a.piclink{color:#fff; margin-right:3px}
.navbox_d a.piclink img{color:#fff; margin-top:-5px}
.navbox_d a.piclink:hover{color:#fff; background:none}

/*========�Ҳ�Ʈ������========*/

*{margin:none;padding:none;font-family:"Microsoft YaHei";}
li{list-style:none}
img{border:none;}
/*���߿ͷ�*/
.OnlineService_Bg {width:100px;overflow:hidden;position:fixed;right:10px;bottom:20px;z-index:10;}
.OnlineService_Box {width:100%;overflow:hidden;}
.OnlineService_QQBox {width:88px;overflow:hidden;border:1px solid #cecece;margin-bottom:10px;background:#f5f5f5;}
.OnlineService_QQBox li {width:auto;height:35px;overflow:hidden;padding-left:34px;font-size:12px;line-height:35px;color:#666;background:url(../images_2016/ico.jpg) no-repeat 5px center;cursor:pointer}
.OnlineService_QQBox li:hover {filter:alpha(opacity=50); /*IE�˾���͸����50%*/-moz-opacity:0.5; /*Firefox˽�У�͸����50%*/opacity:0.5;/*������͸����50%*/}
.OnlineService_QQBox li a {text-decoration: none;color: #666;}
.OnlineService_Phone {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_Phone a {display:block;width:90px;height:33px;background-color:#389ed1;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(../images_2016/icon_Online.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}

.OnlineService_Sign {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_Sign a {display:block;width:90px;height:33px;background-color:#389ed1;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(../images_2016/icon_Sign.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}

.OnlineService_xl {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_xl a {display:block;width:90px;height:33px;background-color:#389ed1;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(../images_2016/icon_xl.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}

.OnlineService_wx {width:90px;height:33px;margin-bottom:10px;background-color:#389ed1;padding-top:87px;line-height:30px;font-size:16px;text-align:center;color:#fff;cursor:pointer;background-image:url(../images_2016/icowx.jpg);background-repeat:no-repeat;background-position:center 4px;}

.OnlineService_Top {width:90px;height:90px;margin-bottom:10px;}
.OnlineService_Top a {display:block;width:90px;height:33px;background-color:#389ed1;padding-top:57px;line-height:30px;font-size:16px;text-align:center;color:#fff;background-image:url(../images_2016/icon_Top.png);background-repeat:no-repeat;background-position:center 8px;cursor:pointer;text-decoration:none;color:#fff}
 

/*========qw ͼƬչʾ========*/
.qW .bd li{float: left;position:relative;margin-right:10px;margin-top:0px;}
.qW .bd .fs .shadow{width:555px;height:36px;position:absolute;left:0px;bottom:10px;text-align:center;overflow: hidden;}
.qW .bd .shadow{width:238px;height:36px;position:absolute;left:0px;bottom:10px;text-align:center;overflow: hidden;}
.qW .bd .shadow a{ font-family:"\5FAE\8F6F\96C5\9ED1";font-size: 16px; font-family: "��Բ"; color: #fff;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#60000000',endColorstr = '#60000000')\9; display: block; height: 36px; line-height:36px;overflow: hidden;}