@charset "utf-8";
.searform { position: relative;    /*width: 200px;*/ }
.am-icon-search { position: absolute; right: 5px; z-index: 8; }
.animatedSearch { position: relative; z-index: 9; width: 25px; height: 25px; padding: 0 10px; float: right; border-radius: 44px; font-size: 1.2em; background: none; color: #000; transition: width 0.4s ease-in-out; }
.animatedSearch:focus { width: 100%; background: #fff; outline: none; }
.searform .submit { outline: none; border: none; content: ""; background: none; }
.container-fluid { width: 100%; min-width: 1174px; margin: auto; }
.line-clamp1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; /*这里修改为要显示的行数*/ -webkit-box-orient: vertical; word-break: break-all; /* 追加这一行代码 */ }
.line-clamp2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /*这里修改为要显示的行数*/ -webkit-box-orient: vertical; word-break: break-all; /* 追加这一行代码 */ }
.line-clamp3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; /*这里修改为要显示的行数*/ -webkit-box-orient: vertical; word-break: break-all; /* 追加这一行代码 */ }
.line-clamp4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; /*这里修改为要显示的行数*/ -webkit-box-orient: vertical; word-break: break-all; /* 追加这一行代码 */ }
.container {    /*width: 1174px;*/
width: 1200px; margin: 0 auto; }
.padding-40 { padding: 40px; }

/*头部===*/
.header { width: 100%; height: 123px; position: absolute; opacity: 1; transition: .5s ease-in-out; z-index: 999999; }
.header.fixed { opacity: 1; }
.header .bg { width: 100%; height: 100%;    /*background: #494949;*/ background: #f0f1f1; /*opacity: 0.6;*/ position: absolute; top: 0; left: 0; right: 0; z-index: 0; }
.header .content { position: relative; z-index: 99; width: 90%; margin: 0 auto; padding-top: 30px; }
.nav-bar { position: relative; padding-top: 29px; }
.nav-bar .nav-item { float: left; font-size: 14px; line-height: 24px; letter-spacing: 0px; padding: 5px 15px 4px; margin: 0 5px; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s;background-color: rgba(0,148,222,1); border-radius: 15px; }
.nav-bar .nav-item a { color: #ffffff; }
.nav-bar .nav-item .am-nav { position: absolute; top: 52px; margin-left: -15px; opacity: 0; visibility: hidden; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; background: rgba(0, 0, 0, 0.6); }
.nav-bar .nav-item .am-nav a { color: #fff; }
.nav-bar .active { /*border-bottom: 2px; border-color: #00a2e9; border-style: none none solid none; color: #00a2e9;*/ }
.nav-bar .nav-item:hover { /*border-bottom: 2px; border-color: #00a2e9; border-style: none none solid none; color: #00a2e9;*/ }
.nav-bar .nav-item:hover .am-nav { visibility: visible; opacity: 1; }
.nav-bar .am-nav>li>a:focus, .nav-bar .am-nav>li>a:hover { color: #fff;    /* background-color: #00a2e9; */ background-color: rgba(0,148,222,1); }
.search { cursor: pointer; border-left: 1px solid #dddfdf; padding-left: 24px; color: #00a2e9; margin-top: 31px; }

/*底部===*/
.footer { background: #f4f4f4; color: #080808; font-size: 14px; margin-top: 60px; position: relative }
.footer a { color: #080808; }
.footer .foot-content { padding-top: 100px; }
.footer .copyright1 { width: 336px; padding: 20px 10px 0 60px; }
.linkus { width: 117px; height: 37px; background-color: #00a2e9; border-radius: 19px; text-align: center; line-height: 37px; color: #fff; cursor: pointer; }
.footer .ercode { padding: 54px; border-right: 1px solid rgba(216, 216, 216, 0.3); border-left: 1px solid rgba(216, 216, 216, 0.3); }
.footer .ercode img { height: 147px; width: 147px; object-fit: contain; }
.footer .tel { margin-top: 30px; font-size: 14px; color: #080808; }
.footer .tel p { font-size: 24px; color: #00a2e9; font-weight: bold; }
.foot-nav-bar { padding-right: 60px; width: 500px; padding-top: 20px; }
.foot-nav-bar ul, .foot-nav-bar li { list-style: none; padding: 0; margin: 0; }
.foot-nav-bar li { color: #999999; font-size: 14px; padding: 5px 0; }
.foot-nav-bar .title { font-size: 16px; color: #080808; margin-bottom: 20px; }
.foot-nav-bar > a { }
.foot-info, .foot-form { }
.foot-info .cp-info { min-height: 360px; padding-bottom: 20px; }
.foot-info .cp-name, .foot-form .fm-tit { font-size: 18px; font-weight: normal; }
.foot-info .cp-item { height: 30px; line-height: 30px; margin: 20px 0; }
.foot-info .cp-item span { display: inline-block; width: 30px; height: 30px; margin-right: 5px; border-radius: 20px; text-align: center; font-size: 16px; }
.foot-info .cp-item:hover span { background-color: #cb211a; color: #fff; }
.copyright { }
.friendly { position: absolute; top: -28px; height: 56px; background-color: #00a2e9; line-height: 56px; text-align: left; padding: 0 30px; color: #fff; font-size: 16px; }
.friendly a { color: #fff; font-size: 12px; border-right: 1px solid #fff; height: 20px; padding: 0 20px }
.friendly a:last-child { border: none; }

/*横幅===*/
.bannerBox { position: relative; width: 100%; overflow: hidden; }
.bannerImg { width: 1900px; position: relative; left: 50%; margin-left: -950px; }

/*位置===*/
.page_wrap { height: 70px; background: #00a2e9; line-height: 70px; }
.here_wrap {    /*margin-top: 5px;*/ }
.here_wrap .breadcrumb {    /*margin-bottom: 0;*/
margin: 0; padding: 0 0 0 43px; }
.breadcrumb, .breadcrumb a { color: #fff; font-size: 15px; }
.breadcrumb .am-active { color: #00a2e9; }

/*导航===*/
.side-nav { background-color: #76b323; margin-top: 10px; }
.side-nav a { color: #fff; }
.side-nav > dl { overflow: hidden; margin-bottom: 0; }
.side-nav > dl > dd { width: 164px; height: 56px; line-height: 56px; float: left; margin-left: 20px; text-align: center; }
.side-nav > dl > dd a { display: block; }
.side-nav > dl > dd a:hover, .cur {    /*background-color: #787878;*/ }

/*内容===*/
.info-wrap { padding: 35px;    /*padding-top: 30px;*/    /*padding-bottom: 30px;*/ }
.info-wrap img { max-width: 100%; }
.info-wrap p { margin: 0; }
.info-wrap > .info_con { line-height: 1.8; }

/* 分页 ======================*/
.pageWrap { margin: 40px 0 0; text-align: right;    /*background-color: #f5f5f5;*/ padding: 15px; }
.pageWrap .rows { margin-right: 15px; }
.pageWrap a, .pageWrap span { display: inline-block; min-width: 30px; margin: 0 4px; border: 1px solid #dddddd; text-align: center; width: 38px; height: 38px; line-height: 38px; background-color: #ececec; }
.pageWrap a { color: #aeaeae; text-decoration: none; }
.pageWrap a:hover, .pageWrap span.current { color: #fff; background-color: #00a2e9; }
.pageWrap .prev, .pageWrap .next { background: none; }

/*新闻===*/
.news-wrap { padding: 0px 25px; }
.news-wrap ul { list-style: none; padding: 0;    /*margin: 0 -1%;*/ }
.news-wrap ul li { float: left; width: 100%; margin: 10px 0; padding: 15px; border: solid 1px #eee; position: relative; top: 0; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.news-wrap ul li:hover { box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1); top: -5px; }
.news-wrap ul li .news-img { float: left; width: 240px; margin-right: 15px; height: 160px; overflow: hidden; }
.news-wrap ul li .news-con { }
.news-wrap ul li .news-con h4 { color: #555; margin: 5px 0; }
.news-wrap ul li .news-con p { color: #999; margin: 10px 0; font-size: 14px; }
.news-wrap ul li .news-con span { color: #fff; background: #00a2e9; padding: 2px 8px; font-size: 14px; border-radius: 3px;    /*text-align: right;*/ }
.news-wrap .news-box { padding: 5px; }
.news-wrap .news-box img { max-width: 100%; }
.news-wrap .news-box p { margin: 0; }
.news-wrap .news-box > .info_con { line-height: 1.8; }
.prev-next { margin-top: 30px; color: #bbb; }
.prev-next a { color: #666; }
.dis-flex { display: flex !important;    /*flex-wrap: wrap;*/ }
.flex-box { flex: 1; }
.flex-shrink { flex-shrink: 0; }
.flex-dir-row { flex-direction: row; }
.flex-dir-column { flex-direction: column; }
.flex-x-center { justify-content: center; }
.flex-x-between { justify-content: space-between; }
.flex-x-around { justify-content: space-around; }
.flex-x-end { justify-content: flex-end; }
.flex-y-center { align-items: center; }
.page-content { box-shadow: 0px 7px 13px 0px rgba(77, 77, 77, 0.2); margin-top: 50px; margin-bottom: 97px; }
.page-side-nav { padding-top: 20px; width: 174px; border-right: solid 2px #dcdcdc; }
.page-side-nav a { color: #939393; }
.page-side-nav .cur a { color: #00a2e9; }
.page-side-nav > dl { overflow: hidden; margin-bottom: 0; }
.page-side-nav > dl > dd {    /*width: 164px;*/

    /*height: 56px;*/

    /*line-height: 56px;*/

    /*float: left;*/

    /*margin-left: 20px;*/

/*text-align: center;*/ }
.page-side-nav > dl > dd a { display: block; margin-bottom: 20px; font-size: 14px; }
.page-side-nav > dl > dd a:hover { color: #00a2e9; }

/*产品===*/
.pro-wrap {    /*margin: 0px -30px;*/ }
.pro-wrap ul { list-style: none;    /*padding: 0;*/    /*margin: 0 -35px;*/ }
.pro-wrap ul li { margin: 17.5px 0; padding: 0 28.5px; }

/*.pro-wrap ul li:nth-child(3n){*/

/*margin: 0px 0px 0px 0px;*/

/*}*/
.pro-wrap ul li a { position: relative; top: 0; transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; -o-transition: all 0.2s; }
.pro-wrap ul li a:hover { box-shadow: 13px 13px 26px rgba(50, 50, 50, 0.1); top: -5px; }
.pro-wrap ul li a { display: inline-block; border: solid 1px #eee; max-width: 283px; overflow: hidden; }
.pro-wrap ul li .p-img { border-bottom: solid 1px #eee; overflow: hidden; text-align: center; }
.pro-wrap ul li .p-img img { width: 283px; height: 200px; object-fit: contain; }
.pro-wrap ul li .p-tit { padding: 15px 20px; background-color: #f0f1f1; }
.pro-wrap ul li .p-tit:hover { background-color: #00a2e9; }
.pro-wrap ul li .p-tit > h4 { font-weight: normal; color: #080808; margin-bottom: 5px; font-size: 14px; }
.pro-wrap ul li .p-tit > span { font-size: 25px; color: #fff; }
.pro-wrap .pro-box { width: 800px; margin: auto; }
.pro-wrap .pro-box img { max-width: 100%; }
.pro-wrap .pro-box p { margin: 0; }
.pro-wrap .pro-box > .info_con { line-height: 1.8; }
.pro-wrap_f {    /*background: url(../images/productshow.jpg) no-repeat top center;*/ }
.pro_info { overflow: hidden; padding-top: 50px; }
.pro_info-img { width: 580px; float: left; margin-left: 40px; margin-right: 5px; }
.pro_info-con { float: left; width: 430px; margin: 0 55px; }
.pro_info-con > h1 { margin: 0; color: #00a2e9; font-size: 28px; font-weight: normal; }
.pro_info-con > h6 { margin: 0; color: #1e1e1e; font-size: 20px; font-weight: normal; }
.pro_info-con > hr { border-color: #d2d2d2; }
.pro_info-con .info_con { color: #595757; line-height: 1.8; min-height: 400px; }
.pro_info-con .info_con > p { margin: 0; }
.pro_info-con .info_share { border-top: solid 1px #e0e0e0; padding-top: 6px; margin-top: 15px; }
.pro_info-con .info_share .bdsharebuttonbox > span { float: left; line-height: 24px; margin: 6px 6px 6px 0; }

/* 放大镜==============*/
.zoomBox { width: 580px; margin: 0 auto; border: solid 1px #cccccc; }
.tb-pic { position: relative; z-index: 1; }
.tb-pic, .tb-pic a { height: 578px; width: 578px; }
.tb-pic a { display: table-cell; text-align: center; vertical-align: middle; *font-size: 593px; *display: block; *font-family: Arial; *line-height: 1; }
.tb-pic a img { width: 100%; height: 100%; object-fit: contain; }
div.zoomDiv { z-index: 999; position: absolute; top: 0px; left: 0px; background: #ffffff; border: 1px solid #CCCCCC; display: none; text-align: center; overflow: hidden; }
div.zoomMask { position: absolute; background-color: #666; opacity: 0.5; filter: alpha(opacity=50); cursor: move; z-index: 1; }
.spec-scroll { margin: 20px 0; width: 580px; overflow: hidden; }
.spec-scroll .items { float: left; position: relative; width: 580px; height: 100px; overflow: hidden; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 100px; padding: 0; margin: 0; list-style: none; }
.spec-scroll .items ul li { float: left; width: 100px; text-align: center; margin-right: 10px; }
.spec-scroll .items ul li img { border: 1px solid #d2d2d2; padding: 2px; width: 100px; height: 100px; object-fit: contain; }
.spec-scroll .items ul li img:hover, .spec-scroll .items ul li.tb-selected img { border: 2px solid #00a2e9; padding: 1px; }

/*==========*/
body .layer-myskin .layui-layer-content { padding: 20px 30px; }