html,
body {
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {

    font-family: "微软雅黑", "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
	font-size: 16px;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}


#mainbody {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    color: #474157;
}

#mainbody > .container1 {
    margin: 0 auto;
}

#mainbody > .container1 > .text-center {
    text-align: center;
}

#mainbody > .container1 > .text-center h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody > .container1 > .text-center > a {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
    text-decoration: none;
}

.container1 p {
	text-align:left; 
	color: #FFF;
	line-height:200%;
}

.footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

.footer p {
    font-size: 14px;
    margin: 0;
}

.footer a {
    color: #FFFFFF
}

.w1170 {
    width: 1200px;
}

.margin130 {
    margin-top: 130px;
}

.margin55 {
    margin-top: 55px;
}

.index_01 {
    background-image:url(../img/index_01_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:630px; width:100%
}

.index_02 {
    background-image:url(../img/index_02_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:553px; width:100%
}

.index_03 {
    background-image:url(../img/index_03_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:729px; width:100%
}

.index_05 {
    background-image:url(../img/index_05_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:274px; width:100%
}

.context {
    margin: 135px 0 195px 0; width: 1200px;
}

.font12_text {
    font-size: 16px; line-height: 26px;
}

.font12 {
    font-size: 16px;
}

.font14 {
    font-size: 16px;
}

.font18 {
    font-size: 18px; font-weight: bold;
}

.font20 {
    font-size: 20px;
}


.font22 {
    font-size: 22px; font-weight: bold;
}

.font28 {
    font-size: 28px; font-weight: bold;
}

.font36 {
    font-size: 36px; font-weight: bold;
}

.about_font_red {
    color: #ff0000; font-size: 28px;
}

.index_news_img {
    position: relative;
}

.index_news_date {
    position: absolute; width: 101px; height: 82px; background-image: url(../img/index_news_bg.png); top: 30px; left: 30px;
}

.index_news_title_bg {
     position: absolute; width: 746px; background: #000; bottom: 5px; height: 125px; opacity: 0.3;
 }

.index_news_title {
    position: absolute; width: 646px; bottom: 5px; height: 125px;
}

.index_news_title_bg1 {
    position: absolute; width: 420px; background: #000; bottom: 5px; height: 45px; opacity: 0.4;
}

.index_news_title1 {
    position: absolute; width: 390px; bottom: 5px; height: 45px;
}

.input {
    width: 450px; background-color: #f6f6f6; border-radius: 10px; border: none; outline: none; text-indent: 1em;
}

.newsList_txt {
    position: relative;
}

.newsList_date {
    position: absolute; width:85px; height:90px; background-color: #0087d7; right: 45px;
    color: #FFFFFF; padding: 25px 0 0 15px; line-height: 28px;
}

.font28 {
    font-size: 28px;
}

.foot {
    background-image:url(../img/footer_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:437px; width:100%;
    color: #FFFFFF;
}

*{padding:0;}  
.business_container {   display: flex;   flex-wrap: wrap;   justify-content: center;   width: 1200px;   margin: 0 auto; }  
.business_container figure {
    margin: 0;
}
.cards {   width: 400px;   background-color: white; } 
.cards:hover .card__caption {   top: 37%;   transform: translateY(-50%); } 
.cards:hover .card__image {   transform: translateY(-3px); } 
.cards:hover .card__thumb::after {   top: 0; } 
.cards:hover .card__snippet {   margin: 20px 0 40px 0; text-align:left} 
.card__thumb {   position: relative;   max-height: 430px;   overflow: hidden; } 
.card__thumb::after {   position: absolute;   top: 0;   display: block;   content: '';   width: 100%;   height: 100%;   background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(255, 255, 255, 0) 100%);   transition: .3s; } @media (min-width: 1024px) {   
.card__thumb::after {     top: calc(100% - 140px);   } 
} 
.card__image {   transition: .5s ease-in-out; } 
.card__caption {   position: absolute;   top: 30%;   z-index: 1;   padding: 0 40px;   color: white;   transform: translateY(-50%);     transition: .3s; } 
.card__caption_title {   position: absolute;   top: 20%;   z-index: 1;   padding: 0 40px;   color: white;   transform: translateY(-50%);transition: .3s; width: 100%} 
@media (min-width: 1024px) {   
.card__caption {     
top: calc(100% - 110px);     transform: unset;   } 
} 
.card__title {   display: -webkit-box;   max-height: 85px;   overflow: hidden; font-size: 23px;   line-height: 28px;   text-shadow: 0px 1px 5px black;   text-overflow: ellipsis;   -webkit-line-clamp: 3;   -webkit-box-orient: vertical;} 
.card__snippet {   display: -webkit-box;   max-height: 150px;   margin: 20px 0;   overflow: hidden;   font-size: 16px;   line-height: 190%;   text-overflow: ellipsis;   transition: .5s ease-in-out;   -webkit-line-clamp: 5;   -webkit-box-orient: vertical; } 
@media (min-width: 1024px) {   
.card__snippet {     margin: 100px 0;   } 
} 
.card__button {  
 display: inline-block;   padding: 10px 20px;   #000;   border: 1px solid white;   font-family: 'Roboto', sans-serif;   font-size: 12px;   text-transform: uppercase;   text-decoration: none;   transition: .3s; border-radius: 8px; background-color: #f3c61a; font-weight:bold} 
.card__button:hover {   
color: #000; text-decoration: none;}

.newinfo p{ text-indent:2em; line-height:240%; text-align:left}

body,ul,li{ padding:0; margin:0;}

img{ border:none;}
.box{ width:1200px; margin:0 auto; position:relative; overflow:hidden; _height:100%;}
.picbox{ width:1200px; height:475px; overflow:hidden; position:relative;}
.piclist{ height:430px;position:absolute; left:33px; top:0px}
.piclist li{ margin-right:30px; float:left;}
.swaplist{ position:absolute; left:-3000px; top:0px}
.og_prev,.og_next{ width:30px; height:50px; background:url(../img/icon.png) no-repeat; background:url(../img/icon_ie6.png) no-repeat\9; position:absolute; top:220px; z-index:99; cursor:pointer;filter:alpha(opacity=70); opacity:0.7;}
.og_prev{ background-position:0 -60px; left:4px;}
.og_next{ background-position:0 0; right:4px;}
.more { width: 88px; height:28px; background:url(../img/more_bg.png) no-repeat; }
.more a { color: #333; font-size: 14px;}

.about_txt p {
  text-align:left;
}

.business_txt ul {
  list-style-type: disc;
  padding-left: 20px;
}


.business_txt li {
  margin-top:8px;
}

.about_font {
  color: #fa0000;
  font-size: 22px;
  font-weight: bold;
}

.about_02 {
    background-image:url(../img/about_02_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:657px; width:100%
}

.about_03 {
    background-image:url(../img/about_03_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:862px; width:100%
}

.about_04 {
    background-image:url(../img/about_04_bg.jpg);
    background-repeat:no-repeat;
    background-position:center center; min-width:1200px; height:499px; width:100%
}
.font_red {
	color: #d11b0f;
}