/*================== 
 * @authors Adrian 
 * @date    2015-11-6 12:40:20
 * @version 
 ===================*/
/* The compass pakage */

@font-face {
  font-family: 'iconfont';  /* project id 2030778 */
  src: url('//at.alicdn.com/t/font_2030778_d59gqm1inq.eot');
  src: url('//at.alicdn.com/t/font_2030778_d59gqm1inq.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2030778_d59gqm1inq.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2030778_d59gqm1inq.woff') format('woff'),
  url('//at.alicdn.com/t/font_2030778_d59gqm1inq.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2030778_d59gqm1inq.svg#iconfont') format('svg');
}

@font-face {
  font-family: 'iconfont';  /* project id 1553552 */
  src: url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.eot');
  src: url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.woff') format('woff'),
  url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1553552_ab1uhz7cxpn.svg#iconfont') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a{
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* The compass variable */
/* The compass sass */
html {
  font-size: 12px;
  font-family: "Microsoft YaHei","Arial","sans-serif";
}
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: bold;
}

.main {max-width:1400px; margin: 0 auto; overflow:hidden; width:96%}
.main02 {max-width:1400px; margin: 0 auto; overflow:hidden; width:96%}
.ab_main{background-color: rgba(255, 255, 255, 0.8); padding:50px 60px 80px 60px;}
.ab_main .sec-tit p{ color:#333; line-height:30px}
.ab_main .ab_ionc li{ float:left; width:20%; text-align:center;}
.ab_main .ab_ionc li i{ display:block; border:1px solid #0069b3; width:160px; height:160px; line-height:160px; border-radius:20px; margin:0 auto; background:#0069b3; color:#FFF; font-family:"iconfont" !important; font-size:48px; font-style:normal;}
.ab_main .ab_ionc li p{ font-size:16px; color:#111; font-weight:bold; margin-top:20px}

.ab_main .ab_ionc li:hover i{border:1px solid #fff; background:#fff; color:#0069b3;} 
.ab_main .ab_ionc li:hover p{color:#0069b3;}

.ab_main .ab_ionc li:nth-of-type(2) i{ font-size:53px}
.ab_main .ab_ionc li:nth-of-type(4) i{ font-size:55px}
.ab_main .ab_ionc li:nth-of-type(5) i{ font-size:58px}


.section-5 .ab_ionc li{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.section-5.active .ab_ionc li{
  -moz-animation: owl-item 0.8s ease both;
  -webkit-animation: owl-item 0.8s ease both;
  animation: owl-item 0.8s ease both;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.section-5.active .ab_ionc li:nth-of-type(1) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section-5.active .ab_ionc li:nth-of-type(2) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.section-5.active .ab_ionc li:nth-of-type(3) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.section-5.active .ab_ionc li:nth-of-type(4) {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.section-5.active .ab_ionc li:nth-of-type(5) {
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 0.9s;
}


.in_contact ul li{ float:left; background-color: rgba(255, 255, 255, 0.8); width:31%; margin:0 1%; text-align:center; padding:30px 0}
.in_contact ul li .contact_1_mid_1 i{font-family:"iconfont" !important; font-size:52px; font-style:normal; color:#0069b3; margin-bottom:20px; display:block}
.in_contact ul li .contact_1_mid_2{ color:#999; font-size:14px; text-transform:uppercase; margin-bottom:20px}
.in_contact ul li .contact_1_mid_3{ font-size:18px; color:#000; height:30px}


.section-4 .ab_ionc li{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.section-4.active .in_contact ul li{
  -moz-animation: owl-item 0.8s ease both;
  -webkit-animation: owl-item 0.8s ease both;
  animation: owl-item 0.8s ease both;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.section-4.active .in_contact ul li:nth-of-type(1) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section-4.active .in_contact ul li:nth-of-type(2) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.section-4.active .in_contact ul li:nth-of-type(3) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}


/*---翻页----*/
.fengye{line-height:30px; color:#999; margin:0 auto; overflow:hidden; text-align:center; margin-bottom:20px}
.fengye span{ height:34px; line-height:30px; border:1px solid #CCC;  float:left; text-align:center; margin-right:10px; padding:0 12px}
.fengye .disabled{ }
.fengye .current{background:#0069b3; border:#0069b3 1px solid; color:#FFF}
.fengye a{ float:left; height:34px; line-height:30px; border:1px solid #CCC; margin-right:10px; color:#999; text-align:center; padding:0 12px} 
.fengye a:hover{ background:#0069b3; border:#0069b3 1px solid; color:#FFF}


.box_honor{ overflow:hidden}
.box_honor li{ width:31%; margin:0 1%; float:left; margin-bottom:20px}
.box_honor li .pro_img{ width:100%; border: 1px #e5e5e5 solid; position:relative; display:table-cell; text-align:center; vertical-align:middle; padding:5px}
.box_honor li .pro_img img {width:100%; height:220px;}


.js-lightBox{cursor: pointer; opacity: .8;}
.js-lightBox:hover{opacity: 1;}
.lightBox-view img{display: block; display: none; border:0px; margin:0px !important;}
.lightBox-popupMask{position: fixed; background:black; filter:alpha(opacity=80);/* IE */ opacity:0.8; width:100%; height: 100%; z-index:9999; display: none; background-image: url('../images/icon/overlay.png');}
.lightBox-popup{}
.lightBox-popup{display: none; position: fixed; z-index:10000; top:0%; left:50%; height: 50%; background-color: white; /* margin-left:-500px; */ border-radius: 10px; border:5px solid white; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-image: url('../images/icon/loading.gif'); background-size: 8%;}
.lightBox-description .lightBox-btn{/* position: absolute; top:0; */ display: inline-block; height: 100%; width:50%; text-align: center; cursor: pointer; background-repeat: no-repeat; background-position: center center; filter:alpha(opacity=20);/* IE */ opacity: .4; background-image: url('../images/icon/opacity.png');}
.lightBox-description .lightBox-btn:hover{filter:alpha(opacity=100);/* IE */ opacity: 1;}
/* .lightBox-view .lightBox-prev-btn{left:0;}
.lightBox-view .lightBox-next-btn{right:0;} */
.lightBox-description .lightBox-prev-btn.active{background-image: url('../images/icon/prev.png');}
.lightBox-description .lightBox-next-btn.active{background-image: url('../images/icon/next.png');}
.lightBox-description .lightBox-prev-btn.disable{background-image: url('../images/icon/prev.png'); opacity: 0.1; cursor: default;}
.lightBox-description .lightBox-next-btn.disable{background-image: url('../images/icon/next.png'); opacity: 0.1; cursor: default;}
.lightBox-view .lightBox-description{position: absolute; bottom:0; right:0; left:0; padding:15px; display: none; color:white; background-color: black; filter:alpha(opacity=80);/* IE */ background: rgba(0,0,0,.8);}
.lightBox-view .lightBox-description .lightBox-current-index{margin-top: 5px; display: block; font-style:italic;}
.lightBox-view .lightBox-description .lightBox-close{float: right; display: block; width:40px; height:40px; cursor: pointer; background-repeat: no-repeat; background-image: url('../images/icon/close.png'); background-position: center center;}
.lightBox-description .btn-position{float: right; position:relative; width:100px; height: 40px;}


#container{min-width:100%; min-height:520px; padding:1%}
#container .map_wz{ font-size:16px; color: #0069b3; font-family:Verdana, Geneva, sans-serif; font-weight:bold; margin-bottom:1px; display:block}
#container .map_wzz{ font-size:14px; font-family:Verdana, Geneva, sans-serif;}


.blist-tit{background-color: #0069b3; color: #fff; width: 100%; font-size: 16px;margin-bottom: 8px; overflow:hidden}
.blist-item-hd{width:25%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}
.blist-item-rs{width:10%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}
.blist-item-dd{width:20%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}
.blist-item-bm{width:10%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}
.blist-item-time{width:20%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}
.blist-item-xx{width:15%; height:65px; border-right: 1px solid #fff; text-align: center; line-height:65px; float:left}


.recru-detail{color: #353535; line-height: 24px;}
.recru-detail h3{ font-size: 18px; color: #0069b3; padding-bottom: 10px;}
.recru-detail ul{ overflow: hidden; padding-bottom: 20px; font-size:14px}
.recru-detail li{ float: left; width: 40%; border-bottom: 1px dotted #d7d7d7; line-height: 30px;}
.recru-detail .need{ font-size:14px}
.recru-detail .need-bot{ margin-top: 30px; border-top: 1px dotted #d7d7d7; padding: 10px 0;}
.recru-detail .need-bot span{ font-size: 16px; color: #0069b3; margin: 0 5px;}



.fbform_1 ul li{ padding-bottom:0.8em; margin-bottom:2em;
float:left; width:48%; border-bottom:1px #cecfd1 solid;}
.fbform_1 ul li:nth-child(2n){
float:right;}

.fbform_1 ul li input{font-family: "SourceHanSansCN-Normal";
border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em; height:50px}
.fbform_1 ul li textarea{font-family: "SourceHanSansCN-Normal"; height:6.25em;
border:none; background:none; background-color:transparent; width:100%; color:#000; font-size:1.125em;}
.fbform_1 .more-button {cursor: pointer; border: none; padding: 0 15%; height: 50px; font-size: 14px; color: #fff; background: #006ab8;}
.fbform_1 ul li .yzm_box{ float:left; width:80% !important}
.fbform_1 ul li .yzm{ float:right}
.fbform_1 ul li:nth-child(5){ width:100%}


.cpzz .solu-item {padding: 0 10px;}
.cpzz .solu-item a{display: block; background-color: #fff; text-align: center; border: 1px solid #dfdfdf; font-size:15px; color:#666}
.cpzz .solu-item a:hover{background-color: #fff;}
.cpzz .solu-item a:hover img{-moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease; -webkit-transition-delay: 0s; transition: all 0.5s ease 0s; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80); opacity: 0.8;}
.cpzz .solu-item a:hover .solu-item-tit{color: #0069b3;}
.cpzz .solu-item-tit{ text-align:center; height:35px; line-height:35px}
.cpzz .solu-item-img{overflow: hidden; padding:8%}
.cpzz .solu-item-img img{width: 100%; -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease; -webkit-transition-delay: 0s; transition: all 0.5s ease 0s;}
.cpzz .owl-controls .owl-buttons div{width: 50px; height: 50px; border: 1px solid #dfdfdf; border-radius: 0px; background: #fff url() center center no-repeat; margin: 0px; padding: 0px; position: absolute; top: 40%; margin-top: -25px; z-index:95}
.cpzz .owl-controls .owl-buttons div.owl-prev{left: -80px; background-image: url("../img/arr_5_l.png");}
.cpzz .owl-controls .owl-buttons div.owl-next{right: -80px; background-image: url("../img/arr_5_r.png");}
.cpzz .owl-controls .owl-pagination{}
.cpzz .owl-controls .owl-page span{width: 54px !important; height: 5px !important; background-color: #e2e2e2 !important; border-radius: 0px !important; display:block;}
.cpzz .owl-controls .owl-page.active span{background-color: #0069b3 !important;}


.culture_list{ overflow:hidden; margin-bottom:30px}
.culture_list li{ width:33.3%; float:left; text-align:center}
.culture_list li i{ border:#0069b3 1px solid; display:block; width:120px; height:120px; line-height:125px; border-radius:60px; margin:0 auto; margin-bottom:20px; font-family:"iconfont"; font-style:normal; font-size:45px; color:#fff; background:#0069b3}
.culture_list li b{ font-size:25px; color:#333; line-height:40px; color:#0069b3}
.culture_list li p{ font-size:14px; color:#999}
.culture_wz{ text-align:center; display:block; width:100%; font-size:15px; margin-bottom:10px}

/**发展历程**/
.history{width:100%;}
.history_top{ padding-left:20px; height:144px; width:140px;}
.history_top_box{ background:url(../images/history.jpg) center repeat-y; padding-bottom:20px; height:144px;}
.history_top_box i{ display:block; width:60px; height:60px; margin:0 auto; background:url(../images/Sprite.png) 0 -647px no-repeat;}
.history_select{ width:100px; position:relative; z-index:99; padding-top:30px;}
.history_select dt{ width:100px; border:1px solid #DCDCDC; height:32px; line-height:30px; padding-right:20px; text-align:center; color:#666666; font-size:14px; background:#fff; cursor:pointer; position:relative; z-index:100;}
.history_select dd{ display:none; width:100px; position:absolute; top:62px; border:1px solid #DCDCDC; background:#fff; border-top:none;}
.history_select dd a{ display:block; width:100%; height:30px; line-height:30px; text-align:center; font-size:12px; color:#666;}
.history_select dd a:hover,.history_select dd a.cur{ color:#fff; background:#003b67;}

.history_list{ width:50%; position:relative; z-index:1; min-height:86px; background:url(../images/history.jpg) 90px repeat-y; padding-bottom:20px; float:left}
.history_list dt{ position:absolute; z-index:9; left:0; top:0; width:90px; color:#48ac48; min-height:86px; padding-top:14px;}
.history_list dt strong{ color:#232323; font-size:24px; font-weight:normal; line-height:34px;}
.history_list dt span{ display:block; width:100%; line-height:28px; font-size:14px; color:#ababab;}
.history_list dd{ padding-left:134px; width:100%; min-height:86px;}
.history_con{ border:1px solid #E5E5E5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:10px 10px; color:#666; font-size:12px; color:#666; line-height:24px; width:84%; min-height:86px;  position:relative;}
.history_con i{ display:block; width:48px; height:20px; background:url(../images/Sprite.png) 0 -623px no-repeat; position:absolute; left:-48px; top:18px; z-index:10;}
.history_con .left{ float:left; }

#wap_banner{ display:none}
#wap_banner .owl-buttons{ display:none;}
#wap_banner .owl-pagination{ position:absolute; bottom:5px; text-align:center; right:5px;}
#wap_banner #owl-demo02 .item img{display: block; width: 100%;height: auto;}


#wap_banner02{ display:none}
#wap_banner02 .owl-buttons{ display:none;}
#wap_banner02 .owl-pagination{ position:absolute; bottom:5px; text-align:center; right:5px;}
#wap_banner02 #owl-demo03 .item img{display: block; width: 100%;height: auto;}



#ny_dsj{ width:80%; margin:0 auto; padding:20px 0 60px; overflow:hidden; }
#ny_dsj .top{ text-align:center; margin-top:30px; margin-bottom:10px}
#ny_dsj .top h1{ font-size:24px; font-weight:normal; margin-top:30px}
#ny_dsj .in{background:url(../images/x.jpg) no-repeat top center; overflow:hidden}
#ny_dsj .cnt{ text-align:center;}
#ny_dsj .left{ width:45%; float:left; text-align:right}
#ny_dsj .right{ width:45%; float:right; text-align:left}
#ny_dsj .item{height:135px; line-height:24px}
#ny_dsj .img{ height:210px}
#ny_dsj .wz{ height:145px; padding-top:65px}
#ny_dsj .item h1{font-size:36px; line-height:70px; font-weight:normal; }
#ny_dsj .item p{font-size:14px; color:#666}
#ny_dsj .a{ margin-top:20px;}
#ny_dsj .b{ margin-top:130px;}
#ny_dsj .c{ margin-top:30px;}
#ny_dsj .z{ margin-top:20px;}
#ny_dsj .foot{ text-align:center; margin-top:30px; margin-bottom:10px; font-size:36px; font-weight:normal;}
#ny_dsj .in img{ width:60%}
#ny_dsj .t{width:30% }

.nav-list li ul{display:none; background:#FFF; overflow:hidden; position:absolute; width:120px;}
.nav-list li .pro{width:180px; margin-left:-27px}
.nav-list li:hover ul{display:block}
.nav-list li ul li a{ height:45px; line-height:45px; text-align:center; font-size:14px; display:block; color:#666}
.nav-list li ul li a:hover{ color: #0069b3;}

.web_tit{ float:left; width:20%; line-height:55px; font-size:24px; color: #0069b3;}
.web_widht{ width:80%; float:right; height:60px; line-height:55px; text-align:right; color:#666; font-size:14px}
.web_widht a{color:#666}
.web_widht .current{color: #0069b3;}

.ny_box{ margin-top:40px; margin-bottom:40px}

/*--内页二级栏目导航--*/
.ny_flnav_box{ float:left; width:20%}
.ny_flnav{display:block; border-left: 1px solid #F0F0F0; border-right: 1px solid #F0F0F0; border-top: 1px solid #F0F0F0;}
.ny_flnav li{line-height: 60px;border-bottom: 1px solid #F0F0F0;position: relative;}
.ny_flnav li i{font-family:"iconfont" !important; font-style:normal; font-size:20px; padding-right:5px}
.ny_flnav li a{ font-size:15px; color:#666; display:block;padding:0px 10px;}
.ny_flnav li .pro{ font-weight:bold; color:#333}
.ny_flnav li a:hover{ color:#0069b3; background: #f4f4f4;}
.ny_flnav li.active a{ color:#0069b3;}
#map_ny_nav{ text-align:center;font-size:16px; color:#333;display:block; cursor:pointer; display:none;}
#map_ny_nav img{ vertical-align:middle; margin-left:5px;}

.ny_box_box{ float:right; width:78%}

.honor_box{ overflow:hidden}
.honor_box li{ width:33%; float:left; margin-bottom:20px}
.honor_box li .proimg_bk{ width:280px; height:320px; border: 1px #e5e5e5 solid; position:relative; display:table-cell; text-align:center; vertical-align:middle;}
.honor_box li .proimg_bk .proimg{width:280px;line-height:320px;height:320px; text-align:center;position:static;+position:absolute;top:50%}
.honor_box li .proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:275px; max-height:315px}
.honor_box li p{ height:30px; line-height:30px; text-align:center; font-size:14px; color:#666}

.honor_box02{ overflow:hidden}
.honor_box02 li{ width:33%; float:left; margin-bottom:20px}
.honor_box02 li .proimg_bk{ width:280px; height:220px; border: 1px #e5e5e5 solid; position:relative; display:table-cell; text-align:center; vertical-align:middle;}
.honor_box02 li .proimg_bk .proimg{width:280px;line-height:240px;height:220px; text-align:center;position:static;+position:absolute;top:50%}
.honor_box02 li .proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:275px; max-height:215px}
.honor_box02 li p{ height:30px; line-height:30px; text-align:center; font-size:14px; color:#666}


.ny_honor_box{ overflow:hidden}
.ny_honor_box li{ width:33%; float:left; margin-bottom:20px}
.ny_honor_box li .proimg_bk{ width:280px; height:320px; border: 1px #e5e5e5 solid; position:relative; display:table-cell; text-align:center; vertical-align:middle;}
.ny_honor_box li .proimg_bk .proimg{width:280px;line-height:320px;height:320px; text-align:center;position:static;+position:absolute;top:50%}
.ny_honor_box li .proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:275px; max-height:315px}
.ny_honor_box li p{ height:30px; line-height:30px; text-align:center; font-size:14px; color:#666}

.ny_honor_box02{ overflow:hidden}
.ny_honor_box02 li{ width:33%; float:left; margin-bottom:20px}
.ny_honor_box02 li .proimg_bk{ width:280px; height:220px; border: 1px #e5e5e5 solid; position:relative; display:table-cell; text-align:center; vertical-align:middle;}
.ny_honor_box02 li .proimg_bk .proimg{width:280px;line-height:240px;height:220px; text-align:center;position:static;+position:absolute;top:50%}
.ny_honor_box02 li .proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:275px; max-height:215px}
.ny_honor_box02 li p{ height:30px; line-height:30px; text-align:center; font-size:14px; color:#666}


.hist{ background:url(../images/hist_line.gif) repeat-y 94px top;}
.hist li{ position:relative; padding-left:140px; margin-bottom:30px;}
.hist li .years{ left:0; top:0; position: absolute; font-size: 26px; line-height: 26px; color: #666; font-weight: bold;}
.point{ left:91px; top:6px; color: #0069b3; display: block;overflow: hidden;position: absolute;}
.honors li{ height:210px;width:210px; overflow:hidden; margin-right:6px;}
.honors li img{ height:210px; width:210px;}
.hist li P{ font-size:15px; color:#666; line-height:30px}


.ab_box{margin: 0; padding: 0; width: 100%; overflow:hidden; margin-top:110px}
.ab_box02{margin: 0; padding: 0; width: 100%; overflow:hidden;}

.ab_box_right{ width:50%; float:right; padding:3% 5%}
.ab_box_left{ width:50%; float:left; padding:5%}
.ab_box_bjtp{ width:50%; float:left;}
.ab_box_bjtp02{ width:50%; float:right;}
.ab_box_bjtp img{ width:100%}
.ab_box_bjtp02 img{ width:100%}

.nywy_txt{ overflow:hidden;}
.nywy_txt_left{ padding-left:8%}
.nywy_txt h1{color:#0189e2; font-size:36px; letter-spacing:3px; font-weight:bold; margin-bottom:5px}
.nywy_txt span{color:#000000; font-size:24px; letter-spacing:2px}
.nywy_txt .image{width: 50px; margin-top:10px}

.ab_box_more{ width:200px; height:50px; line-height:50px; background:#0189e2; color:#FFF; text-align:center; display:block; font-size:14px}

.ab_box_right .honor_box{ margin-top:30px; margin-bottom:30px}
.ab_box_right .honor_box li{ margin-right:2%}
.ab_box_left .honor_box02{ margin-top:30px; margin-bottom:20px; margin-left:8%}
.ab_box_left .honor_box02 li{ margin-right:10%}
.ab_box_more_left{margin-left:8%}
.ab_box_left .culture_list {margin-top:30px;}
.ab_box_right .hist{ margin-top:30px;}


.ny_technology img{ width:100%}


.ui-dialog-grid{ width:300px; height:200px; background:#FFF; text-align:center; border-top-right-radius:5px; border-top-left-radius:5px; border-bottom-right-radius:5px; border-bottom-left-radius:5px; text-align:center; padding-top:10px}
.ui-dialog-close{ font-size:16px; float:right; margin-right:5%; text-align:center}
.ui-dialog-title{ font-size:24px; color:#333; text-align:center}
.ui-dialog-content{ font-size:16px; color:#666; text-align:center}
.ui-dialog-button{margin:0 auto; width:50px}
.ui-dialog-autofocus{ width:50px; height:30px; font-size:16px; text-align:center;}


@media screen and (max-width: 1024px) {
  .main {width: 96%;}
  .banner01{ display:none}
  #wap_banner{ display:block}

}

@media screen and (max-width: 768px) {
.sec-us{}	
.ab_main {padding: 30px 30px 30px 30px;}
.ab_main .ab_ionc li i{ width:94%; height:120px; line-height:120px}
.in_contact ul li .contact_1_mid_3{ font-size:15px; }
.prol-itemt a{ height:150px !important}
.prol-itemt dt{ height:20px; line-height:20px; overflow:hidden}
.prol-itemt .details{ height:66px; overflow:hidden}
#wap_banner{ display: none}
#wap_banner02{ display:block}
.nav-list li:hover ul{display:none}

.nav-hori .main{padding:0px 0 !important;}
.ny_box {margin-top:30px; margin-bottom:30px;}
#map_ny_nav {text-align: center;font-size: 20px;color: #fff;display: block;cursor: pointer;display: block; background:#0069b3; height:50px; line-height:50px}
#map_ny_nav i{font-family:"iconfont" !important; font-style:normal; font-size:22px; margin-left:10px}
.ny_flnav {float: none;width:100%;background: #fff;display: none;position: relative;margin-bottom: 10px;border: 1px solid #ddd;z-index: 999;}
.ny_flnav_box{ width:100%; float:none}
.ny_box_box{ width:100%; float:none; margin-top:30px}

}

@media screen and (max-width: 420px) {
.ab_main .ab_ionc li i{height:60px; line-height:60px; font-size:25px !important}
.ab_main .ab_ionc li p{ font-size:14px}
.in_contact ul li{ width:48%; margin-bottom:10px}
.in_contact ul li .contact_1_mid_3{ font-size:13px; }
.prol-itemt .prol-item-info.prol-item-info{ width:100% !important}
#owl-prol .prol-item-img{ width:40% !important}
.prol-itemt{ padding: 0 0 26px 0 !important}
.prol-itemt dt{ padding-left:5px}
.prol-itemt dd{ padding-left:5px}
.solu-item-tag{ overflow:hidden; height:24px}
}

@media screen and (max-width: 375px) {
.sec-us{ display:none}	
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
  color: #0270b7;
}

.head {
  height: 110px;
  background-color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .head {
    height: 50px;
  }
}
.head .main {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .head .main {
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .head .main {
    position: static;
  }
}

.head-inner {
  -moz-box-shadow: 0 2px 12px 0px #dedede;
  -webkit-box-shadow: 0 2px 12px 0px #dedede;
  box-shadow: 0 2px 12px 0px #dedede;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .head-inner {
    height: 50px;
  }
}

.logo {
  float: left;

}
@media screen and (max-width: 768px) {
  .logo {
    width: 120px;
    margin:3px 0 0 0 !important;
  }
}
.logo img {
  width: 100%;
  display: block;
}
.logo{margin:8px 0 0 0;}

.hd-stripe {
  float: right;
}
@media screen and (max-width: 768px) {
  .hd-stripe {
    display: none;
  }
}

.hd-share {
  float: left;
  margin-top: 13px;
}
.hd-share a {
  float: left;
  width: 18px;
  height: 18px;
  background: url("../images/sprite_1.png") no-repeat;
  margin: 0 4px;
}

a.hd-share-weibo {
  background-position: -110px 0px;
}

a.hd-share-wechat {
  background-position: -133px 0px;
}

a.hd-share-tel {
  background-position: -158px 0px;
}

.hd-tel {
  float: left;
  font-size: 14px;
  font-style: italic;
  margin: 14px 12px 0 6px;
}

.hd-search {
  float: left;
  position: relative;
  width: 145px;
  height: 21px;
  background: url("../images/sprite_1.png") 0 -55px no-repeat;
  margin-top: 10px;
}

.hd-search-ipt {
  height: 19px;
  width: 110px;
  float: left;
  margin: 1px 0 0 8px;
  border: none;
  padding: 2px;
  outline: none;
}

.hd-search-btn {
  width: 19px;
  height: 19px;
  margin: 1px 0 0 0;
  background-color: transparent;
  border: none;
  float: left;
  cursor: pointer;
  outline: none;
}

.nav {

  right: 0px;
  width: 80%;
  height: 90px;
  display: block; float:right
}
@media screen and (max-width: 768px) {
  .nav {position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .nav a {
    color: #fff;
  }
}

.nav-tit {
  width: 80%;
  margin: 30px auto 10px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: url("../images/line_1.png") center bottom no-repeat;
  display: none;
  padding: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .nav-tit {
    display: block;
  }
}

.nav-list {
  float: right;
}
@media screen and (max-width: 768px) {
  .nav-list {
    float: none;
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.nav-list > li {
  float: left;
}
@media screen and (max-width: 768px) {
  .nav-list > li {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}
.nav-list > li > a {
  display: block;
  padding: 0 30px;
  line-height: 105px;
  height: 110px;
  border-bottom: 3px solid transparent;
  font-size: 16px; color:#666
}
@media screen and (max-width: 1024px) {
.nav{width:70%}	
.nav-list > li > a {padding: 0 10px;}	
.owl-theme .owl-controls .owl-buttons div.owl-next{ display:none}
}
@media screen and (max-width: 768px) {
  .nav-list > li > a {
    line-height: 30px;
    border-bottom: 0px;
    height: 30px; color:#FFF
  }
}
.nav-list > li > a:hover {
  border-color: #0069b3;
  color: #0069b3;
}


.nav-slide-wrap {
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  background: #fff url("../images/bg_2.jpg") 0 bottom repeat-x;
  z-index: -1;
}
.nav-slide-wrap .main {
  position: relative;
  height: 100%;
}

.nav-slide {position: absolute;width: 100%;height: 100%;display: none;padding-top:40px;}

.nav-slide .picd{ float:left; max-width:300px; width:30%;}

.nav-slide .infod{ float:left; width:40%; margin-left:3%;}
.nav-slide .infod .itd{ margin-bottom:15px;}
.nav-slide .infod .itd h3{ color:#0069b3;font-weight:normal; font-size:20px;}
.nav-slide .infod .itd p{ color:#0069b3; font-size:16px; font-weight:bold; margin-top:10px}
.nav-slide .infod .dep{ font-size:14px; color:#888; line-height:24px; font-weight:normal; height:144px; overflow:hidden}

.nav-slide .linkd{ float:right; width:30%;}
.nav-slide .linkd a{ color:#666; display:block; font-size:15px; height:45px; line-height:45px; border-bottom:1px #c6c6c6 dotted; width:45%; float:left; margin-left:5%; font-weight:normal}
.nav-slide .linkd a i{font-family:"iconfont" !important; font-size:14px; color:#b6b6b6; font-style:normal;}
.nav-slide .linkd a:hover{ color:#0069b3;}
.nav-slide .linkd a:hover i{ color:#0069b3;}

.nav-toggle {
  position: fixed;
  z-index: 1001;
  top: 5px;
  right: 5px;
  padding: 12px 10px;
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
}

a.nav-toggle-icon {
  display: block;
}
a.nav-toggle-icon span, a.nav-toggle-icon:after, a.nav-toggle-icon:before {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
a.nav-toggle-icon span {
  margin-top: 4px;
  margin-bottom: 4px;
}
a.nav-toggle-icon:before {
  content: '';
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
a.nav-toggle-icon:after {
  content: '';
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}

a.nav-toggle-icon.opened span, a.nav-toggle-icon.opened:after, a.nav-toggle-icon.opened:before {
  background-color: #fff;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
a.nav-toggle-icon.opened span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
a.nav-toggle-icon.opened:before {
  -webkit-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -moz-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -ms-transform: translate3d(4px, -1px, 0) rotate(45deg);
  -o-transform: translate3d(4px, -1px, 0) rotate(45deg);
  transform: translate3d(4px, -1px, 0) rotate(45deg);
}
a.nav-toggle-icon.opened:after {
  -webkit-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -moz-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -ms-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  -o-transform: translate3d(4px, 1px, 0) rotate(-45deg);
  transform: translate3d(4px, 1px, 0) rotate(-45deg);
}

.sec-tit {
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .sec-tit {
    width: 98%;
    margin: 0 auto 15px;
    overflow: hidden;
  }
}
.sec-tit h2 {
  font-size: 35px;
  padding: 20px 0;
  line-height: 38px;
}
@media screen and (max-width: 860px) {
  .sec-tit h2 {
    font-size: 26px;
    padding: 14px 0;
    line-height: 32px;
  }
}
.sec-tit b {
  font-size: 38px;
  color: #0069b3;
  text-transform: uppercase;
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 860px) {
  .sec-tit b {
    font-size: 28px;
    line-height: 32px;
  }
}
.sec-tit p {
  color: #666;
  font-size: 14px;
  line-height: 18px;
}
.sec-tit .sec-tit-line-l, .sec-tit .sec-tit-line-r {
  position: absolute;
  top: 39px;
  width: 20%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 860px) {
  .sec-tit .sec-tit-line-l, .sec-tit .sec-tit-line-r {
    top: 29px;
  }
}
.sec-tit .sec-tit-line-l {
  margin-right: 180px;
  right: 50%;
}
.sec-tit .sec-tit-line-r {
  margin-left: 180px;
  left: 50%;
}

.section-2{
  background: url("../images/bg_1.jpg") repeat;
}

.section-4 {
  background: url("../images/bg_co.jpg") center center no-repeat;
  background-size: cover;
}

.section-3 {
  background: url("../images/bg_4.jpg") center center no-repeat;
  background-size: cover;
}

.section-5 {
  background: url("../images/bg_ab.jpg") center center no-repeat;
  background-size: cover;
}

.flexslider {
  border: none;
}

.flex-direction-nav {
  position: absolute;
}

.flexslider .slides > li {
  background: center top;
  background-size: cover;
}

.fp-tableCell {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .fp-tableCell {
    padding-top: 50px;
  }
}

.float {
  position: fixed;
  top: 50%;
  right: 60px;
  margin-top: -110px;
  width: 53px;
}
@media screen and (max-width: 1000px) {
  .float {
    display: none;
  }
}

.float-item, .float-item-1, .float-item-2, .float-item-3, .float-item-4, .float-item-5 {
  width: 53px;
  height: 54px;
  border-bottom: 1px solid #008fd5;
  position: absolute;
  right: 0px;
}
.float-item > a, .float-item-1 > a, .float-item-2 > a, .float-item-3 > a, .float-item-4 > a, .float-item-5 > a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 53px;
  height: 53px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #0270b7;
  color: #fff;
  line-height: 53px;
  font-size: 16px;
  cursor: pointer;
}
.float-item i, .float-item-1 i, .float-item-2 i, .float-item-3 i, .float-item-4 i, .float-item-5 i {
  float: left;
  width: 53px;
  height: 53px;
  background: url("../images/sprite_2.png") 0 0 no-repeat;
}

.float-item:hover > a, .float-item-1:hover > a, .float-item-2:hover > a, .float-item-3:hover > a, .float-item-4:hover > a, .float-item-5:hover > a {
  background-color: #008fd5;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.float-item-expand, .float-item-1, .float-item-4 {
  text-indent: 2px;
}
.float-item-expand > div, .float-item-1 > div, .float-item-4 > div {
  display: none;
}

.float-item-slide, .float-item-2, .float-item-3 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.float-item-slide > a, .float-item-2 > a, .float-item-3 > a {
  width: 210px;
}

.float-item-slide:hover, .float-item-2:hover, .float-item-3:hover {
  width: 210px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}


.float-item-1 {
  top: 0px;
}
.float-item-1 i {
  background-position: 0px 0px;
}

.float-item-2 {
  top: 54px;
}
.float-item-2 i {
  background-position: 0px -53px;
}

.float-item-3 {
  top: 108px;
}
.float-item-3 i {
  background-position: 0px -106px;
}

.float-item-4 {
  top: 162px;
}
.float-item-4 i {
  background-position: 0px -159px;
}

.float-item-5 {
  top: 216px;
}
.float-item-5 i {
  background-position: 0px -212px;
}

.float-expand, .float-qq, .float-wechat {
  position: absolute;
  top: 0px;
  left: -160px;
  height: 270px;
  width: 160px;
  padding: 0 14px;
  background-color: #008fd5;
}
.float-expand h5, .float-qq h5, .float-wechat h5 {
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
}

.qq-list dd {
  line-height: 34px;
  overflow: hidden;
  padding: 6px 0;
  line-height: 22px;
}

.qq-item-btn {
  float: left;
  height: 22px;
  width: 77px;
  background: url(../images/qq_talk.png) 0 0 no-repeat;
}

.qq-item-txt {
  float: left;
  margin-left: 5px;
  color: #fff;
}

.float-wechat {
  top: -162px;
}
.float-wechat p {
  line-height: 20px;
  padding: 9px 0;
  color: #fff;
  text-align: center;
}

.wechat-pic {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .ft {
    height: 229px;
    background-color: #0874b9;
  }
}
@media screen and (max-width: 1000px) {
  .ft .main {
    padding: 0 12px;
  }
}
@media screen and (max-width: 540px) {
  .ft .main {
    padding: 0 4px;
  }
}

.ft-mid {
  padding: 32px 0 50px;
  border-top: 3px solid #005693; background:#0069b3
}
@media screen and (max-width: 1000px) {
  .ft-mid {
    background: #0874b9;
    color: #fff;
    position: relative;
    padding: 20px 0 0 0;
  }
}

.ft-nav {
  float: left;
}
.ft-nav dl {
  float: left;
  margin-right: 90px;
}
@media screen and (max-width: 1024px) {
  .ft-nav dl {
    margin-right: 60px;
  }
}
@media screen and (max-width: 786px) {
  .ft-nav dl {
    margin-right:24px;
  }
}

@media screen and (max-width: 420px) {
  .ft-nav dl {
    margin-right:14px;
  }
}

.ft-nav dt {
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 540px) {
  .ft-nav dt {
    font-size: 12px;
  }
}
.ft-nav dt a {
  color: #b6e1ff;
}
@media screen and (max-width: 1000px) {
  .ft-nav dt a {
    color: #fff;
  }
}
.ft-nav dd {
  line-height: 24px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .ft-nav dd {
    display: none;
  }
}
.ft-nav dd a {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.ft-nav dd a:hover {
  color: #fff;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.ft-qr {
  width: 162px;
  height: 162px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .ft-qr {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 540px) {
  .ft-qr {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 360px) {
  .ft-qr {
    float: right;
  }
}

.ft-tel {
  font-size: 16px; color:#b6e1ff;
  float: right;
}
@media screen and (max-width: 1000px) {
  .ft-tel {
    position: absolute;
    right: 12px;
    top: 20px;
  }
}
@media screen and (max-width: 540px) {
  .ft-tel {
    top: 70px;
    right: 4px;
    font-size: 12px;
  }
}
.ft-tel b {
  font-size: 24px;
  color: #fff;
  font-style: italic;
  margin: 10px 0;
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .ft-tel b {
    color: #fff;
    font-size: 18px;
    margin: 6px 0;
  }
}
@media screen and (max-width: 540px) {
  .ft-tel b {
    font-size: 14px;
    margin: 6px 0;
  }
}

.ft-bt {
  background-color: #0874b9;
  color: #fff;
  padding: 25px 0;
  line-height: 20px;
}
@media screen and (max-width: 1000px) {
  .ft-bt {
    padding: 0px;
  }
}
.ft-bt a {
  color: #fff;
}

.ft-bt-l {
  float: left;
}
@media screen and (max-width: 1000px) {
  .ft-bt-l {
    border-top: 1px solid #2182c0;
    padding: 14px 0 14px 2px;
    width: 390px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 540px) {
  .ft-bt-l {
    width: 300px;
  }
}
.ft-bt-l span {
  margin: 0 1px 0 4px;
  position: relative;
  top: -1px;
}

.ft-bt-r {
  float: right;
}
@media screen and (max-width: 1000px) {
  .ft-bt-r {
    float: left;
    clear: both;
    border-top: 1px solid #2182c0;
    padding: 18px 0 40px 2px;
    width: 390px;
  }
}
@media screen and (max-width: 540px) {
  .ft-bt-r {
    width: 300px;
  }
}
.ft-bt-r p {
  float: left;
  margin: 0 2px;
}
@media screen and (max-width: 1000px) {
  .ft-bt-r p {
    float: none;
  }
}

.ft-fsp {
  margin: 0 3px;
}

.head-plh {
  height: 90px;
}
@media screen and (max-width: 768px) {
  .head-plh {
    height: 50px;
  }
}

.banner {
  position: relative;
  width: 100%;
  height:380px;
  overflow: hidden;
  background: center center no-repeat;
}
@media screen and (max-width: 1000px) {
  .banner {
    height: 265px;
    background-size: cover;
  }
}

.banner-pic {
  width: 1440px;
  height: 277px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  .banner-pic {
    display: none;
  }
}

.banner-txt-box{ max-width:1400px; margin:0 auto; margin-top:170px}
.banner-txt-box02 .banner-txt{ color:#FFF}
.banner-txt-box02 .banner-txt02{ color:#ddd}
.banner-txt {color: #0069b3;font-size:40px; letter-spacing:5px; margin-bottom:15px}
.banner-txt02 {font-size:20px; text-transform: uppercase;}

@media screen and (max-width: 1000px) {
  .banner-txt {
    width: 90%;
    left: 5%;
    font-size: 56px;
  }
}
@media screen and (max-width: 640px) {
  .banner-txt {
    font-size: 46px;
  }
}



.nav-hori {
  background-color: #f4f4f4;
}
@media screen and (max-width: 1000px) {
  .nav-hori .main {
    width: 90%;
    padding: 20px 0;
  }
}



.soll-item {
  width: 33.333%;
  padding-right: 2%;
  float: left;
  margin-bottom: 10px;
}

.ab_more{ width:50%; height:40px; line-height:40px; display:none; background:#0069b3; text-align:center; font-size:14px; color:#FFF; border-radius:3%; margin:0 auto}

@media screen and (max-width: 1000px) {
  .soll-item {
    padding: 0 1%;
  }
}
@media screen and (max-width: 768px) {
  .soll-item {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .soll-item {
    width: 100%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 380px) {
.ab_more{ display:block}	
}
.soll-item h5 {
  font-size: 20px;
  padding: 14px 0 14px 3px;
}
.soll-item img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: block;
}

.soll-item-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.soll-item-wrap:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.soll-item-msk, .soll-item-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.soll-item-msk {
  background: url("../images/bg_2.png") repeat;
  z-index: 8;
}

.soll-item-txt {
  color: #fff;
  text-align: center;
  z-index: 9;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.soll-item-txt dl {
  margin-top: 45%;
}
.soll-item-txt dt {
  font-size: 22px;
  padding: 8px 0;
}
.soll-item-txt dd {
  font-size: 12px;
  line-height: 1.5;
}

.hdl-hori {
  background-color: #f4f4f4;
  text-align: center;
  position: relative;
}
.hdl-hori h1 {
  font-size: 30px;
  color: #666;
  padding: 2% 0;
}
@media screen and (max-width: 768px) {
  .hdl-hori h1 {
    font-size: 24px;
    padding: 3% 0;
  }
}
@media screen and (max-width: 640px) {
  .hdl-hori h1 {
    font-size: 18px;
    padding: 4% 0;
  }
}

.hdl-hori-back {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 1.5%;
  padding: 8px;
  position: absolute;
  width: 44px;
  height: 44px;
  background: transparent url("../images/arr_2.png") 8px center no-repeat;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.hdl-hori-back:hover {
  background-position: -30px center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.col-wrap {
  padding-bottom: 20px;
}

.col-r {
  float: right;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .col-r {
    width: 100%;
    float: none;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .col-r {
    padding-top: 12px;
  }
}

.col-l {
  float: left;
  width: 243px;
  padding: 20px 13px 20px 0;
  -moz-box-shadow: 5px 0px 12px 0px #f4f4f4;
  -webkit-box-shadow: 5px 0px 12px 0px #f4f4f4;
  box-shadow: 5px 0px 12px 0px #f4f4f4;
}
@media screen and (max-width: 1000px) {
  .col-l {
    display: none;
  }
}

.menu {
  line-height: 38px;
  background-color: #f2f7fb;
}
.menu a {
  color: #666;
  background: url("../images/arr_3.png") no-repeat;
  cursor: pointer;
}
.menu h2 {
  background-color: #0069b3;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
}

.menu-list-1 {
  padding: 0 10px;
}
.menu-list-1 > li {
  border-bottom: 1px solid #ececec;
}
.menu-list-1 > li > a {
  display: block;
  padding-left: 24px;
  background-position: 11px center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.menu-list-1 > li.active > a {
  color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.menu-list-2 {
  display: none;
}
.menu-list-2 a {
  padding-left: 38px;
  display: block;
  background-position: 27px center;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.menu-list-2 a:hover {
  color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.tab-1 {
  clear: both;
}
.tab-1 .hd {
  margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
  .tab-1 .hd {
    text-align: center;
  }
}
.tab-1 .hd li {
  float: left;
  line-height: 38px;
  color: #fff;
  background-color: #b2b2b2;
  width: 146px;
  margin-right: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1000px) {
  .tab-1 .hd li {
    float: none;
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .tab-1 .hd li {
    font-size: 14px;
    width: 100px;
  }
}
@media screen and (max-width: 430px) {
  .tab-1 .hd li {
    width: 23%;
  }
}
.tab-1 .hd li.on {
  background-color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1000px) {
  .txt {
    padding: 0px 10px;
  }
}

.cont {
  min-height: 300px;
}

.rpro-item {
  width: 33.333%;
  padding: 0 1.5% 3%;
  float: left;
}
@media screen and (max-width: 480px) {
  .rpro-item {
    width: 50%;
  }
}
.rpro-item a {
  padding: 4%;
  background-color: #f9f9f9;
  -moz-box-shadow: 5px 5px 0px 0px #ececec;
  -webkit-box-shadow: 5px 5px 0px 0px #ececec;
  box-shadow: 5px 5px 0px 0px #ececec;
  display: block;
}
.rpro-item h5 {
  line-height: 32px;
  text-align: center;
  font-size: 18px;
  color: #0069b3;
}
@media screen and (max-width: 640px) {
  .rpro-item h5 {
    font-size: 14px;
  }
}

.rpro-item-pic {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.txt-lh {
  line-height: 2;
}

.pro-zoom {
  float: left;
  width: 45%;
}
.pro-zoom img{ width:100%}
@media screen and (max-width: 767px) {
  .pro-zoom {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 432px) {
  .pro-zoom {
    width: 100%;
  }
}

.spec-preview {
  float: left;
  width: 100%;
}
@media screen and (max-width: 432px) {
  .spec-preview {
    width: 100%;
  }
}

@media screen and (max-width: 432px) {
  .jqzoom {
    width: 100%;
  }
}
.jqzoom img {
  width: 428px;
}
@media screen and (max-width: 432px) {
  .jqzoom img {
    width: 100%;
  }
}

.spec-scroll .items {
  width: 400px;
}
@media screen and (max-width: 432px) {
  .spec-scroll .items {
    width: 300px;
  }
}

.spec-scroll {
  clear: both;
  width: 432px;
}
@media screen and (max-width: 432px) {
  .spec-scroll {
    width: 320px;
    margin: 0 auto;
  }
}
.spec-scroll a {
  background: url("../images/arr_4.png") 0 0 no-repeat;
}
.spec-scroll a.prev {
  background-position: 0 center;
  float: left;
}
.spec-scroll a.next {
  background-position: -10px center;
  float: right;
}
.spec-scroll .items li.active img {
  border-color: #dd1223;
}

.pro-inro {
  float: right;
  width: 50%;
  color: #666;
}
.pro-inro h3{ font-size:24px; color:#0069b3; font-weight:bold; margin-bottom:20px}
.pro-wrap{ margin-bottom:30px}
@media screen and (max-width: 767px) {
  .pro-inro {
    float: none;
    margin: 0 auto;
    width: 90%;
  }
}
.pro-inro ul li {
  border-bottom: 1px dotted #cfcfcf;
}

.pro-inro-price span {
  font-size: 14px;
  color: #0069b3;
  display: block;
  padding: 16px 0;
}
.pro-inro-price span b {
  font-size: 22px;
  color: #dd1223;
  margin-right: 6px;
}

.pro-inro-prop {
  line-height: 22px;
  padding: 8px 0;
}

.pro-inro-pher {
  padding: 8px 0;
}

.pro-inro-pher-sele {
  height: 36px;
  width: 210px;
}
@media screen and (max-width: 360px) {
  .pro-inro-pher-sele {
    width: 68%;
  }
}

.pro-inro-pher-label {
  font-size: 16px;
  color: #dd1223;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pro-wrap {
    width: 756px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .pro-wrap {
    padding-bottom: 12px;
  }
}


@media screen and (max-width: 1000px) {
  .serv-cont {
    padding: 20px 0;
  }
}


@media screen and (max-width: 1000px) {
  .serv-list {
    width: 100%;
  }
}

.serv-item{float: left; text-align: center; width:48%; margin: 0 1% 20px 1%}

}
@media screen and (max-width: 1000px) {
  .serv-item {
    width: 25%;
    padding: 0 4px 8px;
  }
}
@media screen and (max-width: 768px) {
  .serv-item {
    width: 50%;
    padding: 0 8px 12px;
  }
}
@media screen and (max-width: 540px) {
  .serv-item {
    padding: 0 4px 6px;
  }
}
.serv-item a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: block;
  background-color: #f4f4f4;
  padding: 58px 0px 40px;
}
@media screen and (max-width: 1000px) {
  .serv-item a {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .serv-item a {
    padding: 22px 0px 12px;
  }
}
.serv-item i {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-bottom: 35px;
}
@media screen and (max-width: 540px) {
  .serv-item i {
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
    background-size: cover;
  }
}
.serv-item h6 {
  font-size: 20px;
}
@media screen and (max-width: 540px) {
  .serv-item h6 {
    font-size: 16px;
  }
}
.serv-item a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #0069b3;
}
.serv-item a:hover .serv-item-txt, .serv-item a:hover h6, .serv-item a:hover .serv-item-en {
  color: #fff;
}
.serv-item a:hover .serv-item-line {
  background-color: #fff;
}

.serv-item-en {
  padding: 17px 0;
  color: #f4f4f4;
  text-transform: uppercase;
  color: #b9b9b9;
}
@media screen and (max-width: 540px) {
  .serv-item-en {
    padding: 10px 0;
  }
}

.serv-item-txt {
  line-height:24px;
  padding: 12px 0;
  color: #666;
  width: 92%;
  margin: 0 auto; text-align:left; height:144px
}
@media screen and (max-width: 540px) {
  .serv-item-txt {
    padding: 8px 0;
  }
}

.serv-item-line {
  display: block;
  height: 3px;
  background-color: #000;
  width: 74px;
  margin: 0 auto;
}

.serv-item-1 i {
  background-image: url("../images/ico_1.png");
}

.serv-item-2 i {
  background-image: url("../images/ico_2.png");
}

.serv-item-3 i {
  background-image: url("../images/ico_3.png");
}

.serv-item-4 i {
  background-image: url("../images/ico_4.png");
}

.serv-item-1 a:hover i {
  background-image: url("../images/ico_1_w.png");
}

.serv-item-2 a:hover i {
  background-image: url("../images/ico_2_w.png");
}

.serv-item-3 a:hover i {
  background-image: url("../images/ico_3_w.png");
}

.serv-item-4 a:hover i {
  background-image: url("../images/ico_4_w.png");
}

.tit {
  padding: 28px 0 30px;
  font-size: 24px;
  text-indent: 14px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px) {
  .tit {
    padding: 18px 0 22px;
    font-size: 20px;
  }
}

.filt {
  padding: 14px 0;
}
@media screen and (max-width: 1000px) {
  .filt {
    padding: 14px 6px;
  }
}

.filt select {
  float: left;
  border: 1px solid #e5e5e5;
  height: 38px;
  width: 200px;
  margin: 0 10px 10px 0;
}

.filt-sele {
  float: left;
  width: 232px;
  height: 38px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  padding-left: 12px;
}
@media screen and (max-width: 1000px) {
  .filt-sele {
    margin-bottom: 10px;
  }
}

.filt-search {
  float: left;
  height: 38px;
  border: 1px solid #e5e5e5;
  position: relative;
  padding-right: 90px;
  width: 267px;
  margin: 0 10px 10px 0;
}

.filt-search-btn {
  height: 38px;
  width: 90px;
  font-size: 14px;
  position: absolute;
  top: -1px;
  right: 0px;
}

.filt-search-ipt {
  padding: 0 12px;
  height: 36px;
  border: none;
  font-size: 14px;
  color: #666;
}

.btn {
  background-color: #0069b3;
  color: #fff;
  border: none;
  text-align: center;
  cursor: pointer;
}


@media screen and (max-width: 1000px) {
  .blist-wrap {
    padding: 0 6px 20px;
  }
}

.blist-item {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #696c77;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
  display: block;
}


.blist-item-hd b {
  font-size: 32px;
  margin: 14px 0 3px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .blist-item-hd b {
    font-size: 20px;
    margin: 8px 0 0;
  }
}

.blist-item-bd {
  line-height: 65px;
  height: 65px;
}

.blist-item-bd > i {
  width: 22px;
  height: 28px;
  background: 0 0 no-repeat;
  float: left;
  margin: 17px 18px 0;
}
@media screen and (max-width: 640px) {
  .blist-item-bd > i {
    margin: 10px 10px 0;
  }
}

.blist-item-play {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  float: right;
  width: 90px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/sprite_3.jpg") no-repeat;
}
@media screen and (max-width: 640px) {
  .blist-item-play {
    width: 44px;
    height: 48px;
    background: none;
  }
}
.blist-item-play i {
  display: none;
}
@media screen and (max-width: 640px) {
  .blist-item-play i {
    width: 28px;
    height: 28px;
    left: 8px;
    top: 10px;
    display: block;
    background: 0 0 no-repeat;
    position: absolute;
    z-index: 9;
    background-size: cover;
  }
}

.blist-item:hover {
  background-color: #6d6d6d;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.blist-item:hover .blist-item-play {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.video-cont .blist-item-bd > i {
  background-image: url("../images/ico_youku.png");
}
.video-cont .blist-item-play {
  background-position: 0 -65px;
}
.video-cont .blist-item-play i {
  background-image: url("../images/ico_play.png");
}
.video-cont .blist-item:hover .blist-item-play {
  background-position: -90px -65pxpx;
}

.download-cont .blist-item-bd > i {
  background-image: url("../images/ico_pdf.png");
}
.download-cont .blist-item-play {
  background-position: 0 0;
}
.download-cont .blist-item-play i {
  background-image: url("../images/ico_download.png");
}
.download-cont .blist-item:hover .blist-item-play {
  background-position: -90px 0px;
}

.qa-cont .blist-item-hd {
  line-height: 65px;
}

.qa-cont .blist-item-hd b {
  margin: 0;
  font-family: "Arial";
}
.qa-cont .blist-item-bd span {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .qa-cont .blist-item-bd span {
    margin-left: 8px;
  }
}
.qa-cont .blist-item-toggle {

  text-align: center;
  width:15%; display:block; float:left;
  line-height: 65px;
  color: #80abde;
}


.frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  z-index: 1006;
  background: url("../images/bg_3.png") repeat;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.frame-wrap {
  position: relative;
  margin: 0px auto 0 80px;
  background: #fff;
  z-index: 1010;
  cursor: auto;
  width: 100%;
  transition: 400ms;
  padding-right: 80px;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media screen and (max-width: 861px) {
  .frame-wrap {
    margin: 0px auto;
    padding-right: 0px;
  }
}

html.open body {
  overflow: hidden;
}
html.open .frameHtmlact {
  overflow-y: auto;
}
html.open .frameHtmlact .frame-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
html.open .frameHtmlact .frame-close {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.frame-close {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: 0px;
  top: 50%;
  margin-top: -35px;
  z-index: 1008;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-80px);
  transform: translate(-80px);
}
@media screen and (max-width: 861px) {
  .frame-close {
    margin: 0px auto;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 2%;
    margin-top: 0px;
    width: 50px;
    height: 50px;
    z-index: 1012;
    background-color: #174f90;
    border-radius: 50%;
  }
}
.frame-close span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.4s;
}
.frame-close span.i0 {
  color: #fff;
  background-color: #80abde;
  padding-top: 20px;
  height: 60px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 80px;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 861px) {
  .frame-close span.i0 {
    display: none;
  }
}
.frame-close span.i1 {
  background: url(../images/fram_close.png) no-repeat scroll center center #174F90;
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
}
@media screen and (max-width: 861px) {
  .frame-close span.i1 {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

.frame-close:hover span.i1 {
  left: 0px;
}

.frame-close:hover span.i0 {
  left: -80px;
}

.frame-main { padding-top:20px}


.frame-tit {
  background-color: #f4f4f4;
  text-align: center;
  color: #666;
  padding: 28px 0 16px;
}
@media screen and (max-width: 640px) {
  .frame-tit {
    padding: 18px 0 10px;
  }
}
.frame-tit h2 {
  font-size: 25px;
  line-height: 56px;
}
@media screen and (max-width: 640px) {
  .frame-tit h2 {
    font-size: 24px;
    line-height: 36px;
  }
}
.frame-tit p {
  font-size: 14px;
  line-height: 26px;
}
.frame-tit p i {
  width: 16px;
  height: 17px;
  display: inline-block;
  background: transparent url("../images/ico_clock.png") left top no-repeat;
  vertical-align: top;
  margin: 4px 8px 0 0;
}


.frame-video {
  width: 100%;
}
.frame-video img {
  width: 100%;
}

.frame-page {
  padding: 4px 10px 4px 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; margin-top:20px
}
.frame-page dd {
  line-height: 30px; font-size:14px; color:#666
}
.frame-page dd a {
  color: #0069b3;
}

.frame-share {
  text-align: center;
  margin: 28px 0;
}
.frame-share a {
  color: #0069b3;
  margin: 0 2px;
  font-size: 14px;
}

.blist-slide {padding: 4px 20px 20px;display: none;}

@media screen and (max-width: 640px) {
  .blist-slide {
    padding: 2px 4px 20px;
  }
}

.blist-slide-txt {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .blist-slide-txt {
    font-size: 12px;
  }
}

.blist-slide-btn {
  width: 97px;
  height: 35px;
  text-align: center;
  float: right;
  line-height: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}

.bdsharebuttonbox {
  float: right;
}
@media screen and (max-width: 640px) {
  .bdsharebuttonbox {
    display: none;
  }
}



.news-list {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-list {
    width: 100%;
  }
}

.news-item {
  float: left;
  width: 31%; margin:0 1% 30px 1%;
}
@media screen and (max-width: 1000px) {
  .news-item {
    width: 33.3333%;
    padding: 0 5px 20px;
  }
}
@media screen and (max-width: 640px) {
  .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .news-item {
    width: 100%;
  }
}
.news-item a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 18px 19px;
  display: block;
  border: 1px solid #dbdbdb;
}
@media screen and (max-width: 1000px) {
  .news-item a {
    width: 100%;
    padding: 10px;
  }
}
.news-item h5 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  clear: right;
  color: #666;
  line-height: 24px; height:24px; overflow:hidden;
  margin-bottom: 10px;
}
.news-item .news-item-time {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #c3c3c3;
  padding: 8px 0;
}
.news-item .news-item-img img {
  display: block;
  width: 100%;
}
.news-item .news-item-txt {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #c3c3c3;
  line-height: 22px; height:50px; overflow:hidden; padding-top:10px
}
.news-item .news-item-more {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  float: left;
  width: 68px;
  height: 21px;
  background-color: #c3c3c3;
  color: #fff;
  text-align: center;
  line-height: 21px; margin-top:10px
}

.news-item a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #0069b3;
}
.news-item a:hover .news-item-txt, .news-item a:hover .news-item-time, .news-item a:hover h5 {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}
.news-item a:hover .news-item-more {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #80abde;
}



.frame-news-txt {
  font-size: 14px;
  color: #666;
}

.frame-job-cont {
  font-size: 14px;
  color: #666;
  padding-left: 40px;
}
@media screen and (max-width: 640px) {
  .frame-job-cont {
    padding-left: 0px;
  }
}
.frame-job-cont dt {
  font-size: 16px;
  padding: 6px 0;
}
.frame-job-cont dd, .frame-job-cont dt {
  line-height: 24px;
}
.frame-job-cont dl {
  margin-bottom: 40px;
}


@media screen and (max-width: 1000px) {
  .contact-cont > .main {
    padding: 30px 1%;
  }
}
@media screen and (max-width: 640px) {
  .contact-cont > .main {
    padding: 30px 2%;
  }
}

.contact-info {
  width: 100%;

  color: #666; overflow:hidden; margin-bottom:20px
}
@media screen and (max-width: 640px) {
  .contact-info {
    float: none;
    width: 100%;
    padding: 0 5px 14px 3%;
    margin: 0 0 10px 0;
  }
}
.contact-info dt {
  font-size: 30px;
  line-height: 64px;
  border-bottom: 2px solid #eee;
  height: 68px;
  float: left;
  color: #0069b3; margin-bottom:10px
}
@media screen and (max-width: 810px) {
  .contact-info dt {
    font-size: 24px;
    line-height: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 460px) {
  .contact-info dt {
    font-size: 20px;
  }
}
.contact-info dd {
  line-height: 30px;
  font-size: 14px;
  clear: both;
}
@media screen and (max-width: 720px) {
  .contact-info dd {
    line-height: 24px;
  }
}

.contact-map {
  width: 100%;

}

.contact-info dl{ float:left; margin-right:20%}
.contact-info .ewm{ float:left}
@media screen and (max-width: 640px) {
  .contact-map {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.contact-map img {
  width: 100%;
}

.job {
  background: url("../images/pic_9.jpg") center center no-repeat;
  color: #fff;
  font-size: 14px;
}
.job .main {
  padding: 90px 0px;
  width: 900px;
}
@media screen and (max-width: 1024px) {
  .job .main {
    padding: 60px 0px;
    width: 90%;
  }
}
@media screen and (max-width: 861px) {
  .job .main {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 641px) {
  .job .main {
    padding: 40px 0px;
  }
}
.job h3 {
  padding-bottom: 46px;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 481px) {
  .job h3 {
    font-size: 24px;
    padding-bottom: 36px;
  }
}

.job-list {
  position: relative;
  padding-top: 70px;
  width: 720px;
  margin: 0px auto;
}
@media screen and (max-width: 861px) {
  .job-list {
    width: 100%;
  }
}
.job-list li {
  width: 168px;
  margin: 0px 6px 14px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  float: left;
}
@media screen and (max-width: 861px) {
  .job-list li {
    width: 31%;
    margin: 0px 2% 16px 0px;
  }
}
@media screen and (max-width: 481px) {
  .job-list li {
    width: 45%;
    margin: 0px 2.5% 16px;
  }
}
.job-list li a {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  display: block;
  background-color: #80ABDE;
  color: #fff;
}
.job-list li a:hover {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #80ABDE;
}

.job-sum {
  line-height: 1.8;
}
@media screen and (max-width: 481px) {
  .job-sum {
    font-size: 12px;
  }
}

.frame-job-email {
  background-color: #80ABDE;
  color: #fff;
  line-height: 32px;
  float: left;
  padding: 0 18px;
}
.frame-job-email i {
  float: left;
  width: 19px;
  height: 15px;
  background: url("../images/ico_mail.jpg") 0 0 no-repeat;
  margin: 9px 6px 0 0;
}

@media screen and (max-width: 1000px) {
  .prol-list {
    width: 100%;
  }
}

.prol-item {float: left; width:23%; margin: 0 1% 30px 1%; border: 1px solid #ddd; overflow:hidden; padding:0}
.prol-item .proli_imgg{width:100%; height:200px; overflow:hidden; padding:0; position:relative}
.prol-item .proli_imgg .proimgg{display:block; width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; }
.prol-item .proli_imgg .proimgg img {display:block; max-width:96%; max-height:96%; margin:auto; padding:0; left:0; top:0; right:0; bottom:0; position:absolute}
.prol-item .prol-item-info{text-align:center; height:50px; line-height:50px; overflow:hidden; font-size:16px; width:100%;}
.prol-item .prol-item-info a{ color:#666}
.prol-item:hover{ background:#0069b3; border: 1px solid #0069b3;}
.prol-item:hover a{ color:#FFF}

.prol-itemt {float: left;padding: 0 40px 26px 0;}
.prol-itemt .prol-item-img {float: left;width:35%;display: block;}
.prol-itemt .prol-item-info.prol-item-info {float: right; width:62%;}
.prol-itemt dt {color: #0069b3;font-size: 18px;padding-bottom: 10px;}
.prol-itemt .time{ color: #999;}
.prol-itemt dd {line-height: 22px;color: #666;}
.prol-itemt a {display: block;width:100%;background-color: #f9f9f9;-moz-box-shadow: 4px 4px 0px 0px #ececec;-webkit-box-shadow: 4px 4px 0px 0px #ececec;box-shadow: 4px 4px 0px 0px #ececec; padding: 20px 10px;height: 197px;}

@media screen and (max-width: 1024px) {
.prol-item { width:48%; margin: 0 1% 30px 1%;}
.prol-item .proli_imgg{height:250px;}
}




@media screen and (max-width: 480px) {
  .prol-item {
    width: 100%;
  }
  .prol-item .proli_imgg{height:180px;}
}

@media screen and (max-width: 1000px) {
  .prol-item a {
    width: 100%;
    height: auto;
  }
}



.prol-item-img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1000px) {
  .prol-item-img { display:none

  }
}

.prol-item-info {

  width: 58%;
}
@media screen and (max-width: 1000px) {
  .prol-item-info {
    width: 100%;
    float: none;
  }
}


@media screen and (max-width: 1000px) {
  .prol-cont .main {
    width: 100%;
  }
}

.solu-item {
  padding: 0 10px;
}
@media screen and (max-width: 460px) {
  .solu-item {
    padding: 0 3px;
  }
}
.solu-item a {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #dfdfdf;
  padding-bottom: 20px;
}

.solu-item a:hover {background-color: #0069b3; border: 1px solid #0069b3;}

.solu-item a:hover .solu-item-tit {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
}

.solu-item-tit {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.solu-item-img {
  overflow: hidden;
}
.solu-item-img img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
}

@media screen and (max-width: 1000px) {
  .comp, .auth {
    padding: 0 10px;
  }
}

.comp h2, .auth h2, .horn h2 {
  padding: 40px 0 28px 0;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .comp h2, .auth h2, .horn h2 {
    font-size: 20px;
    padding: 20px 0;
  }
}

.comp-txt, .auth-txt {
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

.comp-txt img {
  float: right;
  margin: 0 0 28px 28px;
}
@media screen and (max-width: 1000px) {
  .comp-txt img {
    width: 40%;
  }
}
@media screen and (max-width: 460px) {
  .comp-txt img {
    width: 100%;
  }
}

.auth {
  background-color: #eaeff4;
}

.auth-txt dl {
  margin-bottom: 10px;
}
.auth-txt dt {
  color: #0069b3;
  font-size: 18px;
}

.auth-pic {
  cursor: pointer;
}
.auth-pic img {
  display: block;
}
.auth-pic span {
  display: block;
  color: #0069b3;
  text-align: center;
}

.auth-pic-1 {
  float: right;
  margin: 0 0 40px 20px;
}

.auth-pic-2 {
  float: left;
  margin: 0 20px 40px 0;
}

.horn {
  position: relative;
}
.horn > img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .horn > img {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .horn h2 {
    background: transparent url("../images/pic_11.jpg") center top no-repeat;
    background-size: cover;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.historyBox {
  width: 742px;
  padding: 80px 80px;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 1023px) {
  .historyBox {
    width: 100%;
    left: auto;
    margin-left: 0px;
    padding: 30px 5%;
    position: relative;
  }
}

.historypic {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  outline: 0;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  z-index: 9;
}

.historypic .bx-wrapper .bx-controls-direction a {
  top: 0px;
  margin-top: 0px;
  width: 20px;
  height: 30px;
  text-indent: -10em;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.historypic .bx-wrapper .bx-prev {
  left: 0px;
  background: url("../images/h_l.png") no-repeat scroll left center;
}

.historypic .bx-wrapper .bx-next {
  right: 0px;
  background: url("../images/h_r.png") no-repeat scroll right center;
}

.historyDemo .item {
  float: left;
  display: block;
  text-align: center;
  padding: 0px 0px 10px 0px;
  line-height: 30px;
  border-bottom: 1px solid #dcdcdc;
}
.historyDemo .item a {
  font-size: 16px;
}

.historyDemo .item:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0069b3;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}

.historyDemo a:hover, .historyDemo a.act {
  color: #0069b3;
}

.historyCon {
  font-size: 18px;
  padding: 20px 0px 50px;
  line-height: 34px;
  color: #666;
}

.bx-viewport {
  height: 47px !important;
}

.bdsharebuttonbox-2 {
  width: 186px;
  margin: 0 auto;
  float: none;
}

.pro-inro-download {
  padding: 3px 0;
}
.pro-inro-download span {
  color: #666;
  margin-right: 4px;
}
.pro-inro-download i {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.pro-inro-download-cd i {
  background: transparent url("../images/ico_hw.png") left top no-repeat;
}

.pro-inro-download-pdf i {
  background: transparent url("../images/ico_pdf_2.png") left top no-repeat;
}

.pro-inro-share {
  height: 44px;
  padding: 4px 0;
}
@media screen and (max-width: 640px) {
  .pro-inro-share {
    display: none;
  }
}
.pro-inro-share .bdsharebuttonbox {
  float: none;
}
.pro-inro-share > label {
  float: left;
  line-height: 36px;
  font-size: #666;
  margin-right: 6px;
}

.sec-us-txt {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  float: left;
  width: 580px;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 1000px) {
  .sec-us-txt {
    width: auto;
    float: none;
    line-height: 22px;
  }
}
.sec-us-txt a {
  float: right;
  color: #0069b3;
  margin-top: 30px;
}

.sec-us-img {
  float: right;
}
@media screen and (max-width: 1000px) {
  .sec-us-img {
    width: 40%;
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 640px) {
  .sec-us-img {
    width: 60%;
    margin: 0 auto 20px;
    float: none;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .sec-us {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .sec-us {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 640px) {
  .sec-us {
    padding: 0px 10px;
  }
}

.solu-item-tit {
  font-size: 20px;
  line-height: 34px;
  padding: 0 10px;
}

.solu-item-tag {
  line-height: 24px;
  color: #dfdfdf;
}
.solu-item-tag span {
  margin: 0 6px;
}

.owl-theme .owl-controls .owl-buttons div {
  width: 50px;
  height: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 0px;
  background: #fff url() center center no-repeat;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 30%;
  margin-top: -25px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -80px;
  background-image: url("../images/arr_5_l.png");
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -80px;
  background-image: url("../images/arr_5_r.png");
}

.case-item {
  padding: 0 10px;
}
@media screen and (max-width: 460px) {
  .case-item {
    padding: 0 3px;
  }
}
.case-item a {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.case-item a:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.case-item-img {
  overflow: hidden;
}
.case-item-img img {
  width: 100%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.5s ease 0s;
}

.case-item-txt {
  position: absolute;
  width: 100%;
  background-color: #0571b6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  left: 0px;
  padding: 16px 0;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  bottom: 0px;
}
@media screen and (max-width: 1000px) {
  .case-item-txt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.case-item-txt h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  padding: 2px 0;
  bottom: -90px;
}
.case-item-txt span {
  color: #dfdfdf;
  line-height: 24px;
  text-transform: uppercase;
}

.case-item a:hover .case-item-txt {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 1000px) {
  #owl-prol .prol-item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #owl-prol .prol-item-img {
    float: left;
    width: 30%;
  }
}
@media screen and (max-width: 640px) {
  #owl-prol .prol-item-info {
    float: none;
  }
}

.slide-1 .main {
  padding-top: 230px;
}
@media screen and (max-width: 1024px) {
  .slide-1 .main{padding-top: 400px; margin-left:4%}
}
@media screen and (max-width: 1000px) {
  .slide-1 .main {
    padding: 30px 10%;
  }
}
@media screen and (max-width: 768px) {
  .slide-1 .main {
    padding: 30% 8%;
  }
}
.slide-1 .banner01 {color: #0069b3;  text-shadow:#fff 1px 1px 1px}
.slide-1 .banner02 {color: #fff; text-shadow:#333 2px 2px 2px}
.slide-1 .banner03 {color: #0069b3;  text-shadow:#fff 1px 1px 1px}
.slide-1 p {

  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slide-1 p {
    text-align: center;
  }
}
.slide-1 p.slide-1-1, .slide-1 p.slide-2-1, .slide-1 p.slide-3-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 53px;
  line-height: 66px;
  padding: 20px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media screen and (max-width: 768px) {
  .slide-1 p.slide-1-1, .slide-1 p.slide-2-1, .slide-1 p.slide-3-1 {
    font-size: 38px;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .slide-1 p.slide-1-1, .slide-1 p.slide-2-1, .slide-1 p.slide-3-1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media screen and (max-width: 420px) {
  .slide-1 p.slide-1-1, .slide-1 p.slide-2-1, .slide-1 p.slide-3-1 {
    font-size: 28px;
    line-height: 40px;
  }
}



.slide-1 p.slide-2-2, .slide-1 p.slide-3-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 28px;
  line-height: 40px;
  padding: 6px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.slide-1 p.slide-1-2{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 20px;
  line-height: 40px; font-weight:normal;
  padding: 6px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); text-transform:uppercase
}

.slide-1 p.slide-1-4{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 20px;
  line-height: 40px; font-weight:normal;
  padding: 6px 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

@media screen and (max-width: 640px) {
  .slide-1 p.slide-1-2, .slide-1 p.slide-2-2, .slide-1 p.slide-3-2 {
    font-size: 22px;
    line-height: 30px;
  }
  .slide-1 p.slide-1-2{font-size: 14px;}
}
.slide-1 .slide-1-3, .slide-1 .slide-2-3, .slide-1 .slide-3-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  font-size: 20px;
  text-align: center;
  width: 170px;
  height: 56px;
  background-color: #0069b3;
  display: block;
  color: #fff;
  line-height: 56px;
  float: left;
  margin-top: 30px;
  border-bottom: 2px solid #003a62;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
@media screen and (max-width: 768px) {
  .slide-1 .slide-1-3, .slide-1 .slide-2-3, .slide-1 .slide-3-3 {
    margin: 30px auto 0;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .slide-1 .slide-1-3, .slide-1 .slide-2-3, .slide-1 .slide-3-3 {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 100px;
  }
}

.nav-item-pro-slide dl, .nav-item-plan-slide dl {
  width: 16.6%;
  padding: 0 10px;
  border-right: 1px solid #e5e5e5;
  float: left;
}
.nav-item-pro-slide dt, .nav-item-plan-slide dt {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.nav-item-pro-slide dt h5, .nav-item-plan-slide dt h5 {
  margin-bottom: 8px;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.nav-item-pro-slide dt img, .nav-item-plan-slide dt img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.nav-item-pro-slide dt a:hover h5, .nav-item-plan-slide dt a:hover h5 {
  color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.nav-item-pro-slide dd, .nav-item-plan-slide dd {
  line-height: 24px;
}
.nav-item-pro-slide dd a, .nav-item-plan-slide dd a {
  color: #666;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.nav-item-pro-slide dd a:hover, .nav-item-plan-slide dd a:hover {
  color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

#fp-nav ul li a span {
  background-color: #0069b3;
}

.owl-theme .owl-controls .owl-page span {
  width: 54px;
  height: 5px;
  background-color: #c5c5c5;
  border-radius: 0px;
}

.owl-theme .owl-controls .owl-page.active span {
  background-color: #0069b3;
}

.owl-pagination {
  padding: 50px 0;
}

#fp-nav ul li {
  width: 12px;
  height: 12px;
}

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 16px 7px;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0px;
  background-color: #fff;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  margin: 0;
  width: 100%;
  height: 100%;
  -moz-box-shadow: 0px 0px 1px 4px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 1px 4px rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 1px 4px rgba(255, 255, 255, 0.8);
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 100%;
  height: 100%;
  margin: 0px;
}

#fp-nav.right {
  right: 26px;
}

.ico-mouse {
  color: #fff;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 73px;
  z-index: 99;
  text-align: center;
  padding-top: 42px;
}
.ico-mouse i {
  background: url("../images/ico_mouse.png") 0 0 no-repeat;
  width: 16px;
  height: 26px;
  display: block;
  margin: 0 auto;
  -moz-animation: mouse 1.6s ease 0s infinite;
  -webkit-animation: mouse 1.6s ease 0s infinite;
  animation: mouse 1.6s ease 0s infinite;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -8px;
}

.flex-active-slide .slide-1-1, .flex-active-slide .slide-2-1, .flex-active-slide .slide-3-1 {
  -moz-animation: slide-1-1 0.8s ease 0.5s both;
  -webkit-animation: slide-1-1 0.8s ease 0.5s both;
  animation: slide-1-1 0.8s ease 0.5s both;
}
.flex-active-slide .slide-1-2, .flex-active-slide .slide-2-2, .flex-active-slide .slide-3-2 {
  -moz-animation: slide-1-1 0.8s ease 0.8s both;
  -webkit-animation: slide-1-1 0.8s ease 0.8s both;
  animation: slide-1-1 0.8s ease 0.8s both;
}
.flex-active-slide .slide-1-3, .flex-active-slide .slide-2-3, .flex-active-slide .slide-3-3 {
  -moz-animation: slide-1-3 0.8s ease 1.1s both;
  -webkit-animation: slide-1-3 0.8s ease 1.1s both;
  animation: slide-1-3 0.8s ease 1.1s both;
}

@-moz-keyframes mouse {
  0% {
    top: 0px;
  }
  100% {
    top: 12px;
  }
}
@-webkit-keyframes mouse {
  0% {
    top: 0px;
  }
  100% {
    top: 12px;
  }
}
@keyframes mouse {
  0% {
    top: 0px;
  }
  100% {
    top: 12px;
  }
}
@-moz-keyframes slide-1-1 {
  0% {
    -moz-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-1-1 {
  0% {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-1-1 {
  0% {
    -moz-transform: translate(10%, 0);
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes slide-1-3 {
  0% {
    -moz-transform: translate(20%, 0);
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.9;
  }
}
@-webkit-keyframes slide-1-3 {
  0% {
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.9;
  }
}
@keyframes slide-1-3 {
  0% {
    -moz-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0.9;
  }
}
.section-3 .prol-item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.section-3.active .prol-item {
  -moz-animation: prol-item 0.8s ease both;
  -webkit-animation: prol-item 0.8s ease both;
  animation: prol-item 0.8s ease both;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.section-3.active .prol-item:nth-of-type(1) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section-3.active .prol-item:nth-of-type(2) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.section-2 .owl-item {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.section-2.active .owl-item {
  -moz-animation: owl-item 0.8s ease both;
  -webkit-animation: owl-item 0.8s ease both;
  animation: owl-item 0.8s ease both;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.section-2.active .owl-item:nth-of-type(1) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.section-2.active .owl-item:nth-of-type(2) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.section-2.active .owl-item:nth-of-type(3) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.section-2.active .owl-item:nth-of-type(4) {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-moz-keyframes prol-item {
  0% {
    -moz-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes prol-item {
  0% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes prol-item {
  0% {
    -moz-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes owl-item {
  0% {
    -moz-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes owl-item {
  0% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes owl-item {
  0% {
    -moz-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}
.agent {
  *zoom: 1;
  padding: 10px;
  display: none;
  border-bottom: 1px solid #e0edf6;
}
.agent:after {
  content: "";
  display: table;
  clear: both;
}

.agent-list {
  float: left;
}
@media screen and (max-width: 767px) {
  .agent-list {
    float: none;
  }
}
.agent-list li {
  line-height: 28px;
}
.agent-list span {
  font-weight: bold;
}
.agent-list a {
  color: #0069b3;
}

.agent-loca {
  float: right;
}
@media screen and (max-width: 767px) {
  .agent-loca {
    float: none;
  }
}
@media screen and (max-width: 460px) {
  .agent-loca {
    width: 100%;
  }
}

.tab-1 .pro-inro-pher-sele {
  margin: 0 10px 10px;
}

.agent-tab-wrap {
  margin: 0 10px;
  border: 1px solid #e0edf6;
  border-bottom: none;
}

.agent-tab {
  width: 100%;
}

.agent-th {
  background-color: #f2f7fb;
}

.agent-th, .agent-td {
  *zoom: 1;
  border-bottom: 1px solid #e0edf6;
}
.agent-th:after, .agent-td:after {
  content: "";
  display: table;
  clear: both;
}

.agent-th li, .agent-td li {
  border-right: 1px solid #e0edf6;
  line-height: 36px;
  float: left;
}

.agent-th li {
  background-color: #f2f7fb;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.agent-td li {
  padding-left: 1%;
  color: #666;
}

.agent-item-name {
  width: 30%;
}
@media screen and (max-width: 520px) {
  .agent-item-name {
    width: 60%;
  }
}

.agent-item-city {
  width: 20%;
}
@media screen and (max-width: 520px) {
  .agent-item-city {
    width: 30%;
  }
}

.agent-item-add {
  width: 42%;
}
@media screen and (max-width: 520px) {
  .agent-item-add {
    display: none;
  }
}

.agent-td li.agent-item-more, .agent-th li.agent-item-more {
  width: 8%;
  text-align: center;
  border-right: 0px;
  cursor: pointer;
}
@media screen and (max-width: 520px) {
  .agent-td li.agent-item-more, .agent-th li.agent-item-more {
    width: 10%;
  }
}
.agent-td li.agent-item-more a, .agent-th li.agent-item-more a {
  color: #0069b3;
}

.ovw .nav {
  position: fixed;
}
.ovw .nav-toggle {
  position: fixed;
}

#owl-case.owl-theme {
  padding-bottom: 50px;
}

.news-item-img {
  width: 100%; height:175px;
  overflow: hidden;
}

.fb-cont .tit {
  margin-bottom: 20px;
}
.fb-cont h5 {
  padding: 12px 1%;
  font-size: 14px;
  background-color: #f2f2f2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 34px;
  line-height: 1.5;
}

.fb-form {
  *zoom: 1;
  line-height: 20px;
  width: 800px;
  margin: 0 auto;
}
.fb-form:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  .fb-form {
    width: 98%;
    padding: 0 1%;
  }
}
.fb-form b {
  color: #c6142c;
  position: relative;
  top: 2px;
  margin: 0 3px 0 0;
}

.fb-item, .fb-item--ta, .fb-item--btn {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 120px;
  min-height: 44px;
}
@media screen and (max-width: 520px) {
  .fb-item, .fb-item--ta, .fb-item--btn {
    padding-left: 80px;
  }
}
@media screen and (max-width: 400px) {
  .fb-item, .fb-item--ta, .fb-item--btn {
    width: 100%;
  }
}

.fb-item-label {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  text-align: right;
}
@media screen and (max-width: 520px) {
  .fb-item-label {
    width: 80px;
  }
}

.fb-item-ipt {
  height: 20px;
  float: left;
  width: 135px;
  padding: 0 4px;
}
@media screen and (max-width: 520px) {
  .fb-item-ipt {
    width: 100%;
  }
}

.fb-item--ta {
  width: 100%;
}

.fb-item--btn {
  padding-top: 6px;
}

.fb-item-ta {
  height: 80px;
  width: 80%;
  padding: 4px;
}
@media screen and (max-width: 400px) {
  .fb-item-ta {
    width: 100%;
  }
}

.nav-item-plan-slide dl {
  width: 14.28%;
}

.comp-owl.owl-carousel {
  float: right;
  width: 387px;
  margin: 0 0 28px 28px;
}
@media screen and (max-width: 640px) {
  .comp-owl.owl-carousel {
    width: 80%;
    display: none;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
  }
}
.comp-owl.owl-carousel .owl-buttons {
  display: none;
}
.comp-owl.owl-carousel .owl-controls .owl-pagination {
  padding: 0px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 100%;
  left: 0px;
}
.comp-owl.owl-carousel .owl-controls .owl-page {
  display: inline-block;
  margin: 0 5px;
}
.comp-owl.owl-carousel .owl-controls .owl-page span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.comp-owl.owl-carousel .owl-controls .owl-page.active span {
  background-color: #0270b7;
}
.comp-owl.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 720px) {
  .video-frame {
    height: 480px;
  }
}

.video-player {
  width: 100%;
}

.jwlogo {
  display: none;
}

@media screen and (min-width: 1024px) {
  .horn .main {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 18%;
  }
  .prol-item-img{ height:100%}
}






@media only screen and (max-width:1366px){
.honor_box li{width: 45%;}
.honor_box02 li{width: 40%;}

.prol-item .proli_img{width: 245px;}
.prol-item .proli_img .proimg_bk{width: 245px;}
.prol-item .proli_img .proimg_bk .proimg{width: 245px;}
.prol-item .proli_img .proimg_bk img{max-width: 240px;}


}

@media only screen and (max-width:1024px){
.ab_box_bjtp{width:100%}
.ab_box_bjtp img{width:100%}
.ab_box_right{width:100%}
.ab_box_left{width:100%}
.ab_box_bjtp02{width:100%}
.nywy_txt_left{padding-left:0;}
.ab_box_more{ margin:0 auto}
.ab_box_right .honor_box li{ margin-right:1%}
.honor_box li{width: 49%;}
.honor_box li .proimg_bk{ width:414px}
.honor_box li .proimg_bk .proimg{ width:414px}
.honor_box li .proimg_bk img{max-width:414px}

.ab_box_left .honor_box02{margin-left: 0%;}
.ab_box_left .honor_box02 li{margin-right: 1%;}
.honor_box02 li{ width:49%}
.honor_box02 li .proimg_bk{ width:450px;}
.honor_box02 li .proimg_bk .proimg{ width:450px;}
.honor_box02 li .proimg_bk img{max-width:450px;}

.banner-txt-box{ margin-left:2%}

.ny_honor_box02 li{ width:32%; margin:0 0.5% 20px 0.5%}
.ny_honor_box02 li .proimg_bk{width:239px; height:190}
.ny_honor_box02 li .proimg_bk .proimg{width:239px; height:190; line-height:190px}
.ny_honor_box02 li .proimg_bk img{max-width:239px; max-height:190;}

.news-item{ width: 48%;}

.prol-item .proli_img{width:167px; height:140px;}
.prol-item .proli_img .proimg_bk{width:167px; height:140px; line-height:140px}
.prol-item .proli_img .proimg_bk .proimg{width:167px; height:140px; line-height:140px}
.prol-item .proli_img .proimg_bk img{max-width:167px; max-height:140px;}

.tab-1 .hd li{ width: 40%;}
.box_honor li .pro_img img{height: 150px;}

.serv-item{ overflow:hidden}
.serv-item a{padding: 58px 0px 130px; overflow:hidden}
}

@media only screen and (max-width:780px){
.ab_box{margin-top:0px;}	
.banner-txt-box{ display:none}
.banner{ height:200px}
.ny_honor_box li{width: 32%; margin: 0 0.5% 20px 0.5%}
.ny_honor_box02 li .proimg_bk{width:235px; height:140px}
.ny_honor_box02 li .proimg_bk .proimg{width:235px; height:140pxpx; line-height:140px}
.ny_honor_box02 li .proimg_bk img{max-width:235px; max-height:140;}
.prol-item{width:48%;}
.prol-item .proli_img{width:353px; height:240px;}
.prol-item .proli_img .proimg_bk{width:353px; height:240px; line-height:240px}
.prol-item .proli_img .proimg_bk img{max-width:353px; max-height:240px;}
.serv-cont{padding:0px 0;}
.box_honor li .pro_img img {height: 130px;}
.serv-item{ width:100%}
.serv-item a{padding: 30px 0px 0px;}
.contact-cont > .main{padding: 0px 0;}
}

@media only screen and (max-width:420px){
.nywy_txt h1{ font-size:28px; letter-spacing:0px;}
.honor_box li .proimg_bk{ width:178px}
.honor_box li .proimg_bk .proimg{ width:178px}
.honor_box li .proimg_bk img{max-width:178px}
.honor_box02 li .proimg_bk{ width:180px; height:160px}
.honor_box02 li .proimg_bk .proimg{ width:180px; height:160px; line-height:160px}
.honor_box02 li .proimg_bk img{max-width:180px; max-height:160px}
.banner{ height:150px}
.web_tit{ font-size:18px}
.ny_honor_box li{ width:49%}
.ny_honor_box li .proimg_bk{width:194px;}
.ny_honor_box li .proimg_bk .proimg{width:194px;}
.ny_honor_box li .proimg_bk img{max-width:194px;}
.ny_honor_box02 li{ width:49%}
.ny_honor_box02 li .proimg_bk{width:194px; height:145px}
.ny_honor_box02 li .proimg_bk .proimg{width:194px; height:145px; line-height:145px}
.ny_honor_box02 li .proimg_bk img{max-width:194px; max-height:145px;}
.news-item{ width:100%; margin: 0 1% 10px 1%;}
.nav-hori{ display:none}
.prol-item .proli_img{width:190px; height:150px;}
.prol-item .proli_img .proimg_bk{width:190px; height:150px; line-height:150px}
.prol-item .proli_img .proimg_bk .proimg{width:190px; height:150px; line-height:150px}
.prol-item .proli_img .proimg_bk img{max-width:190px; max-height:150px;}
.col-r{padding-top:0px;}
.pro-inro{ width:96%}
.pro-wrap{ margin-bottom:0px}
.box_honor li{ width:48%}
.box_honor li .pro_img img {height: 120px;}
.serv-item .box{padding: 30px 0px 100px;}
.contact-info dl{margin-right:0%;}
.fbform_1 ul li{ width:100%}
.blist-tit{ font-size:12px}
.blist-item-hd{width:20%;}
.blist-item-rs{width:10%;}
.blist-item-dd{width:20%;}
.blist-item-bm{width:10%;}
.blist-item-time{width:20%;}
.blist-item-xx{width:20%;}
.blist-item{ font-size:12px}
}

@media only screen and (max-width:380px){
.culture_list li{ width:100%; margin-bottom:20px}
.honor_box li .proimg_bk{ width:165px}
.honor_box li .proimg_bk .proimg{ width:165px}
.honor_box li .proimg_bk img{max-width:165px}
.honor_box02 li .proimg_bk{ width:165px; height:160px}
.honor_box02 li .proimg_bk .proimg{ width:165px; height:160px; line-height:160px}
.honor_box02 li .proimg_bk img{max-width:165px; max-height:160px}

.ny_honor_box li .proimg_bk{width:176px; height:260px;}
.ny_honor_box li .proimg_bk .proimg{width:176px; height:260px; line-height:260px}
.ny_honor_box li .proimg_bk img{max-width:176px; max-height:260px;}

.ny_honor_box02 li .proimg_bk{width:176px; height:150px}
.ny_honor_box02 li .proimg_bk .proimg{width:176px; height:150px; line-height:150px}
.ny_honor_box02 li .proimg_bk img{max-width:176px; max-height:150px;}

.prol-item .proli_img{width:172px; height:150px;}
.prol-item .proli_img .proimg_bk{width:172px; height:150px; line-height:150px}
.prol-item .proli_img .proimg_bk .proimg{width:172px; height:150px; line-height:150px}
.prol-item .proli_img .proimg_bk img{max-width:172px; max-height:150px;}

.box_honor li .pro_img img {height: 110px;}
.serv-item .box{padding: 30px 0px 140px;}
}

@media only screen and (max-width:320px){
.ny_honor_box li .proimg_bk{width:150px; height:220px;}
.ny_honor_box li .proimg_bk .proimg{width:150px; height:220px; line-height:220px}
.ny_honor_box li .proimg_bk img{max-width:150px; max-height:220px;}	
.ny_honor_box02 li .proimg_bk{width:150px; height:120px}
.ny_honor_box02 li .proimg_bk .proimg{width:150px; height:120px; line-height:120px}
.ny_honor_box02 li .proimg_bk img{max-width:150px; max-height:120px;}
.ft-tel{ display:none}
.banner{ height:100px}
.ft-bt-r{padding: 18px 0 20px 2px;}
.ft{ height:180px}
.prol-item .proli_img{width:147px; height:110px;}
.prol-item .proli_img .proimg_bk{width:147px; height:110px; line-height:110px}
.prol-item .proli_img .proimg_bk .proimg{width:147px; height:110px; line-height:110px}
.prol-item .proli_img .proimg_bk img{max-width:147px; max-height:110px;}

.box_honor li .pro_img img {height:90px;}
}

.casexq-bot3 {padding:30px 0; background:#f5f5f5}
.conta {width: 92%;position: relative;height: 100%;margin: 0 auto;}
.casexq-bot3 .dn-form{    margin: 40px 0 45px;}
.casexq-bot3 .dn1 {
    color: #040404;
    font-size: 38px;
}

.casexq-bot3 .dn2 {
    color: #333333;
}

.casexq-bot3 .dn-form {
    margin: 40px 0 45px;
}

.casexq-bot3 .dn-form .dcom {
    float: left;
    width: 25%;
    position: relative;
}

.casexq-bot3 .dn-form .dcom .inp1 {
    display: block;
    width: 96%;
    height: 56px;
    padding: 0 0 0 15px;
    outline: none;
    border: none;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all 0.4s ease;
}

.casexq-bot3 .dn-form .dcom .inp1:focus {
    border-bottom: 2px solid #000000;
}

.casexq-bot3 .dn-form .dcom .a-hq {
    position: absolute;
    width: 138px;
    display: block;
    height: 40px;
    right: 6%;
    top: 8px;
    transition: all 0.4s ease;
    border-radius: 4px;
    overflow: hidden;
}

.casexq-bot3 .dn-form .dcom .a-hq img {
    width: 100%;
    height: 100%;
    display: block;
}

.casexq-bot3 .dn-form .dcom4 .inp1 {
    color: #ffffff;
    background: #0069b3;
    transition: all 0.4s ease;
}

.casexq-bot3 .dn-form .dcom4 .inp1:hover {
    box-shadow: 0 0 3px #000;
}
