/* CSS Document */
@charset "utf-8";
/*==========@@HTML默认 开始@@==========*/
/*基本*/
*{ padding:0px; margin:0px }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset, 
legend,input,textarea,buttom,img,p,blockquote,table,th,tr,td{padding:0;margin:0;border:0;list-style:none; }

h1,h2,h3,h4,h5,h6 {font-weight:normal;}

body{font-size:12px; font-family: "宋体 Arial"; line-height:22px;}
.toprig A{font-family: "Arial";}
html{verflow:-Scroll;overflow-x:hidden}
.neicenleft{font-family: "Arial";}

/*链接*/
a{text-decoration:none;color:#333;}

/*标题*/
/*
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;}
*/

/*表单*/
form {margin: 0;}
button,input,select,textarea { font-size: 100%;margin: 3px; vertical-align: baseline; *vertical-align: middle; }
button,select {text-transform: none;}
input{padding:2px;background-color: #FFFFFF;border: 1px solid #ccc;width:99%;line-height: normal;}
textarea{padding: 2px;color: #000000;background-color: #fff;width:99%;}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
/*==========@@HTML默认  结束@@==========*/



/*==========@@元件 开始@@==========*/
/*常用颜色*/
.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; height:3px; overflow:hidden; line-height:3px; }
.float_left { float:left; }
.float_right { float:right; }

/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

/*按钮*/
.btn {-webkit-border-radius: 3px;-moz-border-radius: 3px;-ms-border-radius: 3px;  -o-border-radius: 3px;  border-radius: 3px;
  display: -moz-inline-stack;  display: inline-block;  *display: inline;  vertical-align: middle;  *vertical-align: auto;
  zoom: 1;    height: 32px;  line-height: 32px;  padding: 0px 20px;font-weight: 300;  font-size: 14px; 
  margin: 0; text-decoration: none; text-align: center; text-indent:0; cursor:pointer;
  border: 1px solid #d4d4d4; color: #666666; }
/*默认样式*/
.btn { background-color:#0450a1; color:#fff; }
.btn:hover { background-color:#4483c6; color:#fff; }
.btn:active { background:#4483c6; color:#fff; }
/*按钮大小*/
.btn-large {font-size: 19px;  height: 38.4px;  line-height: 38.4px;  padding: 0px 26px;}
.btn-small {  font-size: 12px; height: 25.6px; line-height: 25.6px;  padding: 0px 16px;}
.btn-tiny {  font-size: 12px;  height: 22.4px;  line-height: 22.4px; padding: 0px 13px;}
/*块按钮*/
.btn-block {display: block;}

/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover{border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
border-width:1px; height:20px; line-height:20px;clip: rect;padding: 2px; color: #000000; }
.form_text {  width:95%; background-position:  0px 0px;}
.form_text:hover {background-position: 0px -37px;}
.form_text_verifycode { width:50px; margin-right:3px;background-position:  0px 0px;}
.form_text_verifycode:hover {background-position: 0px -37px;}
.form_radio{ width:auto; border:0;}
.form_checkbox{ width:auto; border:0}
.form_select { height:25px; }
.form_textarea { width:95%; height:80px; border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;border-width:1px; padding:2px;}
.form_button { width:auto; vertical-align:middle; border:0 none;/*解决ie焦点是有黑色边框*/}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, 
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none;padding:0; }
.required{ color:red; font-weight:bold; text-align:left; padding-left:3px;}

/*其它*/
.hide { display:none; }  /*隐藏*/
.more{ float: right; padding-right:5px; display:none;} /*more链接*/
.code_image{ cursor: pointer; padding-bottom:6px; } /*验证码图片样式*/
.delay1{ -webkit-animation-delay:0.4s; animation-delay:0.4s; }
.delay2{ -webkit-animation-delay:0.6s; animation-delay:0.6s; }
.delay3{ -webkit-animation-delay:0.8s; animation-delay:0.8s; }
.delay4{ -webkit-animation-delay:1s; animation-delay:1s; }
.delay5{ -webkit-animation-delay:1.2s; animation-delay:1.2s; }
.delay6{ -webkit-animation-delay:1.2s; animation-delay:1.4s; }
.delay7{ -webkit-animation-delay:1.2s; animation-delay:1.7s; }
.delay8{ -webkit-animation-delay:1.2s; animation-delay:1.8s; }
/*==========@@元件 结束@@==========*/


/*==========@@布局容器  开始@@==========*/
.container{width:1000px; margin:0 auto; }
.container-fluid {padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;
}
/*==========@@布局容器结束  开始@@==========*/

/*==========@@公共板块  开始@@==========*/
/* 顶部 */
.topbg{ background:url(../images/topbg.jpg) repeat-x; height:119px; border-bottom:1px solid #dbdfe4}
.index-top{ width:1000px; margin:0 auto; height:78px}
.toprig{ width:185px; float:right; padding-top:7px}
.toprig h3{ line-height:22px; font-size:12px;  width:185px; float:right}
.toprig h3 a{ padding:0 5px}
.index-top h2{ width:180px; height:56px; float:left; padding-top:5px}


/*导航*/
.index-menu{ width:1000px; background:url(../images/menubg.jpg) repeat-x; height:40px; margin:0 auto; border-bottom:2px solid #6a99cd;}

.index-menu ul{ width:1000px; float:left;}
.index-menu ul li{ width:108px; float:left; text-align:center; line-height:40px; font-size:14px;background:url(../images/menuline.jpg) no-repeat right; font-family:"宋体"; margin-right:2px;}

.index-menu ul li a{ color:#000; display:block; font-weight: bold;}

.index-menu ul li a:hover{ }

.index-menu ul li:hover{background:url(../images/menuhover.jpg) no-repeat;color:#fff; display:block;}
.index-menu ul li:hover{background:#2e5eaa;color:#fff; display:block;}
.index-menu ul li a.abcd{ font-weight:bold;background:url(../images/menuhover.jpg) no-repeat; color:#fff}
.index-menu ul li a.abcd{ font-weight:bold;background:#2e5eaa; color:#fff}


.index-menu li{ position:relative;}	
.index-menu li ul{ width:108px; background:#8141a2; text-align:center; z-index:99999}
.index-menu li ul li{ width:108px; height:30px; padding:5px;}
.index-menu li ul li a{height:30px; display:block; background:#8141a2;color:#666; line-height:30px; width:108px;}

.index-menu li.selected .submenu{display:block;}
.index-menu li .submenu{display:none;position:absolute;top:40px;left:0px;width:108px; background:#ececec}
.index-menu li #xuhao4{width:250px;}
.index-menu li #xuhao10{display:none;position:absolute;top:40px;left:0px;width:250px; background:#ececec}
.index-menu li #xuhao3{display:none;position:absolute;top:40px;left:0px;width:250px; background:#ececec}
.index-menu li .submenu li{width:120px;float:left;padding:0; background:#ececec;/*background:url(images/xialabg.png) repeat-x;*/}
.index-menu li .submenu li a{float:none;padding:0;text-align:center;height:30px;line-height:30px;font-size:12px;font-family:"宋体"; color:#000; 
background:#ececec; font-weight: normal;}
.index-menu li .submenu li a:hover{float:none;padding:0;text-align:center;height:30px;line-height:30px;font-size:12px;font-family:"宋体";color:#fff; background-color:#2e5eaa}


.index-menu li .submenu  .sub_all ul{ width:250px; background:none; margin-top:20px;}
.index-menu li .submenu  .sub_all ul li{ float:left; background:none}
.index-menu li .submenu  .sub_all ul li a{ background:none; color:#080808;font-weight:normal; text-align:left; padding-left:10px;} 
.index-menu li .submenu  .sub_all ul li a:hover{background:none;color: #804e9a;}
.sub_left{ float:left;}
.sub_right{ float:right; margin-right:20px; margin-top:20px; border-left:1px solid #d2d2d2; padding-left:20px;}
.sub_right p{ font-size:12px; font-weight:normal; color:#080808; height:20px; margin-bottom:10px;}
.index-menu ul li.sub_right p a:hover{ color:#804e9a;}


.menurig{ width:196px; float:right; height:40px}

.search{ background:url(../images/search.jpg) no-repeat; width:138px; height:27px; float:left; margin-top:6px; text-indent:24px}

.button1{ width:39px; height:27px; float:left; color:#333;margin-top:6px; font-family:"宋体"; background:none}



/*幻灯片样式*/

.centerbg{ background-color:#fff; overflow:hidden}
.banner{ width:1000px; height:300px; margin:0 auto; padding-bottom:5px}



/*===底部导航样式===*/
.footer01{background:url(../images/wenzhangtit.jpg) repeat-x top;height:147px; padding-top:2px}

.footer{  height:150px;background:url(../images/topbg.jpg); overflow:hidden}

.footerbg{ width:1000px; margin:0 auto; height:155px; padding-top:10px}

.footleft{ width:900px; float:left}

.footleft ul li{ width:148px; float:left; font-size:14px; font-family:"宋体"; color:#000;}

.footleft ul li .zicandan li{ font-size:12px; font-weight:normal; font-family:"宋体";}
.footleft ul li .zicandan li a{ color:#5c5c5c;}
.footleft ul li .zicandan li a:hover{ color:#804e9a;}

.footleft ul li .zicandan{ padding-top:6px}



.footrig{ width:202px; float:right}

.footrig h3{ width:106px; height:132px; float:left; padding-right:10px; margin-top:16px}

.footrig h3 img{ height:108px}

.footrig span{ float:left; width:86px; text-align:center; line-height:18px; color:#929292}

.footrig span img{ width:36px; height:57px; padding:22px 0 8px 0}


/*===底部版权样式===*/
.dibu{ width:1000px; height:40px; margin:0 auto; line-height:20px; color:#747474; padding-top:0px}

/*==========@@公共板块  开始@@==========*/








/*下载中心样式 开始*/
.download{ width:772px;}

.download ul li{ height:26px; line-height:26px; padding-top:14px; background:url(../images/download.jpg) no-repeat 5px 15px; border-bottom:1px dashed #d1d1d1; text-indent:26px}

.download ul li span{ float:right}
/*下载中心样式 结束*/

/*新闻中心样式 开始*/
.news-show{ width:772px; padding:15px 0}

.news-show h2{ font-size:16px; line-height:35px; text-align:center; border-bottom:1px dashed #d1d1d1; font-family:"宋体"; font-weight:bold}

.news-show h3{ text-align:center; font-size:12px; color:#999999; line-height:25px}

.newscenter{ width:772px; padding:10px 0}
/*新闻中心样式 结束*/

/*联系我们样式 开始*/
.contactxh{ width:427px; float:left; background-color:#e6e6e6; padding:10px 18px 0 55px; height:115px;font-family:"宋体";}

.contactxh i{ width:120px; height:116px; float:left; padding-top:5px; padding-right:10px}

.contactxh h3{  font-size:16px; font-weight:bold; padding-bottom:8px}

.contactxh p{ font-size:12px; line-height:20px;}



.contactxh01{ width:427px; float:left; padding:10px 18px 0 55px; height:115px;font-family:"宋体";}

.contactxh01 i{ width:120px; height:116px; float:left; padding-top:5px; padding-right:10px}

.contactxh01 h3{  font-size:16px; font-weight:bold; padding-bottom:8px}

.contactxh01 p{ font-size:12px; line-height:20px;}

.contactxh02{ width:410px; float:left; padding:10px 0 0 55px; height:115px;font-family:"宋体"; padding-right:35px}

.contactxh02 i{ width:120px; height:116px; float:left; padding-top:5px; padding-right:10px}

.contactxh02 h3{  font-size:16px; font-weight:bold; padding-bottom:8px}

.contactxh02 p{ font-size:12px; line-height:20px;}
/*联系我们样式 结束*/




/*招聘模型样式 开始*/


#jobsa{background: url(../images/job.jpg) no-repeat;font-size: 12px;height:115px;margin: 0 auto;padding-left: 170px;padding-top:10px;width:575px;font-family:"Microsoft YaHei";color:#333;font-size:14px;}

#jobsb{height: 40px;line-height: 40px;margin:0 auto;padding-left:30px;width:670px; background:url(../images/hrbafd.jpg) no-repeat;margin-top:30px;}

#jobsb span {display: block;float:left;font-size:14px;width:140px;font-weight:bold;color:#333;font-size:14px;}

#recruitment {margin:0 auto 40px;width:700px;}

#recruitment ul li{background:url(../images/rclii.jpg) repeat-x center bottom;}

.recruitmentti {background:url(../images/rcli.jpg) no-repeat left top;float:left;font-size:14px;height:48px;line-height:48px;overflow:hidden;padding-left:30px;width:570px;}

.recruitmentti span{display:block;float:left;overflow:hidden;width:140px;color:#333;font-size:12px;}

.recruitmenttia {float:right;height:27px;margin-top:12px;width:88px;}

.recruitmenttia a {background:url(../images/rca.jpg) no-repeat right top;color:#666;cursor:pointer;display:block;font-size:13px;height:27px;line-height:24px;padding-left:10px;width:78px;font-size:12px;}

.recruitmenttia a:hover {background: url(../images/rca.jpg) no-repeat right bottom ;color:#333;}

.recruitmenttias {display: none;float: right;height: 27px;margin-top: 12px;width: 88px;}

.recruitmenttias a {background: url(../images/rca.jpg) no-repeat left top;color:#666;cursor: pointer;display: block;font-size: 13px;height: 27px;line-height: 24px;padding-left: 10px;width: 78px;font-size:12px;}

.recruitmenttias a:hover {background: url(../images/rca.jpg) no-repeat right bottom ;color:#333;}

.cb {clear: both;font-size: 0;height: 0;line-height: 0;}

.recruitmentd {display: none;margin: 0 auto;padding-bottom: 20px;width: 616px;}

.recruitmentt {background: url(../images/rdd_01.jpg) no-repeat;height:32px;overflow:hidden;width: 616px;}

.recruitmentm {background: url(../images/rdd_02.jpg) repeat-y;padding: 25px 30px;width: 556px;}

.recruitmentm h2 {color:#333;font-size:14px;line-height: 30px;font-size:14px;font-weight:bold;}

.recruitmentm p {color:#333;font-size:12px;line-height:24px;font-size:12px;}

.recruitmentmc {height: 20px;width: 100%;}

.recruitmentm a {background: url(../images/hrdafd.jpg) repeat left center;color:#333;display: block;font-size: 14px;height: 28px;line-height: 28px;margin-top: 30px;text-align: center;width: 167px;font-size:14px;}

.recruitmentb {background: url(../images/rdd_04.jpg) no-repeat;height: 9px;overflow: hidden;width: 616px;}

.recruitmentm a:hover { background-position:-167px;color: #fff;}
/*招聘模型样式 结束*/






/*===首页样式 开始===*/

/*===Tab轮播样式===*/

#floor_1{


}


.fwxmbg{ width:998px; margin:0 auto; height:144px; border:1px solid #dcdcdc; margin-bottom:10px}

.fwxmbg h2{ background:url(../images/fwxmtit.jpg) repeat-x bottom; height:32px;}

.fwxmbg h2 span{ font-family:"宋体"; font-size:14px; width:120px; float:left; text-align:center; line-height:30px;font-weight: bold;}

.fwxmbg h2 ul{ width:844px; float:left}

.fwxmbg h2 ul li{ width:150px; float:left; line-height:35px; font-size:14px; text-align:center; margin-right:5px;height:30px}

.fwxmbg h2 ul li:hover{ background-color:#2e5eaa; height:30px}

.fwxmbg h2 ul li a{ color:#a6a5a5; display:block;font-weight: bold;}

.fwxmbg h2 ul li a:hover{ color:#fff}

.fwxmbg h2 ul li.fwxmhover{ background-color:#2e5eaa; height:30px}

.fwxmbg h2 ul li.fwxmhover a{ color:#fff}



.fwxmxh{ width:220px; height:88px; float:left; padding:0 0 0 20px}

.fwxmxh i{ width:101px; height:78px; float:left; padding-right:10px}

.fwxmxh h3{ font-family:"宋体"; font-size:13px; color:#444}

.fwxmxh P{ color:#a4a4a4}



.prodac_span1{ float:left; top:44px; position:relative}

.prodac_span2{ float:right; top:-44px; position:relative}

#marquee1{width:962px;height:92px;overflow:hidden;position: relative;top: 13px;}
#marquee1 ul li{ width:235px; float:left}
#marquee2{width:962px;height:92px;overflow:hidden;position: relative;top: 13px;}
#marquee2 ul li{ width:235px; float:left}
#marquee3{width:962px;height:92px;overflow:hidden;position: relative;top: 13px;}
#marquee3 ul li{ width:245px; float:left}


/*===公司简介样式===*/



.newsbg{ background:url(../images/wenzhangtit.jpg) repeat-x top; width:1000px; margin:0 auto;  padding-top:5px}
.newsbg .slideBox{ width:280px; height:150px; overflow:hidden; position:relative;   }
/*===公司新闻样式===*/
.newsleft{ width:400px; float:left; margin-right:10px}

.newsleft h2{ height:30px; line-height:24px; font-size:20px; font-family: "宋体"}

.newsleft h2 ul li{ float:left; padding-left:5px; padding-right:5px; width:80px; margin-left:15px;text-align: center;}

.newsleft h2 ul li a{ font-size:14px;}

.newsleft h2 ul li.cur3{background-color: #2e5eaa;}

.newsleft h2 ul li.cur3 a{ color:#fff}

.prodab3 li{ float:left; padding-left:5px; padding-right:5px;}

.prodab3 li a{ font-size:14px;}

.prodab3 li.cur3{background-color: #2e5eaa;}

.prodab3 li.cur3 a{ color:#fff}

.newsleft h2 span a{ float:right; padding-top:16px}

.newstop{ width:322px; height:157px; border-bottom:1px dashed #d1d1d1; margin-bottom:5px}

.newstop h3{ font-size:12px; height:35px; line-height:35px; color:#606060; font-weight:bold}

.newstop p{ color:#828282}

.newsleft .prodac3 ul li{ background:url(../images/newsyuan.jpg) no-repeat 0 10px; height:25px; line-height:22px; text-indent:15px; color:#828282}
.newsleft .prodac3 ul li span{ float:right}
.newsleft .prodac3 ul li a{ color:#828282;  float: left;}

.jgcenter{ width:305px; float:left;margin-right:10px; }

.jgcenter h2{ height:30px; line-height:30px; font-size:16px; font-family: "宋体";background:#fff; color:#0E52B2; border-bottom:1px solid #ccc }
.jgcenter h2 a{ float:right; margin-right:5px;}
.jgcenter h2 span{ display:block;  width:80px; color:#0E52B2; padding-left:5px; float:left;  font-weight: bold;}

.jgcentertab{ width:305px}

.jgcentableft{ width:93px; float:left}

.jgcentableft ul li{ background:url(../images/jigouimg.jpg) no-repeat; width:93px; height:35px; text-align:center; line-height:35px; margin-bottom:8px}

.jgcentableft ul li:hover{ background:url(../images/jigouhover.jpg) no-repeat;}

.jgcentableft ul li.jghover a{ color:#fff}

.jgcentableft ul li.jghover{ background:url(../images/jigouhover.jpg) no-repeat;}

.jgcentableft ul li a{ color:#515151; display:block}

.jgcentableft ul li a:hover{ color:#fff}

.jgcentabrig{ width:190px; float:right}

.jgcenrigxh{ width:190px; border-bottom:1px dashed #d1d1d1; padding-bottom:5px}

.jgcenrigxh h3{ font-size:12px; font-weight:bold; color:#5f5f5f}

.jgcenrigxh p{ color:#828282}

/*===认证查询样式===*/

.fwright{ width:272px; float:right}
.fwright h2{ height:30px; line-height:30px; font-size:16px; font-family: "宋体"}
.fwright h2 a.ds{ float:right; padding-top:16px}
.fwright h3{ line-height:25px; border-bottom:1px dashed #d1d1d1; font-size:12px}
.fwright .d ul li{ background:url(../images/fuwuicon.jpg) no-repeat 0 6px; text-indent:15px; height:20px; line-height:20px;width:272px;}

/*index_CX模块*/

.index_cx{	width:270px; height:200px;	border:#ccc 1px solid; background: #fff;}
.index_right_title{	width:230px; margin:0 10px;	line-height:2.5em; font-size:16px; color:#0E52B2;font-weight:bold;font-family: 宋体;}
.index_right_title span{ color:#999; font-size:8px;	font-weight:100;}
.index_right_title div{	float:right; font-size:10px;}
.input_text{ border:#CCC 1px solid;	height:16px; color:#999;}
.index_right_b{	width:250px; height:470px;	border:#eaeaea 1px solid;}


/*===功能按钮样式===*/
.center002{ background: url(../images/wenzhangtit.jpg) repeat-x; height:91px}

.jiancebg{ width:1000px; margin:0 auto; height:100px; padding-top:1px}

.jiancebgxh{ width:220px; height:80px; background:url(../images/shuline.jpg) repeat-y right; padding-top:10px; padding-right:10px; float:left; padding-left:15px}

.jiancebgxh h3{ font-weight:bold; color:#4d4d4d}

.jiancebgxh span{ width:75px; height:105px; float:left; padding-top:4px}

.jiancebgxh p{ color:#848484; line-height:18px;}

.jiancebgxh.jianceline{ background:none}

/*===首页样式 结束===*/





/*===未整理清楚的代码===*/
.m-page { margin-left:auto; margin-right:auto; clear:both; overflow:hidden; padding:20px 0;}
.m-page a { float:left; background:#777; padding-left:10px; padding-right:10px; height:39px; line-height:39px; text-align:center; font-family:"Arial"; display:block; margin-right:4px; color:#fff; text-decoration:none; font-weight:bold;}
.m-page span { float:left; width:37px; height:39px; line-height:39px; text-align:center; font-family:"Lucida Console"; display:block; margin-right:4px; color:#777;}
.m-page a:hover { background:#cd1a1c;}
.m-page a.prePage,.m-page a.nextPage { font-family:"Tahoma";}
.m-page .hidden { display:none;}
a:hover{text-decoration:none;color:#71359c;}
.m-sch { width: 280px; height: 30px; background-color: #fff; float: right; padding: 5px; vertical-align: middle; margin-top:5px; overflow: hidden }
.m-sch .select { float: left; width: 58px; height: 24px; border: 1px solid #ccc; padding-left: 4px; padding-top: 4px; border-right: 0px; }
.m-sch select { border: 0px; }
.m-sch input { float: left; width: 198px; height: 18px; line-height: 18px; padding: 5px; margin: 0px; border: 1px solid #ccc; border-right: 0px; }
.m-sch button { float: left; width: 70px; height: 30px; line-height: 30px; background-color: #cd1a1c; text-align: center; color: #fff; border: 0px; }
.clear{clear:both;}

.sub_right p a:hover{ color:#804e9a;}




.neicenter{ width:1000px; margin:0 auto; overflow:hidden}

.neicentit{ width:1000px; height:50px; line-height:50px; font-weight:bold; color:#2e5eaa}

.neicentit a{ color:#2e5eaa}

.neicenleft{ width:772px; float: left;}

.neictop{ width:772px; height:140px; background-color:#71359c; border:1px solid #d1d1d1}

.neictop img{ width:772px; height:140px}

.neicenrig{ width:208px; float:right}

.neirigmenu{ width:208px}

.neirigmenu h2{background:url(../images/fwxmtit.jpg) repeat-x; height:37px; text-align:center; line-height:37px; font-family:"宋体"; font-size:15px}
.neirigmenu_01 h2{background:url(../images/fwxmtit.jpg) repeat-x; height:37px; text-align:center; line-height:37px; font-family:"宋体"; font-size:15px}
.neirigmenu_01{ width:208px}
.neirigmenu_01 ul li a{ color:#333; display:block}
.neirigmenu_01 ul li{ background-color:#f3f3f3; width:207px;  margin-top:5px; text-align:center; line-height:30px; font-weight:bold;font-size:12px;}
.neirigmenu_01 ul li a:hover{ color:#fff; background:#2e5eaa;}

.neirigmenu dt{ background-color:#f3f3f3; width:207px;  margin-top:5px;line-height:30px; font-weight:bold;font-size:12px; padding-left:15px;}

.neirigmenu dt:hover{ background-color:#804e9a;}

.neirigmenu dt.lactivce{ background-color:#804e9a}

.neirigmenu dt a{ color:#333; display:block; }

.neirigmenu dt.lactivce a{ color:#fff}

.neirigmenu dt a:hover{ color:#fff; background:#804e9a;}


.neirigmenu dd ul li{width:207px;font-size:12px; padding-left:15px;background-color:#f3f3f3;}
.neirigmenu dd ul li:hover{ color:#71359c;  height:28px;}
.neirigmenu dd ul li.currr{color:#71359c;}
.neirigmenu dd ul li a{display:block; height:28px;background:url(../images/sj01.png) no-repeat 15px 10px; padding-left:25px;}
.neirigmenu dd ul li.currr a{ color:#71359c}
.neirigmenu dd ul li a:hover{ color:#71359c}



.neiimg{ width:208px; padding-top:15px}

.neiimg img{ padding-bottom:8px}

.company{ width:772px; padding:0px 0}



.contact{ width:1000px;}



.news{ width:772px}

.newsxh{ width:772px; height:70px; margin-bottom:20px}

.newsxh h3{ border-bottom:1px dashed #d1d1d1; background: url(../images/xinwen_icon.jpg) no-repeat 0 11px; text-indent:15px; width:772px; font-size:12px; line-height:30px; margin-bottom:10px; font-weight:bold;}

.newsxh h3 span{ float:right;font-size:12px}

.newsxh p{ line-height:20px; font-size:12px; color:#797979;}

.newsxh p b{ color:#71359c}

.newsxh p b a{ color:#71359c}



.vsp ul{ margin-top:20px;}

.vsp ul li{ float:left;  text-align:center}

.vsp ul li img { border:1px solid #ccc; width:220px; }





.inside{width:714px;oveflow:hidden;padding-top:25px;}



.prew { border: 1px solid #CCCCCC; height: 27px; line-height: 27px; margin-top: 10px; width: 545px;}
.prew span {background: none repeat scroll 0 0 #CDCDCD; border-right: 1px solid #CCCCCC; color: #000000; display: block; float: left; height: 27px; text-align: center; width: 79px; margin-right:15px}
.prew p {float: left; overflow: hidden; width: 450px;}

.ywfwbg{ padding:10px; background-color:#f3f3f3; margin-top:10px;}

.ywfwbgxh{ border:1px solid #d1d1d1; margin-top:15px; overflow:hidden; margin-bottom:15px;}

.ywfwbgxh ul li{ float:left}

.ywfwbgxh ul li .ywfwbgxh01{padding: 15px 20px 15px 40px;  width:710px; height:35px;background: url(../images/yy_bj.jpg) bottom repeat-x;}

.ywfwbgxh01 h3{color: #990000;font-size: 14px;line-height: 25px; font-family:"宋体"; font-size:14px; width:520px; float:left}
.ywfwbgxh01 h3 a{color: #2e5eaa;}

.ywfwbgxh01 p{ float:none; color:#666; padding-top:30px;}


.xh001xh{ float:left; width:759px; padding:10px 0; background:#f7f6f6; margin-bottom:2px; padding-left:10px;}

.xh001xh img{ width:145px; height:104px; float:left; padding-top:5px; padding-right:10px;}

.xh001xh h2{color: #990000;font-size: 14px;line-height: 25px;font-size:14px; padding-top:5px; line-height:30px}

.xh001xh p{ color:#666}

.ywfwbgxh01 p a{margin-left: 40px; width:75px; height:24px; float:right;background: url(../images/xscpimg.jpg) no-repeat; display:block;}
.ywfwbgxh01 p a:hover{ width:75px; height:24px; float:right;background: url(../images/xscpimg_a.jpg) no-repeat; display:block;}





.xh001xh{ float:left; width:710px; margin-left:25px; padding:10px 0; background:#F3F3F3; margin-bottom:2px; padding-left:10px;}

.xh001xh img{ width:145px; height:104px; float:left; padding-top:5px; padding-right:10px;}

.xh001xh h2{color: #990000;font-size: 14px;line-height: 25px;font-size:14px; padding-top:5px; line-height:30px}

.xh001xh p{ color:#666}

.xh001xh p a img{ width:21px; height:21px; float:right}



.show_jia ul li{ float:left; height:25px; line-height:25px; margin-left:8px; background:#8141a2; text-align:center; margin-top:20px; padding-left:6px; padding-right:6px;}

.show_jia ul li a{color:#fff}

.news-show .prodab li{float: left;
height: 25px;
line-height: 25px;
margin-right: 8px;
background: none repeat scroll 0% 0% #F3F3F3;
margin-bottom: 10px;}

.news-show .prodab li a:hover {background: none repeat scroll 0% 0% #8141A2; color:#fff;}
.news-show .prodab li a {color: #000;display: block;padding-left: 10px;padding-right: 10px;}

.slide-panel {position:relative;width:1000px;height:300px;overflow:hidden;}
.slide-panel li {float:left;}
.slide-panel li img {display:block;width:1000px;height:300px;}
.switchable-triggers { position:absolute; right:3px; bottom:6px; }
.switchable-triggers li {display:inline-block;border:1px solid #333;float:left;width:16px;height:16px;margin:0 3px;background:#454545;;color:#FFF;font-size:13px;
    line-height:16px; text-align:center; cursor:pointer; border-radius: 50%}
.switchable-triggers li.current {border:1px solid #BF0000;background:#EF0000;color:#fff;}
