﻿@charset "utf-8";
/*表单兼容设置*/ 
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea { -webkit-appearance: none; }
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
border: 1px solid #fff!important;
}
input:focus, select:focus { outline: 0; -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6); box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6); background-color: transparent; }
input:-webkit-autofill {
box-shadow: 0 0 0px 1000px white inset !important;
}
select { -webkit-appearance: none; text-indent: 2px; background-color: transparent; }
input, input:focus { border: 1px solid #ccc; padding: 5px; }
/*全局样式*/ 
* { margin: 0px; padding: 0px; }
body { font-family: "Segoe UI Light", "Microsoft YaHei", Arial, Helvetica, sans-serif; background-repeat: repeat-x; background-position: center center; font-weight: normal; overflow-x: hidden; background-attachment: fixed; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
p { line-height: 150%; padding-bottom: 10px; color: #000; }
br { clear: both; height: 2px; }
hr { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-left-width: 0px; }
a { color: #1B1D2C; text-decoration: none; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; margin: 0px; padding: 0px; }
a:hover { color: #C40E0B; }
img { border-width: 0px; }
/*子导航*/
.zdh{ margin-bottom: 10px; border: 1px solid #dcdcdc; padding-top: 0px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; }
.zdh a{ line-height: 40px; height: 40px; overflow: hidden; padding-right: 10px; padding-left: 10px; display: block; color: #000; text-align: center; font-size: 16px; }
.zdh a:hover{}
.zdh .on{ background-color: #cc0000; color: #FFF; }

/*必要模块*/
.jm { padding-top: 10px; }
.jm em { color: #F30; padding: 4px; animation: myfirst 1s; display: block; }
.jm form { padding: 10px; border: 1px dotted #EBEBEB; }
.jm form input { border: 1px solid #ccc; padding: 5px; }
.jm form input:focus { border: 1px solid #3C9; }
@keyframes myfirst { from {
margin-left: 100px;
}
to { margin-left: 0px; }
}
.zuo { float: left; }
.you { float: right; }
.mimi { background-color: #F3F3F3; display: block; padding: 30px; color: #6C9; }
/*页眉*/
.ym { height: 45px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; z-index: 999999; background-repeat: repeat; padding-right: 10%; padding-left: 10%; background-color: #cc0000; }
.bg_bai {  }
.ym h1 { padding: 0px; font-size: 14pt; color: #ffffff; display: inline-block; line-height:35px; top: 3px; font-weight: 700; float: left; }
}
.ym img { display: inline; float: left; }
.ym span { font-size: 9px; height: 12px; line-height: 12px; color: #FFF; display: block; margin-left: 40px; margin-top: -8px; font-weight: 100; font-family: "Courier New", Courier, monospace; text-align: center; }
@-webkit-keyframes bgp { 0% {
background-position: 0 0;
}
 100% {
background-position: -100% 0;
}
}
/* 自动导航S */
.nf_dh { height: 45px; padding-right: 30px; padding-left: 10px; position: relative; z-index: 99999; text-align: center; width:100%;}
/*主导航*/
.nf_dh ul { margin: 0px; padding: 0px; list-style-type: none; display: block; }
.nf_dh ul li { display: inline-block; position: relative; line-height: 45px; height: 45px; *float: left;
}
.nf_dh ul li a { color: #fff; text-decoration: none; display: block; padding-right: 20px; padding-left: 20px; font-weight: 300; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 12pt; text-shadow: -1px -1px -1px #FFF; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.nf_dh a:hover { background-color: #b40101;}
/*二级导航*/
.nf_dh ul li ul { position: absolute; visibility: hidden; background-color: #f2f2f2; display: block; width: 140px; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; padding-top: 10px; padding-bottom: 10px; background-color: #f9f9f9; min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); font-family: "宋体"; border-radius: 1px; border-radius: 1px; }
.nf_dh ul li:hover ul { animation-name: swingdown; animation-duration: 0.5s; animation-timing-function: ease; }
 @keyframes swingdown { 0% {
 opacity: .99999;
 transform: rotateX(90deg);
}
 100% {
 transform: rotateX(0);
 animation-timing-function: ease-in-out;
}
}
.nf_dh ul li ul:before { content: ""; width: 0px; height: 0px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #fff; position: absolute; top: -5px; left: 32px; }
.nf_dh ul li:hover ul { visibility: visible; filter: alpha(Opacity=100); -moz-opacity: 1; opacity: 1; }
.nf_dh ul li:hover ul li ul { visibility: hidden; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; }
.nf_dh ul li ul li { display: block; position: relative; line-height: 30px; height: 30px; float: none; }
.nf_dh ul li ul li a { font-size: 9pt; line-height: 30px; height: 30px; overflow: hidden; font-weight: 200; color: #333; text-align: center; text-shadow: #000 0px 0px 0px; border-top-width: 0px; }
.nf_dh ul li ul li a:hover { color: #FF0000; background-color: #f2f2f2; background-image: none; }
/*三级导航*/
.nf_dh ul li ul li ul { top: -40px; position: absolute; left: 130px; filter: alpha(Opacity=100); -moz-opacity: 0; opacity: 0; background-color: #f2f2f2; }
.nf_dh ul li ul li ul li a { font-size: 12px; border-top-width: 0px; }
.nf_dh ul li ul li ul li a:hover { color: #F60; }
.nf_dh ul li ul li:hover ul { position: relative; visibility: visible; opacity: 90; }
/*移动端*/
.nf_mdh { display: none; position: relative; z-index: 999999999999; }
.nf_mdh span { position: absolute; top: 15px; right: 9px; }
.nf_mdh ul, .nf_mdh li { margin: 0px; padding: 0px; list-style-type: none; }
.nf_mdh .san a { display: block; width: 22px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #d1d1d1; margin-top: 12px; margin-right: auto; margin-left: auto; height: 19px; position: absolute; z-index: 9999; top: 0px; right: 5px; text-shadow: -1px -1px -1px #FFF; }
.nf_mdh .san a s { display: block; border-top-width: 2px; border-top-style: solid; border-top-color: #d1d1d1; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #d1d1d1; height: 7px; margin-bottom: 7px; }
.nf_mdh .san a:hover { border-color: #0C6; }
.nf_mdh .san a:hover s { border-color: #0C6; }
.nf_mdh span .menu { position: absolute; background-color: #f9f9f9; min-width: 100px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; visibility: hidden; left: 240px; width: 200px; list-style-type: none; margin: 0px; padding-right: 40px; padding-top: 10px; padding-bottom: 20px; display: none; }
.nf_mdh span .menu li a { display: block; line-height: 30px; font-size: 14px; color: #000; text-decoration: none; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #CCC; margin-left: 15px; font-weight: 700; text-align: left; padding-top: 5px; padding-bottom: 5px; }
.nf_mdh span .menu li ul li a { color: #333; font-weight: 300; padding-top: 2px; padding-bottom: 2px; }
.nf_mdh span .menu li ul li ul li a { color: #666; font-size: 12px; }
.nf_mdh span ul li ul { margin-left: 16px; }
.nf_mdh span:hover .menu { visibility: visible; left: -240px; display: block; }
.menu div:hover .nf_mdh span .menu { display: none; }
@media screen and (max-width: 900px) {
.nf_dh { display: none; }
.nf_mdh { display: block; }
}
/*列表分页*/
.fy { clear: both; padding-top: 20px; }
.fy .hd { margin-top: 10px; margin-bottom: 10px; text-align: center; clear: both; }
.fy .hd ul { overflow: hidden; zoom: 1; height: 30px; display: inline; margin: 0px; padding: 0px; width: 100%; }
.fy .hd .prev, .fy .hd .next, .pageState { cursor: pointer; height: 30px; display: inline-block; line-height: 30px; text-align: center; font-size: 12px; width: 30px; white-space: nowrap; font-weight: bold; border: 1px solid #dcdcdc; }
.fy .hd .next { border-left-width: 0px; }
.fy .hd .prev:hover, .fy .hd .next:hover { color: #C00; background-color: #dcdcdc; }
.fy .hd ul li { cursor: pointer; height: 30px; display: inline-block; line-height: 30px; text-align: center; font-size: 12px; position: relative; width: 30px; font-weight: bold; border-right-width: 1px; border-right-style: solid; border-right-color: #dcdcdc; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #dcdcdc; border-bottom-color: #dcdcdc; }
.fy .hd ul .on { color: #FF5A0C; }
#fy-bd { overflow: hidden; }
/*上一页下一页*/

.fy-1, .fy-2 { display: block; color: #369; padding-top: 5px; padding-bottom: 5px; }
.fy-1:before { content: "上一页："; }
.fy-2:before { content: "下一页："; }
/*1像素线条*/
.x, hr { height: 1px; background: #dcdcdc; -webkit-transform: scaleY(0.5); -webkit-transform-origin: 0 0; overflow: hidden; clear: both; margin-bottom: 10px; }

.tw .bd ul { padding: 10px; overflow: hidden; }
.tw .bd ul li { position: relative; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #dcdcdc; margin-right: 8px; padding-right: 8px; overflow: hidden; margin-bottom: 30px; display: block; margin-top: 30px; padding-bottom: 30px; }
.tw .bd li a { -webkit-tap-highlight-color: rgba(0,0,0,0); display: block; overflow: hidden; height: 85px; padding-left: 100px; }
.tw .bd li a b{ display: block; font-weight: normal; line-height: 20px; height: 20px; overflow: hidden; font-size: 16px; color: #333; margin-bottom: 15px; }
.tw .bd li u { line-height: 22px; overflow: hidden; color: #666; display: block; height: 44px; font-size: 14px; text-decoration: none; }

.tw .bd li span { background-color: #f2f2f2; height: 80px; width: 80px; left: 0px; top: 0px; position: absolute; }
.tw .bd li span s{ font-size: 32px; display: block; text-align: center; text-decoration: none; margin-top: 10px; }
.tw .bd li span i{ font-size: 12px; display: block; text-align: center; }



/*图片列表*/
.tp .bd ul { padding: 10px; overflow: hidden; }
.tp .bd ul li { position: relative; float: left; width: 25%; }
.tp .bd li a { display: block; margin: 12px; border: 1px solid #dcdcdc; overflow: hidden; padding: 10px; }
.tp .bd li a:hover { border: 1px solid #3663A4; }

.tp .bd li a b{ text-align: center; display: block; font-size: 16px; font-weight: lighter; margin-top: 15px; line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 15px; }
.tp .bd li a img {  cursor: pointer; margin-right: auto; margin-left: auto; display: block; height: 180px; }

@media screen and (max-width: 900px) {
.tp .bd ul { padding: 0px; }
.tp .bd ul li { position: relative; float: left; width: 50%; }
.tp .bd li a img {  height: 100px; }
.tp .bd li a { margin: 3px; }
.tp .bd li a b{  margin-top: 0px; line-height: 30px; height: 30px; overflow: hidden; margin-bottom: 0px;font-size: 14px;  }



}

/*图片组*/
.tpz { margin: auto; clear: both; overflow: hidden; }
.tpz img { max-height: 230px; width: auto; margin-right: 8px; margin-bottom: 8px; cursor: pointer; margin-top: 0px; margin-left: 0px; }
.tpz > ul { position: absolute; padding: 0; white-space: nowrap; }
.tpz li { display: inline-block; list-style-type: none; }
.tpz li::before { content: attr(data-index); position: absolute; border-radius: 50%; background-color: rgba(0,0,0,.5); width: 22px; height: 22px; line-height: 22px; text-align: center; color: #fff; font-size: 12px; }
@media screen and (max-width: 900px) {
.tpz { white-space: nowrap; overflow: auto; }
}
.nr { width: 1200px; margin-right: auto; margin-left: auto; position: relative; }
.bt2 { font-size: 24pt; font-weight: 100; line-height: 50px; color: #333; text-align: center; }
@media screen and (max-width: 900px) {
.bt2 { font-size: 14pt; line-height: 30px;  }
}
.jdt { position: relative; overflow: hidden; clear: both; margin-right: auto; margin-left: auto; z-index: 0; height: 600px; background-color: #f2f2f2; }


.jdt .bd { position: relative; z-index: 0; }
.jdt .bd ul { width: 100% !important;  height: 100%; *display: inline;
margin-right: auto; margin-left: auto; display: block; }
.jdt .bd ul li { width: 100% !important; background-position: center center; height: 100%; background-repeat: no-repeat; }
.jdt .bd ul li img { width: 100%; max-width: 1920px; height: 100%; max-height: 600px;}
.jdt .hd { width: 98%; position: absolute; z-index: 99999; bottom: 0; left: 0; height: 20px; text-align: center; padding-bottom: 10px; }
.jdt .hd ul li { cursor: pointer; zoom: 1; width: 10px; height: 10px; margin: 2px; overflow: hidden; line-height: 50px; background-color: #f2f2f2; display: inline-block; _display: inline; list-style-type: none; font-size: 11px; text-align: center; color: #000; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.jdt .hd ul .on { opacity: 1; background-color: #cc0000; color: #FFF; width: 20px; }
.jdt .prev, .jdt .next { width: 60px; height: 90px; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999; background-image: url(/UP/Admin/ico/ad_ctr.png); background-repeat: no-repeat; background-position: 0 0; margin-top: -30px; margin-right: 0; margin-bottom: 0; margin-left: 0; filter: alpha(opacity=50) !important; opacity: 0.5 !important; }
.jdt .prev { left: 0; }
.jdt .next { background-position: 0 -90px; right: 0; }
.jdt .prev:hover, .jdt .next:hover { filter: alpha(opacity=50) !important; opacity: 0.5 !important; }

 @media screen and (max-width: 1400px) {
.jdt { height: 400px; }
.jdt .bd ul li img { width: 120%; height: 100%; margin-left: -10%; }
}

 @media screen and (max-width: 900px) {
.jdt { height: 170px; padding-top: 50px; }
.jdt .bd ul li img { width: 150%; height: 100%; margin-left: -20%; }
.jdt .prev, .jdt .next { width: 30px; height: 45px;  top: 50%;margin-top: -5px;background-size:100% 400%; }
.jdt .next { background-position: 0 -45px; right: 0; }

}
/*内容*/


.bjx { font-size: 12px; line-height: 20px; padding-top: 20px; padding-right: 20px; padding-left: 20px; letter-spacing: 2px; word-spacing: 2px; }
.nr img { max-width: 100%; }
 @media screen and (max-width: 1200px) {
.nr { width: 100%; }
}

.yejiao { text-align: center; font-size: 12px; line-height: 20px; padding-bottom: 40px; background-color: #ebebeb; color: #000; padding-top: 40px; }
.yejiao a, .yejiao p { color: #000; font-size: 12px; line-height: 20px; }

 @media screen and (max-width: 1200px) {
.yejiao a, .yejiao p { font-size: 9px; line-height: 16px; }
}


.lbwz { margin-top: 30px; margin-bottom: 10px; position: relative; text-align: center; }
.lbwz ul { overflow: hidden; text-align: left; }
.lbwz li { display: inline-block; width: 25%; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; padding: 0px; margin-top: 0px; margin-right: 0px; }
.lbwz li a { display: block; font-size: 16px; position: relative; background-color: #FFF; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; margin-right: 10px; margin-left: 10px; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; background-image: url(/UP/images/ico/title-bj.png); background-repeat: no-repeat; background-position: left 0px; padding-left: 15px; color: #00796a; border-bottom-width: 1px; border-bottom-style: dotted; border-bottom-color: #DCDCDC; }
.lbwz li a:hover { color: #01AF54; }
.lb2 { padding-top: 1px; padding-left: 1px; margin-top: 30px; margin-bottom: 10px; position: relative; text-align: center; }
.lb2 li { display: inline-block; width: 21%; margin-top: 1%; margin-right: 2%; }
.lb2 li img { display: block; max-width: 100%; margin-right: auto; margin-left: auto; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; border: 6px solid #FFF; cursor: pointer; }
.lb2 li a div { background-color: #333; width: 100%; line-height: 28px; height: 28px; overflow: hidden; position: absolute; left: 0px; bottom: 0px; }
.lb2 li a b, .lb1 li a s { display: block; overflow: hidden; font-weight: normal; color: #FFF; position: relative; text-decoration: none; line-height: 28px; height: 28px; }
.vip { text-align: center; margin-top: 30px; }
.vip a { display: inline-block; margin-right: 10px; margin-left: 10px; background-color: #435057; color: #FFF; font-size: 14px; line-height: 40px; padding-right: 15px; padding-left: 15px; border-radius: 3px; font-weight: bold; }
.vip a:hover { background-color: #A21E2D; }
 @media screen and (max-width: 900px) {
.lbwz { text-align: center; font-weight: normal; overflow: auto; height: 340px; }
.lbwz li { width: 100%; }
.lbwz li a { font-size: 12px; }
.nr form { width: auto; max-width: 100%; margin-right: 10px; margin-left: 10px; }
}
.mbx { background-color: #FFF; padding: 15px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }
.lanmu { position: relative; margin-top: 40px; border-radius: 3px; }
.lanmu .fnr { background-color: #FFF; margin-left: 320px; min-height: 600px; padding-top: 0px; padding-right: 30px; padding-bottom: 30px; padding-left: 30px; }
.bt1 { font-size: 28px; font-weight: 100; margin-bottom: 5px; color: #000000; }
.lanmu .fnr .bt1 em { background-color: #00796a; height: 26px; float: left; width: 4px; margin-right: 8px; margin-top: 8px; }
.lanmu .fnr .bt5 { font-size: 12px; font-weight: 100; color: #494d55; display: block; padding-bottom: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }
.lanmu h3 { font-size: 16px; line-height: 40px; font-weight: bold; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #dcdcdc; margin-bottom: 10px; }
.lanmu .mulu { width: 279px; position: absolute; }
.lanmu .lmgd { position: fixed; top: 10px; }
.lanmu .mulu .mulun { padding-top: 0px; padding-right: 18px; padding-bottom: 15px; padding-left: 18px; border: 1px solid #dcdcdc; margin-bottom: 20px; }
.lanmu .mulu .mulun li a img{ display: none; }
.lanmu .mulu .mulun li a { display: block; line-height: 28px; height: 28px; overflow: hidden; }
.lanmu .mulu .mulun li a b{ font-weight: normal; }
.mulu p { margin-bottom: 0px; line-height: 120%; }
 @media screen and (max-width: 900px) {
.bt1 { font-size: 18px; font-weight: 100; margin-bottom: 5px; color: #000000; }
.lanmu { margin-top: 0px;  }
.lanmu .fnr { padding: 10px; margin-left: 0px; }
.lanmu .mulu { display: none; }
}
.yjdh { background-color: #000; padding-top: 10px; padding-bottom: 5px; border-top-width: 1px; border-top-style: solid; border-top-color: #333; }
.yjdh a { display: inline-block; font-size: 14px; color: #DCDCDC; margin-top: 10px; margin-right: 20px; margin-bottom: 10px; margin-left: 20px; }
.yjdh a:hover { color: #3C6; }
.yjdh .bd ul { padding: 10px 0 10px 10px; }
.yjdh .bd li { height: 33px; line-height: 33px; }
.yjdh .bd li a { color: #666; }
.yjdh .bd li a { -webkit-tap-highlight-color: rgba(0,0,0,0); }
 @supports (-webkit-transform: scale(0)) {
 .yanse {
		/*-webkit-mask-image: linear-gradient(to right, red, orange, yellow, green, cyan, blue, purple);*/
		background-image: linear-gradient(to right, red, orange, yellow, green, yellow, orange, red, orange, yellow, green, yellow, orange, red);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 -webkit-background-size: 200% 100%;
 animation: bgp 5s infinite linear;
}
}
@-webkit-keyframes bgp { 0% {
background-position: 0 0;
}
 100% {
background-position: -100% 0;
}
}
.gengduo { text-align: center; }
.gengduo a { color: #FFF; background-color: #00796a; line-height: 36px; display: inline-block; padding-right: 12px; padding-left: 12px; border-radius: 3px; margin-top: 20px; font-size: 14px; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.gengduo a:hover { color: #FFF; background-color: #8C00EA; }
.yqlj { padding-top: 40px; overflow: hidden; text-align: center; background-color: #FFF; padding-bottom: 40px; }
.yqljzuo { width: 50%; float: left; }
.yqlj span { font-size: 14px; color: #666; display: block; text-align: center; margin-bottom: 30px; }
.bt01 { font-size: 28px; font-weight: 100; margin-bottom: 10px; color: #494d55; }
.bt01 b { font-weight: 100; }
.jdyl span, .bksy span { font-size: 14px; color: #666; margin-bottom: 15px; display: block; text-align: center; }
#nr { margin-top: 20px; font-size: 11pt; margin-bottom: 20px; }
#zihao { width: 100px; float: right; margin-top: 20px; }
.b50 { width: 50%; float: left; }
.lxfs { font-size: 18px; text-align: left; border: 1px dashed #DCDCDC; margin-left: 30px; padding: 10px; margin-top: 20px; color: #666; }
 @media screen and (max-width: 900px) {
.b50 { width: 100%; }
.lxfs { margin: 5px; }
.lanmu .mulu { display: none; }
.bt01 { font-size: 22px; text-align: center; }
.yqlj img { width: 160px; padding: 3px; border: 1px dashed #FFFFFF; margin: 3px; }
#zihao { display: none; }
}
.xia { background-color: #000000; overflow: hidden; }
.xia ul { padding-top: 20px; padding-bottom: 20px; overflow: hidden; }
.xia .nr li { display: inline; width: 25%; color: #FFF; float: left; }
.xia .nr li img { float: left; height: 100px; width: 100px; }
.xia .nr li h3 { font-size: 20px; padding-top: 20px; }
.xia .nr li p { color: #FFF; padding-top: 5px; }
.wl1 { overflow: hidden; }
.wl1 li { float: left; width: 25%; height: 200px; }
.wl1 li h6 { font-size: 16px; padding: 10px; text-align: center; }
.wl1 li p { font-size: 12px; padding-right: 10px; padding-left: 10px; }
.wl1 li img { display: block; margin-right: auto; margin-left: auto; }
.gg { background-color: #00796a; text-align: center; color: #FFF; clear: both; margin-top: 20px; }
.gg h3 { color: #FFF; font-size: 300%; font-weight: 100; padding-top: 50px; padding-bottom: 20px; }
.gg a { font-size: 16px; line-height: 40px; font-weight: 800; display: block; height: 40px; color: #00796a; width: 140px; margin-right: auto; margin-left: auto; background-color: #FC3; border-radius: 20px; margin-bottom: 30px; }
.gg a:hover { color: #00796a; background-color: #FFE168; border-radius: 20px; }
 @media screen and (max-width: 900px) {
.wl1 li { width: 50%; }
.gg h3 { font-size: 150%; }
.xia { display: none; }
}
.gg2 { margin-bottom: 20px; animation-name: ggdh; animation-duration: 0.5s; animation-timing-function: ease; }
.gg2 img { max-width: 100%; }
.nf_dh ul li:hover ul { }
 @keyframes ggdh { 0% {
 opacity: .99999;
 transform: rotateX(90deg);
}
 100% {
 transform: rotateX(0);
 animation-timing-function: ease-in-out;
}
}
.yqlj .nr ul li { width: 20%; float: left; max-height: 100px; margin-bottom: 6px; }
.yqlj .nr ul li a { display: block; margin: 2px; border: 1px dotted #f2f2f2; }
.yqlj .nr ul li a:hover { dborder: 1px dotted #f2f2f2; border-top-color: #63C; border-right-color: #63C; border-bottom-color: #63C; border-left-color: #63C; }
.yqlj .nr ul li img { max-height: 100px; max-width: 100%; }
.yqlj .nr ul li a b { font-size: 14px; line-height: 20px; font-weight: normal; text-align: center; display: none; height: 20px; }
.yqlj .nr ul { overflow: hidden; }
.b25 { width: 25%; float: left; }
 @media screen and (max-width: 900px) {
.b25 { width: 50%; }
}
/*文字卡片*/
.kp { text-align: center; display: block; background-color: #FFF; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; margin: 5px; padding-bottom: 20px; border-radius: 3px; overflow: hidden; }
.kp:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.kp a { display: inline-block; font-size: 14px; font-weight: bold; line-height: 30px; color: #FF3300; margin-right: auto; margin-left: auto; margin-top: 20px; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; margin-bottom: 20px; padding-right: 15px; padding-left: 15px; border-radius: 15px; }
.kp a:hover { letter-spacing: 2px; background-color: #FC6; }
.kp u { color: white; padding: 10px; font-size: 40px; display: block; }
.kp h3 { height: 60px; background-repeat: no-repeat; background-position: center bottom; background-color: #09F; font-size: 18px; font-weight: 300; color: #FFF; margin-bottom: 40px; line-height: 60px; overflow: hidden; }
.kp .kpjj { height: 60px; overflow: hidden; }
.kp p { font-size: 10pt; font-weight: 100; line-height: 20px; text-align: left; color: #404040; padding-top: 0px; padding-right: 15px; padding-bottom: 0px; padding-left: 15px; }

.a3 { background-color: #FFF; padding-top: 50px; padding-bottom: 50px; overflow: hidden; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
.kp img { width: 100px; margin-bottom: 20px; }
.kp h4 { background-color: #66F; font-size: 18px; color: #FFF; line-height: 50px; margin-bottom: 20px; }

/* 选项卡滚动 */
.slideGroup { width: 100%; }
.slideGroup .parHd { position: relative; margin-bottom: 15px; }
.slideGroup .parHd ul { width: 100%; text-align: center; }
.slideGroup .parHd ul li { cursor: pointer; display: inline-block; padding-top: 0; padding-right: 25px; padding-bottom: 0; padding-left: 25px; font-size: 16px; line-height: 40px; border-radius: 25px; color: #09F; background-color: #f2f2f2; margin-right: 6px; margin-left: 6px; }
.slideGroup .parHd ul li.on { background-color: #25A4FF; color: #FFF; }
.slideGroup .slideBox { overflow: hidden; zoom: 1; position: relative; padding-top: 10px; padding-bottom: 10px; text-align: center; }
.slideGroup .sPrev, .slideGroup .sNext { display: inline-block; width: 30px; height: 30px; font-size: 24px; font-weight: 800; margin-top: 20px; margin-bottom: 20px; color: #999; }
.slideGroup .sNext { left: auto; right: 5px; background-repeat: no-repeat; background-position: center center; }
.slideGroup .sPrev:hover, .slideGroup .sNext:hover { border-color: #f60; }
.slideGroup .parBd ul { overflow: hidden; zoom: 1; }
.slideGroup .parBd ul li { margin: 0 8px; float: left; _display: inline; overflow: hidden; text-align: center; }
.slideGroup .parBd ul li .pic { text-align: center; }
.slideGroup .parBd ul li .pic img { max-width: 360px; max-height: 260px; display: block; padding: 2px; }
.slideGroup .parBd ul li .pic a:hover img { border-color: #999; }
.slideGroup .parBd ul li .title { line-height: 24px; }
.nt { background-image: url(../../UP/images/ico/y1.png); background-repeat: repeat; background-position: center; background-color: #333333; height: 280px; }
.nt .nt_1 { padding-top: 100px;  }

.nt .nt_1 h1 { font-size: 28px; font-weight: 700; font-size: 46px; text-align: center; padding-right: 20px; padding-left: 20px; color: #fff;
      -webkit-text-stroke:1px #f00;
	-webkit-animation:cliptext 6s linear infinite; }


@-webkit-keyframes cliptext{
	0%{-webkit-text-stroke:1px #0054a4;}
	20%{-webkit-text-stroke:1px #b906d9;}
	50%{-webkit-text-stroke:1px #c5090a;}
	80%{-webkit-text-stroke:1px #b906d9;}
	100%{-webkit-text-stroke:1px #0054a4;}
}



@media screen and (max-width: 900px) {
.nt {  height: 180px; }
.nt .nt_1 { padding-top: 110px;  }
.nt .nt_1 h1 {  font-size: 18px; padding-right: 5px; padding-left: 5px; }
.a3 { padding-top: 20px;   padding-bottom: 20px; }

}
.flnr { padding-top: 40px; padding-bottom: 40px; margin-right: auto; margin-left: auto; }

.xw { overflow: hidden;  }
.xw li { display: block; position: relative; clear: both; height: 120px; }
.xw li a { display: block;}
.xw li a:hover{ color: #0054A4; }
.xw li a b{ font-size: 16px; display: block; height: 20px; line-height: 20px; overflow: hidden; margin-bottom: 10px; }
.xw li a img{ float: left; height: 100px; width: 120px; margin-right: 10px; margin-left: 10px; }
.xw li a u { font-size: 14px; line-height: 20px; display: block; height: 60px; overflow: hidden; text-decoration: none; color: #666; }

.dtjdt { position: relative; overflow: hidden; clear: both; z-index: 0; height: 340px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
.dtjdt .bd { position: relative; z-index: 0; }
.dtjdt .bd ul { width: 100% !important; height: 100% !important;  *display: inline;
margin-right: auto; margin-left: auto; display: block; }
.dtjdt .bd ul li { width: 100% !important;height: 100% !important;  background-position: center center; height: 690px; background-repeat: no-repeat; }
.dtjdt .bd ul li img {  height: 100%; width: 100%; }
.dtjdt .hd ul{ position: absolute; z-index: 99999; width: 99%; left: 0px; bottom: 10px; text-align: right; }	
.dtjdt .hd ul li{ display: inline-block; cursor: pointer; background-color: #f2f2f2; height: 20px; width: 20px; margin-top: 0; margin-right: 5px; margin-bottom: 0; margin-left: 5px; font-size: 12px; line-height: 20px; text-align: center; }	
.dtjdt .hd ul .on{ color: #FFF; background-color: #F00; }
 @media screen and (max-width: 900px) {
.dtjdt { height: 190px; margin-bottom: 15px; }
.dtjdt .hd ul li img{ width: 40px; height: 25px; }	
 }

.gd img { display: block; text-align: center; clear: both; margin-top: 10px; margin-right: auto; margin-bottom: 10px; margin-left: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -ms-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
.gd:hover img { padding-left: 15px; }
 @media screen and (max-width: 900px) {
.flnr { padding-top: 15px; padding-right: 15px; padding-bottom: 40px; padding-left: 15px; }
.xw li { width: 100%; height: auto; }
}

.a0 { height: 72px; line-height: 72px; background-color: #FFF; }
.a2 { background-color: #f2f2f2; padding-top: 40px; padding-bottom: 40px; }
.a2 .nr p { color: #FFF; font-size: 14px; }
.a2 .nr p strong { font-size: 16px; padding-bottom: 20px; display: inline-block; }

.lt { position: absolute; z-index: 999999; height: 70px; top: 0px; right: 0px; }
.lt a { font-size: 12pt; line-height: 70px; color: #FFF; margin-left: 10px; }
.lt.you a i img { float: left; margin-top: 27px; }
.gywm { padding-left: 50px; padding-right: 10px; color: #666; }
 @media screen and (max-width: 900px) {
.gywm { padding-left: 10px; padding-right: 10px; }
.a2 {  padding-top: 20px; padding-bottom: 20px;}
.ym { padding-right: 0; padding-left: 0; width: 100%; position: fixed; top: 0px; background-color: #FFF; z-index: 9998; height: 60px; }

.a0 { height: 60px; line-height: 60px; background-color: #FFF; position: fixed; z-index: 99999; }
.a0 h1 img{ max-height: 40px; }

}
.gywm p { font-size: 12pt; color: #4F4F4F; line-height: 160%; }
.gywm table { font-size: 12pt; color: #333; line-height: 180%; letter-spacing: 1px; }
.bt3 { font-size: 16px; color: #666; text-align: center; margin-bottom: 40px; }


#scroll {  margin-right: 10px; height: 360px; background-color: white; position: relative;  }
#scroll ul { height: 360px; list-style: none; }
#scroll ul li { width: 100%; height: 360px; margin: 0px; padding: 0px; display: none; }
.subl { position: absolute; left: 10px; height: 40px; line-height: 40px; text-align: center; font-size: 36px; font-weight: bold; cursor: pointer; top: 50%; margin-top: -20px; }
.subr { position: absolute; right: 10px; height: 40px; line-height: 40px; text-align: center; font-size: 36px; font-weight: bold; cursor: pointer; margin-top: -20px; top: 50%; }

.xwjdt { position: relative; overflow: hidden; clear: both; z-index: 0; height: 350px; margin-right: 10px; margin-bottom: 10px; margin-left: 10px; }
.xwjdt .bd { position: relative; z-index: 0; }
.xwjdt .bd ul { width: 100% !important; height: 100% !important;  *display: inline;
margin-right: auto; margin-left: auto; display: block; }
.xwjdt .bd ul li { width: 100% !important;height: 100% !important;  background-position: center center; height: 690px; background-repeat: no-repeat; }
.xwjdt .bd ul li img {  height: 100%; width: 100%; }
.xwjdt .hd ul{ position: absolute; z-index: 99999; width: 100%; left: 10px; bottom: 10px; }	
.xwjdt .hd ul li{ float:left; margin:0 5px; display:inline; cursor:pointer; }	
.xwjdt .hd ul li img{ width: 80px;  display: block; border: 2px solid #fff; height: 50px; }	
.xwjdt .hd ul .on img{ border-color:#FF8106;   }







.hgd {position: relative;  margin-top: 7px; color: #666; overflow: hidden; zoom: 1; margin-bottom: 7px; width: 100%; }
.hgd .bd { overflow: hidden; position: relative;zoom: 1;height: 100%; width: 100%; }
.hgd .bd ul{ height: 100%; width: 100%;  }
.hgd .bd ul li { float: left; display: inline; width: 25%; height: 100%; }
.hgd .bd ul li a{ display: block; font-size: 12px; margin: 10px;padding: 15px; height: 100%; position: relative; text-align: center; overflow: hidden;background-color: #fff; }
.hgd .bd ul li a:hover{ color: #CC0000; }
.hgd .bd ul li a img { height: 180px;  margin-right: auto; margin-left: auto; }
.hgd .bd ul li a b{ font-size: 16px; display: block; font-weight: normal; line-height: 30px; text-align: center; overflow: hidden; color: #000; opacity: 0.96; filter: alpha(opacity=96); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; height: 30px; margin-top: 8px; }
.hgd .bd ul li a:hover b{ color: #F30; }

.hgd .prev,.hgd .next { left: 0px; height: 50px; top: 50%; width: 30px; z-index: 999; position: absolute; background-color: #000; text-align: center; cursor: pointer; font-size: 16px; font-weight: normal; color: #FFF; margin-top: -25px; line-height: 50px; font-family: "Comic Sans MS", cursive; }
.hgd .next { right: 0px; left: auto; background-position: -24px 0px; }

.al { background-color: #F2F2F2; padding-top: 30px; padding-bottom: 30px; }
.al .bd { overflow: hidden; position: relative;zoom: 1;height: 100%; width: 100%; }
.al .bd ul{ height: 100%; width: 100%;  }
.al .bd ul li { float: left; display: inline; width: 25%; height: 100%; }
.al .bd ul li a{ display: block; font-size: 12px; margin: 10px; height: 100%; position: relative; text-align: center; overflow: hidden; }
.al .bd ul li a:hover{ color: #CC0000; }
.al .bd ul li a img { height: 200px; width:300px; margin-right: auto; margin-left: auto; }
.al .bd ul li a b{ font-size: 16px; display: block; font-weight: normal; line-height: 30px; text-align: center; overflow: hidden; color: #000; opacity: 0.96; filter: alpha(opacity=96); -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; height: 30px; margin-top: 8px; }
.al .bd ul li a:hover b{ color: #F30; }

.rwm{ position: fixed; right: 5px; bottom: 50px; }

 @media screen and (max-width: 900px) {
.bt3 { font-size: 12px;  margin-bottom: 10px; }
.al {  padding-top: 10px; padding-bottom: 10px; }
.al .bd ul li {width: 50%;  }
.al .bd ul li a img { height: 110px; width:200px; }
.al .bd ul li a b{ font-size: 14px; line-height: 110px;  bottom: -220px; }

.rwm{ display: none; }
.hgd .bd ul li { width: 50%; }
.hgd .bd ul li a{  margin: 1px; }
.hgd .bd ul li a img { height: 200px; width:200px; }
.hgd .bd ul li a b{ font-size: 14px; line-height: 200px;  bottom: -220px; }

.gywm table ,.gywm p{ font-size: 9pt;  }
.bt3 { font-size: 7pt;  }
.xwjdt { height: 190px; margin-bottom: 15px; }
.xwjdt .hd ul li img{ width: 40px; height: 25px; }	

}

.gd { display: block; margin-right: auto; margin-left: auto; text-align: center; font-size: 18px; width: 200px; padding-top: 10px; margin-top: 20px; color: #0054A4; clear: both; }
.a4 { background-color: #f2f2f2; padding-top: 40px; padding-bottom: 40px; }
.a5 { padding-top: 40px; padding-bottom: 50px; }


.hzhb{ text-align: center; overflow: hidden; display: block; }
.hzhb li{ display: inline; white-space: nowrap; float: left; width: 11.111%; overflow: hidden; }
.hzhb li a { padding: 5px; display: block; margin: 5px; }
.hzhb li a img{ height: 60px; }
.hzhb li a:hover { opacity:0.8;filter:alpha(opacity=80); }
.a1 { background-color: #FFF; padding-top: 50px; padding-bottom: 50px; overflow: hidden; }
.a0 .nr h1 .you { padding-top: 15px; }
 @media screen and (max-width: 900px) {
.hzhb li{ width: 20%;}
.a1 { padding-top: 20px; padding-bottom:20px;}
.a0 .nr h1 .you{ display: none; }
.a4 { padding-top: 20px; padding-bottom: 20px; }
.a5 { padding-top: 20px; padding-bottom: 20px; }
.hzhb li a img{ height: 45px; }
.gd {  padding-top: 10px; margin-top: 0px; color: #0054A4; }

}
.flnr h2 { font-weight: normal; }
