/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*Generated by wjdhcms 3.0 */
@charset "utf-8";

::selection {
 background-color: #3890d5;
 color: #fff;
}

::-moz-selection {
 background-color: #3890d5;
 color: #fff;
}

::-webkit-selection {
 background-color: #3890d5;
 color: #fff;
}

::-webkit-scrollbar {
 width: 8px;
 height: 8px;
 background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
 background-color: #555;
}

* {
 padding: 0;
 margin: 0;
 font-family: 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
}

body {
 font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif;
 color: #333;
 margin: 0;
 line-height: 1.5;
}

:focus {
 outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
 display: block;
}

a {
 color: #333;
 text-decoration: none;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

a:link,
a:hover,
a:active,
a:visited {
 text-decoration: none;
}

a:hover {
 color: #3890d5;
}


ins {
 background-color: #ff9;
 color: #000;
 text-decoration: none;
}

mark {
 background-color: #ff9;
 color: #000;
 font-style: italic;
 font-weight: bold;
}

del {
 text-decoration: line-through;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

hr {
 display: block;
 height: 1px;
 border: 0;
 border-top: 1px solid #cccccc;
 margin: 1em 0;
 padding: 0;
}

input,
select {
 vertical-align: middle;
}

li,
ul {
 list-style-type: none;
}

img {
 border: none;
}

input,
textarea {
 outline: 0;
 border: 0;
}

textarea {
 resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
 font-weight: normal;
 font-style: normal;
}


textarea {
 animation: animated 1s infinite;
 -moz-animation: animated 1s infinite;
 -webkit-animation: animated 1s infinite;
 -o-animation: animated 1s infinite;

}

input[type="text"] {
 animation: animated 1s infinite;
 -moz-animation: animated 1s infinite;
 -webkit-animation: animated 1s infinite;
 -o-animation: animated 1s infinite;
}

input[type="button"] {
 cursor: url(../images/Acur.png),
 default !important;
}

@keyframes animated {
 0% {
  cursor: url('../images/Pcuro1.png'),
  auto;
 }

 8.8% {
  cursor: url('../images/Pcuro2.png'),
  auto;
 }

 17.6% {
  cursor: url('../images/Pcuro3.png'),
  auto;
 }

 26.4% {
  cursor: url('../images/Pcuro4.png'),
  auto;
 }

 35.2% {
  cursor: url('../images/Pcuro5.png'),
  auto;
 }

 44% {
  cursor: url('../images/Pcuro6.png'),
  auto;
 }

 52.8% {
  cursor: url('../images/Pcuro7.png'),
  auto;
 }

 61.6% {
  cursor: url('../images/Pcuro8.png'),
  auto;
 }

 70.4% {
  cursor: url('../images/Pcuro9.png'),
  auto;
 }

 79.2% {
  cursor: url('../images/Pcuro10.png'),
  auto;
 }

 88% {
  cursor: url('../images/Pcuro11.png'),
  auto;
 }

 100% {
  cursor: url('../images/Pcuro12.png'),
  auto;
 }


}


.clear {
 clear: both;
}


.webq_head_xx {
 width: 100%;
 height: auto;
}


/*询盘信息*/

.top_xunpan {
 width: 180px;
 height: 20px;
 color: #999999;
 font-size: 14px;
 line-height: 20px;
 text-align: left;
 display: block;
 position: absolute;
 z-index: 3;
 top: 10px;
 right: 0px;
 cursor: pointer;
 background: url(../images/t_d3.png) no-repeat 0;
 padding-left: 20px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.top_xunpan i {
 color: #009944;
 font-weight: bold;
}


.top_xunpantxt {
 position: absolute;
 top: 30px;
 left: 0px;
 width: 170px;
 padding-top: 16px;
 height: 0px;
 visibility: hidden;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 opacity: 0;
 z-index: 3;
 text-align: center;
}

.top_xunpantxt h6 {
 height: 24px;
 line-height: 24px;
 background: #009944;
 font-size: 14px;
 color: #fff;
 border-radius: 5px;
}

.top_xunpantxt ::after {
 content: '';
 position: absolute;
 top: 0px;
 left: 58px;
 width: 0;
 height: 0;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 border: 8px solid transparent;
 border-bottom-color: #009944;
 z-index: 3;
}


.top_xunpan:hover .top_xunpantxt {
 height: auto;
 visibility: visible;
 top: 15px;
 opacity: 1;
}

/*询盘信息end*/


.webq_top_1 {
 width: 100%;
 height: 120px;
}


.webq_top_2 {
 width: 1200px;
 height: 120px;
 margin: 0 auto;
}


.webq_top_logo2 {
 width: auto;
 height: 120px;
 float: left;
}

.webq_top_logo2 img {
 width: auto;
 padding: 29px 0 0 0;
}


.webq_top_tel {
 width: 240px;
 height: 54px;
 float: right;
 margin-top: 30px;
 text-align: right;
}


.webq_top_tel_txt {
 height: 20px;
 line-height: 20px;
 color: #666666;
 background: url(../images/t_tel.png) no-repeat 120px;
}


.webq_top_tel_dh {
 font-size: 30px;
 color: #4171c0;
 height: 30px;
 line-height: 30px;
 font-weight: bold;
 padding-top: 4px;
}

.webq_top_er {
 float: right;
}

.webq_top_er img {
 width: 80px;
 height: 80px;
 padding: 1px;
 border: 1px solid #f5f7fc;
 margin-top: 18px;
 margin-left: 30px;
}

/*
网站首页                  关于我们                  产品中心                  新闻中心                  应用领域                  技术资料                  加盟条件                  联系我们
*/


/*导航开始*/

.nav_xiala_xx {
 width: 100%;
 height: 70px;
 background: #3890d5;
}

.nav_xiala {
 width: 1200px;
 height: 70px;
 margin: 0 auto;
}

.nav_xiala > ul {
 position: relative;
 height: 70px;
}

.nav_xiala ul li {
 float: left;
 width: 150px;
 height: 70px;
 line-height: 70px;
 text-align: center;
 font-size: 16px;
 background: url(../images/menu_line.png) no-repeat 0;
}


.nav_xiala ul li:nth-child(1) {
 background: none;
}


.nav_xiala > ul > li > a {
 display: block;
 color: #fff;
 height: 70px;
 line-height: 70px;
 overflow: hidden;
}

.nav_xiala ul li:hover {
 background: url(../images/menu_ah.png) no-repeat center;
 color: #fff;
}


.nav_xiala ul li:hover a {
 color: #fff;
}

.nav_xiala ul li:nth-child(1) a {
 background: none;
}


.nav_xiala .erji_xiala {
 z-index: 20;
 display: none;
 position: absolute;
 top: 70px;
 left: 0px;
 width: 100%;
 background: #fff;
}


.nav_xiala ul li:hover .erji_xiala {
 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -moz-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.nav_xiala .erji_xiala .daohang_xiala {

 width: 200px;
 padding-top: 20px;
 padding-bottom: 10px;

 display: -webkit-box;
 display: -webkit-flex;
 display: -moz-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -moz-box-orient: vertical;
 -moz-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
}


.nav_xiala .erji_xiala .daohang_xiala i {
 font-size: 15px;
 border-bottom: 1px solid #e5e5e5;
 display: block;
 padding-left: 34px;
 margin-bottom: 10px;
 padding-bottom: 5px;
}


.nav_xiala .erji_xiala .daohang_xiala span {
 display: block;
 text-align: left;
 padding-left: 34px;
}


.nav_xiala .erji_xiala .daohang_xiala a {
 height: 36px;
 line-height: 36px;
 display: block;
 color: #333333;
 font-size: 14px;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.nav_xiala .erji_xiala .daohang_xiala i a {
 font-size: 15px;
 text-align: left;
 color: #3890d5;
 font-weight: bold;
 overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}


.nav_xiala .erji_xiala .daohang_xiala i a:hover {
 background: url(../images/liqsub_ss.png) 145px no-repeat;
 padding-left: 0px;
}

.nav_xiala .erji_xiala a:hover {
 color: #3890d5;
}


.nav_xiala > ul > li.another {
 background: url(../images/menu_ah.png) no-repeat center;
 color: #fff;
}


.nav_xiala > ul > li.another > a {
 color: #fff;
}

.fixedNav {
 position: fixed;
 top: 0px;
 left: 0px;
 z-index: 99999;
 _position: absolute;
 _top: expression(eval(document.documentElement.scrollTop));
 box-shadow: 0 8px 8px 0px rgba(0, 0, 0, 0.08);
}


.webq_bottom_contx {
 width: 100%;
 background: #3890d5;
}


.webq_bottom_cont {
 width: 1200px;
 height: auto;
 margin: 0 auto;
}

.webq_bottom_1 {
 padding: 25px 0 20px 0;
}


.webq_bottom_right {
 float: left;
 width: 345px;
}

.webq_bottom_t1 {
 line-height: 1;
 font-size: 20px;
 color: #fff;
 font-weight: bold;
}

.webq_bottom_t2 {
 line-height: 1;
 font-size: 16px;
 color: #cbe4f8;
 padding-top: 28px;
}

.webq_bottom_t3 {
 line-height: 1;
 font-size: 30px;
 color: #fff;
 padding-top: 15px;
}


.webq_bottom_4 {
 font-size: 14px;
 color: #dceffd;
 line-height: 36px;
 padding-top: 22px;
}

.webq_bottom_4 a {
 color: #dceffd;
}

.webq_bottom_4 a:hover {
 text-decoration: underline;
 color: #fff;
}


.webq_bottom_left {
 width: 830px;
 float: right;
 overflow: hidden;
}

.webq_bottom_dicont {
 width: 100%;
 line-height: 34px;
 color: #dceffd;
 padding: 0px 0 0 0;
}


.webq_bottom_dicont a {
 color: #dceffd;
}

.webq_bottom_dicont a:hover {
 color: #fff;
 text-decoration: underline;
}

.webq_bottom_dicont img {
 vertical-align: middle;
}


/* 底部 结束 */


/*留言*/

.webq_lybg {

}


.webq_bottom_r {
 width: 830px;
}


.webq_bottom_rleft {
 position: relative;
}


.webq_bottom_rli1 {
 width: 42px;
 height: 4px;
 background: #000;
}

.webq_bottom_rt2 {
 height: 40px;
 line-height: 20px;
 color: #fff;
 font-size: 14px;
 text-transform: uppercase;
}

.webq_bottom_rt2 span {
 font-size: 20px;
}

.webq_bottom_rli2 {
 width: 42px;
 height: 4px;
 background: #000;
}


.webq_bottom_r3 {
 width: 100%;
}


.webq_bottom_r3_1 {
 width: 400px;
 height: 40px;
 line-height: 40px;
 box-sizing: border-box;
 border-bottom: 1px solid #60a6dd;
 float: left;
 position: relative;
}


.webq_bottom_rmt {
 margin-left: 30px;
}


.webq_bottom_rmt2 {
 margin-top: 40px;
 width: 100%;
}


.webq_bottom_r4 {
 width: 80px;
 height: 35px;
 background: #60a6dd;
 position: absolute;
 right: 0;
 bottom: 7px;
}


.webq_bd_1 {
 width: 100%;
 height: 40px;
 line-height: 40px;
 border: 0;
 background: none;
 color: #FFFFFF;
 display: block;
 font-size: 16px;
 padding-right: 100px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}


.webq_bd_2 {
 width: 100%;
 height: 40px;
 line-height: 40px;
 border: 0;
 background: none;
 color: #FFFFFF;
 display: block;
 font-size: 16px;
}


.webq_bd_go {
 margin: 0;
 border: 0;
 width: 100%;
 background: none;
 cursor: pointer;
 color: #dceffd;
 line-height: 35px;
 text-align: center;
 font-size: 14px;
 outline: none;
}


.webq_bottom_r3_3 {
 float: left;
 height: 46px;
 line-height: 46px;
 padding: 0 18px 0 18px;
 box-sizing: border-box;
 background: #fff;
 width: 214px;
}


.webq_bottom_r input::-webkit-input-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r input::-moz-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r input:-moz-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r input:-ms-input-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r textarea::-webkit-input-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r textarea::-moz-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r textarea:-moz-placeholder {
 color: #cbe4f8;
}

.webq_bottom_r textarea:-ms-input-placeholder {
 color: #cbe4f8;
}


/*留言end*/


.in_yqlj_ss {
 width: 100%;
 padding-top: 24px;
 padding-bottom: 20px;
}


.in_yqlj {
 width: 1360px;
 height: auto;
 margin: 0 auto;
}


.in_yqlj_1 {
 height: 36px;
 line-height: 36px;
 float: left;
 text-transform: uppercase;
 font-size: 14px;
 color: #dceffd;
}

.in_yqlj_2 {
 float: left;
 width: 780px;
 line-height: 36px;
 color: #dceffd;
}


.in_yqlj_2 a {
 display: inline-block;
 padding: 0 20px 0 0;
 color: #dceffd;
}


.in_yqlj_2 a:hover {
 color: #fff;
 text-decoration: underline;
}


/*产品详细*/


.ny_proinfo_banner {
 width: 100%;
 height: 320px;
}

.ny_proinfo_banner ul li {
 width: 100%;
 height: 320px;
}


.ny_proinfo {
 width: 1200px;
 margin: 0 auto;
 margin-top: 30px;
 padding-bottom: 30px;
}


.ny_proinfo_left {
 float: left;
 width: 240px;
 overflow: hidden;
 background: #fff;
}

.ny_proinfo_left_box {
 padding: 0 14px;
 border: 1px solid #ebebeb;
}


.ny_proinfo_left_t {
 color: #fff;
 height: 80px;
 background: #3890d5;
 text-align: center;
}

.ny_proinfo_left_t h3 {
 line-height: 80px;
 font-size: 20px;
 color: #fff;
}


.ny_proinfo_left_a {
 height: 50px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
 position: relative;
 border-bottom: 1px solid #dddddd;
 padding-top: 10px;
}


.ny_proinfo_left_a a {
 display: block;
 color: #3890d5;
 line-height: 50px;
 font-size: 16px;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 padding-left: 24px;
 padding-right: 5px;
 font-weight: bold;
 background: url(../images/cp_fd1.png) no-repeat 8px;
}


.ny_proinfo_left_er {
 padding-top: 5px;
}

.ny_proinfo_left_er ul {

}

.ny_proinfo_left_er ul li {
 height: 36px;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 text-transform: uppercase;
}


.ny_proinfo_left_er ul li a {
 display: block;
 line-height: 36px;
 font-size: 14px;
 color: #333333;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 -webkit-transition: all .3s linear;
 transition: all .3s linear;
 padding-left: 8px;
}

.ny_proinfo_left_er ul li a:hover {
 color: #3890d5;
 padding-left: 12px;
}


/*最近浏览*/


.ny_proinfo_left_zj{
 border: 1px solid #ebebeb;
 margin-top: 30px;
}

.ny_proinfo_left_zj_t{
 height: 60px;
 line-height: 60px;
 background: #ececec;
}

.ny_proinfo_left_zj_t span{
 font-size: 18px;
 font-weight: bold;
 padding-left: 20px;
 color: #3890d5;
}


.ny_proinfo_left_zj_p{
padding-bottom: 10px;
}


.ny_proinfo_left_zj_pa {
 overflow: hidden;
 margin: 10px 10px 0 10px;
}


.ny_proinfo_left_zj_pa img {
 width: 100%;
 height: auto;
 transition: all 0.5s;
 transform: scale(1);
}


.ny_proinfo_left_zj_pa a:hover img {
 transition: all 0.5s;
 transform: scale(1.08);
}


.ny_proinfo_left_zj_pb{
padding: 5px 10px 0 10px;
}

.ny_proinfo_left_zj_pb h6{
 font-size: 14px;
 font-weight: bold;
 line-height: 24px;
 height: 48px;
 overflow: hidden;
}

.ny_proinfo_left_zj_pb h5{
 font-size: 14px;
 padding-top: 10px;
 line-height: 24px;
}





/*最近浏览end*/






/*右边*/

.ny_proinfo_right {
 width: 926px;
 float: right;
}

.wjdh-main {
 width: 926px;
 padding-bottom: 20px;
}


.content-show {
 background-color: #fff;
}


.prohead {

 margin-bottom: 25px;

}


.prohead .hleft {
 width: 420px;
 float: left
}


.prohead .hleft .proimg,
.prohead .hleft .cloud-zoom-big {

 width: 400px;

 height: 300px;

 border: 1px solid #ececec;

 padding: 2px;

 margin-bottom: 10px;

}


.prohead .hleft .proimg img {

 width: 400px;

 height: 300px;

}


.prohead .hleft .smallimg {

 width: 402px;

 height: 70px;

 overflow: hidden;

}


.prohead .hleft .smallimg dl {

 width: 402px;

 height: 70px;

}


.prohead .hleft .smallimg dl dt {

 width: 10px;

 height: 45px;

 margin-top: 13px;

}


.prohead .hleft .smallimg dl dt.prev {

 float: left;

}


.prohead .hleft .smallimg dl dt.next {

 float: right;

}


.prohead .hleft .smallimg dd {

 width: 366px;

 height: 70px;

 float: left;

 margin-left: 10px;

 overflow: hidden;

}


.prohead .hleft .smallimg dd li {

 width: 102px;

 float: left;

 height: 70px;

 text-align: center;

 margin: 0 10px;

}


.prohead .hleft .smallimg dd li img {

 width: 98px;

 height: 68px;

 border: 1px solid #ccc;

}


.prohead .hleft .smallimg dd li a:hover img,
.prohead .hleft .smallimg dd li a.hover img {

 border-color: #3890d5;

}


.prohead .hleft .btns {

 margin-top: 20px;

}


.prohead .hleft .btns span {

 display: none

}


.prohead .hleft .btns a {

 display: block;

 height: 22px;

 line-height: 22px;

 text-indent: 20px;

 font-size: 12px;

 float: left;

 margin: 0 16px 0 0 !important;

 padding: 0 !important;

 width: 80px;

}


.prohead .hleft .btns a.b1 {

 background-position: left -150px

}


.prohead .hleft .btns a.b2 {

 background-position: left -30px;

 width: 93px;

}


.prohead .hleft .btns a.b3 {

 background-position: left -120px;

}


.prohead .hleft .btns a.b4 {

 background-position: left -60px;

}


.prohead .hright {
 width: 490px;
 float: right;
}


.prohead .hright .title-a {

 display: block;

 height: 50px;

 line-height: 50px;;



 font-size: 18px;

 font-weight: bold;

 color: #333;

 border-bottom: 1px solid #dbdbdb;

 white-space: nowrap;

 overflow: hidden;

 text-overflow: ellipsis;

}


.prohead .hright p {

 color: #666;

 line-height: 40px;
 height: 330px;
 overflow: hidden;

 border-bottom: 1px solid #dbdbdb;

 font-size: 14px;

}

.prohead .hright p b{
 color: #3890d5;
 font-size: 16px;
}


.prohead .hright .tel {

 font-size: 18px;

 font-weight: bold;

 color: #fcfcfc;

 text-align: center;

 height: 33px;

 line-height: 33px;

 overflow: hidden;

 border-bottom: 1px solid #dbdbdb;

}


.prohead .hright .tel span {

 color: #fcfcfc;

 position: relative;

 *display: inline;

 _display: inline;

 zoom: 1;

 display: inline-block;

}


.prohead .hright .tel span em {

 color: #333;

 font-weight: bold;

 position: absolute;

 left: 0;

 top: 0;

 display: block;

 width: 0;

 height: 33px;

 line-height: 33px;

 white-space: nowrap;

 overflow: hidden;

 /* -webkit-transition: all .8s ease-out; */

 /* transition: all .8s ease-out; */

}


.prohead .hright .tel:hover span em {

 width: 100%;

}


.prohead .hright .online {

 text-align: center;

 padding: 30px 0;

}


.prohead .hright .online a {

 *display: inline;

 _display: inline;

 zoom: 1;

 display: inline-block;

 width: 130px;

 height: 35px;

 line-height: 35px;

 background-color: #fcfcfc;

 font-size: 18px;

 font-weight: bold;

 color: #fff;

 margin: 0 10px;

}


.prohead .hright .share {

 padding: 5px 20px;

}


.prohead .hright .share .bds_txt {

 float: left;

 margin: 4px 6px 4px 0;

}


.product-content {
 margin-top: 40px;
}


.wjdh-title {
 position: relative;
 margin-bottom: 20px;
}


.wjdh-title .title-box {
 height: 50px;
 line-height: 50px;
 border-top: 1px solid #3890d5;
 border-bottom: 1px solid #ececec;
 background: #ececec;
}


.wjdh-title h3 {
 font-size: 18px;
 color: #3890d5;
 line-height: 50px;
 padding-left: 10px;
}


.wjdh-title .more {

 float: right;

 color: #999;

}


.wjdh-title h3 a {

 color: #fcfcfc;

}


.page-content {

 height: auto;

 line-height: 2;

 color: #505050;

 font-size: 14px;

 overflow: hidden;

}


.page-content a {

 color: #333;

 font-size: 15px;

 font-weight: 900;

}


.page-content img {

 max-width: 80%;
 height: auto;
}





/*产品详细end*/


.ny_banner {
    width: 100%;
    overflow: hidden;
}


.ny_banner  img {
    border: none;
    max-width: 100%;
}




















