﻿@charset "utf-8";
/* CSS Document */

@import url("reset.css");
*{font-family:"微软雅黑";}
body {
	font-family:"微软雅黑";
	font-size:14px;
	line-height:30px;
	color:#333;
	background:url(../img/topbg.jpg);
}
i,em{font-style:normal;}
/*img:hover{filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;}*/
.shadow{-moz-box-shadow:0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2)}
.box-siz{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.top{ height:42px;background:#f8f8f8;color:#333;line-height:42px;width:100%;border-bottom:1px solid #e7e7e7;overflow:hidden;}
.txtell{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.w1200{width:1200px;margin:0px auto; position:relative;}
.w1100{width:1100px;margin:0px auto; position:relative;}
.top .right{float:right;width:580px;text-align:right;height: 42px;_padding-top:10px;_height:32px;}
.top .right li{float: right;height: 42px;line-height: 42px;margin-left: 20px;}
.top .right li:hover{color:#17a1e6;}
.top .right .top_tel{ font-size:14px; color:#e60000;}

.top .right li em{ display:inline-block; vertical-align:middle; background:url(../img/topbg.png) no-repeat; margin-right:3px;transition: all .4s ease-in-out;overflow:hidden;}
.top .right .top_tel em{ background-position:right top; width:14px; height:17px;}
.top .right .top_wx em{ background-position:-59px top; width:20px; height:17px;}
.top .right .top_wx:hover em{ background-position:-59px -20px; width:20px; height:17px;}
.top .right .top_bbs em{ background-position:-28px top; width:20px; height:17px;}
.top .right .top_bbs:hover em{ background-position:-28px -20px; width:20px; height:17px;}
.top .right .top_reg em{ background-position:-166px top; width:20px; height:17px;}
.top .right .top_reg:hover em{ background-position:-166px -20px; width:20px; height:17px;}
.top .right .top_wb em{ background-position:-122px top; width:19px; height:17px;}
.top .right .top_wb:hover em{ background-position:-122px -20px; width:19px; height:17px;}
.top .right .top_love em{ background-position:-186px top; width:19px; height:17px;}
.top .right .top_love a{color:#018a82;}
.top .right .top_love:hover em{ background-position:-186px 0px; width:19px; height:17px;}

.top .right .top_qq em{ background-position:0 top; width:15px; height:17px;}
.top .right .top_qq:hover em{ background-position:0 -20px; width:15px; height:17px;}
.top .left{ width:440px; height:42px; float:left;position:relative; z-index:999;background:url(../img/icon/icon-home.png) no-repeat left 50%;padding-left:30px;}
#header{margin-top:0px;overflow:hidden;background:url(../img/topbg.jpg) no-repeat left bottom;}

#header .logo{width:810px;height:120px;float:left;}
#header .logo a{width:100%;height:120px;background:url(../img/logo.png) no-repeat left 50%;display:block;}
#header .hright{float:left;width:680px;margin-top:26px;margin-left:30px;}
#header .hotline{float:right;width:385px;padding-top:10px; text-align:right;}
#header .hotline img{display:inline-block;}

#header .guanwang{ position:absolute;right:0px;top:20px;}
#header .guanwang a{display:block;background:url(../img/a_48.png) no-repeat;width:100px;height:34px; text-align:center;font-size:16px;line-height:34px;margin-bottom:10px;}
#header .guanwang a:hover{background:url(../img/a_48.png) no-repeat;color:#7a3802;}


.adtext{ position:absolute;right:0;bottom:0;height:16px;width:32px;background:#333;color:#fff;text-align:center;line-height:16px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;font-size:12px;}

.nav {width:100%;background:url(../img/menubg.jpg) repeat-x left top;height:44px; z-index:999;*width:100%;}
.nav-main {width:1100px;padding:0;margin:0 auto;position:relative;height:44px;}
.nav-ul li {float:left;line-height:44px;position:relative;}
.nav-ul li:last-child{margin-right:0;padding-right:0;background:none;}
.nav-ul li:hover{background:url(../img/navon.png) no-repeat 50% bottom;}
.nav-ul li.last{margin-right:0;padding-right:0;background:none;}
.nav-ul li a {color:#fff;font-size:16px;line-height:44px;display:block;padding:0 34px;background:url(../img/m_r.jpg) no-repeat right 50%;transition: color 500ms ease-in 0ms;}
.nav-ul li a:hover {color:#dff9fc;background:url(../img/m_r.jpg) no-repeat right 50%;}
.nav-ul li a.on {color:#dff9fc;background:url(../img/m_r.jpg) no-repeat right 50%;font-size:16px;line-height:44px;display:block;padding:0 34px;}
.nav-ul li a.last {color:#fff;background:none;font-size:16px;line-height:44px;display:block;padding:0 0px 0 34px;}

.nav-ul li .subnav{position:absolute;z-index:9999;top:46px;left:-24px;text-align:center;display:none;background:#e9fbfe;;width:150px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;-moz-border-bottom-left-radius:8px;-moz-border-bottom-right-radius:8px;}

.nav-ul li .subnav dl{
    overflow: hidden;
    padding-left: 10px;padding-right:10px;
}
.nav-ul li .subnav dd{
    line-height:36px;
    
}
.nav-ul li .subnav dd a{
    color:#666;
    font-size: 14px;
    text-align: left;
    display: block;
	padding:0;
    padding-left: 20px;
    background: url("../img/jt_33.png") no-repeat left -24px;
    border-bottom: 1px solid #d5d6d6;
    transition:color 0.3s,border-color 0.3s,font-size 0.3s;
}
.nav-ul li .subnav dd a:hover{
    font-size: 15px;
    color: #035f6b;
    border-color:#99d2da;
    background-position: 0 13px;
}
.nav-ul li .subnav dd a.last{border-bottom: 0px solid #d5d6d6;}
.nav-ul li .subnav dd a.last:hover{border-bottom: 0px solid #d5d6d6;}


.nav-ul li .subnav .pic-a{
    float:left;
    margin: 20px 0 20px 50px;
}

.nav-ul li .subnav .nav_cp{padding:10px 0px;}
.nav-ul li .subnav .nav_cp_1{float:left;
    overflow: hidden;
    padding-right: 20px;
	border-right:1px solid #ccc;
	width:160px; text-align:left;padding-left:20px;
	line-height:30px;}
.nav-ul li .subnav .nav_cp_bt{display:block;font-size:16px;font-weight:bold; text-indent:10px;background:url(../img/ico-jia.png) no-repeat left 50%;}
.nav-ul li .subnav .nav_cp_bt:hover{color: #ad0511;}
.nav-ul li .subnav .nav_cp_nr{display:block;font-size:14px;color:#666;text-indent:10px;background:url(../img/newsDot.gif) no-repeat left 50%;}
.nav-ul li .subnav .nav_cp_nr:hover{color: #ad0511;}


.banner{ width:100%; height:400px !important; overflow:hidden;background:url(../img/subban1.jpg) no-repeat 50% top;}

.wrapper {
    position: relative;
    width: 1100px;
    min-width: 1100px;
    margin: 40px auto 0;
	background:#ffffff;
	box-shadow:0px 0px 15px #CCC;
	-webkit-box-shadow:0px 0px 15px #CCC;
	-moz-box-shadow:0px 0px 15px #CCC;
}

.foot{ width:100%; margin:40px auto 0; min-width:1002px; height:160px; max-width:1920px; padding-top:10px; background:url(../img/footbg.jpg)}
.footlink{ width:1002px; margin:0 auto; padding-bottom:20px; border-bottom:1px dashed #9f9285}
.footlink h2{ font-size:15px; color:#fff; display:inline;float:left;}
.footlink ul{ width:880px; float:right;}
.footlink ul li{ list-style:none; float:left; border-left:1px solid #b7aa9e; padding:0 0 0 40px; width:135px}
.footlink ul li p{ font-size:13px; color:#fff; line-height:24px;}
.footlink ul li p a{font-size:13px; color:#fff;}
.bottom{ width:1100px; margin:0 auto; height:154px; padding-top:14px;}
.bottom ul li{ list-style:none; float:left; font-size:14px; color:#fff;}
.bottom ul li p{ font-size:16px; color:#fff; line-height:32px;padding-left:30px}
.bottom ul li p a{font-size:16px; color:#fff;}
.foot2{ width:100%; margin:0 auto; min-width:1100px; max-width:1920px; height:45px;background:url(../img/footbg.jpg); border-top:1px solid #a09286; text-align:center; font-size:12px; color:#c0b7b0; line-height:45px;}
.foot2 a{font-size:12px; color:#c0b7b0;}

.part01{background:#ffffff;padding:20px;overflow:hidden;}

.part01 .i-news{width:730px;float:left;display:inline-block;background:#ffffff;}
.part01 .i-news .tips{background:url(../img/line1.jpg) repeat-x left bottom;height:34px; position:relative;}
.part01 .i-news .tips .more{ position:absolute;right:0;display:block;background:url(../img/more.png) no-repeat;width:51px;height:22px;bottom:-5px;}
.part01 .tab-nub .tab-tit li {
	position:relative;
	display:inline-block;
	width:100px;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:16px;
	float:left;
}
.part01 .tab-nub .tab-tit li a{font-size:16px;color:#000;}
.part01 .tab-nub .tab-tit .active {
	color:#03a09b;
	background:url(../img/a_48.png) no-repeat 50% 50%;
	cursor:pointer;
}
.part01 .tab-nub .tab-tit .active a{color:#03a09b;}
.part01 .tab-nub .box_cont {
	display:none;
	overflow:hidden;
	zoom:1;
	width:100%;
	padding:0px;
	margin-top:20px;
}
.part01 .tab-nub .current {
	display:block;
}
.part01 .box_hdp{float:left;width:350px;}

.part01 .list{width:100%;}
.part01 .list li {
	width:430px;
	padding-left:20px;
	border-bottom:1px dashed #743c3b;
	overflow:hidden;
	background:url(../img/dot.png) no-repeat left 50%;
	height:40px; vertical-align:middle;
}
.part01 .list li a {
	font-size:14px;
	display:block;
}


.part01 .list li:last-child{border-bottom:none;}

.part01 .list li a{ line-height:40px;}
.part01 .list li p{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;display:inline-block;float:left;width:280px;}
.part01 .list li i{float:right;width:60px; text-align:right;color:#999;}

.part01 .box_i_news{width:450px;float:left;margin-left:20px;}
	
.gs_title {background:url(../img/ttbg.jpg) repeat-x left top;width: 100%;height:35px;}
.gs_title h3{font-size:16px;padding-left:60px;width:100px;background:url(../img/h3bg.jpg) no-repeat left top;line-height:35px;color:#333;float:left;font-weight:bold;}
.gs_title span{float:right;width:100px;background:url(../img/morebg.jpg) no-repeat right top;line-height:35px; text-align:right;padding-right:10px;}
.gs_title span a{color:#333;line-height:35px;font-size:12px;}

.r_title {background:url(../img/gonggao.jpg) no-repeat left top;width: 100%;height:35px;}
.r_title h3{font-size:16px;padding-left:60px;width:60px;line-height:35px;color:#fff;float:left;font-weight:bold;}
.r_title span{float:right;width:60px;line-height:35px; text-align:right;padding-right:10px;}
.r_title span a{color:#fff;line-height:35px;font-size:12px;}
.gs_nr{border:1px solid #fde4c3;padding:10px;border-top:0px;line-height:24px;height:197px;overflow:hidden;}

.part01 .i-about{width:218px;float:right;}




.part02{padding:20px;padding-top:0;}

.part02 .box_notice{float:left;width:822px;}
.part02 .cont{border:1px solid #c2c2c2;padding:15px;border-top:0px;line-height:24px;}
.part02 .cont img{float:left;width:280px;margin-right:15px;height:210px;}

.part02 .box_ad{float:right;width:218px;}


.tab-slide-1{ position:relative;width:1028px;border:1px solid #c2c2c2;padding:15px;border-top:0px;padding-bottom:0;}
.tab-slide-1 .prev{ width:41px; position:absolute; top:36%; background:url(../img/jtl02.png) no-repeat left center;height:41px;left:-100px;}
.tab-slide-1 .prev:hover{opacity:0.8;*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}
.tab-slide-1 .next{ width:41px; position:absolute; top:36%; height:41px;background:url(../img/jtr02.png) no-repeat right center;right:-100px;}
.tab-slide-1 .next:hover{opacity:0.8;*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}


.doc-list{}

.doc-list li{float:left;display:inline;width:320px;height:150px;overflow:hidden;position:relative; font-size:12px; color:#000; text-align:left; line-height:18px;margin-right:20px;margin-bottom:20px;}
.indexdoc{ width:312px; height:150px; float:left;}
.docimg{ width:110px; height:146px; float:left; border:1px solid #dbdbda; padding:1px 1px;}
.docimg img{width:110px; height:146px;}
.docSmallC{ width:185px; float:right}
.docSmallC h2{ font-size:14px; color:#232322; font-weight:bold; line-height:20px;}
.docSmallC p{ font-size:12px; color:#b78145; line-height:19px;}
.docSmallC p span{ color:#232322}



.quick-nav{}
.quick-nav li{margin-right:34px;width:128px; text-align:center;font-size:16px;float:left;}
.quick-nav li.mr0{margin-right:0px;width:128px; text-align:center;font-size:16px;float:left;}
.quick-nav li img{display:block;}
.quick-nav li a{color:#256766;}


.subbanner{background:url(../img/subban1.jpg) no-repeat 50% top;height:380px;}

.pagemain{padding:20px;}
.page_Left{ width:262px; float:left;}
.page_LeftTitle{ width:262px; float:left; height:42px; border-bottom:2px solid #a27d5a; line-height:42px; font-size:20px; color:#8a6541; font-family:微软雅黑; font-weight:bold}
.page_LeftClass{ width:262px; float:left; padding-top:16px; padding-bottom:26px;}
.parent{ width:209px; float:left; height:35px; background:url(../img/parent.jpg) no-repeat; font-size:16px; color:#fff; padding-left:53px; line-height:35px;}
.parent a{color:#fff; }
.child{ width:240px; float:left; background:#f8f4ee; border:1px solid #eae6df; border-top:none; padding:0px 10px 10px 10px;}
.child ul{ padding:10px 0; border-bottom:1px solid #cdb8a4}
.child ul li{ font-size:14px; color:#6f3824; line-height:27px; float:left; list-style:none; padding-left:30px;}
.child2{ width:240px; float:left; background:#f8f4ee; border:1px solid #eae6df; border-top:none; padding:10px 10px 20px 10px;}
.child2 ul{ padding-bottom:10px; border-bottom:1px solid #cdb8a4}
.child2 ul li{ font-size:14px; color:#6f3824; line-height:27px; float:left; list-style:none; padding-left:30px; width:90px;}

.child3{ width:240px; float:left; background:#f8f4ee; border:1px solid #eae6df; border-top:none; padding:0 10px 10px 10px;}
.child3 ul{ padding:10px 0; border-bottom:1px solid #cdb8a4}
.child3 ul li{ font-size:14px; color:#6f3824; line-height:27px; list-style:none; padding-left:35px;}

.page_LeftPic{ width:262px; float:left;}
.page_LeftPic ul li{ list-style:none; float:left; margin-bottom:11px; background:#a27d5a}
.page_LeftPic ul li:hover{ background:#6e553c}
.page_LeftPic ul li img{ display:block}

.page_Right{ width:778px; float:right; position:relative}
.r_top{ width:100%; height:30px; text-align:right; font-size:13px; color:#a27d5a; line-height:30px; position:absolute; top:25px; right:20px;}
.r_top a{font-size:13px; color:#a27d5a;}
.page_RightTitle{ width:100%; float:left; height:42px; border-bottom:1px dashed #a27d5a; line-height:42px; font-size:20px; color:#8a6541; font-weight:bold; font-family:微软雅黑}
.page_RightMain{ width:1022px; float:left; margin-top:15px; border:1px solid #e8e4de; background:url(../img/rightmainbg.jpg) top repeat-x #fffbf5; padding:24px 18px;}
.page_RightMain img,.page_RightMain div{ max-width:100%}
.page_RightMain .h1t{line-height:30px;font-size:18px; text-align:center;}
.page_RightMain .h2t{border-bottom:1px solid #CCC;padding-bottom:20px;color:#999; text-align:center;font-size:12px;}
.content{margin-top:20px;}



.newslist{width:100%;}
.newslist li {
	width:100%;
	padding-left:20px;
	border-bottom:1px dashed #743c3b;
	overflow:hidden;
	background:url(../img/dot.png) no-repeat left 50%;
	height:40px; vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.newslist li a {
	font-size:14px;
	display:block;
}


.newslist li:last-child{border-bottom:none;}

.newslist li a{ line-height:40px;}
.newslist li p{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;display:inline-block;float:left;width:80%;}
.newslist li i{float:right; text-align:right;color:#999;}

.zjmzb{border-top:1px solid #000;border-left:1px solid #000;}
.zjmzb td{border-bottom:1px solid #000;border-right:1px solid #000;padding:10px; text-align:center;}

.zjmzb td.left_td{color:#fff;background:#0069b7;font-size:18px;font-weight:bold;}
.zjmzb td.right_td_top{color:#0069b7;background:#fff;font-size:18px;font-weight:bold;}
.zjmzb td.right_td_bot{color:#000;background:#fff;line-height:24px; text-align:left;font-size:16px;}



/* slidepic-01 */
.slidebox-01{width:350px;height:252px;overflow:hidden;position:relative;}
.slidepic-01{position:absolute;width:9999em;}/* 必要元素 */
.slidepic-01 li{height:252px;overflow:hidden;float:left;width:350px;}
.slidepic-01 li img {width:100%;height:252px;}
.slidebtn-01{position:absolute;bottom:10px;right:10px;float:right;}
.slidebtn-01 li{background:#fff;border:1px solid #D00000;cursor:pointer;float:left;font-family:arial;height:18px;line-height:18px;width:18px;margin:4px;text-align:center;color:#D00000;}
.slidebtn-01 li.current{background:#FF0000;border:1px solid #D00000;height:24px;line-height:24px;width:24px;margin:0 2px;color:#fff;font-weight:800;}


/* slidepic-02 */
.slidebox-02{width:350px;height:252px;overflow:hidden;position:relative;}
.slidepic-02{position:absolute;width:9999em;}/* 必要元素 */
.slidepic-02 li{height:252px;overflow:hidden;float:left;width:350px;}
.slidepic-02 li img {width:100%;height:252px;}
.slidebtn-02{position:absolute;bottom:10px;right:10px;float:right;}
.slidebtn-02 li{background:#fff;border:1px solid #D00000;cursor:pointer;float:left;font-family:arial;height:18px;line-height:18px;width:18px;margin:4px;text-align:center;color:#D00000;}
.slidebtn-02 li.current{background:#FF0000;border:1px solid #D00000;height:24px;line-height:24px;width:24px;margin:0 2px;color:#fff;font-weight:800;}

/* slidepic-02 */
.slidebox-03{width:350px;height:252px;overflow:hidden;position:relative;}
.slidepic-03{position:absolute;width:9999em;}/* 必要元素 */
.slidepic-03 li{height:252px;overflow:hidden;float:left;width:350px;}
.slidepic-03 li img {width:100%;height:252px;}
.slidebtn-03{position:absolute;bottom:10px;right:10px;float:right;}
.slidebtn-03 li{background:#fff;border:1px solid #D00000;cursor:pointer;float:left;font-family:arial;height:18px;line-height:18px;width:18px;margin:4px;text-align:center;color:#D00000;}
.slidebtn-03 li.current{background:#FF0000;border:1px solid #D00000;height:24px;line-height:24px;width:24px;margin:0 2px;color:#fff;font-weight:800;}

#PageMother {width:650px; height:30px; margin:20px auto}
#PageMother a {font-size:13px; color:#333333; line-height:30px; font-weight:bold; text-decoration:none}
#PageMother a:hover {color:#126DE8}
#PageMother .DotDiv {float:left; width:10px; height:30px; line-height:30px} 
#PageMother .BigDiv {float:left; width:60px; height:30px; text-align:center; background:url(../images/page.png) no-repeat 0px -150px; margin:0 7px 0 7px}
#PageMother .BigDiv:hover {background:url(../img/page.png) no-repeat 0px -100px}
#PageMother .BigDiv a {width:60px; height:30px; display:block}
#PageMother .SmallDiv {float:left; width:30px; height:30px; text-align:center; background:url(../images/page.png) no-repeat 0px -50px; margin:0 7px 0 7px}
#PageMother .SmallDiv:hover {background:url(../imag/page.png) no-repeat 0px 0px}
#PageMother .SmallDiv a {width:30px; height:30px; display:block}
#PageMother a.HoverDiv {background:url(../imag/page.png) no-repeat 0px 0px; color:#126DE8}
#PageMother input {float:left; width:38px; height:28px; line-height:28px; text-align:center; border:1px solid #CCCCCC; background:#FFFFFF;}