/*!
 * @名称：base.css
 */


/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */

html {
    /*background: white;
    color: black; */
}


/* 内外边距通常让各个浏览器样式的表现位置不同 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}


/* 要注意表单元素并不继承父级 font 的问题 */

body,
button,
input,
select,
textarea {
    font: 14px "Microsoft YaHei",STXihei,"华文细黑",Helvetica, Tahoma, Arial;
}

input,
select,
textarea {
    font-size: 100%;
}


/* 去掉 table cell 的边距并让其边重合 */

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


/* ie bug：th 不继承 text-align */

th {
    text-align: inherit;
}


/* 去除默认边框 */

fieldset,
img {
    border: none;
}


/* ie6 7 8(q) bug 显示为行内表现 */

iframe {
    display: block;
}


/* 去掉 firefox 下此元素的边框 */

abbr,
acronym {
    border: none;
    font-variant: normal;
}


/* 一致的 del 样式 */

del {
    text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500;
}


/* 去掉列表前的标识，li 会继承 */

ol,
ul {
    list-style: none;
}


/* 对齐是排版最重要的因素，别让什么都居中 */

caption,
th {
    text-align: left;
}


/* 来自yahoo，让标题都自定义，适应多个系统应用 */

h1,
h2,
h3,
h4,
h5,
h6 {

}

q:before,
q:after {
    content: '';
}


/* 统一上标和下标 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

body{
    color: #000;
    overflow-x: hidden;
}
/* 让链接在 hover 状态下显示下划线 */

a:hover {
    text-decoration: underline;
}


/* 默认不显示下划线，保持页面简洁 */

ins,
a {
    text-decoration: none;
    color:#3a454b;
}


/* 去除 ie6 & ie7 焦点点状线 */

a:focus,
*:focus {
    outline: none;
}


/* 清除浮动 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    /*zoom: 1;*/
    /* for ie6 & ie7 */
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

.fLeft {
    float: left
}

.fRight {
    float: right
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.bgray{
    background: #f4f5f7;
}
.hidden{
    display: none;
}

/* 覆盖层 */

.alert-cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 51;
    display: none;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

@-webkit-keyframes bounce-down {
    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}

@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}


.doublecover {
    background: #2f3338;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    z-index: 2;
    visibility: hidden;
    -webkit-transition: right 350ms ease-out 350ms;
    transition: right 350ms ease-out 350ms;
}
.doublecover-min{
    background: #c10213;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    visibility: hidden;
    -webkit-transition: right 350ms ease-out;
    transition: right 350ms ease-out;
}
.doublecover.animated {
    right: -100%;
}
.doublecover-min.animated {
    right: -100%;
}

.doublecover.slow{
    -webkit-transition: right 350ms ease-out 190ms;
    transition: right 350ms ease-out 190ms;
}

.doublecover-min.slow{
    -webkit-transition: right 350ms ease-out 50ms;
    transition: right 350ms ease-out 50ms;
}

.doublecover.slower{
    -webkit-transition: right 350ms ease-out 1050ms;
    transition: right 350ms ease-out 1050ms;
}

.doublecover-min.slower{
    -webkit-transition: right 350ms ease-out 700ms;
    transition: right 350ms ease-out 700ms;
}



/*中文版*/
.main-col-two{
    background: #FFF;
    padding:30px 0 40px;
}
.main-col-left{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
}
.main-col-right{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
}
.main-col-top{
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
    height: 55px;
    overflow: hidden;
}
.new-title-h3{
    display: inline-block;
    font-size: 36px;
    font-weight: 700;
    color: #c10e1d;
    line-height: 50px;
}
.new-list-box{
    float: right;
    padding-top: 10px;
}
.new-list-box .new-list{
    float: right;
}
.new-list-box .new-list li{
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding:10px 10px;
    cursor: pointer;
}
.new-list-box .new-list li.curr{
    color: #c10e1d;
}
.new-list-box .new-more{
    float: right;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    line-height: 22px;
    text-align: center;
    font-size: 24px;
    color: #d61425;
    border:1px solid #dcdcdc;
}


.new-list-item {
    margin-bottom: 30px;
}
.new-list-item .new-list-img{
    float: left;
    width: 240px;
    overflow:hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    height: 125px;
}
.new-list-item .new-list-img img{
    width: 100%;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.new-list-item .new-list-img img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.new-list-item .new-list-text{
    overflow:hidden;
    padding-left: 30px;
    padding-right: 10px;
    flex-grow: 1;
}

.new-list-text .new-content-title{
    margin-bottom: 10px;
}
.new-list-text .new-content-title a{
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.new-list-text .new-content-title a:hover{
    color: #c10e1d;
}
.new-list-text .new-content-text{
    color: #666;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new-list-text .new-content-time{
    color: #999999;
}

.hezuo-item{
    float: left;
}
.new-list-content{
    overflow: hidden;
}
.new-list-content .bx-wrapper .bx-prev{
    border-radius: 50%;
    overflow:hidden;
    width: 36px;
    height: 36px;
    background:rgba(255,255,255,.6) url(../images/left.png?v=2022) center center no-repeat;
}
.new-list-content .bx-wrapper .bx-prev:hover{
    background:rgba(255,255,255,1) url(../images/left.png?v=2022) center center no-repeat;
}
.new-list-content .bx-wrapper .bx-next{
    border-radius: 50%;
    overflow:hidden;
    width: 36px;
    height: 36px;
    background:rgba(255,255,255,.6) url(../images/right.png?v=2022) center center no-repeat;
}
.new-list-content .bx-wrapper .bx-next:hover{
    background:rgba(255,255,255,1) url(../images/right.png?v=2022) center center no-repeat;
}


.nano-arch{
    max-width:1920px;
    margin:0 auto;
}
.main-col-about{
    display: flex;
    width: 100%;
}
.main-about-left{
    position: relative;
    display: flex;
    vertical-align: top;
    width:50%;
    /*background: url(../images/video.jpg?v=2022) center center no-repeat;*/
    background-size: cover !important;
}
.video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/video-btn.png?v=2022) left top no-repeat;
    cursor: pointer;
}
.main-about-left img{
    width: 100%;
    height: 100%;
}
.main-about-right{
    position: relative;
    display: flex;
    vertical-align: top;
    width:50%;
    background: #c10e1d url(../images/video-right.jpg?v=2022) right bottom no-repeat;
}
.main-about-right img{
    max-width: 100%;
    width: 100%;
}
.main-about-box{
    max-width: 100%;
    color: #FFF;
    padding: 5% 10% 5%;
    align-self: center;
    line-height: 35px;
}
.main-about-title{
    font-size: 36px;
    margin-bottom: 20px;
}
.about-more{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/about-more.png?v=2022) left top no-repeat;
    margin-top: 20px;
}

@media screen and (max-width: 1080px){
    .new-list-item .new-list-img{
        width: 40%;
    }
    .new-list-box .new-list{
        display: none;
    }
}

@media screen and (max-width: 767px){
    .main-col-about {
        display: block;
    }
    .main-col-left{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .main-col-right{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .main-about-left{
        width: 100%;
        display: block;
        height: 200px;
    }
    .main-about-right{
        width: 100%;
        display: block;
    }
    .new-title-h3{
        font-size: 26px;
    }
    .main-about-title{
        font-size:26px;
    }
}


@media screen and (max-width: 480px){
    .new-list-item .new-list-img{
        float: none;
        width: 100%;
        max-height: 100%;
        height: auto;
    }
    .new-list-item .new-list-text{
        padding:3% 0;
    }
}








