body {	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif; background-color: #fff;}
img,a:hover img{vertical-align: top;}
img{ max-width:100%;}
ul,ol{list-style:none;}

.clear, .clr{display: block; clear: both; height: 0; line-height: 0; font-size: 0; overflow: hidden;}
.clearfix2:before,.clearfix2:after{content:""; display: table;}
.clearfix2:after{clear: both;}
.clearfix2{*zoom:1;}


a{ color:#444;}
a:hover{color:#008ad7; text-decoration: none;}

::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-track{background-color:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc;}

/*滚动条的设置*/
::-webkit-scrollbar-track-piece {background-color: transparent; -webkit-border-radius: 0;}
::-webkit-scrollbar{width: 4px;}
::-webkit-scrollbar-thumb{height: 50px; background-color: rgba(0,0,0,.2);}
::-webkit-scrollbar-thumb:hover{background-color: rgba(0,0,0,.4);}


/*设置选中文字时的背景色*/
::selection{ background:#008ad7; color:#333; }
::-moz-selection    { background:#008ad7; color:#333; }
::-webkit-selection { background:#008ad7; color:#333;}
/*可改变元素被点击时背景框的颜色*/
html{-webkit-tap-highlight-color: rgba(240,240,240,0.7);}/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/

a:visited,a:active{ text-decoration:none;}

/*----------------------------star开始页面的样式*/
/*白色背景*/
.white_bj{ background-color: #fff;}
/*灰色背景*/
.gray_bj{ background-color: #f3f3f3;}
.gray_bj .big_eng,.box_bj_size .big_eng{ color:#e5e5e5;}

/*背景*/
.box_bj_size{  background-position: center bottom; background-repeat: no-repeat; background-size:cover; }	

/*内边距*/
.box_p60{ padding:60px 0;}
.box_p40{ padding:40px 0;}

/*标题*/
.h_th{ font-size:30px; text-align: center; line-height: 1.1; margin: 0 0 60px 0; }
.h_th .th_d{ margin-top:-22px;}
.h_th .th_t{ position:relative; z-index: 1;}


/*去掉ul边距*/
ul{    -webkit-margin-before: 0;
    -webkit-margin-after:0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0;}

/*------------------------------star首页的样式*/

/*动画*/
#myCarousel {margin-top:50px;}
.carousel-inner .item img {	margin: 0 auto;}
.glyphicon-chevron-left:before,.glyphicon-chevron-right:before {  content:'<'; font-weight: bold; font-family: "宋体";}
.glyphicon-chevron-right:before{ content:'>';}
.carousel-indicators{ bottom: -8px;}

/*动画数字*/
.carousel-indicators li { width: 30px;  margin:0 1px; background-color: rgba(0,0,0,.5); position: relative; border:none; border-radius: 0;}
.carousel-indicators li::before{ width:0; height: 0; content: ''; overflow: hidden; display: block; color: ''; position: absolute; top:50%; left: 50%; font-size: 0; overflow: hidden; background-color: #33a1df; -webkit-transform: translateX(-50%) translateY(-50%);-moz-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%); -moz-transition: .3s;-webkit-transition: .3s;transition: .3s;}
.carousel-indicators .active::before{ width:100%; height: 100%;}
.carousel-indicators .active{ width:30px; background-color: transparent; background-color: #33a1df\9;*background-color: #33a1df; height: 10px;}

/*衡准业务*/
.h_business .t_c{ color:#888;  }
.h_business h5{ font-size:18px;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}


/*按钮*/
.border_btn_a,.blue_more_a{ width:120px; display: inline-block; vertical-align: top; line-height: 36px; border: 1px solid #ccc; background-color: #fff;  -moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;text-align:center;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}
.border_btn_a::before,.border_btn_a::after,.blue_more_a::before,.blue_more_a::after{ position:absolute; content: ''; display: block; width: 0; height: 51%; font-size:0; overflow: hidden; background-color: #33a1df; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s; z-index: -1;}
.border_btn_a::before,.blue_more_a::before{ left:0; top:0;}
.border_btn_a::after,.blue_more_a::after{ right:0; bottom: 0;}
.border_btn_a:hover::before,.border_btn_a:hover::after,.box:hover .border_btn_a::after,.box:hover .border_btn_a::before,.blue_more_a:hover::before,.blue_more_a:hover::after,.blue_more_a:active::before,.blue_more_a:active::after{ width:100%;}

.border_btn_a:hover,.border_btn_a:active,.box:hover .border_btn_a{ color:#fff; border-color:#33a1df;}

/*按钮(更多)蓝色*/
.blue_more_a{ width:140px; line-height: 40px; font-size: 16px; background-color: #2d9cd3; border:none; color:#fff;}
.blue_more_a:hover,.blue_more_a:active{ color:#fff; box-shadow: 0 10px 20px rgba(0,0,0,.25);}
.blue_more_a::before,.blue_more_a::after{background-color: #333;}


/*图标*/
.icon_a{ width:120px; height: 120px; background-image: url(../images/icon/icon_a.png);}
.icon_a2{ background-position: 0 -120px;}
.icon_a3{ background-position: 0 -240px;}
.icon_a4{ background-position: 0 -360px;}
.icon_a5{ background-position: 0 -480px;}
/*经过图标*/
.box:hover .icon_a{background-position: -120px 0;}
.box:hover .icon_a2{background-position: -120px -120px;}
.box:hover .icon_a3{background-position: -120px -240px;}
.box:hover .icon_a4{background-position: -120px -360px;}
.box:hover .icon_a5{background-position: -120px -480px;}

/*关于衡准*/
.h_about_box{ background-image: url(../images/icon/box_bj.jpg); background-color: #0c809e;}
.h_about_num{text-align:center; margin-bottom: 50px;}
.h_about_num .box{ border-right:1px solid rgba(255,255,255,.2);}
.h_about_num .box:last-child{ border-right:none;}
.h_about_num .t_t{ line-height:1.1;}
.h_about_num h5{ font-size:16px; margin-top: 10px;}

.h_about_text{text-align:center; font-size:16px; line-height: 1.8; }
.h_about_text h6{ font-size:18px; font-weight: bold; margin-bottom: 15px;}
.h_about_text .t_d{ margin-top:40px;}

/*合作伙伴*/
.h_brand{text-align:center;}
.h_brand .box{ border-bottom:1px solid #eee; border-right:1px solid #eee; padding: 0; background-color: #fff;}
.h_brand .box img{opacity: .6;-webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;}
.h_brand .box:hover img,.h_brand .box:active img{opacity: 1;
-webkit-filter: grayscale(0); 
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    
    filter: grayscale(0);
	
    filter:none;}
/*文件底*/
.footer{  background-color: #373a3e; font-size: 12px;}
.footer,.footer a{ color:#75808c;}
.footer a:hover,.footer a:active{ color:#fff;}
.footer .t_t{ color:#fff; font-size: 14px;}
.footer .t_d_o{ margin:5px 0 0 0;}
.footer_l .t_d .img_m{ margin:0 5px 0 0; }
/*图标*/
.f_icon{ width:20px; height: 20px; background-image: url(../images/icon/f_icon.png); margin-right: 6px;}
.f_icon2{ background-position: 0 -20px;}

/*--------------star（内页的样式）*/
/*大图片*/
.i_banner{ margin-top:80px; overflow: hidden; text-align: center;}

/*关于我们*/
.i_about .i_about_item{  line-height: 1.8;font-size: 16px; color:#666;}
.i_about .i_about_t p{ margin:20px 0 0 0;}
.i_about_th{ border-left:4px solid #008ad7; padding-left: 10px; font-size: 20px; line-height: 20px; margin-bottom: 20px;}
.i_about_d p{text-indent:2em;}

/*组织结构*/
.i_about_guide{background-image: url(../images/icon/box_bj2.jpg); background-color: #f2f4f8; }
.i_about_guide_img{ max-width:100%;}
.i_about_guide_box{text-align:center;}

/*联系我们*/
.i_about_contact_d{text-align:center;}
.i_about_contact_d h5{ color:#999; font-size: 14px; margin: 10px 0;}
.i_about_contact_d .t_d{ font-size:20px;}
/*图标*/
.icon_b{ width:70px; height: 70px; background-image: url(../images/icon/icon_b.png); }
.icon_b2{background-position: 0 -70px;}
.icon_b3{background-position: 0 -140px;}
.icon_b4{background-position: 0 -210px;}
/*经过图标*/
.box:hover .icon_b{background-position: -70px 0;}
.box:hover .icon_b2{background-position: -70px -70px;}
.box:hover .icon_b3{background-position: -70px -140px;}
.box:hover .icon_b4{background-position: -70px -210px;}

/*地图*/
.i_about_contact_t{ margin-bottom:50px;}
.map-container{ width:100%; height:380px;}

/*主营业务*/

/*标签导航*/
.i_business_tab_nav{text-align:center; margin-bottom: 0; position: relative; z-index: 1;}
.i_business_tab_nav dd,.i_business_tab_nav dd a{ color:#888;}
.i_business_tab_nav dd a{ display:inline-block; vertical-align: top; height: 40px;line-height: 40px;  padding: 0 18px; margin: 0 5px; cursor: pointer;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;
-webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}
.i_business_tab_nav dd a::before{ display:block; content: ''; position: absolute; width: 0; height: 0; overflow: hidden; font-size: 0; background-color: #33a1df; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s; -moz-transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%); left: 50%; top:50%; z-index: -1; }

.i_business_tab_nav dd a:hover::before,.i_business_tab_nav dd a:active::before,.i_business_tab_nav dd .tab_light::before{ width:100%; height: 100%;}
.i_business_tab_nav dd .tab_light{ color:#fff;}
.i_business_tab_nav dd a:hover{text-decoration:none;}
.i_business_tab_nav dd a:hover::before{background-color: #f4f4f4;}
.i_business_tab_nav dd .tab_light:hover::before{background-color: #33a1df;}
/*为空*/
.null_box{display:block; text-align: center; padding: 10em 0; color:#888;}

/*列表*/
.i_business_item{  border-bottom: 1px dotted #ddd;}
.i_business_item .t_d{ color:#888; line-height: 2; margin-top: 20px;}
.i_business_item h5{ font-size:24px;}
.i_business_item h5 .text_m{ padding:10px 0 0 0;}
.i_business_item h5 .big_eng{ font-size:24px; margin-top: 6px;}



/*图标*/
.icon_c{ width:70px; height: 70px; background-image: url(../images/icon/th_icon.png); margin-right: 25px;}
.icon_c2{ background-position: 0 -70px;}
.icon_c3{ background-position: 0 -140px;}
.icon_c4{ background-position: 0 -210px;}
.icon_c5{ background-position: 0 -280px;}
.icon_c6{ background-position: 0 -350px;}


/*新闻*/
.i_news_box{ padding-top:25px; padding-bottom:25px; border-bottom: 1px solid #eee;}
.i_news_box1{ padding:25px 15px; padding-bottom:25px;}
/*页码*/
.gypager{text-align: center; margin:30px 0; }
.gypagination > li:first-child, .gypagination > li:last-child{ font-weight:bold;}
.gypagination > li > a, .gypagination > li > span{margin: 2px; float: none; display: inline-block; font-size: 1.5rem; color: #999; background-color: #fff; border-color: #eee; border-radius: 0px; padding-left: 1.2rem; padding-right: 1.2rem;}
.gypagination > li > a:focus, .gypagination > li > a:hover, .gypagination > li > span:focus, .gypagination > li > span:hover{color: #008ad7;}
.gypagination > .active > a, .gypagination > .active > a:focus, .gypagination > .active > a:hover, .gypagination > .active > span, .gypagination > .active > span:focus, .gypagination > .active > span:hover{background-color: #008ad7;}
.gypagination > .disabled > a, .gypagination > .disabled > a:focus, .gypagination > .disabled > a:hover, .gypagination > .disabled > span, .gypagination > .disabled > span:focus, .gypagination > .disabled > span:hover{background-color: #eee; border-color: #eee;}

/*新闻详情*/
.d_center{ margin-top:80px;}
/*位置标题*/
.site_th{ margin-top:20px; margin-bottom: 30px;}
.site_th,.site_th a{ color:#666;}
.site_th a:hover,.site_th a:active{ colro:#0097e0;}
.site_th .china{ font-style:normal; margin: 0 10px; color:#999;}

/*正文标题*/
.d_th{text-align:center; margin-bottom: 30px;}
.d_th h2{ font-size:32px;}
.d_th .t_d{ margin-top:15px;}
/*正文内容*/
.d_wen{ margin-top:30px; margin-bottom: 30px; font-size: 16px; line-height: 1.8; color:#666;}
.d_wen p{text-indent:2em; margin-bottom: 20px;}
.d_wen .pic_c{text-indent:0; text-align: center; margin:40px 10px;}
.d_wen .pic_c img{ max-width:100%; background-color: #eee;}
/*为您推荐*/
.box_p15{ padding:15px;}
.gray_bj_light{ background-color: #fbfbfb;}
/*标题*/
.r_th_y{ font-size:16px; margin-bottom: 10px; border-left:4px solid #008ad7; padding-left: 10px;}
.d_news_r{ padding-right:0;}
/*图片新闻*/
.r_rec_news_pic{ margin:20px 0; }
.r_rec_news_pic .item_a{ display:block;position: relative;}
.f_black{ position:absolute; left:0; bottom: 0; padding: 0px 10px; color:#fff;background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7)); background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7)); background: -webkit-gradient(linear,left top,left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.7))); background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.7)); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#00000000,endcolorstr=#FF000000);}
.f_black h5{ font-size:14px; line-height: 1.2em; height: 2.4em;}
/*文字新闻*/
.r_rec_news_ul{ margin:20px 0;}
.r_rec_news_ul li{ margin:0 0 15px 0; padding-left: 12px; position: relative;}
.r_rec_news_ul li::before{ position:absolute; width: 4px; height: 4px; content: ''; display: block; top:8px; left: 0; font-size: 0; overflow: hidden; background-color: #999; -moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {	

/*标志*/
.navbar_brand{ padding:0px 0 0 0;  }
.navbar_brand img{ height:35px; margin:10px 0 0 10px;}
/*导航*/
.nav{float:right;}
.d_center{ margin-top:50px; margin-bottom: 0;}
/*文件底*/
	.footer_l{ padding:0;}
	.footer_l .t_t{ margin:15px 0 20px 0;}	
	.footer_r{text-align:right; padding: 0;}
	.wechat_110{ display:inline-block; width: 150px; text-align: center;}
/*新闻*/
	.i_news_box h5{ font-size:18px; height: 1.6em; line-height: 1.6em;}
	.i_news_box .news_date{float:right; color:#999; font-size: 16px;}
	.i_news_box .item_a{float:left; width: 80%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
	.i_news_box .t_d{ color:#999; clear: both; margin-top: 20px; }
	.i_news_box1 h5{ font-size:18px; height: 1.6em; line-height: 1.6em;}
	.i_news_box1 .news_date{float:right; color:#999; font-size: 16px;}
	.i_news_box1 .item_a{float:left; width: 80%;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
	.i_news_box1 .t_d{ color:#999; clear: both; margin-top: 20px; }
	/*主营业务*/
.i_business_tab{ margin-top:-30px;}
.i_business_item{ padding:70px 30px;}
.md_fr{float:right;}
/*图片*/
.i_business_item_pic{ position:relative; padding-left: 0; padding-right: 0;}
.i_business_item_pic::before,.i_business_item_pic::after{ width:50px;  height: 2px; background-color: #33a1df;content: ''; display: block; position: absolute; right:-50px; bottom: 20px; font-size: 0; overflow: hidden;}
.i_business_item_pic::after{background-color: #fff;right:0px; left: auto;}
.i_business_item_pic.md_fr::before{ left:-50px;right:auto;}
.i_business_item_pic.md_fr::after{ right:auto;left:0px;}
	/*文字*/
.i_business_item_text{ padding-right:80px; padding-left: 0;}
.i_business_item_text.md_fr{ padding-left:80px; padding-right: 0;}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (max-width: 992px) {
/*自适应*/
.xs_r_cell{ display:table-cell; width:9999px; *width:auto; *zoom:1;}
/*经过*/
.hover_box .box:active{background-color:#f8f8f8;}
/*衡准业务*/
.icon_a{float:left; margin-right: 2rem; margin-top: .7rem;}
.h_business h5{  line-height:1.1;}
.h_business .box{ padding:1.5rem 1rem; border-bottom: 1px solid #eee;}
.h_business .box:last-child{ border-bottom:none;}
.h_business .t_d{ margin:.6rem 0 0 0;}
.h_business {  margin-top:-2rem;}	
/*内页banner*/	
.i_banner{ margin-top:50px;}
.xs_banner{ margin-left:-20rem; margin-right:-20rem;}
}

/* 手机版本 */
@media (max-width: 480px) and (max-width: 768px) {
.navbar_brand img{ height:35px; margin:10px 0 0 10px; max-width:80%;}
/*动画数字*/
.carousel-indicators .active,.carousel-indicators li{height: .4rem;width: 1.6rem;}	
/*自适应*/
.xs_r_cell{ display:table-cell; width:9999px; *width:auto; *zoom:1;}
/*经过*/
.hover_box .box:active{background-color:#f8f8f8;}
/*star中间区域*/
.box_p60{ padding:3rem 0;}
.box_p40{ padding:2rem 0;}	
/*标题*/
.h_th{ margin-bottom:1rem;}
/*衡准业务*/
.icon_a{float:left; margin-right: 2rem; margin-top: .7rem;}
.h_business h5{  line-height:1.1;}
.h_business .box{ padding:1.5rem 1rem; border-bottom: 1px solid #eee;}
.h_business .box:last-child{ border-bottom:none;}
.h_business .t_d{ margin:.6rem 0 0 0;}
.h_business .t_c {display: block;line-height: 1.2em;height: 6.1em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
/*关于衡准*/
	.h_about_num{ margin-bottom:0;}
	.h_about_num .box{ padding-top:1rem; padding-bottom: 1rem;}
	.h_about_num .box:nth-child(1),.h_about_num .box:nth-child(2){ border-bottom:1px solid rgba(255,255,255,.2); }
	.h_about_text h6{ line-height:1.6;}
	.h_about_text{ margin-left:1rem; margin-right: 1rem; text-align: left;}
	.h_about_text .t_d{text-align:center;}
/*文件底*/
	.footer_l,.footer_r{ text-align:center;}
	.footer_l .t_t{ margin:10px 0;}	
	.footer_l .m_l{ display:block;}
	.footer_r{ margin:1.2rem 0 0 0;}
	/*合作伙伴*/
	.h_brand,.h_business{ padding-bottom:0;}
/*star内页*/
	/*大图片*/
	.i_banner{ margin-top:50px;}
	.xs_banner{ margin-left:-25rem;margin-right:-25rem;}
	/*组织结构*/
	.i_about_guide_box{ margin-left:.5rem; margin-right: .5rem;}
	/*联系我们*/
	.i_about_contact_d .box{ margin-top:2.5rem;}
	/*地图*/
	.i_about_contact_t{ margin-bottom:0px;}
	/*主营业务*/
	/*标签导航*/
	.i_business_tab_nav dd{text-align:left;}
	.i_business_tab_nav dd a{ width:48%; float:left;margin: 0 1%; text-align: center;}
	.i_business_tab{ padding:0 1rem;}
	.i_business_item{ margin-top:0rem; padding-top: 2rem; padding-bottom: 2rem;}
	.i_business_item:last-child{ border-bottom:none;}
	.icon_c{ margin-right:1rem;}
	.i_business_item h5{ font-size:2.2rem;}
	.i_business_item h5 .big_eng{ font-size:1.6rem;}
	.i_business{ padding-bottom:0;}
	/*新闻*/
	.i_news_box{ padding-top:1.5rem; padding-bottom: 1.5rem; }
	.i_news_box1{ padding-top:1.5rem; padding-bottom: 1.5rem; }
	.i_news_text{ padding-left:0;}
	.i_news_text h5{ margin-top:0; font-size: 1.5rem; }
	.i_news_text .news_date{ color:#999;display: block; margin: .4rem 0 0 0;}
	.i_news_text .t_d{ margin-top:.5rem; line-height: 1.4rem; height: /*2.8rem*/auto; color:#999;}
	.i_news_text .item_a{ display:block;overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
	.i_news{ padding-bottom:0;}
	
	/*新闻详情*/
	.d_center{ margin-top:50px;}
	.i_about_d{ margin-left:1rem;padding-top:1rem; margin-top: 3rem; border-top:1px solid #eee; margin-right: 1rem;}
	.site_th{ margin-top:-1.5rem; margin-bottom: 1rem;}
	
}
/* end-手机版本 */


/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1024px) {
	
	
/*头文件*/	
.gheader{ height:80px; position: relative; background-color: #fff; border-bottom: none; box-shadow: 0 0 10px rgba(0,0,0,.2);box-shadow: 0 0 10px #999\9; }
.gheader .container{padding:0;}
	

/*标志*/
.navbar_brand{ padding:5px 0 0 10px; float:left;}
.navbar_brand img{ height:50px;}
/*导航*/
.nav{ padding-left: 4%; }
.nav li{ float:left;line-height:80px;padding: 0 20px; position: relative;}
.nav li::before{ position:absolute; content: ''; display: block; width: 1px; height: 18px; background-color:#ccc; font-size: 0; overflow: hidden; top:50%; right:0; transform: translateY(-50%);}
.nav li:last-child::before{ display:none;}
.nav li .item_a{ /*float:left;*/ font-size:16px;  position: relative;  line-height: 80px;height: 80px; padding: 0;}
.nav li .item_a::before{ position:absolute; content: ''; display: block; background-color: #008ad7; width:0; height: 3px; left: 50%; bottom: 0; -moz-transition: .3s;-webkit-transition: .3s;transition: .3s; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.nav li .item_a:hover::before,.nav .active .item_a::before{ width:100%;}


.nav li .item_a:hover,.nav .active .item_a{ color:#008ad7;}
.nav .active a{ border-bottom:3px solid #008ad7\9;*border-bottom:3px solid #008ad7;}
.nav .active { }
	
.gheader{position: fixed; z-index: 99; margin-bottom: 0; display: block; width: 100%; }
.nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{background-color: transparent!important; color:#008ad7 !important;}
	
/*导航滑动后效果*/

	
/*经过*/
.nav li a:hover{background-color: #ed1b24\9;*background-color: #ed1b24;}
	
/*电话*/
.header_tel{ padding:15px 0 0 0;}

/*动画*/	
#myCarousel {margin-top:80px;}
.carousel-indicators{ bottom: 0px;}
.ibn_btn{position: absolute; top: 50%; margin-top: -35px;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%; font-weight: bold; font-size: 16px; color:#fff; width:50px; height: 50px; line-height: 50px; background-color: rgba(0,0,0,.3);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000,endcolorstr=#CF000000); }
.ibn_btn:hover{ background-color: #272727; color: #fff; text-decoration: none;}
.left .ibn_btn{ left:20%;  }
.right .ibn_btn{ right:20%;}
	
/*电话*/
.header_tel{ padding:26px 30px 0 0; font-size:20px; line-height: 26px;}
.icon_tel{ width:26px; height: 26px; margin-right: 8px; background-color: #373a3e; background-image: url(../images/icon/tel.png);}
	.header_tel:hover .icon_tel{ -moz-box-shadow:0 8px 15px rgba(0,138,215,.15);-webkit-box-shadow:0 8px 15px rgba(0,138,215,.15);box-shadow:0 8px 15px rgba(0,138,215,.15); background-color: #008ad7;}
	
/*star中间区域*/
	/*衡准业务*/
	.h_business .box{width:33.33%; text-align: center; padding: 30px 25px; }
	.h_business .t_c{line-height: 1.8em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;height:9em;}
	.h_business h5{  padding: 20px 0 60px 0;position: relative;}
	.h_business h5::before{ width:0px; font-size: 0; height: 3px; overflow: hidden; background-color: #9cdab1; content: ''; display: block; position: absolute; bottom:10px; left:50%; -moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%); -moz-transition: .3s;-webkit-transition: .3s;transition: .3s;}
	.h_business .box:hover h5::before{ width:20px;}
	.h_business .t_d{ margin:30px 0 0 0;}
	/*关于我们*/
	.i_about .box_w{ padding-left:20px;}
	.i_about .i_about_t{ padding-bottom:40px; margin-bottom: 20px; border-bottom: 1px dotted #ddd;}
	/*组织结构*/
	
	



}
/*end大的分辨率*/

/* 大屏幕（大桌面显示器，大于等于 1280px） */
@media (max-width: 1280px) {
/*导航*/
	.header_tel{ display:none;}
	
}
/*end大的分辨率1280*/	

/* 大屏幕（大桌面显示器，大于等于 1366px） */
@media (min-width: 1366px) {
/*导航*/
	.nav{float:left;}
	.nav li{ padding:0 28px;}
	/*主营业务*/
	.i_business_item_text{ padding-right:145px; }
.i_business_item_text.md_fr{ padding-left:145px; }
}
/*end大的分辨率1366*/

/* 大屏幕（大桌面显示器，大于等于 1920px） */
@media (min-width: 1600px) {
/*导航*/
.nav{ padding-left: 14%;}
}
/*end大的分辨率1920*/	


/*--------------------------文字*/
/*color*/
.blue_text,.blue_link a{ color:#079ad7;}
.blue_link a:hover,.blue_link a:active{ color:#fff; background-color: #079ad7;}
.orange_link a,.orange_text{ color:#f2770d !important;}
.orange_link a:hover{ color:#fff !important;}
.white_text,.white_link a{ color:#fff;}
.white_text .big_eng{ color:rgba(255,255,255,.1);}
.gray_text,.gray_link a{ color:#999;}
.gray_link a:hover,.gray_link a:active{ color:#fff; background-color: #079ad7;}

.m_l_b{ margin-left:1.5em;}
.m_l{ margin-left:.8em;}
.china{ font-family:"宋体";}

.font_72{font-size:72px;}
.font_24{ font-size:24px;}
.text_t{display:inline-block; vertical-align: top;}

/*加载字体*/
@font-face {
	font-family: 'timesbd';
	src:url('../fonts/timesbd.eot');
	src:url('../fonts/timesbd.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timesbd.woff') format('woff'),
		url('../fonts/timesbd.ttf') format('truetype'),
		url('../fonts/timesbd.svg#timesbd') format('svg');
	font-weight: normal;
	font-style: normal;
}
.big_eng{font-family:"timesbd",Arial; color:#f3f3f3; text-transform: uppercase; font-size: 30px; line-height: 1.1;}

@font-face {
	font-family: 'DINCond-Black';
	src:url('../fonts/DINCond-Black.eot');
	src:url('../fonts/DINCond-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/DINCond-Black.woff') format('woff'),
		url('../fonts/DINCond-Black.ttf') format('truetype'),
		url('../fonts/DINCond-Black.svg#DINCond-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
.big_text{font-family:"DINCond-Black",Arial;}

/*---------------------------省略符号*/
/*省略号*/
.hide1{overflow:hidden; word-break:keep-all; white-space:nowrap;text-overflow:ellipsis; line-height: 1.8em; height: 1.8em;}
.hide2,.hide3,.hide4,.hide6,.hide10,.hide5{line-height: 1.8em;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.hide2{height:3.6em;}
.hide3{-webkit-line-clamp: 3;height:5.4em; }
.hide4{-webkit-line-clamp: 4;height:7.2em;}
.hide5{-webkit-line-clamp: 5;height:9em;}
.hide6{-webkit-line-clamp: 6; height:10.8em;}
.hide10{-webkit-line-clamp: 10;height:18em; }
/*自适应*/
.r_cell{ display:table-cell; width:9999px; *width:auto; *zoom:1;}


/*自定义动画*/
.transition_a,.transition_o a,.hover_table tbody tr,.hover_arrow_shadow .icon_public{ -moz-transition:all .3s linear;-webkit-transition:all .3s linear;transition:all .3s linear;}

/*图标*/
.icon_public{  display: inline-block; vertical-align: middle; font-size: 0; overflow: hidden; background-repeat: no-repeat;}

.img_w{ width:100%; height: 100%; overflow: hidden;}
.img_w_w{ width:100%; overflow: hidden;}
.img_m,.text_m{ display:inline-block; vertical-align: middle;}
a:hover .img_m{vertical-align: middle;}
.box_sizing{ -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

@media (min-width: 1024px) {
/*经过*/
.hover_pic_shadow .box:hover .pic,.hover_box .box:hover,.hover_box_t .box:hover,.hover_pic_shadow .box:active .pic,.hover_box .box:active,.hover_box_t .box:active{ -moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);transform:translateY(-5px); }
.hover_pic_shadow .box:hover .pic,.hover_box .box:hover,.hover_pic_shadow_t .box:hover .pic{-moz-box-shadow: 0 10px 15px rgba(0,0,0,.12);-webkit-box-shadow: 0 10px 15px rgba(0,0,0,.12);box-shadow: 0 10px 15px rgba(0,0,0,.12); background-color: #fff; }

/*经过表格*/
.hover_table tbody tr:hover{ -moz-transform:translateY(-2px);-webkit-transform:translateY(-2px);transform:translateY(-2px); -moz-box-shadow: 0 10px 20px rgba(0,0,0,.15);-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);box-shadow: 0 10px 20px rgba(0,0,0,.15);}

/*阴影*/
.box_shadow{ -moz-box-shadow:0 10px 15px rgba(0,0,0,.2); -webkit-box-shadow:0 10px 15px rgba(0,0,0,.2); box-shadow:0 10px 15px rgba(0,0,0,.2); background-color: #fff;}
.box_shadow_s{-moz-box-shadow:0 2px 5px rgba(0,0,0,.3); -webkit-box-shadow:0 2px 5px rgba(0,0,0,.3); box-shadow:0 2px 5px rgba(0,0,0,.3); background-color: #fff;}

/*经过图片阴影*/
.hover_arrow_shadow .box:hover .icon_public{filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); -webkit-filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); -moz-filter: drop-shadow(5px 5px 1px rgba(0,0,0,0.2)); transform: translate3d(0, -3px, 0); -moz-transform: translate3d(0, -3px, 0); -webkit-transform: translate3d(0, -3px, 0);}
}

/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
.hover_arrow .box:hover .icon_public{animation: landr 0.8s ease-in-out; 
-ms-animation: landr 0.8s ease-in-out;
-moz-animation: landr 0.8s ease-in-out;
-webkit-animation: landr 0.8s ease-in-out;
-o-animation: landr 0.8s ease-in-out;}
/*定义动画效果_css3*/
@keyframes landr {
0% {transform: rotate(0deg);transform-origin: right bottom 0;}
39% {transform: rotate(5deg);transform-origin: right bottom 0;}
40% {transform: rotate(5deg); transform-origin: left bottom 0;}
75% {transform: rotate(-10deg);transform-origin: left bottom 0;}
100% {transform: rotate(0deg);transform-origin: left bottom 0;}
}
@-webkit-keyframes landr {
0% { -webkit-transform: rotate(0deg);-webkit-transform-origin: right bottom 0;}
39% {-webkit-transform: rotate(5deg);webkit-transform-origin: right bottom 0;}
40% {-webkit-transform: rotate(5deg);-webkit-transform-origin: left bottom 0;}
75% {-webkit-transform: rotate(-10deg); -webkit-transform-origin: left bottom 0;}
100% {-webkit-transform: rotate(0deg);-webkit-transform-origin: left bottom 0;}
}

/*经过图片有闪光效果*/
.hover_pic .pic{position: relative; overflow: hidden; display:block;}
.hover_pic .pic:before{position: absolute; top: 0px; left: -80%; display: block; content: ""; width: 40%; height: 100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); background: -webkit-gradient(linear,left top,right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), to(rgba(255,255,255,0))); background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0)); -moz-transform: skewX(-25deg); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.hover_pic .pic:hover:before,.hover_box .box:hover .pic::before{-moz-transition: left 1s ease 0s; -webkit-transition: left 1s ease 0s; transition: left 1s ease 0s; left: 140%;}


/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s_s{-moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px;}
.round_s,.round_s_a a,.round_s_img img { -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.round_s_b{ -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
.round_s_b_t{-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;}
.round_m,.round_m_a a{ -moz-border-radius:2em; -webkit-border-radius:2em; border-radius:2em;}

.round_m_s{ -moz-border-radius:.4em; -webkit-border-radius:.4em; border-radius:.4em;}
.round_r,.round_img img{-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
/*链接文件*/
.round_s,.round_r,.round_m,.round_img img,.round_m_s,.round_m_a a,.round_s_a a,.round_s_s,.round_s_b,.round_s_b_t,.round_img_s img,.round_bj_a a,.round_bj{position:relative\9;behavior: url(js/pie.htc);}


