@charset "utf-8";
/*全局初始化样式*/
body{padding:0; margin:0 auto; font-size: 14px;line-height:24px;font-family:arial,"Microsoft YaHei",'微软雅黑','宋体'; color: #333;min-width: 320px;width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none;
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
}
* {
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*默认去除ul、li的默认样式*/
.p,.h1,.h2,.h3,.h4,.h5,.h6{ margin: 0; padding: 0;}
.ul,.ul li,.dl,.dl dd,.dl dt{ list-style:none; margin: 0; padding: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{ outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0;vertical-align:top;}

/*初始化a的样式和字体样式*/
a{color:#444;text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus{outline:none; -moz-outline:none;}
a:hover{color:#004080;}

/*清除浮动*/
.clear{clear:both;height:0px;overflow:hidden;}


/*全局样式*/
.WARP{ max-width: 955px;margin:0 auto;}



/*页面框架结构*/
.MAINBOX{padding: 20px 0 45px;overflow: hidden;min-height: 140px;}
.singlepage{text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; overflow:hidden;}
.singlepage img{max-width: 100%;}
.Current{}

/*banner*/
.BanBox{height: 298px;background-position:top center;background-repeat: no-repeat;}
.BanBox img{display: none;width: 100%;}
.ban_box{max-width: 955px;margin:0 auto;}
.ban_box img{display: block;width: 100%;}

/*TOP*/
.TOP{padding: 20px 0;border-top: 3px solid #003f7f;}
.TOP .logo{float: left;width: 147px;height: 38px;overflow: hidden;display: block;}
.TOP .logo img{display: block;width: 100%;height: 100%;}
.TOP .glyphicon-align-right{display:none;}
.TOP .right{float: right;}
.TOP .right .ul{float: left;}
.TOP .right .ul li{display: inline-block;padding: 0 35px;position: relative;}
.TOP .right .ul li:after{position: absolute;right: 0;top: 50%;width: 1px;height: 5px;margin-top: -2.5px;background:url(../images/li_bg.png) center no-repeat;content: '';display: block;}
.TOP .right .ul li#nav12:after{display: none;}
.TOP .right .ul li>a{font-size: 15px;line-height: 38px;border-bottom:2px solid transparent;display: block;}
.TOP .right .ul li>a.on,
.TOP .right .ul li>a:hover{color: #003f7f;border-color: #003f7f;font-weight: bold;}
.TOP .right .ul li a.MBA{display: none;}
.TOP .right .ul li .dl{display: none;}
.TOP .right .lan{float: right;margin: 4px 0;}
.TOP .right .lan a{display: block;width: 30px;height: 30px;background: #003f7f;border-radius: 100%;color: #fff;font-size: 12px;text-align: center;line-height: 30px;}

/*网站地图*/
.ul_sitemap li{ border-bottom:dotted 1px #ddd; padding:5px 0px;}
.ul_sitemap li strong{display:inline-block;}

/*底部*/
.footer{background: #393e42;color: #717476;padding: 18px 0;font-size:12px}
.footer a{color: #717476;}
.footer .left{float: left;max-width:40%;padding-right: 1%;}
.footer .right{float: right;max-width:60%;padding-left: 1%;}
.footer .right .div1box{float: right;}
.footer .right .select{width: 160px;height: 22px;position: relative;float: left;}
.footer .right .select .Tt{cursor: pointer;display: block;padding: 0 36px 0 10px;width:100%;line-height:22px;background: url("../images/link_bg.png") no-repeat center;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.footer .right .select .ul{display: none;position: absolute;left: 0;bottom: 22px;z-index: 99;width:134px;overflow: hidden;background: #eee;padding: 10px;}
.footer .right .select .ul li a{display: block;text-align: center;line-height: 18px;padding: 5px 0;}
.footer .right .select .ul li a:hover{color: #003f7f;}
.footer .right .link{float: left;margin-right: 15px;}
.footer .right .link a{display: inline-block;margin: 0 10px;}

.footer .right figure{float: right;}
.footer .right .RIGHT{margin-right: 75px;}
.footer .right .div2{margin-top: 10px;}
.footer .right .HOMEIMG{display: block;width: 60px;height: 60px;margin: 0 auto;}


/*左侧*/
.LEFTBOX{float: left;width: 260px;overflow: hidden;}

.SubMenu .ul{overflow: hidden;border: 1px solid #e9e9e9;border-bottom: none;}
.SubMenu .ul li a{display:block;font-size: 15px;color: #222;border-bottom: 1px solid #e9e9e9;line-height: 20px;padding:18px 45px 18px 20px;background: url(../images/menu_bg.png) 225px center no-repeat;}
.SubMenu .ul li a:hover,
.SubMenu .ul li a.on{background: url(../images/menu_on.png) 225px center no-repeat;color: #003f7f;font-weight: bold;}
.SubMenu .MenuName{padding: 20px;color: #fff;background: #003f7f}
.SubMenu .MenuName b{display: block;font-size: 24px;font-weight: normal;line-height: 26px;}
.SubMenu .MenuName span{display: block;color: #748bac;text-transform: capitalize;}

/*右侧*/
.RIGHTBOX{margin-left: 290px;}

.CURBOX{padding: 10px 0;margin-bottom: 25px;border-bottom: 1px solid #e4e4e4;line-height: 20px;overflow: hidden;}
.CURBOX .column_name{float: left;color: #003f7f;font-size: 15px;padding-right: 2%;}
.CURBOX .current{float:right;font-size: 12px;color: #999;}
.CURBOX .current a{color: #999;}
.CURBOX .current a:hover{color: #003f7f;}
.CURBOX .current span{color: #003f7f;}

/*公司战略*/
.ABTTXT{overflow: hidden;text-align:center;padding-bottom: 40px;}
.ABTTXT .tt{color: #003f7f;font-size: 15px;margin-bottom: 20px;}
.ABTTXT .div{font-size: 12px;color: #666;}
.ABTIMG{text-align: center;}

/*联系方式*/
.con_box2{overflow: hidden;margin-bottom: 2%;}
.con_box2 .h3{font-size: 18px;color: #333;margin-bottom: 2%;}
.con_box2 .p{color: #666;padding: 3px 0;}

/*在线留言*/
.MASSAGE{font-size: 15px;color: #363434;}
.form_err{color: red;}
.MASSAGE td:first-child{line-height: 38px;vertical-align: top;padding:1% 0;min-width: 95px;}
.MASSAGE td .text{border: 1px solid #d2d2d2;border-radius: 5px;line-height: 38px;height: 38px;width: 255px;padding: 0 10px;}
.MASSAGE td .textarea{padding: 10px;line-height: 20px;width: 520px;height: 175px;}
.MASSAGE .btn{cursor: pointer;border-radius: 5px;width: 136px;height: 36px;color: #fff;line-height: 36px;text-align: center;background: #003f7f;}
.MASSAGE table{width: 100%;}

/*分页开始*/
.Pages{padding:0;line-height:24px; zoom:1; overflow:hidden;margin:0;text-align: center;}
.Pages span{ padding:0;}
.Pages a{display:inline-block; margin:0;color: #747474;font-size: 12px;min-width: 26px;text-align: center;}
.Pages .p_page em{ font-style:normal; font-family:Arial;}
.a_first,
.a_prev,
.a_next,
.a_end,
.Pages .p_page em a{ border:solid 1px #e7e7e7; background:#f0f0f0;}
.a_prev{padding:0 19px;border-top-left-radius: 26px;border-bottom-left-radius: 26px;}
.a_next{padding:0 19px;border-top-right-radius: 26px;border-bottom-right-radius: 26px;}
.a_first:hover,
.a_prev:hover,
.a_next:hover,
.a_end:hover{ color:#fff; border:solid 1px #003f7f; background:#003f7f;}
.Pages .p_page em a{background: none;border-color: transparent;}
.Pages .p_page em a.a_cur{ color:#003f7f;}
.Pages .p_page b{ font-weight:normal;}
/*分页结束*/

/*荣誉资质*/
.fancybox-title-float-wrap .child{display: block!important;max-width: 100%!important;margin: 0 auto!important;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.fancybox-title-float-wrap{width: 100%!important;right: 0!important;}
.honor_list .ul{overflow: hidden;}
.honor_list .ul li a{display: block;overflow: hidden;text-align: center;}
.honor_list .ul li{width: 33.333%;padding: 0 1%;margin-bottom: 10px;float: left;overflow: hidden;}
.honor_list .ul li picture{display: block;width: 100%;position: relative;border: 1px solid #e9e9e9;height: 0;overflow: hidden;padding-bottom:69%;}
.honor_list .ul li picture img{display: block;width: 100%;position: absolute;left: 0;top: 0;min-height: 100%;}
.honor_list .ul li span{display: block;line-height: 35px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}

/*发展历程*/
.history_list .ul{position: relative;overflow: hidden;background: url(../images/ul_bg.jpg) 115px center repeat-y;padding:20px 0 70px;}
.history_list .ul:before,
.history_list .ul:after{display:block;width: 21px;height: 19px;content: '';position: absolute;left: 106px;overflow: hidden;background-position: center;background-repeat: no-repeat;}
.history_list .ul:before{top: 0;background-image: url(../images/ul_bg1.jpg);}
.history_list .ul:after{bottom: 0;background-image: url(../images/ul_bg2.jpg);}
.history_list .ul li{cursor: pointer;font-size: 15px;margin-left: 115px;padding: 25px 50px;position: relative;border-bottom: 1px solid #d2d2d2;}
.history_list .ul li time{position: absolute;left: -115px;font-style: italic;top: 50%;margin-top: -17.5px;display: block;width: 128px;line-height: 35px;color: 555;font-size: 16px;font-weight: bold;background: url(../images/time_bg.jpg) center no-repeat;padding: 0 50px 0 10px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.history_list .ul li:hover time{background: url(../images/time_bgon.jpg) center no-repeat;color: #fff;}
.history_list .ul li:hover .div{color: #003f7f;}

/*新闻中心*/
.News_info .info_title{ margin: 0;padding:10px 0px;font-size:18px;text-align:center;}
.News_info .info_time{ margin: 0;font-size:12px; text-align:center; color:#A1A1A1; font-weight:normal; border-bottom:1px dotted #ccc; padding-bottom:10px;}
.News_info .info_txt{ padding:10px 0px;}
.News_info .info_txt{ text-justify:inter-ideograph; text-align:justify; word-wrap:break-word; clear:both;}
.News_info .PrevNextBox .h1{ font-size:14px;font-weight:normal;margin:0;padding: 0;}
.News_info .PrevNextBox dl{margin:0;padding: 0;}
.News_info .PrevNextBox a:hover{}
.News_info .PrevNextBox a.none{color: #ccc;}
.News_info .PrevNextBox a.none:hover{font-weight:normal;}

.news_list .ul{overflow: hidden;padding-bottom: 2%;}
.news_list .ul li:first-child a{padding-top: 0;}
.news_list .ul li a{display: block;overflow: hidden;padding: 2% 0;border-bottom: 1px solid #e8e8e8;}
.news_list .ul li picture{display: block;float: left;width: 215px;height: 150px;overflow: hidden;position: relative;}
.news_list .ul li picture img{display: block;width: 100%;position: absolute;left: 0;top: 0;min-height: 100%;}
.news_list .ul li .txt{margin-left: 235px;}
.news_list .ul li .txt .h3{margin: 2% 0;color: #444;font-weight: normal;position: relative;font-size: 16px;padding-right: 85px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.news_list .ul li .txt time{display: block;float: right;font-size: 12px;color: #888;position: absolute;right: 0;top:5px;line-height: 14px;}
.news_list .ul li .txt .p{color: #888;margin-bottom: 2%;height: 72px;overflow: hidden;}
.news_list .ul li .txt em{display: block;font-style: normal;color: #003f7f;}
.news_list .ul li:hover .txt .h3{color: #003f7f;}

/*首页*/
.home_ban{max-width: 955px;margin: 0 auto;}
.home_ban img{display: block;width: 100%;}

.home_ban{position: relative;}
.home_ban .bx-pager{position: absolute;text-align: center;z-index: 90;width: 100%;height: 0;bottom: 30px;font-size: 0;}
.home_ban .bx-pager div{display: inline-block;}
.home_ban .bx-pager a{background: url(../images/ico_main_off.png) no-repeat center;display: block;text-indent: -99em;margin:0 5px;width:13px;height: 13px;overflow: hidden;border-radius: 100%;}
.home_ban .bx-pager a.active{background: url(../images/ico_main_on.png) no-repeat center;}


.home_ban .bx-wrapper{position: relative;}
.home_ban .bx-controls-direction{}
.home_ban .bx-controls-direction a{display:block;width: 22px;height: 40px;text-indent: -99em;overflow: hidden;position: absolute;top: 50%;margin-top: -20px;z-index: 99;}
.home_ban .bx-controls-direction a.bx-prev{left: 10px;background: url(../images/btn_main_left.png) no-repeat center;}
.home_ban .bx-controls-direction a.bx-next{right: 10px;background: url(../images/btn_main_right.png) no-repeat center;}


.home_pro{width: 60%;float: left;padding: 2% 0 0 1%;}
.HOMENAME{position: relative;font-size: 20px;overflow: hidden;margin-bottom: 2%;border-bottom: 2px solid #ccc;padding:10px 0 10px 15px;}
.HOMENAME a{font-size: 16px;float: right;display: block;color: #003f7f;}
.HOMENAME span{display: inline-block;float: left;color: #003f7f;}
.HOMENAME:after{display: block;width:2px;height:20px;background: #003f7f;bottom: 50%;margin-bottom: -10px;content: '';position: absolute;left: 0;}

.home_pro .ul{overflow: hidden;padding-bottom: 4%;}
.home_pro .ul li a{display: block;overflow: hidden;text-align: center;position: relative;}
/*.home_pro .ul li{width: 32%;margin-right: 2%;float: left;overflow: hidden;}
.home_pro .ul li:last-child{margin: 0;}*/
.home_pro .ul li picture{display: block;width: 100%;position: relative;border: 1px solid #e9e9e9;height: 0;overflow: hidden;padding-bottom:63.3333%;}
.home_pro .ul li picture img{display: block;width: 100%;position: absolute;left: 0;top: 0;min-height: 100%;}
.home_pro .ul li span{display: block;line-height:30px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.home_pro .ul li .txt{height: 30px;position: relative;margin: 1px 0 5px;width: 100%;padding: 0 15px;}
.home_pro .ul li:hover picture{border-color: #003f7f;}

/*.home_pro .ul li picture img{
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
}

.home_pro .ul li:hover picture img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}*/



/*产品中心*/
.product_list .ul{overflow: hidden;}
.product_list .ul li a{display: block;overflow: hidden;text-align: center;}
.product_list .ul li{width: 33.333%;padding: 0 1%;margin-bottom: 10px;float: left;overflow: hidden;}
.product_list .ul li picture{display: block;width: 100%;position: relative;border: 1px solid #e9e9e9;height: 0;overflow: hidden;padding-bottom:78%;}
.product_list .ul li picture img{
	-webkit-transition:all .4s ease-out;
	-moz-transition:all .4s ease-out;
	-ms-transition:all .4s ease-out;
	-o-transition:all .4s ease-out;
	transition:all .4s ease-out;
	display: block;width: 100%;position: absolute;left: 0;top: 0;min-height: 100%;}
.product_list .ul li span{display: block;line-height: 35px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.product_list .ul li:hover picture img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


.DispalyList .bx-wrapper .bx-controls{height: 0;}
.DispalyList .bx-wrapper .bx-controls-direction{height: 0;}
.DispalyList .bx-wrapper .bx-controls-direction a{position: absolute;text-indent: -99em;overflow: hidden;display: block;width:18px;height:82px;top:50%; margin-top:-41px; z-index:90;}
.DispalyList .bx-wrapper .bx-prev{left:0;background:url(../images/pro_left.jpg) center no-repeat;}
.DispalyList .bx-wrapper .bx-next{right:0;background:url(../images/pro_right.jpg) center no-repeat;}

.DispalyList2 .ul li{display: none;}
.DispalyList2 .ul li picture{display: block;border: 2px solid #e5e5e5;margin: 0 auto;width:100%;height:0;padding-bottom: 90%;overflow: hidden;position: relative;}
.DispalyList2 .ul li picture img{display: block;left: 0;top: 0;width: 100%;position: absolute;}

.DispalyList .SmallImg{padding: 0 20px;overflow: hidden;margin-top:5px;position: relative;}
.DispalyList .SmallImg li{cursor: pointer;overflow: hidden;}
.DispalyList .SmallImg li picture{display: block;border: 2px solid #e5e5e5;width: 100%;height:0;padding-bottom:98.3%;overflow: hidden;position: relative;}
.DispalyList .SmallImg li picture img{display: block;left: 0;top: 0;height: 100%;position: absolute;}
.DispalyList .SmallImg li.on picture{border-color: #003f7f;}

.DispalyList1{position: relative;width: 57%;float: left;}

.right_txt{margin-left: 59%;}
.right_txt .h3{color: #080808;font-size: 22px;padding:3% 0;overflow: hidden;}
.right_txt .div{overflow: hidden;padding: 3% 0;border-top: 1px solid #d2d2d2;color: #6b6b6b;}
.right_txt .div .p{margin: 1% 0;}
.right_txt .div2{display: none;}
.right_txt .div2 a{display: block;width: 170px;text-align: center;margin: 50px auto 0;display: block;line-height: 40px;background: #003f7f;border-radius: 5px;color: #fff;}

.product_info2{overflow: hidden;padding-top: 4%;clear: both;}
.hd_tt{color: #444;background: #f7f7f7;border:1px solid #e7e7e7;height: 45px;}
.hd_tt span{margin: -2px 0 0 -1px;cursor: pointer;display: inline-block;padding: 0 20px;border:1px solid transparent;border-top-width: 2px;height: 45px;line-height: 45px;}
.hd_tt span.on{position: relative;background: #fff;color: #003f7f;border-color: #e7e7e7;border-top-color:#003f7f;}
.hd_tt span.on:before{display: block;width: 100%;height: 4px;background: #fff;content: '';left: 0;bottom: -2px;position: absolute;z-index: 1;}

.bd_info{padding: 30px 0 0;overflow: hidden;color: #777;line-height: 30px;}
.bd_info .ul_doc{overflow: hidden;}
.bd_info .ul_doc li a{display: block;overflow: hidden;line-height: 20px;padding: 5px 0;}
.bd_info .ul_pic{overflow: hidden;}
.bd_info .ul_pic li{width: 25%;overflow: hidden;float: left;padding: 1%;}
.bd_info .ul_pic li picture{display: block;width: 100%;height:0;padding-bottom: 100%;overflow: hidden;position: relative;}
.bd_info .ul_pic li picture img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 0;}



.pro_name{font-size: 15px;font-weight: bold;color: #333;}
.pro_box{overflow: hidden;margin-bottom: 2%;}
.pro_box:last-child{margin-bottom: 0;}
.video_box{width: 380px;border:2px solid #003f7f;background: #000;position: relative;height: 0;padding-bottom: 300px;overflow: hidden;}
.video_box img{position: absolute;left: 0;top: 0;display: block;width: 100%;min-height: 100%;z-index: 1;}
.video_box .play{cursor: pointer;z-index: 2;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url(../images/play_bg.png) center no-repeat;}

/*悬浮*/
.float_box{display: none;position: fixed;right: 0;top:50%;margin-top: -144px;width: 130px;height: 288px;background: url(../images/float_bg.jpg) center no-repeat;z-index: 98; }
.float_box .CLS{position: absolute;right: 4px;top: 4px;cursor: pointer;width: 11px;height: 11px;}
.float_box .float_box_a{margin-top: 62px;overflow: hidden;}
.float_box .float_box_a a{display: block;width: 92px;margin: 0 auto 11px;height: 22px;}
.float_box picture{display: block;position: absolute;width: 100px;height: 100px;left: 15px;bottom: 14px;}
.float_box picture img{display: block;width: 100%;height: 100%;}

/*弹出层表单*/
.OVHBD{position: relative;overflow: hidden;width: 100%;height: 100%;}
.TABLEBBOX{display: none;position: fixed;background: #fff;z-index: 9999;background: rgba(0,0,0,.8);width: 100%;height: 100%;}
.DOWNBOX{background: #fff;position: absolute;width: 520px;left: 50%;margin-left: -260px;padding: 51px 2%;height: 300px;top: 50%;margin-top: -150px;}
.DOWNBOX td:first-child{line-height: 38px;vertical-align: top;padding: 1% 0;}
.DOWNBOX td .text{border: 1px solid #d2d2d2;border-radius: 5px;line-height: 38px;height: 38px;width: 85%;padding: 0 10px;}
.DOWNBOX .btn{cursor: pointer;border-radius: 5px;width: 136px;height: 36px;color: #fff;line-height: 36px;text-align: center;background: #003f7f;}
.DOWNBOX table{width: 100%;}

/*友情链接*/
.LinkList .ul{overflow: hidden;padding-bottom: 2%;}
.LinkList .ul li a{display: block;overflow: hidden;text-align: center;}
.LinkList .ul li{width: 33.333%;padding: 0 1%;float: left;overflow: hidden;}
.LinkList .ul li picture{display: block;width: 100%;position: relative;border: 1px solid #e9e9e9;height: 0;overflow: hidden;padding-bottom:38.888%;}
.LinkList .ul li picture img{display: block;width: 100%;position: absolute;left: 0;top: 0;min-height: 100%;}
.LinkList .ul li span{display: block;line-height: 35px;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}

/*首页新闻*/
.home_news{width: 40%;float: left;padding: 2% 1% 0 0;}
.home_news .div1{position: relative;font-size: 20px;overflow: hidden;margin-bottom: 2%;border-bottom: 1px solid #ccc;padding:10px 0 10px 15px;}
.home_news .div1 a{font-size: 16px;float: right;display: block;color: #003f7f;}
.home_news .div1 span{display: inline-block;float: left;color: #003f7f;}
.home_news .div1:after{display: block;width:2px;height:20px;background: #003f7f;bottom: 50%;margin-bottom: -10px;content: '';position: absolute;left: 0;}
.home_news .ul li time{display: block;float: right;}
.home_news .ul li span{display: block;width: 72%;float: left;display: block;overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.home_news .ul{overflow: hidden;padding-bottom: 4%;line-height: 32px;}


#cnzz_stat_icon_5084201 img{vertical-align: middle;}

@media screen and (max-width:1000px){
.ban_box{width: 100%;}
.MAINBOX{padding: 2% 0;}
.CURBOX{padding: 2% 0;margin-bottom: 2%;}
.WARP{padding: 0 2%;}
.ABTTXT{padding-bottom: 2%;}
.ABTTXT .tt{margin-bottom: 2%;}
.bd_info{padding:2% 0 0;}
.product_info2{padding-top: 2%;}
.TOP{position:relative;padding: 2% 0;}
.TOP .glyphicon-align-right{display:block;width: 30px;font-size: 28px;overflow: hidden;line-height: 30px;height: 30px;color: #003f7f;position: absolute;right: 2%;top: 50%;margin-top: -15px;}
.TOP .right .lan{margin-right: 65px;}
.TOP .right .ul{text-align: center;display: none;z-index: 100;position: absolute;right: 0;top:99%;background: #fff;padding: 20px 10px;overflow: auto;width: 220px;max-height: 520px;}
.TOP .right .ul li{display: block;padding: 0;}
.TOP .right .ul li a.PCA{display: none;}
.TOP .right .ul li a.MBA{display: block;font-weight: bold;}
.TOP .right .ul li .dl{display: none;}
.TOP .right .ul li .dl a{display: block;line-height: 20px;padding:3px 0;}

.footer{padding: 2% 0;text-align: center;}
.footer .left{width: 100%;padding: 0;float: none;max-width: 100%;}
.footer .right{width: 100%;padding: 0;float: none;max-width: 100%;}
.footer .right .link{float: none;width: 100%;margin: 0;}
.footer .right .div1box{float: none;}
.footer .right .select{float: none;margin: 0 auto;}

.MASSAGE td .text{width: 100%;}
.MASSAGE td .textarea{width: 100%;}

.honor_list .ul{margin-bottom: 2%;}
.honor_list .ul li{margin-bottom: 0;}

.product_list .ul{margin-bottom: 2%;}
.product_list .ul li{margin-bottom: 0;}

.history_list .ul{padding: 30px 0;}
.history_list .ul li{padding: 2% 0 2% 25px;}

.News_info .info_title{padding: 0 0 2%;}
.News_info .info_time{padding-bottom: 2%;}
.News_info .info_txt{padding: 2% 0;}

.right_txt .div{padding: 2% 0;}
.right_txt .div2 a{margin:0 auto 2%;}

.footer .right figure{float: none;margin: 0 auto;}

.footer .right .HOMEIMG{margin: 5px auto;}
.footer .right .RIGHT{margin: 0;}
.footer .right .div2{margin-top:0;}

}

@media screen and (max-width:768px){
.LEFTBOX{display: none;}
.RIGHTBOX{margin: 0;}
.MAINBOX{padding:0 0 2%;}


.home_pro{width: 100%;float: none;padding:1% 0 2% 0;}
.home_news{width: 100%;float: none;padding:2% 0 1% 0;}

.home_pro .ul{padding: 0;}
.home_news .ul{padding: 0;}

}

@media screen and (max-width:640px){
.history_list .ul{background-position: 9px center;}
.history_list .ul:before,
.history_list .ul:after{left: 0;}
.history_list .ul li{margin: 0 0 0 10px;}
.history_list .ul li time{position: relative;left: 0;top: 0;margin: 0 0 1%;width: auto;display: inline-block;padding: 0 15px;background: #ccc;}
.history_list .ul li:hover time{background: #003f7f;}

.DOWNBOX{width:98%;margin-left: 0;left: 1%;}

.home_pro .ul li{width: 100%;margin: 0 0 2% 0;}
.home_pro .ul li:last-child{margin-bottom: 0;}

}

@media screen and (max-width:500px){
.honor_list .ul li{width: 50%;}
.product_list .ul li{width: 50%;}

.news_list .ul li picture{width: 35%;height: 0;padding-bottom: 24%;}
.news_list .ul li .txt{margin-left: 37%;}
.news_list .ul li .txt .h3{margin: 0 0 1%;font-size: 14px;padding-right: 70px;}
.news_list .ul li .txt .p{margin-bottom: 1%;height: 48px;}

.DispalyList1{width: 100%;float: none;}
.right_txt{margin: 0;overflow: hidden;margin-top: 2%;}

.video_box{width: 100%;padding-bottom:76%;}
.video_box video{max-width: 100%;width: auto!important;height: 100%!important;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}


.LinkList .ul li{width: 50%;}

}
@media screen and (max-width:420px){
.hd_tt span{padding: 0 5px;}
}
@media screen and (max-width:413px){
.news_list .ul li .txt em{display: none;}

}




/*进度查询*/
.SEARCHBD{display: none;}
@media screen and (max-width:640px){
.SEARCHBD{display: block;}

/**/
.SEARCHBD .glyphicon,
.SEARCHBD .CURBOX .current,
/*.SEARCHBD .ban_box,*/
.SEARCHBD .footer,
.SEARCHBD .TOP .right{display: none;}

.SEARCHBD .TOP .logo{float: none;margin: 0 auto;}
.SEARCHBD .CURBOX .column_name{float: none;margin: 5% 0;font-size: 22px;text-align: center;}
/**/

.SEARCHBOX .SEARCHBOX1{margin:10% auto;overflow: hidden;border: 1px solid #003f7f;border-radius: 5px;max-width: 300px;}
.SEARCHBOX .SEARCHBOX1 .text{height: 35px;line-height: 35px;width: 75%;padding: 0 15px;float: left;}
.SEARCHBOX .SEARCHBOX1 .BTN{background-color: #003f7f;color: #fff;width: 25%;cursor: pointer;float: right;height: 35px;line-height: 35px;text-align: center;}
.SEARCHBOX .SEARCHBOX2{overflow: hidden;}
.SEARCHBOX .SEARCHBOX2 .ul{overflow: hidden;border-left: 1px solid #003f7f;border-top: 1px solid #003f7f;}
.SEARCHBOX .SEARCHBOX2 .ul li{display: table;width: 100%;text-align: center;}
.SEARCHBOX .SEARCHBOX2 .ul li span{word-break: break-all;width: 20%;border-right: 1px solid #003f7f;border-bottom: 1px solid #003f7f;display: table-cell;vertical-align: middle;padding: 5px;line-height: 20px;}
}

/*产品下载*/
.bd_info .ul_doc{font-size: 0;overflow: hidden;}
.bd_info .ul_doc li{overflow: hidden;margin-bottom: 2%;}
.bd_info .ul_doc li a{border-radius: 5px;float: left;font-size: 14px;overflow: hidden;display: inline-block;padding: 5px 15px;color: #fff;background-color: #003f7f;line-height: 20px;}


.home_pro .bx-wrapper{position:relative; margin: 0 auto;}
.home_pro .bx-controls-direction a{display:block;opacity:.7;width: 16px;height: 16px;text-indent: -99em;overflow: hidden;position: absolute;top: 50%;margin-top: -8px;z-index: 9;}
.home_pro .bx-controls-direction a.bx-prev{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	left:5px;background: url(../images/menu_on.png) no-repeat center;}
.home_pro .bx-controls-direction a.bx-next{right: 5px;background: url(../images/menu_on.png) no-repeat center;}
.home_pro .bx-controls-direction a:hover{opacity:1;}
@media screen and (max-width:1024px){
.home_pro .bx-controls-direction{display: none;}
}




.simply-scroll-container {
position: relative;
}
.simply-scroll-clip {
position: relative;
overflow: hidden;
}
.simply-scroll-list{
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
.simply-scroll{width: 100%;}
.simply-scroll .simply-scroll-clip {width: 100%;}
.simply-scroll .simply-scroll-list {}
.simply-scroll .simply-scroll-list li {float: left;width: 180px;margin:0 5px;}
	