﻿/*ie8*/
.ie8 a{color:#444;}
.ie8 a:hover{color:#f00;}

/*  -->  index  <--  */
/* head */

/* nav */
 
.s_up{opacity:1;top: 0;background:#fff;}
.s_up .nav{background:#fff;box-shadow: 1px 1px 1px #eee;}
.s_up ul ul{background:#fff;box-shadow: 1px 1px 1px #eee;}
.s_up ul ul a i{background:url(../images/icon_nav_arr_b.png) center center no-repeat;}
.s_up ul ul a:hover i{background:url(../images/icon_nav_arr.png) center center no-repeat;}
.s_up ul li a{color: #444;}
.s_up ul li.nav_cur>a{color:#fff;}
.s_down{opacity:0;top: -100px;}
.s_up.s_top .nav{	background: url(../images/ffffff30.png);box-shadow: none;}
.s_up.s_top .nav ul ul{background: url(../images/ffffff50.png);background: rgba(255,255,255,.6);box-shadow: none;}
.s_up.s_top .nav ul li a{color: #fff;}
.s_up.s_top .nav ul ul a{color: #444;}
.s_up.s_top .nav ul ul li:hover a{color: #fff;}
.s_up.s_top .nav ul ul a i{background:url(../images/icon_nav_arr_b.png) center center no-repeat;}
.s_up.s_top .nav ul ul li:hover a i{background-image:url(../images/icon_nav_arr.png);}

/* banner */
 
.dots{position: absolute;left:0;bottom:35px;}
.dots span{display:inline-block;height:15px;width: 15px;margin-right: 10px;border-radius: 8px;background: #fff;cursor: pointer;position: relative;left: -20px;}
.dots span.active{width:70px;}
#a1{margin:200px 0;font-size: 30px;}


/* in_nums */
.in_nums{width:1103px;height: 177px;margin: 0 auto;padding: 20px 0 0 30px;}
.in_nums>div{float: left;margin-right: 30px}
.in_num_line{height: 91px;width: 48px;background: url(../images/5a5a5a.png) 0 45px repeat-x;}
.num{background:url(../images/in_nums_circle.png) center center no-repeat;width: 91px;height: 91px;line-height: 91px;text-align: center;position: relative;}
.num>span{font-size:28px;color:#005ac8;position: relative;display: block;width: 100%;height: 100%;cursor: default;font-weight: bold;}
.num>span:after{content:'';position: absolute;left: 0;top: 0;right: 0;bottom: 0; background: #005ac8;border-radius: 50px; transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);visibility: hidden;opacity: 0;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;z-index: -1;}
.ie8 .num>span:after{display:none;}
.num:hover>span,.num:hover>span>i{color:#fff;}
.ie8 .num:hover>span,.ie8 .num:hover>span>i{color:#005ac8;}
.num:hover>span:after{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);visibility: visible;opacity: 1;}
.num>span>i{position: relative;top: -10px;color:#005ac8;font-size:18px;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.num_outer h6{line-height:40px;text-align: center;font-size: 16px;margin-left: -10px;margin-right: -10px;}
.num:before{content:'';position: absolute;left: 0;top: 0;right: 0;bottom: 0;border-radius: 50px;border-color: transparent transparent transparent #005ac8;border-width:3px;border-style: solid;transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.ie8 .num:before{display:none;}
.num2:before{transform: rotate(90deg);-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);}
.num3:before{transform: rotate(135deg);-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-moz-transform: rotate(135deg);}
.num4:before{transform: rotate(180deg);-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.num5:before{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.num1:hover:before{transform: rotate(405deg);-webkit-transform: rotate(405deg);-ms-transform: rotate(405deg);-moz-transform: rotate(405deg);}
.num2:hover:before{transform: rotate(450deg);-webkit-transform: rotate(450deg);-ms-transform: rotate(450deg);-moz-transform: rotate(450deg);}
.num3:hover:before{transform: rotate(395deg);-webkit-transform: rotate(395deg);-ms-transform: rotate(395deg);-moz-transform: rotate(395deg);}
.num4:hover:before{transform: rotate(-180deg);-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);-moz-transform: rotate(-180deg);}
.num5:hover:before{transform: rotate(315deg);-webkit-transform: rotate(315deg);-ms-transform: rotate(315deg);-moz-transform: rotate(315deg);}
.hr{height: 1px;width: 100%;background: #ccc;}

/* in_news */
.in_news{width:1200px; margin: 0 auto;}
.in_tit{text-align: center;}
.in_news .in_news_more {position: absolute;top:-57px;right:33px; }
.in_news_more{text-align:right;}
.in_news_more a{border:1px solid #005ac8;padding: 0 20px;color:#005ac8;height: 36px;line-height: 36px;margin-bottom: 8px;display: inline-block;}
.in_news_more a i{position: relative;top: -1px;}
.in_news_list{width:1230px;position: relative;display: none;}
.in_news_list.cur{display:block;}
.in_news_list.cur_now{display:block;animation:jd 1s;-webkit-animation:jd 1s;}
.in_news_list.cur .in_new{visibility:visible!important;}
.in_new_nav{width:100%;text-align: center;margin-bottom:20px;}
.in_new_nav_i{display:inline-block;border-right: 1px solid #cbcbcb;font-size: 20px;height: 36px;line-height: 36px;padding: 0 35px;cursor: pointer;}
.in_new_nav_i:first-child{border-left: 1px solid #cbcbcb;}
.in_new_nav_i.cur{color:#005ac8;}
.in_new{width:33.3%;padding:30px;float: left;position: relative;top: 0;}
.in_new:hover{top: -6px;box-shadow:2px 5px 20px rgba(88,88,88,.2);-webkit-box-shadow:2px 5px 20px rgba(88,88,88,.2);}
.ie8 .in_new:hover{top: 0;}
.in_new img{width:100%;}
.in_new_info{width:100%;margin-top: 50px;}
.in_new_date,.in_new_tit{float:left;}
.in_new_container{color: #5a5a5a;}
.in_new_container:hover .in_new_date,.in_new_container:hover .in_new_tit{color: #5a5a5a;}
.in_new_date{width:50%;position: relative;top: 0;}
.in_new:hover .in_new_date{top:26px;}
 
.in_new_date h6{padding-left:5px;}
.in_new_tit{width:100%;}
.in_new_tit h3{font-size:20px;padding-bottom: 15px;height: 35px;line-height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 15px;position: relative;}
.in_new_tit h3:before{content:'';position: absolute;bottom: 0px;height: 1px; left: 0;width: 100%;background: #888;transition: 0.8s;-moz-transition: 0.8s;-o-transition: 0.8s;-webkit-transition: 0.8s;z-index: 0;}
.in_new_tit h3:after{content:'';position: absolute;bottom: 0px;height: 1px; left: 0;width: 100%;background: #005ac8;transform:translateX(-100%);-ms-transform:translateX(-100%);-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transition: 0.8s;-moz-transition: 0.8s;-o-transition: 0.8s;-webkit-transition: 0.8s;z-index: 1;}
.in_new:hover .in_new_tit h3:after{transform:translateX(0);-webkit-transform:translateX(0);-ms-transform:translateX(0);-moz-transform:translateX(0);}
.in_new:hover .in_new_tit h3,.in_new:hover .in_new_tit h6,.in_new:hover .in_new_date{color:#005ac8;}

.in_new_tit h6{font-size:14px;line-height: 1.5em;height: 4.5em;overflow: hidden;margin-bottom:28px;}
.in_new_go{display:inline-block;height: 34px;line-height: 34px;border: 1px solid #005ac8;width: 100px;text-align: center;color: #005ac8;position: relative;padding-right: 8px;transition-property: all!important;-webkit-transition-property: all;}
.in_new_go i{position:absolute;background: url(../images/icon_arr.png) center center no-repeat;width: 50px;height: 20px;right: 0px;top: 6px;}
.in_new_go:hover{width:100px;background-color:#005ac8;color:#fff;}
.in_case_r .in_new_go:hover{width:100px;}
 
.ie8 .in_news .in_new_go:hover i,.ie8 .in_about .in_new_go:hover i{background-image: url(../images/icon_arr.png);}
/*2017.7.31*/
.in_news_list_0731{height:450px;width: 88%;    margin:50px auto 0;;}
.in_news_list_0731 .inv_new{    border-bottom: 1px dotted #e8e8e8;padding:0 20px;display:block;}
.in_news_list_0731 .inv_new:first-child{border-top: 1px dotted #e8e8e8;}
.in_new_0731{margin-right: 10px;color:#005ac8;}
.in_news_list_0731 .in_news_more{right:0;top: -83px;}
.in_news_list_0731 .inv_new:hover a,.in_news_list_0731 .inv_new:hover a span{color:#fff;}

/* in_industry */
.in_industry{width:100%;background: url(../images/in_industry_bg.png) center center no-repeat;margin-top: 110px;padding-bottom: 140px;}
.in_industry_container{width:1300px;margin: 0 auto;}
.in_ind_list{width:100%;margin-top: 66px;}
.in_ind{float:left;width: 33.33%;text-align: center;padding: 0 50px;}
.in_ind a{color:#fff;}
.in_ind:hover a{/*color:#005ac8;*/}
.in_ind_icon{background:url(../images/in_ind_bg.png) center center no-repeat;height: 170px;width: 155px;line-height: 170px;margin: 0 auto;margin-bottom: 35px;position: relative;}
.in_ind_icon1 i{position:absolute;background: url(../images/icon_ind1.png) center center no-repeat;left: 0;top: 0;bottom: 0;right: 0;}
.in_ind_icon2 i{position:absolute;background: url(../images/icon_ind2.png) center center no-repeat;left: 0;top: 0;bottom: 0;right: 0;}
.in_ind_icon3 i{position:absolute;background: url(../images/icon_ind3.png) center center no-repeat;left: 0;top: 0;bottom: 0;right: 0;}
/*.in_ind:hover .in_ind_icon1 i{background: url(../images/icon_ind1_h.png) center center no-repeat;}
.in_ind:hover .in_ind_icon2 i{background: url(../images/icon_ind2_h.png) center center no-repeat;}
.in_ind:hover .in_ind_icon3 i{background: url(../images/icon_ind3_h.png) center center no-repeat;}*/
.in_ind:hover .in_ind_icon{background:url(../images/icon_ind_h.png) center center no-repeat;}
.in_ind:hover .in_ind_icon img{transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg);-ms-transform:rotateY(180deg);}
.in_ind_info h2{font-size:26px;font-weight: normal;line-height: 2em;}
.in_ind_info p{line-height:1.8em;}

/* in_pro */
.in_pro{width:100%;background: url(../images/in_pro_bg.jpg) center center no-repeat;padding:20px 0 240px;}
.in_pro_container{width:1200px;margin: 0 auto;}
.in_pro_list{margin-top:85px;}
.in_pro_box{float:left;width: 33.33%;padding: 0 10px;position: relative;}
.in_pro_img img{width:100%;}
.in_pro_img img.in_pro_h_i{position:absolute;left: 50%;top:50%;margin-left: -67px;margin-top: -60px;width: auto;}
.in_pro_box:nth-child(2) .in_pro_img img.in_pro_h_i{margin-left:-62px;}
.in_pro_box:nth-child(3) .in_pro_img img.in_pro_h_i{margin-left:-60px;}
.in_pro_h{position:absolute;top: -30px;left: -10px;right: -10px;bottom:-40px;box-shadow:5px 5px 20px rgba(88,88,88,.6);-webkit-box-shadow:5px 5px 20px rgba(88,88,88,.6);text-align: center;background:#005ac8 /*url(../images/005ac888.png)*/;color:#fff;visibility: hidden;opacity: 0;padding-top: 135px;z-index:1;}
.in_pro_h>h1{font-size:22px;font-style: normal;}
.in_pro_h_txt{border-top: 1px solid #fff;width: 80%;margin: 45px auto 60px;}
.in_pro_h_txt li{position:relative;}
.in_pro_h_txt li a{height: 42px;line-height: 42px;border-bottom: 1px solid #fff;font-size: 16px;display: block;}
.in_pro_h_txt li a:after{content:'';height:1px;width: 0;background:#0096ff;position: absolute;left: 0;bottom: 0;transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
.in_pro_h_txt li a:hover:after{width:100%;}
.in_pro_h_txt li a:hover{color: #0096ff;}
.in_pro_h a{color:#fff;}
.in_new_go_w{border-color:#fff;margin: 0 auto;}
.in_new_go_w a{display: block;color:#fff;}
.in_new_go_w i{background: url(../images/icon_arr_w.png) center center no-repeat;}
.in_pro_box:hover .in_pro_h{visibility: visible;opacity: 1;top: -40px;}
.in_pro_box:hover .in_pro_h_i{z-index: 2;/*animation: move_top .6s;-webkit-animation: move_top .6s;*/transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 50px!important;visibility: visible;opacity: 1;}
.ie8 .in_pro .in_pro_box:hover img.in_pro_h_i{z-index: 2;visibility: visible;width:88px;top: 50px;margin-left:-44px;}
@keyframes move_top{
	0%{top: 130px;visibility: hidden;opacity: 0;}
	100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 50px;visibility: visible;opacity: 1;}}
@-webkit-keyframes move_top{
	0%{top: 130px;visibility: hidden;opacity: 0;}
	100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 50px;visibility: visible;opacity: 1;}}
.in_pro .in_new_go a{color:#fff;}

/* in_case */
.in_case{width:100%;padding-bottom: 40px;}
.in_case_container{max-width: 1800px;margin: 0 auto;}
.in_case_outer,.in_case_box{width:100%;}
.in_case_box{padding-top:100px;}
.in_case_l{float:left;width: 50%;position: relative;padding: 0 4px;margin-top: 8px;}
.in_case_r{float:left;width: 50%;position: relative;margin-top: 8px;}
.in_case_l>img,.in_case_>img{width:100%;}
.in_case_{position:relative;display: table-cell;padding: 0 4px;/*margin-top: 12px;*/}
.in_case .owl-carousel .owl-item  .in_case_ > img{width:100%;height: auto;}
.in_case_info{position:absolute;left: 4px;top: 0;bottom: 0;right: 4px;background: #005ac8;background: rgba(0,90,200,.9); color: #fff;padding: 90px 60px 0;visibility: hidden;opacity: 0;}
.in_case_l .in_case_info{right:0;left: 0;}
.in_case_info img{position:absolute;right: 60px;top: 20px;visibility: hidden;opacity: 0;}
.in_case_info h2{line-height:26px;max-height: 26px;overflow: hidden;visibility: hidden;opacity: 0;position: relative;top: 0;cursor: default;}
.in_case_info p{margin-bottom: 30px; text-align: justify;max-height: 7.5em;overflow: hidden;visibility: hidden;opacity: 0;position: relative;top: 0;cursor: default;}
.in_case_r .in_new_go{height:30px;line-height: 30px;width: 90px;margin: 0;}
.in_case_r .in_new_go i{top:4px;}
.in_case_l .in_case_info{text-align:center;padding: 0;}
.in_case_l .in_case_{padding:0;display:block;}
.in_case_table{width:100%;height: 100%;display: table;}
.in_case_table_cell{height: 100%;display: table-cell;vertical-align: middle;padding: 0 80px;}
.in_case_table_cell h2{margin-bottom:20px;font-size: 22px;max-height: 56px;line-height: 28px;}
.in_case_table_cell p{ font-size: 16px;max-height: 15em;overflow: hidden;margin-bottom: 0;}
.in_case_:hover .in_case_info{visibility:visible;opacity: 1;}
.in_case_ .in_case_info{text-align: center;}
.in_case_:hover .in_case_info img{animation: fade_up2 0.8s;-webkit-animation: fade_up2 0.8s;visibility: visible;opacity: 1;}
.in_case_:hover .in_case_info h2{animation: fade_up_d1 0.8s;-webkit-animation: fade_up_d1 0.8s;visibility: visible;opacity: 1;}
.in_case_:hover .in_case_info p{animation: fade_up_d2 .8s;-webkit-animation: fade_up_d2 .8s;visibility: visible;opacity: 1;}
.in_case_:hover .in_new_go{animation: fade_up_d3 .8s;-webkit-animation: fade_up_d3 .8s;visibility: visible;opacity: 1;}
.in_case_ .in_new_go{margin-top: 20px;}
.in_case .owl-carousel .owl-item img{width:auto;}
.owl-theme .owl-controls{position:absolute;top: 0;left: 0;width: 100%;}
.owl-theme .owl-dots .owl-dot{width:210px;height: 60px;border-right:1px solid #969696;position: relative;}
.owl-theme .owl-dots .owl-dot span{display:none!important;}
.owl-theme .owl-dots .owl-dot:first-child{border-left:1px solid #969696;background: url(../images/in_case_i1.png) center 0 no-repeat;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.owl-theme .owl-dots .owl-dot:first-child:after{content: '高端制造';font-size: 18px;color: #969696;line-height: 18px; position: absolute;left: 0;bottom: 0;width: 100%;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;text-align: center;}
.owl-theme .owl-dots .owl-dot:first-child:hover{background: url(../images/in_case_i1_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot.active:first-child{background: url(../images/in_case_i1_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot:first-child:hover:after,.owl-theme .owl-dots .owl-dot + .owl-dot:hover:after,.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot:hover:after{color:#005ac8;}
.owl-theme .owl-dots .owl-dot.active:first-child:after,.owl-theme .owl-dots .owl-dot + .owl-dot.active:after,.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot.active:after{color:#005ac8;}
.owl-theme .owl-dots .owl-dot + .owl-dot{background: url(../images/in_case_i2.png) center 0 no-repeat;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.owl-theme .owl-dots .owl-dot + .owl-dot:hover{background: url(../images/in_case_i2_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot + .owl-dot.active{background: url(../images/in_case_i2_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot + .owl-dot:after{content: '新能源';font-size: 18px;color: #969696;line-height: 18px; position: absolute;left: 0;bottom: 0;width: 100%;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;text-align: center;}
.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot{background: url(../images/in_case_i3.png) center 0 no-repeat;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot:hover{background: url(../images/in_case_i3_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot.active{background: url(../images/in_case_i3_h.png) center 0 no-repeat;}
.owl-theme .owl-dots .owl-dot + .owl-dot + .owl-dot:after{content: '节能环保';font-size: 18px;color: #969696;line-height: 18px; position: absolute;left: 0;bottom: 0;width: 100%;transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;text-align: center;}
.in_case .in_new_go a{color:#fff;}

.in_case .owl-carousel .owl-item:last-child .in_case_l{width: 33.33%;}
.in_case .owl-carousel .owl-item:last-child .in_case_r{width: 66.66%;}
.in_case .owl-carousel .owl-item:last-child .in_case_ > img{height: auto;}
.in_case .owl-item:last-child .in_case_l .in_case_{width:100%;}
.in_case .owl-item:last-child .in_case_r .in_case_{float: left;display: block;}
.in_case .owl-item:last-child .in_case_info{    padding:0;}
.in_case .owl-item:last-child .in_case_info p{    padding: 10px 6% 0;margin-bottom: 20px;font-size: 14px;}
.in_case .owl-item:last-child .in_case_info h2{font-size: 20px;white-space:normal;text-overflow:clip;overflow: visible;height: auto;max-height:none ;padding: 0 6%; }
.in_case .owl-item:last-child .in_case_table_cell h2{margin-bottom: 0; }
.in_case .owl-item:last-child .in_case_r .in_case_info p{max-height: none;}
.in_case .owl-carousel .owl-item:last-child .in_case_ .in_case_08242> img{height: auto;}
.in_case_08241{display: table;width: 100%;height: 100%;}
.in_case_08242{display: table-cell;vertical-align: middle;text-align: center;}
.in_case .owl-carousel .owl-item:last-child .in_case_table_cell{padding: 0;}

.in_case .in_new_go{width:auto;padding: 0 36px 0 20px;}
.in_case .in_new_go:hover{width:auto;padding:0 62px 0 10px;}
.in_case .in_new_go:hover i{right: 6px;}

/* in_about */
.in_about{width:100%;padding-bottom: 300px;background: url(../images/in_about_bg.jpg) center bottom no-repeat;}
.in_about_container{width:1200px;margin: 0 auto;}
.in_about_l{width:20%;color:#505050;padding-right: 40px;position: relative;bottom: 40px;}
.in_about_r{width:80%;padding-left: 100px;}
.in_about_r p{line-height:2em;font-size: 14px;margin:60px 0 70px;}
.in_new_go a{display:block; color: #005ac8;}
.in_about_l li{border-top:1px solid #505050;padding:8px 0 18px;}
.in_about_l li:first-child h2{line-height:  2.5em;}
.in_about_l li h2{line-height: 1.5em;}
.in_about_l li h3{font-size:32px;line-height: 1.5em;color: #005ac8;}
.in_about_l li:first-child h3{font-size:18px;}
.in_about .in_new_go:hover a {color:#fff;}
.ie8 .in_about .in_new_go:hover a {color:#005ac8;}

/* foot */
.foot{padding:60px 0 0;background: url(../images/foot_bg.png);}
.foot_container{width:1200px;margin: 0 auto;}
.foot_map{width:78%;}
.foot_r{width:22%;}
.foot_map ul{width:14.28%;float: left;}
.foot_map ul li:first-child a{font-size:16px;}
.foot_map a{height:33px;line-height: 33px;color:#fff;font-size: 14px;}
.foot_map a:hover{color:#005ac8;}
.foot_code{padding-bottom:36px;border-bottom: 1px solid #fff;width:100%;}
.foot_code img{float:right;width: 110px;}
.foot_code img:first-child{float:left;}
.foot_add{color:#fff;line-height: 1.8em;padding-top: 20px;}
.foot_c{background:#dbdbdb;color:#505050;margin-top: 66px;height: 36px;line-height: 36px;}
.foot_c a{color:#505050;}
.foot_c br{display:none;}
.foot_c a:hover{color:#005ac8;}

/*  -->  sec_page_banner  <--  */
.sec_page_banner{margin-top:35px;width:100%;position: relative;height: 266px;overflow: hidden;}
.sec_page_banner>img{width:100%;}
.sec_ban_txt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.sec_ban_txt_box{width:1200px;margin: 12% auto 0;}
.sec_ban_txt_box>img{z-index: 2;position:relative;}
.sec_ban_txt_box p{font-size:30px;color:#005ac8;}
/*2017.7.10*/
.sec_ban_txt_box{position:relative;}
.sec_ban_txt_box>img.ban_bg{position:absolute;left: -3%;top: -22%;/*width:50%;*/z-index: 1;}
/*2017.7.25*/
.banner_autoH{height:auto;}





/*  -->  list_news  <--  */
.sec_body{width:1200px;margin: 0 auto;}
.sec_crumb{width:100%;}
.sec_crumb p{color:#969696;padding-left: 20px;background: url(../images/icon_home.png) 0 6px no-repeat;margin: 20px 0;}
.sec_crumb p a{color:#969696;font-size: 16px;}
.sec_crumb p a:hover{color:#005ac8;}
.list_news{width:100%;}
.news_tit{width:100%;font-size: 30px;color:#505050;margin: 50px 0 20px;}
.news_tit705 a{font-size: 22px;padding: 10px 18px;color: #505050;}
.news_tit705 a:hover{color: #005ac8;}
.news_tit705 a.cur{background:#005ac8;color: #fff;}
.news_list_r{margin-left:5%;}
.new_box{width:100%;margin-bottom:3%; }
.new_box a{color:#5a5a5a;display: block;}
.new_box:hover a{color:#005ac8;}
.new_pic{width:37%;}
.new_info{width:60%;margin-left: 3%;border-top: 1px solid #b3b3b3;padding-top: 1%;position: relative;}
.new_info:before{content:'';position: absolute;left: 0;top:-1px;height: 1px;background: #005ac8;width: 0;transition: .8s cubic-bezier(.29,1,.29,1);-webkit-transition: .8s cubic-bezier(.29,1,.29,1);-moz-transition: .8s cubic-bezier(.29,1,.29,1);}
.new_box:hover .new_info:before{width:100%;}
.new_date{font-size: 26px;}
.new_tit{font-size: 16px;line-height: 2em; height: 2em;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 1%;font-weight: bold;text-align: justify;}
.new_detail{height:3em;line-height: 1.5em;overflow: hidden;margin-bottom: 8%;font-size: 14px;}
.new_detail705{margin-bottom: 6%;}
.new_box:hover .in_new_go{color:#005ac8;border-color: #005ac8;}
.new_box:hover .in_new_go i{background-image: url(../images/icon_arr.png);}
.in_new_go.gray_bor{color:#5a5a5a;border-color: #5a5a5a;}
.in_new_go.gray_bor:hover{color:#fff;border-color: #005ac8;}
.in_new_go.gray_bor i{background-image: url(../images/icon_new_arr.png);}
.in_new_go.gray_bor:hover i{background-image: url(../images/icon_arr_w.png);}
.gray_bor a{color:#5a5a5a;}

/*page_list*/
.news_page{width:100%;text-align: center;margin: 70px 0;}
.news_page a{padding: 0 25px;margin: 0 9px;height: 30px;line-height: 30px; border:1px solid #005ac8;color:#005ac8;display: inline-block;}
.news_page a:hover,.news_page a.cur{background: #005ac8;color:#fff!important;}
.news_page a.page_num{width:30px;border-radius: 15px;border: none;padding: 0;margin: 0 3px;color:#5a5a5a;}
.news_page a.page_num_f{margin-left: 30px;}
.news_page a.page_num_l{margin-right: 30px;}

.hot_news_tit{height:50px;line-height: 50px;background: #005ac8;color:#fff;font-size: 18px;margin-bottom:15px;}
.hot_news_ul{margin-top:15px;}
.hot_news_ul li{padding:15px 0 15px 20px;border-bottom: 1px solid #d3d3d3;background: url(../images/hot_news_arr.png) 0 19px no-repeat;}
.hot_news_ul li a{font-size: 14px;color:#5a5a5a;line-height: 1.5em;height: 3em;overflow: hidden;display: block;}
.hot_news_ul li:hover a{color:#005ac8;}
.hot_news_ul li:hover{background-image:url(../images/hot_news_arr_h.png);}

/*  -->  info_news  <--  */
.new_info_box{font-size:14px;line-height: 1.8em;padding-top: 66px;}
.new_info_box img{margin:20px 0;max-width:100%;height: auto;}
.new_info_tit{text-align:center;border-bottom:1px solid #e5e5e5;color:#505050;}
.new_info_tit h1{font-size: 26px;margin: 20px 0;font-weight: normal;}
.new_info_tit p{margin-bottom:30px;font-size: 14px;}
/*page_info*/
.new_info_page{margin:50px 0;}
.new_info_page a{border:1px solid #1064cb;color:#005ac8;display:inline-block;height: 32px;line-height: 29px;padding: 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;position: relative;}
.new_info_page a:after{content:'';position: absolute;left: 0;right: 0;top: 0;bottom:0;border:1px solid #1064cb;visibility: hidden;opacity: 0; transition: .2s;}
.new_info_page a:hover:after{border-width: 2px;visibility: visible;opacity: 1;}
.new_info_page a.info_page_r{margin: 0 5%;padding:0;}

/*  -->  list_sdcy  <--  */
.sec_ban_txt_box.sdcy{padding-top:12%;}
.sec_ban_txt_box.sdcy>div{display: inline-block;position: relative;top: 20px;left: 20px;}
.sec_ban_txt_box.sdcy>div img:first-child{position:relative;top: -10px;}
.sec_ban_txt_box .dee{margin-left:88px;}
.sdcy_nav{margin-bottom:88px;}
.sdcy_nav>a{display:inline-block;width: 18.75%;font-size: 20px;padding:66px 0 30px;color:#969696;position: relative;}
.sdcy_nav>a i{position:absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: #005ac8;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);}
.sdcy_nav>a:hover i,.sdcy_nav>a.active i{transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);}
.sdcy_nav>a:hover,.sdcy_nav>a.active{color: #005ac8;}
.sdcy_nav>a.sdcy_gdzz{background:url(../images/icon_ind1_g.png) center 0 no-repeat;}
.sdcy_nav>a.sdcy_gdzz:hover,.sdcy_nav>a.sdcy_gdzz.active{background:url(../images/icon_ind1_h.png) center 0 no-repeat;}
.sdcy_nav>a.sdcy_xny{background:url(../images/icon_ind2_g.png) center 0 no-repeat;}
.sdcy_nav>a.sdcy_xny:hover,.sdcy_nav>a.sdcy_xny.active{background:url(../images/icon_ind2_h.png) center 0 no-repeat;}
.sdcy_nav>a.sdcy_jnhb{background:url(../images/icon_ind3_g.png) center 0 no-repeat;}
.sdcy_nav>a.sdcy_jnhb:hover,.sdcy_nav>a.sdcy_jnhb.active{background:url(../images/icon_ind3_h.png) center 0 no-repeat;}
.sdcy_brief{margin-bottom:120px;line-height:2em;}
.sdcy_brief h1{color:#45b035;font-size: 34px;font-weight:normal;line-height:2em;}
.in_new_go:hover a{color:#fff;}
.company_list{padding-bottom:20px;}
.company{height: 68px;overflow: hidden;}
.company.com_hover{height:316px;overflow: hidden;}
.company_l{border-right: 2px solid #005ac8;height: 68px;}
.company:last-child .company_l{height: 20px}
.company.com_hover .company_l{height: auto;padding-bottom: 10%;}
.company:last-child.com_hover .company_l{padding-bottom:0;}
.company_l img{visibility:hidden;opacity: 0;}
.company.com_hover .company_l img{visibility:visible;opacity: 1;}
.company_l.w35{width:36.5%;}
.company_circle{top:10%;right: -14px;width: 26px;height: 26px;border-radius: 50%;z-index: 2;border: 1px solid #969696;background:rgba(255,255,255,.8);z-index: 1;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;}
.company_circle:after{content:'';position: absolute;top:4px;right: 4px;bottom:4px;left: 4px;border-radius: 50%;background:#969696;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;}
.company_circle:before{content:'';position: absolute;top:0;right: 0;bottom:0;left: 0;border-radius: 50%;border: 1px solid #969696;visibility: hidden;opacity: 0;}
.company.com_hover .company_circle:before,.company:hover .company_circle:before{animation: company_circle .8s;-webkit-animation: company_circle .8s;}
.company.com_hover .company_circle:after{background:#005ac8;}
.company.com_hover .company_circle{visibility: visible;opacity: 1;border-color: #005ac8;top:14%;}
@keyframes company_circle{
	0%{visibility: visible;opacity: 1;}
	100%{transform: scale(1.8);-webkit-transform: scale(1.8);-moz-transform: scale(1.8);visibility: hidden;opacity: 0;}
}
@-webkit-keyframes company_circle{
	0%{visibility: visible;opacity: 1;}
	100%{transform: scale(1.8);-webkit-transform: scale(1.8);-moz-transform: scale(1.8);visibility: hidden;opacity: 0;}
}
.company_r.w55{width:54.5%;height: 68px;}
.company_r{margin-left: 9%;}
.company.com_hover .company_r{height: auto;padding:4.3% 0;border-top: 1px solid #aaa;border-bottom: 1px solid #aaa;}
.company_r_info h2{font-size:20px;margin-bottom: 23px;font-weight: normal;position: relative;cursor: pointer;}
.company_r_info h2 i{position: absolute;left: -11%;top: 14px;background: url(../images/icon_-.png) 0 0 no-repeat;width: 16px;height: 4px;overflow: hidden;}
.company_r_info h2 i:before{content:'';position: absolute;right: -100%;top: 0;width: 100%;height: 100%; background: url(../images/icon_-cur.png) 0 0 no-repeat;transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;}
.company.com_hover .company_r_info h2 i:before,.company:hover .company_r_info h2 i:before{right:0;}
.company.com_hover .company_r_info h2,.company:hover .company_r_info h2{color:#005ac8;}
.company_r_info p{line-height: 1.8em;height: 10.8em;overflow: hidden;visibility:hidden;opacity: 0;}
.company.com_hover .company_r_info p{visibility:visible;opacity: 1;}
.company_r_logo{visibility:hidden;opacity: 0;}
.company.com_hover .company_r_logo{visibility:visible;opacity:1;}
.company_r_logo>img{margin-bottom:26px;}
.company .in_new_go:hover i{right:9px;}

/*  -->  list_pro.html  <--  */
/*二级菜单*/
.pro_list .sdcy_nav{margin-bottom:20px;font-size: 0;}
.sdcy_nav.pro_nav>a{background:none!important;font-size: 28px;padding:8px 0;overflow: hidden;margin: 30px 0 0;transition:none;-webkit-transition:none;-moz-transition:none;width:33.33%;border-left: 1px solid #e5e5e5;}
.sdcy_nav.pro_nav>a.sdcy_jnhb{border-right: 1px solid #e5e5e5;}
.sdcy_nav.pro_nav>a span {padding:10px 20px 10px 60px;}
.sdcy_nav.pro_nav>a.sdcy_gdzz  span{background:url(../images/icon_pro11.png) 0 8px no-repeat;}
.sdcy_nav.pro_nav>a.sdcy_gdzz:hover  span,.sdcy_nav.pro_nav>a.sdcy_gdzz.active  span{background:url(../images/icon_pro11_h.png) 0 8px no-repeat;}
.sdcy_nav.pro_nav>a.sdcy_xny  span{background:url(../images/icon_pro22.png) 0 8px no-repeat;}
.sdcy_nav.pro_nav>a.sdcy_xny:hover  span,.sdcy_nav.pro_nav>a.sdcy_xny.active  span{background:url(../images/icon_pro22_h.png) 0 8px no-repeat;}
.sdcy_nav.pro_nav>a.sdcy_jnhb  span{background:url(../images/icon_pro33.png) 0 8px no-repeat;}
.sdcy_nav.pro_nav>a.sdcy_jnhb:hover  span,.sdcy_nav.pro_nav>a.sdcy_jnhb.active  span{background:url(../images/icon_pro33_h.png) 0 8px no-repeat;}
/*三级菜单*/
.pro_nav2_item{background:#196acd;padding:12px 0;position: absolute;top: 0;bottom: 0;left:-1px;right: 0;}
.pro_nav2_item.cur,.pro_nav2_item:hover{top: -5px;bottom: -5px;left: -2px; border-radius:3px;background:#003278;padding: 15px 0;z-index: 2; }
.pro_nav2_item.cur a,.pro_nav2_item:hover a{border:none!important; }
.pro_nav2 .owl-item{height:44px;right: -2px;}
.pro_nav2 .owl-item a{display: block;text-align: center; color: #fff;border-right: 2px solid #fff;font-size: 14px;height: 20px;overflow: hidden;line-height: 20px;}
.pro_nav2 .owl-item:last-child a{border: none;}
.pro_nav2 .owl-nav{height:0;position: relative;}
.pro_list .pro_nav2 .owl-controls .owl-nav >div{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;top: -10px; position: absolute;font-weight: bold;color:#fff;background: none;color:#196acd;font-size: 16px;}
.pro_list .pro_nav2 .owl-controls .owl-nav>div:hover{background:#196acd;}
.pro_list .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-3%;}
.pro_list .pro_nav2 .owl-controls .owl-nav .owl-next{right:-3%;}
.pro_list .owl-carousel .owl-stage-outer .owl-stage{background:#196acd;min-width: 100%;}
.owl-carousel .owl-stage-outer{padding:10px 0;position: relative;top: -10px;}
.owl-carousel .owl-stage-outer{width:calc(100% - 1px);}
.pro_nav2_item{visibility: hidden;opacity: 0;}
.owl-stage-outer .pro_nav2_item{visibility: visible;opacity: 1;}
/*产品列表*/
.pros_box{margin:40px -6px 0;}
.pro{border:1px solid #e5e5e5;box-shadow: inset 0 0 8px 2px #eee;width: 32.333%;width:calc(33.3333% - 15px);margin:0 6px 12px;border-radius: 3px;}
.pro.fl{float:none;display: inline-block;}
.pro a{color:#5a5a5a;display: block;}
.pro:hover a{color:#005ac8;}
.pro:hover .in_new_go{color:#005ac8;border-color:#005ac8;}
.pro .in_new_go:hover{color:#fff;}
.pro:hover .in_new_go i{background-image: url(../images/icon_arr.png);}
.pro .in_new_go:hover i{background-image: url(../images/icon_arr_w.png);}
.pro h3{display:block;width: 64%;line-height: 20px;height: 40px;overflow: hidden;}
.pro img{ position:relative; z-index: -1;max-width: 100%}
.pro_tit{border-top:1px solid #e5e5e5;padding: 20px 0;}
.pro .in_new_go:hover{    width: 110px;    padding-right: 60px;}
.pro .in_new_go:hover i{right:10px;}

.pro_page{margin-bottom:175px;}

/*  -->  info_pro.html  <--  */
.white_ p{    display: inline-block;    padding: 16px;    position: relative;    top: -16px;    left: -16px; background: #fff;background: rgba(255,255,255,.8);}
.pro_info_head{margin-bottom:28px;}
.pro_info_tit{padding-top:150px;}
.pro_info_tit h1{font-size:28px;color:#505050;}
.pro_info_tit h1 img{position:relative;left: 25px;top: -2px;}
.pro_info_tit h2{font-size:18px;color:#969696;font-weight: normal;}
.pro_info_tit h3{font-size:16px;color:#505050;margin-top: 20px;}
.pro_info_pic img{max-width:90%;}
/*导航*/
.pro_info_nav{margin-bottom:60px;position: relative;background: #ababab;}
.pro_info_nav>div{width:16.66%;float: left;padding: 5px 0;text-align: center;position: relative;z-index: 1;}
.pro_info_nav>div a{display:block;color:#fff;border-left: 1px solid #fff;height: 32px;line-height: 34px;font-size: 16px;}
.pro_info_nav>div:first-child a{border:none;}
.pro_info_nav>div:hover{background: #226ac2;}
.move_bg{position:absolute;width:100%;left: 1px;top: 0;height: 42px;background: #226ac2;z-index: -1;}
/*简介*/
.pro_info_brief>div h3{padding-left:25px;background: url(../images/pro_info_arr_s.png) 0 4px no-repeat; color:#005ac8;font-size: 14px;font-weight: bold;}
.pro_info_brief>div p{font-size: 14px;/*margin-bottom: 20px;*/text-align: justify;}
.pro_info_return{width:80px;height: 34px;line-height: 32px;border: 1px solid #005ac8;color:#005ac8;margin: 30px auto 70px;display: block;text-align: center;font-size: 14px;}
.pro_info_return:hover{color:#fff;background:#005ac8;}

/*  -->  about.html  <--  */
.about_nav{width:1200px;margin: 0 auto;position: relative;top: -44px;z-index: 2;opacity: 0;visibility: hidden;}
.about_nav.ready{opacity:1;visibility: visible;}
.about_nav_bg{background:rgba(25,106,205,.9);height: 44px;width:100%;position: relative;top: -108px;z-index: 1;transition:1s cubic-bezier(.29,1,.29,1);-webkit-transition:1s cubic-bezier(.29,1,.29,1);-moz-transition:1s cubic-bezier(.29,1,.29,1);transform: scale(0,1);-webkit-transform: scale(0,1);-moz-transform: scale(0,1);opacity: 0;visibility: hidden;}
.about_nav_bg.ready{transform: scale(1,1);-webkit-transform: scale(1,1);-moz-transform: scale(1,1);opacity: 1;visibility: visible;}
.about_nav .pro_nav2 .owl-controls .owl-nav>div:hover{background:#196acd;}
.about_nav .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-3%;text-indent: 9999em;width:30px;height: 30px;overflow: hidden;background: url(../images/about_l_arr.png) center center  no-repeat;margin: 0;padding: 0;}
.about_nav .pro_nav2 .owl-controls .owl-nav .owl-prev:hover{background:url(../images/about_l_arr_h.png) center center  no-repeat;}
.about_nav .pro_nav2 .owl-controls .owl-nav .owl-next{right:-3%;text-indent: 9999em;width:30px;height: 30px;overflow: hidden;background: url(../images/about_r_arr.png) center center  no-repeat;margin: 0;padding: 0;}
.about_nav .pro_nav2 .owl-controls .owl-nav .owl-next:hover{background:url(../images/about_r_arr_h.png) center center  no-repeat;}
.about_nav .pro_nav2 .owl-controls .owl-nav >div{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;top: -3px; position: absolute;font-weight: bold;color:#fff;background: none;color:#196acd;font-size: 16px;}
.about_nav .owl-carousel .owl-stage-outer{width: calc(100% - 2px);}


/*  -->  list_case.html  <--  */
.case_list{margin-top:20px;}
.case{border-bottom:1px solid #b3b3b3;padding:47px 7px;}
.case:first-child{border-top:1px solid #b3b3b3;}
.case_img img{max-width:100%;}
.case_tit{padding-left:7%;font-size: 14px;}
.case a .case_tit h2{color: #505050;background:url(../images/icon_case_arr.png) 0 6px no-repeat;padding-left:38px;font-size: 22px;height: 1.5em;line-height: 1.5em;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 10px;position:relative;left: -38px;}
.case a .case_tit p{color:#505050;line-height: 1.8em;height: 3.6em;overflow: hidden;margin-bottom: 13%;}
.case a .case_tab span{float:left;width: 50%;font-weight: bold;color:#505050;}
.case a .case_tab i{color:#005ac8;}
.case a .case .in_new_go{position:relative;left: -15px;top: 10px;}
.case a .case_tit:hover *{color:#005ac8;}
.case:hover .in_new_go{border-color:#005ac8;}
.case a .in_new_go:hover{color:#fff;}
.case:hover .in_new_go i{background-image:url(../images/icon_arr.png);}
.case .in_new_go:hover i{background-image:url(../images/icon_arr_w.png);}

/*  -->  list_invest.html  <--  */
.sec_page_banner.invest_banner .sec_ban_txt_box{padding-top:13%;}
.list_invest{margin-bottom:200px;}
.list_invest_l{width:22.6%;margin-right: 5.4%;}
.inv_l_head{height:108px;background: #005ac8;color:#fff;text-align: center;padding-top: 20px;font-size: 22px;margin-bottom: 10px;}
.inv_l_img1{margin-bottom: 30px;}
.inv_l_img1 img{width:100%;}
.inv_l_tel{padding-left:20px;font-size:18px;color: #505050;margin-bottom: 30px; font-weight: bold;}
.inv_l_tel i{font-size:24px; }
.inv_l_q{margin-bottom: 30px;}
.inv_l_q a{display:block;height: 50px;line-height: 50px;font-size: 16px;padding-left:25px;border-bottom: 1px solid #d4d4d4;color: #505050;}
.inv_l_q a:first-child{border-top: 1px solid #d4d4d4;}
.inv_l_q a:hover{color:#fff;background:#005ac8;}
.inv_l_share{margin-bottom: 30px;}
.inv_l_share img{width:100%;margin-top: 20px;}
.inv_l_tit{font-size: 19px;font-weight: bold;padding-left:25px;}
.inv_l_fri{border:1px solid #d3d3d3;padding:15px 25px;}
.inv_l_fri .inv_l_tit{padding:0 0 8px;}
.inv_l_fri a{font-size: 16px;color:#505050;display: block;height: 2em;line-height: 2em;}
.inv_l_fri a:hover{color:#005ac8;}
/*右侧*/
.list_invest_r{width:72%;}
/*右侧顶部*/
.inv_r_bor{border:1px solid #c5d9f2;}
.inv_r_bor>i{display:block;background: url(../images/invest_tit.jpg) 0 0 no-repeat;position: relative;top: -23px;height: 43px;line-height: 43px;width:160px;color: #005ac8;font-size: 19px;margin-left: 25px;padding-left: 23px;font-weight: bold;}
.inv_leaders{position:relative;top: -1px;margin:0 -13px;padding-top: 15px;background: #fff; }
.leader{width:33.33%;padding: 0 13px;float: left;overflow: hidden;}
.leader a{display:block;position: relative;}
.leader a h2{background:#ddd;color:#505050;margin-bottom: 16px;height: 30px;line-height: 30px;text-align: center;font-size: 15px;}
.leader:hover a h2{background:#005ac8;color:#fff;}
.leader a img{width:100%;}
.inv_leader_info{position:absolute;left: 0;bottom:-45px;;width: 100%;height: 45px; background: rgba(0,90,200,.9);}
.leader:hover .inv_leader_info{bottom:0;}
.leader a .inv_leader_info i.leader_name{float: left;width:50%;height: 45px;line-height: 45px;color: #fff;padding-left: 20px;overflow: hidden;}
.leader_go.in_new_go{color:#fff;width:80px;height: 25px;line-height: 23px;margin: 10px 0 0 25px;}
.leader_go.in_new_go:hover{color:#fff;width:100px;height: 25px;line-height: 23px; }
.leader_go.in_new_go i{background-image:url(../images/leader_arr.png);top:2px;}
.leader_go.in_new_go:hover i{right: 0;}
.inv_r_top .in_news_more{margin:28px 30px 0 0;}
/*右侧四个板块*/
.inv_r_bottom{margin:68px -11px 0;}
.inv_r_bottom .inv_r_b_box{padding:0 11px 60px;}
.inv_r_bottom .inv_bor3,.inv_r_bottom .inv_bor4{padding-bottom:0;}
.inv_bor_year {margin:0 30px 15px;}
.inv_bor_year li{float:left;width:14.285%;border-right:1px solid #b0b0b0;text-align: center;cursor: pointer;height: 16px;line-height: 16px;font-weight: bold;}
.inv_bor_year li.bl_cur{color:#005ac8;}
.inv_bor_year li:first-child{border-left:1px solid #b0b0b0;}
.inv_bor_body{padding:0 30px;height:236px;}
.inv_bor_ul li{clear:both;}
.inv_bor_ul li a{height: 30px;line-height: 30px;overflow: hidden;float: left;width: 75%;text-overflow: ellipsis;white-space: nowrap;font-size: 14px;color:#505050;}
.inv_bor_ul li em{height: 30px;line-height: 30px;float: left;width: 25%;text-align: center;font-size: 14px;}
.inv_bor_ul li:hover a,.inv_bor_ul li:hover em{color:#005ac8;}
.inv_r_bor .in_news_more a{margin:20px 0 30px;}
.inv_bor3 .inv_bor_ul li a{width:100%;}
.inv_bor3 .inv_bor_ul li em{display: none;}
/*轮播*/
.bl_looper,.looper2{ overflow: hidden;}
.bl_looper>ul,.looper2>ul{display:none;}
.bl_looper>ul.bl_cur,.looper2>ul.bl_cur{display: block;}

/*  -->  info_leader.html  <--  */
.leader_brief{padding:50px 0;border-bottom: 1px solid #d3d3d3;}
.leader_brief:first-child{border-top: 1px solid #d3d3d3;}
.leader_l{margin-right:10%;}
.leader_l h2{font-size:22px;color:#505050;margin:0 0 20px;font-weight: normal;}
.leader_l p{font-size:14px;color:#505050;line-height: 2em; text-align: justify;}
.leader_r img{width:100%;}
.pro_info_return.info_leader_ret{margin:60px auto 0;}

/*  -->  about.html  <--  */
.about_com{margin-bottom:88px;}
.about_com_l{margin-right:5%;}
.about_com_l h1{font-size:28px;color:#505050;margin-bottom:30px;}
.about_com_l p{font-size:14px;color:#505050;line-height: 1.8em;padding-bottom: 20px;text-align: justify;}
.about_com_r div{margin-top:15%;}
.about_com_r div img{width:100%;}
.about_com_r div:first-child img{margin-top:0;}
.about.sec_crumb{position:relative;top: -90px;}
.about.sec_crumb p{margin: 0;}
.about_nav .pro_nav2_item{background:none;}
.about_nav .pro_nav2_item.cur,.about_nav .pro_nav2_item:hover{background: #003278;}
.about_nav .owl-item:first-child,.about_nav .owl-item:first-child{position: relative;left: 3px}

/*  -->  about2.html  <--  */
.about2{margin-bottom:166px;}
.about2_l{width:44%;margin-right: 6%;}
.about2_l img{width:100%;}
.about2_r{color:#505050;padding-bottom: 50px;}
.about2_r h1{font-size:28px;margin-bottom: 10px;font-weight: normal;}
.about2_r h2{font-size:19px;margin-bottom: 28px;font-weight: normal;}
.about2_r p{font-size:14px;padding-bottom: 30px;line-height: 1.5em;text-align: justify;padding-bottom: 10px;}
.sign{bottom:0;right: 0;}
.about_nav .pro_nav2 .owl-item a{border-width:1px;}
.about_nav .pro_nav2 .owl-item:first-child a{border-left:1px solid #fff;}

/*  -->  about3.html  <--  */
/*发展历程导航*/
.about3_nav{width:100%;border: 2px solid #80ade4;border-radius: 25px; background:url(../images/dashed.jpg) 0 center repeat-x;padding: 10px 0;margin: 0 0 80px;}
.nav1{width:26%;float: left;}
.nav1.cur,.nav1:hover{background: #005ac8;border-radius: 16px;}
.nav1.cur .nav_year,.nav1:hover .nav_year{background-image: url(../images/bold_arr_w.png);}
.nav2{width:39%;}
.nav3{width:22%;}
.nav4{width:13%;} 
.nav1>h2{position:absolute;top:-50px;width: 100%;left: 0;text-align: center;font-size: 20px;border-left: 1px solid #9d9d9d;color:#969696;}
.nav1:first-child>h2{border: none;}
.nav1.cur h2,.nav1:hover h2{color:#005ac8;}
.nav1>h2:after{content:'';position:absolute;top:107px;width: 100%;left: 0;height: 100%;border-left: 1px solid #9d9d9d;color:#969696;}
.nav1:first-child>h2:after{border: none;}
.nav_year{text-align:center;float:left;position: relative;height: 35px;background: url(../images/bold_arr.png) center center no-repeat;}
.nav_year>i{position:absolute;bottom:-50px;left: 0;width: 100%;height: 25px;text-align: center;color:#505050;font-size: 16px;}
.nav1>.nav_year{width: 25%;}
.nav2>.nav_year{width: 16.6666%;}
.nav3>.nav_year{width: 33.3333%;}
.nav4>.nav_year{width: 50%;}
/*发展历程主体*/
.about3_body{margin:60px 0 80px;padding: 80px 80px 0;background:#005ac8;color:#fff;}
.about3_body a{color:#fff;}
/*左侧新闻*/
.about3_l{padding-right:5%;border-right: 1px solid #206fcf;position: relative;left: 1px;}
.about3_new{width:100%;display: block;margin-bottom: 12%;}
.about3_new img{width:100%;}
.about3_new h3{padding-left:25px;margin-top: 10px; background: url(../images/about3_arr.png) 0 0 no-repeat;line-height: 1.5em;height: 3em;overflow: hidden;}
/*右侧年份*/
.about3_r{padding-left:10%;border-left: 1px solid #206fcf;}
.about3_year{margin-bottom:15px;}
.about3_year h2{padding-left:25px;left: -25px;background:url(../images/about3_arr2.png) 0 8px no-repeat;position: relative;font-size: 22px;margin-bottom: 0px;}
.about3_year p{line-height:1.8em;font-size: 14px;}

/*  -->  about6_pz.html  <--  */
.about6{width:47%;float:left;margin:0 6% 10% 0;border: 1px solid #dadada;position: relative;}
.about62,.about64{margin-right:0;}
.about6 h2{font-size:26px;color:#005ac8;padding:73px 0 20px;text-align: center;font-weight: normal;}
.about6 p{padding:0 50px;margin-bottom: 40px; font-size: 14px;text-align: justify;height: 12em;overflow: hidden;}
.about6 .img_hover_big img{width:100%;}
.about6_icon{position:absolute;left: 0;top:-46px;width: 100%;text-align: center;}

/*  -->  about7_lx.html  <--  */
.about7{margin-top: 20px;}
/*地图*/
.map_l{width:63%;height: 431px;}
.map_r{width:37%;padding-left:5%;}
.map_r h1{font-size:20px;color:#005ac8;}
.map_r p{line-height:2em;font-size: 16px;}
/*公司*/
.about7_coms{margin-top:75px;}
.abouut7_tit{font-size:20px;font-weight: bold;padding:0 0 10px 28px;background: url(../images/about7_arr.png) 0 3px no-repeat;border-bottom: 1px solid #d4d4d4;}
.coms{float:left;width:33.33%;padding-right:20px;}
.coms h2{font-size:24px;color:#005ac8;font-weight: normal;margin: 30px 0 5px;}
.coms .bl_pps{line-height:2em;font-size: 14px;height:16em;overflow: hidden;}
.about7 a{color:#404040;}
.about7 a:hover{color:#005ac8;}

/*  -->  about8_jd  <--  */
/*基地导航*/
.about8_nav2_item {margin:10px 0;cursor: pointer;}
.about8_nav2_item i{display: block;text-align: center; border-right: 1px solid #e5e5e5;font-size: 22px;height: 40px;overflow: visible;line-height: 40px;position: relative;}
.about8_nav2_item i a{color: #505050;}
.owl-item:first-child .about8_nav2_item i{border-left: 1px solid #e5e5e5;}
.about8_nav2_item i:after{content:'';position: absolute;left: -1px;bottom:-8px;right: -1px; height: 2px;background: #005ac8;visibility: hidden;opacity: 0;transform: scale(0);transition: .8s}
.about8_nav2_item:hover i a,.about8_nav2_item.cur i a{color:#005ac8;}
.about8_nav2_item:hover i:after,.about8_nav2_item.cur i:after{visibility: visible;opacity: 1;transform: scale(1);}
.about8_nav2 .owl-nav{height:0;position: relative;}
.about8_nav2 .owl-controls .owl-nav >div{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;top: -8px; position: absolute;font-weight: bold;color:#fff;background: none;color:#196acd;font-size: 16px;}
.about8_nav2 .owl-controls .owl-nav>div:hover{background:#196acd;}
.about8_nav2 .owl-controls .owl-nav .owl-prev{left:-4%;}
.about8_nav2 .owl-controls .owl-nav .owl-next{right:-4%;}
.about8_nav2_item{visibility: hidden;opacity: 0;}
.owl-stage-outer .about8_nav2_item{visibility: visible;opacity: 1;}
.about8_nav2.owl-carousel .owl-stage-outer{width:100%;margin: 10px 0;padding: 0;}
@media (min-width:1300px){
	.about_nav .owl-carousel .owl-item{width:170px!important;}
}
@media (min-width:1024px){
	.pro_nav2 .owl-nav{display:none;}
}


.about8_nav2_prev{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_l.png) center center no-repeat;}
.about8_nav2_prev:hover{background: url(../images/arr_about8_l_h.png) center center no-repeat;}
.about8_nav2_next{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_r.png) center center no-repeat;}
.about8_nav2_next:hover{background: url(../images/arr_about8_r_h.png) center center no-repeat;}
.about8_nav2 .owl-nav>div{background:none!important;padding: 0!important;margin: 0!important;}
/*内容*/
.about8_jd{margin-bottom:88px;}
.jd{line-height:2em;margin-top: 66px;font-size: 14px;display: none;position: relative;text-align: justify;}
.jd.cur{display:block;animation: jd 1s;-webkit-animation: jd 1s;}
@keyframes jd{
	0%{visibility:hidden;opacity: 0;top: 20px;}
	100%{visibility:visible;opacity: 1;top: 0;}
}
@-webkit-keyframes jd{
	0%{visibility:hidden;opacity: 0;top: 20px;}
	100%{visibility:visible;opacity: 1;top: 0;}
}
.jd_pic{margin-top:20px;}
.jd_pic>div{float:left;margin-left: 1.33%;width: 32%;}
.jd_pic>div:first-child{margin-left:0;}

/*  -->  about9_sh  <--  */
.about9_tit h1{font-size:28px;color:#505050;font-weight: normal;margin-bottom: 20px;}
.sh{color:#505050;float:left;width:47.5%;margin-right:5%;padding: 2.5% 0 ;border-top:1px solid #e5e5e5;/*border-bottom:1px solid #e5e5e5;*/position: relative;}
.sh:first-child,.sh:first-child + .sh{border-top:1px solid #e5e5e5;}
.sh:hover{color:#005ac8;cursor: default;}
.sh_bor{position:absolute;right: -5.5%;top:5%;bottom:5%;width: 1px;background: #e5e5e5;}

.sh:nth-child(even){margin-right:0;}
.sh:nth-child(even) .sh_bor{width: 0;}

.sh h3{margin-bottom:2%;font-size: 18px;}
.sh p{line-height:1.8em;/*margin-bottom:5%;*/font-size: 14px;height: 5.4em;overflow: hidden;}
.sh .img_hover_big{margin-top:5%;}
.sh img{width:100%;}
.in_news_more.about9_more{text-align: center;margin: 80px 0;}

/*  -->  job.html  <--  */
.sec_ban_txt_box>img.ban_bg.job_ban{width:530px;}
.job_h{width:1px;height: 6px;}
.job_b p{margin-top:8px;font-size: 40px;}
/*顶部*/
.job_top{margin-top:50px;position: relative;}
.job_top img{width:100%;}
.job_top_txt{position:absolute;right: 0;top: 30%;width: 65%;padding:2% 2% 2% 5%;color:#fff;background: rgba(0,90,200,.9);}
.job_top_txt h1{font-size:26px;margin-bottom: 10px;font-weight: normal;}
.job_top_txt p{font-size:14px;line-height: 2em;text-align: justify;}
/*中部*/
.job_c{margin-top:7%;}
.job_c a{color:#5a5a5a;}
.job_c>h2{font-size: 27px;font-weight: normal;margin-bottom: 2%;}
.job_new{margin-bottom:15px;}
.job_new:hover a{color:#005ac8;}
.job_new:hover .job_new_date{background:#005ac8;}
.job_new:hover .job_new_ h3{border-color:#005ac8;}
.job_new:hover .job_new_ .in_new_go{border-color:#005ac8;color:#005ac8;}
.job_new .job_new_ .in_new_go:hover{color:#fff;}
.job_new:hover .job_new_ .in_new_go i{background-image:url(../images/icon_arr.png);}
.job_new .job_new_ .in_new_go:hover i{background-image:url(../images/icon_arr_w.png);}
.job_new_l>div{margin-bottom:8%;}
.job_new_con{padding-left:4.5%;}
.job_new_date{height: 95px;color:#fff;background:#969696;padding: 10px 5px;font-size: 14px;text-align: center}
.job_new_date i{font-size:50px;display: block;width: 100%;height: 50px;line-height: 50px;}
.job_new_{padding-left: 4%;}
.job_new_ h3{font-size:18px;padding-bottom: 10px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;border-bottom: 2px solid #6a6a6a;}
.job_new_ p{font-size:14px;line-height: 2em;height: 4em;overflow: hidden;margin-bottom: 18px;}
.job_new_ .in_new_go{float:right;margin: 15px 20px 0 0;}
.job_more.in_news_more{text-align:center;margin: 40px 0 100px;}
/*底部*/
.job_bottom{position:relative;margin-bottom: 96px;}
.job_line{width:9%;height: 1px;margin: 10% 5% 0;background:#196acd;}
.job1,.job2{width:20%;border-radius: 50%;border: 2px solid rgba(0,90,200,0); position: relative;}
.job1:before,.job2:before{content:"";position: absolute;left: 0;top: 0;bottom: 0;right: 0;background:#196acd;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);transition: .5s;-webkit-transition: .5s;-moz-transition: .5s;z-index: -1;border-radius: 50%;}
.job1:hover:before,.job2:hover:before{transform: scale(.8);-webkit-transform: scale(.8);-moz-transform: scale(.8);background: #005ac8;}
.job1:hover,.job2:hover{border-color: rgba(0,90,200,1);}
.job1 a,.job2 a{color:#fff;display: block;text-align: center;height: 240px;font-size:26px;padding-top: 60%;}
.job1 a{background:url(../images/job_i1.png) center 60px no-repeat;}
.job2 a{background:url(../images/job_i2.png) center 60px no-repeat;}
.job_pic img{width:100%}

/*  -->  list_job.html  <--  */
.job_b .sec_ban_txt_box{padding-top:10%;}
.sec_ban_txt_box.ban_info_txt{padding:0;margin-top:140px;}
.ban_info_txt p{font-size:40px;}
.job_{border-bottom:1px solid #cbcbcb;padding: 30px 0;position: relative;}
.job_:first-child{border-top:1px solid #cbcbcb;padding: 30px 0;margin-top: 66px;}
.job_>h2{font-size:20px;margin-bottom:20px;font-weight: normal;}
.job_require{font-size:14px;line-height: 1.6em;padding-right: 5%;height:3.2em;overflow: hidden;}
.job_require>p{padding-bottom: 10px;text-align: justify;}
.job_r{position: absolute;right: 0;top: 0;bottom: 0;}
.job_r>div{position: absolute;top: 50%;margin-top: -17px;width: 100%;}
.job_button{cursor: pointer;float: right;margin-right: 20px;}
.job_req_box{min-height:160px;}
/*点击后*/
.job_.job_detail h2{color:#005ac8;}
.job_.job_detail .in_new_go i{opacity:0;}
.job_.job_detail .in_new_go{padding-right:0;}
.pro_info_return.list_job_ret{margin:50px auto 40px;width:110px;}

/*  -->  about4_qy.html  <--  */
.about4{position:relative;top: -50px;}
.video_{float:left;width:47.5%;margin:0 5% 4% 0;cursor: pointer;font-size: 14px;}
.video_:nth-child(even){margin-right:0%;}
.video_poster{position:relative;}
.video_poster img{width:100%;}
.video_poster:before{content:'';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background:rgba(0,0,0,.2);transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;z-index: 1;}
.video_poster:after{content:'';position: absolute;left: 0;top: 0;right: 0;bottom: 0;background:url(../images/button_play.png) center center no-repeat;z-index: 2;}
.video_:hover .video_poster:before{background:rgba(0,0,0,0);}
.video_ >h2{padding-left: 25px;background: url(../images/video_arr.png) 0 center no-repeat;white-space: nowrap;text-overflow: ellipsis;margin: 5% 0 1%;color:#005ac8;overflow: hidden;}
.video_ >p{line-height:1.7em;text-align: justify;height: 5.1em;overflow: hidden;}
.about4_page{margin:3% 0 0;}
/*弹出层*/
.video_body{position:fixed;left: 0;top: 0;right: 0;bottom: 0;background:rgba(0,0,0,.8);text-align: center;vertical-align: middle;z-index: 20;display: none;}
.video_body .video-dimensions,.video_body .video-js{width:100%;height: 100%;}
.video_close{position:absolute;right: 1%;top:1%;transform: rotate(0);transition: .5s;z-index: 2;cursor: pointer;}
.video_close:hover{transform:rotate(-90deg);}

/*  -->  about5_ry.html  <--  */
.about5_nav2{margin-bottom:60px;}
.about5_nav2 .owl-nav{height:0;position: relative;}
.about5_nav2 .owl-controls .owl-nav >div{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;top: -3px; position: absolute;font-weight: bold;color:#fff;background: none;color:#196acd;font-size: 16px;}
.about5_nav2 .owl-controls .owl-nav>div:hover{background:#196acd;}
.about5_nav2 .owl-controls .owl-nav .owl-prev{left:-4%;}
.about5_nav2 .owl-controls .owl-nav .owl-next{right:-4%;}
.about5_nav2 .about8_nav2_prev{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_l.png) center center no-repeat;}
.about5_nav2 .about8_nav2_prev:hover{background: url(../images/arr_about8_l_h.png) center center no-repeat;}
.about5_nav2 .about8_nav2_next{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_r.png) center center no-repeat;}
.about5_nav2 .about8_nav2_next:hover{background: url(../images/arr_about8_r_h.png) center center no-repeat;}
.about5_nav2 .owl-nav>div{background:none!important;padding: 0!important;margin: 0!important;}

.about5_nav2.owl-carousel .owl-stage-outer{width:100%;margin:0;padding: 0;top: 0;}
.about5_nav2 .about8_nav2_item{padding: 0 3px;}
.about5_nav2 .about8_nav2_item a{background:#969696;display: block;text-align: center; color: #fff;font-size: 16px;height: 40px;line-height: 40px;}
.about5_nav2 .about8_nav2_item.cur a,.about5_nav2 .about8_nav2_item a:hover{background:#196acd;}
.about5_nav2 .about8_nav2_item{margin:0;}

.ab_tab2_img{float: left;width:25%; padding:10px;}
.ab_tab2_img > div{border: 1px solid #e5e5e5;padding: 10px;width: 100%;text-align: center;display: table;}
.ab_tab2_img > div img{max-width:100%;max-height:100%;}
.ab_tab2_img > div a{height: 170px;display: table-cell;vertical-align: middle;}
.ab_tab2_img i{display: block;height: 20px;width:100%;overflow: hidden; line-height: 20px; text-align: center;margin: 20px 0 15px;}
.ab_tab2_img i:before{content:"";display: inline-block;width: 18px;height: 10px; background: url(../images/icon_triangle.png) 0 2px no-repeat;}

.ab_con_tip{position:fixed;bottom: 10%;left: 50%;margin-left:-160px;padding: 6px;border-radius: 5px;color:#fff;background:rgba(0,0,0,.8);font-size: 16px;display:none;z-index: 1200;}
#fancybox-wrap,#fancybox-wrap *{box-sizing:content-box;}

/*  -->  info_invest.html  <--  */
.inv_new_tit{text-align:center;padding-bottom: 2.7%;margin-bottom: 3%; border-bottom: 1px solid #e5e5e5;color: #505050;}
.inv_new_tit h1{font-size:26px;margin-bottom: 30px;}
.inv_new_tit h5{font-size:14px;}

.inv_new_con>p{line-height:2em;font-size: 14px;text-indent: 2em;text-align: justify;}
.inv_new_con_1{display:block;width: 100%;text-align: right;}
.inv_new_con_2{padding-right:60px;}

.inv_new_ret{margin:66px auto 0;width: 100px;}
.inv_new_ret a{display:block;height: 33px;line-height: 31px;border: 1px solid #005ac8;color: #005ac8;text-align: center;}
.inv_new_ret a:hover{background:#005ac8;color:#fff;}

/*  -->  list_invest_new.html  <--  */
.invest_new_nav{margin-bottom:20px;padding: 0 30px;border-bottom: 1px solid #a8a8a8;}
.invest_new_nav.owl-carousel .owl-stage-outer{width:100%;padding: 0;top: 0;}
.invest_new_nav .owl-nav{height:0;position: relative;}
.invest_new_nav .owl-controls .owl-nav >div{transition:.3s;-webkit-transition:.3s;-moz-transition:.3s;top: -5px; position: absolute;font-weight: bold;color:#fff;background: none;color:#196acd;font-size: 16px;}
.invest_new_nav .owl-controls .owl-nav>div:hover{background:#196acd;}
.invest_new_nav .owl-controls .owl-nav .owl-prev{left:-1%;}
.invest_new_nav .owl-controls .owl-nav .owl-next{right:-1%;}
.invest_new_nav .about8_nav2_prev{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_l.png) center center no-repeat;}
.invest_new_nav .about8_nav2_prev:hover{background: url(../images/arr_about8_l_h.png) center center no-repeat;}
.invest_new_nav .about8_nav2_next{display:block;height: 30px;width: 30px;background: url(../images/arr_about8_r.png) center center no-repeat;}
.invest_new_nav .about8_nav2_next:hover{background: url(../images/arr_about8_r_h.png) center center no-repeat;}
.invest_new_nav .owl-nav>div{background:none!important;padding: 0!important;margin: 0!important;}
.inv_new_nav_i{padding:10px 0;}
.inv_new_nav_i a{display:block;height: 20px;line-height: 20px;border-right: 1px solid #b0b0b0;color:#505050;font-size: 18px;text-align: center;}
.inv_new_nav_i:hover,.inv_new_nav_i.cur{background:#005ac8;}
.inv_new_nav_i:hover a,.inv_new_nav_i.cur a{color:#fff;}
.owl-item:first-child .inv_new_nav_i a{border-left: 1px solid #b0b0b0;}

.inv_new{border-bottom:1px solid #d4d4d4;}
.inv_new a{display:block;height: 50px;line-height: 50px;color: #505050;font-size: 16px;}
.inv_new a:hover{color: #005ac8;}
.inv_new_txt.w90{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 85%;}
.inv_new_date.w10{text-align: right;width: 15%;}

	.job_apply{position:fixed;right: 0;left: 0;bottom: 0;top: 0; background:rgba(0,0,0,.6);z-index: 66;font-size: 16px;display: none;}	
	.job_apply h2{font-size:18px;}
	.job_apply h3{font-size:16px;margin-bottom:10px;}
	.apl{padding:2% 5%;border:1px solid #d6d6d6;width:50%;margin:16% auto 0;background: #fff;position: relative;}
	._l input{width:86%;height: 30px;line-height: 30px;}
	._l>div{margin-top:20px;}
	._desc{margin-top:20px;}
	#txtContent{width:100%;height: 120px;}
	._code{margin:22px 0;line-height: 15px;}
	._code input{height:30px;line-height: 30px;}
	._code img{height: 30px;position:relative;top: -2px;}
	._upload,.submit{width:20%;margin-top:26px;font-size:14px;height: 30px;}
	._close{position:absolute;right: 20px;top: 20px; cursor: pointer;}
	._close:hover{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);}
	.job_r>span{    position: absolute;    bottom: 0;    margin-top: -17px;    width: 100%;height: 34px;text-align: right;visibility: hidden;opacity: 0;}
	.job_r .apply{border:1px solid #005ac8;color:#005ac8;width:110px;height: 34px;cursor: pointer;text-align: center;line-height: 34px;display: inline-block;    margin-right: 20px;transition-property: all;-webkit-transition-property: all;}
	.in_new_go._clo{width:90px;}
	.apply:hover{width:150px;}
	.job_r>span._clo{visibility:visible;opacity: 1;bottom:30%;}


/*  -->  info_case.html  <--  */
.info_case{margin-top:50px;}
.info_case .new_info_box{padding-top:35px;}
.info_case .inv_new_tit h1{font-weight:normal;}
.info_case .new_info_page {margin-bottom:110px;margin-top: 88px;}

/*  -->  list_job_new.html  <--  */
.list_job_new{margin-top:50px;}
.list_job_new a {color: #5a5a5a;}





/*  -->  pulic class  <--  */
.fl{float:left;}
.fr{float:right;}
.w10{width:10%;}.w15{width:15%;}.w20{width:20%;}.w25{width:25%;}.w30{width:30%;}.w35{width:35%;}.w40{width:40%;}.w45{width:45%;}.w50{width:50%;}.w55{width:55%;}.w60{width:60%;}.w65{width:65%;}.w70{width:70%;}.w75{width:75%;}.w80{width:80%;}.w85{width:85%;}.w90{width:90%;}.w95{width:95%;}.w100{width:100%;}
@media (max-width:768px){
.m768_w10{width:10%;}.m768_w15{width:15%;}.m768_w20{width:20%;}.m768_w25{width:25%;}.m768_w30{width:30%;}.m768_w35{width:35%;}.m768_w40{width:40%;}.m768_w45{width:45%;}.m768_w50{width:50%;}.m768_w55{width:55%;}.m768_w60{width:60%;}.m768_w65{width:65%;}.m768_w70{width:70%;}.m768_w75{width:75%;}.m768_w80{width:80%;}.m768_w85{width:85%;}.m768_w90{width:90%;}.m768_w95{width:95%;}.m768_w100{width:100%;}}

.psr{position:relative;}.psa{position:absolute;}
.tac{text-align:center;}
.trans_03{transition:0.3s;-webkit-transition:0.3s;-moz-transition:0.3s;-o-transition:0.3s;}
.trans_05{transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;}
.trans_08{transition:0.8s;-webkit-transition:0.8s;-moz-transition:0.8s;-o-transition:0.8s;}
.trans_01{transition:1s;-webkit-transition:1s;-moz-transition:1s;-o-transition:1s;}
/*img_hover_big*/
.img_hover_big{width: auto;height: auto;overflow: hidden;}
.img_hover_big img{-moz-transition: all .8s;-webkit-transition: all .8s;-o-transition: all .8s;-ms-transition: all .8s;transition: all .8s;}
.img_hover_big:hover img{-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -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: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #005ac8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -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: 0.5s;
  transition-duration: 0.5s;}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #005ac8;
  background: #fff\9\0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: #005ac8\9\0;

}
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);  }}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);  }
  50% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);  }}
@keyframes bl_hang{
	0%{right:-25px;}
	40%{right:-35px;}
	80%{right:-29px;}
	100%{right:-25px;}}
@-webkit-keyframes bl_hang{
	0%{right:-25px;}
	40%{right:-35px;}
	80%{right:-29px;}
	100%{right:-25px;}}
/* 首页应用案例动画 */
@keyframes fade_up_d1{
	0%{top:10px;opacity: 0;}
	20%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@-webkit-keyframes fade_up_d1{
	0%{top:10px;opacity: 0;}
	20%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@keyframes fade_up_d2{
	0%{top:10px;opacity: 0;}
	40%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@-webkit-keyframes fade_up_d2{
	0%{top:10px;opacity: 0;}
	40%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@keyframes fade_up_d3{
	0%{top:10px;opacity: 0;}
	60%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@-webkit-keyframes fade_up_d3{
	0%{top:10px;opacity: 0;}
	60%{top:10px;opacity: 0;}
	100%{top:0;opacity: 1;}}
@keyframes fade_up2{
	0%{top:30px;opacity: 0;}
	100%{top:20px;opacity: 1;visibility: visible;}}
@-webkit-keyframes fade_up2{
	0%{top:30px;opacity: 0;}
	100%{top:20px;opacity: 1;visibility: visible;}}
@keyframes fade_up3{
	0%{top:15px;opacity: 0;}
	100%{top:5px;opacity: 1;visibility: visible;}}
@-webkit-keyframes fade_up3{
	0%{top:15px;opacity: 0;}
	100%{top:5px;opacity: 1;visibility: visible;}}

/*2017.9.5 投资者关系 info_leader.html blacker*/
.bl_0905{height: 12em;overflow: hidden;transition:.5s;}
.bl_more_0905{padding:6px 0;border: 1px solid #888;width: 88px;font-size:14px;transition:.5s;cursor: pointer;text-align: center;display: none;margin-top: 6px;}
.bl_more_0905:hover{background: #005ac8;color: #fff;border-color:#005ac8; }

/*  -->  responsive  <--  */
.in_case_info{padding:18% 8% 0;}
.in_case_r .in_case_info h2{height:26px;line-height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_case_info img{right:4px;top: 5px;}
.in_case_:hover .in_case_info img{animation-name: fade_up3;-webkit-animation-name: fade_up3;}
.in_case_table_cell{padding:0 8%;}
.in_case_r .in_case_info p{padding:0;margin-bottom: 0;max-height: 6em;}

/*2017.7.28*/
.pro_info_brief.owl-carousel .owl-item img{width:auto;display: inline;max-width: 100%;height: auto;}


/*2017.10.19 投资者关系 info_leader.html blacker*/
.leader_nav1019{font-size: 0;}
.leader_nav1019_li{display: inline-block;width: 150px;max-width:33.33%;height: 55px;line-height: 55px;font-size: 22px;text-align: center;}
.leader_nav1019_li a{display: block;transition: .5s;color: #444;}
.leader_nav1019_li.cur a,.leader_nav1019_li:hover a{background: #005ac8;color: #fff;}


/*20170824 lqq*/
.in_case_info{text-align:center;}  /*首页应用案例按钮*/

/*20170829 lqq*/
.about6 p{margin-bottom: -40px;}  /*关于我们品质保证文字间距*/

/*20170906 blacker*/
.pro_info_nav>div.cur{background:#226ac2;}

/*20171020 lqq*/
.sec_page_banner{height: 386px;}



@media (max-width:1550px){
	
	
	.ban_2 .banner_table >div img{width:38%;}
	/*2017.7.6*/
	.sec_ban_txt_box{width:100%;margin-left: 10%;}
	.sec_ban_txt_box img{/*width:20%;*/}
	.sec_ban_txt_box img:first-child{width:25%;}
	.sec_ban_txt_box img:nth-child(4){width:30%;}
	.sec_ban_txt_box img:nth-child(7){width:38%;}
	.sec_ban_txt_box p{/*font-size:22px;*/}
	.sec_ban_txt_box.sdcy img{width:35%;}
	.sec_ban_txt_box.sdcy img:nth-child(3){width:14%;margin-left: 4%;}
	.sec_ban_txt_box.sdcy >div img{width:100%!important;margin: 0!important;}
	.in_case_r .in_case_info p{max-height: 4.5em;}
}
@media (max-width:1400px){
	.dots{bottom:10px;}
	.dots span{width:10px;height: 10px;}
	.dots span.active{width:50px;}
	.ban_1 .banner_table >div{width:30%;}
	.ban_1 .banner_table >div img{/*width:100%;*/}
	.banner ul li > img{bottom:40px;position: relative;}
	.in_pro{padding-bottom:100px;}
	.in_pro_container{width:1000px;}
	.in_pro_box:hover .in_pro_h_i{top:20px!important;}
	.in_pro_h{padding-top:100px;left: -10px;right: -10px;bottom:-20px;top: -10px;}
	.in_pro_h_txt{margin:20px auto 30px;}
	.in_pro_h_txt li a{height:38px;line-height: 38px;}
	.in_pro_box:hover .in_pro_h{top:-30px;}
	.in_pro_list{margin-top:30px;}
	.sec_ban_txt_box.sdcy>div{width:15%;top: 14px;}
	.sec_ban_txt_box.sdcy>div br{display: none;}
	.sec_ban_txt_box.sdcy>div img:first-child{top:-5px;}
	@keyframes move_top{
		0%{top: 100px;visibility: hidden;opacity: 0;}
		100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 20px;visibility: visible;opacity: 1;}}
	@-webkit-keyframes move_top{
		0%{top: 100px;visibility: hidden;opacity: 0;}
		100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 20px;visibility: visible;opacity: 1;}}
	.in_case .owl-item:last-child .in_case_l .in_case_:hover .in_case_info img{ animation-name: fade_up3;    -webkit-animation-name: fade_up3;}
	.in_case .owl-item:last-child .in_case_l .in_case_info img{right:4px;top:5px;}
	
	/*2017.7.6*/
	.sec_ban_txt_box br:nth-child(8){display: none;}
	.sec_ban_txt_box p{/*margin-top:8px;font-size: 18px;*/}
	.about2_l.img_hover_big{width:44%;}
	.about3{margin-top:36px;}
	.about4{top:0;}
	.about6_pz{margin-top:48px;}
	.inv_bor_ul li em{display:none;}
	.inv_bor_ul li a{width:100%;}
	.in_case_info	{padding-top: 23%;}
	.in_case_r .in_case_info h2{
		height: auto;
	    line-height: 24px;
	    font-weight: normal;
	    overflow: visible;
	    text-overflow: clip;
	    white-space: normal;
	    max-height: 40px;
	    font-size: 18px;
	}
	.in_case_r .in_case_info p{height: 0;}
	.in_case_info img{padding: 0;}
	.in_case .owl-item:last-child .in_case_info p{height: auto;margin-bottom: 0;}
	.in_case .owl-item:last-child .in_case_info h2{font-weight: bold;}
	.in_about{background-size: 100%;padding-bottom: 100px;}
}

@media (max-width:1300px){
	.about_nav{width:90%;}
	.about_nav .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-4%;}
	.pro_nav2 .owl-item{right:0;}
	.about8 .about8_nav2 {width:90%;margin: 0 auto;}
	.about5_nav2{margin-bottom:3%;}
	._about.sec_body{position:relative;top: -66px;}
	.about.sec_crumb{top:-30px;}
	.about10 .about5_nav2 {width:90%;margin: 0 auto 1.5%;}
	.leader_r.img_hover_big{width:40%;}
	.sec_body{padding:0 20px;}
	.list_invest{margin:0 -20px;}
	.in_case .owl-carousel .owl-item:last-child .in_case_l .in_case_table_cell p{max-height: 7em;}
}

@media (max-width:1200px){
	.head_outer,.nav > ul,.in_news,.in_nums,.in_news_list,.in_industry_container,.in_pro_container,.in_about_container,.foot_container{width:100%;}
	.in_nums>div{margin-right:20px;}
	.nav > ul > li{width:11.11%;float: left;padding: 0;}
	.nav > ul > li a{width:100%;}
	.in_news_more a{margin-right:30px;}
	.in_ind_list br{display: none;}
	.in_ind_list{margin-top:30px;}
	.in_industry{padding-bottom:80px;}
	.in_pro{padding-bottom:88px;}
	.in_pro_h{left:0;right:0;bottom:-20px;top: -10px;padding-top: 100px;}
	.in_pro_box:hover .in_pro_h{top:-20px;}
	.in_pro_box:hover .in_pro_h_i{top:34px!important;}
	@keyframes move_top{
		0%{top: 100px;visibility: hidden;opacity: 0;}
		100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 34px;visibility: visible;opacity: 1;}}
	@-webkit-keyframes move_top{
		0%{top: 100px;visibility: hidden;opacity: 0;}
		100%{transform:scale(.6);-webkit-transform:scale(.6);-moz-transform:scale(.6);-ms-transform:scale(.6);top: 34px;visibility: visible;opacity: 1;}}
	.in_pro_list{margin-top:30px;}
	.in_tit{padding-top:0px;}
	.in_case .in_case_r .in_case_info img{display:none;}
	.in_case_info{/*padding-top:20px;*/}
	.in_about_container{padding:0 20px;}
	.foot_container{padding:0 20px;}
	.foot_code img{width:88px;}
	.foot_c{height: auto;line-height: 2em;}
	.foot_c br{display:block;}
	.in_pro_h_txt{margin:20px auto;}
	.nav{top:34px;}
	/*2017.7.5*/
	.in_case_table_cell p{font-size: 14px;}
	.in_case_table_cell h2{font-size:20px;font-weight: normal;max-height: 28px;overflow: hidden;}
	/*2017.7.6*/
	.sec_body{width:100%;padding: 0 20px}
	.sec_ban_txt_box br:nth-child(6){display: none;}
	.sec_ban_txt_box br:nth-child(5){display: none;}
	.sec_ban_txt_box img:nth-child(7){/*display: none;*/}
	.sec_ban_txt_box p{margin-top:15px;}
	.nav{height:66px;}
	.nav > ul > li > a{height:66px;line-height: 66px;}
	.nav > ul > li ul{display:none;}
	.new_date{font-size:22px;}
	.new_detail705{margin-bottom:3%;}
	.new_tit{height:1.5em;line-height: 1.5em;margin-bottom: 3px;}
	.news_tit705 {margin-top:10px;}
	.about_nav{width:90%;}
	.about2_l{margin-right:3%;}
	.about2_r{width:53%;}
	.about2_r h1{font-size:26px;margin-bottom: 3px;}
	.about2_r h2{font-size:18px;margin-bottom:14px;}
	.about2_r p{padding-bottom:0;}
	.about5 .about5_nav2 {width:90%;margin: 0 auto 5%;}
	.pro_nav2 .owl-item{right: 1px;}
	.coms h2{font-size:20px;}
	.about8 .about8_nav2 .owl-stage-outer{width:calc(100% - 1px);}
	.about8 .about8_nav2 .owl-stage-outer .owl-item{right: 1px}
	.job_top_txt{top:15%;}
	.job_new_con{padding-left:2%;}
	.job2 a,.job1 a{background-position:center 30%;}
	.job_new_{padding-left:2%;width:100%;}
	.pro_list .owl-carousel .owl-stage-outer{width: calc(100% - 3px);}
	.pro_list .in_new_go.gray_bor{display:none;}
	.case_tab {width:100%;}
	.case a .case_tit p{padding-bottom:8px;}
	.case_img {width:30%;}
	.case_tit{width:70%;}
	.list_invest{margin:0;}
	.inv_new_txt{width:80%;}
	.inv_new_date{width:20%;}
	.pro h3{width:100%;}
	.company_l img{width:90%;}
	/*2017.8.25*/
	.in_case .owl-item:last-child .in_case_l .in_case_info img{display: none;}
	.in_case_table_cell h2{margin-bottom: 8px;}
	.in_case .owl-item:last-child .in_case_info p{margin-bottom: 0;}
	.in_case .owl-item:last-child .in_case_info h2{font-size: 16px;}
	.in_case .owl-carousel .owl-item:last-child .in_case_ p,.in_case .owl-carousel .owl-item:last-child .in_case_ .in_case_table_cell p{max-height: 5.5em;}
	.job_new_date{display:none;}

	
}
@media (max-width:1023px){
	.in_nums{padding-left:10px;}
	.in_nums>div{margin-right:10px;}
	.in_num_line{width:32px;}
	.in_tit{padding:10px 0 0 ;}
	.in_tit img{transform:scale(.6);-webkit-transform:scale(.6);}
	.in_new{padding:5px;}
	.in_news_list{padding:0 5px;}
	.in_new_date{display:none;}
	.in_new_tit{width:100%;text-align: center;}
	.in_industry{margin-top:36px;}
	.in_ind{padding:0 18px;}
	.in_ind_list{margin-top:18px;}
	.in_pro_img img.in_pro_h_i{transform:scale(.6);}
	.in_pro_box:hover .in_pro_h_i{opacity: 0;animation-name: none;display: none;}
	.in_pro_h{padding-top:20px;}
	.in_pro_h_txt li a{height:35px;line-height: 35px;}
	.in_case_info{padding-top:78px;}
	.in_case .in_case_r .in_case_info img{display:block;}
	.in_case_r .in_case_info p{margin-bottom:30px;}
	.in_about_r{padding-left:66px;width:78%;}
	.in_about_l{padding-right:0;width:22%;}
	.in_about_r p{margin-top:17px;}
	.in_about{padding-bottom:266px;}
	.foot{padding-top:30px;}
	.foot_r{margin-top:20px;}
	.foot_map{border-bottom: 1px solid #aaa;padding-bottom: 20px;margin-bottom: 10px;}
	.foot_code{border:none;padding: 0 50px;}
	.foot_add{padding:0 0 0 50px;}
	.foot_c{margin-top:20px;}
	.foot_code img{width:110px;}
	.head_top{padding:10px 0;}
	.in_head .nav_bar{top:-6px;}
	.in_head .nav_bar img,.nav_bar img{width:56px;}
	.nav_bar{display:block;position: absolute;left: 9px;top: -5px;overflow: hidden;    transform: scale(.6);-webkit-transform: scale(.6);-moz-transform: scale(.6);z-index: 2;}
	.nav_bar i{width:5px;height: 5px;margin: 0 5px 5px 0;background: #666;display: block;float: left;opacity: 1;}
	.nav_bar > i{transition:0.5s;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;position: absolute;left: 0px;top: 0px}
	.nav_bar.click > i{width:25px;opacity: 1;animation-name: none;left: 0;top: 10px}
	.nav_bar.clickOff > i{width:5px;animation-name: none;left: 0;top: 0;}
	.nav_dots{position:absolute;right: 0;bottom: 0; -webkit-transform-origin: center bottom;  transform-origin: center bottom;}
	.nav_bar.click .nav_dots{transform:scale(0);-webkit-transform:scale(0);}
	.nav{display:none;}
	.nav_m{display:none;position:absolute;background: #fff;width: 100%;top: 0;left: 0;padding: 50px 0 200px;box-shadow: 2px 2px 3px #eee;}
	.nav_m>ul{opacity: 0; visibility: hidden; -webkit-transform-origin: 10px -60px;  transform-origin: 10px -60px;}
	.nav_m li{width:33.33%;float: left;text-align: center;padding: 0 8px;position: relative;}
	.nav_m li:after{position:absolute;content: '';right:0;bottom: 8%;top: 8%;width: 1px;background: #e8e8e8;}
	.nav_m li:nth-child(3):after,.nav_m li:nth-child(6):after,.nav_m li:nth-child(9):after{display:none;}
	.nav_m li:active{background:#eee;}
	.nav_m li a:active{background:none;border: none;outline: 0;}
	.nav_m li:first-child a,.nav_m li:first-child + li a,.nav_m li:first-child + li + li a{border-top: 1px solid #e8e8e8;}
	.nav_m li a{color:#444;height: 100px;display: block;font-size: 14px;padding: 10px 0;border-bottom: 1px solid #e8e8e8;}
	.nav_m li img{margin-bottom:8px;width: 40px;}
	.nav_m li.logo{margin-top: 20px;width:100%;}
	.nav_m li.logo img,.nav_m li.tel img{width:110px;}
	.nav_m li.logo a{    height: 76px;    width: 150px;    margin: 0 auto;border: none;}
	.nav_m .tel{border: none;width:100%;/*background: url(../images/icon_tel.png) 30px center no-repeat;padding-left: 40px;*/line-height: 2em;font-size: 36px;color:#003476;height: 2em;}
	.nav_m>.click_nav{transform: scale(1);-webkit-transform: scale(1);visibility: visible;}
	.nav_m>ul{    opacity: 1; top: 80px;position: relative;}
	.head_outer{height:43px;background: #fff;}
	.lang{display:none;}
	.in_pro{background:none;}
	.foot_r,.foot_map{width:100%;}
	.foot_code,.foot_add{width:50%;}
	/*2017.7.5*/
	.banner ul li.active .ban_2 .banner_table img{top: -30px;}
	.in_new_tit h6{max-height:4.5em;height: auto;}
	.in_new_info{margin:3% 0 6%;}
	.in_industry{background:#012352;}
	.in_industry .in_tit img,.in_pro .in_tit img{transform: scale(.8);-webkit-transform: scale(.8);}
	.in_ind{margin-bottom:5%;padding: 0 88px}
	.in_ind_icon{margin-bottom:3%;}
	.in_ind_info h2{font-size:22px;}
	.in_ind_info p{font-size:14px;line-height: 1.8em;}
	.in_pro_box{width:33.33%;}
	.nav_m li.logo{position: absolute;top: -108px;}
	.nav_m .tel{background-position:24% center;}
	/*2017.7.6*/
	.sec_ban_txt_box.ban_info_txt{margin-top:12%;}
	.sec_ban_txt_box{/*padding-top:7%;*/line-height:10px;}
	.sec_ban_txt_box img:nth-child(7){width:41%;}
	.sec_ban_txt_box img:nth-child(4){width:40%;}
	.sec_ban_txt_box img:first-child{width:30%;}
	.sec_ban_txt_box img:nth-child(4){width:26%;}
	.new_box .in_new_go.gray_bor{display:none;}
	.new_box{margin-bottom:4%;}
	.news_tit705{margin-bottom:5%;}
	.news_tit705 a{font-size:18px;}
	.new_detail705{margin-bottom:0;font-size:12px;}
	.new_tit{margin:1% 0 3%;}
	.hot_news_ul li a{font-size:12px;}
	.hot_news_ul li{background-position:0 16px;}
	.news_page{margin:6% 0;}
	.about_nav .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-5%;}
	.about_nav .pro_nav2 .owl-controls .owl-nav .owl-next{right:-4%;}
	.about.sec_crumb{top:-30px;}
	._about.sec_body{position:relative;top: -60px;}
	.about2_l.img_hover_big{width:100%;margin-right:0;}
	.about2_r{width:100%;margin-top:6%;}
	.about2_r p{line-height:1.8em;}
	.about2_r h1{margin-bottom:6px;}
	.about2{margin-bottom:8%;}
	.sec_ban_txt_box.sdcy{padding-top:6%;}
	.sec_ban_txt_box img:first-child{width:36%;}
	.sec_ban_txt_box.sdcy img:nth-child(3){width:16%;}
	.sec_ban_txt_box.sdcy>div{width:20%;}
	.sign{bottom:-20px;}
	.about3 {margin-top:6%;}
	.about4{top:-10px;}
	.about5_nav2 .owl-controls .owl-nav .owl-prev{left:-6%;}
	.about5_nav2 .owl-controls .owl-nav .owl-next{right:-6%;}
	.about6_pz {padding-top:30px;}
	.jd{margin-top:6%;}
	.jd_pic img{width:100%;}
	/*2017.7.7*/
	.new_info_page a{width:100%;border:none;text-align: left;padding: 0;}
	.new_info_page{position:relative;}
	.new_info_page a.info_page_r{position:absolute;bottom:-28px;left: 0;margin: 0;}
	.info_case .new_info_page,.new_info_page{margin:40px 0;}
	.sec_body{top:-8px;}
	.new_info_tit h1{font-size:22px;}
	.new_info_tit{width:100%;}
	.inv_l_tel i{font-size:18px;}
	.sec_body{padding:0 10px;}
	.inv_l_fri a{font-size:14px;overflow: hidden;}
	.inv_l_fri{padding:10px;}
	.inv_l_tit{font-size:16px;}
	.inv_l_q a{font-size:18px;}
	.leader_brief{padding:5% 0;}
	.leader_l{width:100%;margin: 0 0 30px;}
	.leader_r.img_hover_big{width:100%;}
	.pro_info_tit{padding-top:0;}
	.job1 a, .job2 a{font-size:20px;padding-top:65%;}
	.job_top_txt{position:static;width:100%;padding:5%;}
	.job_top_txt p{font-size:16px;}
	.pro_list .pro_nav2 {width:90%;margin: 0 auto;}
	.pro_list .pro_nav2 .owl-controls .owl-nav .owl-next{right:-6%;}
	.pro_list .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-6%;}
	.news_page a._page{display:none;}
	.sdcy_brief.tac br{display:none;}
	.sdcy_brief.tac p{font-size:16px;text-align: justify;line-height: 2em;padding: 0 4%;}
	.sec_body .sdcy_nav>a{background-size:36%;}
	.sdcy_nav>a.sdcy_xny:hover, .sdcy_nav>a.sdcy_xny.active{background-size:36%;}
	.sec_body .sdcy_nav>a + a + a{background-size:33%;}
	.company.trans_05{ transition:0s;-webkit-transition:0s;height: auto;}
	.company img.trans_05,.company_r_logo,.company .company_r_info p.trans_03 {transition:0s;-webkit-transition:0s;}
	.company.com_hover .company_l{padding:5% 0;}
	.apl{width:90%;}
	._l>div{padding-left:2px;}
	._code{padding:2px }
	._code input{padding:0;}
	.job_require{width:100%;padding:0;margin-bottom:  66px;}
	.job_r{width:100%;}
	.job_r>div{top: auto;bottom: 5%;width: 50%;right: 0;}
	.job_r>span._clo{bottom:5%;text-align: left;width: 50%;left: 0;}
	._upload, .submit{width:36%;}
	._l,._desc,._l input{width:100%;}
	.inv_bor_year li{width:25%;}
	.inv_bor_year{height:16px;overflow: hidden;}
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 277px;}
}

/*2017.9.1 blacker*/
.pro{opacity: 0;visibility: hidden;}
.pro.wow{opacity: 1;visibility: visible;}	
@media (max-width:768px){
	.pro{opacity: 1;visibility: visible;}	
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 208px;}	
}
.about10 .ab_tab2_img > div a{height: auto;}
.about10 .ab_tab2_img{float: none;display: inline-block;font-size: 13px;padding: 10px 20px;}
.about10 .ab_con{font-size: 0;}
.news_page{font-size: 12px;}

@media (max-width:767px){

	.head_outer{padding-right:10px;}
	.head_top li{margin:0 3px;}
	.head_top .lang{margin-left:3px;}
	.border_radius .b_c{padding:0 5px;}
	.border_radius .b_c input{width:120px;}
	.dots{bottom:2px;}
	.dots span{height:8px;width: 8px;position: relative;left: -10px;}
	.dots span.active{width:30px;}
	.in_num_line{display:none;}
	.num{width:60px;height: 60px;line-height: 63px;background-size: contain;}
	.in_nums{padding-left: 22px;}
	.in_nums>div.num_outer {display:inline-block;font-size: 0;float: none;margin-right: 0;padding: 0 8px;}
	.num>span{font-size: 20px;}
	.num_outer h6{font-size:12px;animation: none;visibility: visible!important;}
	.in_nums{text-align:center;padding-left:0;}
	.in_new{margin-bottom:28px}
	.in_new_info{margin-top:20px;}
	.in_new_tit{text-align:left;}
	.in_new_tit h6{margin-bottom:18px;;height: 3em;}
	.in_industry{background-repeat: repeat-y;padding-bottom: 20px;}
	.in_ind_icon{margin-bottom:0;}
	.in_ind{padding-bottom:30px;}
	.in_pro .in_tit img{width:290px;transform: scale(1);-webkit-transform: scale(1);}
	.in_pro_box{margin-bottom:30px;}
	/*.in_pro_box:hover .in_pro_h_i{opacity:1;animation: move_top .5s;-webkit-animation: move_top .5s;display: block;}*/
	.in_pro_h{padding-top:80px;}
	.in_pro_h_txt li a{height:42px;line-height: 42px;}
	.in_pro_h_txt{margin-bottom:50px;}
	.in_pro{padding-bottom:0;}
	.owl-dots{padding:0 20px;}
	.owl-theme .owl-dots .owl-dot{width:33.33%;}
	.in_case{padding-bottom:20px;}
	.in_about_l{width:100%;bottom: 0;}
	.in_about_l ul{text-align: center;}
	.in_about_l li{border:none;display:inline-block;width: 38%;vertical-align: middle;padding-bottom: 10px;margin-bottom: 20px;}
	.in_about_l li:first-child{width: 25%;border-right: 1px solid #aaa;height:84px;}
	.in_about_l li:first-child *{position: relative;top: 13px;}	
	.in_about_l li:nth-child(5){position: relative;top: 7px;}
	.in_about_l li:nth-child(4){border-right: 1px solid #aaa;}
	.in_about_l li:nth-child(2){width: 25%;border-right: 1px solid #aaa;}
	.in_about_container{padding:0;}
	.in_about_l li h2{font-size:12px;}
	.in_about_r{padding: 0 20px;width: 100%;}
	.in_about .in_tit{margin-bottom:20px;}
	.foot_map a{font-size:12px;line-height: 23px;}
	.foot_map a{font-size:12px;line-height: 23px;}
	.foot_map ul{width:25%;text-align: center;margin-bottom: 10px;}
	.foot_code{width:100%;margin-bottom:20px;}
	.foot_add{width:100%;}
	.in_case_r{margin-top:6px;padding-left: 6px;}
	.in_case_r .in_case_{padding:0 6px 0 0;}
	.in_case_:hover .in_case_info img{display:none;}
	.in_case_table_cell p{margin-bottom:20px;}
	.in_case_info{left:0;padding: 10px;}
	.in_case_r .in_case_info p{margin-bottom:10px;padding-top: 4px;max-height: 5em;}
	/*2017.7.5*/
	.in-in_news_more705{display:none;}
	.nav_m .tel{    background-position: 6% center;margin-top: 20px;}
	.in_ind{padding:0 10%;}
	.in_pro_box{width:100%;}
	/*2017.7.6*/
	.sec_ban_txt_box{/*margin-top:8%;*/}
	.sec_ban_txt_box img:first-child,.new_detail705,.sec_ban_txt_box br{display:none;}
	.sec_ban_txt_box img:nth-child(4){width:34%;    margin: 3% 0 0 .5%;}
	.sec_ban_txt_box p{animation-delay:0s!important;font-size: 26px;}
	.news_list_l {width:100%;}
	.new_tit{text-overflow: inherit;white-space: normal;color:#000;font-weight: normal;height: 3em;}
	.new_date{font-size:18px;}
	.news_list_r{width:100%;margin: 0 0 20px;}
	.hot_news_tit{text-align:left;background: none;color:#005ac8;border-left: 2px solid #005ac8;padding-left:10px;height: 1.5em;line-height: 1.5em;margin-top:18px;}
	.hot_news_ul li{    background-position: 0 13px;padding: 8px 0 8px 20px}
	.hot_news_ul li a{height: auto;font-size:16px;display: block;width: 100%;height: 1.5em;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.hot_news_ul>img{margin-bottom:15px;display: none;}
	.news_page a{margin:0;padding: 0 5px;color:#000;border:none;}
	.news_page a._page{display:none;}
	.about_nav{width:86%;}
	.about_nav .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-8.5%;}
	.about_nav .pro_nav2 .owl-controls .owl-nav .owl-next{right:-8%;}
	.about_com_l{width:100%;margin: 0;}
	.about_com_l h1{font-size:20px;margin-bottom:3%;text-align: center;}
	.about_com_r {width:100%;}
	.about_com_r div{margin-top:6%;}
	.about_com{margin-bottom:6%}
	.about2_r h1{font-size:24px;}
	.nav1>h2{border:none;top: -34px;}
	.about3{margin:6% -10px 0;}
	.about3_nav,.nav1>h2:after{border:none;}
	.nav1>h2{font-size:18px;white-space: nowrap;text-align: ;}
	.nav1{width:40%;float: none;display: inline-block;vertical-align: top;font-size: 12px;}
	.nav2{width:60%;margin-bottom: 23%;}
	.nav3{width:30%;}
	.nav4{width:20%;}
	.about3_nav{background:none;text-align: center;font-size: 0;}
	.nav_year>i{bottom:-32px;font-size: 14px;}
	.about3_body{padding:16px;margin-bottom: 0;}
	.about3_l{width:100%;padding: 0;display: none;}
	.about3_r{border:none;}
	.about3_new{margin-bottom:6%;}
	.about3_r{width:100%;}
	.video_poster:after{background-size:30%;}
	.sec_crumb p a{font-size:14px;}
	.video_ >h2{background-size:5%;padding-left: 15px;}
	.video_ >p{line-height:1.3em;height: 3.9em;}
	.ab_tab2_img{padding:3px;width:50%;}
	.about5_nav2 .owl-controls .owl-nav .owl-prev{left:-8%;}
	.about5_nav2 .owl-controls .owl-nav .owl-next{right:-8%;}
	.about5_nav2 .owl-controls .owl-nav >div{top:-7px;}
	.about5_nav2 .about8_nav2_item a{font-size:14px;height: 35px;line-height: 35px;}
	.pro_nav2 .owl-item{right:1px;}
	.about6{width:100%;margin:0 0 18% 0;}
	.about6 p{padding:0 6%;}
	.map_l{width:100%;height: 366px;}
	.map_r{width:100%;margin-top:30px;padding: 0;}
	.map_r h1{font-size:18px;}
	.about7{margin:20px 0px 0;}
	.coms{width:100%;padding: 0;}
	.coms h2{margin-top:10px;}
	.coms p{height:auto;}
	.jd_pic>div{width:100%;margin:0 0 6%;}
	.about8_nav2 .owl-controls .owl-nav .owl-prev{left:-10%;top: -10px}
	.about8_nav2 .owl-controls .owl-nav .owl-next{right:-10%;top: -10px}
	.about8 .about8_nav2 .owl-stage-outer{width: calc(100% - 3px);}
	.about8_jd{margin-bottom:0;}
	.about8_nav2_item i{font-size:18px;height: 30px;line-height: 30px;}
	.sh{width:100%;margin: 0;}
	.about9_tit h1{font-size:20px;}
	.about10 .about5_nav2 {margin: 0 auto 5%;}
	/*2017.7.7*/
	.inv_new_tit h1{font-size:22px;}
	.list_invest_r,.list_invest_l{width:100%;}
	.list_invest_r{margin-bottom:66px;}
	.inv_l_tel{padding:0;text-align: center;}
	.inv_l_q a{padding:0;text-align: center;}
	.pro_info_tit,.pro_info_pic,.pro_info_pic img {width:100%;}
	.pro_info_pic img{max-width:100%;margin:10px 0;}
	.pro_info_nav>div a{border:none;font-size: 14px;}
	.pro_info_nav{margin:0 -10px 6%;}
	.pro_info_tit h1 img{display:none;}
	.pro_info_tit h2{font-size:16px;}
	.pro_info_tit h1{font-size:22px;}
	.job_new_ .in_new_go,.job_new_l{display:none;}
	.job_new_con{width:100%;padding: 0;}
	.job_new_{padding-left:0;width:100%;}
	.job_new_r {margin-top:20px;}
	.job_more.in_news_more{margin:2% 0 15%;}
	.job_line{display:none;}
	.job1, .job2{width:44%;margin: 0 3%;}
	.sdcy_nav.pro_nav>a{font-size:18px;}
	.sec_body .sdcy_nav.pro_nav>a span,.sdcy_nav.pro_nav>a.sdcy_gdzz:hover span, .sdcy_nav.pro_nav>a.sdcy_gdzz.active span{background-size: 20%;background-position: 6px center;}
	.sec_body .sdcy_nav.pro_nav>a span,.sdcy_nav.pro_nav>a.sdcy_xny:hover span, .sdcy_nav.pro_nav>a.sdcy_xny.active span{background-size: 20%;background-position: 6px center;}
	.sec_body .sdcy_nav.pro_nav>a span,.sdcy_nav.pro_nav>a.sdcy_jnhb:hover span, .sdcy_nav.pro_nav>a.sdcy_jnhb.active span{background-size: 20%;background-position: 6px center;}
	.sec_body .sdcy_nav.pro_nav>a span{display:block;padding: 0 0 0 20px;background-position: 6px center;}
	.sdcy_nav.pro_nav>a{padding:0;}
	.pro_list .owl-carousel .owl-stage-outer{width:calc(100% - 4px);}
	.pro_list .pro_nav2 .owl-controls .owl-nav .owl-next{right:-8%;}
	.pro_list .pro_nav2 .owl-controls .owl-nav .owl-prev{left:-8%;}
	.case_img img,.case_img,.case_tit{width:100%}
	.case_tit{padding-left:0;margin-top:4%;}
	.case a .case_tit h2{background:none;margin-bottom:0;left: 0;padding: 0;font-weight: normal;font-size: 20px;}
	.case a .case_tab span{font-weight:normal;}
	.inv_new_date{display:none;}
	.inv_new_txt.w90{width:100%;}
	.list_invest_l{margin-bottom:20px;}
	.pro{width:calc(50% - 16px);}
	.sdcy_nav>a{width:33%;}
	.sdcy_nav{margin-bottom:6%;font-size: 0;}
	.company.com_hover{margin-bottom: 20px;}
	.company_l.w35{width:0;border-right: 0;}
	.company,.company.com_hover{overflow:visible;}
	.company_r.w55{width:100%;}
	.company_r_info {width:100%;}
	.company_r_info h2 i{display:none;}
	.company .company_r_logo br{display:none;}
	.company .in_new_go{position:absolute;right: 30px;top:50%;}
	.company_r_logo>img{float:left;margin: 0;}
	.company_r_logo {width:100%;}
	.company .company_r_logo{position:relative;}
	#txtContent{height:60px;}
	._code input{width:88px;}
	._l>div,._desc {    margin-top: 5px;}
	.in_nums{height:140px;}
	/*2017.7.10*/
	.in_head .head_top{display:none!important;}
	.in_head .head_outer,.in_head.head{background:none;}
	.move_nav .head_top{display:block!important;}
	.move_nav .head_outer,.move_nav.head{background:#fff;}
	.move_nav.head{box-shadow:1px 1px 1px #eee;}
	.banner{margin-top:0;/*display:none;*/}
	.banner_txt{display:none;}
	.banner ul li > img{bottom:0;}
	.move_nav .nav_bar{top:-5px; left:3px;}
	/*2017.7.11*/
	.news_tit705{margin-top:-20px;}
	.news_tit705 a.cur{background:none;color:#005ac8;border-bottom: 2px solid #005ac8;padding:10px 2px;margin:0 10px;}
	.sec_crumb p{background-position:0 3px;}
	.company_list{/*padding:0 20px;*/}
	body div.sec_body div.sdcy_nav>a{background-size:30%;padding: 45px 0 13px;font-size: 18px;}
	body div.sec_body div.sdcy_nav.pro_nav >a.sdcy_gdzz,body div.sec_body div.sdcy_nav.pro_nav >a.sdcy_xny,body div.sec_body div.sdcy_nav.pro_nav >a.sdcy_jnhb{padding:0;}
	.sdcy_nav>a.sdcy_xny:hover, .sdcy_nav>a.sdcy_xny.active,.sdcy_nav>a.sdcy_jnhb:hover, .sdcy_nav>a.sdcy_jnhb.active{background-size:30%;}

	body div.sec_body div.sdcy_nav>a.sdcy_gdzz{background-size:33%;}
	.sdcy_brief h1{font-size:28px;}
	.sec_ban_txt_box>img.ban_bg.job_ban{width:42%;}
	.about_nav{top:0;}
	.about_nav_bg{top:-64px;}
	._about.sec_body{top:-10px;}
	.sec_page_banner{margin-top:43px;overflow: hidden;height: auto;}
	.in_news,.in_industry,.in_case,.in_pro,.in_about,.foot,.banner,.in_nums{overflow:hidden;}
	.video_body{padding:50px 0;}
	.nav_m li.logo img,.nav_m li.tel img{width:110px;}
	/*2017.7.12*/
	.in_pro_h_txt li a{border-bottom:1px solid rgba(255,255,255,.5)}
	.in_pro_h_txt{border-top:1px solid rgba(255,255,255,.5)}
	.inv_r_bottom .inv_r_b_box{width:100%;padding: 0 10px 50px;}
	.inv_bor_body{padding:0 20px;}
	.inv_bor_year{margin:0 20px 15px;}
	.inv_r_top .in_news_more{margin:28px auto 0; text-align: center;}
	.inv_r_top .in_news_more a{margin:0;}
	.inv_r_top {margin-top:20px;}
	.inv_leaders{padding-top:0;}
	.leader{width:100%;margin-top: 30px;}
	.leader a h2{margin-bottom:10px;}
	.sec_ban_txt_box.ban_info_txt{/*margin-top:6%;*/}
	.sec_ban_txt_box.ban_info_txt.white_{margin-top:8.3%}
	.sec_ban_txt_box{margin-top: 9%;}
	.case a .case_tit p{margin-bottom:20px;}
	/*2017.8.11*/
	.in_case .owl-carousel .owl-item .in_case_ > img{height:auto;}
	.in_case .in_case_info p{padding: 3% 0 0;height: 5em;}
	.in_case_table_cell h2{margin: 6% 0 0;}
	.in_case_r .in_case_ .in_case_info p{display: none;}
	.in_case_r .in_case_ .in_case_info .in_new_go{margin-top: 5%;}
	.in_case_r .in_case_ .in_case_info h2{height: 3em;line-height: 1.5;text-overflow:clip;white-space: normal;max-height: 54px;font-size: 16px;overflow: hidden;}
	/*2017.9.19 首页案例修改 blacker*/
	.in_case .owl-carousel .owl-item:last-child .in_case_l,.in_case .owl-carousel .owl-item:last-child .in_case_r{width: 100%;}
	/*首页关于*/
	.in_about{padding-bottom: 80px;}
	/*三大产业*/
	.company:last-child .company_l{height: 100px;}
	.company.com_hover .company_l{padding: 0;height: 100px;}
	.company_circle{width: 16px;height: 16px;}
	.company.com_hover .company_circle{top: 24px;}
	.company_r{margin-left: 0;}
	.company_r_info h2{padding-left: 24px;}
	.company.com_hover .company_r{padding-bottom: 0;border-bottom: 0;}
	/*基地参观*/
	.about8 .jd img{max-width: 100%;margin-bottom: 10px;}
	.sec_body{overflow: hidden;}
	.in_pro_h:hover {visibility: visible;opacity: 1;}
	.new_info_box{padding-top: 26px;}
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 112px;}

}
@media (max-width:413px){
	body{/*overflow-x:hidden;*/}
	.in_nums{padding-left:11px;}
	.in_nums>div{margin-right:6px;}
	.in_about_r p{margin-bottom:30px;}
	.foot_c br{/*display:none;*/}
	.in_case_table_cell p{max-height:6.5em;}
	.in_pro_h_txt{margin-bottom:30px;}
	.in_case_r .in_new_go{height:24px;line-height: 24px;width: 80px;}
	.in_case_r .in_new_go i{top:1px;}
	.nav_m .tel{/*padding-left:55px;background: url(../images/icon_tel.png) 20px center no-repeat;*/margin-top:10px;}
	.nav_m li.logo{margin-top:0;}
	.nav_m li a{margin-bottom:0;}
	.nav_m li.tel a{margin-top:0;font-size: 32px;}
	.in_nums{padding-left:14px;}
	.in_nums>div{margin-right:5px;}
	.foot_code{padding:0 20px;}
	/*2017.7.6*/
	.new_tit{margin:0;font-size: 14px;}
	.new_info{padding-top:0;border: none;}
	.news_tit705 a{font-size:16px;}
	.new_date{line-height:1.3em;font-size: 14px;}
	.about5{padding:0 10px;}
	.about5_nav2 .about8_nav2_item{padding:0 1px;}
	/*2017.7.7*/
	.in_nums{padding-left:5px;}
	.pro_info_nav>div a{font-size:12px;}
	.pro_info_brief>div p{font-size:12px;}
	.apl{margin-top:5%;}
	/*2017.7.10*/
	.nav_m li.logo{top: -90px;}
	/*2017.7.11*/
	.nav_bar{left:3px;}
	.list_job_new{margin-top:20px;}
	.apl{width:100%;}
	.in_case_r .in_new_go i{display: none;}
	.in_case_r .in_new_go{width: auto;padding: 0 10px;}
	/*2017.9.19 首页banner blacker*/
	.in_nums>div.num_outer{padding: 0 5px;}
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 102px;}
	
	
}
@media (max-width:374px){
	/*2017.9.19 首页banner blacker*/
	.in_nums>div.num_outer{padding: 0 3px;}
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 98px;}
}
@media (max-width:359px){
	.head_top li{margin:0 1px;}
	.head_outer{padding-right:2px;}
	.nav_bar{left:5px;}
	.nav_m li a{margin:0;}
	.num{height:58px;line-height: 58px;width: 58px;}
	.in_case_r .in_case_info p{max-height:3em;}
	.in_case_table_cell{padding:0 8%;}
	/*.nav_m .tel{font-size:30px;background: url(../images/icon_tel.png) 10px center no-repeat;}*/
	.nav_m li.logo{margin-bottom:0;}
	.in_nums{padding-left:5px;}
	.num>span{font-size:22px;}
	.in_news .in_tit,.in_case .in_tit{position:relative;left: -23px;}
	/*2017.7.6*/
	.sec_body{padding:0 10px;}
	.news_page a.page_num_f{margin-left:6px;}
	.news_page a.page_num_l{margin-right:6px;}
	.foot_add{padding-left:20px;}
	.foot_c{line-height:1.5em;}
	.nav3 .nav_year i,.nav4 .nav_year i{bottom:-42px;}
	.nav3 .nav_year_odd i,.nav4 .nav_year_odd i{bottom:-26px;}
	.about5_nav2 .owl-controls .owl-nav .owl-prev{left:-10%;}
	.about5_nav2 .owl-controls .owl-nav .owl-next{right:-10%;}
	.about7{margin:20px 0 0;}
	.about8_nav2_item i{font-size:16px;}
	.foot_map ul{width:30%;}
	/*2017.9.19 首页banner blacker*/
	.in_nums>div.num_outer{padding: 0;}
	/*2017-11-15 lqq*/
	.sec_page_banner{height: 87px;}
}
/*上传样式*/
.upload-box{ position:relative; display:inline-block; height:30px; vertical-align:middle; zoom:1; *display:inline;margin-left: 10px}
	.upload-box .upload-btn{ display:inline-block; height:30px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:26px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; line-height:14px; text-align:center; cursor:pointer; overflow:hidden; }
    .upload-box .upload-progress .close:hover{ text-decoration:none; }
    .upload-box .upload-progress .close i{ color:#535353; font-size:10px; line-height:14px; -webkit-transform:scale(0.833); }
#txtUserEmail{height:30px;}
#txtContent{width:100%;}
/*=====================以下部分是WebUploader必须的====================*/
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; width:65px; line-height:28px; height:30px; border:1px solid #e1e1e1; cursor:pointer; background:#fff; color:#333; text-align:center; overflow:hidden; zoom:1; *display:inline; font-size: 14px;position:relative;top: -2px;}
.webuploader-pick-hover{ background:#fafafa; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
/*=====================以上部分是WebUploader必须的====================*/
.browserupgrade{display:block;position:fixed;margin:0;width:100%;height:60px;font-size:15px;line-height:60px;z-index:1000;background-color:#666;color:#fff;text-align:center}
.browserupgrade a{color:#eee;text-decoration:underline;font-size:18px;}
.browserupgrade a:hover{color:#eee}












