/*

body{font-family: "å¾®è½¯é›…é»‘";}

ul li{list-style: none;}

a{text-decoration: none;}

a img {border: 0;}

input{b}*/

@charset "utf-8";
/* CSS Document */

/**{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-font-smoothing: subpixel-antialiased!important;}*/

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ani, .ani * { transition-property: all; -ms-transition-property: all; -moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all; transition-duration: .3s; -ms-transition-duration: .3s; -moz-transition-duration: .3s; -webkit-transition-duration: .3s; }
from, div, dl, dd, dt, ol, ul, li, a, img, input, h1, h2, h3, h4, h5, h6, table, a, p, form, em, i { margin: 0; padding: 0; border: 0; font-weight: normal; }
ul, li, dl, dd, dt, h1, h2, h3, h4, h5, h6, form, em, i { list-style-type: none; font-style: normal; }
body { margin: 0 auto; padding: 0; font: normal 16px "Microsoft YaHei", "SimHei", "SimSun", "Helvetica Neue", Arial; color: #666; word-break: break-all; text-align: justify; width: 100%; overflow-x: hidden; background-color: #fff; }
.YaHei { font-family: "Microsoft YaHei" }
img, li { vertical-align: top; }
.img { display: block; }
img { max-width: 100%; }
.clear { clear: both; width: 0; height: 0; border: 0; margin: 0; padding: 0; visibility: hidden; font-size: 0; line-height: 0; }
.clearfix { zoom: 1; }
.clearfix:after { content: ""; display: block; clear: both; height: 0; }
@font-face {
  font-family: 'iconfont2';  /* project id 398496 */
  src: url('//at.alicdn.com/t/font_398496_iayaipftt8.eot');
  src: url('//at.alicdn.com/t/font_398496_iayaipftt8.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_398496_iayaipftt8.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_398496_iayaipftt8.woff') format('woff'),
  url('//at.alicdn.com/t/font_398496_iayaipftt8.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_398496_iayaipftt8.svg#iconfont2') format('svg');
}
.iconfont2 { font-family: "iconfont2" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; vertical-align: middle; }
*:focus { outline: none; }
a { text-decoration: none; color: #333; }
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 999; background-color: #fff; }
.logo { float: left; margin: 0 5%; padding: 10px 0; width: 170px; text-align: right; }
nav { float: left; width: calc(80% - 170px); padding: 0 5%; }
nav li { float: left; width: 16.6%; }
nav li a { position: relative; display: block; padding: 30px 5px 0; text-align: center; font-size: 16px; line-height: 30px; color: #333; }
nav li a::after { content: ""; position: absolute; bottom: -15px; left: 30%; width: 0; height: 2px; background-color: #eb5a02; transition: all .3s; }
nav li a:hover, nav li a.focus { color: #eb5a02; }
nav li a:hover::after, nav li a.focus::after { width: 40%; }
.langchoose { position: relative; float: right; padding: 20px 0; width: 10%; }
.langchoose-btn { padding: 0 10%; width: 100%; max-width: 90px; line-height: 45px; border: 1px solid #999; border-radius: 20px; font-size: 16px; background: url("../img/icon-option.png") no-repeat scroll right 20% center #fff; color: #333; }
.langchoose-btns { border-radius: 0; border-bottom: none; }
.langchoose-list { display: none; position: absolute; top: 65px; left: 0; width: 100%; max-width: 90px; }
.langchoose-list li a { display: block; width: 100%; line-height: 30px; border: 1px solid #999; padding-left: 20%; border-bottom: none; }
.langchoose-list li:last-child a { border-bottom: 1px solid #999; }
.langchoose-list li a:hover { background-color: #eb5a02; color: #fff; }
/*====header====*/

.banner { margin-top: 100px; }
.banner .swiper-container { display: block; height: 660px; }
.banner .swiper-slide>a { position: relative; display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.banner .swiper-pagination-bullet { width: 10px; height: 10px; background: none; border: 1px solid #333; opacity: 1; }
.banner .swiper-pagination-bullet-active { border-color: #ec6501; }
.bannercont { position: absolute; top: 50%; transform: translateY(-50%); left: 10%; width: 600px; }
.bannercont img { display: block; }
.bannercontp { margin: 30px 0 50px; font-size: 14px; line-height: 25px; height: 75px; color: #666; overflow: hidden; }
.bannerbutton { display: block; padding: 15px 0; width: 220px; text-align: center; font-size: 16px; line-height: 30px; border-radius: 10px; background-color: #eb5a02; color: #fff; }
/*====banner====*/

.main1 { padding-top: 100px; background-color: #f7f7f7; }
.title { margin-bottom: 60px; text-align: center; }
.title h2 { margin-bottom: 10px; font-size: 40px; line-height: 50px; font-family: "bell mt"; color: #1a1a1a; }
.title h3 { font-size: 25px; line-height: 35px; color: #404040; }
.main1 ul { background-color: #e6e6e6; }
.main1 li { float: left; width: 20%; text-align: center; }
.main1contT {/* display: table; */padding: 10px;width: 100%;/* height: 340px; */background-color: #e6e6e6;overflow: hidden;}
.main1contT a {/* display: table-cell; *//* vertical-align: middle; */}
.main1contB { padding: 25px 10px 75px; background-color: #f7f7f7; }
.main1contB h3 { font-size: 22px; line-height: 35px; height: 70px; overflow: hidden; color: #333; }
.main1contB span { display: block; font-size: 18px; font-family: "bell mt"; }
.main1contB em { position: relative; display: block; margin-top: 10px; font-size: 30px; color: #333; }
.main1contB em::before { content: ""; position: absolute; top: 50%; left: 35%; width: 20px; height: 1px; background-color: #333 }
.main1contB em::after { content: ""; position: absolute; top: 50%; right: 35%; width: 20px; height: 1px; background-color: #333 }
.main1 li:nth-child(even) .main1contT { background-color: #f0f0f0; }
.main1 li:hover .main1contT a { transform: scale(1.2); }
.main1 li:hover .main1contB h3, .main1 li:hover .main1contB h3 span, .main1 li:hover .main1contB em { color: #eb5a02; }
.main1 li:hover .main1contB em::before, .main1 li:hover .main1contB em::after { background-color: #eb5a02; }
/*====main1====*/

.main2 { padding: 80px 5% 60px; }
.main2 li { float: left; margin: 0 10px; width: calc(20% - 20px); }
.main2contT { width: 100%; height: 310px; border-radius: 5px 5px 0 0; overflow: hidden; }
.main2contT a { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.main2contB a { display: block; padding: 20px 10px; font-size: 25px; line-height: 30px; text-align: center; color: #1a1a1a; }
.main2 li:hover .main2contT a { transform: scale(1.2); }
.main2 li:hover .main2contB a { color: #eb5a02; }
/*====main2====*/

.main3 { padding: 60px 8%; background: url(../img/main3bg.png) no-repeat top right; background-size: cover; }
.main3L { float: left; width: 45%; }
.main3L dt { width: 100%; height: 380px; overflow: hidden; }
.main3L dt a { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.main3L dd a { display: block; padding: 20px 40px 10px 20px; }
.main3L dd h3 { font-size: 18px; line-height: 30px; font-weight: bold; color: #000; }
.main3L dd time { display: block; margin: 5px 0; font-size: 12px; line-height: 30px; color: #000; }
.main3L dd p { font-size: 14px; line-height: 25px; color: #666; }
.main3L dl:hover dt a { transform: scale(1.2); }
.main3R { float: left; width: 55%; padding-left: 30px; }
.main3R li { margin: 20px 0; padding: 25px 20px; }
.main3R li em { position: relative; float: left; width: 130px; font-size: 80px }
.main3R li em::after { content: ""; position: absolute; top: 20%; right: 0; width: 1px; height: 60%; background-color: #808080 }
.main3R li a { float: left; width: calc(100% - 130px); padding-left: 30px; }
.main3R li a h3 { float: left; width: calc(100% - 100px); font-size: 18px; font-weight: bold; color: #333; line-height: 30px; height: 30px; overflow: hidden; }
.main3R li a time { float: left; width: 100px; font-size: 12px; text-align: right; line-height: 30px; color: #2b2b2b; }
.main3R li a time i { font-size: 16px }
.main3R li a p { clear: both; padding-top: 10px; font-size: 14px; line-height: 25px; color: #666; height: 60px; overflow: hidden; }
.main3R li:hover { background-color: #eb5a02; }
.main3R li:hover em, .main3R li:hover a h3, .main3R li:hover a time, .main3R li:hover a time i, .main3R li:hover a p { color: #fff; }
.main3R li:hover em::after { background-color: #fff; }
/*====main3====*/

.mains { width: 80%; margin: 0 auto; }
.footerT { padding: 70px 0 100px; background-color: #171717; }
.footerT li { float: left; width: 20%; padding-right: 15px; }
.footerT h4 { padding-bottom: 30px; width: 100px; font-size: 18px; font-weight: bold; border-bottom: 1px dashed rgba(250,250,250,.5); color: #fff; }
.footerT a { display: block; margin-top: 15px; font-size: 15px; line-height: 20px; color: #fff; }
.footerT a i { font-size: 18px }
.footerT a img { max-width: 120px; }
.footerB { padding: 35px 0; background-color: #080808; }
.footerB p { float: left; width: calc(100% - 300px); font-size: 16px; line-height: 30px; color: #fff; }
.footerB span { margin-left: 10%; }
.footerB a { float: right; width: 280px; font-size: 16px; line-height: 30px; color: #fff; }
/*====footer====*/

.ejbanner { margin-top: 100px; width: 100%; height: 600px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.ejbannercont { text-align: center; }
.ejbannerconttitle { padding: 100px 0 120px; color: #333; line-height: 35px; }
.ejbannerconttitlewhite { color: #fff; }
.ejbannerconttitle h2 { margin-bottom: 10px; font-size: 30px; font-weight: bold; }
.ejbannerconttitle p { font-size: 16px }
.ejbannercont ul { display: flex; justify-content: center; width: 90%; margin: 100px auto 0; }
.ejbannercont li { flex: auto; }
.ejbannercont li a { display: flex; justify-content: center; margin: 0 auto; width: 200px; line-height: 60px; font-size: 16px; border-radius: 5px; background-color: #fff; color: #333; }
.ejbannercont li a i { margin-right: 5px; font-size: 30px; color: #f28f10; }
.ejbannercont li a:hover, .ejbannercont li a.hov { background-color: #f28f10; color: #fff; }
.ejbannercont li a:hover i, .ejbannercont li a.hov i { color: #fff; }
/*====ejbanner====*/

.ejmains { padding: 60px 10%; }
.about h1 { font-size: 40px; text-align: center; color: #1a1a1a; font-family: "bell mt" }
.about1 { padding: 40px 30px 50px; font-size: 14px; line-height: 30px; color: #4c4c4c; }
.about1 i { font-size: 40px; margin: 0 20px; color: #f28f10; }
.about2 { margin-top: 30px; }
.about2 h4 { margin-bottom: 40px; text-align: center; font-size: 16px; line-height: 30px; font-weight: bold; color: #1a1a1a; }
.about2 ul { background-color: #e6e6e6; }
.about2 li { float: left; padding: 50px 20px 20px; width: 16.6%; background-color: #e6e6e6; text-align: center; }
.about2 li i { font-size: 40px; color: #f28f10; }
.about2 li p { margin-top: 5px; font-size: 14px; font-weight: bold; line-height: 22px; height: 66px; color: #333; overflow: hidden; }
.about2 li:nth-child(even) { background-color: #ededed; }
.abouttimeline { position: relative; padding: 120px 10%; background: url(../img/abouttimebg.png) no-repeat center center; background-size: cover; }
/* TIMELINE

â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

button { background: transparent; border: none; cursor: pointer; outline: none; }
.timeline { position: relative; white-space: nowrap; overflow-x: hidden; }
.timeline ol { font-size: 0; width: 100vw; padding: 250px 0; transition: all 1s; }
.timeline ol li { position: relative; display: inline-block; list-style-type: none; width: 10%; height: 30px; background: url(../img/abouttimeline.png) no-repeat center center; background-size: cover; }
.timeline ol li:last-child { width: 280px; }
.timeline ol li:not(:first-child) { margin-left: 19px; }
.timeline ol li:not(:last-child)::after { content: ''; position: absolute; top: calc(50% - 10px); left: 100%; bottom: 0; width: 20px; height: 20px; background: url(../img/abouttimeli.png) no-repeat center center; background-size: contain; }
.timeline ol li div { position: absolute; left: calc(100% - 90px); width: 180px; font-size: 14px; line-height: 23px; text-align: center; white-space: normal; color: #fff; }
.timeline ol li div::after { content: ''; position: absolute; top: 100%; left: calc(50% + 3px); margin-top: 15px; width: 6px; height: 94px; background: url(../img/abouttimeliline.png) repeat scroll bottom center; }
.timeline ol li:nth-child(odd) div::after { content: ''; position: absolute; top: 0; left: calc(50% + 10px); margin-top: -110px; background: url(../img/abouttimeliline2.png) repeat scroll bottom center; }
.timeline ol li:nth-child(odd) div { top: calc(100% + 100px); }
.timeline ol li:nth-child(odd) div::before { top: -8px; }
.timeline ol li:nth-child(even) div { top: -100px; transform: translateY(-100%); }
.timeline ol li:nth-child(even) div::before { top: 100%; border-width: 8px 8px 0 0; }
.timeline time { display: block; font-size: 30px; font-family: 'Bell MT'; font-weight: bold; margin-bottom: 8px; color: #ec6501; text-align: center; }
/* TIMELINE ARROWS

â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */



.abouttimeline .arrows { position: absolute; width: 100%; padding: 0 5%; top: 50%; left: 0; margin-top: -25px; }
.abouttimeline .arrows .arrow__next { float: right; }
.abouttimeline .disabled { opacity: .5; }
.abouttimeline .arrows img { width: 29px; height: 50px; }

/* GENERAL MEDIA QUERIES

â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 599px) {
.timeline ol, .timeline ol li { width: auto; }
.timeline ol { padding: 0; transform: none !important; }
.timeline ol li { display: block; height: auto; background: transparent; }
.timeline ol li:first-child { margin-top: 25px; }
.timeline ol li:not(:first-child) { margin-left: auto; }
.timeline ol li div { position: static; width: 100%; height: auto !important; margin: 0 auto; border-bottom: 1px solid #ec6501; text-align: left; padding: 10px 20px 10px 0; }
.timeline ol li div time { text-align: left; }
.timeline ol li div time::after { }
.timeline ol li:nth-child(even) div { transform: none; margin-top: 0; padding: 10px 0 10px 20px; text-align: right; }
.timeline ol li:nth-child(even) div time { text-align: right; }
.timeline ol li:nth-child(odd) div::before, .timeline ol li:nth-child(even) div::before { left: 50%; top: 100%; transform: translateX(-50%); border: none; border-left: 1px solid white; height: 25px; }
.timeline ol li:nth-child(odd) div::after, .timeline ol li div::after, .timeline ol li:last-child, .timeline ol li:nth-last-child(2) div::before, .timeline ol li:not(:last-child)::after, .abouttimeline .arrows { background: none; display: none; }
}
/*====about====*/

.ejtitle { margin-bottom: 80px; text-align: center; font-size: 16px; line-height: 30px; font-weight: bold; color: #333; }
.aboutzyyws { margin: 0 auto 30px; width: 90%; height: 370px; overflow: hidden; }
.aboutzyywimg { float: left; width: 40%; height: 100%; overflow: hidden; }
.aboutzyywimg div { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.aboutzyywcont { float: left; display: table; padding: 20px 80px 20px 40px; width: 60%; height: 100%; background-color: #f5f5f5; }
.aboutzyywcont div { display: table-cell; vertical-align: middle; }
.aboutzyywcont h3 { position: relative; margin-bottom: 30px; padding-bottom: 30px; font-size: 20px; line-height: 30px; font-weight: bold; color: #333; }
.aboutzyywcont h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 45px; height: 4px; background-color: #f28f10; }
.aboutzyywcont p { font-size: 16px; line-height: 30px; color: #4c4c4c; }
.aboutzyyws:hover .aboutzyywimg div { transform: scale(1.2); }
/*====aboutzyyw====*/

.aboutzlrzs { margin: 0 auto; width: 1200px; }
.aboutzlrzs li { float: left; width: calc(25% - 22px); margin: 11px; }
.aboutzlrzs li>div { position: relative; display: table; padding: 10px; width: 100%; height: 250px; border-radius: 10px; background-color: #e6e6e6; overflow: hidden; }
.aboutzlrzs li>div::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background-color: #f28f10; }
.aboutzlrzs li>div>p { display: table-cell; vertical-align: middle; text-align: center; font-size: 28px; line-height: 35px; font-weight: bold; font-family: 'arial'; color: #f28f10; }
/*====aboutzlrz====*/

.aboutqqfb img { display: block; margin: 0 auto; }
/*====aboutqbfb====*/

.introduction1 .ejtitle { margin-bottom: 40px; }
.introduction1 { margin: 0 auto; width: 1100px; font-size: 14px; line-height: 25px; color: #525252; }
.introduction2 { margin: 40px auto; padding: 30px; width: 730px; text-align: center; border: 1px dashed #f08438; }
.introduction2 .ejtitle { margin-bottom: 30px; }
.introduction3 li { float: left; padding: 80px 3% 20px; width: 25%; border-radius: 10px; text-align: center; background-color: #e6e6e6; }
.introduction3 li:nth-child(even) { background-color: #f2f2f2; }
.introduction3 li h3 { position: relative; margin-bottom: 20px; padding-bottom: 20px; font-size: 18px; line-height: 25px; height: 50px; font-weight: bold; color: #f4a14a; overflow: hidden; }
.introduction3 li h3::after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -10px; width: 20px; height: 2px; background-color: #f4a14a; }
.introduction3 li p { font-size: 16px; line-height: 25px; height: 150px; overflow: hidden; }
/*====introduction====*/

.introductionys li { float: left; margin: 30px 10px; width: calc(25% - 20px); }
.introductionyscont { position: relative; padding: 50px 8% 10px; width: 100%; border-radius: 10px; background-color: #e6e6e6; }
.introductionyscontnum { position: absolute; top: 0; left: 50%; margin: -20px 0 0 -20px; width: 40px; text-align: center; line-height: 40px; font-size: 20px; font-weight: bold; font-family: "bell mt"; border-radius: 5px; background-color: #f4a14a; color: #fff; transform: rotate(45deg); }
.introductionyscontnum em { display: block; transform: rotate(-45deg); }
.introductionyscont h3 { margin-bottom: 10px; font-size: 18px; font-weight: bold; text-align: center; line-height: 30px; height: 30px; overflow: hidden; color: #4c4c4c; }
.introductionyscont p { flex-basis: 16px; line-height: 28px; height: 196px; color: #4c4c4c; overflow: hidden; }
/*====introductionys====*/

.introductionjrx .ejtitle { margin-bottom: 40px; }
.introductionjrx1 { font-size: 14px; line-height: 25px; color: #525252; }
.introductionjrx2 { margin-top: 20px; font-size: 14px; line-height: 30px; color: #525252; }
.introductionjrx2 h3 { font-size: 16px; font-weight: bold; }
.introductionjrx2 p span { margin-right: 15px; }
.introductionjrx2img { margin: 50px auto; width: 1100px; }
.introductionjrx2img img { display: block; float: left; margin: 10px; }
/*====introductionjrx====*/

.product li { float: left; margin: 10px; width: calc(25% - 20px); }
.productimg {align-items: center;padding: 10px;width: 100%;height: 300px;background-color: #fff;overflow: hidden;display: block;background-size: contain;background-repeat: no-repeat;background-position: 50% 50%;}
.productimg img { max-height: 280px; max-width: 90% }
.productp { display: block; padding: 20px 10px 0; font-size: 18px; text-align: center; line-height: 30px; font-family: "arial"; height: 80px; overflow: hidden; color: #1a1a1a; }
.product li:hover .productimg img { transform: scale(1.2); }
.product li:hover .productp { color: #f28f10; }
.productimg span{ display: block; width: 100%; height: 100%;background-size: contain;background-repeat: no-repeat;background-position: 50% 50%;}
.productimg:hover span {
    transform: scale(1.1, 1.1);
}
/*====product====*/

.productxq1 h1 { margin-bottom: 40px; font-size: 30px; text-align: center; line-height: 40px; font-weight: bold; color: #1a1a1a; }
.productxq1 h1 span { display: block; margin-top: 20px; font-size: 16px; line-height: 30px; font-weight: normal; color: #4c4c4c; }
.productxq1 dl { margin: 0 auto; width: 1100px; display: flex; justify-content: center; align-items: center; }
.productxq1 dt { flex: none }
.productxq1 dd { padding: 40px; }
.productxq1 dd h3 { position: relative; margin-bottom: 20px; padding-bottom: 25px; font-size: 20px; line-height: 30px; font-weight: bold; color: #4c4c4c; }
.productxq1 dd h3::after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 5px; background-color: #f08438; }
.productxq1 dd p { font-size: 16px; line-height: 25px; color: #4c4c4c; }
.productxq2 { background-color: #fafafa; }
.productxq2 ul { position: relative; background-color: #e6e6e6; }
.productxq2 li { float: left; padding: 30px 15% 10px 60px; width: 50%; }
.productxq2 li h4 { position: relative; margin-bottom: 10px; padding-bottom: 10px; font-size: 16px; font-weight: bold; color: #f08438; }
.productxq2 li h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background-color: #f08438; }
.productxq2 li p { font-size: 14px; line-height: 20px; height: 80px; overflow: hidden; color: #f08438; }
.productxq2 li:nth-child(odd) { text-align: right; padding: 30px 60px 10px 15%; }
.productxq2 li:nth-child(odd) h4::after { left: 100%; margin-left: -20px; }
.productxq2 li:hover { background-color: #f08438; }
.productxq2 li:hover h4, .productxq2 li:hover p { color: #fff; }
.productxq2 li:hover h4::after { background-color: #fff; }
.productxq2img { position: absolute; top: 0; left: 50%; height: 100%; border-radius: 50%; background: url(../img/productxq2bg.png) no-repeat center center #fff; background-size: 70%; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.productxq2img img { max-width: 50%; max-height: 50%; }
.productxq3s { width: 1200px; margin: 0 auto; }
.productxq3s>h1 { margin-bottom: 40px; font-size: 35px; text-align: center; line-height: 40px; color: #4c4c4c; }
.productxq3s>img { display: block; margin: 10px auto; }
.productxq3s ul { width: 100%; margin-bottom: 20px; display: flex; justify-content: space-around; }
.productxq3s>p, .productxq3s ul p { font-size: 16px; text-align: center; line-height: 28px; color: #4c4c4c; }
.productxq4 { background-color: #fafafa; }
.productxq4>h1 { margin-bottom: 40px; font-size: 35px; text-align: center; line-height: 40px; color: #333; }
.productxq4>p { font-size: 16px; text-align: center; line-height: 28px; color: #393939; }
.productxq4img { margin-top: 40px; display: flex; flex-flow: row wrap; align-items: flex-start; align-content: stretch }
.productxq4img img { margin: 20px; }
/*====productxq====*/

.industry ul { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.industry ul li { flex: 1 1 25%; height: 510px; overflow: hidden; }
.industry ul li>a { display: flex; flex-flow: column wrap; justify-content: center; margin-left: -1%; padding: 20px; width: 102%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.industry ul li i { display: block; font-size: 60px; color: #fff; text-align: center; }
.industry ul li h1 { margin: 40px 0 20px; font-size: 25px; text-align: center; line-height: 30px; color: #fff; }
.industry ul li p { font-size: 18px; font-weight: bold; text-align: center; line-height: 30px; font-family: "bell mt"; color: #fff; }
.industry ul li:hover>a { transform: scale(1.2); opacity: .8; }
/*====industry====*/

.industryxq .ejtitle { margin-bottom: 35px; }
.industryxqcont { margin: 0 auto; width: 1000px; font-size: 14px; line-height: 28px; color: #4c4c4c; }
/*====industryxq====*/

.news ul { display: flex; flex-flow: row wrap; justify-content: space-between }
.news ul li { display: flex; flex-flow: row nowrap; margin: 10px 0; padding: 50px 40px 20px; width: calc(33% - 10px); background-color: #f2f2f2; }
.newstime { flex: none; background: url(../img/newsbg1.png) no-repeat left bottom 5px; }
.newstime p { font-size: 14px; line-height: 30px; text-align: right; font-family: "arial"; color: #333; }
.newstime p span { display: block; font-size: 25px; font-weight: bold; color: #999; }
.newscont { padding-left: 10%; }
.newscont h3 { margin-bottom: 5px; font-size: 16px; font-weight: bold; color: #1a1a1a; line-height: 25px; height: 50px; overflow: hidden; }
.newscont p { font-size: 14px; line-height: 25px; height: 100px; overflow: hidden; color: #666; }
.newscont a { display: block; margin-top: 5px; width: 100%; height: 20px; background: url(../img/newsmore1.png) no-repeat left center; }
.news ul li:hover { background-color: #f3951c; }
.news ul li:hover p, .news ul li:hover span, .news ul li:hover h3 { color: #fff; }
.news ul li:hover .newscont a { background-image: url(../img/newsmore2.png); }
.news ul li:hover .newstime { background-image: url(../img/newsbg2.png); }
.newscont a:hover { background-position: left 20px center; }
/*.newsfy { display: flex; flex-flow: row nowrap; justify-content: center; padding: 20px 0 80px; }
.newsfy a { display: block; margin: 5px; width: 45px; font-size: 16px; text-align: center; line-height: 45px; background-color: #f2f2f2; color: #333; }
.newsfy a:hover { background-color: #f3951c; color: #fff; }
*/

.newsfy { margin: 0 auto; padding: 20px 0; width: 1200px; display: flex; flex-flow: row nowrap; justify-content: center; }
.newsfy a, .newsfy span.off { display: block; margin: 5px; padding: 10px 0; width: 45px; font-size: 16px; text-align: center; line-height: 25px; border-radius: 0px; background-color: #f2f2f2; color: #333; }
.newsfy a.newsfypn { width: 120px; }
.newsfy a:hover, .newsfy a.fenyeon { background-color: #f3951c; color: #fff; }
.newsfy span, .newsfy span a { display: inline-block; }
.newsfy span.off { }


.newsxq .ejtitle { margin-bottom: 30px; }
.newsxqcont { font-size: 14px; line-height: 28px; color: #4c4c4c; }
.newsxqlj { margin-top: 60px; padding: 20px 0; border-top: 1px solid #ccc; }
.newsxqlj a { display: block; padding: 5px; font-size: 16px; line-height: 30px; color: #333; }
.newsxqlj a:hover { color: #f08438; }
/*====news====*/

.contact1 .ejtitle { margin-bottom: 60px; }
.contact1>ul { display: flex; flex-flow: row nowrap; justify-content: space-between; }
.contact1 li { padding: 30px 20px 10px; width: calc(25% - 10px); border-radius: 20px; background-color: #f5f5f5; }
.contact1cont h3 { margin: 0 0 20px 40px; font-size: 18px; line-height: 30px; font-weight: bold; color: #ee6d26; }
.contact1conts { display: flex; align-items: flex-start; margin-bottom: 15px; }
.contact1contsL { flex: none; width: 40px; text-align: center; height: 40px; line-height: 40px; border-radius: 50%; background-color: #fff; color: #ee6d26; }
.contact1contsL i { font-size: 25px }
.contact1contsR { padding-left: 20px; font-size: 16px; line-height: 28px; color: #4c4c4c;word-break: initial; text-align: left;}
.contact2 { width: 100%; height: 350px; }
.contact3 h4 { margin-bottom: 60px; padding-bottom: 30px; font-size: 16px; text-align: center; line-height: 30px; border-bottom: 1px solid #e6e6e6; color: #4d4d4d; }
.contact3 form { margin: 0 auto; width: 1100px; }
.contact3 div { float: left; margin-bottom: 20px; width: 50%; }
.contact3 label { float: left; padding: 10px 20px; width: 140px; text-align: right; font-size: 16px; line-height: 35px; color: #4d4d4d; }
.contact3 label span { color: #f00; margin: 0 3px; }
.contact3 input { padding: 0 10px; width: calc(100% - 140px); height: 55px; font-size: 16px; border: 1px solid #e6e6e6; color: #4c4c4c; }
.contact3 div.contact3wb, .contact3 div.contact3tj { width: 100%; }
.contact3wb textarea { padding: 10px; width: calc(100% - 140px); height: 130px; font-size: 16px; line-height: 35px; border: 1px solid #e6e6e6; color: #4c4c4c; resize: none; }
.contact3tj input { display: block; margin: 20px auto; width: 200px; height: 60px; background-color: #eb5a02; border: none; color: #fff; }

/*====contact====*/

@media only screen and (max-width: 1480px) {
.logo { float: left; margin: 0 2%; }
nav { width: calc(86% - 170px); padding: 0; }
/*====header====*/

.banner .swiper-container { height: 520px; }
.bannercont { position: absolute; bottom: 40px; left: 5%; width: 520px; }
.bannercontp { margin: 10px 0 20px; height: 100px; }
/*====banner====*/

.main1 { padding-top: 50px; }
.title { margin-bottom: 30px; }
.main1contT { height: 240px; }
.main1contB { padding: 15px 10px 50px; background-color: #f7f7f7; }
.main1contB em::before { content: ""; position: absolute; top: 50%; left: 25%; }
.main1contB em::after { content: ""; position: absolute; top: 50%; right: 25%; }
/*====main1====*/

.main2 { padding: 40px 5% 30px; }
.main2contT { height: 210px; }
.main2contB a { padding: 10px; }
/*====main2====*/

.main3 { padding: 30px 8%; background: url(../img/main3bg.png) no-repeat top right; background-size: cover; }
.main3L { float: left; width: 45%; }
.main3L dt { height: 300px; }
.main3L dd a { display: block; padding: 10px; }
.main3R { float: left; width: 55%; padding-left: 30px; }
.main3R li { margin: 20px 0; padding: 20px 15px; }
.main3R li em { width: 100px; font-size: 60px }
.main3R li a { width: calc(100% - 100px); }
/*====main3====*/

.footerT { padding: 40px 0 60px; background-color: #171717; }
.footerB { padding: 15px 0; background-color: #080808; }
.footerB span { display: block; margin-left: 0; }
/*====footer====*/

.ejbanner { margin-top: 100px; width: 100%; height: 400px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.ejbannerconttitle { padding: 50px 0 60px; color: #333; line-height: 35px; }
.ejbannerconttitlewhite { color: #fff; }
.ejbannercont ul { width: 90%; margin: 50px auto 0; }
/*====ejbanner====*/

.ejmains { padding: 30px 5%; }
.aboutzyyws { width: 100%; height: 300px; }
/*====aboutzyyw====*/

.aboutzlrzs { margin: 0 auto; width: 100%; }
/*====aboutzlrz====*/

.introduction1 { width: 100%; }
.introduction2 { width: 630px; }
.introduction3 li { padding: 60px 2% 20px; }
.introduction3 li p { height: 175px; }
/*====introduction====*/

.introductionys li { float: left; margin: 25px 6px; width: calc(25% - 12px); }
.introductionyscont { position: relative; padding: 40px 3% 10px; width: 100%; border-radius: 10px; background-color: #e6e6e6; }
.introductionyscont p { flex-basis: 16px; line-height: 25px; height: 200px; color: #4c4c4c; overflow: hidden; }
/*====introductionys====*/

.introductionjrx2img { width: 100%; }
/*====introductionjrx====*/

.productimg { height: 260px; }
.productimg img { max-height: 240px; }
/*====product====*/

.productxq1 dl { width: 100%; }
.productxq1 dt { flex: auto; }
.productxq2 li { float: left; padding: 20px 15% 10px 30px; width: 50%; }
.productxq2 li p { font-size: 14px; line-height: 20px; height: 60px; overflow: hidden; color: #f08438; }
.productxq2 li:nth-child(odd) { text-align: right; padding: 20px 30px 10px 15%; }
.productxq2img { position: absolute; top: 0; left: 50%; height: 100%; border-radius: 50%; background: url(../img/productxq2bg.png) no-repeat center center #fff; background-size: 70%; display: flex; justify-content: center; align-items: center; }
.productxq3s { width: 100%; }
/*====productxq====*/

.industryxqcont { width: 100%; }
/*====industryxq====*/

.news ul li { padding: 30px 20px 20px; }
/*====news====*/

.contact3 form { width: 100%; }
/*====contact====*/

}

@media only screen and (max-width: 640px) {
header { position: static; top: 0; left: 0; width: 100%; height: 65px; background-color: #fff; z-index: 999; }
.logo { float: left; margin: 0; padding: 10px 0 0 10px; width: 120px; }
nav { position: fixed; top: 0; left: 0; float: none; margin-left: 0; width: 100%; height: 0; overflow: hidden; background-color: #eb5a02; -webkit-transition: background 0.35s linear, height 0.25s ease-in 200ms; -moz-transition: background 0.35s linear, height 0.25s ease-in 200ms; -ms-transition: background 0.35s linear, height 0.25s ease-in 200ms; -o-transition: background 0.35s linear, height 0.25s ease-in 200ms; transition: background 0.35s linear, height 0.25s ease-in 200ms; z-index: 999; }
nav li a { display: block; color: #fff; margin: 0; padding: 0; width: 100%; text-align: left; outline: none; font-size: 16px; line-height: 50px; color: #fff; }
nav li a::after { content: ""; position: absolute; bottom: -15px; left: 30%; width: 0; height: 2px; background-color: #eb5a02; transition: all .3s; }
nav li a:hover, nav li a.focus { color: #fff; }
nav li a:hover::after, nav li a.focus::after { width: 0; }
.nav-btn { position: fixed; top: 0; right: 0; display: block; width: 50px; height: 65px; background: url(../img/navbtn.png) no-repeat center center #eb5a02; background-size: auto; z-index: 1111; }
.nav-btn-on { background: none; background: url(../img/navbtn_on.png) no-repeat center center #eb5a02; background-size: auto; }
nav ul { padding: 50px 30px 20px; }
.nav-on { height: 100%; background-color: #eb5a02; }
nav li { float: none; display: block; width: 100%; border-bottom: 1px solid #fff; -webkit-transform: scale(1.1) translateY(-24px); -moz-transform: scale(1.1) translateY(-24px); -ms-transform: scale(1.1) translateY(-24px); -o-transform: scale(1.1) translateY(-24px); transform: scale(1.1) translateY(-24px); -webkit-transition: all .35s ease-out; -moz-transition: all .35s ease-out; -ms-transition: all .35s ease-out; -o-transition: all .35s ease-out; transition: all .35s ease-out; }
.nav-on li { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none }
nav>ul>li:nth-child(2) { transition-delay: 300ms, 300ms; }
nav>ul>li:nth-child(3) { transition-delay: 350ms, 350ms; }
nav>ul>li:nth-child(4) { transition-delay: 400ms, 400ms; }
nav>ul>li:nth-child(5) { transition-delay: 450ms, 450ms; }
nav>ul>li:nth-child(6) { transition-delay: 500ms, 500ms; }
nav>ul>li:nth-child(7) { transition-delay: 550ms, 550ms; }
nav>ul>li:nth-child(8) { transition-delay: 600ms, 600ms; }
nav>ul>li:nth-child(9) { transition-delay: 650ms, 650ms; }
/*====header====*/

.langchoose { position: static; float: right; margin-right: 60px; padding: 15px 0; width: 60px; }
.langchoose-btn { display: none; }
.langchoose-list { display: block; position: static; width: 100%; max-width: 90px; }
.langchoose-list li { float: left; width: 50%; }
.langchoose-list li a { display: block; width: 100%; text-align: center; line-height: 30px; border: 1px solid #ccc; padding-left: 0; border-bottom: 1px solid #ccc; border-right: none; }
.langchoose-list li a.on { background-color: #eb5a02; color: #fff; }
.langchoose-list li:last-child a { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
/*====header====*/

.banner { margin-top: 0; }
.banner .swiper-container { display: block; height: 280px; }
.banner .swiper-slide>a { position: relative; display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.banner .swiper-pagination-bullet { width: 10px; height: 10px; background: none; border: 1px solid #333; opacity: 1; }
.banner .swiper-pagination-bullet-active { border-color: #ec6501; }
.bannercont { position: absolute; bottom: 40px; left: 2%; width: 56%; }
.bannercont img { display: block; width: 50%; }
.bannercontp { margin: 10px 0 20px; font-size: 14px; line-height: 25px; height: 100px; color: #666; overflow: hidden; }
.bannerbutton { display: block; padding: 0; width: 120px; text-align: center; font-size: 16px; line-height: 30px; border-radius: 10px; background-color: #eb5a02; color: #fff; }
/*====banner====*/

.main1 { padding-top: 30px; background-color: #f7f7f7; }
.title { margin-bottom: 20px; text-align: center; }
.title h2 { margin-bottom: 5px; font-size: 28px; line-height: 35px; font-family: "bell mt"; color: #1a1a1a; }
.title h3 { font-size: 18px; line-height: 30px; color: #404040; }
.main1 ul { background-color: #e6e6e6; }
.main1 li { float: none; width: 100%; text-align: center; }
.main1contT { display: table; padding: 10px; width: 100%; height: 180px; background-color: #e6e6e6; overflow: hidden; }
.main1contT a { display: table-cell; vertical-align: middle; }
.main1contB { padding: 10px 5px; background-color: #f7f7f7; }
.main1contB h3 { font-size: 18px; line-height: 30px; height: 60px; overflow: hidden; color: #333; }
.main1contB span { display: block; font-size: 14px; font-family: "bell mt"; }
.main1contB em { position: relative; display: block; margin-top: 10px; font-size: 24px; color: #333; }
.main1contB em::before { content: ""; position: absolute; top: 50%; left: 35%; width: 20px; height: 1px; background-color: #333 }
.main1contB em::after { content: ""; position: absolute; top: 50%; right: 35%; width: 20px; height: 1px; background-color: #333 }
.main1 li:nth-child(even) .main1contT { background-color: #f0f0f0; }
/*====main1====*/

.main2 { padding: 30px 2% 20px; }
.main2 li { float: left; margin: 5px 0; width: calc(50% - 5px); }
.main2 li:nth-child(even) { float: right; }
.main2contT { width: 100%; height: 120px; border-radius: 5px 5px 0 0; overflow: hidden; }
.main2contT a { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.main2contB a { display: block; padding: 5px; font-size: 16px; line-height: 30px; text-align: center; color: #1a1a1a; height: 40px; overflow: hidden; }
.main2 li:hover .main2contT a { transform: scale(1.2); }
.main2 li:hover .main2contB a { color: #eb5a02; }
/*====main2====*/

.main3 { padding: 30px 2% 20px; background: url(../img/main3bg.png) no-repeat top right; background-size: cover; }
.main3L { float: none; width: 100%; }
.main3L dt { width: 100%; height: 180px; overflow: hidden; }
.main3L dt a { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.main3L dd a { display: block; padding: 10px 5px; }
.main3L dd h3 { font-size: 16px; line-height: 25px; font-weight: bold; color: #000; }
.main3L dd time { display: block; margin: 5px 0; font-size: 12px; line-height: 30px; color: #000; }
.main3L dd p { font-size: 14px; line-height: 25px; color: #666; }
.main3L dl:hover dt a { transform: scale(1.2); }
.main3R { float: none; width: 100%; padding-left: 0; }
.main3R li { margin: 10px 0; padding: 5px; }
.main3R li em { position: relative; float: left; width: 45px; font-size: 30px }
.main3R li em::after { content: ""; position: absolute; top: 20%; right: 0; width: 1px; height: 60%; background-color: #808080 }
.main3R li a { float: left; width: calc(100% - 45px); padding-left: 10px; }
.main3R li a h3 { float: left; width: calc(100% - 80px); font-size: 18px; font-weight: bold; color: #333; line-height: 30px; height: 30px; overflow: hidden; }
.main3R li a time { float: left; width: 80px; font-size: 12px; text-align: right; line-height: 30px; color: #2b2b2b; }
.main3R li a time i { font-size: 16px }
.main3R li a p { clear: both; padding-top: 5px; font-size: 14px; line-height: 25px; color: #666; height: 80px; overflow: hidden; }
/*====main3====*/

.mains { width: 96%; margin: 0 auto; }
.footerT { display: none; padding: 20px 0 0; background-color: #171717; }
.footerT li { float: left; width: 50%; padding: 0 20px 20px 0; }
.footerT li:nth-child(2n) { padding: 0 0 20px 0; }
.footerT li:last-child { clear: both; }
.footerT h4 { padding-bottom: 10px; width: 100px; font-size: 16px; font-weight: bold; border-bottom: 1px dashed rgba(250,250,250,.5); color: #fff; }
.footerT a { display: block; margin-top: 5px; font-size: 12px; line-height: 20px; color: #fff; }
.footerT a i { font-size: 18px }
.footerT a img { max-width: 120px; }
.footerB { padding: 15px 0; background-color: #080808; }
.footerB p { float: none; width: 100%; font-size: 16px; line-height: 30px; color: #fff; }
.footerB span { float: none; margin-left: 0; }
.footerB a { float: none; display: block; width: 100%; font-size: 16px; line-height: 30px; color: #fff; }
/*====footer====*/

.ejbanner { margin-top: 0; width: 100%; height: 240px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.ejbannercont { text-align: center; }
.ejbannerconttitle { padding: 30px 0 40px; color: #333; line-height: 20px; }
.ejbannerconttitlewhite { color: #fff; }
.ejbannerconttitle h2 { margin-bottom: 10px; font-size: 20px; font-weight: bold; }
.ejbannerconttitle p { font-size: 14px; width: 80%; margin: 0 auto; }
.ejbannercont ul { display: flex; justify-content: center; width: 100%; margin: 0 auto; }
.ejbannercont li { flex: auto; }
.ejbannercont li a { display: block; margin: 0 auto; padding: 5px; width: 90%; line-height: 16px; font-size: 12px; text-align: center; background-color: #fff; color: #333; }
.ejbannercont li a i { float: none; display: block; margin: 0; font-size: 20px; line-height: 25px; color: #f28f10; }
.ejbannercont li a:hover, .ejbannercont li a.hov { background-color: #f28f10; color: #fff; }
.ejbannercont li a:hover i, .ejbannercont li a.hov i { color: #fff; }
/*====ejbanner====*/

.ejmains { padding: 30px 2%; }
.about h1 { font-size: 24px; text-align: center; color: #1a1a1a; font-family: "bell mt" }
.about1 { padding: 20px 0; font-size: 14px; line-height: 30px; color: #4c4c4c; }
.about1 i { font-size: 20px; margin: 0 10px; color: #f28f10; }
.about2 { margin-top: 20px; }
.about2 h4 { margin-bottom: 10px; text-align: left; font-size: 15px; line-height: 30px; font-weight: bold; color: #1a1a1a; }
.about2 ul { background-color: #e6e6e6; }
.about2 li { float: left; padding: 20px 10px; width: 33.33%; background-color: #e6e6e6; text-align: center; }
.about2 li i { font-size: 40px; color: #f28f10; }
.about2 li p { margin-top: 5px; font-size: 14px; font-weight: bold; line-height: 22px; height: 66px; color: #333; overflow: hidden; }
.about2 li:nth-child(even) { background-color: #ededed; }
.abouttimeline { padding: 30px 2%; }
/*====about====*/

.ejtitle { margin-bottom: 30px; text-align: left; font-size: 16px; line-height: 25px; font-weight: bold; color: #333; }
.aboutzyyws { margin: 0 auto 20px; width: 100%; height: 100%; overflow: hidden; }
.aboutzyywimg { float: none; width: 100%; height: 220px; overflow: hidden; }
.aboutzyywimg div { display: block; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.aboutzyywcont { float: none; display: table; padding: 10px; width: 100%; height: 100%; background-color: #f5f5f5; }
.aboutzyywcont div { display: table-cell; vertical-align: middle; }
.aboutzyywcont h3 { position: relative; margin-bottom: 10px; padding-bottom: 10px; font-size: 20px; line-height: 30px; font-weight: bold; color: #333; }
.aboutzyywcont h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 45px; height: 4px; background-color: #f28f10; }
.aboutzyywcont p { font-size: 16px; line-height: 30px; color: #4c4c4c; }
.aboutzyyws:hover .aboutzyywimg div { transform: scale(1.2); }
/*====aboutzyyw====*/

.aboutzlrzs { margin: 0 auto; width: 100%; }
.aboutzlrzs li { float: left; width: calc(50% - 10px); margin: 5px; }
.aboutzlrzs li>div { position: relative; display: table; padding: 10px; width: 100%; height: 100px; border-radius: 10px; background-color: #e6e6e6; overflow: hidden; }
.aboutzlrzs li>div::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 10px; background-color: #f28f10; }
.aboutzlrzs li>div>p { display: table-cell; vertical-align: middle; text-align: center; font-size: 20px; line-height: 35px; font-weight: bold; font-family: 'arial'; color: #f28f10; }
/*====aboutzlrz====*/

.introduction1 .ejtitle { margin-bottom: 10px; }
.introduction1 { margin: 0 auto; width: 100%; font-size: 14px; line-height: 25px; color: #525252; }
.introduction2 { margin: 20px auto; padding: 15px 10px; width: 100%; text-align: center; border: 1px dashed #f08438; }
.introduction2 .ejtitle { margin-bottom: 10px; text-align: center; }
.introduction3 li { float: none; margin: 10px 0; padding: 15px 10px; width: 100%; border-radius: 10px; text-align: center; background-color: #e6e6e6; }
.introduction3 li:nth-child(even) { background-color: #f2f2f2; }
.introduction3 li h3 { position: relative; margin-bottom: 10px; padding-bottom: 5px; font-size: 16px; line-height: 25px; height: 100%; font-weight: bold; color: #f4a14a; overflow: hidden; }
.introduction3 li h3::after { content: ""; position: absolute; left: 50%; bottom: 0; margin-left: -10px; width: 20px; height: 2px; background-color: #f4a14a; }
.introduction3 li p { font-size: 14px; line-height: 25px; height: 100%; overflow: hidden; }
/*====introduction====*/

.introductionys li { float: none; margin: 50px 0; width: 100%; }
.introductionyscont { position: relative; padding: 30px 10px 20px; width: 100%; border-radius: 10px; background-color: #e6e6e6; }
.introductionyscontnum { position: absolute; top: 0; left: 50%; margin: -20px 0 0 -20px; width: 40px; text-align: center; line-height: 40px; font-size: 20px; font-weight: bold; font-family: "bell mt"; border-radius: 5px; background-color: #f4a14a; color: #fff; transform: rotate(45deg); }
.introductionyscontnum em { display: block; transform: rotate(-45deg); }
.introductionyscont h3 { margin-bottom: 5px; font-size: 16px; font-weight: bold; text-align: center; line-height: 30px; height: 100%; overflow: hidden; color: #4c4c4c; }
.introductionyscont p { flex-basis: 16px; line-height: 28px; height: 100%; color: #4c4c4c; overflow: hidden; }
/*====introductionys====*/

.introductionjrx .ejtitle { margin-bottom: 20px; }
.introductionjrx1 { font-size: 14px; line-height: 25px; color: #525252; }
.introductionjrx2 { margin-top: 10px; font-size: 14px; line-height: 30px; color: #525252; }
.introductionjrx2 h3 { font-size: 16px; font-weight: bold; }
.introductionjrx2 p { line-height: 25px; }
.introductionjrx2 p span { margin-right: 10px; }
.introductionjrx2img { margin: 20px auto; width: 100%; }
.introductionjrx2img img { display: block; float: none; margin: 10px 0; }
/*====introductionjrx====*/

.product li { float: left; margin: 3px 0; width: calc(50% - 5px); }
.product li:nth-child(even) { float: right; }
.productimg {/* display: flex; *//* justify-content: center; *//* align-items: center; */padding: 10px;width: 100%;height: 220px;/* background-color: #f2f2f2; */overflow: hidden;}
.productimg img { max-height: 200px; }
.productp { display: block; padding: 5px; font-size: 16px; text-align: left; line-height: 25px; font-family: "arial"; height: 60px; overflow: hidden; color: #1a1a1a; }
.product li:hover .productimg img { transform: scale(1.2); }
.product li:hover .productp { color: #f28f10; }
/*====product====*/

.productxq1 h1 { margin-bottom: 20px; font-size: 24px; text-align: center; line-height: 30px; font-weight: bold; color: #1a1a1a; }
.productxq1 h1 span { display: block; margin-top: 5px; font-size: 16px; line-height: 30px; font-weight: normal; color: #4c4c4c; }
.productxq1 dl { margin: 0 auto; width: 100%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; }
.productxq1 dt { flex: auto }
.productxq1 dd { padding: 10px 0; }
.productxq1 dd h3 { position: relative; margin-bottom: 10px; padding-bottom: 10px; font-size: 18px; line-height: 30px; font-weight: bold; color: #4c4c4c; }
.productxq1 dd h3::after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background-color: #f08438; }
.productxq1 dd p { font-size: 16px; line-height: 25px; color: #4c4c4c; }
.productxq2 { background-color: #fafafa; }
.productxq2 ul { position: static; background-color: #e6e6e6; }
.productxq2 li { float: none; padding: 20px; width: 100%; }
.productxq2 li h4 { position: relative; margin-bottom: 10px; padding-bottom: 10px; font-size: 16px; font-weight: bold; color: #f08438; }
.productxq2 li h4::after { content: ""; position: absolute; bottom: 0; left: 0; width: 20px; height: 2px; background-color: #f08438; }
.productxq2 li p { font-size: 14px; line-height: 20px; height: 100%; overflow: hidden; color: #f08438; }
.productxq2 li:nth-child(odd) { text-align: right; padding: 20px; background-color: #f08438; }
.productxq2 li:nth-child(odd) h4, .productxq2 li:nth-child(odd) p { color: #fff; }
.productxq2 li:nth-child(odd) h4::after { left: 100%; margin-left: -20px; background-color: #fff }
.productxq2 li:hover { background-color: #f08438; }
.productxq2 li:hover h4, .productxq2 li:hover p { color: #fff; }
.productxq2 li:hover h4::after { background-color: #fff; }
.productxq2img { position: static; border: 10px solid #e6e6e6; padding: 20px 10px; width: 100%; height: 100%; border-radius: 0; background: #fff; display: flex; justify-content: center; align-items: center; overflow: hidden; }
.productxq2img img { max-width: 100%; max-height: 100%; }
.productxq3s { width: 100%; margin: 0 auto; }
.productxq3s>h1 { margin-bottom: 20px; font-size: 24px; text-align: center; line-height: 30px; color: #4c4c4c; }
.productxq3s>img { display: block; margin: 10px auto; }
.productxq3s ul { width: 100%; margin-bottom: 20px; display: flex; justify-content: space-around; }
.productxq3s>p, .productxq3s ul p { font-size: 14px; text-align: left; line-height: 25px; color: #4c4c4c; }
.productxq4 { background-color: #fafafa; }
.productxq4>h1 { margin-bottom: 10px; font-size: 24px; text-align: center; line-height: 30px; color: #333; }
.productxq4>p { font-size: 16px; text-align: center; line-height: 28px; color: #393939; }
.productxq4img { margin-top: 20px; display: flex; flex-flow: row wrap; align-items: flex-start; align-content: stretch }
.productxq4img img { margin: 5px 0; }
/*====productxq====*/

.industry ul { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.industry ul li { flex: 1 1 50%; height: 260px; overflow: hidden; }
.industry ul li>a { display: flex; flex-flow: column wrap; justify-content: center; margin-left: -1%; padding: 10px; width: 102%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.industry ul li i { display: block; font-size: 50px; text-align: center; color: #fff; }
.industry ul li h1 { margin: 10px 0 0; font-size: 16px; text-align: center; line-height: 30px; color: #fff; }
.industry ul li p { font-size: 12px; font-weight: bold; text-align: center; line-height: 20px; font-family: "bell mt"; color: #fff; }
.industry ul li:hover>a { transform: scale(1.2); opacity: .8; }
/*====industry====*/

.industryxq .ejtitle { margin-bottom: 30px; }
.industryxqcont { margin: 0 auto; width: 100%; font-size: 14px; line-height: 25px; color: #4c4c4c; }
/*====industryxq====*/

.news ul { display: flex; flex-flow: column wrap; justify-content: space-between }
.news ul li { display: flex; flex-flow: row nowrap; margin: 10px 0; padding: 20px 10px; width: 100%; background-color: #f2f2f2; }
.newstime { flex: none; background: url(../img/newsbg1.png) no-repeat left bottom 5px; }
.newstime p { font-size: 14px; line-height: 30px; text-align: right; font-family: "arial"; color: #333; }
.newstime p span { display: block; font-size: 25px; font-weight: bold; color: #999; }
.newscont { padding-left: 5%; }
.newscont h3 { margin-bottom: 10px; font-size: 16px; font-weight: bold; color: #1a1a1a; line-height: 25px; height: auto; overflow: hidden; }
.newscont p { font-size: 14px; line-height: 25px; height: auto; overflow: hidden; color: #666; }
.newscont a { display: block; margin-top: 10px; width: 100%; height: 20px; background: url(../img/newsmore1.png) no-repeat left center; }
.news ul li:hover { background-color: #f3951c; }
.news ul li:hover p, .news ul li:hover span, .news ul li:hover h3 { color: #fff; }
.news ul li:hover .newscont a { background-image: url(../img/newsmore2.png); }
.news ul li:hover .newstime { background-image: url(../img/newsbg2.png); }
.newscont a:hover { background-position: left 20px center; }
.newsfy { display: flex; flex-flow: row nowrap; justify-content: center; padding: 0 0 30px; }
.newsfy a { display: block; margin: 3px; width: 35px; font-size: 14px; text-align: center; line-height: 35px; background-color: #f2f2f2; color: #333; }
.newsfy a:hover { background-color: #f3951c; color: #fff; }
.newsxq .ejtitle { margin-bottom: 20px; text-align: center; }
.newsxqcont { font-size: 14px; line-height: 25px; color: #4c4c4c; }
.newsxqlj { margin-top: 40px; padding: 10px 0; border-top: 1px solid #ccc; }
.newsxqlj a { display: block; padding: 5px; font-size: 14px; line-height: 25px; color: #333; }
.newsxqlj a:hover { color: #f08438; }
/*====news====*/

.contact1 .ejtitle { margin-bottom: 30px; }
.contact1>ul { display: flex; flex-flow: column wrap; justify-content: space-between; }
.contact1 li { margin: 5px 0; padding: 10px 10px 0; width: 100%; border-radius: 20px; background-color: #f5f5f5; }
.contact1cont h3 { margin: 0 0 10px 0; font-size: 16px; text-align: center; line-height: 30px; font-weight: bold; color: #ee6d26; }
.contact1conts { display: flex; align-items: flex-start; margin-bottom: 10px; }
.contact1contsL { flex: none; width: 30px; text-align: center; height: 30px; line-height: 30px; border-radius: 50%; background-color: #fff; color: #ee6d26; }
.contact1contsL i { font-size: 20px }
.contact1contsR { padding-left: 10px; font-size: 14px; line-height: 25px; color: #4c4c4c; }
.contact2 { width: 100%; height: 350px; }
.contact3 h4 { margin-bottom: 30px; padding-bottom: 20px; font-size: 16px; text-align: center; line-height: 30px; border-bottom: 1px solid #e6e6e6; color: #4d4d4d; }
.contact3 form { margin: 0 auto; width: 90%; }
.contact3 div { float: none; margin-bottom: 15px; width: 100%; }
.contact3 label { float: left; padding: 0 10px 0 0; width: 80px; font-size: 14px; text-align: right; line-height: 35px; color: #4d4d4d; }
.contact3 label span { color: #f00; margin: 0 3px; }
.contact3 input { padding: 0 5px; width: calc(100% - 80px); height: 35px; font-size: 14px; border: 1px solid #e6e6e6; color: #4c4c4c; }
.contact3 div.contact3wb, .contact3 div.contact3tj { width: 100%; }
.contact3wb textarea { padding: 5px; width: calc(100% - 80px); height: 120px; font-size: 14px; line-height: 25px; border: 1px solid #e6e6e6; color: #4c4c4c; resize: none; }
.contact3tj input { display: block; margin: 20px auto; width: 160px; height: 40px; background-color: #eb5a02; border: none; color: #fff; }
/*====contact====*/
}



