@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
i, em {font-style: normal;}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none; color:#333} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #204e9f;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #204e9f;} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}

.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}

.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
ul,li{ list-style:none}

.f_pr{position:relative;}
.f_pa{position:absolute;}
em{font-style:normal;}


.contentindex{
    width: 1200px;
    margin: 0 auto;
}



/*头部*/
.header_nav{ width:100%; height:139px;position: absolute;left:0;top:0;z-index: 111;}
.header_nav .headera{ height:40px; background:#303030}
.header_nav .headera ul{ width:1200px; height:40px; margin:0 auto}
.header_nav .headera ul li{ line-height:40px; font-size:14px; color:#999999}


.header_nav .main{ width:1200px; height:99px; margin:0 auto;}

.header_nav .main .logo{display:block; float:left; margin-right:20px}
.header_nav .main .logo img{padding-top:17px}


/*nav*/
.nav{width:670px; height:99px; display:block; float:left}
.nav ul { width:100%; height:99px; margin:0 auto;}
.nav ul li{float: left; height:99px;position:relative;}
.nav ul li a{ padding:0 14px; font-size: 16px;line-height: 99px; font-weight: bold} 
.nav ul li a:hover{color: #204e9f;}
.nav ul li:hover{font-size:16px;color: #204e9f !important;}
.nav ul li:hover a{color:#204e9f;}

.nav ul li dl{position:absolute; left:0px; top:99px; z-index:99999; background:#204e9f; display:none; width:150%;}
.nav ul li:hover dl{ position:absolute; left:0px; top:99px; z-index:99999; background:#204e9f; display:block;}
.nav ul li dl dt a{ padding:0;height:50px;line-height:50px !important;color:#fff !important; font-size: 14px !important; font-weight:100;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; text-align:center; border-bottom:1px solid #fff;}
.nav ul li dl dt a:hover{background:#555; color:#fff !important; line-height:50px !important; font-size:14px !important; font-weight:100;border-bottom:1px solid #fff}

.nav .nav_on{color: #204e9f; font-size:16px; }

.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background:#fff;box-shadow: 3px 3px 3px rgba(0,0,0,.2);}


.header_nav .main .tel{
	display: block;
    float: right;
    background: url(../images/tel.png) right center no-repeat;
    padding-left: 35px;
    padding-right: 95px;
    line-height: 99px;
    font-size: 22px;
    color: #d20505;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
	}


/*热门服务*/
.hs-wrap { width:1200px; height:auto; margin:25px auto 45px;}
.hs-wrap .title{ height:48px; margin-bottom:18px}
.hs-wrap .title p{ font-size:22px; line-height:48px;float:left}
.hs-wrap .title a{ float:right; line-height:48px; font-size:16px; color:#333333; background:url(../images/gray_an.png) right center no-repeat; padding-right:24px}
.tac {
    text-align: center;
}
.hs li {
	width: 230px;
	height: 230px;
	margin-right: 12px;
	position: relative;
	border-radius: 5px;
}
.hs li.item1 {
	background: #19e3d5;
	background: linear-gradient(135deg, #19e3d5 0%,#19c3a5 100%);
}
.hs li.item1:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.hs li.item1:hover .hsi-btn {
	background: #fff;
	color: #19c4a7;
}
.hs li.item2 {
	background: #6d83ff;
	background: linear-gradient(135deg, #6d83ff 0%,#2c50fe 100%);
}
.hs li.item2:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.hs li.item2:hover .hsi-btn {
	background: #fff;
	color: #2b4fff;
}
.hs li.item3 {
	background: #a92df6;
	background: linear-gradient(135deg, #a92df6 0%,#6c39ff 100%);
}
.hs li.item3:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.hs li.item3:hover .hsi-btn {
	background: #fff;
	color: #6c39ff;
}
.hs li.item4 {
	background: #fba761;
	background: linear-gradient(135deg, #fba761 0%,#e84a60 100%);
}
.hs li.item4:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.hs li.item4:hover .hsi-btn {
	background: #fff;
	color: #e84a60;
}
.hs li.item5 {
	background: #f8d046;
	background: linear-gradient(135deg, #f8d046 0%,#dd8a22 100%);
	margin: 0;
}
.hs li.item5:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.hs li.item5:hover .hsi-btn {
	background: #fff;
	color: #dd8a22;
}
.hs li img {
	display: block;
	width: 56px;
	height: 56px;
	margin: 31px auto 20px; 
}
.hsi-title {
	font-size: 16px;
	color: #fff;
	padding-bottom:5px;
}
.hsi-des {
	font-size: 14px;
	color: #fff;
	padding-bottom: 24px;
}
.hsi-btn {
	box-sizing: border-box;
	width: 118px;
	height: 34px;
	line-height: 32px;
	border: 1px solid rgba(255,255,255,.5);
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
}
/*热门服务 end*/

.type-wrap { width:100%; height:auto; margin:0 auto;background: #f5f5f5;
	padding: 24px 0 73px; 
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.type-top {
	margin-bottom: 14px;
}
.tt-list1,.tb-list1 {
	box-sizing: border-box;
	width: 292px;
	height: 200px;
	border-top: 2px solid #204e9f;
	background: #fff;
	margin-right: 14px;
}
.tb-list1 {
	border-color: #e24a0b;
}
.tt-list1 img,.tb-list1 img {
	display: block;
	/*widht: 86px;
	height: 70px;*/
	margin: 29px auto 12px;
}
.tpi-title {
	font-size: 16px;
	color: #333;
	padding-bottom: 15px;
}
.tpi-title a {
	color: #333;
}
.tpi-title a:hover {
	color: #204e9f;
}
.tpi-des {
	font-size: 12px;
	color: #666;
}
.tt-list2,.tb-list2 {
	box-sizing: border-box;
	width: 620px;
	height: 200px;
	background: #fff;
	margin-right: 14px;
}
.tt-list3,.tb-list3 {
	box-sizing: border-box;
	width: 260px;
	height: 200px;
	background: #fff;
}
.tti-title {
	width: 142px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	background: url(../images/bg_title.png) no-repeat center center;
	margin-bottom: 30px;
}
.tti-title a{
	line-height: 44px;
	font-size: 16px;
	color: #fff;
}
.tt-list2 ul,.tt-list3 ul,.tb-list2 ul,.tb-list3 ul {
	padding-left: 35px;
}
.tt-list2 ul li,.tb-list2 ul li {
	width: 183px;
	margin-bottom: 22px;
}
.tt-list3 ul li,.tb-list3 ul li {
	margin-bottom: 22px;
}
.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #7e7e7e;
	vertical-align: middle;
	margin-right: 8px;
}
.tt-list2 li a,.tt-list3 li a,.tb-list2 li a,.tb-list3 li a {
	font-size: 14px;
	color: #666;
}
.tt-list2 li a:hover,.tt-list3 li a:hover,.tb-list2 li a:hover,.tb-list3 li a:hover {
	color: #204e9f;
}


.choose{ width:100%; height:auto; margin:0 auto; background: url(../images/dec1.png) center top no-repeat}
.choose .titlea{ display:block; text-align:center; font-size:18px; color:#ffffff}
.choose .titlea p{
	font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
    padding-top: 8px;
	}

.choose .titleb{
	display: block;
    text-align: center;
    font-size: 18px;
    color: #666666;
    margin-top: 72px;
	}
.choose .titleb p{font-size:28px; color:#1d4385; font-weight:bold; line-height:50px}

.choose .content{ width:1200px; height:auto; margin:0 auto; margin-top:35px}
.choose .content ul li{ float:left; text-align:center; font-size:16px; color:#666666; line-height:28px}
.choose .content ul li p{ 
    font-size: 18px;
    color: #19c3a5;
    font-weight: bold;
    line-height: 30px;
    margin-top: 8px;
}
.choose .content ul li .cir1{ width:98px; height:98px; border:5px solid #19c3a5;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#19c3a5; line-height:98px; font-weight:bold}
.choose .content ul li .cir2{ width:98px; height:98px; border:5px solid #2c50fe;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#2c50fe; line-height:98px; font-weight:bold}
.choose .content ul li .cir3{ width:98px; height:98px; border:5px solid #6c39ff;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#6c39ff; line-height:98px; font-weight:bold}
.choose .content ul li .cir4{ width:98px; height:98px; border:5px solid #e84a60;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#e84a60; line-height:98px; font-weight:bold}
.choose .content ul li .cir5{ width:98px; height:98px; border:5px solid #de8c23;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#de8c23; line-height:98px; font-weight:bold}
.choose .content ul li .cir6{ width:98px; height:98px; border:5px solid #258bd0;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#258bd0; line-height:98px; font-weight:bold}
.choose .content ul li .cir7{ width:98px; height:98px; border:5px solid #eb6100;border-radius: 50%; display:block; text-align:center; font-size:24px; color:#eb6100; line-height:98px; font-weight:bold}

.choose .content ul li.arraw{
	background: url(../images/arraw.png) center center no-repeat;
    width: 22px;
    height: 24px;
    margin: 45px 24px 0;
    display: block;
	}

.choose .contenta{width:1200px; height:160px; margin:50px auto; display:block; text-align:center; background:url(../images/pic.jpg) center center no-repeat; font-size:20px; color:#ffffff; line-height:35px}
.choose .contenta p{
	font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 50px;
    padding-top: 35px;
	}


/*财税知识*/
.in_xwzx{ width:100%; height:auto; margin:0 auto; background:#f5f5f5; padding:40px 0 0}
.in_xwzx .main{ width:1200px; height:auto; margin:0 auto}
.in_xwzx .main .title{ height:48px;}
.in_xwzx .main .title p{ font-size:22px; line-height:48px;float:left}
.in_xwzx .main .title a{ float:right; line-height:48px; font-size:16px; color:#333333; background:url(../images/gray_an.png) right center no-repeat; padding-right:24px}
.in_xwzx .main .contenta{ margin-top:40px}

.in_xwzx .main .contenta ul li{ width:374px; height:auto; display:block; float:left; margin-right:38px; margin-bottom:38px; padding-bottom:38px; border-bottom:1px solid #dcdcdc}
.in_xwzx .main .contenta ul li:nth-child(3n){ margin-right:0}
.in_xwzx .main .contenta ul li:nth-child(4){border-bottom: none}
.in_xwzx .main .contenta ul li:nth-child(5){border-bottom: none}
.in_xwzx .main .contenta ul li:nth-child(6){border-bottom: none}
.in_xwzx .main .contenta ul li .time{ height:27px; display:block; overflow:hidden}
.in_xwzx .main .contenta ul li .time p{ float:left; height:27px; background:url(../images/date.png) 0 center no-repeat; text-indent:25px; font-size:13px; color:#6e7077; font-weight:bold; line-height:27px}
.in_xwzx .main .contenta ul li .time span{ float:right; font-size:14px; color:#204e9f; font-weight:bold; line-height:27px}
.in_xwzx .main .contenta ul li h1{ font-size:16px; color:#363840; font-weight:bold; line-height:35px; margin-top:10px; margin-bottom:15px}
.in_xwzx .main .contenta ul li h1 a{font-size:16px; color:#363840; font-weight:bold; line-height:35px;}
.in_xwzx .main .contenta ul li h2{ font-weight:100; font-size:14px; line-height:26px; color:#76787f; height:104px; display: block; overflow:hidden}
.in_xwzx .main .contenta ul li h2 *{font-size:14px; line-height:26px; color:#76787f;}
.in_xwzx .main .contenta ul li:hover{border-bottom:1px solid #204e9f}
.in_xwzx .main .contenta ul li:hover h1 a{font-size:16px; color:#204e9f; font-weight:bold; line-height:35px;}


/*foot*/
.footer{ width:100%; height:auto; margin:0 auto; background:#ffffff; border-top:1px solid #e4e4e4; padding:25px 0}
.footer .main{ width:1200px; height: auto; margin:0 auto}
.footer .main ul li{ display:block; float:left;border-right:1px solid #e4e4e4; padding:0 48px}
.footer .main ul li:nth-child(4){ border-right:0}
.footer .main ul li img{ display:block; float:left; margin:20px 20px 20px 0}
.footer .main ul li .txt{ float:left; font-size:14px; line-height:24px; color:#999999}
.footer .main ul li .txt p{ font-size:18px; color:#333333; line-height:25px; margin-bottom:8px}

.footera{ width:100%; height:auto; margin:0 auto; background:#333333; border-bottom:1px solid #3d3d3d; padding:45px 0}
.footera .main{width:1200px; height: auto; margin:0 auto}
.footera .main .botlogo{ display:block; float:left; margin-right:55px}
.footera .main .botlogo img{ padding-top:26px}

.footera .main .botdh{ height:168px; float:left; border-right:1px solid #3d3d3d}
.footera .main .botdh ul li{ float:left; margin-right:50px}
.footera .main .botdh ul li a{
	font-size: 14px;
    line-height: 29px;
    color: #7c7c7c;
    display: block;
	}
.footera .main .botdh ul li p{ margin-bottom:8px;font-size:18px; color:#ffffff; line-height:25px}

.footera .main .botewm{ float:left; padding-left:65px; padding-right:65px;border-right:1px solid #3d3d3d}
.footera .main .botewm p{font-size:18px; color:#ffffff; line-height:25px}
.footera .main .botewm span{font-size: 14px;line-height: 29px;color: #7c7c7c;display: block;}
.footera .main .botewm img{ border:5px solid #ffffff; margin-top:10px}

.footera .main .botlx{display:block; float:right}
.footera .main .botlx ul li{ font-size:14px; color:#7c7c7c; line-height:25px; padding-left:40px; margin-bottom:10px}
.footera .main .botlx ul li p{ font-size:18px; color:#.footera .main .botlx ul li; color:#ffffff}
.footera .main .botlx ul li.li1{ background:url(../images/hot_line_icon1.png) left top no-repeat}
.footera .main .botlx ul li.li2{ background:url(../images/hot_line_icon2.png) left top no-repeat}
.footera .main .botlx ul li.li3{ background:url(../images/hot_line_icon3.png) left top no-repeat}

.footerb{ width:100%; height:65px; margin:0 auto; background:#282828}
.footerb ul{ width:1200px; height:65px; margin:0 auto;}
.footerb ul li{ display:block; text-align:center;line-height:65px;font-size:14px; color:#666666;}
.footerb ul li a{line-height:65px; font-size:14px; color:#666666;}
 
 
/*子页面*/
.backcolor {
    background: #204e9f;
}
/*ny_left menu_list*/
.ny_left{ width:250px;}
.menu_list .list_title{
	border-bottom: 1px solid #d1d1d1;
    /* height: 60px; */
    color: #FFF;
    padding: 13px 0 13px 36px;
	}
.menu_list .list_title span{
	font-size: 18px;
    display: block;
    font-weight: 100;
	}
.menu_list .list_title .sp01{ color:#a9c7ff;font-weight: 100; text-transform:uppercase; font-size:16px; font-family: Arial, Helvetica, sans-serif}

.menu_list .m_1{
	border: 1px solid #d1d1d1;
    border-top: none;
    border-bottom: none;
    margin-bottom: 30px;
	}
.menu_list .m_1>li{line-height: 48px;font-size: 15px;background: #f8f8f8 ;overflow: hidden;border-bottom: 1px solid #d2d2d2;border-top: 2px solid #fff;position: relative;}
.menu_list .m_1>li>a{border-left:6px solid #f1f1f1;  height: 48px;color: #525252;font-weight: bold;padding-left: 25px;display: block; font-size:15px;}
.menu_list .m_1>li>a.active,.menu_list .m_1>li:hover>a{border-left: 6px solid #204e9f;color: #204e9f}
.menu_list .m_1>li .menu_btn{position: absolute;width: 50px;height: 48px;background:url(../images/public/ny_left_ico.png) no-repeat center;top: 0;right: 0;cursor: pointer;}
.menu_list .m_1>li .menu_btn_active{background:url(../images/public/ny_left_ico_active.png) no-repeat center;}
.menu_list .m_1>li .menu_btn:hover{background-color:#f9f9f9 }
/*.menu_list .m_2{display: none;}*/
.menu_list .m_2{display: none;}
.menu_list .m_2>li{line-height: 36px;background: #fff;border-bottom: 1px dashed #ccc}
.menu_list .m_2>li:last-child{border-bottom: none}
.menu_list .m_2>li:first-child{border-top:1px solid #ccc}
.menu_list .m_2>li a{display: block;padding-left:30px;font-size: 13px; color:#333}
.menu_list .m_2>li a.active,.menu_list .m_2>li a:hover{color: #204e9f}

/*ny_left menu_list*/
.menu_list{margin-bottom:30px;}
/*ny_left slider_contact*/
.slider_contact{width:100%;  color:#333333;}
.slider_contact .list_title{ font-size:18px; line-height:50px; color:#FFF;text-indent:2em;}
.slider_contact .list_title strong{ font-weight:normal; color:#a9c7ff; font-size:14px; padding-left:5px;}
.slider_contact .contact{padding: 65px 20px 20px;border:1px solid #d1d1d1;line-height:26px; position:relative;background:#f8f8f8 url(../images/public/contactbg.jpg) no-repeat 20px 20px; }
.slider_contact .contact .telsp{ position:absolute;top: 12px;left: 73px;height:48px;color:#5b5b5b; line-height:24px;font-size:16px}
.slider_contact .contact .telsp em{font-style:normal; font-weight:bold; font-size:18px;display: block;color: #d20505;} 



/*子页面banner*/
.neibanner{ width:100%; height:350px; margin:139px auto 0; background:#cfcfcf}


.mainframe{ width:1200px; height:auto; margin:30px auto;}


.texts{ width:160px;height:110px; background:url(../images/dianhua.png) no-repeat 15px center #666; padding-left:95px}
.texts p{ font-size:12px; color:#fff; line-height:15px; padding-top:35px}
.texts span{ font-size:19px; color:#fff; line-height:25px;}


.rightframe{width:910px; height:auto;float:right;}
.maincont{width:910px; height:auto;}
.maincont .head{width:910px; height:51px; border-bottom:1px solid #dedddc}
.maincont .head p{ float:left; border-bottom:3px solid #204e9f; line-height:49px; font-size:20px; color:#204e9f; font-weight:bold}
.maincont .head span{ float:right;line-height:51px; font-size:14px; color:#666666; background:url(../images/public/span01.png) 0 center no-repeat; padding-left:25px}
.maincont .head span a{line-height:51px; font-size:14px; color:#666666}

.maincont .content{ margin-top:25px}
.maincont .content *{ text-align:justify}
.maincont .content strong{ color:#204e9f}
.maincont .content p{ margin:10px 0}
#telback{
	background: url(../images/lxs.png) no-repeat 20px -30px;
    min-height: 330px;
    padding: 80px 0 0 410px;
    width: 450px;
    font-size: 15px;
    line-height: 35px;
	}
#telback strong{font-size:16px; color:#204e9f; line-height:35px; font-weight:bold}

.proshow .prtitle{ line-height:30px; text-align:center; font-size:22px; padding:15px 0; font-family:"微软雅黑"; font-weight:bold}
.proshow .primgpic{ width:100%; height:auto; overflow-x:hidden; margin:0 auto; text-align:center}
.proshow .primgpic img{ max-width:98%; border:1px solid #ddd}
.proshow .prtent img{max-width:100%; margin-top:5px; margin-bottom:5px}
.proshow .prtent *{ font-size:16px; line-height:32px; text-align:justify; margin:10px 0}
.proshow .prtent strong{ color:#204e9f}
.proshow .next{ padding-top:10px;color:#666; border-top:1px dotted #cfcfcf;margin-top:10px}
.proshow .pos{ height:30px; line-height:30px; background:#f5f5f5;text-align:center; margin-bottom:35px; color:#888}
.proshow .pos a{line-height:30px;color:#888}


/*guestbook*/
.guestbook_show{  margin:20px auto 0;}
.guestbook_top{ height:40px; background:#eee; line-height:40px; padding:0 10px 0 17px; font-size:15px}
.guestbook_top .mustwrt{
	display: block;
    float: right;
    font-size: 14px;
    color: #ff0000;
	} 
.guestbook_show em{ color:#f00; font-style:normal;}

.guestbook_form .inp_one{
	width: 450px;
    height: 32px;
    line-height: 32px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 4px;
	}
.guestbook_form .inp_one:focus{border:1px solid #3671cf;}
.guestbook_form{ padding:20px 20px 0;}
.guestbook_form dl{ width:100%; overflow:hidden;line-height:28px; height:28px; padding:10px 0;}
.guestbook_form dt{ width:80px; float:left;}
.guestbook_form dd{ /*width:610px; */float:left; }
.guestbook_form dd span{
	padding-left: 10px;
    line-height: 32px;
    color: #888888;
	}
.guestbook_form dd span i{ color:#F00; padding:0 5px; }
.guestbook_form dd span.quetion{ display:block;}
.guestbook_form .bookdl{ height:180px; overflow:hidden;line-height:20px; padding-bottom:0;}
.guestbook_form .button{width:150px;height:32px; background:#b8b8b8; border:none; margin-right:10px; color:#fff;cursor: pointer; text-align:center}
.guestbook_form .button:hover{ background:#f1f1f1; color:#555;}
.guestbook_form .form_b{ width: 693px;margin:0 auto;padding:20px 0 0 0;text-align: center;}

.guestbook_title{ padding:20px 20px 0; color:#2a6cd4}
.guestbook_title strong{ color:#f00;}
.guestbook_title b{ padding:0 10px; font-weight:normal;}
.guestbook_cnt{ padding:5px 20px 20px;border-bottom: 1px dashed #ccc}
.guestbook_reply{ color:#f00; background:#f6f6f6; line-height:40px;}

.page{ width:100%;margin:10px auto; line-height:30px; text-align:right;}
.page span{ display:inline-block; padding:0 10px 0 0;}
.page a.num.select{ padding:3px 10px; color:#fff; background:#204e9f}
.page a.num{
	padding: 3px 10px;
    background: #dfdfdf;
    margin: 0 3px;
	}
.page a.num:hover{ padding:3px 10px; color:#fff; background:#204e9f}


.proimg_bb{ width:207px; height:314px; text-align:center; line-height:40px;float:left; margin:10px; color:#333; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.proimg_bb .topimg{ width:203px; height:270px; display:block; overflow:hidden; padding:1px; border:1px solid #e4e4e4}
.proimg_bb .topimg img{ max-width:100%; height:270px;transform: scale(1);transition: all 1s ease-out;}
.proimg_bb:hover{ background:#204e9f; color:#fff}
.proimg_bb:hover .topimg img{transform: scale(1.2);}

.proimg_dd{ width:282px; height:252px; text-align:center; line-height:40px;float:left; margin:10px; color:#333; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}
.proimg_dd .topimg{ width:278px; height:208px; display:block; overflow:hidden; padding:1px; border:1px solid #e4e4e4}
.proimg_dd .topimg img{ max-width:100%; height:208px;transform: scale(1);transition: all 1s ease-out;}
.proimg_dd:hover{ background:#204e9f; color:#fff}
.proimg_dd:hover .topimg img{transform: scale(1.2);}



.proimg_aa{width:268px; height:241px; border:1px solid #cfcfcf; display:block;float:left;margin:15px;}
.proimg_aa p{text-align:center; line-height:40px; text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
.proimg_aa img{ width:268px; height:201px;}


.blocka{ width:100%; height:auto; margin:0 auto; padding-top:10px; padding-bottom:10px; border-bottom:1px solid #bdbdbd}
.blocka p a{ line-height:40px; font-size:16px; font-weight:bold;height:40px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block}
.blocka .time{ line-height:30px; font-size:14px; color:#204e9f}
.blocka span{ line-height:25px; font-size:13px; color:#555; width:100%; height:50px; display:block; overflow:hidden}

.news_page{ margin:20px auto;overflow: hidden;}
.news_page li{ width:45%;float:left; height:40px !important; line-height:40px !important; overflow:hidden;padding:0 10px 0 25px;background:#f5f5f5;}
.news_page .pagepre{background:#f5f5f5 url(../images/public/pagepre.png) no-repeat 10px center;} 
.news_page .pagenext{text-align: right;padding-right: 30px; background:#f5f5f5 url(../images/public/pagenext.png) no-repeat 98% center;} 
.news_page .pagepre:hover{ background:#d8d8d8 url(../images/public/pagepre.png) no-repeat 10px center;}
.news_page .pagenext:hover{background:#d8d8d8 url(../images/public/pagenext.png) no-repeat 98% center;}


/*人才招聘*/
.XRegina{ width: 100%; display: block; background:url(../images/bg.jpg) repeat }
.XRegina .heada{height:45px; background:#555; color:#fff; line-height:45px; font-size:15px;}
.XRegina .heada ul li{ float:left; line-height:45px; font-size:15px; color:#fff; display:block; text-align:center}
.XRegina .heada ul li.li1{ width:16%}
.XRegina .heada ul li.li2{ width:16%}
.XRegina .heada ul li.li3{ width:24%}
.XRegina .heada ul li.li4{ width:12%}
.XRegina .heada ul li.li5{ width:16%}
.XRegina .heada ul li.li6{ width:16%}
.XRegina .contenta{ width:100%; height:auto; background:url(../images/bg.jpg) repeat;line-height:45px; font-size:15px;}
.XRegina .contenta a{ width:100%; height:45px; display:block; color:#333}
.XRegina .contenta a:hover{ width:100%; height:45px; display:block; background:#e3f1ff;color:#0572c4}

.XRegina .contenta ul li{ float:left; line-height:45px; font-size:15px;display:block; text-align:center; border-bottom:1px solid #cfcfcf}
.XRegina .contenta ul li a{line-height:45px; font-size:15px; color:#333; }
.XRegina .contenta ul li a:hover{line-height:45px; font-size:15px; color:#ca0000; }

.XRegina .contenta ul li.li1{ width:16%; height:45px;}
.XRegina .contenta ul li.li2{ width:16%; height:45px;}
.XRegina .contenta ul li.li3{ width:24%; height:45px;}
.XRegina .contenta ul li.li4{ width:12%; height:45px;}
.XRegina .contenta ul li.li5{ width:16%; height:45px;}
.XRegina .contenta ul li.li6{ width:16%; height:45px;}


/*电子地图*/
.week_map {
	position: relative;
	height: 450px;
	max-width: 850px;
	margin-bottom: -5px;
	padding:10px 10px;
	border:#999 dashed 1px;
}
#allmap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
}


/*详情*/
.prtentkp table {
    width: 100% !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-left: 1px solid #999999 !important;
}
.prtentkp table td {
    border: 1px solid #999999 !important;
    border-top-color: windowtext !important;
    border-right-color: windowtext !important;
    border-bottom-color: windowtext !important;
    border-left: none !important;
    padding: 5px !important;
}


.zhuti{ width:560px; height:550px; display:block; float:left; position:relative}
.showB_preview{width:500px;height:375px;display:table}
/*图片小图预览列表*/
.showB_scroll{clear:both;margin-top:25px;width:500px; height:115px}
.showB_scroll .prev{float:left;margin-right:8px;}
.showB_scroll .next{float:right;}
.showB_scroll .prev,.showB_scroll .next{display:block;font-family: Arial, Helvetica, sans-serif;text-align:center;width:15px;height:110px; line-height:110px; border:1px solid #cccccc; background:#ebebeb; color:#aaa;margin-top:0;cursor:pointer;text-decoration:none;}
.showB_scroll .items{float:left;position:relative;width:450px;height:115px;overflow:hidden;}
.showB_scroll .items ul{position:absolute;width:999999px;}
.showB_scroll .items ul li{float:left;width:150px;text-align:center;}
.showB_scroll .items ul li img{border:1px solid #CCC;padding:2px;width:140px;height:105px;}
.showB_scroll .items ul li img:hover{border:2px solid #3671cf;padding:1px;}
/*jqzoom*/
.jqzoom{width:500px;height:375px; overflow:hidden; display: table-cell; vertical-align: middle;text-align: center;float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px; border:1px solid #cfcfcf}
.jqzoom img{max-width: 100%;max-height: 100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


.righttxta{ width:350px; height: auto; display:block; float:right}
.righttxta .titlea{ font-size:24px; font-weight:bold; line-height:45px; height:45px; border-bottom:1px solid #cfcfcf}
.righttxta .contentb{}
.righttxta .contentb dl dt,.righttxta .contentb dl dd{ border-bottom:1px dashed #cfcfcf; height:46px; line-height:46px; font-size:15px; color:#666666}
.righttxta .contentb dl dt span,.righttxta .contentb dl dd span{ line-height:46px; font-size:15px; color:#333333}
.righttxta .contentb dl dt .more,.righttxta .contentb dl dd .more{ width:150px; height:45px; display:block; float:left; margin-right:20px; text-align:center; line-height:45px; background:#1e5db0; color:#fff;border-radius:10px;}
.righttxta .contentb dl dt em,.righttxta .contentb dl dd em{ color:#ff0000 !important; font-style:normal !important; font-weight:bold}
.righttxta .contenta{padding-left:30px; background:url(../images/icon.jpg) 0 0 no-repeat}
.righttxta .contenta *{ font-size:16px; line-height:31px; color:#666}
.righttxta .contentc{ margin-top:20px}
.righttxtb{
	width: 35%;
    height: auto;
    display: block;
    float: left;
    margin: 0 5% 0 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #cfcfcf;}
.righttxtb img{ max-width: 100%;height: auto;}
/*recommended*/
.recommended{ overflow:hidden; background:#fafafa; padding:20px;border: 1px solid #d1d1d1;}
.recommended h4{ font-size:24px; font-weight:normal;padding-bottom: 10px;}
.recommended ul{ }
.recommended ul li{ width:50%; float:left;height:30px;line-height:30px;overflow: hidden;}
.recommended ul li span{ width: 86px;color:#a8a8a8;display:block; float:left;}
.recommended ul li a{width: 70%; padding:0 0 0 12px;display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

/*子页面产品热门推荐*/
.frame2c{ width:265px; height:248px; display:block;position:relative; float:left; margin:12px}
.frame2c .topimg{ width:265px; height:198px; position:absolute; left:0; top:0; display:block; text-align:center; overflow:hidden; background:#fff;}
.frame2c .topimg img{ max-width:100%; height:198px;display: block;transform: scale(1);transition: all 1s ease-out;}
.frame2c .txt{
	position: absolute;
    left: 0;
    top: 198px;
    width: 265px;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
    background: url(../images/arraw.png) 230px center no-repeat #fff;
    line-height: 50px;
    font-size: 16px;
    color: #444;
    text-indent: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	}
.frame2c:hover .topimg img{transform: scale(1.2);}
.frame2c:hover .txt{line-height:50px; font-size:16px; color:#1e5db0; border-bottom:1px solid #1e5db0; background:url(../images/arrawc.png) 230px center no-repeat #fff }



.blockb{ min-height:300px}
.blockb .titlea{ height:50px; border-bottom:1px solid #1e5db0}
.blockb .titlea p{ float:left; padding-left:35px; padding-right:35px; line-height:50px; background:#1e5db0; color:#fff; font-size:18px; font-weight:bold}
.blockb .contenta{ margin-top:10px; font-size:16px; line-height:30px}
.blockb .contenta *{font-size:16px; line-height:30px}
.blockb .contenta p{ margin-bottom:10px}
.blockb .contenta strong{
	/*color: #333333;
    background: #cfddee;
    height: 35px;
    display: block;
    line-height: 35px;
    margin: 15px auto;*/
	}


.prtentkp table {
    width: 100% !important;
    border: 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border-left: 1px solid #999999 !important;
}
.prtentkp table td {
    border: 1px solid #999999 !important;
    border-top-color: windowtext !important;
    border-right-color: windowtext !important;
    border-bottom-color: windowtext !important;
    border-left: none !important;
    padding: 5px !important;
}