

@charset "utf-8";
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea,p {margin:0; padding:0;font-style: normal;font-weight:normal;font-size:13px;}
ol, ul ,li{list-style: none;}
img {border: 0; vertical-align:top;max-width: 100%;  }
body{
    font:12px/22px  "PingFang SC","Microsoft YaHei",Roboto; color: #333; background: #fff;}
a{text-decoration:none; color: #5b5b5b;} 
a:hover{
    color: #006eb4;
}

.clear{clear:both;height:0; line-height:0; font-size:0;display:block; overflow:hidden}
.clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;font-size:0}
.clearfix {zoom:1}
.fl{float:left; display: inline;}
.fr{float:right; display: inline;}
input:focus{
    outline: 0 none;
}
/*common*/
 
body{
    background:#F4F7FA; 
}
.container{
    background: #f4f9fb;  
}
.pd0{
    padding: 0!important;
}

.header{
    width: 100%;
    height: 96px; 
    background: url(/images/header_bg.png) #157ebe repeat-x 0 0;
    margin-bottom: 13px;
    position: relative;
    z-index: 999;
}
.header .header_logo{
    margin: 20px 0 0 5%;
}
.header .header_logo a{
    display: block;
    width: 208px;
    height:60px;
    background: url(/images/logo.png) no-repeat 0 0;
    line-height: 300px;
    overflow: hidden;
}
.en.header .header_logo a{
    background: url(/images/logoen.png) no-repeat 0 0;

    width: 230px;
}
.header .m_menu{
    display: none;
}
.header_fixed{
    position: fixed!important;
    top: 0;
    left: 50%; 
    margin-left: -50%;
    border-radius: 0;
    display: none;
    height: 76px;
    _position: absolute;
    _top: expression(offsetParent.scrollTop);
}
html{
    _background: url(/about:black) no-repeat fixed;
}
.header_fixed .header_logo {
    margin: 10px 0 0 5%;
}
.header_fixed .nav {
    padding-top: 30px!important;
}
.m_header_fixed{
    position: fixed!important;
    top: 0;
    left: 0;
    margin-left: 0;
}

.header .nav {
    margin: 0 0 0 112px;
    padding-top: 50px;
    display: inline;
    position: relative;
    z-index: 999;
    float: right;
}
.header .nav li{
    float: left;
    margin-left: 0px;
    display: inline;
    position: relative;
    z-index: 100;
    height: 46px;
	width:100px;
	text-align:center;
}
.en.header .nav { margin: 0 0 0 129px; }
    .en.header .nav li { margin-left: 23px; width:auto; }
.header .nav .sub_nav{
    position: absolute;
    left: -35px;
    top: 47px;
    z-index: 3;
    background:#0678ba;
    display: none;
    width: 160px;
}

.en.header .nav .sub_nav{
    display:none !important;
    left: -20px;
}
.header .nav .sub_nav a{
    display: block;
    width: 150px;
    text-align: center;
    padding: 5px 5px;
    font-size: 13px;
}
.header .nav .sub_nav a:hover{
    background: #2e99db
}
.header .nav .lang_box{
    color: #fff;
    position: absolute;
    margin-right: 20px;
    top: 8px;
    right:0;  
}
.en.header .nav .lang_box{ 
    right: -34px; 
    _right:50px;
}
.header_fixed .nav .lang_box{
    top: 1px;
}
.header .nav .lang_box a{
    color: #fff;
    padding-left: 10px;
}
/*
.header .nav .lang_box .c_lang{
    background: url(/images/c_icon.png) no-repeat 0 center;
}
.header .nav .lang_box .e_lang{
    background: url(/images/e_icon.png) no-repeat 0 center;
}*/
.header .nav li a{
    font-size: 16px;
    color: #fff;
    padding-bottom: 4px;
}
.en.header .nav li a:hover{
 border-bottom: 2px solid #b5d7ea;
}
.header .nav li .on{
    border-bottom: 2px solid #b5d7ea;
}
.header .nav .sub_nav a.on{border:0;}
.footer{
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #328ac3;
    color: #ab7c40;
}
.footer p{
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.footer p em{
    font-style: normal;
}

.banner{
    width: 100% !important;
    /*height: 396px;*/
    margin: 0 auto 30px; 
    position: relative;
    z-index: 0;
	text-align: center;
}
.banner  img{
    width: auto !important;
	max-height: 430px !important;
	max-width: 100%;
}
.banner .hd{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.banner .hd li{
    float: left;
    background: #8f929a;
    height: 5px;
    width: 24px;
    margin-right: 5px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
}
.banner .hd li.on{
    background: #fff;
}
.banner .slideBox{  overflow:hidden; position:relative; height: 396px;width: 100%;   } 
.banner .slideBox .bd{ position:relative; height:100%; z-index:0;   } 
.banner .slideBox .bd li{
    height: 396px;width: 100%; 
}
.pic_modal ul{
    margin-right: -37px;
}
.pic_modal {
    border-bottom: 1px solid #ccc;
}
.pic_modal li{
    float: left;
    text-align: center;
    margin-right: 37px;
    display: inline;
    border: 0 none!important;
    font-size: 14px;
}
.pic_modal li img{
    margin-bottom: 10px;
    border: 1px solid #999;
    display: block;
    width: 308px;
    height: 206px;
}
.page_modal{
    text-align: center;
    padding-top: 20px;
}
.page_modal .page_inner{
    display: inline-block;
    overflow: hidden;
    *zoom:1;
}
.page_modal .page_inner a{
    color: #999;
    
    padding: 4px 12px;
    border-radius: 5px;
}
.page_modal .page_inner .on{
    background: #f2f2f2;
    color: #8b6f6e;
}
.page_modal .page_inner .next_btn{
    background: #2684c4;
    color: #fff;
}


/*index*/
.index_main {
    width: 1008px;
    margin: 0 auto 36px;
}
.index_main .top_main {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d8ecfa;
}
.index_main .hd{
    font-size: 24px;
    margin-bottom: 14px;
}
.index_main .about_box,.index_main .hr_box{
    width: 320px;
}
.index_main .about_box .img, .index_main .hr_box .img, .index_main .in_box .img{
    padding: 5px;
    box-shadow: 0 2px 2px #ddd;
    margin-bottom: 16px;
    border: 1px solid #eaecee;
}
.index_main .about_box .txt,.index_main .hr_box .txt, .index_main .in_box .txt{
    width: 294px;
    border-left: 5px solid #76d1f7;
    padding-left: 10px;
    color: #808080;
}
.index_main .about_box .txt:hover,.index_main .hr_box .txt:hover, .index_main .in_box .txt:hover{ 
    color: #222;
}
.index_main .product_box{
    width: 660px;
}
.index_main .product_box ul{
    margin-right: -30px;
    padding-top: 6px;
}
.index_main .product_box li{
    float: left;
    width: 149px;
    margin-right: 23px;
    display: inline;
}
.index_main .product_box li .img{
    border: 3px solid #d6efff;
    position: relative;
    width: 142px;
    height: 102px;
    margin-bottom: 11px;
	overflow:hidden;
}
.index_main .product_box li .img:hover{
    border: 3px solid #9bd8fe; 
}
.index_main .product_box li .txt{
    width: 149px;  
    overflow: hidden;
    color: #808080; 
}
.index_main .product_box li .txt:hover{
    color: #222;
}
.index_main .product_box li .bg {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 142px;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=40);
    z-index: 1;
}
 
.index_main .product_box li .text {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 132px;
    padding: 5px 3px 0 3px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
    z-index: 2;
    color: #fff;
    font-size: 13px;
}

.index_main .hr_box{
    margin-right: 23px;
}
.index_main .hr_box .txt{
    border-left-color: #c0e9bd;
}
.index_main .in_box .txt{
    border-left-color: #fabbab;
}
.index_main .in_box p{
    font-size: 18px;
    color: #42a73b;
}
    .index_main .in_box .red { color: #c91138 }    
.index_main .in_box .p1{
    margin-bottom: 15px;
}
.index_main .in_box span{
    margin-right: 15px;
}
.index_main .in_box .p1 .arr{
    background: url(/images/index_arrb.png) no-repeat right center;
    padding-right: 15px;
}
.index_main .in_box .red .arr{ background: url(/images/in_up.png) no-repeat right center; }
.index_main .in_box .p2{
    color: #787879;
    font-size:16px;
}
.index_main .news_box{
    width: 320px;
}
.index_main .news_box a{
    display: block;
    overflow: hidden;
    *zoom:1;
}
.index_main .news_box .bd{
    overflow: hidden;
    *zoom:1;
}
.index_main .news_box ul{
    margin-top: -23px;
}
.index_main .news_box li{
    padding-top: 26px;
    margin-bottom: 22px;
    border-top: 1px solid #cdcdcd;
}
.index_main .news_box li img{
    margin-right: 5px;
    max-width: 120px;
    max-height: 86px;
    *width: 120px;
    *height: 86px;
}
.index_main .news_box li .txt{
    width: 184px;
	padding-left:10px;
}
.index_main .news_box li .text{
    font-size: 14px;
    margin-bottom: 3px;
    height: 62px;
    overflow: hidden;
}


/*about_page*/
.other_banner{
    width: 1005px;
    /*height: 275px;*/
}
.other_banner{
    margin-bottom: 10px;
    margin-top: 116px !important;
}
.crumb_box{
    width: 1005px;
    margin: 0 auto 10px;
    text-align: right;
    color: #006eb4;
    font-family: "微软雅黑";
	font-size:13px;
}
.crumb_box a, .crumb_box .crumb_inner{
    color: #006eb4;
    font-family: "微软雅黑";
	font-size:13px;
}
.crumb_box span{
    color: #8c8c90;
}
.o_main_box{
    width: 1005px;
    margin: 0 auto;
}
.o_main_box .side_nav{
    width: 212px;
}
.o_main_box .side_nav_inner{
    background: #fff;
    padding-top: 3px;
}
.o_main_box .side_nav .t_box{
    width: 171px;
    height: 62px;
    margin: 0 auto;
    background: url(/images/arr_r.png) #f3f8fb no-repeat 15px 30px;
    padding: 25px 0 0 35px;
}
.o_main_box .side_nav .t_box strong{
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}
.o_main_box .side_nav .t_box span{
    font-size: 14px;
}
.o_main_box .side_nav .b_box{
    width: 186px;
    margin: 0 auto;
    padding: 20px 0;
}
.o_main_box .side_nav .b_box dt{
    border-bottom: 1px solid #e7f1f7;
    padding: 10px 0;
    overflow: hidden;
    *zoom:1;
}
.o_main_box .side_nav .b_box dd{
    display: none;
}
.o_main_box .side_nav .b_box .item{
    border-bottom: 1px solid #e7f1f7;
    padding: 10px 0;
    padding-left: 20px;
	font-weight:bold;
}
.o_main_box .side_nav .b_box .item a:hover{
    color: #006eb4;
}
.o_main_box .side_nav .b_box .on dt strong, .o_main_box .side_nav .b_box .on .current,.o_main_box .side_nav .b_box dt a:hover strong{
    color: #006eb4;
}

.o_main_box .side_nav .b_box dt strong{
    font-size: 12px; 
}
.o_main_box .side_nav .b_box dt i{
    font-style: normal;
    font-weight: bold;
    color: #006eb6;
    float: left;
    width: 12px;
    height: 13px;
    text-align: center;
    cursor: pointer;
    background: url(/images/su_bg.png) no-repeat center center;
    margin-top: 4px;
}
.o_main_box .side_nav .b_box dt a{
    float: left;
	width:164px;
	padding-left:10px;
}
.o_main_box .side_nav .b_box .jia_bg{
    background: url(/images/jia_bg.png) no-repeat center center;
}
.o_main_box .side_nav .b_box .jian_bg{
    background: url(/images/jian_bg.png) no-repeat center center;
}
.o_main_box .content_box{
    width: 676px;
    background: #fff;
    padding: 30px 42px 50px 48px;
    _overflow:hidden;
}
.o_main_box .content_box .hd{
    color: #006eb4;
    font-size: 26px;
    border-bottom: 2px solid #b6cee8;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.o_main_box .content_box .item_box {
    border-bottom: 1px solid #b6cee8;
    margin-bottom: 20px;
	padding:0 0 20px 0;
}
.o_main_box .content_box .item_box dt{
    margin-bottom: 12px;
}
.o_main_box .content_box .item_box dt a{
    font-size: 18px;
    color: #2585c2;
    font-weight: bold;

}
.o_main_box .content_box .item_box dd p{
    margin-bottom: 20px;
}
.o_main_box .content_box .item_box .img{
    margin-right: 17px;
}
.o_main_box .content_box .item_box .txt{
    width: 338px;
}
.o_main_box .content_box .item_box .p1{
    font-size: 18px;
    color: #000;
}
.o_main_box .content_box .item_box .p2{
    font-size: 16px;
    color: #333;
}
.o_main_box .content_box .item_box .p3{
    padding-top: 20px;
}
.o_main_box .content_box .item_box .p3 a{
    color: #2585c2;
    font-size: 14px;
}
.o_main_box .content_box .intro_box{
    margin-bottom: 8px;
}



/*hr_page*/
.o_main_box .f_box{
    margin-top: 20px;
    background: #1289d4;
    border-radius: 6px;
    padding: 17px;
    color: #fff;
    margin-bottom: 20px;
}
.o_main_box .f_box .p1{
    border-bottom: 1px solid #46a3dd;
    padding-bottom: 6px;
    font-size: 18px;
    margin-bottom: 6px;
}
.o_main_box .f_box .p2{
    background: url(/images/email_icon.png) no-repeat 0 center/18px;
    padding-left: 25px;
    line-height: 30px;
}
.o_main_box .f_box .p3{
    background: url(/images/phone_icon.png) no-repeat 0 center/18px;
    padding-left: 25px;
    line-height: 30px;
}
.hr_page .o_main_box .content_box .hd{
    margin-bottom: 15px;
}
.hr_page .shzp .select_box{
    margin-bottom: 10px;
}
.hr_page .shzp .select_box .h{
    background: #9ba6b4;
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    text-indent: 10px;
}
.hr_page .shzp .select_box .b{
    background: #eaf0f9;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    overflow: hidden;
    *zoom:1;
}
.hr_page .shzp .select_box .b a{
    color: #006eb4;
    float: left;
    padding: 2px 15px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.hr_page .shzp .select_box .b .on,.hr_page .shzp .select_box .b a:hover{
    color: #fff;
    background: #2585c2;
    border-radius: 5px;
}
.hr_page .zw_list li{
    border-bottom: 1px dashed #85add8;
    background: url(/images/circle_bg.png) no-repeat 0 9px;
    padding-left: 12px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.hr_page .zw_list li .tit{
    font-size: 14px;
    color: #000;
}
.hr_page .zw_list li .txt{
    color: #bbbdbf;
}
.hr_page .zw_list li a:hover .tit{
    color: #1178b9;
}
.page_box{
    text-align: right;
}
.page_box a:hover{
    color: #1178b9;
}
.page_box .page_inner span, .page_box .page_inner a{
    margin-right: 10px;
}


/*hr_detail_page*/
.hr_detail_page .shzp_detail .t_box{
    border-bottom: 1px solid #b6cee8;
    margin-bottom: 20px;
}
.hr_detail_page .shzp_detail .h{
    font-size: 16px;
    color: #2585c2;
    margin-bottom: 20px;
}
.hr_detail_page .shzp_detail .b ul{
    width: 600px;
}
.hr_detail_page .shzp_detail .b li{
    font-size: 14px;
    color: #000;
    float: left;
    width: 300px;
    margin-bottom: 10px;
    font-weight: bold;
}

.hr_detail_page .shzp_detail .b {
    position: relative;
    margin-bottom: 20px;
}
.hr_detail_page .shzp_detail .b .down_btn{
    position: absolute;
    right: 0;
    top: 25px;
    width: 177px;
    height: 42px;
    line-height: 999px;
    overflow: hidden;
    background: url(/images/download_btn.png) no-repeat 0 0;
}
.hr_detail_page .shzp_detail .b p{
    font-size: 14px;
    font-weight: bold;
}


/*in_page*/
.in_page .investment {
    margin-top: -20px;
}
.link_btn{
    margin:25px 0 15px 0;
}
.link_btn a{
    float: left;
    width: 160px;
    height:15px;
    text-align: center;
    line-height: 15px;
	padding:15px 0;
    background: #d2dff1;
    color: #363636;
    font-size:14px;
    margin-right: 1px;
    display: inline;
}
.link_btn .on,.link_btn a:hover{
    background: #2585c2;
    color: #fff;
}
.in_page .investment .download_link{
    color: #6a9ed1;
    margin: 25px 0;
}
.in_page .investment .download_link a{
    color: #006eb4;
    text-decoration: underline;
    font-weight: bold;
}
.in_page .investment_list {
    margin-bottom: 20px;
}
.in_page .investment_list li {
    margin-bottom: 10px;
}
.in_page .investment_list li a{
    display: block;
    overflow: hidden;
    *zoom:1;
    border-left: 2px solid #98b5d7;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 30px;
    font-size: 12px;
    color: #adadb2;
    background: url(/images/book_icon.png) #f4f4f4 no-repeat 8px center;
}
.in_page .investment_list li a:hover{
    background: url(/images/book_icon.png) #d2dff1 no-repeat 8px center;
}
.in_page .investment_list li a .tit{
    font-weight: bold;
    color: #000;
    font-size: 14px;
}



/*contact_page*/
.o_main_box .content_box  .contact_inner .hd{
    margin-bottom: 20px;
}
.contact_inner .bd{
    margin-bottom: 30px;
}
.contact_inner .bd .p1{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact_inner .bd .p2{
    font-size: 14px;
    line-height: 34px;
}


/*product_page*/
.o_main_box .product_inner table tr span{ font-family:微软雅黑 !important}

.product_page .o_main_box .content_box{
    padding: 0;
    width: 766px;
}
.product_page .o_main_box .product_inner{
    width: 676px;
    padding: 30px 42px 50px 48px;
}
.product_page .o_main_box .product_inner li{
    overflow: hidden;
    *zoom:1;
    width: 326px;
    float: left;
    margin: 0 10px 44px 0;
}
.product_page .product_inner li img{
    border: 3px solid #d6efff;
	width:142px;
	overflow:hidden;
}
.product_page .product_inner li .txt_box{
    width: 160px;
    margin-left: 9px;
}
.product_page .product_inner li .txt_box .tit{
    font-size: 16px;
    color: #2585c2; 
}
.en.product_page .product_inner li .txt_box .tit{
    font-size: 14px;
}
.product_page .product_inner li .txt_box .txt{
    color: #8c8c90;
    font-size: 12px;
    margin-bottom: 10px;
    height: 51px;
    overflow: hidden;
	line-height:18px;
}
.product_page .product_inner li .more_btn{
    width: 88px;
    height: 26px;
    display: block; 
    overflow: hidden;
    background:#0276b9;
	text-align:center;
	line-height:25px;
	font-size:14px;
	color:#fff;
	border-radius:20px;
}

.product_inner img{max-width:676px;}

.product_page .product_inner li .more_btn:hover{
    background:#1790d6;
	}

.product_page .product_inner .picScroll{
    position: relative;
}
.product_page .product_inner .picScroll li{
    width: 280px!important;
}
.product_page .product_inner .picScroll li a{
    display: block;
    width: 264px;
}
.product_page .product_inner .picScroll li a span{
    padding: 6px;
    border: 1px solid #f0f0f0;
    display: block;
    width: 264px;
    margin-bottom: 5px;
}
.product_page .product_inner .picScroll li a strong{
    font-size: 14px;
    font-weight: normal;
padding-left:5px;
display:block;
text-align:center;
}
.product_page .product_inner .picScroll img{
    border: 0 none;
	width:264px;
}
.product_page .product_inner .picScroll .prev,.product_page .product_inner .picScroll .next{
    width: 34px;
    height: 160px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.product_page .product_inner .picScroll .prev{
    background: url(/images/arr-l.png)  no-repeat 0 0;
    left: 0;
}
.product_page .product_inner .picScroll .next{
    background: url(/images/arr-r.png)  no-repeat 0 0;
    right: 0;
}
.product_page .product_inner .picScroll .prevStop{
    background: url(/images/n-arr-l.png)  no-repeat 0 0;
}
.product_page .product_inner .picScroll .nextStop{
    background: url(/images/n-arr-r.png)  no-repeat 0 0;
}
.product_page .product_inner .picScroll .tempWrap{
    width: 583px!important;
    margin-left: 47px;
}
.product_page .product_inner .pic_item{
height:260px;
}
.product_page .product_inner .pic_item .h{
    font-size: 16px;
    color: #9fbde1;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.guaid_bg{
    width: 100%;
}


/*news_page*/
.news_page .news_inner .img{
    margin-right: 15px;
    width: 160px;
}
.news_page .news_inner .text_box{
    width: 500px;
}
.news_page .news_inner .text_box dt{
    font-size: 19px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.text_box a{color:#006eb4}

.news_page .news_inner .text_box .time{
    color: #bbb;
    margin-bottom: 5px;
}
.news_page .news_inner .text_box dd{
    color: #999;
}
.news_page .news_inner .text_box dd a{
    color:#86abd7;
}
.news_page .news_inner li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    *zoom:1;
}
.news_page .news_inner .hd .more_link{
    font-size: 14px;
    color:#86abd7;
    margin-top: 7px;
}
.news_page .news_inner .bd{
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.news_page .news_inner .hd{
    margin-bottom: 25px;
    overflow: hidden;
    *zoom:1;
    height: 30px;
    line-height: 30px;
}
.news_page .news_inner .hd strong{
    float: left;
}

.s_news_list{margin-top:40px;}
.s_news_list .img{
    margin-right: 15px;
}
.s_news_list .text_box{
    width: 500px;
}
.s_news_list .text_box dt{
    font-size: 18px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.s_news_list .text_box .time{
    color: #bbb;
    margin-bottom: 5px;
}
.s_news_list .text_box dd{
    color: #999;
}
.s_news_list .text_box dd a{
    color:#86abd7;
}
.s_news_list li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    *zoom:1;
}
.s_news_list .hd .more_link{
    font-size: 14px;
    color:#86abd7;
    margin-top: 7px;
}


/*fzlc*/
#timeline {
    width: 710px;
    height: 500px;
    padding-top: 20px;
    overflow: hidden;
    position: relative;
    background: url(/images/dot.jpg) 110px 0px repeat-y;
}
#dates {
    width: 130px;
    height: 500px;
    float: left;
    overflow: hidden;
}
#dates li {
    list-style: none;
    float: left;
    width: 120px;
    height: 100px;
    font-size: 20px;
    color: #e0e0e0;
    font-family: Helvetica, sans-serif;
    background: url(/images/big-dot.png) 107px 14px no-repeat;
}
#dates .selected {
    font-size: 20px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    background: url(/images/select-dot.png) 0px 3px no-repeat;
}
#dates a {
    display: block;
    width: 120px;
    height: 70px;
    text-indent: 20px;
    line-height: 38px;
}
#issues {
    width: 560px;
    float: right;
    height: 250px;
    padding-top: 100px;
    overflow: hidden;
}
#issues li {
    width: 560px;
    height: 250px;
    float: left;
}
.scroll {
    width: 560px;
    height: 250px;
    clear: both;
    position: relative;
}
.scroll .scrollbar {
    position: relative;
    float: right;
    width: 4px;
}
.scroll .viewport {
    width: 550px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.scroll .track {
    background: #ddd;
    height: 100%;
    width: 4px;
    position: relative;
    padding: 0 1px;
}
.scroll .thumb {
    height: 20px;
    width: 4px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.scroll .thumb .end {
    overflow: hidden;
    height: 5px;
    width: 4px;
}
.scroll .thumb .end, .scroll .thumb {
    background-color: #c9242b;
}
.scroll .overview {
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
}
#issues li p {
    display: block;
    line-height: 22px;
    clear: both;
    border-bottom: 1px dashed #d3dfef;
    font-size: 14px;
    padding: 5px 0;
}
.blue {
    color: #4f91cb;
}
#grad_left, #grad_right {
    width: 720px;
    height: 100px;
    position: absolute;
    right: 0;
    overflow: hidden;
}
#grad_left {
    top: 0px;
    left: auto;
    right: 0px;
    height: 120px;
    width: 560px;
    background: url(/images/grad_bottom.png) 0px 0px repeat-x;
}
#grad_right {
    bottom: 0px;
    left: auto;
    right: 0px;
    height: 150px;
    width: 560px;
    background: url(/images/grad_bottom.png) repeat-x;
}
#next {
    top: 0px;
}
#next, #prev {
    position: absolute;
    display: block;
    left: 92px;
    width: 38px;
    height: 22px;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 999;
}
#prev {
    bottom: 0;
}
.cls {
    clear: both;
}



/*zp*/
.shzp_zp .h{
    font-size: 16px;
    color: #2684c1;
    padding: 10px 0 20px;
}
.shzp_zp .b{
    border: 8px solid #2585c2;
    padding: 30px 50px;
}
.shzp_zp .item_hd{
    border-bottom: 2px solid #5988b6;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.shzp_zp .item_hd .tit{
    font-size: 14px;
    color: #22498e;
}
.shzp_zp .item_bd .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.shzp_zp .item_bd .item .t{
    font-size: 14px;
    color: #0d3f86;
    margin-bottom: 10px;
}
.shzp_zp .item_bd .item ul{
    margin-right: -67px;
}
.shzp_zp .item_bd .item li{
    width: 226px;
    float: left;
    margin-right: 67px;
    display: inline;
    margin-bottom: 10px;
}
.shzp_zp .item_bd .item li i{
    font-style: normal;
    color: #fe3c56;
}
.shzp_zp .item_bd .item li .text_input{
    width: 150px;
    height: 20px;
    border: 1px solid #d6d6d6;
}

    .shzp_zp .item_bd .item li span { position: relative }
        .shzp_zp .item_bd .item li span.resume {  }
            .shzp_zp .item_bd .item li span.resume input { width: 0px; margin: 0 0 0 14px; border: 0 }
    .shzp_zp .item_bd .item li label.error { position: absolute; right: 8px;color: red }

.shzp_zp .item_bd .item li .radio_input{
    vertical-align: -3px;
}
.radio_input_2{
    margin-left: 20px;
}
.shzp_zp .item_bd .item li select{
    width: 152px;
    height: 24px;
    border: 1px solid #d6d6d6;
}
.w100{
    width: 100%!important;
}
.shzp_zp .item_bd .item li textarea{
    width: 440px;
    height: 100px;
    border: 1px solid #d6d6d6;
}
.shzp_zp .item_bd .btn_box{
    text-align: center;
}
.shzp_zp .item_bd .submit_btn{
    background: #0161b8;
    color: #fff;
    width: 62px;
    height: 27px;
    border: 0 none;
    border: 1px solid #0161b8;
    margin-right: 10px;
    cursor: pointer;
}
.shzp_zp .item_bd .reset_btn{
    background: #f0f0f0;
    color: #666;
    width: 62px;
    height: 27px;
    border: 1px solid #ccc;
    cursor: pointer;
}

/*news_detail*/
.news_detail_box {
    padding: 20px 0;
}

.news_detail_box  li{list-style:disc;}
.news_detail_box .h{
    text-align: center;
    padding-bottom: 20px;
}
.news_detail_box .h .title{
    color : #006eb4;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
	line-height:35px;
}
.news_detail_box .h .time{
    color: #959595;
}
.news_detail_box .b p, .news_detail_box .b{
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 30px;
}
.news_detail_box .b p, .news_detail_box .b video{ width: 100%!important; }
.news_detail_box img{margin: 5px 0;}


/*plry*/
.Honor, .History-border {
    border: 1px #f3f3f3 solid;
    position: relative;
}
.Honor-tab {
    height: 44px;
    background-color: #007cb8;
    position: relative;
    width: 693px;
    margin: 10px 0 0 -10px;
}
.Honor .tab-conten {
    min-height: 300px;
    height: 100%;
    _height: 300px;
}
    .Honor .tab-conten li { display: none }
.Honor-tab span.ico1 {
    background: url(/images/shadow_l.png) no-repeat;
    left: -1px;
}
.Honor-tab span {
    position: absolute;
    width: 11px;
    height: 12px;
    overflow: hidden;
    background: url(/images/icobg.gif) no-repeat;
    top: 44px;
}
.Honor-tab .prev, .Honor-tab .next {
    width: 7px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    z-index: 30;
    background: url(/images/s_r.png) no-repeat 0 0;
    top: 18px;
    cursor: pointer;
}
.Honor-tab .prev {
    background: url(/images/s_l.png) no-repeat 0 0;
    left: 36px;
}
.Honor-year {
    width: 520px;
    margin: 0 auto;
    height: 44px;
    position: relative;
    overflow: hidden;
}
.Honor-tab .next {
    background: url(/images/s_r.png) no-repeat 0 0;
    right: 36px;
}
.Honor-tab span.ico2 {
    background: url(/images/shadow_r.png) no-repeat;
    right: -1px;
}
.Honor-year ul {
    width: 10000px;
    height: 44px;
    position: relative;
    left: 0;
    top: 0;
}
.Honor-year li {
    float: left;
    width: 74px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.Honor-year li:hover{

    background-color: #2f96d7;
}
.Honor-year li a {
    color: #fff;
    font-size: 18px;
}
.Honor-year li.current {
    background-color: #e2f2fc;
    color: #ea5432;
}
.Honor-year li.current a {
    color: #0168ab;
}
.zs_text{
    padding: 20px 50px 0px 50px;
    font-size: 14px;
}
.zs_text p{ 
    font-size: 14px;
    margin-bottom: 6px;
}
.zs_text img{
    margin-top: 40px;
}

.product_inner dl {
    margin-bottom: 15px;
}
.product_inner dl dt{
    font-size: 16px;
    color: #9fbde1;
    font-weight: bold;
    margin-bottom: 5px;
}
.product_inner dl dd .img_box{
    text-align: center;
    padding: 10px 0;
}
.cpjg_btn_box{
    text-align: right;
    padding: 20px 0;
}
.product_inner dl dd .cpjg_btn{
    display: inline-block;
    width: 194px;
    height: 39px;
    background: url(/images/jgxq_btn.png) no-repeat;
}
.en.product_inner dl dd .cpjg_btn{ 
    background: url(/images/jgxq_btnen.png) no-repeat;
}

.go_top_btn{ 
    position: fixed;
    left: 50%;
    margin-left: 600px;
    bottom: 20px;
    width: 46px;
    height: 46px;
    _position: absolute;
  display:none;
    _top: expression(offsetParent.scrollTop+500);
	
    background: url(/images/go_top.png) no-repeat;
    background-size: cover;
}

.product_inner table { border:0;width:100%;}
.product_inner table td{ border:1px solid #ccc !important;border-collapse:collapse;}

.upload, .upload-placeholder { display: inline; margin: 10px 0 0  }
    .upload .upload-placeholder object { vertical-align: bottom; }



.technology {}
.technology  .title { font-size: 16px; font-weight: bold; color: #006eb4; }
.technology .b { text-indent: 2em; }

.hide { display: none}

.upload { height: 20px; display: inline-block; *display: inline; vertical-align: bottom; }
.upload .upload-placeholder {  }
.upload .uploader { width: 64px; height: 20px; background: url('/application/upload/SWFUpload/images/upload-files-zh_CN.png') top; }
    .upload .uploader span { font-size: 0 }
    .upload .uploader input { height: 20px; width: 100% }



.o_main_box .side_nav .b_box .title { font-size: 16px; font-weight: bold; padding: 10px 0 10px 3px; }
.o_main_box .side_nav .b_box .children { padding-bottom: 10px; }



.toggle-box .toggle { cursor: pointer }

 
<!--0.00015711784362793-->