﻿

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mingpianxuanzhong12:before { content: "\e60b"; }

.icon-tianmao:before { content: "\e644"; }

.icon-dianhua:before { content: "\e606"; }

.icon-weibo:before { content: "\e707"; }

.icon-tianmao1:before { content: "\e63a"; }

.icon-weibo1:before { content: "\e67b"; }




/*[ RESTYLE TAG ]
///////////////////////////////////////////////////////////
*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Montserrat, sans-serif;
  font-weight: 400;
}

/* ------------------------------------ */
a {
	font-family: Montserrat;
  font-weight: 400;
	font-size: 15px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #ec1d25;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: '微软雅黑';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
	outline: none;
	border: none !important;
}

textarea {
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0px 1px #ec1d25;
  -moz-box-shadow: 0 0 0px 1px #ec1d25;
  -webkit-box-shadow: 0 0 0px 1px #ec1d25;
  -o-box-shadow: 0 0 0px 1px #ec1d25;
  -ms-box-shadow: 0 0 0px 1px #ec1d25;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}





/* ------------------------------------ */
.container {
	max-width: 1200px;
}

.slick-slide {
  outline: none !important;
}




/*头部*/


/*[ Logo ]
-----------------------------------------------------------
*/





/*[ Header ]
///////////////////////////////////////////////////////////
*/

.wrap-menu-header {
  width: 100%;
  left: 0;
  z-index: 100;
  position: absolute;
  height: 135px;
	top: 0px;
 
}

 .head_bj{
	background: url(../images/head_sky.png) repeat-x left top  #c52223;
}



.wrap_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: transparent;
  justify-content: space-between;
  align-items: center;
}






/*[ Menu ]
-----------------------------------------------------------
*/

.menu_m_t{margin-top: 76px}



.wrap_menu {
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.main_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_menu li {
  display: block;
  position: relative;
}

.main_menu > li {
  padding-top: 17px;  
  padding-bottom: 18px; 
  margin-left: 5px;
  margin-right: 5px;
	width: 100px;
	text-align: center;
	color: #f9b677;
}



.main_menu > li > a {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  color: #f9b677;
  padding:5px 5px;
}



.main_menu > li:hover  > a{
	  color: #fff;
}
.main_menu > li:hover  {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  text-decoration: none;
	background: rgba(216, 65, 65, 1);
	color: #fff;
	
}



.logo {height: 120px; padding-top: 5px;}
.logo > a{display: block; height: 100%;}
.logo > a > img {width: auto;vertical-align: middle;}


@media (max-width: 1200px) {
 .main_menu > li {margin-left: 4px;margin-right: 4px;}
 .social {padding-right: 0px;}
 .logo {height: 120px;padding-top: 5px;}
 .logo > a{display: block; height: 100%;}
 .logo > a > img {width: auto;vertical-align: middle;}
}

@media (max-width: 1030px) {
.main_menu > li{width: 80px;}
.main_menu > li > a{padding: 5px}
#nav_all li ul li{width: 80px;padding: 0px;}
#nav_all ul li a{width: 80px;padding: 0px;}
#nav_all ul li a:hover{padding: 0px;}	
}

@media (max-width: 1000px) {
 .logo {height: 80px;padding-top: 13px;}
 .logo > a{display: block; height: 100%;}
 .logo > a > img {width: auto;vertical-align: middle; height: 64px;}	
 .wrap_menu {display: none;}
 .form_hidden {display: none;}	
 .wrap_header {height: 80px;}
 .wrap-pic-blo2 {display: block;width: 50%;  background-position: center center;background-repeat: no-repeat;background-size: cover;background-image: url(../img/event-02.png);}
 .wrap-menu-header{height: 80px}
 .wrap-slick1{margin-top: 80px;height: 200px;}
 .item-slick1 {height: 100%; }
}



@media (min-width: 1000px) {
	.wrap-slick1{height: 100%;}
  .btn-show-sidebar {display: none;}
  .wrap-slick1{margin-top: 135px;}
  .wrap-pic-blo2 {display: block;width: 50%; background-position: center center; background-repeat: no-repeat; background-size: cover; background-image: url(../img/event-02.jpg);}
  .item-slick1 {height: calc(100vh - 135px); }
}

/*向上滚动后*/
.header-fixed .logo{height: 80px;}
.header-fixed .logo > a > img {width: auto;	height: 100%;vertical-align: middle;}
.header-fixed .head_t_t{display:none}
.header-fixed .wrap-menu-header {position: fixed;height: 89px;background:url(../img/head_sky_top.png) #870100 ;box-shadow: 0px 2px 5px rgba(0,0,0,0.1);top: 0px;}
.header-fixed .menu_m_t{margin-top: 0px}
.header-fixed .main_menu > li {color:#f9b677;}
.header-fixed .main_menu > li > a {color: #f9b677;}
.header-fixed .main_menu > li:hover >a { color: #fff;}
.header-fixed .btn-show-sidebar {border-top: 2px solid #222222;border-bottom: 2px solid #222222;}
.header-fixed .social a {color: #222222;}
.header-fixed #nav_all li ul{top:58px;}




/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/

.animsition-loading-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cp-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    box-sizing: border-box;
    position: relative
}

.cp-meter {
    border-radius: 50%;
    border-top: solid 6px #ec1d25;
    border-right: solid 6px #ec1d25;
    border-bottom: solid 6px #ec1d25;
    border-left: solid 6px #ec1d25;
    width: 48px;
    height: 48px;
    display: inline-block;
    box-sizing: border-box
}

.cp-meter:before {
    border-radius: 3px;
    content: " ";
    width: 6px;
    height: 12px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #ec1d25;
    position: absolute;
    top: 5px;
    left: 16px;
    transform-origin: center bottom;
    animation: cp-meter-animate-before 1s linear infinite
}

@keyframes cp-meter-animate-before {
    0% {
        transform: rotate(-45deg)
    }

    100% {
        transform: rotate(315deg)
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background-color: black;
  opacity: 0.5;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
  font-size: 22px;
  color: white;
  line-height: 1em;
}

.btn-back-to-top:hover {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  .btn-back-to-top {
    bottom: 15px;
    right: 15px;
  }
}


/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
  background-color: #ec1d25 !important;
}

input[type="date" i] {
  padding: 14px;
}

.table-condensed td, .table-condensed th {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}
.daterangepicker .calendar {
  max-width: inherit;
}
.daterangepicker thead tr th {
  padding: 10px 0;
}
.daterangepicker .table-condensed th select {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 15px;
  padding: 5px;
}
.daterangepicker td {
    width: 60px;
    height: 35px;
}



/*[ Select2 ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/*[ width select ]
===========================================================*/
.select2-container {
  display: block;
    max-width: 100%;
    width: auto !important;
}

/*[ Select ]
===========================================================*/
.select2-container .select2-selection--single {
  display: flex;
  align-items: center;
    background-color: white;
    border: 0px solid transparent;
    border-radius: 10px !important;
    height: 46px;
    outline: none;
}

.select2-container--focus {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--focus .select2-selection--single {
  border-color: transparent;
}

.select2-container--below.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--below.select2-container--open .select2-selection--single {
  border-color: transparent;
}

.select2-container--above.select2-container--open {
  border-radius: 10px;
  box-shadow: 0 0 0px 2px #ec1d25;
  -moz-box-shadow: 0 0 0px 2px #ec1d25;
  -webkit-box-shadow: 0 0 0px 2px #ec1d25;
  -o-box-shadow: 0 0 0px 2px #ec1d25;
  -ms-box-shadow: 0 0 0px 2px #ec1d25;
}

.select2-container--above.select2-container--open .select2-selection--single {
  border-color: transparent;
}


/*[ in select ]
===========================================================*/
.select2-selection__rendered {
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
  padding-left: 20px !important;
} 

.select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 12px !important;
}


/*[ dropdown option ]
===========================================================*/
.select2-dropdown {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    margin-top: 7px;
}
.select2-dropdown--above {top: -2px;}
.select2-dropdown--below {top: 2px;}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #ec1d25;
  color: #fff;
}

.select2-results__options{
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666 !important;
}


.select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa !important;
  outline: none;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

.select2-search--dropdown .select2-search__field:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
}




/* ------------------------------------ */
.sub_menu {
  position: absolute;
  top:0;
  left: 100%;
  width: 225px;
  background-color: white;

  transform-origin: top left;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.34; 
}

.main_menu > li > .sub_menu {
  top:100%;
  left: 0;
  position: absolute;
}

.main_menu > li:hover .sub_menu {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sub_menu li:hover > .sub_menu {
  display: block;
} 

.sub_menu li {
  background-color: #f2f2f2;
  border-top: 1px solid #e0e0e0; 
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.sub_menu li:hover {
  background-color: white;
}

.sub_menu li, .sub_menu a {
  padding: 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #808080;
}

.sub_menu > li:hover > a {
  color: #555555;
  text-decoration: none;
}


/*[ Social ]
-----------------------------------------------------------
*/
.social a {
  font-size: 15px;
  color: white;
}



.social a:hover {
  color: #ec1d25;
}

.btn-show-sidebar {
  width: 26px;
  height: 15px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}



.btn-show-sidebar:hover {
  border-top: 2px solid #ec1d25;
  border-bottom: 2px solid #ec1d25;
}





/*[ Sidebar ]
///////////////////////////////////////////////////////////
*/
.sidebar {
  position: fixed;
  z-index: 1200;
  width: 390px;
  height: 100%;
  overflow: auto;
  background-color: white;
  top: 0;
  right: -390px;
}

@media (max-width: 576px) {
  .sidebar {width: 300px;}
  .sidebar.on{right:0px;}
}

.show-sidebar {
  right: 0px;
}

.btn-hide-sidebar {
  position: absolute;
  font-size: 20px;
  color: #111111;
  padding: 10px;
  top: 30px;
  right: 30px;
  background: url(../images/icon-close.jpg) center center no-repeat!important;
  width: 20px;
  height: 20px;
  z-index: 9999999;
}

.show-sidebar .ti-close{background:url(../images/icon-close.jpg) center center no-repeat;}
.show-sidebar .ti-close:before{display:none;}

.overlay-sidebar {
  position: fixed;
  z-index: 1150;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
}

.show-overlay-sidebar {
  visibility: visible;
  background-color: rgba(0,0,0,0.65);
}

/* ------------------------------------ */
.item-gallery-sidebar {
  display: block;
  position: relative;
  width: calc((100% - 30px) / 3 );
  margin: 5px;
}

.item-gallery-sidebar::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-sidebar:hover:after {
  background-color: rgba(236,29,37,0.7);
}

@media (max-width: 576px) {
  .wrap_header {
    height: 80px;
  }

  .gallery-sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}



/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1,
.wrap-slick2,
.wrap-slick3 {
  position: relative;
	
}

.mager-top .wrap-slick1{
	margin-top: 85px;
}


.item-slick1,
.item-slick2,
.item-slick3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


.arrow-slick1, .arrow-slick2, .arrow-slick3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 58px;
  color:#E60609;
  position: absolute;
  opacity: 0.9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

  z-index: 99;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1,
.wrap-slick2:hover .arrow-slick2,
.wrap-slick3:hover .arrow-slick3 {
  opacity: 0.9;
}



.next-slick1,
.next-slick2,
.next-slick3 {
  right: 50px;
  left: auto;
}

.prev-slick1,
.prev-slick2,
.prev-slick3 {
  left: 50px;
  right: auto;
}

@media (max-width: 576px) {
  .next-slick1 {
    right: 15px;
  }

  .prev-slick1 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick1-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1rem;
}

.slick1-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick1-dots li {
  padding-left: 3px;
  padding-right: 3px;
}

.slick1-dots li button {
  display: block;
  color: transparent;
  background-color: #958e88;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick1-dots li button:hover {
    border: 3px solid white;
    background-color: #d41b22;
}

.slick1-dots li.slick-active button {
    border: 3px solid white;
    background-color: #d41b22;
} 

/*[ Caption ]
-----------------------------------------------------------
*/
@media (max-width: 768px) {
  .wrap-content-slide1 .tit1 {
    font-size: 70px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 60px;
  }
}

@media (max-width: 576px) {
  .wrap-content-slide1 .tit1 {
    font-size: 60px;
  }

  .wrap-content-slide1 .txt1 {
    font-size: 50px;
  }
}


/*[ Button1 ]
///////////////////////////////////////////////////////////
*/
.btn1 {
  background: white;
  border-radius: 10px;
}

.btn1:hover {
  background-color: #ec1d25;
  color: white;
}

/*[ Button3 ]
///////////////////////////////////////////////////////////
*/
.btn3 {
  background: #111111;
  border-radius: 10px;
}

.btn3:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Button2 ]
///////////////////////////////////////////////////////////
*/
.btn2 {
  background:url(../img/p_button.png) no-repeat center ;
  border-radius: 10px;
	color: white;

}

.btn2:hover {
  color:#E3DFDF;
}

.btn4 {
  background: #D9B528;
}

.btn4:hover {
  background-color: #ec1d25;
  color: white;
}


/*[ Intro ]
///////////////////////////////////////////////////////////
*/
.header-intro {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 576px){
.col-sm-1 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
	
	.b_menu{
		display: none;
	}	
	
}





/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/

.arrow-slick2 {
  top: 53%;
}


@media (max-width: 576px) {
  .next-slick2 {
    right: 15px;
  }

  .prev-slick2 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick2-dots {
  position: absolute;
  width: 100%;
  height: 128px;
  left: 0;
  bottom: 0;
}

.slick2-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick2-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick2-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick2-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick2-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 


/*[ Slide3 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick3 ]
-----------------------------------------------------------
*/


.arrow-slick3 {
  top: 40%;
}


@media (max-width: 576px) {
  .next-slick3 {
    right: 15px;
  }

  .prev-slick3 {
    left: 15px;
  }
}

/* ------------------------------------ */
.wrap-slick3-dots {
  width: 100%;
  height: 128px;
}

.slick3-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.slick3-dots li {
  padding-left: 5px;
  padding-right: 5px;
}

.slick3-dots li button {
  display: block;
  color: transparent;
  background-color: #cccccc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-clip: padding-box;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.slick3-dots li button:hover {
  border: 1px solid #d41b22;
  background-color: #d41b22;
}

.slick3-dots li.slick-active button {
  border: 1px solid #d41b22;
  background-color: #d41b22;
} 





/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.blo2 {
  border-radius: 10px;
  overflow: hidden;
}





.wrap-text-blo2 {
  background-color: white;
  width: 50%;
  min-height: 390px;
}

/* ------------------------------------ */
.effect1 {
  background-color: #cf2227;
  opacity: 0.9;
  position: relative;
}
.effect1 .txt-effect1 {
  width: 390px;
  height: 50px;
  transform-origin: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
  -moz-transform: translate(-50%, -50%) rotateZ(90deg);
  -ms-transform: translate(-50%, -50%) rotateZ(90deg);
  -o-transform: translate(-50%, -50%) rotateZ(90deg);
  transform: translate(-50%, -50%) rotateZ(90deg);
}

@media (max-width: 992px) {
  .blo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 390px;
  }

  .wrap-text-blo2 {
    width: 100%;
    min-height: 260px;
  }

  .time-event {
    width: 100%;
    height: auto;
  }

  .effect1 .txt-effect1 {
    width: 100%;
    height: 50px;
    padding: 10px;
    transform-origin: center center;
    position: unset;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@media (max-width: 576px) {
  .blo2 {
    width: 100%;
  }

  .wrap-pic-blo2 {
    width: 100%;
    height: 260px;
  }

}


/*[ Video ]
///////////////////////////////////////////////////////////
*/
.section-video {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.indexBox .section-video  .bgwhite .fa{background:url(../img/icon-video.png) center center no-repeat;width: 15px;height: 15px;display: inline-block;}
.indexBox .section-video .hov1:hover .fa{background:url(../img/icon-video1.png) center center no-repeat;}
.content-video {
  background-color: rgba(0,0,0,0.5);
}

/*[ Modal video 01 ]
-----------------------------------------------------------
*/
body {padding-right: 0px !important;overflow-x: hidden;}
.modal {
  padding: 0px !important;
  z-index: 1160;
  overflow-x: hidden;
  overflow-y: auto !important;
}
.modal-open {overflow-y: scroll;}

/* ------------------------------------ */
.modal-backdrop {
  background-color: transparent;
}

#modal-video-01 {
  background-color: rgba(0,0,0,0.8);
  z-index: 1250;
  
}

#modal-video-01 .modal-dialog {
  max-width: 100% !important;
  height: 100% !important;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrap-video-mo-01 {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 15px;
}

.video-mo-01 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  -webkit-transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
}

.video-mo-01 iframe {
  width: 100%;
  height: 100%;
}

.close-mo-video-01 {
  font-size: 50px;
  color: white;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1250;
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
}

.close-mo-video-01:hover {
  cursor: pointer;
  opacity: 1;
}



/*[ Blog ]
///////////////////////////////////////////////////////////
*/
.time-blog {
  position: absolute;
  left: 14px;
  bottom: 11px;
  background-color: rgba(0,0,0,0.5);
  padding: 3px 15px;

  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  color: white;
  border-radius: 4px;

}


/*[ Gallery footer ]
///////////////////////////////////////////////////////////
*/
.item-gallery-footer {
  display: block;
  position: relative;
  width: calc((100% - 50px) / 4 );
  margin-right: 10px;
  margin-bottom: 10px;
}

.item-gallery-footer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.item-gallery-footer:hover:after {
  background-color: rgba(236,29,37,0.7);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
  width: 100%;
  min-height: 100px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
}

@media (max-width: 576px) {
  .bg-title-page .tit6 {font-size: 30px;}
}



/*[ Item mainmenu ]
///////////////////////////////////////////////////////////
*/

.line-item-mainmenu {
  flex-grow: 1;
  height: 2px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
}

@media (max-width: 576px) {
  .line-item-mainmenu {
    display: none;
  }

  .price-item-mainmenu {
    padding-top: 5px;
  }

  .name-item-mainmenu {
    width: 100%;
  }
}


/*[ Block3 ]
///////////////////////////////////////////////////////////
*/

@media (max-width: 576px) {
  .text-blo3 {
    width: 100%;
  }
}



/*[ Gallery ]
///////////////////////////////////////////////////////////
*/

.label-gallery {
  border-radius: 10px;
  padding: 2px 11px;
  margin: 5px 0;
}

.label-gallery:hover {
  background-color: #111111;
  color: white;
}

.is-actived {
  background-color: #111111;
  color: white;
}

/* ------------------------------------ */
.wrap-gallery {
  width: 100%;
  box-sizing: border-box;
}

.item-gallery {
  width: calc( (100% - 140px) / 3 ) ;
  margin: 30px 15px;
  position: relative;
}

.overlay-item-gallery {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(236,29,37,0.8);
  opacity: 0;
}

.overlay-item-gallery:hover {
  opacity: 1;
}

.btn-show-gallery {
  font-size: 18px;
  color: #222222;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
}

@media (max-width: 768px) {
  .item-gallery {
    width: calc((100% - 110px) / 2);
  }
}

@media (max-width: 576px) {
  .item-gallery {
    width: calc((100% - 30px) / 1);
  }
  .wrap-gallery {
    padding-left: 0;
    padding-right: 0;
  }
}


/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.item-pagination {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 13px;
  color: #808080;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  margin: 6px;
}

.item-pagination:hover {
  background-color: #333333;
  color: white;
}

.active-pagination {
  background-color: #333333;
  color: white;
}



/*[ Sidebar2 ]
///////////////////////////////////////////////////////////
*/

/*[ Search sidebar2 ]
-----------------------------------------------------------
*/
.btn-search-sidebar2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #333333;
  color: white;
  font-size: 18px;
  box-shadow: 0 0 0px 1px #333333;
  -moz-box-shadow: 0 0 0px 1px #333333;
  -webkit-box-shadow: 0 0 0px 1px #333333;
  -o-box-shadow: 0 0 0px 1px #333333;
  -ms-box-shadow: 0 0 0px 1px #333333;
  /* -webkit-transform: rotateY(180deg); */
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  /* transform: rotateY(180deg); */
}

.btn-search-sidebar2:hover {
  color: #ec1d25;
}

.input-search-sidebar2 {
  width: 100%;
  height: 100%;
}



/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.date-blo4 {
  width: 75px;
  height: 82px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  background-color: #ec1d25;
}

.index_Container p.p1{font-size:17px;}
.indexBox .m-b-32{max-height:100px;line-height:20px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}

.head_font{
	text-align: center;
}

.head_font h2{
	color: #c8201b;
	margin-bottom: 0rem;
}
.head_font h3{
text-transform: uppercase;
	margin-bottom: 0rem;
}
.head_font h3:before, .head_font h3:after {
    width: 15vw;
    height: 0.5rem;
    content: '';
    background-repeat: no-repeat;
    display: inline-block;
}
.head_font h3:before {
    background-image: url(../img/head_left.png);
    background-position: right;
}
.head_font h3:after {
    background-image: url(../img/head_right.png);
    background-position: left;
}


.head_font h3 i{
padding: 0px 18px;
	font-size: 1rem;
	font-style: normal;
	color: #433f37;
}

 .head_font p {
    opacity: 0.5;
	 font-size: 14px;
	 line-height: 24px;
	 color: #444444;
}

.button_more{
	background: url(../img/button_more.png) no-repeat center;
	height: 60px;
	line-height: 60px;
	padding: 0 49px;
	color: #c8201b;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.button_more1{
	background: url(../img/button_more.png) no-repeat center;
	height: 60px;
	line-height: 60px;
	padding: 0 69px;
	color: #c8201b;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	outline: none;
}

.pic_bj{
	/*background: url(../img/pic_bj.png) no-repeat center ;
	
	.ulc-1{padding-right: 125px;}
.ulc-2{padding-right: 10px;}
.ulc-3{padding-right: 100px;}
.ulc-4{padding-right: 100px;}
.ulc-5{padding-right: 100px;}
.ulc-6{padding-right: 100px;}
.ulc-7{padding-right: 100px;}
	
	*/
}

.text-warrr{color:#b7aeb0 ! important;}

.wrap-text-blo2 img{width: 100%}
.ceae6da{background-color: #eae6da; border-left: #7A7878 dashed 2px;}
.bottom_font{text-align: center;}

.button_720 {background: url(../img/button_720.png) no-repeat center;height: 60px;line-height: 60px;padding: 0 70px;color: #8d6023;display: inline-block;text-decoration: none;  font-size: 16px;outline: none;}
.m_0{margin: 0 auto;}
.indexBox .fa-simplybuilt{width:20px;height: 20px;background:url(../img/icon-a1.png) center center no-repeat;display:inline-block;position: relative;top: 3px;}
.indexBox .button_720:hover .fa-simplybuilt{width:20px;height: 20px;background:url(../img/icon-a2.png) center center no-repeat;display:inline-block;position: relative;top: 3px;}

.izl-rmenu{position:fixed; right:0; margin-right:20px; bottom:20px; padding-bottom:20px; z-index:999;width: 50px; }
.izl-rmenu .btn{width:50px;height:50px;margin-bottom:1px;cursor:pointer;position:relative;background-color: black;opacity: 0.5;margin-top: 5px;background: black;}
.izl-rmenu .btn:hover{background-color: #ce1010;opacity: 0.9}
.izl-rmenu .btn-bj{font-size: 26px;color: aliceblue;background: url(../images/icon-a1.png) center center no-repeat;background-size: 28px;width: 30px;height: 30px;display: block;position: absolute;left: 9px;top: 9px;}
.izl-rmenu .btn-bj:before{display:none;}
.izl-rmenu .btn-wx .pic{position:absolute;left:-160px;top:-110px;display:none;/* width:160px; */height:160px;}
.izl-rmenu .btn-phone .phone{background-color:#ce1010; position:absolute; width:180px; left:-180px; top:-1px; line-height:50px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{display:none; height: 40px;}
.izl-rmenu .btn-top:hover{background-color:#ce1010;}
.nav-up-selected{	text-decoration: none;background: rgba(216, 65, 65, 1);}

.izl-rmenu .btn .iconfont{width:30px;height:30px;position:absolute;left:9px;top:9px;}
.izl-rmenu .btn1 .iconfont{background:url(../images/icon-a2.png) center center no-repeat;background-size: 28px;}
.izl-rmenu .btn2 .iconfont{background:url(../images/icon-a3.png) center center no-repeat;background-size:28px;}
.izl-rmenu .btn3 .iconfont{background:url(../images/icon-a4.png) center center no-repeat;background-size:28px;}
.izl-rmenu .btn4 .iconfont{background:url(../images/icon-a6.png) center center no-repeat;background-size:28px;}
.izl-rmenu .btn5 .iconfont{background:url(../images/icon-a7.png) center center no-repeat;background-size:28px;}
.izl-rmenu .fa-angle-double-up{background:url(../images/icon-a5.png) center center no-repeat;width:30px;height:30px;position:absolute;left:9px;top: 3px;background-size:20px;}
.izl-rmenu .fa-angle-double-up:before{display:none;}
.izl-rmenu .btn5 .pic{}

#nav_all .navbg{margin: 0 auto; float: right; max-width: 800px}



#nav_all li ul { display: none; position:absolute; z-index: 99; top: 58px; left: 0px;background:#d84141;text-align: center;  padding-bottom: 20px;  border-bottom-left-radius:8px;border-bottom-right-radius:8px;}
#nav_all li ul li { text-align: center; float: left;padding: 5px; height: 35px; line-height: 35px; width: 100px; margin: 0 auto}
#nav_all ul li a { background-image: none; padding: 5px;height: 35px; line-height:35px; color: #fff; font-weight: normal;  border: none; text-align: center;  width: 100px;margin: 0 auto}
#nav_all ul li a:hover { background:#660608; padding: 5px; margin: 0px auto; height: 35px; line-height: 35px; color: #f9b677; border-top: none; }

.searchBox .btn-search-sidebar2:before{display:none;}
.searchBox .btn-search-sidebar2{background:url(../images/icon-search.png) #333333 center center no-repeat;}
.searchBox .btn-search-sidebar2:hover{background:url(../images/icon-search1.jpg) #333333 center center no-repeat;}

/*资讯1-2新增*/
.wrap-pic-blo1{
	position: relative;
}

.news_bg{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    transition: 1.5s all;
	display: -webkit-box;
    -webkit-box-pack:center;
    -webkit-box-orient:vertical;
}

.news_bg p{
	text-align: center;
    font-size: 26px;
    margin: 0 auto;
    padding:0% 5%;
    color: #fefefe;
    opacity: 1;
    transition: 1.5s all;
}

.news_a {
    transition: all 0.5s;
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #e83138;
    display: block;
	margin: 0 auto;

}

.news_a:hover{
	background: #e8151e;
    color: #fff;
}


.md_table .md_md{
    font-family: monospace;
}


.huibao .blo4 .fa{background:url(../images/icon-arrow1.png) center center no-repeat;background-size:contain;width: 14px;height: 14px;display:inline-block;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;opacity: 1;position: relative;top: 2px;}
.huibao .blo4 .fa:before{display:none;}
.huibao .blo4 .txt4:hover .fa{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;opacity: 1;}


#pages{text-align: center;}
#pages a{color:#333;padding:2px 8px;border:1px solid #ddd;font-size:14px;}
#pages a.currentpage{color:#fff;background:#e8151e;border:1px solid #e8151e;}
#pages a:hover{color:#fff;background:#e8151e;border:1px solid #e8151e;}

.mySwiper {width:100vw;overflow:hidden;height:calc(100vh - 135px);position: relative;margin-top: 135px;}
.mySwiper .swiper-slide{width:100vw;overflow:hidden;height:100%;background-size: cover;background-repeat: no-repeat;background-position: center center;}
.mySwiper .swiper-pagination{padding-left: 3px;padding-right: 3px;}
.mySwiper .swiper-pagination-bullet {color: transparent;background-color: #958e88;width: 16px;height: 16px;border-radius: 50%;border: 2px solid transparent;background-clip: padding-box;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;opacity: 1;}
.mySwiper .swiper-pagination-bullet:hover {border: 3px solid white;background-color: #d41b22;}
.mySwiper .swiper-pagination-bullet-active {border: 3px solid white;background-color: #d41b22;} 
.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{width:50px;height:60px;margin-top:-30px;}
.mySwiper .swiper-button-prev:after,.mySwiper .swiper-button-next:after{display:none;}
.mySwiper .swiper-button-prev{background:url(../img/icon-prev.png) center center no-repeat;left:50px;}
.mySwiper .swiper-button-next{background:url(../img/icon-next.png) center center no-repeat;right:50px;}
.blog_bj_c .mendian img{margin:0px 6px 0px 0px;}
.mendian .md_table tbody .md_md td a{color:#666!important;}


@media(max-width:1024px){
#pages a{padding: 2px 6px;font-size:12px;}

.p-b-63{padding: 0px 0px 30px 0px;}
.mySwiper{margin-top: 80px;height: 200px;}
.mySwiper .swiper-button-prev{left:15px;}
.mySwiper .swiper-button-next{right:15px;}

.izl-rmenu .btn .pic{height: 100px;width: 100px;left: -100px;top: -26px;}
.izl-rmenu .btn5 .pic{width: 100px;left: -100px;height: 100px;}





	
}








