@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/

/*基本*/
*{padding:0px; margin:0px }
body{color:#000;padding:0px; margin:0px auto;overflow:scroll;overflow-x:hidden;overflow-y:auto;
font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;font-size:14px;max-width:640px;}
div{ margin:0; padding:0; border:0; }
img{ margin:0; padding:0; border:0; }
p{ margin: 0px 0px 1em 0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#000; background: transparent;  outline:none}
a:visited {}
a:focus { outline:none; }
a:hover, a:active{ color:#2F4E52; outline:none;}

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}




/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}


/*清除浮动*/
.clear { display:block; clear:both;}
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:3px;} /*验证码图片样式*/

/*必须输入，主要*/
.required{ color:red; font-weight:bold;}
.form_text_verifycode { width:80px; }
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}


/*箭头*/
.arrow{ background:url(../ky_img/arrow1.png) center center no-repeat; background-size:14px;
	width:30px; height:30px; display:block; float:right;vertical-align:middle;}

/*==========@@通用 结束@@==========*/


/*==========@@布局  开始@@==========*/

.body_article, .body_download, .body_picture, .body_product, .body_single, .body_video, .body_job, .body_feedback{ background-color:#e2e3e6; }
.single, .article, .picture, .download, .video, .product, .job, .guestbook, .sitemap, .feedback{ width:99%; margin:0px auto }

#top{} /*主要用于页面顶部特殊功能，宽度通常全屏*/
#header, #content , #footer{ width: 98%;  margin: 0px auto; border:0px solid green;}

/*==========@@布局  结束@@==========*/


/*==========@@公共板块 开始@@==========*/

/*Logo部分*/
#header .logo{}
#header .WebLogo{ text-align:center;}
#header .WebLogo img{max-width:100%;}
.Language{padding:10px 0px 0px 0px;  color:#666; text-align:center;}




/*===FlexSlider幻灯片  开始===*/
#banner{margin:0 auto;width:100%;padding-left:0;margin-left:0;margin-top:56px;}
.flexslider{ position: relative; clear:both;}

/*幻灯片标题*/
 .flex-caption { width:100%; padding:3px 0px; position: absolute; bottom: 3px;color: #fff;text-align: right;font-size: 14px;line-height: 22px;height:22px;max-width:640px}

/* FlexSlider Necessary Styles*/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height:171px;display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme*/
.flexslider { margin: 0 0 8px; background: #fff;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 500px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav{ width: 100%;position:absolute; bottom:10px;  margin:0px; text-align: center; border:0px dashed red}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
/*===FlexSlider幻灯片  结束===*/



/*当前位置*/
#location{ padding:3px 0px;margin: 0; border-bottom: 1px solid #16b7b7;color:#000;  height:22px; line-height:1.5em;  text-indent:22px}
#location a{color:#000}



/*搜索 */
.search{width:98%;margin:0px auto}
.searchresult{ font-weight:bold; font-size:18px;}


/*分页条*/
.page {padding:1px; height:auto; clear:both; line-height:0.5em; text-align:center; margin-top:5px;}
.page a, .page span {border:1px solid #D3D1D1; padding:2px 3px; margin: 3px 0px 3px 4px; line-height:22px; background-color:#FFFFFF}
.page a:link, .page_turner a:visited { text-decoration:none; }
.page a:hover { background:#CC0001; color:#ff9900; }
.page .current{ background:#CC0001; color:#FFF;}
.page #total{color:red}
.page .pageinfo{ display: none}
.page .pagefirst{ display: none}
.page .pageend{ display: none}




.csdt{height: 43;line-height:43px;width:98%;background: url(../img/bg001.jpg) no-repeat;text-indent:50px;color:#310100;margin-top: 10px;margin-bottom: 10px;}
.cx1{margin-left:5px;height: 35px;font-size: 12px;}
.cx2{margin-left:5px;height: 35px;font-size: 12px;float:left}
.csdt a i{height: 43px;line-height:43px;font-style: normal;float:right;font-size: 12px;padding-right:10px;color:#686A67;}
.xxgk1{width:70px,height:30px;line-height:20px;border:1px solid #6C6C68;font-size: 12px;
-webkit-border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;border-radius:5px;}
.xxgkbt{width:13%;border:1px solid #6C6C68;float:left;text-align: center;margin-left: 15px;}
.jz{width:98%;margin: 0 auto;}


.top1{width:100%;margin:0 auto;padding:0;}
.top2{width:100%;margin:0 auto;padding:0;margin-top: 60px;}
.top1 img{border: 0;margin: 0;padding: 0;}

.yjmenu{width:100%;margin:0 auto;min-height:90px;padding:0;color:#fff;margin:3% auto;}
.yjmenu ul{width:97%;margin:0 auto ;padding:0;}
.yjmenu ul li{width:18%;height:60px;float:left;font-size:13px;text-align:center;margin-right:2%;border-radius:5px;}
.yjmenu ul li i{display:block;height:60px;}
.yjmenu ul li img{width:80%;margin-top:3px;}
.yjmenu ul li h4{clear: both;display:block;font-size: 12px;font-weight:normal;line-height:30px;font-family: "微软雅黑";color:#6a6a6a}


.gyj{width:100%;margin:0 auto;border-top:1px solid #dcdcdc;margin-top:10px;}
.gyj b{width:96%;margin:0 auto; padding:0;display:block;text-align:center;line-height:40px;color:#18648e;}
.gyj ul{width:100%;}
.gyj ul li{width:46%;float:left;margin:2%;}
.gyj ul li img{width:100%;}


.foot{width:100%;min-height:80px;background:#fff;border-top:1px solid #B4B4B4;position: fixed; bottom:0;}
.foot ul{margin: 0;padding: 0;margin-top:10px;}
.foot ul li{float:left;width:20%;height:60px;text-align: center;line-height:30px;padding-top:0px;}
.foot1{width:100%;height:32px;background:url(../img/menu1.jpg) center no-repeat;}
.foot2{width:100%;height:32px;background:url(../img/menu2.jpg) center no-repeat;}
.foot3{width:100%;height:32px;background:url(../img/menu3.jpg) center no-repeat;}
.foot4{width:100%;height:32px;background:url(../img/menu4.jpg) center no-repeat;}
.foot5{width:100%;height:32px;background:url(../img/menu5.jpg) center no-repeat;}

.on1{width:100%;height:32px;background:url(../img/menu1a.jpg) center no-repeat;}
.on2{width:100%;height:32px;background:url(../img/menu2a.jpg) center no-repeat;}
.on3{width:100%;height:32px;background:url(../img/menu3a.jpg) center no-repeat;}
.on4{width:100%;height:32px;background:url(../img/menu4a.jpg) center no-repeat;}
.on5{width:100%;height:32px;background:url(../img/menu5a.jpg) center no-repeat;}

.gyj1{width:100%;margin:0 auto;border-top:1px solid #dcdcdc;margin-top:10px;}
.gyj1 b{width:96%;margin:0 auto;padding:0;display:block;text-align:center;line-height:40px;color:#18648e;}
.gyj1 ul{width:96%;margin:0 auto;}
.gyj1 ul li{width:49%;float:left;margin-right:1%;}
.gyj1 ul li img{width:100%;}
.gyj1 .gmore{clear:both;width:96%;margin:0 auto;height:35px;line-height:35px;text-align:center;background: #d3d3d3;margin-bottom: 10px;}

.gyj2 {width:100%;margin:0 auto;border-top:1px solid #dcdcdc;margin-top:10px;}
.gyj2 ul{width:96%;margin:0 auto;}
.gyj2 ul li{width:46%;float:left;margin:0 2% ;}
.gyj2 ul li img{width:100%;}



.gyj3 {width:100%;margin:0 auto;margin-top:66px;}
.gyj3 .picl{width:46%;float:left;margin:0 2% ;}
.gyj3 .picl img{width:100%;}
.gyj3 .pics{width:46%;float:left;margin:0 2% ;}
.gyj3 .pics img{width:100%;}
.gyj3 .gyjbt1{height:32px;line-height:32px;text-align:center;}
.gyj3 .gyjbt2{height:36px;line-height:36px;text-align:center;}



.gyjxx {width:100%;margin:0 auto;margin-top:66px;}
.gyjxx .gyjxxx{width:98%;margin:0 2% ;}
.gyjxx .gyjxxx img{width:98%;}
.gyjxx .gyjbt1{height:32px;line-height:32px;text-align:center;}

.news{width:100%;margin:0 auto;margin-top:10px;}
.n_main{clear:both;width:100%;margin:10px auto 0 auto;padding:0;}

.single_item{padding: 20px 0; border-bottom: 1px dotted #d3d3d3;width:90%; float:right; margin:0 5%;}
.author1{width:66%;margin:-46px 5px 0 3%;padding:0;float:right; font-size:14px;font-weight:100;word-break: break-all;
text-overflow: ellipsis;display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp: 2; /** 显示的行数 **/
overflow: hidden;  /** 隐藏超出的内容 **/}
.author1 a{ color:#727272;font-family:"宋体";}
.date1{width:67%;float:right;margin:10px 0 0 0;padding:0;font-size:12px;color:#5c5c5c; text-align:left;}
.content{line-height:20px; word-break: break-all;}
.element_head{width: 100%;  min-hieght:200px;}
.get_more{margin:10px; text-align:center}
.more_loader_spinner{width:20px; height:20px; margin:10px auto; background: url(loader.gif) no-repeat;}
.title1{width:66%;margin:0 0 0 3%;padding:0;float:left;	font-size:16px;	height:46px;margin:0;padding:0;line-height:23px;overflow:hidden;color:#000;}
.title1 a{ color:#101010;}

.author2{ width:100%;margin:0;padding:0;/*float:right; */font-size:14px;font-weight:100; line-height:20px;word-break: break-all;
text-overflow: ellipsis;display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp: 2; /** 显示的行数 **/overflow: hidden;  /** 隐藏超出的内容 **/}
.author2 a{ color:rgb(114,114,114); font-family:"宋体";}

.single_item2{padding: 20px 0; border-bottom: 1px dotted #d3d3d3;width:94%; float:right; margin:0 3%;}
.title2{width:75%;float:left;line-height:40px;padding:0;font-size:14px;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#000;}
.title2 a{color:#101010;}
.title3{width:25%;float:left;text-align:center;line-height:40px;font-size:14px;color:#5c5c5c;}
.title3 a{width:25%;color:#5c5c5c;}
.date2 i{display:block;width:18px;height:22px;background: url(../img/dd.jpg) left center no-repeat;float: left;}
.date2{width:70%; float: left;font-size: 14px;color:#5c5c5c;}
.date2a{width:25%; float: left; color: #5c5c5c;}

.content{line-height:20px; word-break: break-all;}
.element_head{width: 100%;  min-hieght:200px;}
.get_more{margin:10px; text-align:center}
.more_loader_spinner{width:20px; height:20px; margin:10px auto; background: url(loader.gif) no-repeat;}

.tu{float:left;width:30%; margin-right:3%;}
.tu img{ width:100%; margin:0; padding:0;}
.get_more{ width:100%;padding:20px 0;}
.get_more a{color:#666; font-size:14px; line-height:50px;}

.ny_main{clear:both;width:100%;margin:36px auto 0 auto;padding:0;}
.ny_main .xq_bt{width:90%;margin:0 auto 0 auto;padding:0;font-size:24px;text-align:center;line-height:36px}
.ny_main .xq_nr{width:90%;margin:20px auto 10% auto;padding:0;font-size:14px;line-height:26px;
	color:#383838;text-align:justify;}
.ny_main .xq_nr p img{/*margin-left:-28pt*/}

.ny_main .xq_nr img{width:100%;margin:5% auto;padding:0;}
.ny_main .time{width:90%;margin:5% auto;padding:0;font-size:14px;text-align:right;line-height:30px;color:#5c5c5c;background-size:cover}

.xq_main .ys{text-overflow:ellipsis; /*超出部分省略*/	white-space: nowrap;/*强制不换行*/	overflow:hidden; /*超出部分隐藏*/}
.zp{width:75%;margin:0 auto;background:#f9f9f9;min-height:600px;margin:66px auto;}
.ly{width:65%;margin:0 auto;height:300px;margin-top:65px;}
.zpbt{width:85%;margin:0 auto;height:55px;line-height:55px;font-size: 16px;font-weight: bold;}
.xzdz_tx{width:90%;margin:2% auto 0 auto;padding:0;}
.xzdz_tx li{width:100%;margin:0 auto2% auto;padding:0;font-size:14px;line-height:30px;}
.dz_srk{width:100%;font-size:12px;margin:0 0 3% 0;padding:4% 0;color:#666;}
.dz_srka{width:100%;font-size:12px;margin:5% 0;padding:4% 0;color:#666;}
.xzdz_tx input{height:30px;border:1px solid #E5E5E5;border-radius: 5px;padding:2px;}
.xzdz_tx textarea{border:1px solid #E5E5E5;border-radius: 5px;padding:2px;}
.xzdz{width:90%;margin:10% auto 0 auto;font-size:14px;text-align:center;line-height:30px;background:#555555;
	border-radius:5px;color: #FFFFFF;}
.xzdz a{color: #FFFFFF;}

.xzdz1{width:40%;margin:10% auto 0 auto;font-size:14px;text-align:center;line-height:30px;border-radius:5px;color:#000;border: 1px solid #ccd5de;}

.bqx{position:absolute;bottom:0;width:100%;margin:0 auto;background:#014e9c;height:80px;}
.bqxx{width:85%;margin:0 auto;font-size: 12px;}
.bqxx1{width:50%;height:40px;line-height:40px;color:#FFFFFF;float: left;}
.bqxx1 b{display:block;font-weight:100;width:24px;height:40px;background:url(../img/dd1.jpg) center no-repeat;float: left;}
.bqxx2{width:50%;height:40px;line-height:40px;color:#FFFFFF;float: left;}
.bqxx2 b{display:block;font-weight:100;width:24px;height:40px;background:url(../img/dd2.jpg) center no-repeat;float: left;}
.bqxx3{height: 40px;line-height:40px;color: #FFFFFF;text-align: center;}


.zp1{width:90%;margin:0 auto;min-height:55px;line-height:70px;font-size:20px;font-weight: bold;text-align: center;margin-top:26px;}
.zp2{clear:both;width:90%;font-size:18px;color:#5c5c5c;margin: 0 auto;line-height:40px;}
.zp2 i{display:block;width:20px;height:40px;background:url(../img/dd.jpg) left center no-repeat;float:left;}
.zp2 .tb2{width:20px;height:40px;background:url(../img/dd3.jpg) left center no-repeat;float:left;}
.zp2 .tb3{width:20px;height:40px;background:url(../img/dd4.jpg) left center no-repeat;float:left;}
.zp2 .tb4{width:20px;height:40px;background:url(../img/dd5.jpg) left center no-repeat;float:left;}
.zp3{width:90%;font-size:16px;color:#5c5c5c;margin: 0 auto;line-height: 40px;font-weight:bold;}


.wqjx{width:100%;height:70px;background: url(../img/wqjx.jpg) center no-repeat; background-size:100% 100%;border-bottom: 1px solid #bbbbbb;margin-top: 56px;}

.wqjxcx{margin-top:2%;margin-left:2%;width:48%;height:30px;float:left;}
.search{margin-top:2%;width:49%;height:30px;line-height:30px;float:left;}

.wqjxcx1{width:90%;height:30px;line-height:30px;border:1px solid #6C6C68;border-radius:5px;border: 1px solid #BBBBBB;}
.wqjxcx2{width:80%;height:30px;line-height:30px;border:1px solid #6C6C68;border-radius:5px;border: 1px solid #BBBBBB;background:url(../img/dd6.JPG) left center no-repeat;padding-left:25px;}



