/* 公共样式表css */

@charset "UTF-8";
@font-face {
    font-family: 'helveticalight';
    src: url('../font/helvetica-light-webfont.woff2') format('woff2'), url('../font/helvetica-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*index css*/

body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px/1.5 "Microsoft YaHei", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei";
    line-height: 1.42857143;
    color: #333;
}

html,
body {
    width: 100%;
    height: 100%;
}

html,
body,
p,
dl,
dt,
dd,
table,
td,
th,
input,
img,
form,
div,
span,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
select,
fieldset,
button,
sub,
sup,
textarea {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}


em,
i {
    font-style: normal;
}

ul,
ol {
    list-style: none outside none;
}

button {
    border: none;
}

a,
a:hover {
    text-decoration: none;
}

a {
    color: #004250
}

:focus {
    outline: 0;
}

input,
textarea,
select {
    background: #ffffff;
}


/* Internet Explorer 10+ */

textarea {
    resize: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}



.content {
    display: table-cell;
    vertical-align: middle;
}


/*分页样式*/
 .page_list ul{display:block;width:250px;margin:0 auto;}
                .page_list li{width:50px;float:left;}
.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_box {
    text-align: center;
    padding-bottom: 60px;
}

.page_box a,
.page_box span {
    line-height: 39px;
    border: 1px solid #e2e2e2;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    background: #fff;
    color: #666666;
    font-family: arial;
    font-size: 18px;
    margin: 0 2px;
}

.page_box a:hover,
.page_box span.current {
    background: #004250;
    color: #fff;
    border-color: #004250;
}


/*页眉 开始*/

.hdtop {
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    border-bottom: 1px solid #e9e9e9;
}

.hdtop span {
    float: left;
    color: #666666;
    font-size: 13px;
}

.hdtop em {
    float: right;
    overflow: hidden;
    height: 13px;
    line-height: 13px;
    margin-right: -14px;
    margin-top: 13px;
}

.hdtop em a {
    float: left;
    font-size: 12px;
    color: #303030;
    border-left: 1px dotted #d7d7d7;
    padding: 0px 14px;
}


/*页眉 结束*/


/*head 开始*/

.header {
    height: 120px;
}

.header .fl {
    width: 506px;
    padding-top: 30px;
}

.header .fr dl {
    padding-top: 30px;
}

.header .fr dl dt {
    float: left;
}

.header .fr dl dt img {
    display: block;
    margin-top: 5px;
}

.header .fr dl dd {
    padding-left: 60px;
}

.header .fr dl dd span {
    display: block;
    font-size: 16px;
    color: #333;
}

.header .fr dl dd p {
    font-size: 33px;
    color: #10aaac;
}


/*head 结束*/


/*nav 开始*/

.nav {
    background-color: #444;
    width: 100%;
    border-bottom: 2px solid #084251;
}

.nav li {
    float: left;
    text-align: center;
    width: 141px;
    transition: all .5s;
    height: 46px;
}

.nav li a {
    font-size: 16px;
    color: #fff;
    line-height: 46px;
    display: inline-block;
    width: 97.5%;
}

.nav li a.active,
.nav li a:hover {
    color: #fff;
    background: #084251
}

.nav li span {
    color: #393838;
}


/*nav 结束*/


/*banner 开始*/

.index-banner {
    height: 560px;
}

.index-banner li {
    display: inline-block;
    position: relative;
    width:100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-banner li a {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
}

.index-banner .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgb(255, 255, 255);
    transition: all 0.5s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 22px;
    border-radius: 15px;
    background-color: #18ADAA;
}

.index-banner .swiper-pagination-bullets {
    bottom: 20px;
}


/*banner 结束*/


/*主页 开始*/

.title {
    text-align: center;
    padding-top: 50px;
}

.title h1 {
    font-size: 26px;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
}

.title span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.title span:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    top: 4px;
    height: 5px;
    background: url(../img/line.png)no-repeat center;
}

.title span:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 2px;
    background: #144e98;
    left: 50%;
    margin-left: -55px;
    bottom: 0;
}


/*产品中心 开始*/

.met-pro .fl {
    width: 247px;
    padding-top: 50px;
}

.met-pro .fl h1 {
    width: 247px;
    height: 104px;
    background: url(../img/cp.jpg)no-repeat center;
}

.met-pro .fl ul {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #dedede;
}

.met-pro .fl ul li {
    line-height: 54px;
    
    color: #666;
    font-size: 16px;
    text-align: left;
    cursor: pointer
}

.met-pro .fl ul li:last-child {
    border-bottom: none
}

.met-pro .fl ul li a {
    color: #666
}



.met-pro .fl ul li:hover a{
    color: #666;
}

.met-pro .fl ul li:hover,
.met-pro .fl ul li.active {
    color: #164e98;
}

.met-pro .fr {
  float:right;
    width: 913px;
    border: 1px solid #dedede;
    margin-top: 50px;
    padding: 20px 20px 1px;
}

.met-pro .fr li {
    float: left;
    margin: 0 20px 10px 0;
}

.met-pro .fr li:nth-child(3n) {
    margin-right: 0;
}

.met-pro .fr li .box {
    width: 276px;
    height: 276px;
    border: 1px solid #cdcdcd;
    position: relative;
}

.met-pro .fr li .box:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    background: url(../img/more.png)no-repeat center;
}

.met-pro .fr li .box:before {
    content: "";
    position: absolute;
    width: 276px;
    height: 276px;
    background: url(../img/pro-line.png)no-repeat center;
    display: none;
}

.met-pro .fr li:hover .box {
    border-color: #fff;
}

.met-pro .fr li:hover .box:before {
    display: block;
}

.met-pro .fr li:hover p {
    color: #0e4d9a
}

.met-pro .fr li .box img {
    display: block;
    padding: 1px;
    max-width: 100%;
    border: 0 none;
    vertical-align: middle;
}

.met-pro .fr li p {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
    text-align: center;
}


/*产品中心 结束*/


/*优势 开始*/

.met-youshi {
    margin-top: 60px;
    width: 100%;
    background: url(../img/ys_bg.jpg) repeat;
}

.met-youshi .tit {
    width: 100%;
    height: 241px;
    background: url(../img/youshi.gif)no-repeat center;
}

.met-youshi .wrap {
    height: 767px;
    background: url(../img/ysbg.png) no-repeat center;
}

.met-youshi .wrap .left1 {
    width: 514px;
    padding-top: 20px;
}

.met-youshi .wrap .right1 {
    width: 445px;
    padding-top: 90px;
  float:right;
}

.met-youshi .wrap h1 {
    font-size: 26px;
    color: #003e7b;
    line-height: 26px;
    margin-bottom: 16px;
}

.met-youshi .wrap h2 {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.met-youshi .wrap p {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 10px 0;
}

.met-youshi .wrap p span {
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #003e7b;
    margin-bottom: 2px;
    margin-right: 10px;
}

.met-youshi .wrap .left2 {
    padding-top: 66px;
}

.met-youshi .wrap .right2 {
  float:right;
    padding-top: 13px;
}

.met-youshi .wrap .left2 p {
    width: 435px;
    line-height: 30px;
    padding: 2px 0;
}


/*优势 结束*/


/*关于我们 开始*/

.met-about .fl {
    width: 613px;
    padding-top: 85px;
}

.met-about .fl h1 {
    font-size: 18px;
    color: #07427e;
    line-height: 18px;
    padding-left: 30px;
    margin: 20px 0 10px;
}

.met-about .fl p {
    font-size: 16px;
    color: #333;
    line-height: 34px;
    padding-left: 30px;
}

.met-about .fl a {
    display: block;
    float: left;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #144d9c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 38px 0 0 30px;
}

.met-about .fl .right {
    float: right;
    font-size: 24px;
    color: #07427e;
    line-height: 36px;
    margin-top: 5px;
}

.met-about .fl .right span {
    color: #666;
    font-size: 16px;
}

.met-about .fr {
  float:right;
    width: 513px;
    padding-top: 89px;
}


/*关于我们 结束*/


/*生产环境 开始*/

#demo {
    overflow: hidden;
    width: 1200px;
}

#product_content {
    float: left;
    width: 800%;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#product #product_title {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#product #product_content {
    margin-top: 20px;
}

#product #product_content .product_list {
    float: left;
    width: 277px;
    margin-right: 30px;
}

#product #product_content .product_list .product_name {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCC;
    line-height: 40px;
    padding-bottom: 5px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

#product #product_content .product_list .product_name a {
    display: block;
    color: #333;
    font-size: 16px;
    text-align: center;
}


/*生产环境  结束*/


/*荣誉证书 开始*/

.met-hon {
    text-align: center;
}

.met-hon .m-hon {
    width: 1200px;
    box-sizing: border-box;
    margin: 52px auto 0;
    text-align: left;
    position: relative;
    padding: 0 29px 30px;
    font-size: 0;
    border-bottom: 1px solid #cbcbcb;
}

.met-hon .m-hon >a:nth-child(5n) .item {
    margin-right: 0;
}

.met-hon .m-hon .item {
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 20px;
    width: 255px;
    margin-right: 15px;
}

.met-hon .m-hon .item:hover .m-case-ft {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: rgba(62, 160, 255, 0.3);
}

.met-hon .m-hon .item div.img {
    width: 100%;
    height: 100%;
    border: 1px solid #e9ecef;
}

.met-hon .m-hon .item:hover div.img {
    border: 1px solid #0e4d9a;
}

.met-hon .m-hon .item div.img img {
    width: 100%;
    height: 100%;
}

.met-hon .m-hon p {
    font-size: 16px;
    color: #383838;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin-top: 12px;
    width: 100%;
}

.met-hon .item:hover p {
    color: #0e4d9a;
}

.met-hon .m-hon .item .m-case-ft {
    height: 53px;
    background-color: rgba(62, 160, 255, 0.15);
}

.met-hon .m-hon .item .m-case-ft p {
    font-size: 18px;
    padding-top: 13px;
    color: #3ea0ff;
    letter-spacing: 0.5px;
    line-height: 26px;
}

.met-hon .case_prev,
.met-hon .case_next {
    position: absolute;
    width: 22px;
    height: 41px;
    left: 0;
    top: -80px;
    bottom: 0;
    margin: auto;
    background: url(../img/left2.png) no-repeat center;
    z-index: 999;
    cursor: pointer;
}

.met-hon .next {
    float: right;
}

.met-hon .prev {
    float: left;
}

.met-hon .case_next {
    right: 0;
    left: auto;
    background: url(../img/right2.png) no-repeat center;
}

.met-hon .case_prev:hover {
    background: url(../img/left1.png) no-repeat center;
}

.met-hon .case_next:hover {
    background: url(../img/right1.png) no-repeat center;
}

.case_box li {
    overflow: hidden;
    width: 255px;
    position: relative;
    margin: 0 15px;
    text-align: center;
    float: left;
}

.case_box li* {
    position: relative;
    z-index: 9;
    color: #fff;
}


/*荣誉证书 结束*/


/*新闻 开始*/

.met-news {
    padding: 60px 0 100px;
    background-color: #fff;
}

.met-news-title {
    font-size: 22px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 13px;
}

.met-news-title i {
    color: #999;
    display: inline-block;
    font-family: "Arial";
    margin: 0 5px;
}

.met-news-title span {
    font-family: "Arial";
    text-transform: uppercase;
    color: #999;
    font-size: 15px;
    font-style: italic;
}

.met-news-title:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 28px;
    background: #333;
    left: 0;
    top: 2px;
}

.met-news-cl {
    width: 65%;
}

.met-news-cl-title>img {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.met-news-cr {
    width: 35%;
    float: right;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.met-news-title-more {
    padding-top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #888888;
}

.met-news-title-more:hover {
	color: #F10000;
	margin-right: 5px;
}
	
.met-news-box2 {
    padding-top: 40px;
}

.met-news-box2-cl {
    width: 413px;
    height: 312px;
    overflow: hidden;
    position: relative;
}

.met-news-banner {
    position: relative;
}

.met-news-banner li {
    position: relative;
    background: url(../img/index6-banner1.png) center center no-repeat;
}

.met-news-banner li img {
    width: 100%;
}

.met-news-banner-p {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    color: #fff;
    left: 0px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    line-height: 35px;
    text-indent: 15px;
    margin-bottom: 0;
    padding-right: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.met-news-banner-page {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
}

.met-news-banner-page.swiper-pagination-bullets {
    z-index: 3;
    text-align: right;
    padding-right: 15px;
    bottom: 3px;
    height: auto;
    left: auto;
    right: 0;
    width: auto;
}

.met-news-banner-page .swiper-pagination-bullet {
    width: 9px !important;
    height: 9px !important;
    transform: none;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0.8;
    left: auto !important;
}

.met-news-banner-page .swiper-pagination-bullet-active {
    background: #fff;
}

.met-news-cl-list {
    width: 47%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.met-news-cl-time {
    width: 20%;
    padding-right: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.met-news-cl-list li {
    padding-bottom: 30px;
}

.met-news-cl-list li:last-child {
    padding-bottom: 0;
}

.met-news-cl-time>p {
    color: #8f8f8f;
    margin-bottom: 0px
}

.met-news-cl-time>span {
    font-size: 38px;
    color: #231f20;
    font-weight: 600;
}

.met-news-cl-lp {
    border-left: 1px dashed #888;
    width: 75%;
    padding-left: 15px;
    margin-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.met-news-cl-lp a h6 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
    line-height: 16px;
    margin-bottom: 5px;
}

.met-news-cl-lp a:hover h6 {
	color: #F10000;
}

.met-news-cl-lp a p {
    color: #777;
    font-size: 14px;
}

.met-news-cl-lp a:hover p {
    color: #000;
}

.met-news-cl-lp .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    line-height: 24px;
}

.met-news-crl-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
}

.met-news-crl-title em {
    color: #da0a24;
    font-style: normal;
}

.met-news-cr-list {
    margin-top: 40px!important;
    height: 308px;
}

.met-news-cr-item {
    color: #666;
    padding-bottom: 18px;
}

.met-news-cr-item>span {
    width: 32px;
}

.met-news-cr-item>p {
    width: calc(100% - 32px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
    line-height: 24px;
}

.met-news-cr-list>li {
    padding-bottom: 28px;
}

.met-news-cr-list>li:last-child {
    padding-bottom: 0;
}

.index-banner li img {
    display: none;
}


/*新闻 结束*/


/*footer 开始*/

.footer {
    width: 100%;
    background: #333;
}

.footer ul.ul1 {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.footer ul.ul1 li {
    display: inline-block;
    padding: 0 20px;
}

.footer ul.ul1 li a {
    color: #e5e5e5;
    font-size: 15px;
}

.footer ul.ul2 {
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.footer ul.ul2 li {
    display: inline-block;
    color: #e5e5e5;
    font-size: 15px;
}

.footer ul.ul2 li span {
    color: #e5e5e5;
    padding: 0 40px;
}

.footer p {
    text-align: center;
    color: #808080;
    font-size: 12px;
    padding-top: 45px;
    line-height: 13px;
    padding-bottom: 15px;
    letter-spacing: .3px;
}

.footer p a {
    color: #808080;
}

.footer p a:hover {
    color: #186eaa;
}

.footer ul.ul1 li a:hover {
    color: #186eaa;
}


/*footer 结束*/


/*主页 结束*/


/*二级页 开始*/

.banner {
    width: 100%;
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.banner-box {
    width: 1920px;
    position: absolute;
    height: 400px;
    left: 50%;
    margin-left: -960px;
}

.ntext_box {
    position: absolute;
    display: inline-block;
    top: 100px;
}

.ntext_box h2 {
    font-size: 40px;
    color: #fff;
    line-height: 57px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.ntext_box span {
    width: 42px;
    height: 4px;
    display: inline-block;
    background: #fff;
}

.ej-main {
    margin: 50px 0 60px;
}


/*left*/

.lf_fyconl {
    width: 250px;
    float: left;
}

.lf_fyconl1 {
    height: auto;
    overflow: hidden;
}

.lf_fyconl1t {
    height: 97px;
    background: #084251;
  overflow:hidden;
}

.lf_fyconl1t em {
    display: block;
    font-size: 26px;
    color: #fff;
    line-height: 97px;
    text-align: center;
    font-weight: normal;
}

.lf_fyconl1t p {
    color: #d0cfcc;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.lf_fyconl1u {
    padding-bottom: 20px;
    border: 1px solid #dbd9d9;
    border-top: none;
    width: 250px;
    background: #fafafa;
    margin-top: -2px;
}

.menu_list {
    width: 250px;
}

.menu_head {
    cursor: pointer;
    position: relative;
   
   overflow:hidden;
    line-height: 50px;
   
    font-size: 15px;
    width: 217px;
    margin: 0 auto;
}

.menu_head a {
    color: #7e7e7e;
}

.menu_head a.active,
.menu_head a:hover {
    color: #025193;
}

.menu_list li a:hover  {
    background: #18ADAA;
}



.lf_fyconl1u ul li a {
   border-bottom: 1px dashed #b5b5b5;
 
    line-height: 43px;
    background: url(../img/cat_bg.jpg) no-repeat center;
    padding-left: 15px;
    margin: 0 20px;
}

.lf_fyconl1u ul a {
    height: 48px;
    line-height: 48px;
    margin: 0 auto 0 auto;
    background: url(../img/ny_li.png) no-repeat center;
    padding-left: 35px;
    color: #000000;
    display: block;
    font-size: 14px;
}

.lf_fyconl1u ul a:hover {
    color: #000;
}

.lf_left_new {
    margin-top: 30px;
    padding-bottom: 15px;
}

.lf_left_new_tit {
    width: 210px;
    margin-left: 10px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #B5B5B5;
    padding-bottom: 8px;
}

.lf_left_new_tit span {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    border-left: 5px solid #385791;
    height: 18px;
    line-height: 16px;
    padding-left: 5px;
    display: block;
}

#lf_roll {
    line-height: 25px;
    margin-top: 15px;
}

#lf_roll li {
    background: url(../img/dian.jpg) no-repeat left center;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}

#lf_roll li a {
    font-size: 13px;
}


/*CONTACTA US*/

.lf_fyconl2 {
    margin-top: 25px;
    padding-bottom: 0;
}

.lf_con1_r {
    width: 250px;
    background: #f1f1f1;
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

.lf_con1_r_t {
    height: 56px;
    line-height: 56px;
    background: #084251;
    text-align: center;
    color: #fff;
    font-size: 17px;
    letter-spacing: 3px;
}

.lf_con1_r_u {
    background: url(../img/lx_bg.jpg) no-repeat #fff;
    padding: 225px 10px 20px 17px;
}

.lf_con1_r_u ul li {
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 14px;
    color: #000000;
}

.lf_con1_r_u ul li.li00 {
    background: url(../img/c1.png) no-repeat left center;
}

.lf_con1_r_u ul li.li01 {
    background: url(../img/c2.png) no-repeat left center;
}

.lf_con1_r_u ul li.li02 {
    background: url(../img/c3.png) no-repeat left center;
}

.lf_con1_r_u ul li.li03 {
    background: url(../img/c4.png) no-repeat left center;
}

.lf_con1_r_u ul li.li04 {
    background: url(../img/c5.png) no-repeat left 5px;
    line-height: 25px;
}

.lf_fyconl2t {
    background: url(../img/fx.png) no-repeat left;
    height: 111px;
    line-height: 111px;
}

.lf_fyconl2t h3 {
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    padding-left: 15px;
}

.lf_fyconl2t h3 em {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    padding-left: 10px;
    font-weight: normal;
}

.lf_fyconl2u {
    line-height: 30px;
    padding: 10px 5px 0px 10px;
    font-size: 14px;
}


/*位置*/

.lf_fyconr {
    float: right;
    margin-bottom: 20px;
    width: 910px;
}

.lf_fyconrt {
    width: 100%;
    border-bottom: 1px solid #025193;
    height: 40px;
    line-height: 40px;
}

.lf_dqwz {
    background: url(../img/c5.png) no-repeat left center;
    padding-left: 20px;
    color: #515151;
}

.lf_dqwz a {
    color: #515151;
    font-size: 14px;
    color: #5f5e5e;
}

.lf_dqwz span {
    color: #025193;
    font-size: 14px;
}


/*关于我们 开始*/

.tab_box {
    padding: 22px 0;
    border-bottom: #d1d1d1 1px solid;
    box-shadow: #d1d1d1 0 1px 5px 0;
}

.tab_box ul li {
    background: #262525;
    position: relative;
    border-right: #515151 1px solid;
    width: 33.3333333%;
    float: left;
}

.tab_box ul li a {
    display: block;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    color: #ffffff;
}

.tab_box ul li a.on,
.tab_box ul li a:hover {
    background: #084251 url(../img/xinwen13.png) no-repeat bottom center;
}

.jianjie_box {
    padding-top: 45px;
    padding-bottom: 50px;
    margin-bottom: 60px;
    background: #f5f5f5
}

.jianjie_box h3 {
    position: relative;
    font-size: 24px;
    color: #144e98;
    padding-bottom: 25px;
    margin-top: auto;
    margin-bottom: 25px;
}

.jianjie_box h3:after {
    content: "";
    width: 48px;
    height: 3px;
    background: #144e98;
    position: absolute;
    left: 0;
    bottom: -1.5px;
}

.jianjie_box p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}




/*企业文化*/

.wenhua_box h3,
.time_box h3,
.ej-about .met-hon h3,
.shouhou_box h3,
.video_box h3,
.xiaoshou_box h3 {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: bolder;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
    position: relative;
}

.wenhua_box h3:after,
.time_box h3:after,
.ej-about .met-hon h3:after,
.shouhou_box h3:after,
.xiaoshou_box h3:after {
    content: "";
    width: 56px;
    height: 4px;
    background: #144e98;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -28px;
}

.wenhua_box .wenhua_bg {
    background: url(../img/jianjie_bg.jpg) no-repeat center;
    padding: 105px 0 90px;
    color: #ffffff;
}

.wenhua_box .wenhua_bg .fl {
    width: 530px;
    text-align: center;
}

.wenhua_box .wenhua_bg .fr {
    width: calc(100% - 550px);
}

.wenhua_box .wenhua_bg h3 {
    font-size: 22px;
}

.wenhua_box .wenhua_bg h4 {
    font-size: 18px;
}

.wenhua_box .wenhua_bg p {
    font-size: 16px;
    line-height: 30px;
}

.wenhua_box .wenhua_bg em {
    width: 132px;
    border-bottom: #b1aba6 1px solid;
    display: block;
    margin: 25px 0;
}


/*发展历史*/

.time_box {
    padding: 40px 0 50px;
}

.time_box .time {
    position: relative;
    padding-bottom: 80px;
}

.time_box .time:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    margin-left: 0.5px;
    background: rgb(20, 78, 152);
}

.time_box .time:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: -21px;
    border: rgb(106, 149, 204) 1px solid;
    border-radius: 100%;
    left: 50%;
    margin-left: -11px;
}

.time_box .time {
    background: url(../img/jiantou.png) no-repeat bottom center;
}

.time_box .fl,
.time_box .fr {
    width: calc(50% + 10px);
    position: relative;
    margin-top: 55px;
}

.time_box .fl:after,
.time_box .fr:after {
    content: "";
    width: calc(100% - 475px);
    height: 1px;
    border-bottom: #c5c5c5 1px solid;
    position: absolute;
    right: 21px;
    top: 31px;
}

.time_box .fr:after {
    right: auto;
    left: 21px;
}

.time_box .fl:before,
.time_box .fr:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #ffffff;
    border: rgb(20, 78, 152) 1px solid;
    box-shadow: rgb(71, 129, 204) 0 0 0 7px;
    position: absolute;
    right: 6.5px;
    z-index: 1;
    top: 27px;
}

.time_box .fr:before {
    right: auto;
    left: 6.5px;
}

.time_box .fl .text,
.time_box .fr .text {
    width: 435px;
    text-align: right;
}

.time_box .fr .text {
    text-align: left;
    float: right;
}

.time_box .time strong {
    font-size: 22px;
    color: #144e98;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.time_box .time p {
    margin: auto;
    font-size: 14px;
    color: #444444;
    line-height: 2;
}

.ej-about .met-hon {
    padding: 60px 0 0;
    background: #f5f5f5;
}

.ej-about .m-hon {
    border-bottom: none;
}

.ej-about .met-hon h3 {
    margin-top: 0;
}


/*定制中心*/

.content_com {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 30px 60px;
}

.content_com img(
    max-width:100%;
)

.ej-about1 {
    padding: 40px 0;
}

.content_com h3 {
    text-align: center;
    color: #144e98;
    font-size: 26px;
    margin: 50px 0;
    font-weight: bold;
    position: relative;
}

.content_com h3:after {
    content: "";
    width: 77px;
    height: 2px;
    background: #cccccc;
    display: block;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -33.5px;
}

.content_com p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.content_com h4 {
    color: #144e98;
    font-size: 22px;
    margin: auto;
    margin-top: 35px;
}

.content_com strong {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: #666666;
}

.content_com h6 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin: auto;
    margin-top: 25px;
    color: #004250
}


/*关于我们 结束*/


/*产品 开始*/

.lf_chanpin {
    padding: 30px 0px 0 0;
    height: auto;
    overflow: hidden;
}

.lf_chanpin ul li {
    margin-right: 10px;
    float: left;
    width: 280px;
    height: 340px;
    margin-bottom: 20px;
}

.lf_chanpin ul li:nth-child(3n) {
    margin-right: 0;
}

.lf_chanpin ul li a {
    display: block;
    text-align: center;
    color: #545454;
}

.lf_chanpin ul li a .pic {
    position: relative;
    width: 290px;
    height: 280px;
    overflow: hidden;
    display: table-cell;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #efefef;
}

.lf_chanpin ul li a .pic img{
	width: 290px;
	height: 290px;
	padding: 1px;
}

.lf_chanpin ul li a .pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/xq-pro-line.png)no-repeat center;
    width: 290px;
    height: 290px;
    display: none;
}

.lf_chanpin ul li:hover a .pic {
    border: none;
}

.lf_chanpin ul li:hover a .pic:after {
    display: block;
}

.lf_chanpin ul li a img {
    width: 100%;
    height: 100%;
}

.lf_chanpin ul li a p {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}

.lf_chanpin ul li:hover a p {
    color: #0d54b0
}


/*产品 结束*/


/*新闻 开始*/

.new_box .new_list {
    padding: 50px 0 60px;
}

.new_box .new_list li {
    margin-bottom: 5px;
   
    clear: both;
    overflow: hidden;
    transition: all 0.5s;
 border-bottom:1px solid #ccc;
  display:inline-block;
  width:45%;
  margin-right:20px;
}

.new_box .new_list li:last-child {
    margin-bottom: 0;
}

.new_box .new_list .row {
    margin-left: auto;
    margin-right: auto;
}

.new_box .new_list li .fl {
    width: 33.33333333%;
    padding-left: 15px;
}

.new_box .new_list li .fr {
    width: 100%;
    height:30px;
}

.new_box .new_list li .pic {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 80px;
    width: 300px;
    object-fit: cover;
}

.new_box .new_list li .pic img {
    transform: scale(1.2);
    width: 100%;
    height: 100%;
}

.new_box .new_list li .text {
   
}

.new_box .new_list li h4,
.new_box .new_list li h4 a {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_box .new_list li span {
    display: inline-block;
    background: url(../img/time.png) no-repeat left center;
    padding-left: 22px;
    color: #999999;
    margin-top: 10px;
}

.new_box .new_list li p {
    font-size: 15px;
    color: #888;
    line-height: 26px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new_box .new_list a.more {
    display: inline-block;
    width: 110px;
    height: 38px;
    line-height: 36px;
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #144d9c;
    border: 1px solid #fff;
    transition: all 0.5s;
  border-radius:3px;
}

.new_box .new_list a.more:hover {
    border: 1px solid #144d9c;
    background: #fff;
    color: #333;
    line-height: 36px;
    transition: all 0.5s;
}


/*新闻 结束*/


/*联系我们 开始*/

.fy_title {
    padding-top: 20px;
    text-align: center;
    font-size: 28px;
    color: #048bcf;
}

.page_conru {
    color: #464646;
    padding: 35px 15px 40px 15px;
    font-size: 14px;
    line-height: 28px;
}


/*联系我们 结束*/


/*二级页 结束*/


/*三级页 开始*/


/*产品页面 开始*/

.xiangqing_box .lf_fyconru {
    padding-top: 30px;
}

.xiangqing_box .lf_fyconru .fl {
    width: 41.66666667%;
}

.xiangqing_box .lf_fyconru .fr {
    width: 58.33333333%;
    padding-left: 30px;
}

.xiangqing_box .lf_fyconr .fr h4 {
    margin: 0;
    font-size: 20px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
}

.xiangqing_box .lf_fyconr .fr p:nth-of-type(1) {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
    margin: 0;
}

.xiangqing_box .lf_fyconr .fr>a {
    margin-top: 23px;
    display: inline-block;
    width: 180px;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    background: #025193;
    border-radius: 50px;
    text-align: center;
}

.xiangqing_box .lf_fyconr .fr p:nth-of-type(2) {
    margin-top: 28px;
}

.xiangqing_box .lf_fyconr .fr p span {
    vertical-align: top;
}

.xiangqing_box .gallery-thumbs .swiper-slide-active {
    border: #084251 2px solid;
}

.small_lunbo {
    margin-top: 15px;
    padding: 0 32px;
    position: relative;
}

.small_lunbo .swiper-button-prev,
.small_lunbo .swiper-button-next {
    width: 16px;
    height: 30px;
    background-size: cover;
}


/*产品详情*/

.detail-wrap {
    margin-top: 42px;
    border: 1px solid #e0e0e0;
}

.detail-wrap .cont {
    padding: 0 17px;
    background: #fff;
}

.list_xq_box {
    background: #eeeeee;
}

.list_dedian {
    padding: 0 17px 17px 17px;
    background: #fff;
}

.list_xq_box h3 {
    display: inline-block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #025193;
    border-bottom: 2px solid #025193;
    background: #fff;
    margin: 0;
    font-size: 20px;
}

.xiangqing_box .cont table tr th,
.xiangqing_box .cont table tr td {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #484848;
    line-height: 26px;
    padding: 14px 28px;
    box-sizing: border-box;
}

.xiangqing_box .cont table tr th {
    background: #f6f6f6;
}

.xiangqing_box .cont h4 {
    padding-top: 30px;
    text-align: center;
    font-size: 25px;
    color: #025193;
    margin: 0;
    font-weight: bold;
}

.list_dedian div {
    display: inline-block;
    width: 100%;
    background: #fff url(../img/bg3_03.png) repeat-x 50% 50%;
}

.list_dedian h4 {
    float: left;
    padding: 0 16px;
    font-size: 20px;
    color: #084251;
    padding-left: 16px;
    border-left: 2px solid #084251;
    background: #fff;
    line-height: 24px;
}

.list_dedian p {
    margin-top: 5px;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 0;
}


/*相关推荐产品*/

.xiangguan_box h3 {
    margin: 40px auto;
    font-size: 22px;
    color: #333;
}

.xiangguan_box h3 i {
    color: #999;
    display: inline-block;
    font-family: "Arial";
    margin: 0 5px;
}

.xiangguan_box h3 span {
    font-family: "Arial";
    text-transform: uppercase;
    color: #999;
    font-size: 15px;
    font-style: italic;
}

.xiangguan_box h3 a {
    float: right;
    font-size: 15px;
    color: #888888;
    margin-top: 8px;
}

.xiangguan_box {
    padding-bottom: 70px;
}

.xiangguan_box .swiper-wrapper .swiper-slide {
    background: #fff;
    transition: all 0.5s;
}

.xiangguan_box .swiper-wrapper .swiper-slide p {
    border-top: 1px solid #f5f5f5;
    border-bottom: 2px solid #fff;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
}

.xiangguan_box .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0 2px 20px #bbb;
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.5s;
}

.xiangguan_box .swiper-wrapper div:hover p a {
    color: #da251c;
}

.xiangguan_box .swiper-wrapper div:hover p {
    border-bottom: 2px solid #da251c;
}

.next_prev a:hover,
.con_text h4 a:hover {
    color: #dc241c;
}

.xiangguan_box .swiper-button-prev:hover,
.xiangguan_box .swiper-button-prev {
    left: -50px;
    right: auto;
}

.xiangguan_box .swiper-button-next:hover,
.xiangguan_box .swiper-button-next {
    right: -50px;
    left: auto;
}


/*产品页面 结束*/


/*新闻页面 开始*/

#dqwz {
    background: #f7f7f7;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
}

.dqwz {
    float: left;
    color: #2f2f2f;
    background: url(../img/c5.png) no-repeat left;
    padding-left: 20px;
}

.ny_u {
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.show_t {
    text-align: center;
    border-bottom: #CCC 1px dashed;
}

.show_t h1 {
    color: #025193;
    margin: 0;
    font-weight: normal;
    font-size: 26px;
    padding-top: 25px;
}

.show_t p {
    color: #464646;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0px 20px 0px;
}

.show_c {
    padding: 10px 15px 10px 15px;
    color: #464646;
    border-bottom: #CCC 1px dashed;
    line-height: 2em;
    font-size: 14px;
}

.show_c p {
    font-size: 16px;
    line-height: 36px;
    padding: 10px 0;
    text-indent: 2em;
}

.show_u {
    text-align: left;
    padding: 10px 15px 10px 0px;
}

.show_u ul li {
    list-style: none;
    text-decoration: none;
    color: #464646;
    height: 30px;
    line-height: 30px;
    margin: 0px 20px 0px 20px;
    font-size: 14px;
}

.show_u ul li a {
    color: #464646;
    font-size: 14px;
}

.show_u ul li a:hover {
    text-decoration: underline;
    color: #464646;
}


/*新闻页面 结束*/


/*生产环境 开始*/

.ej-environment .lf_huanjing .tit {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #000;
    margin: 25px 0;
}

.ej-environment .showimg img {
    display: block;
    margin: 0 auto;
}

.ej-environment #textarea {
    border-top: 1px dashed #ccc;
    margin-top: 30px;
    padding-top: 20px;
}


/*详细页功能区*/

.preNext {
    position: relative;
}

.preNext .line {
    height: 10px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin: 20px auto 10px;
}

.preNext .text {
    color: #999;
}

.listConts {
    line-height: 26px;
    color: #666;
}


/*生产环境 结束*/
.qqservicewidth{
	width:130px;
	height:auto;
	overflow:hidden;
	position:fixed;
	right:0;
	top:150px;
	color:#000000;
	font-size:12px;
	letter-spacing:0px;}
.qqserviceleft{
	width:20px;
	height:111px;
	position:relative;
	float:right;
	z-index:50px;
	cursor:pointer;}
.qqservice{
	width: 110px;
	color:#666666;
	height:auto;
	overflow:hidden;
	right:0;
	top:0;
	z-index:99px;
	}
.qqservice .qtop{
	width:110px;
	height:64px;
	overflow:hidden;
	cursor:pointer;}
.qqservice .qlist{
	width:110px;
	overflow:hidden;
	background-image: url(/assets/addons/cms/img/online_service_3.png);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;
}
.qlist DL{
	width:90px;
	margin-left:10px;
	margin-right:10px;
	overflow:hidden;
	}
.qlist DL DD a:link, .qlist DL DD a:visited{
color:#333333;
text-decoration:none}
.qlist DL DD a:hover, .qlist DL DD a:active{
color:red;}
.qlist DL DT{
	margin:0px;
	width:90px;
	text-align:left;
	margin-bottom:5px;
	overflow:hidden;
	font-size:12px;
	color:#00278B;
	background-image: url(/assets/addons/cms/img/online_service_2.png);
	background-repeat: repeat-x;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	height:22px;
	line-height:22px;
	background-position: center;
	}
.qlist DL DD{
width:90px;
margin:0px;
margin-top:5px;
margin-bottom:5px;
overflow:hidden;
font-size:12px;
line-height:22px;}
.qqservice .qbot{
width:110px;
height:110px;
}

/*三级页 结束*/


/*分页样式*/
.page_info{text-align:center;margin-top:50px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:30px;line-height:30px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:50px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:5px 18px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*右侧客服*/
.izl-rmenu{position:fixed; right:0; margin-right:5px; bottom:180px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-wx .pic img{width:160px;height:160px;}

.izl-rmenu .btn-xcx{background:url(../images/r_xcx.png) 0px 0px no-repeat; background-color:#0CAB57;}
.izl-rmenu .btn-xcx:hover{background-color:#58a81c;}
.izl-rmenu .btn-xcx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:182px;}
.izl-rmenu .btn-xcx .pic img{width:160px;height:182px;}

.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}