/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

/*
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');
*/

@import url(/css/fonts.gstatic.com.css);

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(/css/animate.min.css);
@import url(/css/normalize.css);
@import url(/css/icomoon.css);
@import url(/css/font-awesome.min.css);
@import url(/css/meanmenu.css);
@import url(/css/owl.carousel.min.css);
@import url(/css/swiper.min.css);
@import url(/css/slick.css);
@import url(/css/jquery.fancybox.min.css);
@import url(/css/jquery-ui.css);
@import url(/css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 16px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 400;
     color: #2e2d2d;
     font-size: 17px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

.header {
     width: 100%;
     height: 86px;
     padding: 24px 60px;
     background: #fff;
}

.logo a img {
     z-index: 9999;
     position: relative;
}

.logo::before {
     position: absolute;
     content: "";
     background-color: #2e2d2d;
     width: 385px;
     height: 86px;
     left: -75px;
     top: -24px;
}


/*-- navigation--*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 8px 20px;
     color: #2e2d2d;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
/*     text-align: center;*/
     white-space: nowrap;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
     background-color: #db0632;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
     background-color: #db0632;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

ul.social_icon {
     padding-top: 3px;
     float: right;
    display: flex;
	flex-wrap: nowrap;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 17px;
     border-radius: 30px;
     margin: 0 3px;
     color: #fff;
     background-color: #000000;
     width: 32px;
     height: 32px;
}

ul.social_icon li a:hover {
     color: #fff;
     background-color: #db0632;
}


/** banner section **/

.banner_main::before {
     position: absolute;
     content: "";
/*     background-color: #2e2d2d;*/
     width: 370px;
/*     height: 764px;*/
	height: 814px;
     left: 0;
	background-image: url(/upload/image/base/bg.gif);
	background-position: left top;
}

.banner1 {
     position: relative;
     padding: 50px 0 100px 0;
}

.relative {
     position: inherit;
     padding: 0;
     text-align: left;
}

.relative span {
     color: #ddd;
}

.relative h1 {
     font-size: 74px;
     line-height: 80px;
     font-weight: 500;
     color: #2e2d2d;
}

.relative p {
     color: #2e2d2d;
     padding-bottom: 70px;
}

.get_btn {
     /* background-color: #ad1d1d; */
     background-color: #db0632;
     color: #fff;
     text-align: center;
     max-width: 216px;
     width: 100%;
     height: 47px;
     font-size: 17px;
     display: block;
     padding: 9px 0;
}

.get_btn:hover {     
     background: #ececec;
     color: #db0632;
}

.bann_img {
     padding-left: 59px;
     padding-right: 20px;  
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     width: 55px;
     height: 55px;
     background: #2e2d2d;
     opacity: 1;
     font-size: 20px;
     color: #ffffff;
     top: 90%;
}

#myCarousel .carousel-control-prev:hover,
#myCarousel .carousel-control-next:hover,
#myCarousel .carousel-control-prev:focus,
#myCarousel .carousel-control-next:focus {
     background: #ececec;
     color: #2e2d2d;
}

#myCarousel .carousel-control-prev {
     left: inherit;
     right: 100px;
}

#myCarousel .carousel-control-next {
     right: 30px;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #000;
}

.carousel-indicators {
     display: none;
}


/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 40px;
}

.titlepage h2 {
     font-size: 45px;
     color: #db0632;
     line-height: 140%;
     font-weight: bold;
     padding: 0;
     margin: 0;text-transform: uppercase;
}

.titlepage.textcolor h2 { color: #2e2d2d; font-weight: normal;     line-height: 150%; }

.d_flex {
     display: flex;
     align-items: stretch;
     align-items: center;
	 flex-wrap:wrap;
}

.read_more {
     font-size: 17px;
     background-color: #db0632;
     color: #fff;
     padding: 9px 0px;
     width: 100%;
     max-width: 210px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     height: 47px;
}

.read_more:hover {
/*
     background: #db0632;
     color: #fff;
*/
	    background: #ececec;
    color: #db0632;
     transition: ease-in all 0.5s;
}

.autosize { max-width: none;padding: 9px 20px;width: auto; }


/** What We Do section **/

.we_do {
     padding-top: 90px;
     padding-bottom: 30px;
     /* background-color: #fff; */
     position: relative;
}

.slin::before {
     position: absolute;
     content: "";
     bottom: -5%;
     background: url(/upload/image/base/slin.png);
     background-repeat: no-repeat;
     max-width: 820px;
     height: 100px;
     right: 15%;
     width: 100%;
     background-position: top right;
}

.we_box {
     text-align: center;
     margin-bottom: 30px;
}

.we_box i {
     border-radius: 50%;
     border: #404040 solid 1px;
     width: 210px;
     height: 210px;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-wrap: wrap;
     margin: 0 auto;    transition: all .5s;
}
.we_box i:hover {
    margin-top: -6px;
}
.we_box h3 {
     font-size: 24px;
/*     font-weight: bold;*/
     line-height: 25px;
     padding-bottom: 16px;
     color: #db0632;
     padding-top: 30px;
}

.we_pro { 
    overflow: hidden;
    transition: all .5s;
	margin: 0 -15px;
     position: relative;
     height: 300px;
}
.we_pro div {
	display: block;
    /* box-shadow: 15px 15px 0 #e2e2e2; */
    overflow: hidden;
    position:absolute;
    height: 300px;
    width: 100%;
}
.we_pro div img { display: block; }
/** end What We Do section **/


/** end team section **/

.about {
	padding-top: 90px;
    padding-bottom: 90px;
    /* background-color: #fff; */
    position: relative;
}

.slin2::before {
     position: absolute;
     content: "";
     bottom: -5%;
     background: url(/upload/image/base/slin2.png);
     background-repeat: no-repeat;
     max-width: 820px;
     height: 100px;
     left: 15%;
     width: 100%;
     background-position: top left;
}

.about .titlepage {
     text-align: left;
     padding-bottom: 30px;
}

.about .titlepage h2 {
     margin-bottom: 30px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 18px;
     line-height: 31px;
     padding-bottom: 30px;
}

.about_img {
     overflow: hidden;
     margin-bottom: 30px;
     border-radius: 15px;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
     display: block;     
     -webkit-transition: all .5s;
     -moz-transition: all .5s;
     -ms-transition: all .5s;
     -o-transition: all .5s;
}

.about_img figure p.img-title {
     display: block;
     position: absolute;
     bottom: 0px;
     font-size: 13px;
     padding: 9px;
     background: #ffffff8c;
     line-height: 13px;
     text-align: center;
     width: 100%;white-space: nowrap;
     text-overflow: ellipsis;
     display: block;
     overflow: hidden;
}

.about_img figure.news-image {
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     max-height: 340px;
     position: relative;
}

.about_img figure.news-image img {
     opacity: 0;
}

.about_img figure img:hover {
     transform: scale(1.2);
}

.news-list li,
.about-list li {
    font-size: 17px;
}

.news-list li,
.about-list li {
    margin: 0 0 10px 0;
    position: relative;
}

.news-list li a,
.about-list li a { 
display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 120px 0 24px;
    }
    .about-list li a:hover {/* background: #ff0035; */text-decoration: underline !important;!i;!;}
    .about-list li a:hover em {color: #fff;}
.news-list li a::before,
.about-list li a::before {
    content: "";
    background: #db0632;
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 8px;
    top: 12px;
}

.news-list { width: 100%; }

.about-list-title {
     font-size: 32px;
     color: #db0632;
     line-height: 45px;
     font-weight: bold;
     padding: 20px 0 20px 20px;
     margin: 0;
     border-top: 1px solid #929292;
 }
 .about-list-title  a {
     color: #db0632;
 }
.about-news .harf { 
  /* border-right: 15px solid #fff; */
  /* height: 100%;; */
  padding-left: 0px;
} 

.about-news .harf .harf-con { height: 100%; background-color: #db0632;}

.timeline {
     background-image: url(/upload/image/base/honor.png);
     background-size: contain;
     background-position: bottom right;
     background-repeat: no-repeat;
}

.timeline li {
    display: flex;
    font-size: 1.3em;
    margin-bottom: 21px;
    margin-right: 2em;
    /* white-space: nowrap; */
    align-items: center;
}

.timeline time {
    min-width: 142px;
    text-align: center;
    background:  #666;
    color:  white;
    padding: 5px 14px;
    border-radius: 10px;
    margin-right: 14px;
    white-space: nowrap;
}

.timeline time.im { background-color: #db0632;}




@media (max-width: 768px) {
     .about-news .harf {
          /* margin: 0 15px;  */
          padding-left: 15px;
          border: 0px;
     }    
     .about-news .harf .harf-con {
          padding-bottom: 15px;
     }
}

@media (max-width: 991px) {
	 .founder { text-align: center; margin:0 10px 30px; }
}

.news-list li em,
.about-list li em {
    position: absolute;
    top: 0;
    right: 10px;
    font-style: normal;
    color: #eb7890;font-family: sans-serif;
}

.about-news { display: flex; margin-top:60px; }

.jy {
     /* border: 1px solid #e2e2e2; */
     margin: 0px 0 10px;
     border-right-width: 5px;
     border-bottom-width: 5px;
     /* padding: 30px 40px 20px; */
     line-height: 2rem;
     background-color: #fff;
}
.jy h4 {
     font-size: 1rem;
     border-radius: 10px;
     padding: 6px 23px;
     background: #000000;
     color: #fff;
     display: inline-block;
     margin-bottom: 16px;
 }

 .jy p {
     font-size: 1.8rem;
     font-size: 1.3rem;
     /* font-weight: bold; */
     /* text-indent: 2em; */
     color: #000000;
     margin: 0 0 30px;
     line-height: 1.8em;
     /* text-align: justify; */
     background: #e1c6c7;
     padding: 10px 15px;
     border-radius: 15px;
 }
/** our vbox section **/

.vbox {
     background-color: #fff;
     padding: 90px 0 170px 0;
     position: relative;
}

.vbox .titlepage {
     text-align: center;
     padding-bottom: 45px;
}

.vbox_box {
     border: #727272 solid 1px;
     padding: 74px 101px 80px 101px;
}

.vbox_box_ti {
     text-align: center;
}

.vbox_box_ti h3 {
     font-size: 40px;
     font-weight: bold;
     padding-bottom: 5px;
}

.vbox_box_ti h3::before {
     position: absolute;
     content: "";
     background-color: #ddd;
     width: 84px;
     height: 4px;
     border-radius: 5px;
     bottom: 0;
}

.vbox_box_ti h3 span {
     color: #7321cd;
}

.vbox_box_ti h3 strong {
     font-size: 15px;
     font-weight: normal;
}

.our_vbox {
     text-align: center;
}

.our_vbox span {
     text-transform: uppercase;
     font-size: 25px;
     font-weight: bold;
     line-height: 25px;
     padding-bottom: 20px;
     color: #db0632;
     padding-top: 30px;
     display: block;
}

.our_vbox p {
     line-height: 39px;
}

.mar_top {
     margin-top: -20px !important;
     margin: 0 auto;
     display: block;
     max-width: 142px;
     height: 40px;
     padding: 4px 0;
     font-weight: normal;
     margin-bottom: 30px;
}


/** end our vbox section **/


/** Experts section **/

.experts {
     /* background-color: #fff; */
     padding: 0px 0 147px 0;
     position: relative;
}

.experts .titlepage {
     text-align: center;
     padding-bottom: 45px;
}

.experts .experts_box {
     text-align: left;
     background-color: #fff;
     transition: ease-in all 0.5s;
}

.experts .experts_box .experts_img {
     overflow: hidden;
}

.experts .experts_box .experts_img figure {
     margin: 0;
}

.experts .experts_box .experts_img figure img {
     width: 100%;
     transition: all .5s;
/*
     border-top: #e2e2e2 solid 20px;
     border-bottom: #e2e2e2 solid 20px;
     border-left: #e2e2e2 solid 30px;
     border-right: #e2e2e2 solid 30px;
*/
}
.experts .experts_box .experts_img figure img:hover {
	transform: scale(1.2);
}

#exp:hover .experts_img figure img {
/*
     border-top: #2e2e2e solid 20px;
     border-bottom: #2e2e2e solid 20px;
     border-left: #2e2e2e solid 30px;
     border-right: #2e2e2e solid 30px;
*/
}

.experts .experts_box .meet {
/*
     padding: 33px 30px;
     text-align: justify;
*/
	padding: 16px 30px;
    text-align: justify;
    border-left: 5px solid #e5e5e5;
    margin: 16px 0;
}

.experts .experts_box .meet h3 {
     color: #343434;
     font-size: 20px;
     line-height: 20px;
     padding-bottom: 12px;
     transition: ease-in all 0.5s;
     margin: auto;
     text-transform: uppercase;
	 text-align: left;
/*     font-weight: bold;*/
}

.experts .experts_box .meet p {
     font-size: 16px;
     line-height: 28px;
	color: #666;
	text-align: left;
}

.exper {
     max-width: 171px;
     height: 47px;
     padding: 9px 0;
     margin-top: 10px !important;
     margin-bottom: 0;
}


/** end Experts section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
     position: relative;
}

.contact::before {
position: absolute;
    content: "";
    right: 33px;
    background: url(/upload/image/base/co_right.png);
    background-repeat: no-repeat;
    width: 312px;
    height: 121px;
    top: 32%;
}

.contact .titlepage {
	text-align: left;
    padding-left: 2rem;
    padding-right: 2rem;	
}
.contact blockquote {
	margin: 0 0 0 2em;
	padding: 0;
}
.contact .titlepage p {
    line-height: 2em;
}
.contact .titlepage h2 {
margin-bottom: 20px;
    font-size: 28px;
    border-bottom: 4px solid #cfcfcf;
    padding-bottom: 20px;
    font-weight: bold;
}
/*

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #737272;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 0px 0px 13px rgba(14, 14, 13, 0.17);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #737272;
     font-size: 18px;
     font-weight: normal;
     padding: 50px 15px 0 15px;
     box-shadow: 0px 0px 13px rgba(14, 14, 13, 0.17);
     height: 150px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #db0632;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0px;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     margin-bottom: 60px !important;
     margin: 0 auto;
}

.main_form .send_btn:hover {
     background-color: #db0632;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #737272;
     opacity: 1;
}

*/

/** end contact section **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 60px;
     text-align: center;
}

.footer h3 {
     font-weight: 600;
     font-size: 17px;
     line-height: 19px;
     text-align: left;
     color: #fff;
     padding-bottom: 15px;
     display: table;
     text-transform: uppercase;
}

.variat {
color: #757575;
    /* text-align: left; */
    /* padding-right: 40px; */
    padding-top: 11px;
	font-size: 16px;
}
.variat img {
    max-width: 156px;
}
ul.conta {
     text-align: left;
     margin-bottom: 55px;
	display: flex;    justify-content: space-around;
}

ul.conta li {
     color: #fff;
     text-align: left;
     padding-bottom: 20px;
     font-size: 17px;
     display: inline-block;
     padding-right: 70px;white-space: nowrap;
}

ul.conta li:last-child {
     padding-right: 0;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 30px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: #db0632;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: #db0632;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 8px;
}

.bottom_form h3 {
     font-weight: 600;
     font-size: 20px;
     line-height: 25px;
     text-align: left;
     color: #fff;
     padding-top: 12px;
     margin-right: 93px;
     text-transform: uppercase;
     border: inherit;
}

.bottom_form .enter {
     border: inherit;
     padding: 0px 50px 0px 19px;
     width: 100%;
     height: 45px;
     background: #fffffff2;
     color: #ccc8c8;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.right_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #db0632;
     color: #fff;
     padding: 8px 16px;
     font-weight: 500;
     text-transform: uppercase;
     height: 45px;
     position: absolute;
     right: 14px;
}

.right_btn:hover {
     background-color: #ddd;
     transition: ease-in all 0.5s;
     color: #db0632;
}

.bottom_form p {
     color: #757575;
     text-align: left;
}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #666;
     font-size: 16px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #db0632;
}


/** end footer **/


/** endinner page css **/

.back_re {
	background-color: #2e2d2d;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
     color: #fff;
     font-size: 40px;
     padding: 40px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 35px;
}

.margin_0 {
     margin: 0 !important;
}
.map_main {
	margin: 100px -15px -10px;
}

.dropdown-menu {
     margin: 0px;
     border-radius: 0px;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -ms-border-radius: 0px;
     -o-border-radius: 0px;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
     background-color: #db0632;
     color: #fff;
}

ul.conta li i.fa {
     position: relative;
     bottom: -7px;
 }
 

 .art-body .art-title {
	margin-top: 47px;
	margin-bottom: 30px;
	font: bold 42px/60px "Microsoft YaHei", "微软雅黑", Arial, Helvetica;
}
.art-body .msic {
	margin-bottom: 30px;
	color: #999;
}
.art-body .msic a { color: #3ab0e2; }
.art-body .art-text p {
	font-size: 17px;
	color: #626262;
	line-height: 200%;
	text-align: justify;
}





 
/*页码*/
.page_more {
	/* height: 27px; */
	/* margin-top: 14px; */
	/* border-bottom: none; */
	/* border-top: 1px solid #E8E8E8; */
	 padding-top: 40px; 
	text-align: center;
	margin: auto;    margin-bottom: 60px;
}
.page_more .pagebox { }
.page_more .pagebox a {
	line-height: 25px;
	display: inline-block;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #CCC;
	border-right: 0px;
	border-bottom: 1px solid #A2A2A2;
	border-left: 1px solid #CCC;
	color: #999;
	overflow: hidden;
	vertical-align: bottom;
	text-decoration: none;
	background-image: none;
	position: static;
}
.page_more .pagebox #page-items-all a { margin-left: 0px; }
.page_more .pagebox #datainfo,
.page_more .pagebox #page-items-all a { display: none; }
.page_more .pagebox #page-items-all .page-items a:hover {
	text-decoration: none;
	background-color: #efefef;
	color: #666;
}
.page_more .pagebox #page-items-all .page-items .page-item-act {background-color: #efefef;background-color: rgb(42, 42, 42);color: rgb(255, 255, 255);}
.page_more .pagebox #page-items-all .page-items a {
	font-family: SimSun, Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 44px;
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(42, 42, 42);
	border-width: 1px;
	border-style: solid;
	border-color: rgb(42, 42, 42);
	border-image: initial;
	margin: 0 5px;
}

span.page-items-description { display: none; }
	
/*页码 end*/

.bk dt {
    margin-bottom: 6px;
    font-size: 24px;
}

.bk {
    font-size: 1.2em;
    margin-bottom: 1.4em;
}

.bk dt span.icon {
    background-color: #666;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
}

.tzblock {
    margin-bottom: 50px;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}
.tzblock .titlepage h2 em {
    color: #fff;
    background: #e1c6c7;
    font-style: normal;
    position: relative;
    font-size: 0.4em;
    padding: 3px 8px;
    top: -30px; top: -23px;
    border-radius: 16px;
    left: -6px;white-space: nowrap;
}
.zl-text-block {
     background: #e1c6c7;
     padding: 20px;
     /* border-radius: 15px; */
     margin-bottom: 30px;
     text-align: justify;
}
.zl-text-block p { 
     padding-bottom: 0px !important;
    color: #000;
}
.zl-pic-desc {
    text-align: center;
    font-size: 1.4em;
    position: relative;
    top: -20px;
}
.zl-color { 
    color: #c71938; }
    .row.d_flex.founder {
    display: flex;
    align-items: stretch;
}
.row.d_flex.founder .zl-text-block {
    border-radius: 0;
    margin-bottom: 0px;
}

.zl-text-block ul {color: #fff;}<!--0.00011587142944336-->