@charset "utf-8";
/* Style Reset
----------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin: 0; padding: 0; font-size: 12px;_background-image:url(about:blank);_background-attachment:fixed;}
input, button, textarea,select, optgroup, option { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit;}
ul, li, dl, dt, dd, ol { display: block; list-style: none; }
img{ border: 0;}
.clear { clear:both;}
a{text-decoration:none;outline:0;}
center{padding:20px 0;}
/* topbg */
body {background:#fff; font-family:"微软雅黑"; width:100%; min-width:1140px;}
.banner-box{width:100%;position:relative;}
.banner{height:500px;overflow:hidden;}

/*顶部自定义*/
#webchat{right: 0;top: 0;position: fixed; z-index:999998;overflow:visible;}
#webchat a{background: url(images/webchat-panel-png24.png) no-repeat 0 0;_background: url(images/webchat-panel.png) no-repeat 0 0;display:block;cursor:pointer;width: 70px;height: 70px;position:relative;}
#webchat a:hover{background-position:right 0;}
#webchat a span{display:none;}
#webchat .himwebchat{width:310px;background:#fff;padding:20px;color:#000;position:absolute;left:-350px;top:-100%;z-index:11;overflow: visible;-moz-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transition: all 0.2s ease-in;opacity:0;filter:alpha(opacity=0); visibility:hidden;}
#webchat a:hover .himwebchat{top:0;opacity:1;filter:alpha(opacity=100);visibility: visible;}
#webchat .himwebchat .hd{font-size:14px;margin-bottom:10px;}
#webchat .himwebchat strong{color:#dc0000;font-weight:normal;}
#webchat .himwebchat .img{background:url(images/him-webchat.png) no-repeat 0 0;width:280px;height:280px;margin:0 auto 10px;}
#webchat .himwebchat .bd em{width:16px;height:16px;display:inline-block;vertical-align:middle;line-height:16px;text-align:center;color:#fff;background: url(images/himwebchat-dot.png) no-repeat 0 0;}
#webchat .himwebchat .bd .ml{margin-left:5px;}

.box{clear:both;width:1140px; margin:0px auto; overflow:hidden; z-index:10; position:relative;}
.maxbox{height:34px; width:100%; background:url(images/nav_bj2.jpg) left top repeat-x}
.top{margin:0 auto; width:100%; height:184px; border-top:3px solid #1d62b0}
.top1{width: 100%;height:22px; line-height:22px; padding-bottom:3px; overflow:hidden; border-bottom:1px solid #e8e8e8; background:url(images/top.jpg) repeat-x; background-position: left bottom}
.top1_1{ width:1140px; margin:0 auto}
.head_l{ float:left;}
.head_z{position: fixed;right: 0;top: 0;z-index: 10000;}
.head_z a{ overflow:hidden;}
.head_r{ float:right;width: 252px;padding-right: 75px;}
.head_r p{float:left;width:210px;}
.head_r p a{color:#fff;float:left;height:52px;line-height:56px;text-align:center;text-shadow: 1px 1px 0px #B49000;}
.header_right{ width:25%; float:right; text-align:right; position:relative;height:25px; line-height:25px}
.header_right a{height:22px;line-height:22px;padding: 0 3px;color:#222; padding-left:5px; padding-right:10px;}
.btn-search {
    display: block;
    right: 0.8em;
    z-index: 99999;
    height: 25px;
    width: 25px;
    background: url(images/search.png) left top no-repeat;
	display: inline-block;
	float:right
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index:9999;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
}
#mylang {
    color: white;
    text-align: center;
}
.reveal-modal {
    visibility: hidden;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    position: fixed;
    z-index: 9999;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    background-color: rgba(33,64,131,0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5214083,endColorstr=#e5214083);
    border-radius: 5px;
}

.top_text {
    width: 56%;
    height: 26px;
    line-height: 26px;
    margin: 0px;
    padding: 0px 15px;
    border: 1px solid #A5C7FE;
    color: #888;
    background: #F5F5F5;
    border-radius: 3px;
}
.top_btn {
    height: 28px;
    line-height: 28px;
    margin: 0px;
    padding: 0px 25px;
    font-weight: bold;
    background: #2065C4;
    border: none;
    color: white;
    text-align: center;
    border-radius: 3px;
}
.reveal-modal a.close-reveal-modal, #mylang a.close-reveal-modal {
    width: 30px;
    font-size: 22px;
    line-height: 0.5;
    position: absolute;
    top: 8px;
    right: 11px;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    background: white;
    color: #1D3976;
    height: 28px;
    line-height: 28px;
    padding: 0px;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5000000,endColorstr=#e5000000);
	z-index:9998
}
.social-icons{ float:left; padding-left:20px; padding-top:3px; text-align:right}
.top2{width:100%;background: url(images/logo_bg.png) left bottom repeat-x; position:absolute; top:25px; z-index:999;height:98px}
.top2_center{width:1140px;overflow:hidden;position:relative;height:100px;margin: 0 auto;}
.logo_l{float:left;}
.logo_r{float: right; width:auto}


/*全局*/
.focus{width:100%;height:500px;margin:0px auto;position:relative;}
.rslides{overflow:hidden;width:100%;height:500px;}
.rslides li{width:100%;height:500px;}
.rslides .rslides_li1 a{background:url(images/img1.jpg) center center no-repeat;display:block;height:500px;width:100%;}
.rslides .rslides_li2 a{background:url(images/img2.jpg) center center no-repeat;display:block;height:500px;width:100%;}
.rslides .rslides_li3 a{background:url(images/img3.jpg) center center no-repeat;display:block;height:500px;width:100%;}
.rslides .rslides_li4 a{background:url(images/img4.jpg) center center no-repeat;display:block;height:500px;width:100%;}
.rslides .rslides_li5 a{background:url(images/img5.jpg) center center no-repeat;display:block;height:500px;width:100%;}
/*左右切换按钮*/
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{height:67px;width:38px;position:absolute;-webkit-tap-highlight-color:rgba(0,0,0,0);top:50%;left:150px;
opacity:0.8;text-indent:-9999px;overflow:hidden;text-decoration:none;background:url(images/banner-lr.png) no-repeat left top;margin-top:-33px}
.rslides_nav:active{opacity:1.0}
.rslides_nav.next{left:auto;background:url(images/banner-lr.png) no-repeat right top;right:150px;}
.rslides_nav:hover{background:url(images/banner-lr.png) no-repeat left bottom;}
.rslides_nav.next:hover{left:auto;background:url(images/banner-lr.png) no-repeat right bottom;}
/*12345按钮*/
.rslides_tabs{width:360px;margin:0 auto;position:relative;top:-30px; display:none}
.rslides_tabs li{display:block;float:left;height:10px;width:50px;margin:0 10px;display:line-block;}
.rslides_tabs a{text-indent:-9999px;overflow:hidden;display:block;height:10px;width:50px;background:#000;opacity: 0.25;-moz-opacity: 0.25;filter:alpha(opacity=25);}
.rslides_tabs .rslides_here a{background:#3194B0;opacity: 1;-moz-opacity: 1;filter:alpha(opacity=100);}


.foot p.shenming a{ font-size:13px; color:#000; padding-left:5px; padding-right:5px;}
.bannerpic{display:block;width:100%;}
.top{width:100%;position:absolute;top:0;background:url(images/top.png) left top repeat-x;}
.top_main{width:1140px; margin:0 auto}
.logo{float:left;margin:10px 0 10px 4px;}
.logo span{display:block;height:0;text-indent: -9999px;}

.tel{float:right;margin-top:20px;height:45px;width:240px;background:url(images/tel2.png) left top no-repeat;}
.tel p{padding: 15px 0 0 40px;
color: #222;
font-size: 24px;font-weight: bold;}

.navbg{width:100%;background:#184e96;height:60px;}
.nav{width:1140px;margin:0 auto;height:60px;}
.nav li.one a{display:block;text-decoration: none;width:128px;height:60px;float:left;text-align:center;font:16px/59px 'Microsoft YaHei';color:#fff;margin-left:-1px}
.nav li.one a:hover,.nav li.one a.on{display:block;width:128px;height:60px;float:left;text-align:center;font:16px/59px 'Microsoft YaHei';color:#333;background:#1d62b0; color:#fff}
.marqueebg{wdith:100%;height:49px;margin-bottom:0px;}
.marquee{width:1140px;height:49px;margin:0 auto}
.marquee a{color:#333;margin-right:30px; font-size:14px}
.marleft{float:left;font:16px/49px 'Microsoft YaHei';color:#222;display:block;width:115px;height:49px;text-align:center;background:url(images/notice_bg.png) no-repeat left center; padding-left:10px}
.marquee marquee{float:left;width:522px;height:49px;color:#2e3e67;font:14px/49px "微软雅黑";}
.search10{float:right;width:235px;height:37px;margin:8px 0 0 5px;display:inline;}
.text10{float:left;width:190px;height:30px;font:14px/30px '宋体';color:#666;text-indent:14px;border:0;background:url(images/text.jpg) 0 0 no-repeat;display:inline}
.text20{float:left;width:100px;height:37px;border:0;background:url(images/select.jpg) no-repeat 0 0;}
.button10{float:left;background:url(images/button.jpg) no-repeat;width:44px;height:30px;border:0;}
.select select{width:101px;}
.searchBar span{ float:right; margin-top:6px;}
.searchBar span a{ color:#666; margin-right:8px;}
.searchBar span a:hover{ color:#ef9b11;}
.searchBar .select {float:left;margin-top:1px; display:inline; margin-right:8px;}
.searchBar .text {float:left;}
.searchBar .text input{width:214px; padding-top:3px; height:17px; border:1px solid #b7d1eb;}
div.selectbox-wrapper{border-right: #b7d1eb 1px solid;border-top: #b7d1eb 0 solid;overflow:hidden;border-left: #b7d1eb 1px solid;width:99px;border-bottom: #b7d1eb 1px solid;position: absolute;background: #fff;text-align:left;*margin-top:0;z-index:10;}
div.selectbox-wrapper ul li.selected {background-color: #e0ecf7;}
div.selectbox-wrapper ul li.current {color: #fff;background-color:#36c}
div.selectbox-wrapper ul li {text-align:center;padding-right:3px;padding-bottom:3px;width:100px;cursor:pointer;line-height: 20px;padding-top: 3px;font-size:14px;font-family:'微软雅黑';color:#666;}
.selectbox{border:none;display:block;width:100px;text-indent:13px;cursor:pointer;height:37px;background:none;font-size:14px;font-family:'微软雅黑';color:#fff;line-height:37px;}
.btn2{float:left;display:inline;margin-left:8px;margin-top:2px;}
/* fixed */
.fixed{position:fixed;width:55px;height:212px;right:25px;bottom:50px;_position: absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));z-index:999;}
.fixed a{display:block;width:55px;height:53px;}
.book{background:url(images/fixed.jpg) 0 0 no-repeat;}
.book:hover{background-position:-54px 0;}
.fixed a.codepic{background:url(images/fixed.jpg) 0 0 no-repeat;background-position:0 -53px;height:52px;}
.fixed a.codepic:hover{background-position:-54px -53px;}
.fixed div{position:relative;}
.fixed a.backup{background:url(images/fixed.jpg) 0 0 no-repeat;background-position:0 -158px;height:52px;}
.fixed a.backup:hover{background-position:-54px -158px;height:53px;}
.fixed div img{position:absolute;left:-196px;width:196px;height:196px;top:-106px;display:none;}

/*con_main*/
.con_main{width:100%; margin:0 auto; background: #F7F8FA; padding-bottom:25px
}
/* con1 */
.con1{width:100%}
.con1_center{width:1140px;margin:0 auto}
.con1_left{float: left;
width: 752px;
height: 267px;
background: url(images/con1_left_bg.png) #fff no-repeat;}
.con1_1{float: left;overflow: hidden;width: 353px; padding-top:5px; padding-left:5px}
.con1_2{ float:left;overflow: hidden;padding-left: 15px;width: 365px; padding-top:5px}
.title_con h3 {
    width: 100%;
    height: 40px;
    line-height: 35px;
    background: url(images/title_line.png) bottom repeat-x;
}
.title_con h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #124DA8;
    float: left;
}
.title_con h3 span a{ font-size: 14px;
    font-weight: normal;
    color: #666;
    float: right; padding-right:15px; line-height:45px}
.con1_left ul{ padding-top:5px}
.con1_left ul li{ height:28px; line-height:28px}
.con1_left ul li a{ color:#595959; font-size:14px}
.con1_left ul li span{ float: right; color:#999;font-size:13px}
.con1_right{float: right;
width: 370px;
height: 262px;
background: url(images/con1_right_bg.png) #fff no-repeat; padding-top:5px}
.con1_right .title_con{width: 342px;
margin: 0 15px;
height: 40px;
line-height: 35px;}
/* con2 */
.con2{width:100%;height:auto;margin:0 auto;margin:10px auto;}
.con2_center{width:1140px; margin:0 auto}
.con2left{float: left;
width: 752px;
height: 307px;
background: url(images/con2_left_bg.png) #fff no-repeat;}
.con2left_center{ padding-top:5px; padding:15px; padding-top:5px}
.con2left_center img{ float:left}
.company_txt{ line-height:25px; color:#595959; font-size:14px; padding-top:10px; width:470px; padding-left:5px; float:right}
.con2title{width:100%;height:30px;background:url(images/border1.jpg) 0 36px repeat-x;margin-bottom:18px}
.separator::after {
    position: relative;
    top: 5px;
    display: block;
    margin-top: 0px;
    height: 6px;
    width: 100%;
    content: '';
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,0.5) 0px,rgba(255,255,255,0) 65%);
}
.titlename{float:left;height:45px;width:auto}
.titlename span{font:24px/24px 'Microsoft YaHei';color:#2e3e67}
.titlename p{font:18px/20px 'Arial';color:#a3a3a3;}
.titlename p font{background:url(images/bg.jpg) 0 0 repeat;padding-right:5px;}
.con2title a,.con4title a{float:right;font:12px/36px "微软雅黑";color:#666;padding-right:6px;}
.classbox2{float:left;width:149px;height:314px;background:url(images/con2bg.jpg) 0 0 no-repeat;}
.classbox2 li{width:100%;}
.classbox2 li a{display:block;width:100%;height:50px;background:url(images/border2.jpg) 2px bottom no-repeat;font:14px/50px "微软雅黑";color:#50545e;text-align:center}
.classbox2 li a:hover,.classbox li a.hover{display:block;width:100%;height:50px;background:url(images/classhover.jpg) 2px bottom no-repeat;font:14px/50px "微软雅黑";color:#fff;text-align:center}
.con2left1{
    border-bottom: #e9e9e9 1px solid;
    border-left: #e9e9e9 1px solid;
    padding-bottom: 10px;
    margin-top: 0px;
    padding-left: 10px;
    width: 300px;
    padding-right: 10px;
    float: left;
    border-top: #e9e9e9 1px solid;
    border-right: #e9e9e9 1px solid;
    padding-top: 10px;
}
.con2left2{
    margin-top: 8px;
    width: 440px;
    float: left;
    margin-left: 25px;
}
.con2title a{ position:relative}
.contect_list{ padding-top:10px}
.contect_list li {font-family: "微软雅黑",Arial;
color: #333;
font-size: 13px;}
.con2left2 p{ padding-top:20px;
list-style: disc none outside;
text-align: left;
line-height: 200%;
text-transform: none;
text-indent: 0;
border-collapse: separate;
word-wrap: normal;
white-space: normal;
letter-spacing: normal;
visibility: inherit;
color: #333;
word-break: normal;
word-spacing: normal;
font-stretch: normal;
font-family: "微软雅黑",Arial;
color: #333;
font-size: 13px;}
.con2right{width:315px;float:right;float: right;
width: 370px;
height: 302px;
background: url(images/con2_right_bg.png) #fff no-repeat;
padding-top: 5px;}
.con2right_center{padding: 15px; padding-top:5px}
.more_item{ position:absolute; top:7px; right:35px;font-family: "微软雅黑",Arial;}
.kuaijie li{width:158px; height:100px; float:left; background:#f2f2f2; border:1px solid #ddd; margin-right:15px; margin-bottom:10px; border-radius:2px}
.kuaijie li.item_p{margin-right:0px; margin-bottom:10px;}
.kuaijie li p{ margin:0 auto; width:100%; text-align:center; line-height:30px; font-size:14px; color:#184e96; }
.kuaijie{ margin-top:15px}
.time-box1{float:left;background:url(images/red.jpg) 0 0 no-repeat;width:137px;height:89px;font:18px/26px 'Microsoft YaHei';color:#fff;text-align:center}
.time-box2{float:left;background:url(images/blue.jpg) 0 0 no-repeat;width:137px;height:89px;font:18px/26px 'Microsoft YaHei';color:#fff;text-align:center}
.time-box3{float:left;background:url(images/green.jpg) 0 0 no-repeat;width:137px;height:89px;font:18px/26px 'Microsoft YaHei';color:#fff;text-align:center}
.time-box1 span,.time-box2 span,.time-box3 span{font:36px/38px 'Arial';padding-top:13px;display:block;text-transform:uppercase}
.title-color1{float:left;width:246px;margin-left:15px;display:block;height:26px;color:#b02b2d;_display:inline;font:16px/26px 'Microsoft YaHei';}
.title-color2{float:left;width:246px;margin-left:15px;display:block;height:26px;color:#3272bb;_display:inline;font:16px/26px 'Microsoft YaHei';}

/* con3 */

.con3{width:100%}
.con3_center_bg{width:1140px; margin:0  auto;background:#fff url(images/con3_bg.png) 0 0 no-repeat;height:327px;}
.con3_center{ padding:15px}
.more{ color:#000;}

/* mover ad */
.movead {zoom:1; width:1140px; margin:0 auto;position:relative}
.movead .pcont { float:left;  width:940px; height:205px; overflow:hidden; margin:0 20px; padding:20px 0 0 0;}
.movead .ScrCont {width: 32766px; zoom: 1}
.movead #List1_1 {float: left}
.movead #List2_1 {float: left}
.movead .LeftBotton { background:url(images/leftbtn.jpg) no-repeat center;width:44px; height:44px;position:absolute;left:-24px;top:117px;}
.movead .RightBotton {background:url(images/rightbtn.jpg) no-repeat center;width: 44px; height:44px;position:absolute;right:-28px;top:117px;}
.movead .pl img {DISPLAY: block; CURSOR: pointer; width:205px; height:224px; float:left;border-bottom:0;}
.movead .pl {float:left; width:206px;height:237px;overflow:hidden;background:url(images/picbg.jpg) 0 0 no-repeat;padding:11px 12px 0;margin:0 3px;}

/* 滚动图片 */
.scroll10{ width:1000px;position:relative;overflow:hidden;padding: 0 50px; padding-top:15px}
.scroll10 ul{ overflow:hidden;}
.scroll10 li {width:180px;text-align:center; padding: 5px;}
.scroll10 li a{ font-size:14px;color: #333; line-height:30px}
.scroll10 li h5 {width:190px;}
.scroll10 img {height:180px;width:180px;border: 1px solid #ccc;}
.scroll10 img:hover{border: 1px solid #fe8103;}
.scroll10 li span {color:#156811;}
.scroll10 a.bx-prev,.scroll10 a.bx-next{position:absolute;top:60px;display:block;width:42px;height:60px;background: url(images/bra_lf_btn1.png) no-repeat center center;z-index:99999;}
.scroll10 a.bx-prev{left:-40px;}
.scroll10 a.bx-prev:hover{background:url(images/bra_lf_btn1.png) no-repeat center center;}
.scroll10 a.bx-next{right:-40px;background:url(images/bra_rt_btn1.png) no-repeat center center;}
.scroll10 a.bx-next:hover{background:url(images/bra_rt_btn1.png) no-repeat center center;}	
/* 滚动图片 */
.scroll101{ width:342px;position:relative;overflow:hidden; margin:0 15px}
.scroll101 ul{ overflow:hidden;}
.scroll101 li {width:342px;text-align:center; margin-right:15px;}
.scroll101 li a{ font-size:14px;color: #6D6D6D;}
.scroll101 li h5 {width:190px;}
.scroll101 img {height:200px;width:340px;}
.scroll101 li span {color:#156811;}
.scroll101 a.bx-prev{position:absolute;top:160px;display:block;width:36px;height:36px;z-index:99999;}
.scroll101 a.bx-next{position:absolute;top:160px;display:block;width:36px;height:36px;z-index:99999;}
.scroll101 a.bx-prev{
background: url(images/case_left.png); right:40px}
.scroll101 a.bx-next{background:url(images/case_right.png); right:0px}
.scroll101 .pager p{ background:url(images/case_bg.png); color:#fff; height:40px; float:left; position:absolute;bottom:20px; width:210px;}
.scroll101 .pager p a{color:#fff; line-height:40px; font-size:14px;font-weight: bold;}


/* foot */

/*友情链接和底部*/
.links{width: 100%;padding: 20px 0;}
.links_main{width: 1140px;margin: 0 auto;}
.links_title{font-weight: normal;font-size: 12px;background: url(images/link.png) no-repeat scroll 0% 0%;
line-height: 24px;float: left;width: 112px;padding: 30px 0px 0px 5px;}
.links_content a{font-size: 13px; padding:8px 14px;}
.foot{width: 100%;height: auto;color: #333;text-align: left;overflow-x: hidden;padding: 0px 0; background:#1d62b0; padding-bottom:20px; border-bottom:20px solid #184e96}
.foot_box{width: 1140px;margin: 0 auto;color: #444;line-height: 30px;margin-top: 20px;}
.foot_box dl{float: left;width: auto;padding: 0 40px;height: 180px;border-right: dashed 1px #427fb3;}
.foot_box dt{font-weight: bold;}
.foot_box dl dt a{font-size: 15px;color: #cdd7e5;line-height: 38px;}
.foot_box dl dd{padding-top: 0px;}
.foot_box dl dd a{display: block;width: auto;font-size: 13px;color: #cdd7e5;line-height: 32px;
;height: 32px;overflow: hidden;}
.foot_qr_codes{float: right;width: 206px;text-align: center; background: url(images/linebottom.jpg) no-repeat 0px 6px;}
.foot_qr_codes span{display: block;font-size: 14px;color: #fff;line-height: 32px;height: 32px;overflow: hidden;margin-bottom: 22px;}
.foot_boottom{clear: both;width: 100%;height: 45px;background-color: #094f8c;color: #FFF;font-size:0.8em; line-height:45px;}
.foot_boottom_main{width:1140px; margin:0 auto}
.foot_boottom_main ul{width:600px; float:right;}
.foot_boottom_main ul li{float:right;color:#fff; font-size:13px;}
.foot_boottom_main ul li a{ color:#fff; font-size:13px;}
.hot_key{width:800px; float:left}
.hot_key a{color:#fff; padding:5px;}
.wangzhan{width: 400px;float: left;font-size:13px; color:#f8f8f8;}
.wangzhan img {line-height: 30px;vertical-align: middle; padding-left:30px;}
.TabContent_left{ float:left;width:40%}
.TabContent ul{ float:right; width:55%}
.copyright_center{    width:100%;
    margin: 0 auto;
    clear: both;
    color: #fff;
    line-height: 40px;
    height: 40px;
	overflow:hidden
}
.copyright{width:100%; font-size:14px;}
.copyright_left{width:70%; float:left; text-align:left;color:#fff}
.copyright_left img{ display:inline; vertical-align:middle}
.copyright_left1{ float:left}
.copyright_left a{color:#ccc; text-decoration:none}
.copyright_right{width:30%; float:right; text-align:right;color:#ccc}
.copyright_right a{ color:#ccc;text-decoration:none}
.linkbg {
    OVERFLOW: hidden;
    HEIGHT: auto;
	padding-bottom:20px;
    BACKGROUND: #f3f3f3;
	-webkit-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
-moz-box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
box-shadow: inset 0 1px #fff,0 0 8px #c8cfe6;
}
.link {OVERFLOW: hidden;HEIGHT:auto;MARGIN: 0px auto;WIDTH: 1140px;}
.link H2 {
    OVERFLOW: hidden;
    FONT-SIZE: 16px;
    HEIGHT: 40px;
    FONT-FAMILY: "微软雅黑";
    BACKGROUND: url(images/barlinkx.gif) no-repeat center bottom;
    FONT-WEIGHT: normal;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 4px;
    PADDING-LEFT: 4px;
    LINE-HEIGHT: 40px;
    PADDING-RIGHT: 4px;
}
.fr {
    FLOAT: right;
}
.link H2 SPAN A {
    FONT-SIZE: 12px;
    FONT-FAMILY: "宋体";
    COLOR: #696464;
    LINE-HEIGHT: 40px;
}
.link H2 A {
    COLOR: #1e1e1e;
}
.link H2 EM {
    FONT-SIZE: 16px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-TRANSFORM: uppercase;
    COLOR: #483635;
    FONT-STYLE: normal;
    PADDING-LEFT: 8px;
    DISPLAY: inline-block;
}
.l_con {
    OVERFLOW: hidden;
    HEIGHT: auto;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 10px;
    PADDING-LEFT: 0px;
    PADDING-RIGHT: 0px;
}
.l_con A {
    COLOR: #454545;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 4px;
    LINE-HEIGHT: 30px;
    PADDING-RIGHT: 4px;
}
.f_nav_main{ background:#7f7f7f}
.f_nav {
	width:1140px; margin:0 auto;
    HEIGHT: 41px;
    TEXT-ALIGN: center;
    LINE-HEIGHT: 41px;
}
.f_nav A {
    BACKGROUND: url(images/fdd.gif) no-repeat left center;
    COLOR: #fff;
    PADDING-BOTTOM: 0px;
    PADDING-TOP: 0px;
    PADDING-LEFT: 12px;
    PADDING-RIGHT: 30px;
}
.footbg{width:100%;height:174px;background:url(images/footbg.jpg) center 0 no-repeat #282c34;border-top:1px solid #353c4a}
.foot{width:100%;padding-top:0px;margin:0 auto;}
.foot_left{ position:relative}
.foot_left p a{ color:#fff; padding-left:5px; padding-right:5px;font-size:14px}
.foot_left p{font-size:14px}
.copyright{ bottom:0; color:#b3c9db; margin-top:20px}
.copyright p a{color:#b3c9db; font-size:14px}
.foot_left{width:500px; float:left; color:#fff;}
.foot_center {width:300px; float:left;
BACKGROUND: url(images/linebottom.jpg) no-repeat 0px 6px;
COLOR: #000;
padding-left:35px
}
.foot_center li a{ color: #000;
line-height: 30px;}
.foot_center li{ color:#fff; font-size:14px}

/* product */
.product{width:100%;}
.product li{width:33.3%;float:left;height:268px;background:url(images/probg.jpg) center 0 no-repeat;text-align:center;font:12px/40px "微软雅黑";padding-top:13px}
.product li img{display:block;margin:0 auto 10px}
.product li a{color:#666}
/* pages */
.pages{width:100%;height:28px; margin:14px 0; clear:both;}
.pages ul{float:right; margin:0 15px 0 0; display:inline;}
.pages ul li{float:left; display:inline; margin:0 7px 0 0; font:500 14px/28px 宋体;color:#333;width:26px;height:26px;border:1px solid #8991a6;background:url(images/btnbg.jpg) 0 0 repeat-x; text-align:center;}
.pages ul li a{color:#333; display:block;width:26px;height:26px;}
.pages ul li.prev{width:64px;height:26px;background:url(images/prev_page.jpg) -1px -1px no-repeat;text-indent:13px;text-align:left;}
.pages ul li.prev a,.pages ul li.next a{display:block;width:64px;height:26px;}
.pages ul li.ok a{display:block;width:55px;height:28px;}
.pages ul li.next{width:64px;height:26px;background:url(images/next_page.jpg) -1px -1px no-repeat;text-indent:6px;text-align:left;}
.pages ul li.clickli{font-weight:bold;}
.pages ul li.dot{border:0; background:none;color:#333;}
.pages ul li.allpage{width:136px;border:0;background:none;}
.allpage input{width:26px;height:26px;border:1px solid #8991a6;text-align:center;background:url(images/btnbg.jpg) 0 0 repeat-x; margin:0 5px;color:#333;font:14px/26px 宋体;}
.pages ul li.ok{background:url(images/okbg.jpg) no-repeat 0 0;width:55px;height:28px;border:0; float:left;}
.pages ul li.ok a{color:#bcc3d0;}
/* news */
.news10{width:100%;}
.news10 li{width:100%;height:48px;border-bottom:1px dashed #cccdcd;background:url(images/icons1.jpg) 10px center no-repeat;text-indent:21px;color:#666;font:14px/48px "微软雅黑"}
.news10 li a{color:#666;float:left;}
.news10 li span{float:right}
.news10 li a:hover{color:#333}
.news10 li.margin{margin-bottom:20px}
/* caseul */
.caseul{width:100%;}
.caseul li{width:100%;height:188px;padding-top:10px;}
.picbox{float:left;background:url(images/casebg.jpg) 0 0 no-repeat;width:147px;height:160px;padding:10px 9px;}
.casetitle{float:left;display:block;width:528px;margin-left:8px;font:600 12px/32px "微软雅黑";color:#333;height:32px;overflow:hidden;margin-top:8px}
.caseul li div{width:528px;float:left;font:12px/26px "微软雅黑";color:#666;padding-left:8px;height:130px;overflow:hidden}
/* book*/
.bookmain{width:650px; margin:10px auto; height:auto;background:#fff;padding:0 25px;}
.bookline{width: 650px; height:34px;background-image: url(images/about_box_line.jpg); background-repeat:repeat-x; background-position: 0 0; float:left; margin-top:10px;}
.book3{ width:650px; margin:0 auto;}
.booktop{ width:650px; height:30px; float:left; background:url(images/bookico.png) no-repeat 10px 7px; margin-top:20px;}
.booktop_name{ width:470px; height:30px; float:left; color:rgb(30,54,1); padding-left:30px; line-height:30px; font-weight:bold;}
.booktop_time{ width:150px; height:30px; float:left; color:rgb(30,54,1); text-align:right; line-height:30px;}
.bookcontent{ width:628px; min-height:40px; height: auto!important; height:40px;float:left; border:1px solid #d6deef; background:url(images/bookcontentbg.jpg) repeat-x; background-color:#fff; padding:10px; color:rgb(30,54,1);}
.bookadmin{ width:650px; height:auto; float:left;}
.bookadmin_top{ width:650px; height:12px; float:left;}
.bookadmin_mid{ width:628px; min-height:30px; height: auto!important; height:30px; border-left:1px solid #d6deef; border-right:1px solid #d6deef; border-bottom:1px solid #d6deef; float:left; padding:10px; color:rgb(30,54,1);}
.messagecol{ color:rgb(30,54,1);}
.admincol{ color:rgb(30,54,1); font-weight:bold;}
.admintimecol{ color:rgb(30,54,1); float:right; *margin-top:-17px;}
.message{ width:600px; height:auto;float:left;padding-left:50px; color:rgb(30,54,1);}
.message li{ width:500px;height:40px; float:left; margin:0px; padding:0px;}
.message li input{ height:15px; line-height:15px; width:150px;}
.message li p.message_title{ width:100px; height:25px; float:left; text-align:right; font-size:12px;}
.message li p.message_content{ width:400px;float:left;}
.message li.contentb{ width:500px;height:150px; float:left;}
.message li.contentb textarea{ width:370px; height:120px;}
.message li.yzm{ width:500px;height:60px; float:left;}
.message li p.message_yzminput{ width:100px; float:left;}
.message li p.message_yzminput input{ width:70px;}
.message li p.message_yzmico{ width:100px; height:40px; float:left;}
.message li p.message_sub{ width:200px; height:40px; float:left; text-align:right;}
.tab2{background:#fff; width:100%; margin-top:5px; border:1px solid #e1e0e1;}
.blank{width:100%; height:20px; margin-bottom:5px;}
.c_red{color:red;margin-left:4px;position:relative;z-index:9;}
/* view */
.rightcon h1{width:100%;text-align:center;font:18px/30px '宋体';color:#333;}
.datetitme{width:100%;text-align:center;height:40px;font:12px/14px '';color:#999;background:url(images/border4.jpg) 0 bottom repeat-x;margin-bottom:10px;}
.back2{display:block;width:100px;height:30px;margin:10px auto;color:#2a2e37;}
.page{width:100%;height:50px;text-indent:29px;background:url(images/border4.jpg) 0 bottom repeat-x;font:12px/48px '宋体';color:#333;}
.page a{color:#ff7301;}

/* subpage */

.left{float:left;width:245px;}
.lefttitle{background:url(images/lefttitle.jpg) 0 0 no-repeat;width:240px;height:64px;text-align:center;font:24px/64px 'Microsoft YaHei';color:#fff}
.leftnav{width:245px;background:url(images/leftbg.jpg) 0 0 repeat-y;padding:5px 0}
.leftnav li a{width:245px;height:53px;background:url(images/border4.jpg) 1px bottom no-repeat;display:block;font:14px/53px "微软雅黑";color:#50545e;text-indent:72px}
.leftnav li a:hover{width:245px;height:53px;background:url(images/lefthover.jpg) 1px bottom no-repeat;display:block;font:14px/53px "微软雅黑";color:#fff;text-indent:72px}
.leftbottom{background:url(images/leftbottom.jpg) 0 0 no-repeat;width:240px;height:12px;margin-bottom:18px}
.leftnav li li a{background:url(images/icons1.jpg) 70px center no-repeat;text-indent:79px;font-size:12px}
.leftnav li li a:hover{background:url(images/icons1.jpg) 70px center no-repeat;text-indent:79px;color:#50545e;font-size:12px}
.leftnav li ul{width:100%;background:url(images/border4.jpg) 1px bottom no-repeat;}
.leftcontact{width:230px;background:#f6f5f5;border:1px solid #d2d2d3;margin:0 0 16px 0px;text-align:center;}
.leftcontact li{ line-height:30px; text-align:left; font-size:13px}
.leftcontact ul{ padding:10px}
.leftcontact a{font:24px/46px 'Microsoft YaHei';color:#3e4d68;}
.leftcontact div{width:150px;margin:0 auto;font:12px/24px "微软雅黑";color:#666;text-align:left}
.leftcontact img{display:block;width:145px;margin:0 auto;}


.right{float:left;width:722px;padding-left:12px}
.righttitle{width:100%;height:41px;background:url(images/border3.jpg) 0 bottom no-repeat;}
.title-name{float:left;font:24px/40px 'Microsoft YaHei';color:#2e3e67;padding-left:4px}
.righttitle p{float:right;font:12px/40px "微软雅黑";color:#333;padding-right:6px}
.righttitle p a{color:#333}
.rightcon{width:100%;padding:10px 0;font:14px/30px "微软雅黑";color:#666}




.box2{margin:0 auto;width:1140px;background:url(images/box2.gif) left top repeat-y;background: #fff;
background-size: 100% 25px;}
.box2 .left{width:235px;float:left;}
.left1{}
.left1_1{background: #184e96; width: 230px; height: 54px; text-align: center; font: 20px/54px 'Microsoft YaHei'; color: #fff; border:1px solid #1d62b0}
.left1_1 h3{font: 18px/54px 'Microsoft YaHei'; color: #fff;}
.left1_1 span{display:none;}
.left1 ul{width: 220px; border:1px solid #d2d2d3; border-top:none; padding-bottom:15px; padding:5px}
.left1 ul li a{  width: 220px;  height: 35px; border-bottom:1px solid #e8e8e8;display: block;  font: 14px/35px "微软雅黑";  color: #333; text-indent:20px}
.left1 ul li a:hover,.left1 ul li a.on{ height: 35px;  background: #f2f2f2;  display: block;  font: 14px/35px "微软雅黑";  color: #333; text-decoration:none}


.left1_b{ width: 230px;  height: 12px;  margin-bottom: 18px;}


.box2 .right{width:880px;float:right;}
.title20{width:100%;height:41px;background:url(images/barlinkx.gif) no-repeat left bottom;}
.title20 h5{float:left;font:18px/40px 'Microsoft YaHei';color:#333;padding-left:4px}
.title20 span{display:none;}
.mianbao{float:right;font:14px/40px "微软雅黑";color:#333;padding-right:6px}
.mianbao a{color:#333}
.title21{margin:30px 0 10px;text-align:center;font-weight:bold;font-size: 22px;}

/**内页**/
.con{width:1140px; margin:0 auto}
#pro_baseinfo li strong{ font-size:14px}
.slides{ width:100%; overflow-x:hidden}
