
/*                     (0 0)
   +-------------oOO----(_)-----------------+
   |  * File name  : layout.css 
   |  * Info       : Lingduo
   |  * Writer     : Flying  
   |  * Date       : 2020.10.19
   |  * Powered By KEW - www.chinakewei.net 
   +--------------------------oOO-----------+
                      |__|__|
                       || ||
                      ooO Ooo
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;   -webkit-transition: opacity 400ms;  -moz-transition: opacity 400ms;  transition: opacity 400ms;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font: 14px/200% "Microsoft Yahei","微软雅黑",Arial, Helvetica, sans-serif;  margin: 0 auto; color: #414141; background: #f6f6f6; -webkit-tap-highlight-color:rgba(0,0,0,0);  *cursor: default;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
em{font-style: normal;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
a:link, a:visited { text-decoration: none; color:#414141;}
a:active, a:hover { text-decoration: none; outline:none; color:#ff6600;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*在线客服*/



/*PC站头部*/
#header-bar1-content{
    width: 100%;
    height: auto;
    background-color: #fff;
}
#header-bar1{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
#header-bar1 .logo{
    height: auto;
    padding-top: 19px;
    float: left;
}
#header-bar1 .navigation{

    height: 80px;
    float: right;
}
#header-bar1 .navigation li{
    width: 115px;
    height: auto;
    font-size: 16px;
    text-align: center;
    line-height: 100px;
    float: left;
}
#header-bar1 .navigation li a{
    display: block;
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


/*PC站底部*/
#footer-bar1-content{
    width: 100%;
    height: auto;
    background: #222;
}
#footer-bar1{
    width: 100%;
    height: auto;
    border-bottom: #3d3d3d solid 1px;
    padding: 20px 0;
    text-align: center;
    color: #b2b2b2;
}
#footer-bar1 a{
    color: #b2b2b2;
    margin: 0 20px;
}
#footer-bar1 a:hover{
    color: #ff6600;
}
#footer-bar2{
    width: 100%;
    height: auto;
    padding: 40px 0;
    text-align: center;
    color: #b2b2b2;
}
#footer-bar2 a{
    color: #b2b2b2;
}
#footer-bar2 a:hover{
    color: #ff6600;
}


/*综合首页*/
#movie{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: auto;
}
.swiper-container img{
    width: 100%;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

#home-bar1{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0;
    overflow: hidden;
}
.business{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.business-tit{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.business-tit h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.business-tit h3{
    color: #bbb;
    text-transform: uppercase;
    text-align: center;
}
.business-list{
    width: 100%;
    height: auto;
}
.business-list li{
    width: 20%;
    height: auto;
    float: left;
    text-align: center;
    padding: 0 4%;
    box-sizing: border-box;
    line-height: 180%;
}
.business-1{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border: #0097f5 solid 1px;
    border-radius: 50%;
    background: url("../image/icon-02.png") no-repeat 50% 50%;
}
.business-2{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border: #0097f5 solid 1px;
    border-radius: 50%;
    background: url("../image/icon-02.png") no-repeat 50% 50%;
}
.business-3{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border: #0097f5 solid 1px;
    border-radius: 50%;
    background: url("../image/icon-02.png") no-repeat 50% 50%;
}
.business-4{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border: #0097f5 solid 1px;
    border-radius: 50%;
    background: url("../image/icon-02.png") no-repeat 50% 50%;
}
.business-5{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px auto;
    border: #0097f5 solid 1px;
    border-radius: 50%;
    background: url("../image/icon-02.png") no-repeat 50% 50%;
}

#home-bar2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
#home-bar2 li{
    width: 33.33%;
    height: auto;
    float: left;
    text-align: center;
    overflow: auto;
}
#home-bar2 li img{
    width: 100%;
    transition: all .4s ease-in-out;
}
#home-bar2 li img:hover{
    transform: scale(1.10);
}

#home-bar3{
    width: 100%;
    height: auto;
    padding: 100px 0;
    overflow: hidden;
}
.company{
    width: 1200px;
    height: 388px;
    margin: 0 auto 100px auto;
}
.company-tit{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.company-tit h2{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.company-tit h3{
    color: #bbb;
    text-transform: uppercase;
    text-align: center;
}
.company-txt{
    width: auto;
    height: auto;
    position: relative;
    padding-right: 400px;
}
.company-txt p{
    text-indent: 2.0rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 220%;
}
.company-txt img{
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}



/*内页样式开始*/
#subpages-banner{width: 100%; height: auto; overflow: hidden; text-align: center;}
#subpages-banner .banner-1{width: 100%; height: auto; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-2{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-3{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-4{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-5{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-6{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top; }
#subpages-banner .banner-7{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-8{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }
#subpages-banner .banner-9{width: 100%; height: 450px; background: url(../image/icon-02.jpg) no-repeat center top;  }

#subpages-content{
    width: 100%;
    height: auto;
}
#subpages-comp{
    width: 100%;
    height: auto;
    background: url(../image/icon-02.jpg) no-repeat center top;
    background-attachment: fixed;
    display: flex;
}
.subpages-comp-txt{
    width: 1140px;
    height: auto;
    min-height: 400px;
    margin: 70px auto 0 auto;
    background: #fff;
    padding: 60px 30px;
}
.subpages-comp-txt h2{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
.subpages-comp-txt h2:before{
    width: 150px; 
    height: 1px; 
    background: #ddd; 
    position: absolute; 
    bottom: 10px; 
    left: 360px; 
    margin: 0 auto ; 
    content: ''; 
}
.subpages-comp-txt h2:after{
    width: 150px; 
    height: 1px; 
    background: #ddd; 
    position: absolute; 
    bottom: 10px; 
    right: 360px; 
    margin: 0 auto ; 
    content: ''; 
}
.subpages-comp-txt p{
    text-indent: 2.0rem;
    font-size: 16px; 
    margin-bottom: 20px;
}
#subpages-certification{
    width: 100%;
    height: auto;
    background: url(../image/icon-02.jpg) no-repeat center top;
    background-attachment: fixed;
    display: flex;
}
#subpages-video{
    width: 100%;
    height: auto;
    background: url(../image/icon-02.jpg) no-repeat center top;
    background-attachment: fixed;
    display: flex;
}
.video-list{
    width: 1170px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.video-list figure{
    width: 360px;
    height: 210px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.video-list figcaption{
    text-align: center;
    padding: 10px 0;
}
.video-list figure img{
    transition: all .4s ease-in-out;
}
.video-list figure img:hover{
    transform: scale(1.05);
}
.video-info{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
#subpages-cont{
    width: 100%;
    height: auto;
    background: url(../image/icon-02.jpg) no-repeat center top;
    background-attachment: fixed;
    display: flex;
}
.cont-txt{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}
.cont-txt-left{
    width: 680px;
    height: auto;
    float: left;
    margin-right: 20px;
}
.cont-txt-right{
    width: 360px;
    height: auto;
    float: right;
    background: #0097f5;
    border-radius: 10px 0 10px 0;
    padding: 40px;
    color: #fff;
}
.cont-txt-right h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}
.cont-txt-right p{
    text-indent: 0;
    font-size: 14px;
    margin: 0 auto;
}
.subpages-feedback{width: 1140px; height: auto; margin: 40px auto 0 auto; overflow: hidden;}
.feedback-bar1{width: 100%; height: auto; overflow: hidden; }
.feedback-bar1-left{width: 49%; height: auto; float: left; }
.feedback-bar1-left p{text-indent: 0; margin: 0 auto; }
.feedback-bar1-left p>input{width: 100%; height: 43px; border: #ddd solid 1px; box-sizing: border-box; text-indent: 0.5rem; margin-bottom: 15px; font-family: "Poppins-Regular"; border-radius: 4px;}
.feedback-bar1-right{width: 49%; height: auto; float: right;  }
.feedback-bar1-right p{text-indent: 0; margin: 0 auto; }
.feedback-bar1-right p>input{width: 100%; height: 43px; border: #ddd solid 1px; box-sizing: border-box; text-indent: 0.5rem; margin-bottom: 15px; font-family: "Poppins-Regular"; border-radius: 4px;}
.feedback-bar2{width: 100%; height: auto; overflow: hidden; }
.feedback-bar2>textarea{width: 100%; height: auto; border: #ddd solid 1px; box-sizing: border-box; margin-bottom: 15px; padding: 0.5%; color: #666; font-family: "Poppins-Regular"; border-radius: 4px;  }
.subpages-feedback h4{padding: 10px 0;}
.subpages-feedback h1{text-align: center; }
.subpages-feedback h1>input{width: 120px; height: 40px; text-align: center; border: 0; background: #565656; color: #fff; margin: 0 5px; font-size: 16px; cursor: pointer; border-radius: 5px; }
.subpages-feedback h1>input:hover{background: #ff6600; }


/*翻页*/

#pages{width: 100%; height: auto; padding: 20px 0; overflow: hidden;}
DIV.black2 {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.black2 A {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #000000; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; TEXT-DECORATION: none
}
DIV.black2 A:hover {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 A:active {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; COLOR: #fff; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000
}
DIV.black2 SPAN.current {
	BORDER-RIGHT: #000000 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #000000 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #000000 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #000000
}
DIV.black2 SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}