* {
    padding: 0px;
    margin: 0px;
}

ul,
ol {
    list-style: none;
}

a {
    text-transform: none;
    color: #333;
    font-size: 16px;
    text-decoration: none;
}


/* 启动页面  */


table{
    /*border:solid 1px #cccccc;*/
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
}

body,html{
    background: #FFF;
    width: 100%;
    /*min-width: 1920px;*/
    /*max-width: 1920px;*/
    /*margin: 0 auto;*/
    /*position: relative;*/
}

.Index_body {
    width: 100%;
    height: 101vh;
    box-sizing: border-box;
    position: relative;
    display: block;
    transition: 0.7s;
    overflow: hidden;
}

.Index_body .Index_beijing {
    width: 100%;
    height: 101vh;

    animation: IMhesa 4s linear infinite alternate;
}


@keyframes IMhesa {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.06);
    }
}


.Index_body .out {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-left: 191px;
    box-sizing: border-box;
}

.Index_body .logo {
    margin-bottom: 250px;
    padding-top: 50px;
}

.Index_body .Focus {
    display: flex;
    align-items: center;
}

.Index_body .Focus a {
    background: url(../images/TrgaFv.png) no-repeat center;
    background-size: cover;
    width: 279.52px;
    height: 68.94px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CC0000;
    font-size: 23px;
    margin-top: 1%;
}

.download {
    display: inline-flex;
    align-items: center;
    /*height: 144px;*/
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #707070;
    min-width: 483px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.download>img{
    width: 144px;
    margin-right: 20px;
}

.download .box {
    display: flex;
    flex-direction: column;
}

.download .box a {
    width: 230px;
    height: 65px;
    background: rgba(0, 0, 0, 0.79);
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    color: #FFF;
    font-size: 18px;
    
    cursor: pointer;
    
}

.download .box a p {
    width: 70%;
    text-align: center;
}

.download .box a img {
    margin-right: 5px;
}

.download .box a:last-child {
    background: #B29063;
    margin-bottom: 0px;
}

.download .box_1 {
    width: 212px;
    height: 100%;
    background: #C71900;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.download .box_1 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.download .box_1 img {
    margin-bottom: 15px;
}

.download .box_1 p {
    color: #FFF;
    font-size: 18px;
}

.download .box_1 p:last-child {
    margin-top: 6px;
}

.Index_body .authority {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 42px;
    width: 100%;
    left: 50%;
    margin-left: -50%;

    pointer-events: none;
}

.Index_body .authority a {
    background: url(../images/TrgaFv2.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFEDCC;
    font-size: 29px;
    width: 272px;
    height: 118px;
    transform: translateY(40px);
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

.Index_body .authority a span {
    margin-top: 9%;
}

.Index_body .authority img {
    animation: ImesKey 1s linear infinite alternate;
    position: relative;
    z-index: 2;
}

@keyframes ImesKey {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.weixin_erweima {
    position: fixed;
    right: 50px;
    top: 15%;
}

.weixin_erweima .box {
    position: relative;
    margin-bottom: 30%;
}

.weixin_erweima .box .title {
    background: url(../images/Az7Mtd.png) no-repeat center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 152px;
    color: #FFFFFF;
    font-size: 14px;
    position: relative;
    z-index: 3;
}

.weixin_erweima .box .img {
    width: 130px;
    height: 129px;
    background: #9f0d02;
    position: absolute;
    right: 50%;
    margin-right: -65px;
    top: 90px;
    z-index: 2;
}

.weixin_erweima .box .img img {
    width: 100%;
}


.Footer_body {
    width: 100%;
    background: #000000;
    color: #FFF;
    padding-top: 40px;
    padding-bottom: 27px;
    box-sizing: border-box;
    text-align: center;
}

.Footer_body a {
    color: #FFF;
}

.Footer_body ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.Footer_body ul li a {
    font-size: 14px;
    padding: 0px 20px;
    box-sizing: border-box;
    border-right: 1px solid #a5a5a589;
}

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

.Footer_body p {
    color: #CCCCCC;
    font-size: 14px;
    margin: 33px 0px;
}
.INdex_Footer_body{
    padding-top: 26px;
    padding-bottom: 15px;
}
.INdex_Footer_body p{
    margin: 15px 0px;
}

.Footer_body .txt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Footer_body .txt a {
    display: block;
    color: #CCCCCC;
    font-size: 14px;
    margin-right: 24px;
}

.Footer_body .txt a:last-child {
    margin-right: 0px;
}

/* 首页 */

.inwid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.nav .out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.nav {
    height: 98px;
    background: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    /*max-width: 1920px;*/
}

.nav .out ul {
    width: 1007px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.nav .out ul li {
    height: 100%;
}

.nav .out ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.nav .out ul li a span:last-child {
    margin-top: 8px;
    text-transform: uppercase;
}

.nav .out ul li.all a {
    color: #FFF;
}

.banner {
    background-size: cover !important;
    width: 100%;
    height: 1218px;
}

.Home_body .weixin_erweima {
    top: 30%;
}

.banner .download {
    margin-top: 404px;
}

.banner .box_out {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
}

.banner .box_out .left {
    width: 761px;
    height: 450px;
    position: relative;
}

.banner .box_out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner .box_out .left .Txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 51px;
    background: rgba(0, 0, 0, 0.41);
    z-index: 100;
    display: flex;
    align-items: center;
    padding: 0px 3%;
    box-sizing: border-box;
    color: #FFF;
    font-size: 16px;
    letter-spacing: 1px;
}

.banner .box_out .right {
    width: 613px;
    height: 450px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    padding: 30px 28px;
    box-sizing: border-box;
}

.banner .box_out .right .title {
    display: flex;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #000000;
    padding-left: 11px;
    box-sizing: border-box;
    justify-content: space-between
}

.banner .box_out .right .title .box {
    width: 328px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner .box_out .right .title .box a {
    color: #EEEEEE;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.banner .box_out .right .title .box a::after {
    position: absolute;
    width: 0px;
    height: 3px;
    background: #CC0000;
    content: '';

    bottom: -21px;
}

.banner .box_out .right .title .box a.all::after {
    width: 66px;
}

.banner .box_out .right .title .box_1 a {
    color: #CCCCCC;
    font-size: 14px;
    display: flex;
    align-items: center;

}

.banner .box_out .right .title .box_1 a img {
    margin-left: 10px;
}

.banner .box_out .right ul {
    width: 100%;
    position: relative;
}

.banner .box_out .right ul li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.banner .box_out .right ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #CCCCCC;
    font-size: 16px;
    margin-top: 22px;
}

.banner .box_out .right ul li a:hover p{
    color: #CC0000;
}

.banner .box_out .right ul li a span {
    color: #999999;
}

.banner .box_out .right ul li a p {
    width: 80%;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .box_out .right ul li:first-child {
    display: block;
}

.in_title {
    display: flex;
    align-items: center;
}

.in_title img {
    margin-right: 9px;
}

.in_title span {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.in_title span span {
    color: #CC0000;
    font-size: 24px;
}

.material {
    margin-top: -120px;
    display: flex;
    justify-content: space-between;
}

.material .left .M_box {
    width: 893px;
    height: 468px;
    background: url(../images/9188.png) no-repeat center;
    background-size: cover;
    padding: 30px 28px;
    box-sizing: border-box;
    margin-top: 30px;
}

.material .left .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid #E2E2E2;
    box-sizing: border-box;
}

.material .left .title .let {
    width: 593px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    font-size: 20px;
}

.material .left .title .let span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.material .left .title .let span::after {
    width: 0px;
    height: 3px;
    background: #CC0000;
    position: absolute;
    display: block;
    bottom: -22px;
    content: '';
}

.material .left .title .let span.all::after {
    width: 80px;
}

.material .left .title .rig a {
    display: flex;
    align-items: center;
}

.material .left .title .rig a img {
    margin-left: 5px;
}

.material .left ul {
    position: relative;
}

.material .left ul li a {
    display: block;
    margin-top: 15px;
    padding-left: 19px;
    box-sizing: border-box;
}

.material .left ul li a:first-child {
    margin-top: 29px;
}

.material .left ul li h5 {
    font-weight: 400;
    color: #444444;
    font-size: 18px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}

.material .left ul li h5::before {
    width: 7px;
    height: 7px;
    background: #CC0000;
    opacity: 0.65;
    content: '';
    display: block;
    border-radius: 50%;
    transform: translateX(-10px);
}

.material .left ul li:first-child {
    display: block;
}

.material .left ul li {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.material .left ul li p {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
    display: none;
}

.material .right {
    width: 476px;
}

.material .right .box {
    margin-top: 30px;
}

.material .right .box .u_1 a {
    width: 100%;
    display: block;
    height: 247px;
    position: relative;
}

.material .right .box .u_1 a img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.material .right .box .u_1 a .T_1 {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fFF;
    font-size: 22px;
    padding: 33px 24px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
}

.material .right .box .u_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.material .right .box .u_2 a {
    width: 19%;
    display: block;
    position: relative;
    height: 203px;
}

.material .right .box .u_2 a img {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}



.material .right .box .u_2 .T_1 {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    opacity: 0;

    transition: 0.5s;
}

.material .right .box .u_2 a:hover .T_1 {
    opacity: 1;
}

.material .right .box .u_2 .T_1 span {
    width: 18px;
    font-size: 18px;
    display: block;
    color: #CC0000;
    font-size: 600;
}

.material .right .box .u_2 .T_1 img {
    width: 42.55px;
    display: block;
}


.Picture {
    margin-top: 40px;
}

.Picture .left {
    width: 893.5px;
}

.Picture .left .box {
    margin-top: 30px;

}

.Picture .left .box .sw_box {
    height: 228px;
    position: relative;
}

.Picture .left .box .title {
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    box-sizing: border-box;
    margin-bottom: 29px;
}


.Picture .left .box .title .B_i {
    width: 268px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Picture .left .box .title span {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.Picture .left .box .title span::after {
    width: 0px;
    height: 3px;
    background: #CC0000;
    content: '';
    bottom: -20px;
    display: block;
    position: absolute;
    transition: 0.6s;

}

.Picture .left .box .title span.all::after {
    width: 80px;
}



.Picture .left .box .li_1 .Services-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.Picture .left .box .li_1 .Services-swiper .swiper-slide {
    width: 42.306%;
    margin-right: 34px;
    cursor: pointer;
}

.Picture .left .box .li_1 .Services-swiper .swiper-slide img {
    width: 100%;
}

.Picture .left .box .li_1 .Services-swiper .swiper-slide:last-child {
    margin-right: 0px;
}


.Picture .left .box .sw_box .li_1 {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}

.Picture .left .box .sw_box .li_1:first-child {
    opacity: 1;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    display: none !important;
}

.Picture {
    display: flex;
    justify-content: space-between;
}

.Picture .right {
    width: 476px;
}

.Picture .right .rin_img {
    width: 100%;
    height: 303px;
    margin-top: 30px;
}

.Picture .right .rin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.Home_body .Footer_body {
    background: none;
    color: #444444;
}

.Home_body .Footer_body a {
    color: #666666;
}

.Home_body .Footer_body p {
    color: #666666;
}

.footer_logo {
    text-align: center;

    margin-top: 70px;
    margin-bottom: 30px;
}



.banner_2 {
    height: 632px;
}

.in_title_2 {
    margin: 80px 0px;
}

.in_title_2 .inwid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.in_title_2 .inwid span {
    display: block;
    margin: 0px 32px;
    box-sizing: border-box;
    color: #333333;
    font-size: 40px;
}

.in_box {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 6px 12px 1px rgba(204, 204, 204, 0.34);
    margin-bottom: 46px;
    padding: 29px 30px 30px 30px;
    box-sizing: border-box;
}

.in_box a {
    display: flex;
    justify-content: space-between;
}

.in_box a .left {
    width: 402px;
    overflow: hidden;
        display: flex;
    align-items: center;
}

.in_box a .left img {
    width: 100%;
    display: block;
    transition: 0.5s;
        height: 301px;
    object-fit: contain;
}

.in_box a .right {
    width: 879px;
}

.in_box a .right span {
    display: block;
    text-align: right;
    margin-right: 52px;
    color: #C1C1C1;
    font-size: 22px;
    margin-bottom: 20px;
}

.in_box a .right h5 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 48px;
}

.in_box a .right p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 16px;
    padding-right: 50px;
    box-sizing: border-box;
          overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;

}

.in_box a .right .img {
    text-align: right;
}

.in_box:hover .left img {
    transform: scale(1.1);
}

.in_box:hover .right span {
    color: #CC0000;
}

.in_box:hover .right h5 {
    color: #CC0000;
}

.in_box:hover .right .img img {
    content: url(../images/22.png);
}

.bottonaniu {
    display: flex;
    justify-content: center;

}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    background: #EEEEEE;
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 16px;
}

.bottonaniu a:hover {
    background: #CC0000;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;


}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}

.Footer_2 .Footer_body {
    background: none;
}

.Footer_2 .Footer_body ul li a {
    color: #444444;
    font-size: 14px;
}

.Footer_2 .Footer_body a,
.Footer_2 .Footer_body p {
    color: #666666;
    font-size: 14px;
}


.Tap_out .out {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;

    
}

.Tap_out .out a {
    display: flex;
    width: 135px;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 20px;
    border-radius: 24px;
}

.Tap_out .out a.all {
    background: #CC0000;
    color: #FFF;
}

.News_out .out {
    padding: 70px 64px 47px 64px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    height: 824px;
}

.News_out .out .left {
    height: auto;
    width: 135px;
    overflow-y: scroll;

    overflow-y: scroll;
    /*height: 700px;*/
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    overflow-y: auto;
    padding-left: 30px;
    box-sizing: border-box;
    position: relative;

}

/* .News_out .out .left::after{
    content: '';
    border-left: 2px dashed #DCDCDC ;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 3px;
} */

.News_out .out .left a {
    display: block;
    color: #333333;
    font-size: 20px;
    height: 67px;
    line-height: 67px;
    position: relative;
          white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.News_out .out .left a::after{
    width: 2px;
    /* background: #9f0d02; */
    border-left: 2px dashed #DCDCDC ;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
    left: -28px;
    top: 0px;
    z-index: 99;
    /* display: none; */
}

.News_out .out .left a.all::after{
    display: block;
    border-left: 2px solid #9f0d02 ;
}
.News_out .out .left a.all{
    color: #CC0000;
    
}

.News_out .out .right {
    width: 1096px;
    position: relative;
    height: 100%;
    overflow-y: scroll;
    box-sizing: border-box;
}

.News_out .out .left::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.News_out .out .right p{
    color: #555555;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 39px;
}

.News_out .out .right .li_1{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    /* display: none; */
    
    padding: 20px 0px;
    padding-right: 40px;
    box-sizing: border-box;

}
.News_out .out .right::-webkit-scrollbar{
    width: 3px;
    background: #ffffff3e;
}

.News_out .out .right::-webkit-scrollbar-thumb{
    background: #cc000070;
}

.News_out .out .right .li_1 img{
    width: auto;
    max-width: 100%;
    /*display: block;*/
}

.News_out .out .right .li_1  .txt h5{
    color:#555555 ;
    font-size: 18px;
    margin-top: 55px;
    margin-bottom:30px;
}

.News_out .out .right .li_1  .txt p{
    color:#555555 ;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.News_out_2 .out{
    padding: 0px 64px 47px 64px;
    flex-direction: column;
    justify-content: flex-start;
}

.News_out_2 .out .out_box {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.News_out_2 .out .Tap{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
    margin-left: 104px;
    margin-top: 43px;
}  

.News_out_2 .out .Tap a{
    width: 138px;
    height: 48px;
    color: #333333;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.News_out_2 .out .Tap a.all{
    background: #CC0000;
    color: #FFF;
}

.Authorized .out img{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}


.Message .out{
    display: flex;
    align-items: center;
    margin-top: 68px;
    margin-bottom: 100px;
    justify-content: space-between;
}

.Message .out .left{
    width:34.308%;
    display: flex;
    flex-wrap: wrap;
}

.Message .out .left .box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 113px;
}
.Message .out .left .box img{
    width: 44px;
    margin-bottom: 42px;
}
.Message .out .left .box h5{
    margin-bottom: 28px;
    color: #CC0000;
    font-size: 18px;
    text-align: center;
}

.Message .out .left .box span{
    color: #666666;
    font-size: 18px
}
.Message .out .left .box:last-child img{
    margin-bottom: 27px;
}
.Message .out .left .box:last-child h5{
   margin-bottom: 5px;
}

.Message .out  i{
    width: 1px;
    height: 100%;
    background: #1A469B;
    display: block;
}

.Message .out .ring{
    width: 57.77%;
    padding-right: 90px;
    box-sizing: border-box;
    border-right: 1px dashed #CC0000;
}
.Message .out .ring .box{
    display: flex;
    flex-direction: column;

}

.Message .out .ring .box label{
    color: #333333;
    font-size: 18px;
    margin-bottom: 16px;
}
.Message .out .ring .box input{
    width: 100%;
    height: 46px;
    padding-left: 12px;
    box-sizing: border-box;
    border: 1px solid #CFD5DB;
    outline: none;
    border-radius: 4px;
    margin-bottom: 26px;
}

.Message .out .ring .box textarea{
    padding-left: 12px;
    padding-top: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #CFD5DB;
    border-radius: 4px;
    height: 98px;
}

.Message .out .ring button{
    width: 144px;
    height: 46px;
    background: #CC0000;
    border-radius: 29px;
    margin-top: 43px;
    border: none;
    color: #FFF;
    font-size: 16px;
    margin-left: 80%;
}

.Anchor .txt_1{
    width: 649.5px;
    margin: 0 auto;
    text-align: center;
}

.Anchor .txt_1 p{
    margin-bottom: 40px;
    font-size: #444444;
    font-size: 16px;
    line-height: 1.6em;
}

.Anchor .txt_2{
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: center;
}

.Anchor .txt_2 img{
    width: 25%;
}

.Anchor .txt_3{
    display: flex;
    justify-content: space-between;
}

.Anchor .txt_3 .box{
    width: 49%;
}



.Anchor .txt_3 .box h5{
    color: #444444;
    font-size: 16px;
    margin-bottom: 40px;
} 

.Anchor .txt_3 .box p{
    line-height: 3em;
}



/* 详情页 */
.NEWS-list .max-width {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.NEWS-list {
    padding: 100px 0px;
}

.NEWS-list .titel {
    text-align: center;
}

.NEWS-list .titel h5 {
    font-size: 42px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
}

.NEWS-list .release {
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    margin-top: 48px;
}

.NEWS-list .release i {
    display: block;
    width: 1px;
    height: 14px;
    background: rgba(153, 153, 153, 1);
    margin: 0px 30px;
}

.NEWS-list .release span {
    font-size: 13px;
    color: rgba(102, 102, 102, 1);
}

.NEWS-list .text {
    padding: 43px 73px 73px 73px;
    box-sizing: border-box;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 2.5em;
    border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.NEWS-list .text img {
    width: auto;
    max-width: 100%;
}

.NEWS-list .text video {
    width: auto;
    max-width: 100%;
}

.shangyiye {
    margin-top: 34px;
    padding-left: 73px;
    box-sizing: border-box;
}

.shangyiye span {
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
}

.shangyiye span a {
    color: rgba(51, 51, 51, 1);
}

.shangyiye span a:hover {
    color: #CC0000;
}