@charset "utf-8";
@font-face {
    /* font-properties */
    font-family: 'Roboto';
    src:url('../fonts/Roboto.ttf');
}
body { font-family: 'LatoWeb',Roboto ,Arial; font-size:16px; color:#000; line-height: 28px; letter-spacing: 1px; } 
/* .body-en{ font-family: 'LatoWeb',Roboto ,Arial; font-size:16px; color:#000; line-height: 28px; letter-spacing: 1px; }
.body-cn{ font-family: 'Roboto','LatoWeb',Arial; font-size:16px; color:#000; line-height: 28px; letter-spacing: 1px; }
 */
.ward { max-width: 1400px; margin:0 auto; padding:0 15px; width: 100%;}

@media (min-width: 1200px) {
.container { max-width: 1280px !important; }
}

a{text-decoration: none;color:#ef8918;}
a:hover,a:focus {text-decoration: none !important;}
a,input,button {outline: none!important;}
.blue {color:#3b64a3!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

/* Navigation */
/*.navbar { max-height: auto; min-height: 0;padding: 0; }*/
.navbar { max-height: auto; min-height: 0;position: relative; top: 0; width: 100%; z-index: 999;padding: 0;}
.navbar-fixed-top{position: fixed;}
.navbar-custom .logo-1 { display: none; }
.navbar-custom .logo-2 { display: block; }
@media(min-width:996px) {
.navbar-custom .logo-1 { display: block; }
.navbar-custom .logo-2 { display: none; }
} 

.top-nav-collapse .menu-top { color: #000; }
.navbar-custom .menu-top li.lag div { padding: 15px 0;  }
.navbar-custom .menu-top li.lag div a { padding: 4px 15px; }
.top-nav-collapse .menu-top li.lag div { padding: 4px 0;  }

.navbar-fixed-top .navbar-collapse { max-height: 100%; }

.navbar-custom .logo-1 {-webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;}

.navbar-custom {
  margin-bottom: 0;
  /*text-transform: uppercase;*/
  background-color: #fff;
}

.navbar-custom a {
  color: #000;
}
@media(min-width:768px) {
  .navbar-custom a {
    color: #fff;
  }
}
.navbar-custom .nav li a {
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out;
}

@media(min-width:768px) {
  .navbar-custom {
    border-bottom: 0;
    background: rgba(255, 255, 255, 1) none repeat scroll 0px 0px;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 0px 5px #333;
  }
}

.navbar.navbar-custom.navbar-fixed-top .logo { height: 36px; margin-top: 5px; margin-bottom: 10px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 36px; margin-top: 5px; margin-bottom: 10px; }
@media(min-width:440px) {
.navbar.navbar-custom.navbar-fixed-top .logo { height: 55px; margin-top: 5px; margin-bottom: 10px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 55px; margin-top: 5px; margin-bottom: 10px; }
}
@media(min-width:768px) {
.navbar.navbar-custom.navbar-fixed-top .logo { height: 55px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 55px; }
}
@media(min-width:1024px) {
.navbar.navbar-custom.navbar-fixed-top .logo { height: 55px; margin-top: 10px; margin-bottom: 10px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 48px; margin-top: 5px; margin-bottom: 5px; }
}
@media(min-width:1280px) {
.navbar.navbar-custom.navbar-fixed-top .logo { height: 55px; margin-top: 8px; margin-bottom: 10px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 48px; margin-top: 5px; margin-bottom: 5px; }
}
@media(min-width:1680px) {
.navbar.navbar-custom.navbar-fixed-top .logo { height: 66px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .logo { height: 52px; }
}

.box-logo { float:left; }
.header-right { float:right; min-height: 20px; }

.box-logo { width: 60%; }
.header-right { width: 40%; } 
@media(min-width: 768px) {
.box-logo { width: 50%; }
.header-right { width: 50%; } 
}
@media(min-width: 1024px) {
.box-logo { width: 25%; }
.header-right { width: 75%; }
}
@media(min-width: 1280px) {
.box-logo { width: 30%; }
.header-right { width: 70%; }
}
@media(min-width: 1440px) {
.box-logo { width: 26%; }
.header-right { width: 74%; }
}


/*nav*/
.box-menu { float: right; }
@media(min-width: 768px) {
.box-menu { margin-right: 25px; }
}
@media(min-width: 1024px) {
.box-menu { margin-right: 0; }
}
@media(min-width: 1280px) {
.box-menu { margin-right: 35px; }
}
@media(min-width: 1440px) {
.box-menu { margin-right: 35px; }
}

/*.box-menu > ul > li.dropdown:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}*/
.box-menu > ul > li { float:left; position: relative; display: block; }
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { color: #fff!important; background-color: #004c9e; }
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a  { font-size: 16px; color: #727272; font-weight: bold; position: relative; display: block; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a {  }
@media(min-width:440px) {
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a  { padding: 6px 16px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a { padding: 6px 16px; }
}
@media(min-width:768px) {
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a { padding: 6px 16px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a { padding: 6px 16px; }
}
@media(min-width:1024px) {
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a { padding: 30px 9px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a { padding: 19px 9px; }
}
@media(min-width:1280px) {
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a { padding: 30px 14px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a { padding: 19px 14px; }
}
@media(min-width:1680px) {
.navbar.navbar-custom.navbar-fixed-top .box-menu > ul > li > a { padding: 34px 20px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .box-menu > ul > li > a { padding: 21px 16px; }
}


/* mobile menu */
.st-menu { background-color: #0b55a3; }

.mobile-menu-btn { float:right; margin-top: 15px; }
@media(min-width: 440px) {
.mobile-menu-btn { margin-top: 18px; }
}
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 20px; }
}
@media(min-width: 1024px) {
@media(min-width:1024px) {
.navbar.navbar-custom.navbar-fixed-top .mobile-menu-btn { margin-top: 25px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .mobile-menu-btn { margin-top: 15px; }
}
}

.menu-mobile {  }
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#fff;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#292929;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:12px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
  -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out; 
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li {background: #438e71;}
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
} 
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul > li {
  background: #6c9045;
}


.btn-ud {
  color: #fff!important;
  background-color: #0b55a3;
  padding:5.5px 10px;
  border-radius: 0;
  font-size: 16px;
}
.btn-ud:focus,
.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;}
.btn-ud:hover {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
  background-color: #d17100;
}


/*lang*/
.navbar.navbar-custom.navbar-fixed-top .lang { float: right; margin-top: 15px; margin-right: 10px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang { margin-top: 15px; }
@media(min-width:440px) {
.navbar.navbar-custom.navbar-fixed-top .lang  { margin-top: 18px; margin-right: 20px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang  { margin-top: 18px; }
}
@media(min-width:768px) {
.navbar.navbar-custom.navbar-fixed-top .lang  { margin-top: 20px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang  { margin-top: 20px; }
}
@media(min-width:1024px) {
.navbar.navbar-custom.navbar-fixed-top .lang  { margin-top: 25px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang  { margin-top: 15px; }
}
@media(min-width:1100px) {
.navbar.navbar-custom.navbar-fixed-top .lang  { margin-top: 30px; margin-right: 0; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang  { margin-top: 19px; }
}
@media(min-width:1680px) {
.navbar.navbar-custom.navbar-fixed-top .lang  { margin-top: 33px; }
.navbar.navbar-custom.navbar-fixed-top.top-nav-collapse .lang  { margin-top: 20px; }
}
.dropdown{ border: 1px solid #0b55a3; border-radius: 5px; }
.lang a { padding: 6px 12px 6px 5px;color: #0b55a3; }
@media(min-width:768px) {
.lang a { padding: 6px 12px 6px 12px;color: #0b55a3; }
}
.all-inner-position .active{color:#000;}
.dropdown-menu{background: #004c9e;width: 100%;min-width: 100%;}
.dropdown-menu a{color:#fff;}
.dropdown-menu li:hover{background:#fff;}
.dropdown-menu li:hover a{color:#727272;}
/*main-all*/
.main-all { z-index: 1; position: relative; }
/*.main-bottom { margin-top: 300px; position: relative; z-index: 99; background-color: #fff; }
@media(min-width:768px) {
.main-bottom { margin-top: 450px; }
}
@media(min-width:1024px) {
.main-bottom { margin-top: 540px; }
}
@media(min-width:1680px) {
.main-bottom { margin-top: 800px; }
}*/
.main-bottom { position: relative; z-index: 99; background-color: #fff; }
/*@media(min-width:768px) {
.main-bottom { margin-top: 515px; }
}
@media(min-width:1024px) {
.main-bottom { margin-top: 475px; }
}
@media(min-width:1280px) {
.main-bottom { margin-top: 581px; }
}
@media(min-width:1440px) {
.main-bottom { margin-top: 648px; }
}
@media(min-width:1680px) {
.main-bottom { margin-top: 766px; }
}
@media(min-width:1920px) {
.main-bottom { margin-top: 859px; }
}*/


/*slidshow*/
#slideshow-height { position: fixed; top:0; left:0; z-index: 0; width: 100%; background-color: #fff; padding-top: 57px; }
@media(min-width:440px) {
#slideshow-height { padding-top: 65px; }
}
@media(min-width:1024px) {
#slideshow-height { padding-top: 48px; }
}
@media(min-width:1680px) {
#slideshow-height { padding-top: 66px; }
}
#slideshow {  }
/*#slideshow { margin-top: 66px; }
@media(min-width:768px) {
#slideshow { margin-top: 70px; }
}
@media(min-width:1024px) {
#slideshow { margin-top: 80px; }
}
@media(min-width:1680px) {
#slideshow { margin-top: 104px; }
}*/
.owl-controls { margin-top: -20px; }
.owl-pagination  { top: -10px; }
@media(min-width: 768px) {
.owl-pagination  { top: -20px; }
}
@media(min-width: 1600px) {
.owl-pagination  { top: -40px; }
}
.owl-controls .owl-page span { background-color: #fff; }
.owl-controls .owl-page.active span { background-color: #004c9e; }
.owl-controls .owl-page span { width: 15px; height: 15px; }
@media(min-width: 768px) {
.owl-controls .owl-page span { width: 20px; height: 20px; }
}

.slideshow-1 { background: url(../images/slideshow1.jpg) center center no-repeat; background-size: cover; }
.slideshow-2 { background: url(../images/slideshow2.jpg) center center no-repeat; background-size: cover; }
.slideshow-3 { background: url(../images/slideshow3.jpg) center center no-repeat; background-size: cover; }

/*.slideshow-box { width: 100%; height: 300px; }
@media(min-width:768px) {
.slideshow-box { height: 450px; }
}
@media(min-width:1024px) {
.slideshow-box { height: 540px; }
}
@media(min-width:1680px) {
.slideshow-box { height: 800px; }
}*/
.slideshow-text { color: #fff; position: absolute; top: 28%; font-size: 16px; line-height: 24px; font-family: Arial; text-shadow:4px 4px 10px #000; }
@media(min-width:768px) {
.slideshow-text { top: 22%; font-size: 32px; line-height: 40px; font-weight: bold; }
}
@media(min-width:1024px) {
.slideshow-text { top: 26%; font-size: 32px; line-height: 40px; }
}
@media(min-width:1280px) {
.slideshow-text { top: 23%; font-size: 40px; line-height: 52px; }
}
@media(min-width:1440px) {
.slideshow-text { top: 23%; font-size: 40px; line-height: 52px; }
}
@media(min-width:1680px) {
.slideshow-text { top: 31%; font-size: 50px; line-height: 62px; }
}
.slideshow-text span { font-size: 14px; line-height: 20px; }
@media(min-width:768px) {
.slideshow-text span { font-size: 22px; line-height: 36px; }
}
@media(min-width:1680px) {
.slideshow-text span { font-size: 32px; line-height: 36px; }
}
.slideshow-height { height: 10px; }
@media(min-width:768px) {
.slideshow-height { height: 30px; }
}
.slideshow-text a { font-size: 14px; line-height: 20px; color: #fff; background-color: #004c9e; padding: 8px 15px; border-radius: 5px; font-family: 'LatoWeb'; font-weight: normal; text-shadow: none; }
@media(min-width:440px) {
.slideshow-text a { font-size: 16px; line-height: 36px; padding: 12px 20px; }
}
@media(min-width:1024px) {
.slideshow-text a { font-size: 18px; line-height: 36px; padding: 18px 30px; }
}
.slideshow-text a:hover { background-color: #f8bd00; }
.slideshow-text.hide { opacity: 0; -webkit-transition: all 1.5s ease-in; -moz-transition: all 1.5s ease-in; transition: all 1.5s ease-in; }


/*home1*/
.home1 { background-color: #fbfbfb; padding: 35px 0 40px; background: url(../images/home1-bg.png) bottom no-repeat; }
@media(min-width: 768px) {
.home1 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home1 { padding: 70px 0 75px; }
}
.home-title { font-size: 26px; color: #231e20; text-align: center; font-weight: bold; }
@media(min-width: 768px) {
.home-title { font-size: 36px; }
}
.home-title span { border-bottom: 4px solid #f8bd00; padding-bottom: 10px; }
.home1-photoarea { margin-top: 0; }
@media(min-width: 768px) {
.home1-photoarea { margin-top: 50px; }
}
.home1-box { border: 1px solid #e3e3e3; border-radius: 5px; margin-top: 30px; padding: 35px 15px; background-color: #fff; }
@media(min-width: 768px) {
.home1-box { margin-top: 0 ; }
}
.home1-box:hover { box-shadow: 0 0 10px #e3e3e3; }
/*.home1-box-left { float: left; width: 100%; padding-top: 15px; }
.home1-box-right { float: left; width: 100%; padding-left: 15px; padding-right: 15px; }
@media(min-width: 768px) {
.home1-box-left { padding-top: 0; }
.home1-box-right {  }
}
@media(min-width: 1024px) {
.home1-box-left { width: 50%; }
.home1-box-right { width: 50%; padding-left: 15px; padding-right: 15px; }
}
@media(min-width: 1280px) {
.home1-box-left { width: 50%; }
.home1-box-right { width: 50%; padding-left: 15px; padding-right: 20px; }
}
.home1-box-title-1 { font-size: 18px; margin-top: 10px; color: #231e20; font-weight: bold; line-height: 20px; text-align: center; }
@media(min-width: 768px) {
.home1-box-title-1 { text-align: left; }
}
@media(min-width: 1280px) {
.home1-box-title-1 { margin-top: 20px; }
}
@media(min-width: 1440px) {
.home1-box-title-1 { font-size: 20px; margin-top: 40px; }
}
.home1-box-title-2 { margin-top: 5px; color: #231e20; height: auto; line-height: 20px; text-align: center; }
@media(min-width: 768px) {
.home1-box-title-2 { text-align: left; }
}
@media(min-width: 1024px) {
.home1-box-title-2 { margin-top: 5px; height: 70px; line-height: 20px; }
}
@media(min-width: 1280px) {
.home1-box-title-2 { margin-top: 5px; height: 70px; line-height: 24px; }
}
.home1-box-more { background-color: #004c9e; color: #fff; text-align: center; border-radius: 5px; margin-top: 10px; padding: 10px 0; margin-bottom: 15px; }
@media(min-width: 1024px) {
.home1-box-more { margin-bottom: 0; margin-top: 0; }
}
.home1-box:hover .home1-box-more { background-color: #f8bd00; }*/
.home1-box-title-1 { font-size: 18px; color: #231e20; font-weight: bold; padding-left: 20px; border-left: #093d8e 5px solid; }
@media(min-width: 768px) {
.home1-box-title-1 { padding-left: 10px; }
}
@media(min-width: 1024px) {
.home1-box-title-1 { padding-left: 20px; }
}
@media(min-width: 1440px) {
.home1-box-title-1 { font-size: 22px; }
}
.home1-box-title-2 { margin-top: 5px; color: #f8bd00; font-weight: bold; padding-left: 25px; height: auto; }
@media(min-width: 768px) {
.home1-box-title-2 { height: 56px; padding-left: 15px; }
}
@media(min-width: 1024px) {
.home1-box-title-2 { height: auto; padding-left: 25px; }
}
.home1-box-text { margin-top: 5px; color: #666; padding-left: 25px; line-height: 24px; height: auto; overflow-y: hidden; }
@media(min-width: 768px) {
.home1-box-text { height: 96px; padding-left: 15px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; }
}
@media(min-width: 1024px) {
.home1-box-text { padding-left: 25px; }
}
@media(min-width: 1280px) {
.home1-box-text { height: 96px; }
}
.home1-box-more { margin-top: 20px; text-align: right; }
@media(min-width: 768px) {
.home1-box-more { margin-top: 30px; }
}
.home1-box-more span { background-color: #004c9e; color: #fff; border-radius: 5px; padding: 15px 35px; }
.home1-box:hover .home1-box-more span { background-color: #f8bd00; }


/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 30px; width: 30px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; z-index: 999; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-size: 16px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -15px; background: url(../images/left-xs.png) no-repeat; }
@media(min-width: 768px) {
.slick-prev { left: -20px; }
}
@media(min-width: 1024px) {
.slick-prev { left: -30px; }
}
.slick-prev:before { content: ''; }
.slick-next { right: -15px; background: url(../images/right-xs.png) no-repeat; }
@media(min-width: 768px) {
.slick-next { right: -20px; }
}
@media(min-width: 1024px) {
.slick-next { right: -30px; }
}
.slick-next:before { content: ''; }
.slick-prev:hover, .slick-prev:focus { background: url(../images/left-xs.png) no-repeat; }
.slick-next:hover, .slick-next:focus { background: url(../images/right-xs.png) no-repeat; }
.slick-slide { outline: none; padding: 10px 0; }
@media(min-width: 768px) {
.slick-slide { padding: 10px; }
}
.slick-dots { bottom: -40px; }
.slick-dots li.slick-active button:before { color: #004c9e; opacity: 1; }
.slick-dots li button:before { color: #a8a8a8; opacity: 1; font-size: 18px; }


/*home2*/
.home2 { padding: 35px 0 40px; background: url(../images/home2-bg3.jpg) center no-repeat; background-size: cover; }
@media(min-width: 768px) {
.home2 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home2 { padding: 70px 0 75px; }
}
.home2-text { margin-top: 30px; color: #666; font-size: 16px; text-align: center; }
@media(min-width: 768px) {
.home2-text { font-size: 18px; margin-top: 50px; line-height: 32px; padding: 0 50px; }
}
@media(min-width: 1280px) {
.home2-text { padding: 0 100px; }
}
.home2-box-more { text-align: center; margin-top: 30px; }
@media(min-width: 768px) {
.home2-box-more { margin-top: 40px; }
}
.home2-box-more a { background-color: #004c9e;
    color: #fff;
    border-radius: 5px;
    padding: 15px 35px; }
.home2-box-more a:hover { background-color: #f8bd00; }

/*home3*/
.home3 { padding: 35px 0 40px; }
@media(min-width: 768px) {
.home3 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home3 { padding: 70px 0 75px; }
}
.home3-main { position: relative; width: 100%; margin-top: 10px; }
@media(min-width: 768px) {
.home3-main { margin-top: 20px; }
}
.home3-text-1 { float: left; width: 100%; margin-top: 20px; }
.home3-text-2 { float: left; width: 100%; margin-top: 20px; }
.home3-photo { float: left; width: 100%; margin-top: 30px; }
@media(min-width: 768px) {
.home3-text-1 { width: 60%; padding-right: 35px; margin-top: 40px; }
.home3-text-2 { width: 60%; padding-left: 35px; margin-top: 40px; }
.home3-photo { width: 40%; margin-top: 40px; }
}
@media(min-width: 1440px) {
.home3-text-1 { width: 60%; padding-right: 60px; padding-top: 20px; margin-top: 40px; }
.home3-text-2 { width: 60%; padding-left: 60px; padding-top: 20px; margin-top: 40px; }
.home3-photo { width: 40%; margin-top: 40px; }
}
.home3-text-title-1 { font-size: 20px; font-weight: bold; color: #252525; }
.home3-text-title-2 { color: #666; margin-top: 5px; }
@media(min-width: 768px) {
.home3-text-title-1 { font-size: 24px; }
.home3-text-title-2 { margin-top: 20px; }
}
@media(min-width: 1280px) {
.home3-text-title-1 {  }
.home3-text-title-2 { line-height: 36px; }
}
.home3-box-more { margin-top: 20px; }
@media(min-width: 768px) {
.home3-box-more { margin-top: 30px; }
}
.home3-box-more a { background-color: #004c9e; color: #fff; border-radius: 5px; padding: 15px 35px; }
.home3-box-more a:hover { background-color: #f8bd00; }
.home3-line { background-color: #efefef; height: 1px; margin-top: 40px; }
.home3-text-title-2-left { float: left; width: 5%; color: #000; }
.home3-text-title-2-right { float: left; width: 95%; }


/*home4*/
.home4 { padding: 35px 0 40px; background-color: #efefef; }
@media(min-width: 768px) {
.home4 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home4 { padding: 70px 0 75px; }
}
.home4-list { margin-top: 10px; }
@media(min-width: 768px) {
.home4-list { margin-top: 30px; }
}
.home4-list-box { margin-top: 30px; width: 100%; height: 100%; position: relative; background-color: #fff; }
/*@media(min-width: 768px) {
.home4-list-box { height: 346px; }
}
@media(min-width: 1024px) {
.home4-list-box { height: 294px; }
}
@media(min-width: 1280px) {
.home4-list-box { height: 361px; }
}
@media(min-width: 1680px) {
.home4-list-box { height: 398px; }
}*/
/*.home4-list-box-bg-1 { background: url(../images/home4-1.jpg) center no-repeat; }
.home4-list-box-bg-2 { background: url(../images/home4-2.jpg) center no-repeat; }
.home4-list-box-bg-3 { background: url(../images/home4-3.jpg) center no-repeat; }
.home4-list-box-bg-4 { background: url(../images/home4-4.jpg) center no-repeat; }
.home4-list-box-bg-5 { background: url(../images/home4-5.jpg) center no-repeat; }*/
.home4-list-box-text { position: absolute; bottom: 0; text-align: center; background-color: rgba(31,26,23,0.6); font-size: 16px; font-weight: bold; color: #fff; width: 100%; padding: 15px 0; }
@media(min-width: 768px) {
.home4-list-box-text { font-size: 18px; padding: 20px 0; }
}
@media(min-width: 1280px) {
.home4-list-box-text { font-size: 22px; padding: 25px 0; }
}
.home4-list-box:hover .home4-list-box-text { background-color: #004c9e; }
.home4-list-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top: #004c9e 10px solid; border-bottom: #f8bd00 10px solid; padding: 0 25px; }
.home4-list-inner-title { color: #004c9e; font-size: 22px; font-weight: bold; margin-top: 20px; }
.home4-list-inner-text { font-size: 16px; line-height: 26px; color: #666; font-weight: bold; margin-top: 15px; }
.home4-list-inner-more { margin-top: 20px; }
@media(min-width: 375px) {
.home4-list-inner-title { font-size: 22px; margin-top: 30px; }
.home4-list-inner-text { font-size: 16px; line-height: 26px; margin-top: 25px; }
.home4-list-inner-more { margin-top: 40px; }
}
@media(min-width: 768px) {
.home4-list-inner-title { font-size: 26px; margin-top: 30px; }
.home4-list-inner-text { font-size: 18px; line-height: 32px; margin-top: 20px; }
.home4-list-inner-more { margin-top: 35px; }
}
@media(min-width: 1280px) {
.home4-list-inner-title { font-size: 30px; margin-top: 30px; }
.home4-list-inner-text { font-size: 20px; line-height: 32px; margin-top: 25px; }
.home4-list-inner-more { margin-top: 40px; }
}
@media(min-width: 1680px) {
.home4-list-inner-title { font-size: 30px; margin-top: 50px; }
.home4-list-inner-text { font-size: 20px; line-height: 32px; margin-top: 25px; }
.home4-list-inner-more { margin-top: 40px; }
}
.home4-list-inner-more span { background-color: #f8bd00; color: #fff; border-radius: 5px; padding: 15px 35px; }
.home4-list:hover .home4-list-inner-more span { background-color: #004c9e; }


/*home5*/
.home5 { padding: 35px 0 40px; }
@media(min-width: 768px) {
.home5 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home5 { padding: 70px 0 75px; }
}
.home5-photoarea { margin-top: 0; }
@media(min-width: 768px) {
.home5-photoarea { margin-top: 50px; }
}
.home5-box { margin-top: 30px; margin-bottom: 40px; }
.home5-box:last-child { margin-bottom: 0; }
@media(min-width: 768px) {
.home5-box { margin-top: 0; margin-bottom: 20px; }
}
.home5-box-photo { position: relative; width: 100%; height: 100%; }
.home5-box:hover .home5-box-photo img { transform: scale(1.02); transition: all 1s; }
.home5-icon { position: absolute; left: 0; bottom: 7%; }
.home5-icon-text { position: absolute; left: 8%; bottom: 11.5%; font-size: 28px; font-weight: bold; color: #fff; }
@media(min-width: 768px) {
.home5-icon { left: 0; bottom: 7%; }
.home5-icon-text { left: 10%; bottom: 12%; font-size: 28px; }
}
@media(min-width: 1440px) {
.home5-icon { left: 0; bottom: 7%; }
.home5-icon-text { left: 8%; bottom: 11.5%; font-size: 28px; }
}
.home5-icon-text span { font-size: 18px; }
.home5-box-title { font-size: 18px; color: #252525; font-weight: bold; margin-top: 20px; height: auto; overflow-y: hidden; }
@media(min-width: 768px) {
.home5-box-title { font-size: 20px; margin-top: 20px; height: 56px; }
}
.home5-box-text { color: #666; margin-top: 5px; height: auto; overflow-y: hidden; }
@media(min-width: 768px) {
.home5-box-text { height: 84px; margin-top: 10px; }
}
@media(min-width: 1280px) {
.home5-box-text { height: 112px; }
}
@media(min-width: 1680px) {
.home5-box-text { height: 84px; }
}
.home5-box-more { margin-top: 20px; }
@media(min-width: 768px) {
.home5-box-more { margin-top: 30px; }
}
.home5-box-more span { background-color: #004c9e; color: #fff; border-radius: 5px; padding: 15px 35px; }
.home5-box:hover .home5-box-more span { background-color: #f8bd00; }


/*home6*/
.home6 { padding: 35px 0 40px; background-color: #efefef; }
@media(min-width: 768px) {
.home6 { padding: 50px 0 55px; }
}
@media(min-width: 1280px) {
.home6 { padding: 70px 0 75px; }
}
.home6-title { font-size: 26px; color: #666666; text-align: center; }
@media(min-width: 768px) {
.home6-title { font-size: 36px; }
}
.home6-main { text-align: center; margin-top: 0; }
@media(min-width: 768px) {
.home6-main { margin-top: 20px; }
}
.home6-main img { display: inline; margin: 20px 10px 0; height: auto; width: 73px; }
@media(min-width: 768px) {
.home6-main img { margin: 20px 15px 0; width: 100px; }
}
@media(min-width: 1024px) {
.home6-main img { margin: 20px 15px 0; width: auto; }
}


/*home7*/
.home7 { padding: 30px 0; background-color: #004c9e; }
@media(min-width: 768px) {
.home7 { background: #004c9e url(../images/home7-bg.png) right no-repeat; }
}
.home7-box { margin-left: 0px; text-align: center; }
@media(min-width: 768px) {
.home7-box { margin-left: 50px; text-align: left; }
}
@media(min-width: 1280px) {
.home7-box { margin-left: 70px; }
}
.home7-box-text { color: #fff; margin-top: 25px; }
.home7-box img { margin: 0 auto; }
@media(min-width: 768px) {
.home7-box img { margin-left: 0; }
}


/*footer*/
footer { background-color: #004590; padding: 16px 0; color: #fff; text-align: center; }


/*back-to-top*/
#back-to-top { position: fixed; right: 3%; bottom: 20%; padding: 25px; background: url(../images/topbg.png) #484848 center no-repeat; border-radius: 5px; z-index: 999; }
@media(min-width: 768px) {
#back-to-top { right: 3%; bottom: 6%; }
}


/*important menu*/
.important-menu-btn { display: block; }
.important-menu { display: none; }
@media(min-width: 1100px) {
.important-menu-btn { display: none; }
.important-menu { display: block; }
}


/*innerpage-css*/
.all-inner-banner{
  position: relative;
}

.inner-banner-tit{
  position: absolute;
  top:63%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: right;
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.23);

}
.all-inner-content{padding-top: 80px;padding-bottom: 80px;color:#666;}
.all-inner-content p{
/*   text-align: justify; */
}
.all-inner-banner img{
  width:100%;
  margin-top: 88px;
}
.all-inner-position{background: #efefef;padding: 10px 0;}
.all-inner-position a{color: #004c9e;}
@media(max-width: 768px){
  .all-inner-content{padding-top: 30px;padding-bottom: 30px;}
  .all-inner-banner img{
    height: 80px;
    margin-top: 50px;
  }
  .inner-banner-tit{
    top:60%;
    font-size: 24px;
  }
  .all-inner-banner{
  position: relative;
}
}
@media(min-width: 768px) and (max-width: 1280px){
  .all-inner-banner img{
    height: 150px;
  }
  .inner-banner-tit{
    top:63%;
    font-size: 36px;
  }
}

/*our-people*/
.our-people{}
.directors-list .content {display:none;}

/* .directors-list > ul > li:first-child .content {display: block;} */
.directors-list ul li .title.titlestyle1 { background-color: #f8f8f8; padding:10px 15px; cursor: pointer; margin-top: 15px; }
.directors-list ul li .title.titlestyle2 { background-color: #f8f8f8; padding:10px 15px; cursor: pointer; margin-top: 15px; }
@media(min-width: 768px) {
.directors-list ul li .title.titlestyle1 { padding:15px 30px; }
.directors-list ul li .title.titlestyle2 { padding:15px 30px; }
}
.directors-list ul li .content { padding: 30px 10px 20px; font-size: 18px; color: #000; line-height: 24px; }
@media(min-width: 768px) {
.directors-list ul li .content { padding: 30px 20px 20px; }
}
@media(min-width: 1024px) {
.directors-list ul li .content { padding: 30px 40px 20px; }
}
.directors-list ul li .title .right-icon { background: url(../images/accordeon-close.png) right no-repeat; }
.directors-list ul li .active .right-icon { background: url(../images/accordeon-open.png) right no-repeat; }
.directors-list ul li .title a { 
  color: #000; 
  font-size: 22px; 
  background: url(../images/accordeon-accordeon.png) left center no-repeat; 
  background-size: 22px;
  padding-left: 35px; 
  line-height: 30px; 
  color: #004c9e;
  font-weight: bold;
}
.people-box-title-1{
  font-size: 18px;
  color: #231e20;
  font-weight: bold;
  padding-left: 20px;
  border-left: #093d8e 5px solid;
}
@media(min-width: 768px) {
.people-box-title-1 { padding-left: 10px; }
}
@media(min-width: 1024px) {
.people-box-title-1 { padding-left: 20px; }
}
@media(min-width: 1440px) {
.people-box-title-1 { font-size: 22px; }
}
.people-box-title-2{
  margin-top: 5px;
  color: #f8bd00;
  font-weight: bold;
  padding-left: 25px;
  height: auto;
}
@media(min-width: 768px) {
.people-box-title-2 { height: 56px; padding-left: 15px; }
}
@media(min-width: 1024px) {
.people-box-title-2 { height: auto; padding-left: 25px; }
}
.people-box-text{
  margin-top: 17px; 
  color: #666; 
  padding-left: 25px; 
  line-height: 24px; 
  height: auto; 
  overflow-y: hidden;
  text-align: left;
}
  .about-us-con p{text-align: left; }
@media(min-width: 768px) {
  .about-us-con p{text-align: justify; }
.people-box-text { padding-left: 15px;  text-align: justify; }
}
@media(min-width: 1024px) {
.people-box-text { padding-left: 25px; }
}
.directors-list ul li .title .right-icon { padding-right: 30px; }
@media(min-width: 768px) {
.directors-list ul li .title .right-icon { padding-right: 30px; }
}
@media(min-width: 1024px) {
.directors-list ul li .title .right-icon { padding-right: 0; }
}
/*technology*/
@media(max-width: 768px){
.all-inner-content .home3-photo{
  margin-top:0px; 
}
}


/*products*/
.products-menu h2{
  padding: 10px;
  border-bottom: 5px solid #004c9e;
  font-weight: bold;
}
.products-menu ul li{
  border-bottom: 1px solid #004c9e;
  padding: 15px 10px;
}
@media(min-width: 768px){
  .products-menu h2{margin:0 20px 0 0;}
  .products-menu ul li{margin:0 20px 0 0;}
}
.products-menu ul li:last-child{
  border-bottom:0;
}
.products-menu ul li a{
  color: #252525;
  font-weight: bold;
  font-size: 18px;
}
.products-r ul{
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.products-r ul li{
  width: 33.333%;
  float: left;
  padding: 15px;
}
.products-r-li .products-r-li-img{
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: center;
}
.products-menu ul .active a{
  color: #004c9e;
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 10px;
  border-left:5px solid #004c9e;
}
.products-menu ul li:hover.products-menu ul li a{
  color: #004c9e;
  padding-top:3px;
  padding-bottom:3px;
  padding-left: 10px;
  border-left:5px solid #004c9e;
}
.products-r-li-tit{
  padding: 15px 20px;
  text-align: center;
  background:url(../images/products-tit-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.products-r-li:hover .products-r-li-tit{
  background:url(../images/products-tit-bg2.png) no-repeat;
  background-size: 100% 100%;
  color: #252525;
}
@media(max-width: 991.98px){
.products-r ul li{
  width: 100%;
}
}
@media(min-width: 992px) and (max-width: 1199.98px){
.products-r ul li{
  width: 50%;
}
}
/*products2*/
@media(max-width: 768px){
.products02-l{margin-bottom: 30px;}
}
.products02-r-tit{
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  color:#231e20;
}
.products02-r-sec{
  margin: 10px auto;
  font-size: 24px;
  font-weight: bold;
  color:#004c9e;
}
.products02-r ul li{
  padding-left: 20px;
  position: relative;
}
.products02-r ul li:before{
  content:"";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #252525;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
}
/*events*/
.events-inner .slider>div{
  float: left;
  width: 33.333%;
}
@media(max-width: 767.98px){
 .events-inner .home5-box{
  margin-top: 0;
  margin-bottom: 30px;
  }
}
@media(min-width: 767.98px){
 .events-inner .home5-box{
  margin-bottom: 40px;
  }
}
.events-inner-tit{font-size: 32px;font-weight: bold;margin-bottom: 20px;  color:#231e20;}
.events-inner-time{color: #666;margin-bottom: 10px;}
.events-inner-time span{margin: 0 10px;}
.events-inner-div{margin: 26px auto;}

@media(max-width:768px ){
.events-inner .slider>div{
    width: 100%;
  }
  .events-inner-tit{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .events-inner-div{margin: 20px auto;}
}
@media(min-width:768px ) and (max-width: 992px){
  .events-inner .slider>div{
    width: 50%;
  }
}


/*contact-us*/

.contact-title{
  font-size: 26px;
  color: #231e20;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-title span{
  border-bottom: 4px solid #f8bd00;
  padding-bottom: 10px;

}
.index-contactus-l .form-inline{align-items:end;}
.index-contactus-l .input-01{
  background: #efefef;
  border: 0;
  height: 50px;

}
.index-contactus-l .textarea{
  background: #efefef;
  border: 0;
 
}

.index-contactus-r ul li{
  padding-left: 30px;
}
.index-contactus-r ul .icon-01{background: url(../images/icon-01.png) no-repeat;}
.index-contactus-r ul .icon-02{background: url(../images/icon-02.png) no-repeat;}
.index-contactus-r ul .icon-03{background: url(../images/icon-03.png) 0 no-repeat;}
.index-contactus-r ul .icon-04{background: url(../images/icon-04.png) 0 no-repeat;}
.index-contactus-r-tit{font-size: 24px;font-weight: bold;margin-bottom: 20px;}


.part2-addr{
  padding-top: 10px;
  border-top: 1px solid #efefef;
}
.part2-addr-li{
  display: flex;
  margin-bottom: 5px;
}
.part2-addr-li .c-tit{
  width: 160px;
}
.part2-addr-li .c-dot{
  margin: 0 5px;
}
.part2-addr-li .c-text{
  width: 80%;
}
#form-enquiry .form-group{margin-bottom: 30px;}
.form-captcha{float: left;display: inline-block;
  width:100%;
    vertical-align: middle;
}
@media(max-width: 768px){
  .index-contactus-l {
    margin-bottom: 30px;
}

#form-enquiry .form-group{margin-bottom: 20px;}

}
.icon-code{float: left;margin: 0px;margin-top:15px;}
.icon-code img{height: 38px;}

@media (min-width: 991px){
  .form-captcha{width:auto;}
  .icon-code{margin: 0 10px;} 
  .icon-code img{height: 45px;}
}
.text-danger{line-height: 20px;margin-top:5px;}
.clear{clear: both;}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
.more-btn .go-back ,.more-btn .more ,.send-btn .more{
  background-color: #004c9e;
  color: #fff;
  border-radius: 5px;
  min-width: 180px;
  height: 52px;
  line-height: 52px;
  display:inline-block;
  text-align: center;
}
.more-btn .inquire{
  background-color: #3370b1;
  color: #fff;
  border-radius: 5px;
  min-width: 140px;
  height: 52px;
  line-height: 52px;
  display:inline-block;
  text-align: center;
  
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.more-btnleft{float: left}
.more-btnleft .go-back{min-width: 140px;}
@media(min-width: 768px){
  .more-btn .inquire{
  background-color: #3370b1;
  color: #fff;
  border-radius: 5px;
  min-width: 160px;
  height: 52px;
  line-height: 52px;
  display:inline-block;
  text-align: center;
  margin: 30px 0;
}
}
.more-btn .go-back:hover,.more-btn .more:hover{
  background-color: #f8bd00;
}

@media(min-width: 768px){
.more-btn{
  margin-top:50px;
}
.send-btn{
  margin-top:0px;
}
}

/*pages*/
.news-page { margin-top: 50px; text-align: center; }
.news-page a { background-color: #adadad; color: #fff; border-radius: 25px; padding: 15px 20px; margin: 0 8px; }

.new-list-pages a { text-decoration: none!important; background-color: #707070!important; 
color: #fff!important; border-radius: 25px!important; border: none!important;
 padding: 5px 8px!important; margin: 5px 10px!important; }
.new-list-pages .active {  color: #fff!important; background:#004c9e!important;}
.new-list-pages .active span{color: #fff!important;background:#004c9e!important; }
.new-list-pages a:hover {  color: #fff!important;background:#004c9e!important; }
.new-list-pages span{text-decoration: none!important; background-color: #707070!important; 
color: #fff!important; border-radius: 25px!important; border: none!important;
 padding: 5px 8px!important; margin: 5px 10px!important;}
@media(min-width: 768px) {
.new-list-pages { margin-top: 46px; text-align: center; }
.new-list-pages a { text-decoration: none!important; font-size:20px;background-color: #707070!important; 
color: #fff!important; border-radius: 25px!important; border: none!important;
 padding: 9px 13px!important; margin: 0 15px!important;float:none!important }
.new-list-pages .active {  color: #fff!important; background:#004c9e!important;}
.new-list-pages .active span{color: #fff!important;background:#004c9e!important; }
.new-list-pages a:hover {  color: #fff!important;background:#004c9e!important; }
.new-list-pages span{text-decoration: none!important; font-size:20px;background-color: #707070!important; 
color: #fff!important; border-radius: 25px!important; border: none!important;
 padding: 9px 13px!important; margin: 0 15px!important;float:none!important}
}
  .new-list-pages {
    margin-top: 30px;
    text-align: center;
  }
@media(min-width: 1440px) {

  .new-list-pages {
    margin-top: 70px;
    text-align: center;
  }
}
.product-editor{margin-top:15px;}
.product-editor p{margin-bottom: 7px;}
.product-editor ul{padding-left: 0;
    list-style: none;}

.video-box{
    position: relative;
}
.video-box video{
    display: inline-block;
  vertical-align: baseline;
  max-width:100%;
  height: auto;
}
.box-empty2{margin-top:0px;}
@media(min-width: 576px) {
  .box-empty2{margin-top:70px;}
}
/* .video-box .play{
    position: absolute;
    top: 35%;
    bottom: 0;
    width: 100%;
    z-index: 999;
    cursor:pointer
} */