.dt-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://u3.huatu.com/uploads/allimg/241010/660681-241010152649291.jpg)no-repeat;
    background-size: 100% 100%;
}

.dt-inner1 {
    width: 1400px;
    display: flex;
    flex-direction: column;
}

.dt-top {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-left:5%;
}

.logo1 {
    width: 14%;
    height:100px;
    margin-right:4%;
}

.dt-left {
    width: 41%;
    display: flex;
}

.icon {
    width: 124px;
    height: 88px;
}

.fh-right {
    width: 78%;
    display: flex;
    flex-direction: column;
}

.title1 {
    width: 100%;
    margin: 4% auto 0 auto;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(255, 255, 255);
    text-shadow: 0px 4px 0px rgba(226, 45, 42, 0.55);
    -moz-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -webkit-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -ms-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    background: url(https://www.huatu.com/images/2024gk/gbdt/title-bg.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    text-decoration: none;
    list-style: none;
    padding: 1.5% 0 1% 0;

}

.title1 img {
    margin: 0 5%;
}

.a-box {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 1% auto 0 auto;
}

.a-box a {
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    justify-content: center;
    background-image: -moz-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 197, 153) 0%, rgb(251, 232, 159) 53%, rgb(252, 241, 201) 100%);
    color: #990000;
    font-size: 14px;
    width: 32%;
    border-radius: 50px;
    padding: 0.5% 0;
}

.a-box a img {
    margin-right: 3%;
}


.glod {
    font-family: "FZLanTingHeiS-H-GB";
    color: #ffffcc;
    -moz-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -webkit-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);
    -ms-transform: matrix(1.05068833691249, 0, 0, 1.05068833691249, 0, 0);

}

.dt-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0%;
}

.list1 {
    width: 361px;
    height: 145px;
    display: block;
    display: flex;
    background: url(https://u3.huatu.com/uploads/allimg/241010/660681-24101016052Y64.png)no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    box-sizing: border-box;
    /* padding: 0 1%; */
    list-style: none;
}

.list-left {
    background: url(https://www.huatu.com/images/2024gk/gbdt/year-bg.png)no-repeat;
    background-size: 100% 100%;
    width: 73px;
    height: 74px;
    display: flex;
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 3%;
    margin-top: 3%;
    margin-left: 5%;
}

.list-left p {
    margin: 0 !important;
    font-size: 13px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(157, 0, 0);
    text-transform: uppercase;

}

.list-left span {
    font-size: 16px;
    font-family: "FZLanTingHeiS-H-GB";
    color: rgb(157, 0, 0);
    text-transform: uppercase;
margin-top: -25%;
}

.list-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.list-right p {
    margin: 0;
    font-size: 17px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    margin-top: 15%;
    letter-spacing: 2px;
}

.list-right span {
    background: red;
    text-align: center;
    width: 95%;
    margin: 1% auto 0 auto;
    border-radius: 50px;
    background: url(https://www.huatu.com/images/2024gk/gbdt/li-bg.png)no-repeat;
    background-size: 100% 100%;
    font-size: 14px;
    font-family: "FZLanTingHeiS-M-GB";
    color: #fcf1c9;
    text-transform: uppercase;
    padding: 2% 0;
    letter-spacing: 2px;
}
@media screen and (max-width: 1500px) {
    .dt-inner1{
        width: 90%;
    }
    .title1{
        font-size: 22px;
    }
    .list-right p{
        font-size: 14px;
    }
    .list-right span{
        font-size: 12px;
    }
    .a-box a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .dt-inner1{
        width: 99%;
    }
    .icon{
        width: 100px!important;
        height: 70px!important;
    }
    .list-right p{
        margin-top: 20%;
    }
    .list-right{
        width: 60%;
    }
    .title1{
        width: 97%;
    }
}

/* 弹窗 */
.new-tctc-box {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.7);
}

.tctctc {
    background: url(https://www.huatu.com/images/2024gk/gbtc/tcc-bg.png)no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 410px;
    /* height: 291px; */
    position: relative;
}

.tc-top {
    width: 100%;
    margin-left: -8%;
    margin-top: -12%;
}

.aa-box {
    width: 80%;
    margin: -14% auto 2% auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.aa-box a {
    border-radius: 14px;
    background-image: -moz-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(254, 233, 166) 0%, rgb(252, 207, 129) 56%, rgb(255, 197, 153) 100%);
    width: 48%;
    text-align: center;
    font-size: 18px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(203, 2, 28);
    list-style: none;
    text-decoration: none;
    padding: 4% 0;
    margin-bottom: 5%;

}

.close111 {
    position: absolute;
    top: -18%;
    right: 0;
    z-index: 5;
    cursor: pointer;
}
@media screen and (max-width: 1080px) {
    .tctctc{
        width: 95%;
    
    }
    .aa-box a{
        font-size: 12px;
    }
    .close111{
        width:10%;
    }
}


/*通栏*/
.tl-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tl-inner1 {
    width: 1400px;
    display: flex;
    flex-direction: column;
    background: url(https://www.huatu.com/images/2024gk/gbtl/tl-bg_03.png)no-repeat;
    background-size: 100% 100%;
    padding: 25px;
    margin-bottom: 2%;
}

.tl-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tl-top-left {
    width: 32%;
    overflow: hidden;
}

.tl-top-left img {
    width: 100%;
}

.tl-top-right {
    width: 65%;
    flex-direction: column;
    display: flex;
}

.tit-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid red;
}

.sp1 {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);

}

.sp1inner {
    display: flex;
    /* width: 100%; */
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 5px solid red;
}

.sp2 {
    width: 50%;
    text-align: center;
}

.sp2 span {
    border-right: 2px solid red;
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(51, 51, 51);
    padding: 0 5%;

}

.sp2 span:last-child {
    border-right: none;
}

.sel-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.sel-box select {
    width: 19%;
    background: url(https://www.huatu.com/images/2024gk/gbtl/sel-bg.png)no-repeat;
    background-size: 100% 100%;
    height: 43px;
    border: none !important;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(153, 153, 153);
    padding-left: 2%;


}

.btn {
    width: 19%;
    height: 43px;
    text-align: center;
    line-height: 43px;
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 254, 254);

}

.btn-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-box a {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0.777px 0.629px 1px 0px rgba(255, 255, 255, 0.004), inset -0.559px -0.829px 1px 0px rgba(255, 186, 188, 0.004);
    background: url(https://www.huatu.com/images/2024gk/gbtl/btn-bg.png)no-repeat;
    background-size: 100% 100%;
    padding: 1.2% 0;
    margin-bottom: 1%;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(240, 25, 1);

}

.btn-box a:hover {
    border-radius: 6px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 1, 1) 0%, rgb(226, 1, 1) 100%);
    color: #fff;
}

.btn-box a img {
    margin-right: 2%;
}

.btn-box a:nth-child(5) {
    margin-bottom: 0;
}

.btn-box a:nth-child(6) {
    margin-bottom: 0;
}

.btn-box a:nth-child(7) {
    margin-bottom: 0;
}

.btn-box a:nth-child(8) {
    margin-bottom: 0;
}

.tl-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.bottom1 {
    width: 32%;
    display: flex;
    flex-direction: column;
}

.sjx-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;

}

.sjx-box li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.sjx-box li:last-child {
    margin-bottom: 0;
}

.sjx-box li img {
    width: 2%;
}

.txt-sjx {
    display: flex;
    justify-content: space-between;
    width: 97%;
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: #333333;

}

.tutu-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.tutu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.tutu-btn span:first-child {
    color: #fff;
    border-radius: 50px;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 54, 0) 0%, rgb(226, 0, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 54, 0) 0%, rgb(226, 0, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 54, 0) 0%, rgb(226, 0, 0) 100%);
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(255, 254, 254);
    padding: 5% 0 3% 0;

}

.tutu {
    width: 37%;
}

.codema {
    width: 28%;
}

.tutu-btn {
    width: 30%;
}

.tutu-btn span:last-child {
    font-size: 20px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(51, 51, 51);
    padding-top: 10px;

}

.rm {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 25px;
}

.remen {
    font-size: 20px;
    font-family: "FZLanTingHeiS-B-GB";
    color: rgb(51, 51, 51);

}

.remen span:first-child {
    color: red;
    font-size: 22px;
}

.rm img {
    margin: 0 2%;
}

.rmxl {
    font-size: 16px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(102, 102, 102);
}

.hd-box {
    margin-top: 17px;
}

.hd-box a {
    display: flex;
    font-size: 16px;
    font-family: "FZLanTingHeiS-R-GB";
    color: rgb(51, 51, 51);
    margin-bottom: 16px;


}

.hd-box a img {
    margin: 0 2%;
}

.gk-img {
    width: 100%;
    margin-top: 17px;
}

.xxx-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.xxx-box a {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.xxx-box a:last-child {
    margin-bottom: 0;
}

.ggjd {
    font-size: 20px;
    font-family: "FZLanTingHeiS-DB-GB";
    color: rgb(240, 25, 1);
    margin-top: 20px;

}

.xxx-box a img {
    margin-right: 2%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
   /* text-align: center;
    font-size: 18px;
    background: #fff;*/

    /* Center slide text vertically */
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; */
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
@media screen and (max-width: 1600px) {
    .sp2 span{
    font-size: 14px;
    }
}
@media screen and (max-width: 1520px) {
    .tl-inner1 {
        width: 1200px;}
        .sp2{
            width: 65%;
        }
        .sp1 {
            font-size: 20px;
        }
}
@media screen and (max-width: 1500px) {
    .sp2 {
        width: 60%;
    }

    .sp2 span {
        font-size: 14px;
    }
    .tutu-btn span:last-child {
        font-size: 15px;
    
    }
    
}

@media screen and (max-width: 1200px) {
    .rmxl{
        font-size: 14px;
    }
    .xxx-box a span{
        font-size: 14px;
    }
    .tutu-btn span:last-child,.tutu-btn span:first-child{
        font-size: 14px;
    }
    .hd-box a{
        font-size: 14px;
    }
    .sp1{
        font-size: 18px;
    }
    .sp2{
        width: 70%;
    }
    .xxx-box a span{
        font-size: 12px;
    }
}

/*
* @Author: Administrator
* @Date:   2018-05-11 17:16:08
* @Last Modified by:   Administrator
* @Last Modified time: 2018-09-07 15:12:53
*/
html,body,p,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress{margin:0;padding:0;border:0;vertical-align:baseline}

a{background-color:transparent;text-decoration:none}

mark{background:#ff0;color:#000}

img{border:0}

html{font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}

html,body{-webkit-user-select:none;user-select:none;}

html,body,p,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress{margin:0;padding:0;border:0;vertical-align:baseline}

a{text-decoration:none;-webkit-touch-callout:none;background-color:transparent}

li{list-style:none}

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

audio,canvas,progress,video{display:inline-block}

audio:not([controls]){display:none;height:0}

[hidden],template{display:none}

a:active,a:hover{outline:0}

abbr[title]{border-bottom:1px dotted}

b,strong{font-weight:bold}

dfn{font-style:italic}

h1{font-size:2em;margin:.67em 0}

small{font-size:80%}

sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}

sup{top:-0.5em}

sub{bottom:-0.25em}

img{border:0;-webkit-touch-callout:none;}

svg:not(:root){overflow:hidden}

figure{margin:1em 40px}

hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}

pre{overflow:auto}

code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}

a,input,optgroup,select,textarea{-webkit-tap-highlight-color:rgba(0,0,0,0);}

input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;-webkit-appearance:none;outline:none;line-height:normal}



select{text-transform:none}

html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}


input{line-height:normal}

input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}

input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}

fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}

legend{border:0;padding:0}

textarea{overflow:auto}

optgroup{font-weight:bold}

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

td,th{padding:0}

/* 之前默认样式 */
*,::before,::after{
    margin:0;
    padding:0;
    /*清除移动端默认的点击高亮效果*/
    -webkit-tap-highlight-color:transparent;
    /*设置以边框开始计算宽度*/
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,input,textarea,p,th,td,hr {
	margin:0;
	padding:0;
    resize: none;
    font-family:"Microsoft YaHei",sans-serif;/*设备默认字体*/
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border: 0;
}
em,strong,i{
	font-weight: normal;
	font-style: normal;
}
ol,ul{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}
input,textarea,select,button {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	font-size:100%;
    outline:none;
    border:none;
    background:none;
    padding: 0;
}
hr{
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
    border: none;
}
a{
    color:inherit;
	text-decoration: none;
}
a:hover{
    text-decoration:none;
}
.clearfix:after{
    content: ".";
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"] {
    appearance:none;    
    -moz-appearance:none;   
    -webkit-appearance:none;
    -webkit-border-radius:0px;
}
textarea {
    -webkit-appearance: none;
}
/* 去除Chrome等浏览器文本框默认发光边框  */
input:focus, textarea:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
/* 去除IE10+浏览器文本框后面的小叉叉 */
input::-ms-clear {
    display: none;
}
/* 禁止多行文本框textarea拖拽 */
textarea {
    resize: none;
}
/********flex布局********/
.display_inline_flex{
    display: -webkit-inline-flexbox;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display:inline-flex; 
}
.display_flex{
    display: -webkit-box; 
    display: -moz-box; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/*伸缩流方向*/
.flex-direction_column{
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
/*主轴对齐*/
.justify-content_flex-center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.justify-content_flex-end{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.justify-content_flex-justify{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*侧轴对齐*/
.align-items_flex-start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.align-items_flex-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.align-items_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.align-items_baseline{
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}
/*伸缩性*/
.flex_auto{
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
}
.flex_1{
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;    
}
/*显示顺序*/
.order_2{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}
.order_3{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.flex_c_c_col{
	display: flex;
	flex-direction: column;
	display: -webkit-flex; 
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.flex_c_c_row{
	display: flex;
	flex-direction: row;
    display: -webkit-flex; 
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
