﻿@font-face
{
    font-family: myFirstFont1;
    src: url(../fonts/BAIJAMJUREE-BOLD.TTF);
}
@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/BAIJAMJUREE-MEDIUM.TTF);
}
*{ 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: 26px; min-width: 1360px;}
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: #04b2d7;}
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;}
.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; }
.flex-center-contain3 {   align-items: flex-start; justify-content: center;}
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,
#core .core,
#service .service,
#solution .solution,
#contact .contact,
#news .news,
#about .about{color: #04b2d7;font-weight: bold;}

#translate{ display: none;}

.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;}

header{ height: 110px; padding: 15px 0; position: fixed; left: 0; top: 0; z-index: 999; width: 100%; background: #FFFFFF; box-shadow: 3px 3px 20px 0 rgba(0,0,0,.1); }
header .logo{ width: 223px; height: 80px;}
header .logo a{ width: 223px; height: 80px; display: block; background: url(../images/logo.jpg) no-repeat;}
header .logo a h1{ display: none;}

header .hright{ }
header nav li{ line-height: 42px;  font-size: 1.1rem; position: relative;}
header nav li a{ display: inline-block; padding: 0 30px;}
header nav li:hover ul{ display: block;}
header nav li ul::before {
    content: "";
    position: absolute;
    top: -10px; /* 距离上方位置 */
    left: 40px; /* 可根据需要调整位置 */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #04B2D7; /* 设置三角形颜色 */
}
header nav li ul{ display: none; position: absolute; left: 0; top: 42px; width: 240px;  background: rgba(4,178,215,0.7);}
header nav li ul li{  font-size: 1rem;}
header nav li ul li a{ color: #FFFFFF; font-size: 1rem; display: block;}
header nav li ul li a:hover{ color: #FFFFFF; background: #04B2D7;}

header .hsearch{ padding-left: 40px; line-height: 42px;}
header .hsearch a{ display: block; line-height: 42px; font-size: 1.4rem; color: #04B2D7;}


.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:60%; margin:0 auto;}
.optain-search-box input{ width:90%; 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:10%; height:42px; line-height:42px; background:#04B2D7; border-radius:0 4px 4px 0; color:#fff; font-size:1rem; border:none;}


/**banner**/
.main_visual{ margin-top: 110px;}
.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{width:16px;height: 28px;background-repeat: no-repeat; background-size:cover; background-position: center center; position: absolute;top: 50%;margin-top: -14px;text-indent: -999px; overflow: hidden;}
.main_visual .owl-prev{background-image: url(../images/BL.png);left: 8%; }
.main_visual .owl-next{background-image: url(../images/BR.png);right: 8%; }
.main_visual .owl-dots{ width: 100%; text-align: center; height: 12px; position:absolute; left: 0; bottom:20px;  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:#ccc; border-radius:50%; }
.main_visual .owl-dot.active span{background: #04b2d7;  }
.main_visual .owl-controls{ height: 0;}
.main_visual .owl-nav{ height: 0;}

.home-about{ width: 100%; height: auto; background: url(../images/home-about.jpg) no-repeat center; padding: 100px 0;}
.home-about-left{ width: 40%; padding-top: 120px;}
.home-about-left img{ width: 100%; height: auto; border-radius:18px;}

.home-about-right{ width: 60%; height: auto; padding-left: 100px;}
.home-about-right h2{font-family: myFirstFont1; font-size: 2.4rem; color: #111; line-height: 52px; margin-bottom: 20px; text-transform: uppercase;}
.home-about-right p{ line-height: 30px; margin-bottom:15px;}
.home-about-right a{ display: inline-block; padding: 0 25px; margin-top: 25px; height: 48px; line-height: 48px; background: #04B2D7; border-radius:30px; color: #FFFFFF;}
.home-about-right a:hover{ background: #111111;}
.home-about-right a i{ margin-left: 10px;}


.home-solution{ margin: 40px 0; height: 163px; line-height: 163px; text-align: center; font-family: myFirstFont1; font-size: 2.4rem;  color: #111111; width: 100%; background: url(../images/home-soutitle.png) no-repeat center; }

.home-solution-list{}
.home-solution-list dl{ display: none; width: 24%; margin-bottom: 1.5%; color: #FFFFFF; position: relative; cursor: pointer;}
.home-solution-list dl dt{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; border-radius:12px; transition: all ease .1s;}
.home-solution-list dl dt div{ width: 100%;}
.home-solution-list dl dt b{ display: block; color: #FFFFFF; font-size: 1.2rem; height: 42px; line-height: 42px; margin-top: 15px;}
.home-solution-list dl dd img{ width: 100%; height: auto;border-radius:12px;}
.home-solution-list dl:hover dt{ background: rgba(4,178,215,0.7);}


footer{}
.footer-left{ width: 40%; padding: 50px 50px 50px 150px; color: #FFFFFF; overflow: hidden; background: linear-gradient( 90deg, #04b2d7 0%, #06bfe6 100%);}
.footer-left h2{ font-size: 1.4rem; line-height: 32px; margin-bottom: 10px;  font-family: myFirstFont1;}
.footer-left-info{ line-height: 28px;}

.footer-right{ width: 60%; padding: 50px 150px 50px 50px; background: #292929; color: #FFFFFF;}
.footer-right dl dt{ font-size: 1.4rem; line-height: 32px; margin-bottom: 10px;  font-family: myFirstFont1;}
.footer-right dl dd a{ display: block; line-height: 28px; color: #FFFFFF;}
.footer-right dl dd a:hover{ text-decoration: underline;}

.footer-copy{ line-height: 32px; padding: 20px 0; background: #252525; color: #CCCCCC;}
.footer-copy a{color: #CCCCCC;}
.footer-copy a:hover{ color: #FFFFFF;}


.banner2{ width: 100%; height: 350px; margin-top: 110px; text-align: center;}
.banner2 h1{ color: #FFFFFF; font-size: 3rem; font-family: myFirstFont1; text-transform: uppercase; line-height: 78px;}
.banner2 em{ display: block; width: 72px; height: 8px; background: #FFFFFF; margin:0 auto;}


.about-posi{ width: 100%; height: 62px; line-height: 62px; background: #EEEEEE;}
.about-posi i{ font-size: 1.2rem; margin-right: 10px; color: #04B2D7;}


.about-info{ line-height: 28px; padding: 30px 0 80px 0;}
.about-info h2{ color: #111111; text-transform: uppercase; font-size: 2rem; font-family: myFirstFont1; line-height: 52px; margin-bottom: 15px;}
.about-info img{ max-width: 100%; height: auto;}


.box-main{ padding: 30px 0 80px 0;}
.box-main-left{ width: 25%;}
.box-main-left-box{ background: #EEEEEE; border-radius:6px; padding: 20px;}
.box-main-left-box h2{ line-height: 62px; height: 62px; color: #111111; font-family: myFirstFont1;  font-size: 1.8rem; border-bottom:1px solid #CCCCCC; text-transform: uppercase;}
.box-main-left-box ul{ padding-top: 10px;}
.box-main-left-box ul li{ line-height: 32px; height: 32px; overflow: hidden;}
.box-main-left-box ul li a i{ margin-right: 10px;}
#lm_hover{ color: #04B2D7;}


.box-main-right{ width: 72%;}
.box-main-right-posi{ width: 100%; height: 52px; line-height: 52px; padding: 0 20px; background: #EEEEEE; border-radius:6px;}
.box-main-right-posi i{ font-size: 1.2rem; margin-right: 10px; color: #04B2D7;}


.box-main-right-info{ padding: 20px 0; line-height: 28px;}
.box-main-right-info img{ max-width: 100%; height: auto;}

.solution-list{ padding: 30px 0;}
.solution-list dl{ width: 24%; margin-bottom: 1.5%; color: #FFFFFF; position: relative; cursor: pointer;}
.solution-list dl dt{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; text-align: center; border-radius:12px; transition: all ease .1s;}
.solution-list dl dt div{ width: 100%;}
.solution-list dl dt b{ display: block; color: #FFFFFF; font-size: 1.2rem; height: 42px; line-height: 42px; margin-top: 15px;}
.solution-list dl dd img{ width: 100%; height: auto;border-radius:12px;}
.solution-list dl:hover dt{ background: rgba(4,178,215,0.7);}

.box-main-right-blog{ padding: 20px 0; }
.box-main-right-blog dl{ padding-bottom: 20px; margin-bottom: 20px; border-bottom:1px solid #EEEEEE;}
.box-main-right-blog dl dt{ width: 30%; height: auto; overflow: hidden; border-radius:12px;}
.box-main-right-blog dl dt img{ width: 100%; height: auto; border-radius:12px;}
.box-main-right-blog dl dd{ width: 66%; height: auto;}
.box-main-right-blog dl dd em{ display: inline-block; height: 32px; line-height: 32px; background: #04B2D7; color: #FFFFFF; border-radius:6px; margin-bottom: 10px; font-size: 0.9rem; padding: 0 15px;}
.box-main-right-blog dl dd a{ display: block; font-family: myFirstFont1; color: #111111; font-weight: bold; font-size: 1.2rem; line-height: 32px; height: 32px; overflow: hidden;}
.box-main-right-blog dl dd a:hover{ color: #04B2D7;}
.box-main-right-blog dl dd p{ color: #666; line-height: 26px; height: 78px; overflow: hidden;}
.box-main-right-blog dl:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}


.box-main-right-blog-info{ padding: 20px 0; }
.box-main-right-blog-info-title{ text-align: center; font-size: 1.4rem; color: #111111; line-height: 32px; font-family: myFirstFont1; font-weight: bold;}
.box-main-right-blog-info-time{ width: 100%; text-align: center; line-height: 26px; color: #999;}

.box-main-right-blogprev{}
.box-main-right-blogprev li{ height: 42px; line-height: 42px; background: #EEEEEE; border-radius:6px; padding: 0 20px; margin-bottom: 10px;}
.box-main-right-blogprev li span{ color: #04B2D7; margin-right: 10px;}


.contact-title{ margin-bottom: 30px; text-align: center; width: 100%;}
.contact-title h2{ color: #111111; font-size: 1.6rem; font-family: myFirstFont1; line-height: 42px;}

.contact-feedback{ width: 70%; height: auto; padding: 30px; border:1px solid #EEEEEE; background: #f7f7f7; border-radius:6px; margin: 0 auto;}



.contact-feedback-title{ width: 100%; height: 42px; line-height: 42px; font-size: 1.1rem;}
.contact-feedback-title span{ color: red;}
.contact-feedback-box{ width: 100%; }
.contact-feedback-box input{ width: 100%; padding: 0 20px; background: #FFFFFF; border-radius:4px;  height: 42px; line-height: 40px; border:1px solid #CCCCCC; }
.contact-feedback-box input.form-control-small{ width:200px;}
.contact-feedback-box select{ width: 100%; padding: 0 20px; background: #FFFFFF; border-radius:4px;  height: 42px; line-height: 40px; border:1px solid #CCCCCC; }
.contact-feedback-box textarea{ width: 100%; padding:20px; background: #FFFFFF; border-radius:4px;  height: 120px; line-height: 26px; border:1px solid #CCCCCC; }


.contact-feedback-btn{ width: 100%; margin-top: 20px;}
.contact-feedback-btn button{ display: inline-block; height: 46px; line-height: 46px; border-radius:6px; color: #FFFFFF; color: #FFFFFF; font-size: 1.1rem; border: none; background: #04B2D7; padding: 0 25px; cursor: pointer;}
.contact-feedback-btn button:hover{ background: #111111;}

.contact-feedback .Validform_checktip{ float:none; margin:0; height:30px; line-height:30px;}
.input-error {
  border: 1px solid red !important;
}

.window-container{position:fixed;z-index:999;top:0;left:0;width:100%;height:100%;background-image:url(../images/window.png);background-repeat:repeat; display:none; }
.window-container .window-main{position:absolute;z-index:10;top:50%;left:50%;margin-top:-100px;margin-left:-220px;padding:40px 0;line-height:40px;width:396px;height:125px;border-radius:10px;color:#008dd3;background-color:#fff;font-size:20px;border:7px solid #008dd3}
.window-container .window-main img{ margin-right:5px;}
.flex-center-contain-center{ justify-content:center;}