@charset "gb2312";
/* CSS Document */
/*切图：pz-xq*/
/*网站： 成都微深科技*/

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, 
/* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, 
/* list elements 列表元素 */ pre, 
/* text formatting elements 文本格式元素 */ form, fieldset, legend, button, input, textarea, 
/* form elements 表单元素 */ th, td /* table elements 表格元素 */ { margin: 0; padding: 0; }
/** 设置默认字体 **/
ul,ol,li{ list-style-type:none;}
body, button, input, select, textarea /* for ie */ {  font-family:"Microsoft YaHei"; font-size:12px; }
h1, h2, h3, h4, h5, h6 { font-size: 12px; text-rendering: auto;}
address, cite, dfn, em, var, i { font-style: normal; } /* 将斜体扶正 */
img{ max-width:100%;}
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
/** 重置列表元素 **/
li { line-height:normal; }
/** 重置文本格式元素 **/
a { text-decoration: none; color:#666666;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
a:hover { text-decoration:underline; outline:none; }
/** 重置表单元素 **/
label{ cursor:pointer;}
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 12px; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素
table { border-collapse: collapse; border-spacing: 0; }
 **/
/*去除箭头*/
textarea { resize: none; }
/* 清除浮动 */
.ks-clear:after, .clear:after { content: '\20'; display: block; height: 0; clear: both; }
.ks-clear, .clear { *zoom: 1;}
a:active, a:hover { color:#4072d1; text-decoration:none; }
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input { margin-bottom: 0;}
*,*:before,*:after {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}/*盒模型--区分所定宽度和border，padding的宽度*/
/*-------------------</END 重置>-----------------------*/



.pz_top{ float:left; width:100%;min-width:1200px;}
.pz_banner{ float:left; width:100%; min-width:1200px; overflow:hidden; position:relative;}
.pz_menu{ float:left; width:100%; min-width:1200px; /*position:fixed;*/ z-index:777; background:#fff;}
.pz_main{ float:left; width:100%; min-width:1200px;}
.pz_down{ float:left; width:100%; min-width:1200px;}
.w_0100{ float:left; width:100%;min-width:1200px;}
.w_1200{ margin:0 auto; width:1200px;}
.pc_show{ display:block;}
.phone_show{ display:none;}
.bg_1{ background:#f5f5f5;}
.bg_2{ background:url(imagesbg_heibai_02.png);}
.bg_3{ background:url(imagesbg_heibai_04.png);}
.bg_4{ background:#fafafa;}
.bg_5{ background:#141c24;}

@media screen and (max-width:1199px) {

.pz_top{  width:100%; min-width:100%;}
.pz_banner{ width:100%; min-width:100%;}
.pz_menu{  width:100%; min-width:100%;}
.pz_main{  width:100%; min-width:100%;}
.pz_down{  width:100%; min-width:100%;}
.pz_menu{width:100%;}
.w_1200{ margin:0 auto; width:100%; padding:0 20px;}
.w_0100{ float:left; width:100%;min-width:100%;}
.pz_right{ display:block;}

}

@media screen and (max-width:999px) {

.pz_top{  min-width:100%;}
.pz_banner{ min-width:100%; }
.pz_menu{  min-width:100%;}
.pz_main{  min-width:100%;}
.pz_down{  min-width:100%;}
.w_1200{ margin:0 auto; min-width:100%;width:100%;}
.pz_right{ display:none;}


}

@media screen and (max-width:767px) {


/*-------------------</END 重置>-----------------------*/
.pz_top{  min-width:100%; position:relative;}
.pz_banner{ min-width:100%; }
.pz_menu{  min-width:100%;}
.pz_main{  min-width:100%;}
.pz_down{  min-width:100%;}
.w_1200{ width:100%; padding:0 10px;}
.pc_show{ display:none;}
.phone_show{ display:block;}

}


@media screen and (max-width:480px) {

.w_1200{ width:100%; }

}

/*top*/
.c_1200_1{ float:left; width:1200px;}
.c_1200_1 span{ display:block; float:left; height:30px; line-height:30px; font-size:12px; color:#666666;}
.c_1200_1 font{ display:block; float:right; margin-top:4px;}
.c_1200_1 font a{ display:block; float:left; width:22px; height:22px; margin-left:10px; position:relative;}
.c_1200_1 font a .img_1_1{ display:block; float:left;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.c_1200_1 font a .img_1_2{ display:block; float:left; position:absolute; left:0; top:0;opacity:0;filter:alpha(opacity=00);
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.c_1200_1 font .a_1_1_first .img_1_2, 
.c_1200_1 font a:hover .img_1_2{opacity:1;filter:alpha(opacity=100);}
.c_1200_1 i{ display:block; float:right; height:20px; padding-left:30px; font-size:16px; color:#065397; font-weight:bold; font-family:'Arial'; background:url(imagestb_dh_03.png) no-repeat left center; margin-top:10px;}



@media screen and (max-width:1199px) {
    
.c_1200_1{ width:100%; }    
}

@media screen and (max-width:767px) {
    
.c_1200_1{ width:100%; height:40px; } 
.c_1200_1 span{ height:40px; line-height:40px;}   
}

@media screen and (max-width:480px) {
    
.c_1200_1{ width:100%; height:40px; } 
.c_1200_1 span{ height:40px; line-height:40px;} 
.c_1200_1 i{ padding-left:20px;}  
}


/*menu*/
.logo{ float:left; width:211px; margin-top:8px;}
.logo a{ display:block; float:left; line-height:0;}
.menu{ float:left;  height:76px; position:relative; z-index:99;}
.menu .ul_menu_1{ float:left; margin-left:70px; }
.menu .ul_menu_1 .nli{ float:left; padding:0 26px; position:relative}
.menu .ul_menu_1 .nli span a{ float:left; height:76px; color:#222222; font-size:14px; line-height:60px; text-align:center;}
.menu .ul_menu_1 .nli.on span  a,
.menu .ul_menu_1 .nli span  a:hover{ color:#065397; border-bottom:2px solid #065397; }


.menu .sub{ display:none; position:absolute; width:160px; left:50%; margin-left:-80px; top:76px;background:#f5f5f5;}
.menu .sub li{ float:left; width:100%;}
.menu .sub li a{ display:block; float:left; width:100%; padding:12px 0; text-align:center; font-size:14px; color:#222222;}
.menu .sub li a:hover{ color:#fff; background:#065397;}


.r_ss_menu{ float:right; text-align:right; margin-top:8px;}
.r_ss_menu .rx_menu{ clear:both; float:right; background:url(imagesdh_tb_10.png) no-repeat left center; height:26px; line-height:26px; padding-left:36px; font-size:16px; color:#065397; font-weight:bold; font-family:'Arial'; text-align:left; }
.r_ss_menu .ss_menu{clear:both;  width:230px; margin-top:9px; position:relative; float:right;}
.r_ss_menu .ss_menu .input_ss{ display:block; float:left; width:100%; border:1px solid #e0e0e0; padding-left:10px; font-size:14px; color:#c8c8c8; height:26px; line-height:24px;outline:none;
 -webkit-box-sizing: border-box;  
 -moz-box-sizing: border-box;  
 box-sizing: border-box;}
 .r_ss_menu .ss_menu .input_fdj{ display:block; width:14px; height:14px; position:absolute; right:7px; top:6px; border:none; cursor:pointer; background:url(imagestb_fdj_05.png) no-repeat center;outline:none;}
 
 @media screen and (max-width:1199px) {
     
.menu{ float:right; }
.menu .ul_menu_1{margin-left:0;}
.r_ss_menu{ display:none;}  
}

 @media screen and (max-width:999px) {
     
.menu .ul_menu_1 .nli{padding:0 16px;}
}

 @media screen and (max-width:767px) {
     
.logo{ padding-bottom:8px;}
}
 
 

/*手机导航*/
.phone_menu{ float:right; width:36px; height:30px; margin-top:23px;  position:relative;}
.phone_menu .menu_out{ position:absolute; width:33px; height:33px; left:1.5px; top:-1.5px; z-index:2;}

.pf_menu_bg{ position:fixed; width:100%; height:100%; margin-top:121px; background-color:rgba(0,0,0,0.78); z-index:805; }
.pf_menu{ position:absolute; width:100%; left:0; top:121px; background-color:#fff; z-index:810; border-top:1px solid #065397;}
.ph_menu{ float:left; width:100%; padding:20px 30px 29px 30px;}
.ph_menu .nli{ float:left; width:100%;
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .nli span{ float:left; width:100%; 
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}

.ph_menu .nli .l1_a{ float:left; width:100%;  color:#333333; font-size:16px; line-height:60px; border-bottom:1px solid #e6e6e6;position:relative;
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .nli .l1_a font{ display:block; position:absolute; height:60px; width:9px; background:url(images/dhjt_tb_21.png) no-repeat left center; right:24px; top:0;}
.ph_menu .nli .l1_a_sy{ float:left; width:100%;  color:#333333; font-size:16px; line-height:60px; border-bottom:1px solid #e6e6e6; position:relative;
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .nli .l1_a_sy font{display:block; position:absolute; height:60px; width:5px; background:url(images/dhjt_tb_07.png) no-repeat left center; right:22px; top:0;}
.ph_menu .nli.on{ 
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .nli.on span{ 
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .nli.on .l1_a{ color:#014c8a; font-weight:bold;  background-size:7px 11px;line-height:70px; border-bottom:none;}
.ph_menu .nli.on .l1_a font{height:70px;  background:url(images/dhjt_tb_12.png) no-repeat left center;}
.ph_menu .nli.on .l1_a_sy{color:#014c8a;border-bottom:1px solid #014c8a;}
.ph_menu .nli.on .l2_ul{ display:block;}
.ph_menu .l2_ul{ float:left; width:100%; padding:20px 0 21px 0; display:none; border-bottom:1px solid #014c8a; background:#f5f5f5;}
.ph_menu .l2_ul .l2{ float:left; width:100%; padding-left:30px;
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_menu .l2_ul .l2 .l2_a{ float:left; width:100%;  color:#333333; font-size:16px; line-height:48px; background:url(images/menu6.png) left center no-repeat;
box-sizing:border-box; 
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;
}
.ph_language{ float:left; width:95%; padding:18px 2.5%;}
.ph_language .alan{ float:left; width:33.33333333%; height:18px; text-align:center; color:#666666; font-size:16px; line-height:18px; text-transform:uppercase; background:url(images/menu7.jpg) right center no-repeat;}
.ph_language .alan:last-child{ background:0;}
.ph_language .alan.on,
.ph_language .alan:hover{ color:#0188e1;}
.ph_out_language{ float:left; width:100%; padding:21px 0; text-align:center; cursor:pointer;}


@media  screen and (max-width: 480px){
    
.ph_menu{padding:15px 15px 19px 15px;} 
.ph_menu .l2_ul{padding:10px 0 11px 0;}  
.ph_menu .l2_ul .l2{ padding-left:15px;} 
    
}



/*banner*/
.slide_banner{ float:left; width:100%; position:relative;}
.slide_banner .bd{ float:left;  overflow:hidden; width:100%; height:auto; position:relative; left:0; margin-left:0;}
.slide_banner .bd_fy{ float:left;  overflow:hidden; width:1920px; height:auto; position:relative; left:0; margin-left:0;}
.slide_banner .bd ul{ float:left;}
.slide_banner .bd li{ float:left; width:100%; line-height:0;}
.slide_banner .bd li img{ width:100%;}
.slide_banner .prevl{ position:absolute; width:30px; height:60px; left:0; top:50%; margin-top:-30px; z-index:2; background:url(imagesan_bannerzy_44.png) no-repeat; cursor:pointer;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;} 
.slide_banner .prevl:hover{ background:url(imagesan_bannerzy_46_1.png) no-repeat;}
.slide_banner .nextr{ position:absolute; width:30px; height:60px; right:0; top:50%; margin-top:-30px; z-index:2; background:url(imagesan_bannerzy_44_1.png) no-repeat; cursor:pointer;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.slide_banner .nextr:hover{ background:url(imagesan_bannerzy_46.png) no-repeat;}
.c_0100_2{ float:left; width:100%; height:50px; background:url(imagestb_news_03.png) no-repeat left center; padding-left:64px; }
.c_0100_2 a{font-size:14px; color:#000000; line-height:50px;}
.c_0100_2 a font{ color:#065397; margin-right:16px;}
.c_0100_2 a:hover{opacity:0.8;filter:alpha(opacity=80);}

.c_0100_2 .txtScroll-left{width:100%; float:left; height:50px;}
.c_0100_2 .txtScroll-left ul{float:left; width:100%;}
.c_0100_2 .txtScroll-left ul li{width:100%;float:left;height:50px;}
.c_0100_2 .txtScroll-left ul li a{width:100%;float:left;font-size:14px; color:#000000; line-height:50px;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_2 .txtScroll-left ul li a font{ color:#065397; margin-right:16px;}
.c_0100_2 .txtScroll-left ul li a:hover{opacity:0.8;filter:alpha(opacity=80);}


@media  screen and (max-width: 1199px){	
.slide_banner .bd{ width:100%; height:auto; left:0; margin-left:0;}
.slide_banner .bd_fy{ width:100%; height:auto; left:0; margin-left:0;}
.slide_banner .swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;
        display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box	
}
.slide_banner .swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:100%;
	position:relative
}
}

@media  screen and (max-width: 767px){	

.slide_banner .prevl,
.slide_banner .nextr{ display:none;}

}


@media  screen and (max-width: 480px){	

.c_0100_2{ float:left; width:100%; height:40px; background:url(imagestb_news_03.png) no-repeat left center; padding-left:40px; background-size:30px auto; }
.c_0100_2 a{ line-height:40px;}
.c_0100_2 a font{ margin-right:6px;}
}


/*main*/
.t_0100_bt{ float:left; width:100%;}
.t_0100_bt .t_bt_l{ float:left;}
.t_0100_bt .t_bt_l span{ display:block; float:left; font-size:23px; color:#333333;}
.t_0100_bt .t_bt_l font{ display:block; float:left; font-size:18px; color:#999999; margin-left:18px; padding-top:5px; font-family:'Arial';}
.t_0100_bt .r_bt_gd{ float:right;}
.t_0100_bt .r_bt_gd a{ display:block; float:left; height:20px; line-height:20px; padding-right:30px; font-size:14px; color:#333333; margin-top:7px; background:url(imagestb_gd_03.jpg) no-repeat right center;}
.t_0100_bt .r_bt_gd a:hover{opacity:0.8;filter:alpha(opacity=80);}
.c_0100_3{ float:left; width:100%; margin-top:35px;}
.c_0100_3 .l_0050_3{ float:left; width:50%; padding-right:4px;}
.c_0100_3 .l_0050_3 .l_0050_3_t{ float:left; width:100%; margin-top:20px;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul{ float:left; width:100%; border-top:1px dashed #c8c8c8;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li{ float:left; width:100%; border-bottom:1px dashed #c8c8c8;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a{ display:block; float:left; width:100%; height:42px; line-height:42px; background:url(imagestb_news_10.png) no-repeat 2px center; padding-left:20px; font-size:14px;color:#333333; }
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a font{ display:block; float:left; max-width:336px;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a span{ display:block; float:left; height:32px; line-height:32px; margin-left:10px;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a i{ display:block; float:right;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a:hover{ background:url(imagestb_news_13.png) no-repeat 2px center; color:#065397; }
.c_0100_3 .r_0050_3{float:left; width:50%; padding-left:36px;}
.c_0100_3 .r_0050_3 .r_0050_3_t{ float:left; width:100%; margin-top:18px;}


/* 焦点图效果 */
.picBtnTop{ width:100%;  position:relative;  overflow:hidden;  zoom:1; padding-right:152px;  }
.picBtnTop .hd{ width:152px;   position:absolute;top:0; right:0; border-right:1px solid #e6e6e6; z-index:4; }
.picBtnTop .hd ul{ margin-right:-1px; margin-top:-10px;}
.picBtnTop .hd ul li{ text-align:right; padding-right:12px; margin-top:10px; cursor:pointer;}
.picBtnTop .hd ul li img{  cursor:pointer; vertical-align:bottom; }
.picBtnTop .hd ul li.on{ border-right:2px solid #065397; padding-right:10px; }
.picBtnTop .bd{  position:relative; width:100%; height:266px;}
.picBtnTop .bd li{ position:relative; zoom:1; vertical-align:middle; width:100%;}
.picBtnTop .bd li .bg{ width:100%;height:30px; position:absolute; left:0; bottom:0; z-index:1; background:url(imagesbg_heibai_04.png); }
.picBtnTop .bd li .pic{ position:relative; z-index:0;  width:100%; height:266px; overflow:hidden;}
.picBtnTop .bd li .pic .pic_img{ display:block; float:left; position:absolute; left:50%; top:0; margin-left:-206px;  width:412px; min-width:412px; height:266px;}
.picBtnTop .bd li .pic a{ display:block; width:60px; height:60px; z-index:1; position:absolute; left:50%; top:50%; margin-left:-30px; margin-top:-30px;}
.picBtnTop .bd li .title{  height:30px; line-height:30px; left:0; bottom:0;   position:absolute; z-index:2;  }
.picBtnTop .bd li .title a{ color:#fff; padding-left:15px;  }

@media  screen and (max-width: 999px){	

.c_0100_3 .l_0050_3{ width:100%; padding-right:0;}
.c_0100_3 .r_0050_3{ width:100%; padding-left:0; margin-top:30px;}
.picBtnTop{ padding:0;}
.picBtnTop .hd{ width:100%;float:left; position:relative; border:none;}
.picBtnTop .hd ul{  margin-top:10px; margin-left:-3px; margin-right:-3px;}
.picBtnTop .hd ul li{ float:left; text-align:center; padding:0 3px; margin:0; width:20%; }
.picBtnTop .hd ul li img{ display:block; float:left; width:100%;}
.picBtnTop .hd ul li.on{ border:none; padding:0 3px;}
.picBtnTop .bd{ height:auto;}
.picBtnTop .bd li .pic{ height:auto;}
.picBtnTop .bd li .pic .pic_img{ width:100%; min-width:100%; position:relative; left:0; margin-left:0; height:auto;}

}

@media  screen and (max-width: 767px){	

.c_0100_3 .l_0050_3 .l_0050_3_t ul li a span{ display:none;}


}

@media  screen and (max-width: 480px){	

.t_0100_bt .t_bt_l span{ clear:both; }
.t_0100_bt .t_bt_l font{ clear:both; margin-left:0;}
.c_0100_3 .l_0050_3 .l_0050_3_t ul li a font{ max-width:60%;}

}

.c_0100_4{ float:left; width:100%;}
.c_0100_4 .t_0100_4{ float:left; width:100%; background:url(imagesbg_cpzx_14.jpg) repeat-x center; height:81px; margin-top:24px;}
.c_0100_4 .t_0100_4 span{ display:block; margin:0 auto; height:81px; width:200px; background:#fff; text-align:center;}
.c_0100_4 .t_0100_4 span font{ display:block; float:left; width:100%; font-size:24px; color:#333333; margin-top:13px;}
.c_0100_4 .t_0100_4 span i{ display:block; float:left; width:100%; font-size:18px; color:#999999; font-family:'Arial';}
.c_0100_4 .d_0100_4{ float:left; width:100%; margin-top:14px; text-align:center;  }
.c_0100_4 .d_0100_4 .hd{ height:40px; line-height:30px; text-align:center;  position:relative; }
.c_0100_4 .d_0100_4 .hd ul{ float:left; width:100%; text-align:center;  }
.c_0100_4 .d_0100_4 .hd ul li{ display:inline-block; margin:0 10px; /*width:220px;*/ padding:0 15px; line-height:38px; text-align:center; font-size:16px; color:#333333; height:40px; border:1px solid #eaeaea; cursor:pointer;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;  }
.c_0100_4 .d_0100_4 .hd ul li.on{  background:#065397; border:1px solid #065397; color:#fff;  }
.c_0100_4 .d_0100_4 .bd{ float:left; width:100%; margin-top:20px;}
.c_0100_4 .d_0100_4 .bd ul{ margin:0 -10px;}
.c_0100_4 .d_0100_4 .bd li{ float:left; width:25%; padding:0 10px; position:relative;}
.c_0100_4 .d_0100_4 .bd li img{ display:block; float:left; width:100%;}
.c_0100_4 .d_0100_4 .bd li .li_mb{  float:left; padding:0 10px; width:100%; height:100%; position:absolute; left:0; top:0;background:none;opacity:0;filter:alpha(opacity=00); z-index:2;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; }
.c_0100_4 .d_0100_4 .bd li .li_mb .li_mb_1{ float:left; width:100%; height:100%; border:2px solid #065397;}
.c_0100_4 .d_0100_4 .bd li .a_4{ display:block; text-align:left; width:250px; height:40px; padding-right:20px; position:absolute; left:35px; bottom:-20px; line-height:40px; padding-left:20px; font-size:15px; color:#333333; background:url(imagesbg_rjt_25.png) no-repeat 232px center #e6e6e6; z-index:4;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;
}
.c_0100_4 .d_0100_4 .bd li:hover .li_mb{opacity:1;filter:alpha(opacity=100);}
.c_0100_4 .d_0100_4 .bd li:hover .a_4{ background:url(imagesbg_rjt_28.png) no-repeat 232px center #065397; color:#fff;}

@media  screen and (max-width: 1199px){	 

.c_0100_4 .d_0100_4 .bd li .a_4{ width:86%; left:8%;  background:url(imagesbg_rjt_25.png) no-repeat 90% center #e6e6e6;}
.c_0100_4 .d_0100_4 .bd li:hover .a_4{background:url(imagesbg_rjt_28.png) no-repeat 90% center #065397;}
}
@media  screen and (max-width:999px){	

.c_0100_4 .d_0100_4 .bd{ margin-top:0;}
.c_0100_4 .d_0100_4 .bd li{ width:50%; margin-top:40px; }

}

@media  screen and (max-width:767px){	

.c_0100_4 .d_0100_4{ position:relative;}
.c_0100_4 .d_0100_4 .hd ul li{ width:50%; margin:0; font-size:14px;}
.c_0100_4 .d_0100_4 .bd{ width:100%; padding-bottom:40px;}
.c_0100_4 .d_0100_4 .bd ul li{ margin-top:0; padding:0 5px;}
.c_0100_4 .d_0100_4 .bd li .li_mb{ padding:0 5px;}
.c_0100_4 .d_0100_4 .bd li .a_4{ padding-left:10px; font-size:10px; width:80%}
.c_0100_4 .d_0100_4 .prev_1{ display:block; position:absolute; left:0; top:30%; float:left;  width:30px; height:60px; background:url(imagesan_cpzs_03.png) no-repeat; 30px; z-index:99;  }
.c_0100_4 .d_0100_4 .next_1{ display:block; position:absolute; right:0; top:30%; float:left;  width:30px; height:60px; background:url(imagesan_cpzs_03_1.png) no-repeat; z-index:99;  }
.c_0100_4 .d_0100_4 .prev_1Stop{ background:url(imagesan_cpzs_05_1.png) no-repeat;}
.c_0100_4 .d_0100_4 .next_1Stop{ background:url(imagesan_cpzs_05.png) no-repeat;  }


}

@media  screen and (max-width:480px){
    
.c_0100_4 .d_0100_4 .bd li .a_4{ padding-left:0; font-size:10px; width:80%; overflow:hidden; background:#e6e6e6; text-align:center;}
.c_0100_4 .d_0100_4 .bd li:hover .a_4{ background:#065397;}
.c_0100_4 .d_0100_4 .prev_1{ display:block; position:absolute; left:0; top:30%; float:left;  width:15px; height:30px; background:url(imagesan_cpzs_03.png) no-repeat; background-size:15px 30px; z-index:99;  }
.c_0100_4 .d_0100_4 .next_1{ display:block; position:absolute; right:0; top:30%; float:left;  width:15px; height:30px; background:url(imagesan_cpzs_03_1.png); background-size:15px 30px; z-index:99;  }
.c_0100_4 .d_0100_4 .prev_1Stop{ background:url(imagesan_cpzs_05_1.png) no-repeat; background-size:15px 30px;}
.c_0100_4 .d_0100_4 .next_1Stop{ background:url(imagesan_cpzs_05.png) no-repeat;  background-size:15px 30px;}


}

/*down*/
.c_0100_5{ float:left; width:100%; margin-top:16px; padding-bottom:34px;}
.c_0100_5 .l_0100_5{ float:left; width:950px;}
.c_0100_5 .l_0100_5 .l_0100_5_1{ float:left; width:24%; padding-right:30px;}
.c_0100_5 .l_0100_5 .l_0100_5_2{ float:left; width:20%; padding-right:30px;}
.c_0100_5 .l_0100_5 .l_0100_5_3{ float:left; width:16%; padding-right:30px;}
.c_0100_5 .l_0100_5 ul{ float:left; width:100%;}
.c_0100_5 .l_0100_5 ul .li_5_1{ float:left; width:100%; font-size:14px; color:#333333; font-weight:bold; height:40px; line-height:40px; border-bottom:1px solid #d2d2d2; margin-bottom:4px;}
.c_0100_5 .l_0100_5 ul .li_5_1 a{color:#333333; }
.c_0100_5 .l_0100_5 ul .li_5_2{ float:left; width:100%; font-size:12px; color:#666666; border-bottom:1px solid #e6e6e6;  line-height:17px; padding:5px 0;}
.c_0100_5 .l_0100_5 ul .li_5_3{ float:left; width:100%; font-size:12px; color:#666666; border-bottom:1px solid #e6e6e6;  line-height:17px;padding:5px 0;}
.c_0100_5 .l_0100_5 ul .li_5_2 a,
.c_0100_5 .l_0100_5 ul .li_5_3 a{ color:#666666;}
.c_0100_5 .l_0100_5 ul .li_5_1 a:hover,
.c_0100_5 .l_0100_5 ul .li_5_2 a:hover,
.c_0100_5 .l_0100_5 ul .li_5_3 a:hover{ color:#065397;}
.c_0100_5 .r_0100_5{ float:right; width:241px;}
.c_0100_5 .r_0100_5 .r_0100_5_1{ float:left;float:left; width:100%; font-size:14px; color:#333333; font-weight:bold; height:40px; line-height:40px; border-bottom:1px dashed #d2d2d2; }
.c_0100_5 .r_0100_5 .r_0100_5_2{ float:left; width:100%; border-top:1px dashed #d2d2d2; margin-top:2px; background:url(imagestb_lxdh_14.png) no-repeat left 23px; min-height:75px;}
.c_0100_5 .r_0100_5 .r_0100_5_2 .span{ display:block; float:left; font-size:14px; color:#333333; width:100%; padding-left:60px; margin-top:21px;}
.c_0100_5 .r_0100_5 .r_0100_5_2 .span .i{ font-size:18px;float:left;}
.c_0100_5 .r_0100_5 .r_0100_5_2 .font{ display:block; float:left; width:100%; padding-left:60px; font-size:20px; color:#065397; font-family:'Arial';font-style:italic;}


@media  screen and (max-width: 1199px){	

.c_0100_5 .l_0100_5{ float:left; width:79%;}
.c_0100_5 .r_0100_5{ float:right; width:20%;}
.c_0100_5 .l_0100_5 .l_0100_5_1,
.c_0100_5 .l_0100_5 .l_0100_5_2,
.c_0100_5 .l_0100_5 .l_0100_5_3{ padding-right:10px;}
.c_0100_5 .r_0100_5 .r_0100_5_2{background:none;}
.c_0100_5 .r_0100_5 .r_0100_5_2 .span,
.c_0100_5 .r_0100_5 .r_0100_5_2 font{ padding:0}
}

@media  screen and (max-width: 999px){	

.c_0100_5 .r_0100_5 .r_0100_5_2 font{ font-size:16px;}
}


.c_0100_6{ float:left; width:100%; padding:15px 0;}
.c_0100_6 .l_0100_6{ float:left; width:60%; font-size:12px; color:#c8c8c8; line-height:24px; padding:10px 0;}
.c_0100_6 .l_0100_6 .span{ margin-right:24px;}
.c_0100_6 .l_0100_6 a{color:#c8c8c8;}
.c_0100_6 .l_0100_6 a:hover{ color:#fff;}
.c_0100_6 .r_0100_6{ float:right;}
.c_0100_6 .r_0100_6 .r_0100_6_l{ float:left; margin-right:20px; width:226px;}
.c_0100_6 .r_0100_6 .r_0100_6_l .span{ display:block; float:left; width:226px; height:24px; margin-top:16px; line-height:24px; text-align:center; font-size:12px; color:#666666; padding-right:6px; background:url(imagesbg_wx_07.png) no-repeat;}
.c_0100_6 .r_0100_6 .r_0100_6_l a{ display:block; float:left; width:220px; height:24px;margin-top:10px; line-height:24px; background:#fff; text-align:center; font-size:12px; color:#666666;}
.c_0100_6 .r_0100_6 .r_0100_6_l a:hover{ color:#fff; background:#065397; }
.c_0100_6 .r_0100_6 .r_0100_6_r{ float:right; width:90px;}
.c_0100_6 .r_0100_6 .r_0100_6_r img{ display:block; float:left; width:100%;}


@media  screen and (max-width: 999px){
    
.c_0100_6 .l_0100_6{width:50%;}  
.c_0100_6 .l_0100_6 .span{ display:inline-block;}  
    
}

@media  screen and (max-width: 767px){
    
.c_0100_6 .l_0100_6{width:100%; text-align:center;}  
.c_0100_6 .l_0100_6 .span{ display:inline-block; margin:0;}  
.c_0100_6 .r_0100_6{ display:none;}    
}



/*.r_float{ position:fixed; right:20px; top:40%; width:50px; z-index:9999;}
.r_float ul{ float:left; width:50px;}
.r_float ul li{ width:50px; height:50px; margin-top:1px; position:relative;}
.r_float ul li .a_r_1{ display:block; width:50px; height:50px; background:url(imagestb_right_07.png) no-repeat center #065397;}
.r_float ul li .a_r_1:hover{ background:url(imagestb_right_07.png) no-repeat center #ffbc08;}
.r_float ul li .a_r_2{ display:block; width:50px; height:50px; background:url(imagestb_right_21.png) no-repeat center #065397;}
.r_float ul li .a_r_2:hover{ background:url(imagestb_right_21.png) no-repeat center #ffbc08;}
.r_float ul li .a_r_3{ display:block; width:50px; height:50px; background:url(imagestb_right_31.png) no-repeat center #065397; position:relative; z-index:9;}
.r_float ul li .a_r_3:hover{ background:url(imagestb_right_31.png) no-repeat center #ffbc08;}
.r_float ul li .bdsharebuttonbox { position:absolute; width:34px; height:34px; top:6px; right:6px; z-index:1;opacity:0;filter:alpha(opacity=00); overflow:hidden;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; }
.r_float ul li:hover .bdsharebuttonbox{ width:161px;opacity:1;filter:alpha(opacity=100); position:absolute;}*/

.r_float{ position:fixed; right:20px; top:40%; width:50px; z-index:9999;}
.r_float ul{ float:left; width:50px;}
.r_float ul li{ width:50px; height:50px; margin-top:1px; position:relative;}
.r_float ul li .r_0100_float{ position:absolute; width:50px; height:50px;top:0; right:0; overflow:hidden; line-height:50px; font-size:16px; background:#ffbc08;opacity:0;filter:alpha(opacity=00); color:#fff; text-align:center;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; }
.r_float ul li .a_r_1{ display:block; width:50px; height:50px; background:url(imagestb_right_07.png) no-repeat center #065397;position:relative; z-index:9;}
.r_float ul li .a_r_1:hover{ background:url(imagestb_right_07.png) no-repeat center #ffbc08;}
.r_float ul li .a_r_2{ display:block; width:50px; height:50px; background:url(imagestb_right_21.png) no-repeat center #065397;position:relative; z-index:9;}
.r_float ul li .a_r_2:hover{ background:url(imagestb_right_21.png) no-repeat center #ffbc08;}
.r_float ul li .a_r_3{ display:block; width:50px; height:50px; background:url(imagestb_right_31.png) no-repeat center #065397; position:relative; z-index:9;}
.r_float ul li .a_r_3:hover{ background:url(imagestb_right_31.png) no-repeat center #ffbc08;}
.r_float ul li .bdsharebuttonbox { position:absolute; width:40px; height:40px; top:4px; right:8px; z-index:1;opacity:0;filter:alpha(opacity=00); overflow:hidden;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; }
.r_float ul li:hover .bdsharebuttonbox{ width:140px;opacity:1;filter:alpha(opacity=100); position:absolute;}
.r_float ul li:hover .r_0100_float{ width:100px;opacity:1;filter:alpha(opacity=100); right:50px;}

@media  screen and (max-width: 1199px){	

.r_float{ right:0;}

}

@media  screen and (max-width: 999px){	

.r_float{ display:none;}

}

.phone_d_menu_bg{ float:left; width:100%; height:50px;}
.phone_d_menu{ float:left; width:100%; height:50px; position:fixed; left:0; bottom:0; z-index:99999; background:#3f4042;}
.phone_d_menu ul{ float:left; width:100%;}
.phone_d_menu ul li{ float:left; width:25%;}
.phone_d_menu ul li a{ display:block; float:left; width:100%; text-align:center; height:50px;}
.phone_d_menu ul li a span{ display:block; float:left; width:100%; margin-top:5px;}
.phone_d_menu ul li a span i{ display:block; margin:0 auto; width:20px;}
.phone_d_menu ul li a span img{ display:block; float:left; width:100%;}
.phone_d_menu ul li a font{ display:block; float:left; width:100%; font-size:12px; color:#fff; margin-top:5px;}
.phone_d_menu ul li a:hover{ background:#065397;}


@media  screen and (max-width: 480px){	

.phone_d_menu_bg{ height:50px;}
.phone_d_menu{ height:50px;}
.phone_d_menu ul li a{ height:50px;}
.phone_d_menu ul li a span i{ width:20px;}
.phone_d_menu ul li a font{ font-size:12px;}
}



/*子页banner标题*/
.banner_fybt{ float:left; width:1200px; position:absolute; left:50%; margin-left:-600px; z-index:77; padding:80px 0 0 40px;}
.banner_fybt span{ display:block; font-size:30px; color:#fff; font-family:'Arial';}
.banner_fybt font{ display:block;font-size:20px; color:#fff; margin-top:6px;}

@media  screen and (max-width: 1199px){	

.banner_fybt{ width:100%; left:0; margin-left:0; padding:5% 0 0 20%; }

}
@media  screen and (max-width: 767px){	

.banner_fybt{ padding:14% 0 0 10%; }

}

@media  screen and (max-width: 480px){	

.banner_fybt{ padding:10% 0 0 10%; }
.banner_fybt span{font-size:20px; }
.banner_fybt font{font-size:14px;}



}


/*子页标题*/
.zy_0100_bt{ float:left; width:100%; height:41px; line-height:41px; margin-top:20px; border-bottom:1px solid #d6d6d6;}
.zy_0100_bt span{ display:block; float:left; font-size:24px; color:#333333;}
.zy_0100_bt i{ display:none;}
.zy_0100_bt font{ display:block; float:right; background:url(imagestb_sy_05.png) no-repeat left center; height:41px; padding-left:18px; margin-right:-10px; font-size:14px; color:#999999;}
.zy_0100_bt font a{ color:#999; margin:0 10px;}
.zy_0100_bt font .a_zybt,
.zy_0100_bt font a:hover{ color:#065397;}
.zy_0100_bt_ny{float:left; width:100%; height:41px; line-height:41px; margin-top:16px; border-bottom:1px solid #d6d6d6;}
.zy_0100_bt_ny font{ display:block; float:left; background:url(imagestb_sy_05.png) no-repeat left center; height:41px; padding-left:18px;  font-size:14px; color:#999999;}
.zy_0100_bt_ny font a{ color:#999; margin:0 10px;}
.zy_0100_bt_ny font .a_zybt,
.zy_0100_bt_ny font a:hover{ color:#065397;}
.zy_0100_bt_ny .a_bt_ny{ display:block; float:right; font-size:14px; color:#969696;}
.zy_0100_bt_ny .a_bt_ny:hover{color:#065397;}

@media  screen and (max-width: 767px){	

.zy_0100_bt font{ display:none;}
.zy_0100_bt i{ display:block; float:left; font-size:18px; color:#999999; margin-left:15px; padding-top:3px;}
}


/*侧导航*/
.pz_SideLayer{ /*float:left; width:100%; margin-top:20px; /*height:50px;*/ background:#f5f5f5;*/}
.pz_SideLayer .l1{ float:left; height:50px; width:auto;}
.pz_SideLayer .l1 a{ display:block; float:left; height:50px; line-height:50px; font-size:15px; color:#333333; padding:0 70px;}
.pz_SideLayer .l1 .a_l1,
.pz_SideLayer .l1 a:hover{ background:#065397; color:#fff;}


@media  screen and (max-width: 767px){	

.pz_SideLayer .l1 a{ padding:0 50px;}
.phone_SideLayer{/* float:left; width:100%; margin-top:20px;*/}
}

@media  screen and (max-width: 480px){	

.pz_SideLayer .l1 a{ padding:0 20px;}
}


/* 分页 */
.pz_fy{width:100%; float:left; padding:10px 0px; text-align:center;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { border: #bdbbbb 1px solid; PADDING:4px 9px; border-radius:4px; font-size:12px; COLOR: #323232; text-decoration:none; margin:0 1px; }
.pz_fy a:hover,.pz_fy a.on{color: #fff; border: #065397 1px solid; background-color:#065397; text-decoration:none;}/*鼠标经过和默认当前页样式*/




/*1新闻资讯*/
.c_0100_7{ float:left; width:100%; margin-top:15px;}
.c_0100_7 ul{ float:left; width:100%;}
.c_0100_7 ul li{ float:left; height:42px; width:100%; border-bottom:1px dashed #c8c8c8;}
.c_0100_7 ul li a{ display:block; float:left; width:100%; height:42px; line-height:42px; background:url(imagestb_news_10.png) no-repeat 2px center; padding-left:20px; font-size:14px;color:#333333; }
.c_0100_7 ul li a font{ display:block; float:left; max-width:70%;white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_7 ul li a span{ display:block; float:left; height:32px; line-height:32px; margin-left:10px;}
.c_0100_7 ul li a i{ display:block; float:right;}
.c_0100_7 ul li a:hover{ background:url(imagestb_news_13.png) no-repeat 2px center; color:#065397; }



@media  screen and (max-width: 767px){	

.c_0100_7 ul li a i{ display:none;}
.c_0100_7 ul li a font{max-width:90%;}

}

@media  screen and (max-width: 480px){	

.c_0100_7 ul li a font{max-width:80%;}

}



/*1新闻资讯 - 详情*/
.c_0100_8{ float:left; width:100%;}
.c_0100_8 .t_0100_8{ float:left; width:100%; margin-top:31px;}
.c_0100_8 .t_0100_8 h1{ float:left; width:100%; text-align:center; font-size:22px; color:#323232; line-height:40px;}
.c_0100_8 .t_0100_8 span{ display:block; float:left; width:100%; text-align:center; line-height:32px; height:32px;}
.c_0100_8 .t_0100_8 span font{ display:inline-block; font-size:14px; color:#969696;}
.c_0100_8 .t_0100_8 span i{ display:inline-block; background:url(imagestb_newsxq_03.png) no-repeat left center; padding-left:20px; margin-left:32px;font-size:14px; color:#969696;font-family:'Arial';}
.c_0100_8 .t_0100_8 span a{ display:inline-block; background:url(imagestb_newsxq_05.png) no-repeat center; height:14px; width:14px; margin-top:9px; margin-left:25px;}
.c_0100_8 .t_0100_8 span a:hover{opacity:0.8;filter:alpha(opacity=80); }
.c_0100_8 .l_0100_8{ float:left; width:100%; border-bottom:1px solid #c8c8c8;border-top:1px dashed #c8c8c8; margin-top:10px; padding:15px 0;}
.c_0100_8 .l_0100_8 .r_0100_8{ float:left; width:100%; padding:13px 0 25px 0; font-size:14px; color:#000; line-height:28px;}
.c_0100_8 .l_0100_8 .r_0100_8 span{ display:block; float:left; width:100%;}
.c_0100_8 .l_0100_8 .r_0100_8 p{font-family: "Times New Roman";font-size: 18px;}
.c_0100_8 .l_0100_8 .r_0100_8 p a{ color:#065397;}
.c_0100_8 .l_0100_8 .r_0100_8 img{ display:block; max-width:100%; margin:0 auto;}
.c_0100_8 .d_0100_8{ float:left; width:100%; padding-bottom:61px;}
.c_0100_8 .d_0100_8 span{ display:block; float:left; width:48%; height:52px; line-height:52px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_8 .d_0100_8 font{ display:block; float:right; text-align:right; width:48%; height:52px; line-height:52px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_8 .d_0100_8 a{ color:#323232; font-size:14px;}
.c_0100_8 .d_0100_8 a:hover{ color:#065397; }


@media  screen and (max-width: 480px){	

.c_0100_8 .d_0100_8 span,
.c_0100_8 .d_0100_8 font{ width:100%; float:left; text-align:left; height:40px; line-height:40px;}

}




/*2产品中心*/
.c_0100_9{ float:left; width:100%; margin-top:20px;}
.c_0100_9 .l_0050_9{ float:left; width:50%;}
.c_0100_9 .l_0050_9 .l_0050_9_t{ float:left; width:100%; height:50px; background:#f5f5f5;}
.c_0100_9 .l_0050_9 .l_0050_9_t span{ display:block; float:right; margin-right:20px; width:200px; height:50px; line-height:50px; text-align:center; font-size:15px; color:#ffffff; background:#065397;}
.c_0100_9 .l_0050_9 .l_0050_9_l{ float:left; width:100%; border-right:1px solid #dadada; margin-top:30px;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul{ margin-left:-5px; padding-right:14px; margin-top:-20px;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li{ float:left; width:50%; padding:0 5px;margin-top:20px;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li .t_img_9_l{ float:left; width:100%; height:100%; position:relative;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li .t_img_9_l img{ display:block; float:left; width:100%;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li .t_img_9_l a{ display:block; float:left; position:absolute; left:0; top:0; z-index:9; width:100%; height:100%; border:2px solid #065397;opacity:0;filter:alpha(opacity=000);}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li .a_9_l{ display:block; float:left; width:250px; height:40px; line-height:40px; margin:-20px 0 0 25px; padding-right:20px; background:url(imagesbg_rjt_25.png) no-repeat 232px center #e6e6e6; position:relative; z-index:9; padding-left:19px; font-size:15px; color:#333333;  white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li:hover .t_img_9_l a{opacity:1;filter:alpha(opacity=100);}
.c_0100_9 .l_0050_9 .l_0050_9_l ul li:hover .a_9_l{ background:url(imagesbg_rjt_28.png) no-repeat 232px center #065397; color:#fff; }
.c_0100_9 .r_0050_9{ float:right; width:50%;}
.c_0100_9 .r_0050_9 .r_0050_9_t{ float:left; width:100%; height:50px; background:#f5f5f5;}
.c_0100_9 .r_0050_9 .r_0050_9_t span{ display:block; float:left; margin-left:20px; width:200px; height:50px; line-height:50px; text-align:center; font-size:15px; color:#ffffff; background:#065397;}
.c_0100_9 .r_0050_9 .r_0050_9_l{ float:left; width:100%;margin-top:30px;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul{ margin-right:-5px; padding-left:15px; margin-top:-20px;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li{ float:left; width:50%; padding:0 5px;margin-top:20px;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li .t_img_9_r{ float:left; width:100%; height:100%; position:relative;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li .t_img_9_r img{ display:block; float:left; width:100%;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li .t_img_9_r a{ display:block; float:left; position:absolute; left:0; top:0; z-index:9; width:100%; height:100%; border:2px solid #065397;opacity:0;filter:alpha(opacity=000);}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li .a_9_r{ display:block; float:left; width:250px; height:40px; line-height:40px; margin:-20px 0 0 25px; padding-right:20px; background:url(imagesbg_rjt_25.png) no-repeat 232px center #e6e6e6; position:relative; z-index:9; padding-left:19px; font-size:15px; color:#333333; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li:hover .t_img_9_r a{opacity:1;filter:alpha(opacity=100);}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li:hover .a_9_r{ background:url(imagesbg_rjt_28.png) no-repeat 232px center #065397; color:#fff; }



@media  screen and (max-width: 1199px){	

.c_0100_9 .l_0050_9 .l_0050_9_l ul li .a_9_l,
.c_0100_9 .r_0050_9 .r_0050_9_l ul li .a_9_r{  width:85%; margin:-20px 0 0 9%; background:url(imagesbg_rjt_25.png) no-repeat 92% center #e6e6e6; overflow:hidden; padding-left:4%; }
.c_0100_9 .l_0050_9 .l_0050_9_l ul li:hover .a_9_l,
.c_0100_9 .r_0050_9 .r_0050_9_l ul li:hover .a_9_r{ background:url(imagesbg_rjt_28.png) no-repeat 92% center #065397;}

}

@media  screen and (max-width: 999px){	

.c_0100_9 .l_0050_9 .l_0050_9_l ul li,
.c_0100_9 .r_0050_9 .r_0050_9_l ul li{ width:100%;}
}

@media  screen and (max-width: 767px){	
.c_0100_9 .r_0050_9,
.c_0100_9 .l_0050_9{ float:left; width:100%;}
.c_0100_9 .r_0050_9 .r_0050_9_t span,
.c_0100_9 .l_0050_9 .l_0050_9_t span{ float:left; margin:0; width:100%;}
.c_0100_9 .l_0050_9 .l_0050_9_l{ border:none;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul,
.c_0100_9 .l_0050_9 .l_0050_9_l ul{ margin:0 5px; padding:0; margin-top:-20px;}
.c_0100_9 .r_0050_9 .r_0050_9_l ul li,
.c_0100_9 .l_0050_9 .l_0050_9_l ul li{ width:50%;}

}

@media  screen and (max-width: 480px){	

.c_0100_9 .r_0050_9 .r_0050_9_l ul li,
.c_0100_9 .l_0050_9 .l_0050_9_l ul li{ width:100%;}

}




/*2产品中心-详情*/
.c_0100_10{ float:left; width:100%; margin-top:30px; position:relative;}
.t_0100_10{ float:left; width:100%; position:relative;}
.t_0100_10 .bd{ float:left;  overflow:hidden; width:100%; height:420px; position:relative;}
.t_0100_10 .bd ul{ float:left;}
.t_0100_10 .bd li{ float:left; width:100%; line-height:0;}
.t_0100_10 .bd li img{ display:block; float:left; width:100%;}
.t_0100_10 .hd{ width:100%; height:100px; background:url(imagesbg_cpxq_03.png); text-align:center; position:absolute; left:0; bottom:0; z-index:9; padding:6px 50px;}
.t_0100_10 .hd ul{ width:auto;}
.t_0100_10 .hd ul li{ float:left; display:inline-block; width:20%; padding:0 5px; cursor:pointer; position:relative;}
.t_0100_10 .hd ul li img{ display:block; float:left; width:100%;}
.t_0100_10 .hd ul li span{ display:block; float:left; width:100%;padding:0 5px; height:100%; position:absolute; left:0; top:0; opacity:0;filter:alpha(opacity=00); z-index:9;
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s; }
.t_0100_10 .hd ul li span font{ display:block; float:left; width:100%; height:100%;border:2px solid #fff;}
.t_0100_10 .hd ul li i{display:block; float:left; width:100%;padding:0 5px;position:absolute; left:0; bottom:0; z-index:8;}
.t_0100_10 .hd ul li i font{ display:block; float:left; width:100%; height:30px; line-height:30px; text-align:center; background:url(imagesbg_cpzsmc_03.png); font-size:14px; color:#fff; overflow:hidden;}
.t_0100_10 .hd ul li.on span{opacity:0.5;filter:alpha(opacity=50);}




@media  screen and (max-width: 1199px){	

.t_0100_10 .bd{ height:auto;}
.t_0100_10 .hd{ height:auto;padding:6px 20px;}

}

@media  screen and (max-width: 767px){	

.c_0100_10{ margin-top:20px; padding-bottom:20px;}
.t_0100_10 .hd{ padding:6px 10px;}
.t_0100_10 .hd ul li i{ display:none;}
}

@media  screen and (max-width: 480px){	

.t_0100_10 .hd{ padding:4px 2px;}
.t_0100_10 .hd ul li{ padding:0 2px;}
.t_0100_10 .hd ul li span{padding:0 2px;}
}

.c_0100_11{ float:left; width:100%; padding:20px 0 70px 0; font-size:14px; line-height:28px; color:#000;}





/*3服务支持1*/
.c_0100_12{ float:left; width:100%; position:relative; margin-top:30px; border:1px solid #ececec; margin-bottom:60px;}
.c_0100_12 .hd{ float:left; width:200px; position:absolute; left:40px; top:60px; border-top:1px solid #e9e9e9; z-index:9;}
.c_0100_12 .hd ul{ float:left; width:100%;}
.c_0100_12 .hd ul li{ float:left; width:100%; border-bottom:1px solid #e9e9e9; text-align:center; height:50px; line-height:50px; font-size:20px; color:#333333; cursor:pointer;}
.c_0100_12 .hd ul li a{font-size:20px; color:#333333; }
.c_0100_12 .hd ul li .on{ color:#065397;}
.c_0100_12 .bd{ float:left; width:100%; }
.c_0100_12 .bd ul{ float:left; width:100%;}
.c_0100_12 .bd ul li{ float:left; width:100%; padding:89px 0 0 296px;}


.gz_dt{ float:left; width:787px; padding-bottom:60px; position:relative;}
.city_8{ float:left; width:8px; height:8px; background:url(imagesz_img1.png) no-repeat; position:absolute; z-index:1; cursor:pointer;}
.city_8 .city_8_1{float:left; font-size:14px; height:14px;  line-height:14px; color:#9f9e9e; position:absolute; z-index:1;white-space:nowrap;}
.city_8 .city_8_2{display:none;float:left; width:98px; line-height:12px; padding:34px; height:98px; text-align:center; font-size:12px; color:#ffffff; background:url(imagesz_img3.png) no-repeat; position:absolute; left:50%; margin-left:-49px; top:50%; margin-top:-49px; z-index:19;}
.city_8 .city_8_2 .city_8_2_1{ float:left; width:64px; height:61px; background:url(imagesz_img2.png) no-repeat; position:absolute; z-index:19; left:58px; top:-24px;}
.city_8 .city_8_2 .city_8_2_2{  float:left; width:167px; position:absolute; left:122px; top:-68px; z-index:19;}
.city_8 .city_8_2 .city_8_2_2 .city_8_2_2_t{ float:left; width:167px; height:9px; background:url(imagestd_bg_03.png) no-repeat;}
.city_8 .city_8_2 .city_8_2_2 .city_8_2_2_c{float:left; width:167px; background:url(imagesc_bg_05.jpg) repeat-y top; padding:13px 0 9px 0; text-align:left;}
.city_8 .city_8_2 .city_8_2_2 .city_8_2_2_c .city_8_2_bt{ float:left; width:167px; padding-left:21px; height:14px; line-height:14px; font-size:14px; color:#003c8f; font-weight:bold;}
.city_8 .city_8_2 .city_8_2_2 .city_8_2_2_c .city_8_2_nr{float:left; width:167px; margin-top:10px; line-height:20px; font-size:12px; color:#8c8c8c; padding:0 20px;}
.city_8 .city_8_2 .city_8_2_2 .city_8_2_2_d{ float:left; width:167px; height:8px; background:url(imagestd_bg_11.png) no-repeat;}
.city_8:hover .city_8_1{ display:none;}
.city_8:hover .city_8_2{ display:block;}
.city_8:hover{z-index:2;}




@media  screen and (max-width: 1199px){	

.c_0100_12 .bd ul li{ width:98%; margin:0 1%; padding:0; overflow:auto; overflow-x:visible;}
.gz_dt{ float:none; margin:0 auto; margin-top:89px;}

}


@media  screen and (max-width: 767px){	

.c_0100_12 .hd{ float:left; width:100%; position:relative; left:0; top:0; border:none;}
.c_0100_12 .hd ul li{ width:100%; font-size:16px; border:none;}
.gz_dt{ margin-top:20px;}
.c_0100_12 .bd ul li{ height:200px;}
}


/*3服务支持-应用*/
.c_0100_13{ float:left; width:100%; margin-top:10px;}
.c_0100_13 ul{ margin:0 -10px;}
.c_0100_13 ul li{ float:left; width:25%; padding:0 10px; margin-top:20px;}
.c_0100_13 ul li a{ display:block; float:left; width:100%; position:relative; line-height:0;}
.c_0100_13 ul li a img{ display:block; float:left; width:100%;}
.c_0100_13 ul li a font{ display:block; width:100%; position:absolute; left:0; bottom:0; z-index:9; background:url(imagesbg_yyzs_03.png); text-align:center; height:40px; line-height:40px; font-size:15px; color:#ffffff; opacity:0;filter:alpha(opacity=00);
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.c_0100_13 ul li a:hover font{opacity:1;filter:alpha(opacity=100);}

@media  screen and (max-width: 767px){	

.c_0100_13 ul li{ width:50%;}
}




/*4关于我们 - 荣誉*/
.c_0100_14{ float:left; width:100%; margin-top:37px; padding-bottom:40px;}
.c_0100_14 .hd{ float:left; width:100%; text-align:center; height:20px; background:url(imagesbg_ryhd_08.jpg) repeat-x center;}
.c_0100_14 .hd ul{ width:auto; display:inline-table; background:url(imagesbg_ryul_05.png) no-repeat center #fff;height:20px; padding:0 26px;}
.c_0100_14 .hd ul li{ display:inline-block; float:left; margin:0 12px; cursor:pointer; font-size:14px; color:#323232;height:20px; line-height:20px;}
.c_0100_14 .hd ul li a{font-size:14px; color:#323232;height:20px; line-height:20px;}
.c_0100_14 .hd ul li .on{ color:#065397;}
.c_0100_14 .bd { float:left; width:100%;}
.c_0100_14 .bd .ul_14_1{ float:left; width:100%;}
.c_0100_14 .bd .ul_14_1 .li_14_1{ float:left; width:100%; margin-top:5px;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul{ margin:0 -10px;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li{ float:left; width:25%; padding:0 10px; margin-top:20px; cursor:pointer; -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li span{ float:left; width:100%; position:relative;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li span img{ display:block; float:left; width:100%;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li span font{ display:block; float:left; width:100%; position:absolute; left:0; bottom:0; height:50px; line-height:50px; padding-left:20px; font-size:15px; color:#ffffff; z-index:9; background:url(imagesbg_qyrufont_03.png);opacity:0;filter:alpha(opacity=00);
-webkit-transition: all 0.2s ease-out 0s; 
-moz-transition: all 0.2s ease-out 0s; 
-o-transition: all 0.2s ease-out 0s; 
transition: all 0.2s ease-out 0s;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li span font a{ display:block; width:16px; height:16px; position:absolute; right:20px; top:17px;}
.c_0100_14 .bd .ul_14_1 .li_14_1 ul li:hover span font{opacity:1;filter:alpha(opacity=100);}
.c_0100_14_f{ display:none; position:fixed; width:100%; height:100%; z-index:999;background:url(imagestcbj_03.png);}
.c_0100_14_f .tc_input{ display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:9;}
.c_0100_14_f .c_0100_14_f_c{ width:570px; position:absolute; left:50%; margin-left:-285px; top:10%; z-index:8;}
.c_0100_14_f .c_0100_14_f_c img{ display:block; float:left; width:100%;}

@media  screen and (max-width: 1199px){	

.c_0100_14_f .c_0100_14_f_c{ top:10%; width:400px; margin-left:-200px;}
}
@media  screen and (max-width: 767px){	

.c_0100_14 .bd .ul_14_1 .li_14_1 ul li{ width:50%;}
.c_0100_14_f .c_0100_14_f_c{ top:4%; width:80%; margin-left:0; left:10%;}
}



/*4关于我们*/
.c_0100_15{ float:left; width:100%; font-family: "Times New Roman";font-size: 18px; color:#000; line-height:28px; padding:20px 0 80px 0;}
.c_0100_15 img{ float:left;margin-right: 15px;}

@media  screen and (max-width: 767px){	

.c_0100_15{ padding:20px 0;}

}

.jwlogo {display:none;}
.zhezhao{width:100%;float:left;height:100%; background:#000;opacity:0.5;position:fixed; z-index:888; display:none;}
.sp_tk{width:800px;float:left;position:fixed;z-index:999; display:none;}

@media screen and (max-width: 1199px) {
    .sp_tk{width:100%;}
}
/*产品画册*/
.htmleaf-container{margin: 0 auto;text-align: center;overflow: hidden;}
@media screen and (max-width: 50em) {
	.htmleaf-header {padding: 3em 10% 4em;}
	.htmleaf-header h1 {font-size:2em;}
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {font-size: 1.5em;}
}

@media screen and (max-width: 30em) {
    .htmleaf-header h1 {font-size:1.2em;}
}
.wrapper {margin: 0 auto;margin-top:2%; 
}

ul.gallery {position: relative;z-index: 1;overflow: hidden;list-style: none;padding:5px;}


ul.gallery li {border: 0px solid #fff;position: relative;display: inline-block;width: 250px;height: 350px;margin: 0 30px 30px 0;background: #fff;
	-webkit-box-shadow: 0 1px 4px #ccc, 0 0 40px #ccc inset;
	-moz-box-shadow: 0 1px 4px #ccc, 0 0 40px #ccc inset;
	box-shadow: 0 1px 4px #ccc, 0 0 40px #ccc inset;
}

ul.gallery li:before,
ul.gallery li:after {content: '';z-index: -1;position: absolute;left: 10px;bottom: 10px;width: 70%;height: 55%;
  -webkit-box-shadow: 0 5px 16px #6b6b6b;
  -moz-box-shadow: 0 5px 16px #6b6b6b;
  box-shadow: 0 5px 16px #6b6b6b;
  -webkit-transform: skew(-5deg) rotate(-6deg);
  -moz-transform: skew(-5deg) rotate(-6deg);
  -ms-transform: skew(-5deg) rotate(-6deg);
  -o-transform: skew(-5deg) rotate(-6deg);
  transform: skew(-5deg) rotate(-6deg); 
}

ul.gallery li:after {left: auto;right: 11px;
  -webkit-transform: skew(5deg) rotate(6deg);
  -moz-transform: skew(5deg) rotate(6deg);
  -ms-transform: skew(5deg) rotate(6deg);
  -o-transform: skew(5deg) rotate(6deg);
  transform: skew(5deg) rotate(6deg); 
}

a.gallery_links img {border:none;float:none;}
a.gallery_links {position: relative;text-decoration: none;}
a.gallery_links:after {content: attr(data-tooltip);position: absolute;bottom: 0%;top;left: 0;background: #003377;padding: 5px 15px;color: white;font-family: 'Open Sans', sans-serif;text-shadow: 0px 0px 1px #000;white-space: nowrap;opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width:85;
}
  
a.gallery_links:before {content: "";position: absolute;width: 0;height: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition   : all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  left: 30%;
  bottom: 90%;
}

a.gallery_links:hover:after {bottom: 100%;}
a.gallery_links:hover:before {bottom: 70%;}
a.gallery_links:hover:after, a.gallery_links:hover:before {opacity: 1;}

/*下载中心*/
    

/*产品内页表格*/
    .mytable  {font-family: "微软雅黑",arial,sans-serif;font-size:12px;color:#333333;border-width: 1px;border-color: #666666;border-collapse: collapse;width:60%;}
    .mytable th {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #dedede;}
	.mytable td {border-width: 1px;padding: 8px;border-style: solid;border-color: #666666;background-color: #ffffff;text-align:center;}
	.mytable td:hover { background: #dedede;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }

    @media  screen and (max-width: 767px){	

.mytable{ width:100%; }
}
    @media screen and (max-width:480px) {

.mytable{ width:100%; }
}







