@charset "UTF-8";
@import "iconfont.css";
@import "animate.css";
@import "theme.css";

/*********** reset start **************/
html {
  -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: bottom;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

fieldset,
img,
input,
button,
hr,
textarea {
  border: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
b,
th,
i,
var,
optgroup {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
samp,
tt {
  font-size: 100%;
}

input,
button,
textarea,
select {
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

sup,
sub {
  font-size: 100%;
  vertical-align: baseline;
}

:link,:visited ,
ins {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}

.video embed,
.video object,
.video iframe {
  width: 100%;
  height: auto;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}


body {
  color: #666;
  font-size: 12px;
  font-family: var(--font-family);
  background: #fff;
  /*max-width: 1920px;*/
  margin: 0 auto;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: var(--link-color-hover);
}

/*********** reset end **************/

/*************** common class start ********************/
.uppercase {
  text-transform: uppercase;
}

.hide {
  display: none;
}

.cl {
  zoom: 1
}

.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.pr {
  position: relative;
}

.fr, .float-right {
  float: right;
}

.fl, .float-left {
  float: left;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-items-center {
  -webkit-align-items: center;
  align-items: center
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse
}
/*************** common class end ********************/


/***************** grid and size start ***********************/
.visible-xs,
.visible-xs-block {
  display: none !important
}

@media screen and (max-width: 768px) {
  .visible-xs {
    display: block !important
  }

  .visible-xs-block {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.col-xs-12 {
  width: 100%
}

.col-xs-11 {
  width: 91.66666667%
}

.col-xs-10 {
  width: 83.33333333%
}

.col-xs-9 {
  width: 75%
}

.col-xs-8 {
  width: 66.66666667%
}

.col-xs-7 {
  width: 58.33333333%
}

.col-xs-6 {
  width: 50%
}

.col-xs-5 {
  width: 41.66666667%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-2 {
  width: 16.66666667%
}

.col-xs-1 {
  width: 8.33333333%
}

@media screen and (min-width: 768px) {
  .col-sm-12 {
    width: 100%
  }

  .col-sm-11 {
    width: 91.66666667%
  }

  .col-sm-10 {
    width: 83.33333333%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-7 {
    width: 58.33333333%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-1 {
    width: 8.33333333%
  }
}

@media screen and(min-width: 992px) {
  .col-md-12 {
    width: 100%
  }

  .col-md-11 {
    width: 91.66666667%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-7 {
    width: 58.33333333%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-5 {
    width: 41.66666667%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-1 {
    width: 8.33333333%
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-12 {
    width: 100%
  }

  .col-lg-11 {
    width: 91.66666667%
  }

  .col-lg-10 {
    width: 83.33333333%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-7 {
    width: 58.33333333%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-1 {
    width: 8.33333333%
  }
}
/***************** grid and size end ***********************/



/******************* frame start ************************/
.wp{margin:0 auto;width:1430px;}

@media screen and (max-width:1600px){
.wp{width:1300px;}
}

@media screen and (max-width:1441px) {
.wp{width:1200px;}
}

@media screen and (max-width:1367px) {
.wp{width:100%;padding-right:80px;padding-left:80px;}
}

@media screen and (max-width:1281px){
.wp{padding-right:70px;padding-left:70px;}
}

@media screen and (max-width:1171px){
.wp{padding-right:50px;padding-left:50px;}
}

@media screen and (max-width:992px){
.wp{padding-right:40px;padding-left:40px;}	
}

@media screen and (max-width:768px){
.wp{padding-right:30px;padding-left:30px;}
}

@media screen and (max-width:576px) {
.wp{padding-right:20px;padding-left:20px;}
}

@media screen and (max-width:480px) {
.wp{padding-right:10px;padding-left:10px;}
}	
    
    
    
    
    
.dt_coun_area {
    padding: 0 0 95px 0;
}
.count_inner {
    /*background-image: url(../images/blog7.jpg);*/
    background-position: center center;
    background-size: cover;
    padding: 88px 0 64px 0;
    position: relative;
}
.count_inner::before{
	content:"";
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	transition: all .5s linear;
}
.count_inner:hover::before {
		content:"";
		background: var(--color-primary);
		opacity: 0.7;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		position: absolute;
}
.witr_counter_single {
    text-align: center;
    margin-bottom: 25px;
}
.witr_counter_number_inn {
    overflow: hidden;
}
.witr_counter_number_inn h3::after {
  content: attr(date-txt);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-left: 20px;

}
.witr_counter_number_inn h3, .witr_counter_number_inn span {
    font-size: 40px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
	color:#fff;
}
.witr_counter_single h4, .witr_counter_single h1 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding: 5px 0 0 0;
}
.ab_page_counter {
    padding: 101px 0 0px 0;
}
/******************* frame end ************************/
    
    
    
    
    
    
    
    @media screen and (max-width:1280px){
      .count_inner{
      flex-wrap:wrap;
      }
    .witr_counter_number_inn h3, .witr_counter_number_inn span{
    font-size:30px;
    }
      .witr_counter_single h4, .witr_counter_single h1{
      font-size:16px;
      }
      .dt_coun_area .col-lg-3{
      width:25% !important;
      }
    }
     
     
     
     
     @media screen and (max-width:768px){
         .witr_counter_number_inn h3, .witr_counter_number_inn span{
    font-size:26px;
    }
      .witr_counter_single h4, .witr_counter_single h1{
      font-size:14px;
      }
      .dt_coun_area .col-lg-3{
      width:50% !important;
      }
     }
      
      
           @media screen and (max-width:480px){
         .witr_counter_number_inn h3, .witr_counter_number_inn span{
    font-size:22px;
    }
      .witr_counter_single h4, .witr_counter_single h1{
      font-size:12px;
      }
      .dt_coun_area .col-lg-3{
      width:50% !important;
      }
             .count_inner{
             padding:20px 0;
             }
             .dt_coun_area{
             padding:10px 0
             }
     }
    
    
    
    
    
    
    
    
    
    
    
    
    @media screen and (max-width:480px){
    .witr_counter_single {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
}
          .witr_counter_number_inn h3, .witr_counter_number_inn span {
        font-size: 18px;
    }
      .witr_counter_number_inn h3::after {
    content: attr(date-txt);
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-left: 10px;
}
          .witr_counter_single h4, .witr_counter_single h1 {
        font-size: 12px;
    }
      .dt_coun_area .col-lg-3:nth-child(1){
      order:2
      }
            .dt_coun_area .col-lg-3:nth-child(2){
      order:3
      }
            .dt_coun_area .col-lg-3:nth-child(3){
      order:0
      }
            .dt_coun_area .col-lg-3:nth-child(4){
      order:1
      }
    }
	
	.main {
  padding-top: 40px;
  padding-bottom: 60px;
}

.contact {
  margin: 20px 0 0 0;
}

.contact h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.contact hr {
  width: 21px;
  height: 3px;
  background: #14171A;
  margin: 20px auto 0;
}

.contact h4 {
  font-size: 18px;
  color: #666;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 0;
}

.contact ul {
  margin: 40px 0 0 0;
}

.contact ul li {
  float: left;
  width: 33.33333333%;
  padding: 20px 15px 0;
  box-sizing: border-box;
  height: 200px;
  text-align: center;
  border-right: 1px solid #EBEBEB;
}

.contact ul li:last-child {
  border-right: none;
}

.contact ul li em {
  background: var(--color-primary);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.contact ul li em i {
  font-size: 28px;
  color: #fff;
}

.contact ul li h6 {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.contact ul li p {
  color: #444;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.contact ul li p a {
  color: #444;
}

.contact ul li p a:hover {
  color: var(--color-primary);
}


.contactbox {
  margin: 50px 0 0;
}

.map {
  float: right;
  width: 600px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.map img {
  width: 100%;
}

.contact-inquiry {

}

.contact-inquiry h4 {
  font-size: 20px;
  line-height: 50px;
  background: #3C3C3C;
  color: #fff;
  padding: 0 0 0 15px;
}

.contact-inquiry .inquirbox {
  border: 1px solid #D5D5D5;
  border-top: none;
  padding: 20px 15px 0;
}

.inquirbox {}

.inquirbox h5 {
  background: #F0B323;
}

.inquirbox .row {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: var(--btn-bg-hover);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  border-radius: 25px;
}

.inquirbox input.submit:hover {
  background: #5c79bfde;
}

@media screen and (max-width:992px) {
    .map {
      float: none;
      width: 100%;
    }
  
    .contact-inquiry {
      margin: 20px 0 0;
    }
}

@media screen and (max-width:768px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .contact h3 {
    font-size: 22px;
  }

  .contact h4 {
    font-size: 15px;
  }

  .contact ul {
    margin: 20px 0 0;
    border-top: none;
  }

  .contact ul li {
    float: none;
    border: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px dashed #D2D2CF;
  }

  .contact ul li h6 {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .contact ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  .contactbox {
    margin: 20px 0 0;
  }

  .contact-inquiry h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .contact-inquiry .inquirbox {
    padding: 15px 15px 0;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row>div {
    margin-bottom: 10px;
  }

  .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }
}

.main {padding-top:40px;padding-bottom:60px;}


.history{position:relative;}
.history::before {content:'';position:absolute;width:1px;top:0;bottom:0;left:calc(50% - 0.5px);background-color:#DFDFDF;height:100%;}
.history .list{position:relative;width:100%;padding:30px 0;}
.history .list::before{content:'';position:absolute;width:9px;height:9px;top:0;left:calc(50% - 4.5px);background-color:#DFDFDF;border-radius:50%;}
.history .list::after{content:'';position:absolute;width:9px;height:9px;bottom:0;left:calc(50% - 4.5px);background-color:#DFDFDF;border-radius:50%;}
.history .item {position:relative;width:100%;padding:30px 0;display:flex;justify-content:space-between;align-items:center;}

.history .item .content {position:relative;margin:0;width:45%;/* border:1px solid #DFDFDF; */border-radius:10px;display:flex;align-items:center;}
.history .item .content::before {content:'';position:absolute;width:90px;height:9px;top:calc(50% - 4.5px);right:-77.5px;background:url(../images/ibg5.png) no-repeat right center;z-index:-1;}
.history .item .content .pic{width:35%;border-radius:0 10px 10px 0;overflow:hidden;}
.history .item .content .txt{flex:1;padding:0 25px;}
.history .item .content p {text-align: justify;font-size:17px;color:#555;line-height:24px;}
.history .item .content p:nth-child(2){
  font-size:18px;
  /* font-weight:600; */
}
.history .item .content p~p {margin-top:10px;}
.history .item .date {width:45%;display:flex;}
.history .item .date em{border-radius:30px;padding: 0 10px;/* width:150px; *//* height:36px; */line-height:36px;background:var(--color-primary);text-align:center;display:inline-block;font-size:20px;color:#fff;}

.history .item:nth-child(2n+1){flex-direction:row-reverse;}
.history .item:nth-child(2n+1) .content {flex-direction:row-reverse;}
.history .item:nth-child(2n+1) .content .txt{text-align:right;}

.history .item:nth-child(2n+2) .content::before {right:auto;left:-77.5px;background:url(../images/ibg6.png) no-repeat left center;}
.history .item:nth-child(2n+2) .content .pic{border-radius:10px 0 0 10px;}
.history .item:nth-child(2n+2) .date {justify-content:flex-end;}


@media screen and (max-width:768px) {
.main {padding-top:25px;padding-bottom:30px;}

}

                           
                           @media screen and (max-width:550px){
                           .history .item .content .txt{
                           padding:0 !important;
                           }
                             .history .item .content p{
                             font-size:12px !important;
                             }
                           }