﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/BAIJAMJUREE-MEDIUM.TTF);
}
@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/BAIJAMJUREE-BOLD.TTF);
}
#translate{ display: none;}
*{ margin:0; padding:0; box-sizing: border-box; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{   font-family: myFirstFont; color:#333; font-size:1rem; background: #FFFFFF;  line-height: 24px;}
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #00479b;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
.auto1280{ width:1360px;  margin: 0 auto;}
.auto_1280{ width:1360px;  margin: 0 auto;}
.flex {display: flex; flex-wrap: wrap;}
.flex-center { display: flex; align-items: center; justify-content: space-between;}
.flex-center-contain { justify-content: space-between;}
.flex-center-contain1 { justify-content: space-between; align-items: center; }
.flex-center-contain2 { align-items: center; }
h1,h2,h3,h4,b{ font-family: myFirstFont1; color: #111111;}
em,i{ font-style: normal;}


::-webkit-scrollbar {
  width: 6px;
  height:5px;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}


::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

#home .home,
#products .products,
#service .service,
#contact .contact,
#newst .newst,
#about .about{ color:#e11913; }


.HeaderM{ display: none;}


input,button,select,textarea{ outline:none; font-family: myFirstFont;}
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

#warp{ width:100%; height:auto; overflow: hidden;}

.top-bar{  width: 100%; height: 42px;  line-height: 42px; background: #1b283a; font-size: 0.9rem;}
.top-bar-left{}
.top-bar-left a{ color: #FFFFFF;}
.top-bar-left a:first-child:after{ content: "|"; padding: 0 30px; color: #666;}
.top-bar-left a img{ vertical-align: middle; margin-right: 6px;}

.top-bar-right{}
.top-bar-right a{ display: block; line-height: 42px; color: #FFFFFF; font-size: 1.2rem; margin-left: 25px;}

.searchshow{  width: 178px; height: 46px; border-radius: 23px; background: #FFFFFF;}
.searchshow input{ width:70%; height: 46px; padding: 0 20px; line-height: 46px; color: #333; border: none; background: none;}
.searchshow button{ width: 30%; height: 46px; line-height: 46px; border: none; background: none;   font-size:1.1rem; color: #00479b; text-align: center;}

header.current{ top: 0;}
header{ width: 100%; height: 88px; background: url(../images/header.png) no-repeat center; background-size:cover; position:fixed; left: 0; top: 42px; z-index: 999;}
header .logo{ width: 145px; height: 68px;}
header .logo a{ display: block; width: 145px; height: 68px; background: url(../images/logo.png) no-repeat center;}
header .logo a h1{ display: none;}


header .langue{ padding: 0 35px; height: 32px; line-height: 32px; border-left:1px solid #EEEEEE; position: relative; color: #FFFFFF;}
header .langue img{ margin-right: 10px;}
header .langue b{ display: block; font-size: 1rem; font-weight: normal; cursor: pointer; color: #FFFFFF;}
header .langue b i{ padding-left: 5px;}
header .langue:hover ul{ display: block;}
header .langue ul{ display: none; position: absolute; left: 0; top: 32px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 200px; border-radius:6px; background: #FFFFFF;}
header .langue ul li{ line-height: 42px; height: 42px; border-bottom:1px solid #EEEEEE; text-align: center;}
header .langue ul li a{ display: block;}
header .langue ul li a:hover{ background: #00479b; color: #FFFFFF; border-radius:6px;}
header .langue ul li:last-child{ border-bottom: none;}

header nav.Hnav{ padding-left: 80px;}
header nav.Hnav ul li{ font-size: 1.1rem; padding: 0 25px; position: relative; line-height: 54px;}
header nav.Hnav li:hover ul{ display: block;}
header nav.Hnav li a{ display: block; line-height: 54px; color: #FFFFFF;}
header nav.Hnav li a:hover{ color: #e11913; }
header nav.Hnav li a i{ margin-left: 5px; display: inline-block; width:7px; height: 10px; background: url(../images/navicon.png) no-repeat;}
header nav.Hnav li ul{ display: none; position: absolute; left: 0; z-index: 999; top:54px; background: #FFFFFF; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1); width: 200px;}
header nav.Hnav li ul li{ height: 42px; line-height: 42px; font-size: 0.9rem; border-bottom: 1px solid #EEEEEE; padding: 0;}
header nav.Hnav li ul li a{ display: block; padding: 0 15px; line-height: 42px;  font-weight: normal; font-size: 0.9rem; color: #333333;}
header nav.Hnav li ul li a:hover{ background: #e11913; color: #FFFFFF;}



/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual .owl-carousel .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto;}
.main_visual .owl-carousel .item a{ display: block;  width: 100%;height: 100%;}
.main_visual .owl-carousel .item img{ width: 100%;height: 100%; display: block;}
.main_visual .owl-prev,.main_visual .owl-next{ display: none; text-indent: -999px; overflow: hidden;}


.main_visual .owl-dots{ width: 100%; text-align: center; height: 12px; position:absolute; left: 0; bottom: 30px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 5px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 12px; height: 12px; background:#FFFFFF; border-radius:50%; }
.main_visual .owl-dot.active span{ background:#00479b; }
.main_visual .owl-controls{ height: 0;}
.main_visual .owl-nav{ height: 0;}

.main_visual .owl-carousel .item img.Bpic{ display: block;}
.main_visual .owl-carousel .item img.Bmpic{ display: none;}

.home-aboutbg{ width: 100%; height: auto; background: url(../images/home-aboutbg.png) no-repeat center; background-size:cover; padding: 90px 0;}
.home-about{}
.home-about-left{ width: 595px; height: auto; overflow: hidden;}
.home-about-left img{ width: 100%; height: auto;}

.home-about-right{ width: calc(100% - 595px); padding-left: 135px; height: auto; overflow: hidden;}
.home-about-right em{ display: block; height: 26px; line-height: 26px; font-size: 0.9rem; margin-bottom: 25px;}
.home-about-right em span{ display: inline-block; background: #0085FF; border-radius: 6px; color: #FFFFFF; padding: 0 10px; margin-right: 6px;}
.home-about-right h2{ font-size: 2.6rem; line-height: 56px; padding-right: 100px;}
.home-about-right p{ text-transform: capitalize; font-size: 1rem; line-height: 24px; margin-top: 20px;}

.home-about-right ul{background: #f1f6ff; margin-top: 35px; width: 100%; border-radius: 14px; padding: 25px; border-left:6px solid #0085ff;}
.home-about-right ul li{ line-height: 32px; color: #111111; font-size: 1rem; background: url(../images/home-aboutli.png) no-repeat left 8px; padding-left: 25px;}
.home-about-right a{margin-top: 45px;  height: 42px; line-height: 42px; display: inline-block; background: #0085ff; color: #FFFFFF; border-radius: 25px; padding: 0 45px;}
.home-about-right a:hover{ background: #111111;}


.home-productsbg{ width: 100%; height: auto; background: url(../images/home-productsbg.png) no-repeat center; background-size:cover; padding: 88px 0 150px 0;}
.home-products-title{ text-align: center; padding-bottom: 35px;}
.home-products-title em{ display: block; height: 26px; line-height: 26px; font-size: 0.9rem; margin-bottom: 25px;}
.home-products-title em span{ display: inline-block; background: #0085FF; border-radius: 6px; color: #FFFFFF; padding: 0 10px; margin-right: 6px;}
.home-products-title h2{ font-size: 2.6rem; line-height: 56px; }

.home-products{}

.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%;height: 100%; }
.main_visual1 .owl-carousel .item{width: 100%;height: 100%; overflow: hidden; margin: 0 auto; background: #FFFFFF; border:1px solid #EEEEEE; border-radius: 12px; padding: 45px; text-align: center;}
.main_visual1 .owl-carousel .item a{ display: block;  width: 100%;height: 100%;}
.main_visual1 .owl-carousel .item img{ width: 100%;height: 100%; display: block;}
.main_visual1 .owl-carousel .item .home-productsitem{ position: relative; width: 100%;}
.main_visual1 .owl-carousel .item .home-productsitem .home-proimg{ width: 54px; height: 78px; position: absolute; left: 50%; top: 0; margin-top: -39px; margin-left: -27px; z-index: 333;}
.main_visual1 .owl-carousel .item b{ display: block; font-size: 1.4rem; height: 28px; line-height: 28px; overflow: hidden; margin-bottom: 25px;}
.main_visual1 .owl-carousel .item p{ font-size: 0.9rem; line-height: 20px; height: 60px; overflow: hidden; margin-bottom: 75px;}
.main_visual1 .owl-carousel .item em{margin-top:30px;  height: 42px; line-height: 42px; border:1px solid #777; display: inline-block;  border-radius: 25px; padding: 0 45px;}
.main_visual1 .owl-carousel .item:hover em{ background: #0085ff; border-color:#0085FF; color: #FFFFFF;}

.main_visual1 .owl-prev,.main_visual1 .owl-next{ display: none; text-indent: -999px; overflow: hidden;}


.main_visual1 .owl-dots{ width: 100%; text-align: center; height: 24px; position:absolute; left: 0; bottom: -65px;  z-index: 999;}
.main_visual1 .owl-dots .owl-dot{display: inline-block; }
.main_visual1 .owl-dots .owl-dot span{  display: inline-block; width: 24px; height: 24px; background: url(../images/hpa.png) no-repeat;}
.main_visual1 .owl-dot.active span{background: url(../images/hpas.png) no-repeat;}
.main_visual1 .owl-controls{ height: 0;}
.main_visual1 .owl-nav{ height: 0;}

.home-service{ width: 100%; height: auto; background: url(../images/home-servicebg.png) no-repeat center; background-size:cover; padding: 80px 0;}

.home-service-box1{ padding: 0 90px;}
.home-service-box1-left{ width: 495px; height: auto;}
.home-service-box1-left img{ width: 100%; height: auto;}

.home-service-box1-right{ width: calc(100% - 495px); height: auto; padding-left: 75px;}
.home-service-box1-right em{ display: block; height: 26px; line-height: 26px; font-size: 0.9rem; margin-bottom: 15px;}
.home-service-box1-right em span{ display: inline-block; background: #0085FF; border-radius: 6px; color: #FFFFFF; padding: 0 10px; margin-right: 6px;}
.home-service-box1-right h2{ font-size: 2.6rem; line-height: 56px; }

.home-service-box1-right ul{margin-top: 15px; width: 100%; }
.home-service-box1-right ul li{ line-height: 32px; color: #111111; font-size: 1rem; background: url(../images/home-aboutli.png) no-repeat left center; padding-left: 25px;}
.home-service-box1-right a{margin-top: 15px;  height: 42px; line-height: 42px; display: inline-block; background: #0085ff; color: #FFFFFF; border-radius: 25px; padding: 0 45px;}
.home-service-box1-right a:hover{ background: #111111;}

.home-service-box2{ padding: 50px 0;}
.home-service-box2 dl{ background: #FFFFFF; width: 23.5%; box-shadow: 0px 0px 16px 1px rgba(27,58,125,0.08); border-radius: 8px; padding: 30px 35px;}
.home-service-box2 dl dt{ width: 44px; height: 44px;}
.home-service-box2 dl dt img{ width: 44px; height: 44px;}
.home-service-box2 dl dd{ width: calc(100% - 44px); padding-left: 20px;}
.home-service-box2 dl dd b{ font-size: 1.9rem; line-height: 32px; margin-bottom: 5px; display: block;}
.home-service-box2 dl dd p{ color: #666666; font-size: 0.9rem; line-height: 18px;}


.home-service-box3{ padding-top: 40px;}
.home-service-box3-item{ width: 33.3%; height: auto; position: relative; padding: 30px;}
.home-service-box3-item:nth-child(1){ background: #f4f8ff; border-radius: 8px 0px 0px 8px;}
.home-service-box3-item:nth-child(2){ background: #edf3ff;}
.home-service-box3-item:nth-child(3){ background: #dbe8ff; border-radius: 0px  8px  8px  0px} 

.home-service-box3-item img.home-sericon{ position: absolute; left: 30px; top: -46px;}
.home-service-box3-item b{ display: block; text-align: right;}
.home-service-box3-item a{ display: block; font-size: 1.5rem;  font-family: myFirstFont1; color: #111111; line-height: 28px; height: 28px; overflow: hidden; margin-top: -25px; z-index: 333; position: relative; margin-bottom: 15px;}
.home-service-box3-item p{ font-size: 0.9rem; line-height: 20px;}
.home-service-box3-item ul{margin-top: 15px; width: 100%; }
.home-service-box3-item ul li{ line-height: 32px; color: #111111; font-size: 1rem; background: url(../images/home-aboutli.png) no-repeat left center; padding-left: 25px;}

.home-service-box3-itemlist{ width: 100%}
.home-service-box3-itemlist dl{ width: 48%; height:32px; line-height: 32px; overflow: hidden; font-size: 0.8rem;}
.home-service-box3-itemlist dl dt{ width: 13px; height: 10px;}
.home-service-box3-itemlist dl dt img{margin-top:11px;}
.home-service-box3-itemlist dl dd{ width: calc(100% - 13px); padding-left: 6px;}
.home-service-box3-itemlist dl dd span{ display: inline-block; width: 6px; height: 32px; background: url(../images/homesers1.png) no-repeat center;}

.home-faqbg{ width: 100%; padding: 85px 0; background: url(../images/home-faq.png) no-repeat center; background-size:cover; color: #FFFFFF;}
.home-faq{ }
.home-faq-left{width: 51.5%;}
.home-faq-left em{ display:inline-block; background: #0085FF; border-radius: 6px; color: #FFFFFF; padding: 0 10px; font-size: 0.9rem; }
.home-faq-left b{ display: block; color: #FFFFFF; font-size: 2.6rem; line-height: 56px; margin-top: 20px; margin-bottom: 25px;}

.home-faq-left-list{ width: 100%;}
.home-faq-left-list dl{ width: 100%; background: #444445; margin-top: 20px; cursor: pointer; padding: 20px 30px; border-radius: 12px ; }
.home-faq-left-list dl dt{ width: 100%; font-size: 1.5rem; height: 38px; line-height: 38px; overflow: hidden; background: url(../images/faq1.png) no-repeat right center;}
.home-faq-left-list dl dd{ display: none; font-size: 0.9rem; line-height: 20px; padding-top: 12px; margin-top: 8px; border-top:2px solid rgba(255,255,255,0.2);  }
.home-faq-left-list dl.active{background: linear-gradient( 92deg, #0085FF 0%, #00479B 100%);}
.home-faq-left-list dl.active dt{background: url(../images/faq1s.png) no-repeat right center;}

.home-feedback{ width: 44%; height: auto; background: url(../images/home-feedback.png) no-repeat center; background-size:cover; border-radius:12px; padding:40px 50px;}
.home-feedback h3{ display: block; font-size: 2rem; color: #FFFFFF; line-height: 52px;}
.home-feedback input{ width: 100%; border: none; border-bottom:2px solid rgba(255,255,255,0.2); background: none; height: 54px; line-height: 52px; margin-top: 10px; color: #FFFFFF; }
.home-feedback input::placeholder{ color: #FFFFFF;}
.home-feedback textarea{ width: 100%; border: none; border-bottom:2px solid rgba(255,255,255,0.2); background: none; height:112px; line-height:26px; margin-top: 10px; color: #FFFFFF; }
.home-feedback textarea::placeholder{ color: #FFFFFF;}
.home-feedback button{ margin-top: 30px; width: 100%; border: none; background: #FFFFFF; text-align: center; height: 49px; line-height: 49px; border-radius:25px; color: #0050AA; font-size: 1.2rem;}


.home-blog-title{ padding: 85px 0 40px 0;}
.home-blog-title-left{}
.home-blog-title-left em{ display: block; height: 26px; line-height: 26px; font-size: 0.9rem; margin-bottom: 25px;}
.home-blog-title-left em span{ display: inline-block; background: #0085FF; border-radius: 6px; color: #FFFFFF; padding: 0 10px; margin-right: 6px;}
.home-blog-title-left h2{ font-size: 2.6rem; line-height: 56px; padding-right: 100px;}
.home-blog-title a{height: 42px; line-height: 42px; display: inline-block; background: #0085ff; color: #FFFFFF; border-radius: 25px; padding: 0 45px;}
.home-blog-title a:hover{ background: #111111;}

.home-blog{ padding-bottom: 60px;}
.home-blog-left{ width: 48.5%;}
.home-blog-left-pic{ width: 100%; height: auto;}
.home-blog-left-pic img{ width: 100%; height: auto; border-radius:8px;}
.home-blog-left-admin{ width: 100%; height: 80px; line-height: 78px; border-bottom:2px solid #EEEEEE;}
.home-blog-left-admin span{ margin-right: 25px; font-size: 0.9rem; color: #666666;}
.home-blog-left-admin span img{ margin-right: 8px; vertical-align: middle;}
.home-blog-left-info{ width: 100%; padding-top: 25px;}
.home-blog-left-info a.bloglinks1{ display: block; font-family: myFirstFont1; font-size: 1.5rem; color: #111111; line-height: 32px; height: 64px; overflow: hidden;}
.home-blog-left-info a.bloglinks1:hover{ color: #0085FF;}
.home-blog-left-info p{ font-size: 0.9rem; line-height: 20px; height: 40px; overflow: hidden; margin-top: 15px;}

.home-blog-left-info a.bloglinks2{height: 42px; line-height: 42px; border:1px solid #777; display: inline-block;  border-radius: 25px; padding: 0 45px; margin-top:30px;}
.home-blog-left-info a.bloglinks2:hover{ background: #0085ff; border-color:#0085FF; color: #FFFFFF;}


.home-blog-right{ width: 48.5%;}
.home-blog-right dl{ width: 100%; height: auto; padding-bottom: 20px; margin-bottom: 20px; border-bottom:2px solid #EEEEEE;}
.home-blog-right dl dt{ width: 38%;}
.home-blog-right dl dt img{max-width: 100%; object-fit: cover; height: 100%; border-radius:8px;}
.home-blog-right dl dd{ width: 62%; padding-left: 25px;}
.home-blog-right-admin{ width: 100%; height: 62px; line-height: 60px; border-bottom:2px solid #EEEEEE;}
.home-blog-right-admin span{ margin-right: 25px; font-size: 0.9rem; color: #666666;}
.home-blog-right-admin span img{ margin-right: 8px; vertical-align: middle;}
.home-blog-right dl dd a{ display: block; margin: 20px 0;  font-family: myFirstFont1; font-size: 1.5rem; color: #111111; line-height: 32px; height: 64px; overflow: hidden;}
.home-blog-right dl dd a:hover{ color: #0085FF;}

.home-customer{ background: #f6fbff; width: 100%; padding: 80px 0;}
.home-customer-title{ text-align: center; padding-bottom: 35px;}
.home-customer-title h2{ color: #111111; font-size: 2.6rem; line-height: 52px;}
.home-customer-title em{ display: block; height: 32px; line-height: 32px;}


.home-customer-list{ }
.home-customer-item{ width: 31.6%; background: #FFFFFF;box-shadow: 0px 8px 16px 1px rgba(20,64,99,0.08);border-radius: 20px; padding: 40px 30px;}
.home-customer-item-top{ width: 100%; padding-bottom: 20px; border-bottom:2px solid #EEEEEE;}
.home-customer-item-top-pic{ width: 94px; }
.home-customer-item-top-pic img{ width: 100%; height: auto;}
.home-customer-item-top-admin{ width: calc(100% - 94px); padding-left: 20px;}
.home-customer-item-top-admin em{ display: block;}
.home-customer-item-top-admin b{ display: block; color: #111111; font-family: myFirstFont1;  font-size: 1.3rem; line-height: 32px; margin-top: 3px;}
.home-customer-item-top-admin span{ display: block; margin-top: 10px;  height: 20px; line-height: 20px; font-size: 0.9rem; color: #666666;}
.home-customer-item-top-admin span img{vertical-align: middle; margin-right: 5px;}

.home-customer-item-info{ font-size: 0.9rem; line-height: 24px; padding-top: 20px;}


footer{ width: 100%; height: auto; background: url(../images/footer.png) no-repeat center; background-size:cover;}

.footer-box{ padding: 65px 0; color: #FFFFFF;}
.footer-box-left{ width: 30%;}
.footer-box-left .flogo{ width: 145px; height: 68px;}
.footer-box-left .flogo a{ display: block; width: 145px; height: 68px; background: url(../images/flogo.png) no-repeat;}
.footer-box-left p{ font-size: 0.9rem; line-height: 30px; margin-top: 5px;}
.footer-box-left img{ margin-top: 30px;}

.footer-box-right{ width:70%;}
.footer-box-right dl:last-child{ max-width: 270px;}
.footer-box-right dl dt b{ font-size: 1.2rem; display: block; line-height: 28px; color: #FFFFFF;}
.footer-box-right dl dt em{ display: block; width: 32px; height: 2px; background: #0085FF; margin-top: 10px;}
.footer-box-right dl dd{ padding-top: 25px;}
.footer-box-right dl dd a{ font-size: 0.9rem; line-height: 28px; display: block; color: #FFFFFF;}

.footer-copy{ width: 100%; height: 60px; line-height: 28px; border-top:2px solid rgba(255,255,255,0.2); color: #fff; padding: 15px 0;}



.kefu-posi{ position:fixed; width:65px; top:30%; right:0; background:#00479b; border-radius: 10px 0px 0px 10px; padding:15px 0; z-index:888;}
.eso-divinfo{ display:none; position:absolute; right:65px; padding:0 25px; top:0; background:#fff; border-radius:8px;  box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1); text-align:center; color:#333; font-size:1rem;}
.eso-divinfo img{ width:120px; height:120px; margin-top:20px;}
.kefu-posi a{ display:block; text-align:center; width:100%; height:65px; line-height:55px; height:55px; position:relative; font-size:1.8rem; color:#fff;}
.kefu-posi a:hover .eso-divinfo{ display:block;}

.kefu-posi a .eso-divinfo:before{
    content:""; position:absolute; right:-8px; top:50%; margin-top:-8px; 
width:0;
height:0;
border-top:8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid #fff;
}


.optain{ display:none;}
.fposi{ display: none;}

#mmenu {
	opacity: 0;
}


.banner2{ width: 100%; height: auto; padding: 200px 0 110px 0; text-align: center; color: #FFFFFF;}
.banner2 h1{ color: #FFFFFF; font-size: 2rem; line-height: 46px;}
.banner2 p{ margin-top: 10px; font-size: 1.1rem; line-height: 24px;}


.position-location{ width: 100%; height: auto; line-height: 26px; padding: 20px 0; border-bottom:1px solid #EEEEEE;}
.position-location i{ font-size: 1.1rem; color: #00479B; margin-right: 6px;}


.about-weare{ width: 100%; height: auto; background: #f6fbff; padding-top: 70px;}
.about-we-info{ text-align: center; padding: 0 80px;}
.about-we-info p{ padding-bottom: 25px;}
.about-we-info p span{ color: #0085FF;}

.about-we-box{ background: #FFFFFF; margin-top: 45px; border-radius: 6px; padding: 25px; position: relative; z-index: 333;}
.about-we-box-left{ width: 542px; height: auto;}
.about-we-box-left img{ width: 100%; height: auto;}
.about-we-box-right{ width: calc(100% - 542px); height: auto; padding-left: 50px;}
.about-we-box-right p{ margin-bottom: 25px;}


.about-culture{ width: 100%; height: auto; color: #FFFFFF; margin-top: -160px; text-align: center; padding: 215px 0 35px 0; background: url(../images/abcubg.png) no-repeat center; background-size:cover;}
.about-culture .auto1280{ padding: 0 80px;}
.about-culture p{ margin-bottom: 25px;}


.about-even{ padding: 65px 0;}
.about-even-left{ width: 50%; height: auto;}
.about-even-left img{ width: 100%; height: auto;}

.about-even-right{ width: 50%; height: auto; padding-left: 50px;}
.about-even-right p{ margin-bottom: 25px;}

.about-info{ padding: 25px 0;}
.about-info img{max-width: 100%;}

.service-sourcing1{ padding-top: 80px;}


.service-sourcing2{ padding:30px 0;}
.service-sourcing2-item{ margin-bottom: 50px;}
.service-sourcing2-item-left{ width: 593px; height: auto;}
.service-sourcing2-item-left img{ width: 100%; height: auto; border-radius:6px;}

.service-sourcing2-item-right{ width:calc(100% - 593px); height: auto;}
.service-sourcing2-item-right h2{ font-size: 2.2rem; line-height: 46px; margin-bottom: 25px;}
.service-sourcing2-item-right p{ font-size: 1rem; line-height: 24px;}

.service-sourcing2-item:nth-child(odd) .service-sourcing2-item-right{ padding-left: 60px;}
.service-sourcing2-item:nth-child(even) .service-sourcing2-item-right{ padding-right: 60px;}


.service-pricing{ width: 100%; height: auto; text-align: center; color: #FFFFFF; background: url(../images/pricingbg.png) no-repeat center; background-size:cover;}
.service-pricing .auto1280{ padding: 65px 90px;}
.service-pricing .auto1280 h2{ color: #FFFFFF; font-size: 2.4rem; line-height: 52px; margin-bottom: 20px;}
.service-pricing .service-pricing-info{}
.service-pricing .service-pricing-info span{ display: block; width: 30px; height: 25px;}
.service-pricing .service-pricing-info p{ width: calc(100% - 60px); padding: 0 40px;}

.service-title{ padding: 80px 90px 40px 90px; text-align: center;}
.service-title h2{font-size: 2.4rem; line-height: 52px; margin-bottom: 20px;}

.service-process{}

.service-process dl{ width: 31.3%;}
.service-process dl dt{ width: 100%; height: auto;}
.service-process dl dt img{ width: 100%; height: auto; border-radius:8px;}
.service-process dl dd{ width: 100%; height: auto; padding: 50px 30px 50px 30px;}
.service-process dl dd em{ display: block; width: 54px; height: 78px; line-height: 98px; position: relative; z-index: 333; margin-top: -100px; background: url(../images/Processicon1.png) no-repeat; text-align: center; color: #FFFFFF;  font-family: myFirstFont1; font-size: 1.7rem;}
.service-process dl dd h3{ margin-top: 25px; margin-bottom: 20px; line-height: 32px; min-height: 64px; font-size: 1.5rem;}
.service-process dl dd p{ font-size: 0.9rem; line-height: 20px;}


.service-commit{ margin-top: 40px; width: 100%; background: #f6fbff; padding-bottom: 60px;}
.service-commit-list{}
.service-commit-list dl{ background: #FFFFFF; box-shadow: 0px 8px 16px 1px rgba(20,64,99,0.08); border-radius: 20px; width: 48.5%; margin-bottom: 3%; padding: 45px;}
.service-commit-list dl dt{ width: 54px; height: 54px;}
.service-commit-list dl dd{ width: calc(100% - 54px); padding-left: 25px;}
.service-commit-list dl dd h3{ font-size: 1.5rem; line-height: 32px; margin-bottom: 10px;}
.service-commit-list dl dd p{ font-size: 0.9rem; line-height: 20px; margin-bottom: 15px;}





.service-our-advan{ width: 100%; height: auto; background: url(../images/service-advanbg.png) no-repeat center; background-size:cover; padding: 80px 0;}
.service-our-advan-list{}
.service-our-advan-list dl{ width: 32%; height: auto; text-align: center;}
.service-our-advan-list dl dt{ position: relative; width: 100%; height: auto;}
.service-our-advan-list dl dt img{ width: 100%; height: auto; border-radius: 6px;}
.service-our-advan-list dl dt h3{ color: #FFFFFF; position: absolute; left: 0; bottom: 0; padding: 15px; line-height: 30px; font-size: 1.1rem; width: 100%;}
.service-our-advan-list dl dd{ width: 100%; font-size: 1.1rem; line-height: 28px; padding: 10px 0;}

.service-value1{padding: 80px 0;}

.service-value1-list{}
.service-value1-list dl{ width: 31.3%;}
.service-value1-list dl dt{ width: 100%; height: auto;}
.service-value1-list dl dt img{ width: 100%; height: auto; border-radius:8px;}
.service-value1-list dl dd{ width: 100%; height: auto; padding: 50px  0;}
.service-value1-list dl dd em{ display: block; width: 54px; height: 78px; margin-left:30px;  position: relative; z-index: 333; margin-top: -100px; }
.service-value1-list dl dd em img{width: 54px; height: 78px;}

.service-value1-list dl dd h3{ margin-top: 25px; margin-bottom: 20px; line-height: 32px; min-height: 64px; font-size: 1.5rem;}
.service-value1-list dl dd p{ font-size: 0.9rem; line-height: 20px;}

.service-value-served{ width: 100%; height: auto; background: #f6fbff; padding: 80px 0; text-align: center;}
.service-value-served .auto1280{ padding: 0 90px;}
.service-value-served h2{font-size: 2.4rem; line-height: 52px; margin-bottom: 20px;}



.service-range{ padding-bottom:80px;}

.service-range dl{ width: 31.3%; margin-bottom:2%;}
.service-range dl dt{ width: 100%; height: auto;}
.service-range dl dt img{ width: 100%; height: auto; border-radius:8px;}
.service-range dl dd{ line-height:52px; height:52px; text-align:center; background:#0085ff; border-radius:8px; color:#fff; font-size:1.1rem; font-weight:bold;}




/*==????????==*/
.ContactInner{padding-bottom:0px !important}
.ContactInner .long .left,.ContactInner .long .right,.ContactInner #dituContent {height: 500px;}
.ContactInner .long .left {width:50%;}
.ContactInner .long .left img {}
.ContactInner .long .right {position:relative;width:50%;/* border:1px #ddd solid;*/padding:60px 40px 40px 50px;background:#f7f7f7; box-sizing:border-box;}
.ContactInner .long .right .title {color:#333333;font-size:1.4rem; line-height:32px;}
.ContactInner .long .right .tel {position:relative;margin-top:25px;color:#333333;font-size:14px;display:block;}
.ContactInner .long .right .tel font {margin-top:10px;font-size:30px;color:#00479b;display:block;font-weight:bold;}
.ContactInner .long .right .wx {min-height:156px;margin-top:20px;color:#333333;font-size:14px;display:block;line-height:26px;}
.ContactInner .long .right .consult {position:absolute;top:100px;right:60px;}
.ContactInner .long .right .ewm {position:relative;color:#737373;font-size:12px;text-align:center;display:block;line-height:15px;}
.ContactInner .long .right .ewm img {width: 120px;display:block;margin:0 auto 5px;}
.ContactInner .long .right .online {/* float:left;*/color:#fff;margin:30px auto 0;font-size:14px;padding:8px 40px;background:#00479b;display:block;border-radius:20px;text-align:center;}
.ContactInner .long .right .online:hover {background:#666;}
.ContactInner .map {}
.ContactInner #dituContent {height: 500px;}
.ContactInner #dituContent img{max-width: initial;}





/*==?????????==*/

.MessageCon{background: url(../images/MessageBg.jpg) no-repeat center;background-size:cover; padding:100px 0;}

.MessageCon .long{padding:80px; background: #fff;}

.MessageCon .title{margin-bottom:40px;overflow: hidden;}

.MessageCon .title h2{float:left;color:#191919;font-size:24px;}

.MessageCon .title .tel{float:right;margin-top:25px;color:#333333;font-size:26px;/*font-weight: bold;*/}

.MessageCon .title .tel em{display:block;float:left;margin-right:10px;margin-top:5px;color:#333;font-size:25px;font-weight:400;font-family:"iconfont";}

.MessageCon input{position: relative; float:left;width:49.5%;margin-bottom:1%}

.MessageCon .block:nth-child(2n+1){}

.MessageCon input,.MessageCon textarea{padding:15px 20px 15px 45px;border:1px #ddd solid; background-repeat:no-repeat ; background-position:15px 17px; box-sizing:border-box;}

.MessageCon textarea{width:100%;height:120px;}

.MessageCon button{width:25%;margin-top:20px;padding:16px 0;border:none;color:#fff;font-size:14px; background: #666;}

.MessageCon button:hover{background:#00479b}

.MessageCon .x1{background-image: url(../images/ico201.png);}

.MessageCon .x2{background-image: url(../images/ico202.png); margin-left:1%;}

.MessageCon .x3{background-image: url(../images/ico203.png);}

.MessageCon .x4{background-image: url(../images/ico204.png); margin-left:1%;}

.MessageCon .x5{background-image: url(../images/ico205.png);}





/*==????????==*/
.form-item{display: flex;flex-wrap: wrap;}
.form-item .shell{display: flex;width: calc(50% - 20px);margin-bottom:20px;border: 1px #ddd solid;padding: 10px 20px;align-items: center;background: #fff;}
.form-item .shell.w100{width:100%}
.form-item .ml{margin-left:20px;}
.form-item .shell.vt{    align-items: flex-start;}
.form-item h5 {/* width: 60px; */flex-shrink: 0;margin-right: 10px;color: #3a3a3a;font-size: 16px;}
.form-item .fill{flex: 1;/* width: 100%; */line-height: 30px;color: #fff;font-size: 15px;border: none;background: none;}
.form-item textarea{height:180px}
.form-item .submit{position: relative;width: 350px;display: table;/* margin-top: 10px; */color: #fff;font-size: 16px;padding: 18px 80px;border:none;cursor: pointer;border-radius: 5px;background: #00479b;}
.form-item .submit:after{opacity:0; content:"";position:absolute;left:0;top:0;right:0;bottom:0; background:#fff}
.form-item .submit:hover:after{opacity:0.2}
/*--*/
.form-item .code{flex-shrink: 0;/* width: 300px; */display: flex;margin-right: 20px;border: 1px #ddd solid; background: #fff;align-items: center;}
.form-item .code input{ flex: 1;}
.form-item .code img{height: 35px;margin: 0px 15px;flex-shrink: 1;cursor: pointer;}
.form-item .yzm{display: flex;/* margin:0 0 0 20px; */align-items: center;}
.form-item .yzm input{width: 150px;padding: 18px 20px;border: none;background: none;}
.form-item .explain{margin-top:20px;color: #9a9a9a;font-size:16px;}
.form-item .explain i{color:red}
.form-item .explain font{color: #00479b;font-weight:bold;}

.rack{width:100%;padding:50px 0; }

.goods_rack{width:100%;padding:50px 0; background: #f7f7f7;}
.titleBx{color:#000123;font-size:40px;margin-bottom:50px; text-align: center;}

.titleBx span{display: block; margin:10px auto 0;color:#bdbdbd;font-size:14px;font-weight:400}

/*==??????????==*/
 .news-list{display: flex;margin:0 0 -30px -30px;flex-wrap: wrap; padding:50px 0;}
 .news-list li{float:left;width: calc(33.3% - 30px);margin: 0 0 30px 30px;}
 .news-list li a{display: block;height:100%;background: #fff;border:1px #eee solid;}
 .news-list .pic{padding-top:60%; position:relative}
 .news-list .pic img{ position:absolute;top:0;left:0; width: 100%;height: 100%;object-fit: cover;}
 .news-list .box{padding:30px;}
 .news-list h4{color:#090929;font-size: 22px;margin-bottom:10px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
 .news-list p{-webkit-line-clamp: 2;color: #7a7a7a;font-size: 15px;line-height: 25px; height:50px; overflow:hidden; margin-bottom:20px;}
 .news-list .time{color: #999;font-size:14px;justify-content: space-between;align-items: center;}
 .news-list .time i{opacity: 0;font-size: 24px;}
 .news-list li:hover a{border-color:#00479b;transform: translateY(-0px);}
 .news-list li:hover h4{color:#00479b}
 .news-list li:hover .time i{opacity:1; color:#00479b;transform: translateX(-5px);}
 
 
 /*==?????????==*/
  .EssayCont{ padding:50px 0;}
 .EssayCont .lefter {float:left;width:70%;}
 .EssayCont .righter {float:right;width:25%;}
 .EssayCont .righter .shell {width:100%;margin-bottom:30px;border:1px #ddd solid}
 .EssayCont .righter .shell:last-child {margin-bottom:0px;}
 .EssayCont .righter .shell .tit {position:relative;color:#333333;font-size:18px;border-bottom:1px #e6e8eb solid;padding-bottom:15px;margin-bottom:20px;}
 .EssayCont .righter .shell .tit.bor:before {content:"";position:absolute;left:0;bottom:-1px;width:20%;height:1px;background:#00479b;}
 .EssayCont .righter .shell .tit .more{float:right;font-size:14px;color: #999;margin-top: 5px;transition: all .4s ease-in-out;}
 .EssayCont .righter .shell .tit .more:hover{color:#00479b}
 /*--*/
 .EssayCont .bgb {margin-bottom:30px;background:#fff;}
 .EssayCont .bgb:last-child {margin-bottom:0px;}
 .EssayCont .bgb.p3 {padding:20px; box-sizing:border-box;}

 /*--*/
 .EssayCont .news {}
 .EssayCont .news li {clear:both;width:100%;margin-bottom:12px;}
 .EssayCont .news li:last-child{margin-bottom:0px;}
 .EssayCont .news .one {position:relative;}
 .EssayCont .news .one h4 {position:absolute;left:0;right:0;bottom:0;width:100%;padding:10px 20px;color:#fff;font-size:14px;background:rgba(0,0,0,0.6)}
 .EssayCont .news .one:hover h4 {background:#00479b}
 .EssayCont .news .two{}
 .EssayCont .news .two a {position:relative;display:block;padding-left:15px;color:#333333;font-size:15px;}
 .EssayCont .news .two a:before {content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:#b2b2b2;}
 .EssayCont .news .title {width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
 .EssayCont .news .two:hover a {color:#00479b;}
 .EssayCont .news .two:hover a:before {background:#00479b;}
 /*--*/
 .EssayCont .content .titleTop{text-align: center;padding: 0 0 30px 0;margin: 0 0 40px 0;border-bottom: 1px #e4e4e4 solid;}
 .EssayCont .content .title{color:#333333;font-size:28px;}
 .EssayCont .content .msg{margin-top: 15px;color:#a7a7a7;font-size:14px;}
 .EssayCont .content .msg *,.NewsDetail .msg span,.NewsDetail .msg a{color:#a3a3a3;font-size:14px;}
 .EssayCont .content .msg span{margin:0 5px;}
 .EssayCont .content .msg a:hover,.NewsDetail .msg .active{color:#00479b}
 .EssayCont .content .msg .active{font-weight:bold;}
 .EssayCont .content .wor{min-height:300px;font-size:16px; line-height:30px;}
.EssayCont .content .wor img{ max-width:100%; height:auto;}


 /*--*/
 .EssayCont .pagIng{margin-top:60px;padding-top:50px;border-top:1px #eee solid;overflow: hidden;}
 .EssayCont .pagIng span{ display: inline-block;color:#888888;font-size:15px;}
 .EssayCont .pagIng li{width:47%;color:#666666;font-size:15px;padding: 15px 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #f6f6f6; box-sizing:border-box;}
 .EssayCont .pagIng li:hover{ background: #00479b; color:#fff;}
  .EssayCont .pagIng li:hover a{color:#fff;}
 .EssayCont .pagIng .prev{float:left}
 .EssayCont .pagIng .next{float:right} 

.proCat-title{ border-bottom:2px solid #ddd; padding:15px 0;}
.proCat-title b{ color:#00479b; font-size:28px; line-height:45px;}
.proCat-title a{ display: block;  height: 45px; line-height: 45px; font-size: 16px;  }
.proCat-title a span{ color: #00479b; padding-left: 10px;}

.app-menu-list{ padding:20px 0;}
.app-menu-list dl{ width: 23.5%; position: relative; text-align: center; }
.app-menu-list dl img{ width: 100%; height: auto;}
.app-menu-list dl dd{width:100%; height:52px; line-height:52px; font-size:16px; overflow: hidden; background:#eee; }

.sou-main{ padding:50px 0;}

.souList{ height:auto; overflow:hidden; padding:50px 0;}
.souList dl{ width:49%; height:auto; margin-bottom:2%; background:#f7f7f7;}
.souList dl dt{  width:35%; height:auto; overflow:hidden;}
.souList dl dt img{ width:100%; height:100%;}
.souList dl dd{  width:65%; height:100%; overflow:hidden; padding:30px;}
.souList dl dd a{ display:block; height:32px; line-height:32px; font-weight:bold; font-size:1.2rem; color:#111; overflow:hidden;}
.souList dl dd a:hover{ color:#00479b;}
.souList dl dd p{ font-size:1rem; line-height:28px; height:56px; overflow:hidden; margin-top:5px;}

.proCat-pro{ padding:20px 0;}
.proCat-pro dl{ width: 23.5%; position: relative; border: 1px solid #EEEEEE; border-radius: 8px; text-align: center; padding: 25px;}
.proCat-pro dl img{ width: 100%; height: auto;}
.proCat-pro dl dd{ }
.proCat-pro dl dd a{ display:block; width:100%; height:30px; line-height:30px; font-size:18px; font-weight:bold; overflow: hidden;}
.proCat-pro dl dd em{ display:block; height:18px; line-height:18px; overflow:hidden; font-style:normal; color:#666;}


.GoodsWzbox{ margin-top:88px;}
.GoodsWz{ width:100%; height:auto; line-height:26px; padding:10px 0; background:#fff; border-bottom:1px solid #eee; }
.GoodsWz i{ margin-right:10px; color:#00479b;}
.GoodsList{ padding:30px 0;}
.GoodsLeft{ width:25%;  }
.GoodsLeftBox{ width:100%; background:#f7f7f7; padding:30px; }
.GoodsLeft h2{text-transform: uppercase; color: #111111; font-size: 32px; line-height: 38px; font-family: myFirstFont1; }
.GoodsLeft dl{ margin-top:10px;}
.GoodsLeft dl dt{ width:100%; height:42px; line-height:42px; overflow:hidden; border-bottom:1px solid #eee; font-size:18px;}
.GoodsLeft dl dt i{ line-height:42px; font-weight:bold; font-size:22px; cursor:pointer;}
.GoodsLeft dl dd{ padding:5px 0; font-size:15px; border-bottom:1px solid #eee; display:none;}
.GoodsLeft dl dd a{ display:block; line-height:32px; height:32px; overflow:hidden; color:#666;}
.GoodsLeft dl dd a span{ margin-right:5px;}
.GoodsLeft dl dd a:hover{ color:#00479b;}
#lm_hover1{ color:#00479b;}

/* 旋转效果 */
.rotate {
    transform: rotate(180deg);
    transition: transform 0.3s; /* 设置旋转过渡效果 */
}
.GoodsMenuMobile{ display:none;}

.GoodsRight{ width:74%; height:auto;}
.GoodsRight dl{ width:31.3%; margin:0 1% 2% 1%; text-align:center; background:#f7f7f7; border-radius:6px; overflow:hidden; padding:30px;}
.GoodsRight dl dt{ width:100%; height:auto; overflow:hidden;}
.GoodsRight dl dt img{ width:100%; height:auto;}
.GoodsRight dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.GoodsRight dl dd{ width:100%; height:auto; padding-top:10px;}
.GoodsRight dl dd a{ font-weight:bold; color:#111; display:block; height:36px; line-height:36px; font-size:18px; overflow:hidden;}



.SearchList{ padding:30px 0;}
.SearchList dl{ width:23%; margin:0 1% 2% 1%; text-align:center; background:#fff; border-radius:6px; overflow:hidden; padding:20px;}
.SearchList dl dt{ width:100%; height:auto; overflow:hidden;}
.SearchList dl dt img{ width:100%; height:auto;}
.SearchList dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.SearchList dl dd{ width:100%; height:auto;}
.SearchList dl dd a{ font-weight:bold; color:#111; display:block; height:42px; line-height:42px; font-size:18px; overflow:hidden;}
.SearchList dl dd  em{ display:block; height:18px; line-height:18px; overflow:hidden; font-style:normal; color:#666;}

.GoodsContent{ padding:30px 0;}
.GoodsTab{ height:52px; line-height:52px; border:1px solid #eee;}
.GoodsTab li{ font-size:18px; cursor:pointer; border-right:1px solid #eee; width:50%; text-align:center;}
.GoodsTab li i{ margin-right:10px;}
.GoodsTab li:last-child{ border:none;}
.GoodsTab li.thistab{ background:#00479b; color:#fff;}
.Prodte{ padding:25px 0;}
.Prodteinfo{ width:100%; line-height:26px;}
.Prodteinfo table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: 100% !important;
    box-sizing: border-box;
    border-spacing: 0;
}

    .Prodteinfo table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .Prodteinfo table tr {
        background: #fff;
    }


.ProdteVideo{ width:100%; }
.ProdteVideo video{ width:100%; height:auto;}
.relaproducts{ width:100%; height:auto;}
.relaproducts dl{ width:23%; margin:0 1% 2% 1%; text-align:center; background:#f7f7f7; border-radius:6px; overflow:hidden; padding:20px;}
.relaproducts dl dt{ width:100%; height:auto; overflow:hidden;}
.relaproducts dl dt img{ width:100%; height:auto;}
.relaproducts dl dt a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.relaproducts dl dd{ width:100%; height:auto;}
.relaproducts dl dd a{ font-weight:bold; color:#111; display:block; height:42px; line-height:42px; font-size:18px; overflow:hidden;}

.reladownload{ width:100%; height:auto;}
.reladownload li{ width:49%; line-height:46px; border-bottom:1px dotted #ccc;}
.reladownload li span i{ margin-right:5px;}
.reladownload li a em{margin-right:5px;}

/*==产品详情↓==*/

/*==字符串↓==*/



@font-face {
  font-family: 'iconfont';  /* Project id 1963410 */
  src: url('../fonts/font_1963410_g2n4e42qv0n.woff2') format('woff2'),
       url('../fonts/font_1963410_g2n4e42qv0n.woff') format('woff'),
       url('../fonts/font_1963410_g2n4e42qv0n.ttf') format('truetype');
}

.ProductShow { padding:30px 0;}

.DetailCont .top {}

/*--*/

.DetailCont .pst-left {float:left;width:40%;}

.DetailCont .pst-right {float:right;width:55%}

/*--*/

.pst-right .title {color:#191919;margin-bottom:5px;font-size: 28px;  font-family: myFirstFont1; }
.pst-right h2{  font-size:1rem; line-height:28px; }
.pst-right h3{  font-size:1rem; line-height:28px; margin-bottom:10px;}
.pst-right h4{ font-weight:normal; font-size:16px; line-height:28px; margin-top:10px;}
.pst-right b{ display:block; margin-top:10px; font-weight:normal; color:#666; font-size:15px; line-height:26px;}
.pst-right .number {color:#666;font-size:18px;display:block;margin-top:20px;}
.pst-right table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
}

.pst-right table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

.pst-right table tr {
        background: #fff;
    }

.pst-right table tr:nth-child(1) {
            background: #f6f6f6;
        }
.pst-right .wx {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #666;
}

.pst-right .rok {-webkit-line-clamp:3;}

.pst-right .tel {color:#191919;height: 46px;line-height: 46px;font-size: 23px;display: inline-block;margin-top: 30px;border: 1px solid #00479b;}

.pst-right .tel i {float:left;color: #fff;font-size:25px;background: #00479b;padding: 10px;height: 46px;width: 60px;text-align: center;}

.pst-right .tel font {color:#00479b;}
.pst-right .tel  a{
    display: inline-block;
    padding: 0px 15px;
    transition: all .3s;
    font-size: 16px;
}
.pst-right .tel  a:hover{background:#00479b; color:#fff}

.pst-right .online {margin-top:40px;overflow:hidden;}

.pst-right .online a {float:left;margin-right:20px;color:#fff;font-size:14px;padding:12px 50px;border:1px #1b1b1b solid;background:#1b1b1b;}

.pst-right .online a.cor {color:#1b1b1b;background:#fff;}

.pst-right .online a:hover {color:#fff;border-color:#00479b;background:#00479b;}

.pst-right .trait {padding:25px 0;display:flex;justify-content:space-between;margin-top: 30px;}

.pst-right .trait li {position:relative;color:#555;font-size:18px;display:flex;align-items:center;justify-content:center;}

.pst-right .trait li:before {margin:0 8px 0 0;font-size:28px;}

.pst-right .trait li:nth-child(1):before {content:"\e75c"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.pst-right .trait li:nth-child(2):before {content:"\ea00"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.pst-right .trait li:nth-child(3):before {content:"\e703"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

/*--*/

.psc-content {margin-top:70px;}

.psc-content .wx {}

.psc-content .wor {line-height:26px;font-size:16px;}

.psc-content .long td p{ padding:8px 0px 8px 20px ;font-size:16px;}

.psc-content .long {position:relative;display:flex;}

.psc-content .psd-left {flex:1;min-width:50%}

.psc-content .psd-right {flex-shrink:0;width:360px;margin-left:50px;}

.psc-content .tone {position:relative;display:flex;margin-bottom:30px;border-left:1px #eee solid;}

.psc-content .tone:before,.psc-content .tone:after {content:"";position:absolute;left:-10%;right:-10%;top:0;height:1px;background:#ddd;}

.psc-content .tone:after {bottom:0;top:auto;}

.psc-content .tone li {position:relative;display:inline-block;color:#444444;font-size:18px;padding:18px 30px;border-right:1px #eee solid;cursor:pointer;align-items:center;justify-content:center;}

.psc-content .tone li:before {content:"";float:left;color:#444;font-size:24px;margin-right:10px;}

.psc-content .tone li:after {content:"";position:absolute;left:0;bottom:0px;width:100%;z-index:1;height:2px;transition:transform .5s;transform:scale(0,1);transform-origin:right;background:#00479b;}

.psc-content .tone li.thistab,.psc-content .tone li:hover {color:#00479b}

.psc-content .tone li.thistab:before,.psc-content .tone li:hover:before {color:#00479b}

.psc-content .tone li.thistab:after,.psc-content .tone li:hover:after {transform:scale(1);transform-origin:left;}
.psc-content .tone li.x1{border-left:1px #eee solid;}
.psc-content .tone li.x1:before {content:"\e6b9"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x2:before {content:"\e68f"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x3:before {content:"\e692"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .tone li.x4:before {content:"\e694"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.psc-content .frame {margin-bottom:50px;padding-bottom:40px;border-bottom:1px #ddd solid}

.psc-content .frame:last-child,.psc-content .mr {}

.psc-content h2 {position:relative;color:#333;font-size:22px; margin:15px 0; padding-left:20px}

.psc-content h2:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#0068cb;}

.psc-content h3 {position:relative;color:#333;font-size:22px; margin:15px 0; padding-left:20px}

.psc-content h3:before {content:"";position:absolute;left:0;top:20%;width:3px;height:60%;background:#0068cb;}
.psc-content img{ border:1px solid #eee; border-radius:20px; margin:15px 0; padding:25px; box-shadow: 3px 3px 10px 0 rgba(0,0,0,.1);}

.psc-content .download {}

.psc-content .download li {display:flex;color:#666;font-size:15px;margin-bottom:2px;background:#e9eef4;}

.psc-content .download .state {padding:13px 20px;display:block;border-right:1px #dedede solid;}

.psc-content .download .state:last-child {border-right:none}

.psc-content .download .title {flex:1;color:#333;}

.psc-content .download .block {width:200px;flex-shrink:0;color:#666;}

.psc-content .download .file:before {content:"\e784";float:left;margin:3px 5px 0 0;font-size:20px;color:#666}

.psc-content .download .file:hover {color:#00479b}

.psc-content .download .file:hover:before {color:#0068cb}

.psc-content .download .top * {color:#00479b;font-weight:bold;}

.psc-content table {
    border: 1px solid #ccc;
    border-left: 0px;
    border-top: 0px;
    font-size: 14px;
    table-layout: fixed;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 0;
}

    .psc-content table td {
        border: 1px solid #ccc;
        border-right: 0px;
        border-bottom: 0px;
        padding: 8px 2px;
        text-align: center;
        word-wrap: break-word;
    }

    .psc-content table tr {
        background: #fff;
    }

        .psc-content table tr:nth-child(1) {
            background: #f6f6f6;
        }



/*--*/

.psd-right .title {position:relative;color:#666;font-size:20px;margin-bottom:20px;border-bottom:1px #ddd solid;padding-bottom:20px;}

.psd-right .title:before {content:"";position:absolute;left:0;bottom:-1px;width:40px;height:2px;background:#00479b}

.psd-right .shell {margin-bottom:30px;border:1px #eee solid;box-shadow:6px 6px 15px #eee;padding:30px;background:#fff;}

.psd-right .thing {}

.psd-right .thing .pic {}

.psd-right .thing h4 {color:#333;font-size:18px;margin-top:20px;}

.psd-right .thing p {-webkit-line-clamp:1;color:#666;font-size:14px;margin-top:10px;}

.psd-right .list {}

.psd-right .list li {margin-bottom:20px}

.psd-right .list li:last-child {margin-bottom:0px;}

.psd-right .list h4 {color:#333;font-size:16px;margin-top:15px;}

/*--*/

.srll-recom {position:relative;}

.srll-recom .swiper-container {padding:6px;}

.srll-recom .product-list li {}

/*--*/

.psd-right {}

.is-affixed .info {margin-top:50px}





/*==左右图片切换↓==*/

.srllOrso {display:flex}

.srllOrso .leftPic {width:80%;float:left;border:2px #efefef solid;background:#fff; overflow:hidden;}

.srllOrso .leftPic img {display:block;margin:auto;max-width:100%;height: 100%; }

.srllOrso .rightPic {width:20%;float:right;margin-left:15px;}

.srllOrso .rightPic li {height:20%;margin-bottom:20px;border:2px #efefef solid;cursor:pointer;background:#fff; overflow:hidden;}

.srllOrso .rightPic li img {display:block;max-width:76%; height: auto;margin:auto; margin-top:6px !important; }

.srllOrso .rightPic li.swiper-slide-thumb-active {border-color:#00479b;}

.srllOrso .leftPic,.srllOrso .rightPic {height: 461px;}

.srllOrso .leftPic .look {opacity:0;position:absolute;left:0;bottom:0;z-index:2;width:100%;padding:6px;color:#fff;font-size:16px;height:40px;text-align:center;transform:translateY(40px);background:rgba(0,0,0,0.5);}

.srllOrso .leftPic .look i {margin-right:10px;display:inline-block;font-size:20px; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .leftPic:hover .look {opacity:1;transform:translateY(0px);}

.srllOrso .rightPic:hover .btn {opacity:1 !important;}

.srllOrso .btn {opacity:0;position:absolute;top:0;left:0;right:0;z-index:2;margin:0px;padding:5px 0;cursor:pointer;text-align:center;background:rgba(0,0,0,0.4);transition:all .4s ease-in-out;}

.srllOrso .btn:before {color:#fff;font-size:32px;display:block;}

.srllOrso .sPrev:before {content:"\ebd1"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .sNext:before {content:"\eb9c"; font-style: normal;font-family: "iconfont";transition: all .4s ease-in-out}

.srllOrso .btn.sNext {top:auto;bottom:0;}

.srllOrso .btn:hover {opacity:1;background:rgba(0,0,0,0.6)}







/*==滚动大图↓==*/

.srllPho{ position: relative;;width: 100%;margin: auto;}

.srllPho .gallery-top{border: 1px #ddd solid; background:#fff ;}

.srllPho .gallery-top .look{ opacity:0; position:absolute; left:0;bottom:0;z-index:2;width:100%;padding:10px; color:#fff;font-size:16px;height:40px;text-align:center;transform: translateY(40px);  background:rgba(0,0,0,0.5) ;}

.srllPho .gallery-top .look i{ margin-right:10px; display:inline-block;font-size:20px;}

.srllPho .gallery-top:hover .look{opacity:1 ; transform: translateY(0px);}

.srllPho .gallery-top li{height:500px;}

.srllPho .gallery-top li img{max-width:initial;max-height:100%;width:auto;display: block;margin:auto;}

.srllPho .gallery-thumbs{margin-top:15px;padding: 0 50px;}

.srllPho .gallery-thumbs li{ width: 20%;height: 100%; border:2px #ddd solid; cursor: pointer; background:#fff;}

.srllPho .gallery-thumbs li.swiper-slide-thumb-active{ border:2px #00479b solid;}

.srllPho .gallery-thumbs li img{max-width:100%;display: block;margin:auto;height:80px}

.srllPho .btn{opacity: 1;top:0;left:0;width: 40px;height:100%;padding:0 0;display:table;border-radius: 0%;margin: 0px;text-align:center; /*! border-radius: 5px; */color:#00479b;font-size:40px;background-image:none;background-color:#ddd;background-position:center;background-repeat:no-repeat;background-size: auto;}

.srllPho .btn i{ display: table-cell;vertical-align: middle;padding: 0px;}

.srllPho .btn.nt{left:auto;right:0;}

/*.srllPic .btn.next{transform:rotate(180deg);}*/

.srllPho .btn:hover,.srllPho .btn:hover i{color:#fff; background-color:#00479b;}

.srllPho .swiper-button-disabled{opacity: .5;}

/*.srllPic .btn:hover{ opacity: 1;}*/

.srllPho .gallery-top li a{height:100%; display: -webkit-box !important; display: -webkit-flex !important;display: -ms-flexbox !important;display: flex !important;-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center;justify-content: center; -webkit-box-align: center;  -webkit-align-items: center;-ms-flex-align: center;align-items: center}



@media (max-width: 767px) {
body{ font-size: 0.9rem;}
.auto1280{ width: 94%; height: auto; }
.auto_1280{ width: 94%; height: auto;}
header{ display: none !important;}

.HeaderM{ display: block ;  background: #FFFFFF; overflow: hidden; position: fixed; left: 0; top: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #dedede; z-index: 9999; width: 100%; padding: 0 3%;}
.HeaderM .logo{ float: left; width: auto; height:50px; overflow: hidden; padding-top:10px;}
.HeaderM .logo a{ display: block; overflow: hidden;   width: auto; height:40px;}
.HeaderM .logo a img{width: auto; height:40px;}
.HeaderM .mlang{ float: right; margin-right: 30px;}
.HeaderM .mlang img{ padding-right: 10px;}
.m-menu{float: right;width: 30px; }
.m-menu .icon{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;cursor: pointer;}
.m-menu .icon a{ display: block; width: 30px;}
.m-menu .icon>span{display: inline-block;width: 30px;height: 1px;background: #333;margin: 4px 0;display: inline-block;}
.kefu-posi{ display: none;}
#mmenu {
	z-index:9999;  opacity: 1.0;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:85%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #00479b;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#0201ff;
	width:15%;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#00479b url(../images/search3.png) no-repeat center center;
}
.nosub a.mm-next{ display:none;}
.top-bar{ display: none;}
.main_visual{margin-top:61px;}
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item img{ width: 100%; height: auto;}

.main_visual .owl-dots{  height: 8px;  bottom:10px; }
.main_visual .owl-dots .owl-dot{ margin:0 3px;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 8px; height: 8px; }


.main_visual .owl-carousel .item img.Bpic{ display: none;}
.main_visual .owl-carousel .item img.Bmpic{ display:block;}


.home-aboutbg{ padding: 30px 0;}
.home-about-left{ width: 100%;}


.home-about-right{ width: 100%; padding-left: 0; padding-top: 25px;}
.home-about-right h2{ font-size: 1.6rem; line-height: 36px; padding-right: 0;}
.home-about-right p{ font-size: 0.9rem; line-height: 22px; margin-top: 10px;}

.home-about-right ul{ margin-top:15px;  padding: 15px; border-left:3px solid #0085ff;}
.home-about-right a{margin-top: 25px;  padding: 0 25px;}

.home-productsbg{padding: 30px 0 ;}
.home-products-title{ padding-bottom: 20px;}
.home-products-title h2{ font-size: 1.6rem; line-height:36px; }



.home-products{ padding-bottom: 50px;}
.main_visual1 .owl-carousel .item{ padding: 25px; }
.main_visual1 .owl-carousel .item b{ font-size: 1.2rem;  margin-bottom: 15px;}
.main_visual1 .owl-carousel .item p{margin-bottom: 55px;}
.main_visual1 .owl-carousel .item em{margin-top:20px;   padding: 0 25px;}

.main_visual1 .owl-dots{ width: 100%; text-align: center; height: 24px; position:absolute; left: 0; bottom: -40px;  z-index: 999;}


.home-service{  padding:30px 0;}

.home-service-box1{ padding: 0;}
.home-service-box1-left{ width: 100%;}


.home-service-box1-right{ width:100%;  padding-left: 0; padding-top: 25px;}
.home-service-box1-right h2{ font-size: 1.6rem; line-height:36px; }


.home-service-box1-right a{ padding: 0 25px;}

.home-service-box2{ padding: 20px 0;}
.home-service-box2 dl{ width: 100%; padding:20px; margin-bottom: 15px;}



.home-service-box3{ padding-top: 20px;}
.home-service-box3-item{ width: 100%; height: auto; position: relative; padding: 20px;}
.home-service-box3-item:nth-child(1){  border-radius: 8px 8px 0px 0;}
.home-service-box3-item:nth-child(3){  border-radius: 0px  0  8px  8px} 

.home-service-box3-item img.home-sericon{display: none;}
.home-service-box3-item a{  font-size: 1.2rem;   margin-bottom: 10px;}
.home-service-box3-item ul{margin-top: 15px; width: 100%; }

.home-service-box3-itemlist{ width: 100%}
.home-service-box3-itemlist dl{ width: 100%; }



.home-faqbg{  padding: 30px 0;}
.home-faq-left{width: 100%;}
.home-faq-left b{  font-size: 1.6rem; line-height:36px; margin-top: 10px; margin-bottom: 10px;}


.home-faq-left-list dl{ margin-top: 10px;  padding: 15px; }
.home-faq-left-list dl dt{  font-size: 1.1rem; height: 28px; line-height:28px;}

.home-feedback{ width: 100%;  padding:20px; margin-top: 20px;}
.home-feedback h3{ font-size: 1.4rem; color: #FFFFFF; line-height: 32px;}


.home-blog-title{ padding: 30px 0;}
.home-blog-title-left h2{ font-size: 1.6rem; line-height: 36px; padding-right: 0;}
.home-blog-title-left em{ margin-bottom: 10px;}
.home-blog-title a{display: none;}


.home-blog{ padding-bottom:30px;}
.home-blog-left{ width:100%;}
.home-blog-left-admin{  height: 50px; line-height: 48px; }
.home-blog-left-admin span{ margin-right: 15px; }
.home-blog-left-admin span img{ margin-right: 5px; vertical-align: middle;}
.home-blog-left-info{ padding-top: 15px;}
.home-blog-left-info a.bloglinks1{  font-size: 1.2rem; }

.home-blog-left-info a.bloglinks2{padding: 0 25px; margin-top:20px;}



.home-blog-right{ width: 100%; margin-top: 20px;}
.home-blog-right dl{ padding-bottom: 10px; margin-bottom: 10px; }
.home-blog-right dl dt{ width:100%;}
.home-blog-right dl dd{ width: 100%; padding-left: 0; }
.home-blog-right-admin{ width: 100%; height:52px; line-height: 50px; }
.home-blog-right-admin span{ margin-right: 15px; }
.home-blog-right-admin span img{ margin-right: 5px;}
.home-blog-right dl dd a{margin: 10px 0;   font-size: 1.2rem;}


.home-customer{  padding: 30px 0;}
.home-customer-title{ padding-bottom: 15px;}
.home-customer-title h2{  font-size: 1.6rem; line-height: 36px;}


.home-customer-item{ width: 100%;  padding: 20px; margin-bottom: 10px;}



.footer-box{ display: none;}
.footer-copy{ width: 100%; height: auto; line-height: 28px; text-align: center; padding: 15px 0; margin-bottom: 70px;}
.footer-copy span{ display: none;}



.fposi{ width:100%; height:70px; background:#00479b; position:fixed; left:0; bottom:0; display:block; z-index:999; }
.fposi a{ display:block; float:left; text-align:center; width:25%; height:70px; color:#fff !important; border-right:1px solid #EEEEEE;  box-sizing: border-box; }
.fposi a:last-child{ border:none}
.fposi a img{ width:30px; height:auto; padding-top:8px;}
.fposi a p{ line-height:32px; font-size:0.9rem}


.optain{ display:none; background:rgba(0,0,0,.5); width:100%; height:100%; position:fixed; left:0; top:0; z-index:999;}
.optain-close{ width:27px; height:27px; background:url(../images/close.png) no-repeat; cursor:pointer; position: absolute; right:20px; top:120px;}
.optain-search{width:100%; height:100%; }
.optain-search-box{ width:94%; margin:0 auto;}
.optain-search-box input{ width:80%; height:42px; line-height:42px; background:#fff; border-radius:4px 0 0 4px; border:none; padding:0 15px; font-size:0.9rem;}
.optain-search-box button{ width:20%; height:42px; line-height:42px; background:#00479b; border-radius:0 4px 4px 0; color:#fff; font-size:1rem; border:none;}


.banner2{  padding: 50px 0; margin-top: 61px;}
.banner2 h1{  font-size: 1.4rem; line-height: 40px;}
.banner2 p{font-size: 0.9rem; line-height: 24px;}




.about-weare{  padding: 30px 0;}
.about-we-info{  padding: 0 30px;}
.about-we-info p{ padding-bottom: 15px;}


.about-we-box{ margin-top: 25px;  padding: 15px; }
.about-we-box-left{ width: 100%; height: auto;}
.about-we-box-right{ width:100%; height: auto; padding-left: 0; padding-top: 25px;}
.about-we-box-right p{ margin-bottom: 15px;}


.about-culture{margin-top: 0; padding: 30px 0;}
.about-culture .auto1280{ padding: 0;}
.about-culture p{ margin-bottom: 15px;}


.about-even{ padding: 30px 0;}
.about-even-left{ width: 100%; }

.about-even-right{ width: 100%;  padding-left: 0; padding-top: 25px;}
.about-even-right p{ margin-bottom: 15px;}


.service-sourcing1{ padding-top:30px;}


.service-sourcing2{ padding:20px 0;}
.service-sourcing2-item{ margin-bottom: 20px;}
.service-sourcing2-item-left{ width: 100%; }

.service-sourcing2-item-right{ width:100%; padding:25px 0; border-bottom:1px solid #EEEEEE;}
.service-sourcing2-item-right h2{ font-size: 1.5rem; line-height: 36px; margin-bottom: 15px;}
.service-sourcing2-item-right p{ font-size: 0.9rem; line-height: 22px;}

.service-sourcing2-item:nth-child(odd) .service-sourcing2-item-right{ padding-left: 0;}
.service-sourcing2-item:nth-child(even) .service-sourcing2-item-right{ padding-right: 0;}


.service-pricing .auto1280{ padding:30px;}
.service-pricing .auto1280 h2{ font-size: 1.5rem; line-height:36px; margin-bottom:10px;}

.service-pricing .service-pricing-info p{ padding: 0 20px;}

.service-title{ padding: 30px 0; text-align: center;}
.service-title h2{font-size: 1.5rem; line-height: 36px; margin-bottom: 15px;}


.service-process dl{ width: 100%;}
.service-process dl dd{ padding: 50px 20px 30px 20px;}
.service-process dl dd h3{ margin-top:15px; margin-bottom: 10px; font-size: 1.4rem;}


.service-commit{ margin-top:20px;  padding-bottom: 30px;}
.service-commit-list dl{width: 100%; margin-bottom: 10px; padding: 25px;}
.service-commit-list dl dd h3{ font-size: 1.3rem; line-height: 28px; }

.service-our-advan{ padding: 30px 0;}
.service-our-advan-list dl{ width: 100%;}


.service-value1{padding: 30px 0;}


.service-value1-list dl{ width: 100%;}
.service-value1-list dl dd h3{ margin-top: 15px; margin-bottom: 10px; line-height: 32px; min-height: 64px; font-size: 1.4rem;}


.service-value-served{  padding: 30px 0; text-align: center;}
.service-value-served .auto1280{ padding: 0 30px;}
.service-value-served h2{font-size: 1.5rem; line-height: 36px; margin-bottom: 10px;}


/*--*/
.ContactInner .long .left{ display:none;}
.ContactInner .long .right{padding: 20px; width:100%; height:auto;}
.ContactInner .long .right .title{font-size: 18px;}
.ContactInner .long .right .tel{margin-top:10px;font-size:14px;}
.ContactInner .long .right .tel:before{top:32px;width:10px;height: 2px;}
.ContactInner .long .right .tel:after{left:13px;top:32px;width:25px;height: 2px;}
.ContactInner .long .right .tel font{margin-top: 25px;font-size: 20px;}
.ContactInner .long .right .wx{min-height:auto;margin-top: 10px;font-size:14px;line-height: 24px;}
.ContactInner .long .right .consult{position: initial;margin-top: 25px;}
.ContactInner .long .right .ewm{float: left;margin-right: 30px;}
.ContactInner .long .right .ewm:before{content:"";position:absolute;right: -15px;top: 20%;width:1px;height: 60%;border-right: 1px #ddd dashed;}
.ContactInner .long .right .ewm:after{right:-20px;}
.ContactInner .long .right .online{float: left;display: table;margin: 50px 0 0 0px;font-size:14px;padding: 5px 20px;}
.ContactInner .long .right .rt{margin-top:15px;}
.ContactInner #dituContent{height:220px;}
/*--*/
.MessageCon{ padding:50px 0;}
.MessageCon .long{padding:20px;}
.MessageCon .title{margin-bottom:20px;}
.MessageCon .title h2{font-size:18px;width: 100%;}
.MessageCon .title .tel{margin-top:15px;font-size:20px;width: 100%;}
.MessageCon .title .tel em{margin:5px 10px 0 0;font-size:20px;}
.MessageCon input{width:100%;margin-bottom:1%}
.MessageCon .block:nth-child(2n+1){margin-left:0;}
.MessageCon input,.MessageCon textarea{padding:10px 20px 10px 40px;background-position:10px 12px;}
.MessageCon textarea{height:100px;}
.MessageCon button{width:49%;margin-top:15px;padding:10px 0;font-size:14px;}
.MessageCon .x2{ margin-left:0;}
.MessageCon .x4{ margin-left:0;}

/*--*/
.news-list{ margin:0 0 -12px -12px; padding:20px 0;}
.news-list li{ width:calc(100%);margin:0 0 12px 12px;}
.news-list .box{padding:15px;}
.news-list h4{ font-size:15px;margin-bottom:8px; }
.news-list p{ font-size:13px;line-height:22px; height:44px; overflow:hidden;}
.news-list .time{margin-top:15px;  font-size:12px;}
.news-list .time i{ font-size: 16px;} 

/*--*/
.EssayCont .lefter{width:100%;}
.EssayCont .righter{display: none;}

.sou-main{ padding:30px 0;}

.proCat-title{ border-bottom:2px solid #ddd; padding:15px 0;}
.proCat-title b{font-size:1.2rem; line-height:35px;}
.proCat-title a{  height: 35px; line-height: 35px;  }


.reladownload li{ width:100%; }


.proCat-pro dl{ width: 49%; margin-bottom:2%;}

.psc-content .left{ float:none !important;}
.psc-content .right{ float:none !important;}
/*--*/
.DetailCont .pst-left{width:100%;}
.DetailCont .pst-right{width:100%;margin-top:30px}
/*--*/
.pst-right .title{
    font-size: 24px; margin-bottom:10px;
}
.pst-right .number{font-size: 14px;margin-top: 10px;}
.pst-right .wx {padding: 0;font-size:14px;min-height:50px;line-height:26px;}
.pst-right .rok{-webkit-line-clamp:3;}
.pst-right .tel {font-size:18px; margin-top:10px;}
.pst-right .tel i{font-size:22px;margin:0;}
.pst-right .online {margin-top:10px;}
.pst-right .online a{margin-right:20px;font-size:13px;padding:10px 40px;}
.pst-right .trait {padding-top:0;}
.pst-right .trait li {font-size:14px;}
.pst-right .trait li:before {margin:0 5px 0 0;font-size:24px;}
/*--*/
.psc-content{margin-top:5px;}
.psc-content .wor{
    line-height:26px;
    font-size:15px;
 
}
.gsContent1 h3{font-size:30px;    line-height: 40px;}
	
.psc-content .long{display: block;}
.psc-content .prodetial dl {width: 77%;margin-top: 9px;box-shadow: 0 0 20px rgb(12 49 113 / 16%);}
.psc-content .prodetial dl dt{width: 99%;float:none}
.psc-content .prodetial dl dd{width: 99%;float:none}
.psc-content .psd-right{display:none}
.psc-content .tone{margin-bottom:40px;}
.psc-content .tone li{font-size: 16px;padding: 15px 20px;}
.psc-content .tone li:before{font-size: 20px;margin:2px 5px 0 0;}
.psc-content .frame{margin-bottom:40px;padding-bottom:40px;}
.psc-content .theme {font-size:18px;margin-bottom:20px;padding-left:15px}
.psc-content .download li{font-size: 14px;}
.psc-content .download .state{padding: 10px 20px;}
.psc-content .download .block{width:150px;} 

	
/*--*/
.srllOrso .leftPic, .srllOrso .rightPic{height: 400px;}
/*--*/
.srllPho .leftPic, .srllPho .rightPic{height: 400px;}
/*--*/
.work-list li{margin-bottom: 30px;padding-bottom: 30px;flex-direction: column !important;}
.work-list .pic{width: 100%;margin: 0px !important;}
.work-list .info{width: 100%;margin-top: 20px;font-size: 15px;line-height: 28px;}

/*--*/
.srllOrso{display: block;}
.srllOrso .leftPic{width:100%;height:250px;}
.srllOrso .rightPic{width: -webkit-fill-available;height:auto;margin: 30px 0 0 0;}
.srllOrso .rightPic li{height:auto;margin-bottom:0px;}
.srllOrso .btn{opacity: 1;left: 0;display: flex;width: 30px;height: 100%;padding:2px 0;align-items: center;justify-content: center;}
.srllOrso .btn:before{font-size:25px;}
.srllOrso .sNext{left:auto;right:0;}
.srllOrso .sPrev:before{transform:rotate(-90deg);}
.srllOrso .sNext:before{transform:rotate(-90deg);}

.psc-content h3,.psc-content h2{ font-size:17px;}
.GoodsWzbox{ margin-top:61px;}

.goods_rack{padding:30px 0;}


.SearchList{ padding:0;}
.SearchList dl{ width:48%; }

.service-range{ padding-bottom:30px;}

.service-range dl{ width: 100%; margin-bottom:15px;}
.service-range dl dd{ line-height:42px; height:42px; font-size:1rem; font-weight: normal;}





}


