@charset "utf-8";

/*公共样式*/
* {
    margin: 0;
    padding: 0;
}

div,
a,
span,
input,
textarea,
ul,
li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

input,
textarea,
select {
    -webkit-appearance: none;
    resize: none;
    outline: none;
}

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

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

.zoom-img {
    overflow: hidden;
}

.zoom-img .img {
    overflow: hidden;
}

.zoom-img img {
    transition: all 0.5s;
}

.zoom-img:hover img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.w12 {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nav-page {
    font-size: 0;
    text-align: center;
}

/* header */
.header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.header .head-wrap {
    padding: 0 40px;
}

.header .logo {
    float: left;
    height: 100px;
    line-height: 100px;
}

.header .nav {
    float: right;
    height: 100px;
}

.header .nav-wrap li {
    float: left;
    height: 100px;
    position: relative;
    z-index: 9;
}

.header .nav-wrap li>a {
    display: block;
    margin-top: 27px;
    padding: 0 30px 5px;
    border-right: 1px dashed #dedede;
}

.header .nav-wrap li:last-child>a {
    border-right: 0;
    padding-right: 0;
}

.header .en {
    display: block;
    font-size: 12px;
    color: #999;
    padding: 5px 0 10px;
    font-family: Arial;
}

.header .cn {
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 14px;
}

.header .on .en,
.header .on .cn {
    color: #be181f;
}

.header .nav .nav-box {
    display: none;
    position: absolute;
    width: 435px;
    height: auto;
    background: #fff;
    padding: 20px;
    top: 100px;
    left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.header .right .nav-box {
    left: auto;
    right: 0;
}

.header .nav .l-box {
    float: left;
    width: 155px;
    height: auto;
    padding-top: 10px;
}

.header .nav .l-box a {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #555;
    margin-bottom: 24px;
}

.header .nav .icon {
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #555555;
    vertical-align: top;
    margin: 7px 5px 0 0;
    transition: all 0.3s;
}

.header .nav .l-box a:hover {
    color: #be181f;
}

.header .nav .l-box a:hover .icon {
    background: #be181f;
}

.header .nav .box::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 48px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
}

.header .nav .right .box::before {
    left: auto;
    right: 48px;
}

.header .nav_2 {
    float: right;
    height: 100px;
    display: none;
}

.header .nav_2 .icon {
    margin-top: 27px;
    cursor: pointer;
}

.header .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100vh;
    background: #be181f;
    z-index: 9;
}

.header .nav-menu .nav-box {
    margin-top: 165px;
    text-align: center;
}

.header .nav-menu li {
    width: 180px;
    height: auto;
    margin: 0 auto;
}

.header .nav-menu a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #dbdbdb;
    padding: 15px 0;
    position: relative;
}

.header .nav-menu a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    right: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    transition: all .8s;
}

.header .nav-menu a:hover {
    color: #fff;
}

.header .nav-menu a:hover::after {
    left: 0;
    right: 0;
}

.header .nav-menu .on a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.header .nav-menu .close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.header .language{
	float: right;
	height: 100px;
	line-height: 100px;
	margin-left: 50px;
}

/* footer */
.footer {
    width: 100%;
    height: 120px;
    border-top: 2px solid #be181f;
}

.footer .l-box {
    float: left;
    width: 270px;
    height: auto;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    margin-top: 37px;
}

.footer .l-box a {
    color: #999;
}

.footer .logo {
    float: left;
    line-height: 120px;
    margin-left: 120px;
}

.footer .code{
	float: left;
	width: 100px;
	margin-top: 10px;
	margin-left: 50px;
}

.footer .r-box {
    float: right;
    margin-top: 52px;
}

.footer .r-box a {
    display: inline-block;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #e3e3e3;
    line-height: 16px;
    text-align: right;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.footer .r-box a:hover {
    color: #be181f;
}

.footer .r-box .icon {
    display: inline-block;
    height: 16px;
    margin-right: 8px;
}

.footer .r-box .icon img {
    vertical-align: top;
}

.footer .r-box a:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

/* index */
.home-swip .text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -121px;
    width: 1160px;
    height: auto;
    padding: 40px 60px 40px 360px;
    background: rgba(255, 255, 255, 0.8);
}

.home-swip .text .box {
    width: 740px;
}

.home-swip .text .h1 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}

.home-swip .text .words {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    margin: 15px 0 25px;
}

.home-swip .text .mores {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    padding-left: 40px;
    background: #cf1d1d url(../images/img10.jpg) 80% center no-repeat;
    transition: all .3s;
}

.home-swip .text .mores:hover {
    background: #cf1d1d url(../images/img10.jpg) 85% center no-repeat;
}

.home-swip .special .text {
    width: 100%;
    height: auto;
    margin-left: 0;
    background: none;
    font-family: 思源黑体 CN;
}

.home-swip .special .text .box {
    width: 1200px;
    text-align: center;
}

.home-swip .special .text .h1 {
    font-size: 60px;
    color: #fff;
    line-height: 1;
}

.home-swip .special .text .words {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin: 30px 0 40px;
}

.home-swip .special .text .mores {
    text-align: left;
}

.home-swip .swiper-pagination {
    bottom: 30px;
}

.home-swip .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    background: #614739;
    margin: 0 10px !important;
}

.home-swip .swiper-pagination-bullet-active {
    background: #be181f;
}

.data {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.data .list-box {
    font-size: 0;
    text-align: center;
}

.data .list {
    display: inline-block;
    width: 25%;
    height: auto;
    border-right: 1px solid #dedede;
    font-size: 14px;
    color: #999;
}

.data .list:last-child {
    border-right: 0;
}

.data .top {
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.data .number {
    display: inline-block;
    font-size: 36px;
    margin-right: 15px;
}

.data .mores {
    font-size: 30px;
    font-family: Arial;
}

.home-page .centre {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.home-page .item-box .item {
    position: relative;
    margin-bottom: 20px;
}

.home-page .item-box .l-box {
    float: left;
    width: 50%;
    background: #fff;
}

.home-page .item-box .r-box {
    float: right;
    width: 50%;
    overflow: hidden;
}

.home-page .about {
    padding-top: 30px;
}

.home-page .about .l-box {
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    background: #fff url(../images/img11.jpg) left top no-repeat;
    padding: 100px 30px 50px;
}

.home-page .about .h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}

.home-page .about .words {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.home-page .more {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 30px;
    background: url(../images/img9.png) 65px center no-repeat;
    transition: all 0.5s;
}

.home-page .more:hover {
    color: #d92f2f;
    background: url(../images/img10.png) 70px center no-repeat;
}

.home-page .about .more {
    position: absolute;
    bottom: 50px;
    left: 30px;
}

.home-page .busin .l-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* width: 460px; */
    padding: 10px 10px 50px;
    background: #fff url(../images/img12.jpg) right bottom no-repeat;
}

.home-page .busin .r-box {
    float: left;
    width: 49%;
}

.home-page .busin .h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.culture-page .words img{
  /*  width:100%;*/
}

.home-page .busin .words {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.home-page .sort {
    font-size: 0;
    margin-top: 15px;
}

.home-page .sort a {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    background: #e7e7e7;
    border-radius: 20px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.home-page .sort a:hover {
    background: #d92f2f;
    color: #fff;
}

.home-page .sort a.on {
    background: #d92f2f;
    color: #fff;
}

.home-page .busin .more {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.home-page .team-inst .list {
    float: left;
    width: 49%;
    height: auto;
    margin-right: 2%;
}

.home-page .team-inst .list:nth-child(2n) {
    margin-right: 0;
}

.home-page .team-inst .text {
    padding: 30px 30px 40px;
    background: #fff;
}

.home-page .team-inst .h1 {
    font-size: 24px;
    color: #333;
}

.home-page .team-inst .words {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 48px;
    margin: 20px 0 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home-page .item.new {
    padding: 40px 30px 30px;
    background: #fff;
    margin-bottom: 0;
}

.home-page .new .top {
    margin-bottom: 40px;
}

.home-page .new .h1 {
    float: left;
    font-size: 24px;
    color: #333;
}

.home-page .new .h2 {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.home-page .new .more {
    float: right;
    margin-top: 20px;
}

.home-page .new .l-box {
    width: 560px;
    height: auto;
}

.home-page .new .r-box {
    float: right;
    width: 570px;
    height: auto;
}

.home-page .new .list {
    height: 100px;
    background: #f7f7f7;
    margin-bottom: 5px;
}

.home-page .new .date {
    float: left;
    width: 100px;
    height: 100px;
    font-size: 14px;
    color: #999;
    text-align: right;
    padding: 25px 15px 0 0;
    font-family: Arial;
    transition: all 0.3s;
}

.home-page .new .day {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.home-page .new .words {
    float: left;
    width: 470px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 60px;
    padding: 0 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.home-page .new .list:hover .date {
    color: #d92f2f;
}

.home-page .new .list:hover .day {
    color: #d92f2f;
}

.home-page .new .list:hover .words {
    color: #be181f;
}

/* about */
.banner {
    position: relative;
}

.banner .text {
    position: absolute;
    left: 50%;
    top: 39%;
    width: 1200px;
    margin-left: -600px;
    height: auto;
    font-family: 思源黑体 CN;
}

.banner .text .h1 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner .text .h2 {
    font-size: 24px;
    color: #fff;
}

.nav-top {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.nav-top .nav {
    float: left;
    font-size: 0;
}

.nav-top .nav li {
    display: inline-block;
    height: 60px;
}

.nav-top .nav li:last-child a {
    border-right: 0;
}

.nav-top .nav a {
    display: inline-block;
    padding: 0 40px;
    border-right: 1px dashed #b9b9b9;
    height: 27px;
    line-height: 27px;
    margin-top: 17px;
    font-size: 16px;
    color: #333;
}

.nav-top li.on {
    background: #be181f;
}

.nav-top li.on a {
    color: #fff;
    border-right: 0;
}

.nav-top .posit {
    float: right;
    line-height: 60px;
}

.nav-top .posit a {
    font-size: 14px;
    color: #999;
}

.nav-top a.current {
    color: #be181f;
}

/* about */
.abouts {
    background: #f6f6f6;
    padding: 20px 0 60px;
}

.abouts .intro {
    background: #fff;
    padding: 24px 30px;
}

.abouts .intro .words {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.abouts .intro .video-img {
    margin-top: 25px;
}

.abouts .video-img .img {
    float: left;
    width: 565px;
    height: auto;
}

.abouts .video-img .video {
    float: right;
    width: 565px;
    height: auto;
    position: relative;
}

.abouts .video .shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.abouts .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    cursor: pointer;
}

.download {
    height: 60px;
    line-height: 60px;
    background: #f6f6f6;
    margin-top: 50px;
    padding: 0 20px;
    cursor: pointer;
}

.download .name {
    float: left;
    font-size: 16px;
    color: #333;
    padding-left: 40px;
    background: url(../images/img16.jpg) left center no-repeat;
    transition: all .3s;
}

.download .icon {
    float: right;
}

.download:hover .name {
    color: #be181f;
}

.abouts .prize {
    margin-top: 50px;
}

.abouts .prize .list {
    position: relative;
    margin-bottom: 20px;
}

.abouts .prize .l-box {
    float: left;
    width: 80px;
    height: 80px;
    border: 1px solid #be181f;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #be181f;
    font-family: Arial;
}

.abouts .prize .line {
    position: absolute;
    width: 1px;
    top: -40px;
    left: 40px;
    bottom: 0;
    background: #be181f;
    z-index: 0;
}

.abouts .prize .special {
    margin-bottom: 0;
}

.abouts .prize .special .line {
    height: 80px;
}

.abouts .prize .r-box {
    float: right;
    width: 1093px;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    background: #fff;
    padding: 25px 30px;
    position: relative;
}

.abouts .prize .r-box::before {
    content: "";
    position: absolute;
    top: 28px;
    left: -15px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
}

.about-page .unlike {
    padding-bottom: 40px;
}

.abouts .customer .list {
    float: left;
    width: 224px;
    height: auto;
    border: 1px solid #e1e1e1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.abouts .customer .list:nth-child(5n) {
    margin-right: 0;
}

.abouts .customer .nav-page {
    margin-top: 10px;
}

.nav-page a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 0 3px;
    background: #fff;
    border-radius: 2px;
}

.nav-page a img {
    vertical-align: top;
}

.nav-page a.on {
    color: #fff;
    background: #be181f !important;
}

/* contact */
.contacts {
    background: #f6f6f6;
    padding: 20px 0 60px;
}

.contacts .mode .addre {
    background: #fff;
    padding: 40px 30px 30px;
    margin-bottom: 10px;
}

.contacts .addre .l-box {
    float: left;
    width: 460px;
    padding-top: 10px;
}

.contacts .addre .r-box {
    float: left;
    width: 680px;
}

.contacts .addre .h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}

.contacts .addre .icon {
    float: left;
    width: 18px;
    height: 21px;
}

.contacts .addre .text {
    float: left;
    width: calc(100% - 18px);
    line-height: 21px;
    padding-left: 15px;
    font-size: 14px;
    color: #333;
}

.contacts .addre li {
    margin-bottom: 23px;
}

.contacts .addre .name {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin-bottom: 12px;
}

.contacts .messa {
    background: #fff;
    padding: 30px;
}

.contacts .messa .h1 {
    font-size: 18px;
    color: #333;
    border-left: 3px solid #be181f;
    padding-left: 15px;
    margin-bottom: 30px;
}

.contacts .messa .area {
    width: 100%;
    height: 160px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding: 25px 30px;
    background: #f6f6f6;
    font-family: Microsoft YaHei;
}

.contacts .messa .text-box {
    font-size: 0;
    margin-top: 20px;
}

.contacts .messa .text {
    display: inline-block;
    width: 32%;
    height: 50px;
    line-height: 50px;
    margin-right: 2%;
    font-size: 14px;
    color: #999;
    padding: 0 20px;
    background: #f6f6f6;
}

.contacts .messa .text:nth-child(3n) {
    margin-right: 0;
}

.contacts .messa .sub {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #be181f;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 2px;
}

.contacts .join .item {
    background: #fff;
    margin-bottom: 10px;
}

.contacts .join .top {
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.contacts .join .h1 {
    font-size: 18px;
    color: #333;
    background: url(../images/img56.jpg) right center no-repeat;
}

.contacts .join .bot {
    display: none;
    padding: 30px;
}

.contacts .join .words {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.contacts .join .on .top {
    background: #be181f;
}

.contacts .join .on .h1 {
    color: #fff;
    background: url(../images/img57.jpg) right center no-repeat;
}

.contacts .join .on .bot {
    display: block;
}

/* organization */
.organ {
    background: #f6f6f6;
    padding: 20px 0 60px;
}

.organ .nav-box {
    font-size: 0;
    background: #fff;
    padding: 20px 20px 15px;
    margin-bottom: 10px;
}

.organ .nav-box a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.organ .nav-box a.on {
    color: #fff;
    background: #be181f;
    border-radius: 20px;
}

.organ .domes .text-img {
    background: #fff;
    padding: 30px;
}

.organ .domes .words {
    float: left;
    width: 800px;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-right: 24px;
}

.organ .domes .img {
    margin-top: 49px;
}

.relev-new {
    padding: 20px 30px 25px;
    background: #fff;
}

.relev-new .top {
    padding: 30px 0 40px;
    border-top: 1px solid #e4e4e4;
    line-height: 18px;
}

.relev-new .top .h1 {
    float: left;
    font-size: 18px;
    color: #333;
    border-left: 3px solid #be181f;
    padding-left: 15px;
}

.relev-new .top .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.relev-new .bot .box {
    float: left;
    width: 50%;
}

.relev-new .bot .box.special {
    padding-left: 49px;
    border-left: 1px solid #e4e4e4;
}

.relev-new .bot .box.special li {
    padding-right: 0;
}

.relev-new .bot li {
    padding: 0 50px 0 19px;
    background: url(../images/img60.jpg) left center no-repeat;
    margin-bottom: 25px;
}

/* .relev-new .bot li:last-child {
    margin-bottom: 0;
} */

.relev-new .bot .h2 {
    width: calc(100% - 90px);
    float: left;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.relev-new .bot .time {
    width: 80px;
    float: right;
    font-size: 14px;
    color: #999;
    text-align: right;
}

/* news */
.news {
    padding: 20px 0 60px;
    background: #f6f6f6;
}

.news .dyna .l-box {
    float: left;
    width: 320px;
    height: auto;
    background: #fff;
    padding: 30px;
}

.news .dyna .l-box .h1 {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    border-left: 3px solid #be181f;
    margin-bottom: 30px;
}

/* .news .dyna .sel {
    border: 1px solid #e4e4e4;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    background: url(../images/img56.jpg) 95% center no-repeat;
    margin-bottom: 15px;
}
 */
.news-nav li {
    line-height: 45px;
    border-bottom: 1px dashed #c9c9c9;
    padding: 0 20px 0 5px;
}

.news-nav li a {
    display: block;
    font-size: 14px;
    color: #666;
}

.news-nav .h2 a {
    font-size: 14px;
    color: #be181f;
    background: url(../images/img62.jpg) right center no-repeat;
}

.news-nav li:last-child {
    border-bottom: 0;
}

.news .dyna .r-box {
    float: right;
    width: 870px;
    height: auto;
    padding: 0 30px;
    background: #fff;
}

.news .dyna .r-box .item {
    border-bottom: 1px solid #eaeaea;
}

.news .dyna .r-box .time {
    font-size: 14px;
    color: #999;
    margin: 30px 0 20px;
}

.news .dyna .r-box .h1 {
    font-size: 18px;
    color: #333;
    transition: all 0.3s;
}

.news .dyna .r-box .words {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 15px 0 25px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .dyna .r-box .item:hover .h1 {
    color: #be181f;
}

.news .nav-page {
    text-align: left;
    margin: 30px 0;
}

.news .nav-page a {
    background: #f6f6f6;
}

.news .details .l-box {
    float: left;
    width: 870px;
    height: auto;
    padding: 30px;
    background: #fff;
}

.news .title {
    padding-bottom: 25px;
    border-bottom: 1px solid #e2e2e2;
}

.news .title .h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 25px;
}

.news .title .time {
    float: left;
    font-size: 14px;
    color: #999;
}

.news .title .share {
    float: right;
    font-size: 14px;
    color: #999;
}

.news .title .share a {
    display: inline-block;
    color: #999;
    vertical-align: top;
    margin: 0 10px;
}

.news .title .share a:last-child {
    margin-right: 0;
}

.news .title .share img {
    transition: all .3s;
}

.news .title .share .img_2 {
    display: none;
}

.news .title .share a:hover .img_1 {
    display: none;
}

.news .title .share a:hover .img_2 {
    display: block;
    margin: 0 auto;
}

.news .details .words {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    padding-top: 24px;
}

.news .details .up-down {
    margin-top: 35px;
    margin-bottom: 10px;
}

.up-down {
    padding-top: 30px;
    border-top: 1px solid #e2e2e2;
}

.up-down .up {
    margin-bottom: 25px;
}

.up-down a {
    display: block;
    font-size: 14px;
    color: #333;
}

.up-down a .name {
    color: #999;
}

.up-down a:hover {
    color: #be181f;
}

.news .details .r-box {
    float: right;
    width: 320px;
    height: auto;
}

.reco-news {
    padding: 30px 20px 25px;
    background: #fff;
    margin-bottom: 10px;
}

.reco-news .h1 {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    border-left: 3px solid #be181f;
}

.reco-news li {
    padding: 15px 0;
    padding-left: 18px;
    background: url(../images/img69.png) left 25px no-repeat;
    border-bottom: 1px dashed #c9c9c9;
    transition: all 0.3s;
}

.reco-news li a {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.reco-news li:hover {
    background: url(../images/img68.png) left 25px no-repeat;
}

.reco-news li:hover a {
    color: #be181f;
}

.reco-news li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.reco-lawy {
    padding: 30px 20px 25px;
    background: #fff;
}

.reco-lawy .h1 {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    border-left: 3px solid #be181f;
    margin-bottom: 30px;
}

.reco-lawy .img {
    float: left;
    width: 110px;
    height: auto;
}

.reco-lawy .text {
    float: left;
    width: calc(100% - 110px);
    height: auto;
    padding: 20px;
}

.reco-lawy .name {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.reco-lawy li {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.reco-lawy .icon {
    display: inline-block;
    width: 4px;
    height: 1px;
    background: #666;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 5px;
}

/* construct */
.const {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.const .nav-box {
    padding: 27px 40px;
    font-size: 0;
}

.const .nav-box a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-right: 25px;
    border-right: 1px solid #5a5a5a;
    margin-right: 25px;
}

.const .nav-box a.on {
    color: #be181f;
}

.const .nav-box a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.const .setup .intro {
    background: #fff;
    padding: 40px 40px 34px;
}

.const .intro .h1,
.const .member .h1 {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 36px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eaeaea;
}

.const .intro .words {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.const .member {
    background: #fff;
    padding: 34px 40px 40px;
}

.const .member .h1 {
    margin-bottom: 30px;
}

.const .member .d_1 {
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #bbb;
}

.const .member .d_1 li {
    display: inline-block;
    font-size: 16px;
    color: #333;
    width: 25%;
    margin-bottom: 30px;
}

.const .member .posit {
    font-size: 16px;
    color: #666;
}

.const .member .words {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    padding: 20px 0;
    border-bottom: 1px dashed #bbb;
}

.const .member .words:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.const .team .list {
    float: left;
    width: 224px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.const .team .list:nth-child(5n) {
    margin-right: 0;
}

.const .team .name {
    display: block;
    font-size: 16px;
    color: #333;
    margin: 20px 0;
}

.const .team .details {
    background: #fff;
    padding: 30px 30px 40px;
}

.const .team .l-box {
    float: left;
    width: 320px;
    height: auto;
}

.const .team .r-box {
    float: left;
    width: calc(100% - 320px);
    height: auto;
    padding-left: 60px;
}

.const .team .details .name {
    font-size: 24px;
}

.const .team .details .posit {
    font-size: 14px;
    color: #333;
    padding-left: 28px;
    background: url(../images/img83.png) left top no-repeat;
    line-height: 16px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.const .team .details .h1 {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    border-left: 3px solid #be181f;
    margin-bottom: 24px;
    line-height: 19px;
}

.const .team .details {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

/* welfare */
.welfare {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.welfare .top {
    padding: 30px 0;
}

.welfare .top>div {
    float: left;
}

.welfare .top .h1 {
    font-size: 18px;
    color: #333;
    height: 20px;
    margin-top: 10px;
    margin-right: 50px;
    padding-left: 15px;
    border-left: 3px solid #be181f;
}

.scre {
    position: relative;
    border: 1px solid #e4e4e4;
    width: 240px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
    background: url(../images/img56.jpg) 95% center no-repeat;
    margin-bottom: 15px;
    margin-right: 30px;
    z-index: 2;
}

.scre .sel{
    cursor: pointer;
}

.scre .cate{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    background: #fff;
    padding: 15px;
}

.scre .cate a{
    font-size: 14px;
    color: #999;
}

.welfare .top .nav-box {
    font-size: 0;
    margin-top: 5px;
}

.welfare .top .nav-box a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 15px;
}

.welfare .top .nav-box a.on {
    color: #fff;
    background: #be181f;
    border-radius: 2px;
}

.welfare .list {
    float: left;
    width: 385px;
    height: auto;
    margin-right: 22px;
    margin-bottom: 22px;
}

.welfare .list:nth-child(3n) {
    margin-right: 0;
}

.welfare .list .text {
    padding: 25px 20px 30px;
    background: #fff;
}

.welfare .list .h1 {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.welfare .list .time {
    font-size: 14px;
    color: #999;
    font-family: Arial;
}

.welfare .list:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.welfare .list:hover .h1 {
    color: #be181f;
}

.welfare .nav-page {
    margin-top: 10px;
}

.position {
    background: #f6f6f6;
    line-height: 60px;
}

.position a {
    font-size: 14px;
    color: #999;
}

.position a.current {
    color: #be181f;
}

.news.welfare {
    padding-top: 0;
}

/* culture */
#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.popup {
    position: absolute;
    width: 1000px;
    height: 780px;
    top: 50%;
    left: 50%;
    margin-top: -390px;
    margin-left: -500px;
}

.popup .carousel {
    position: relative;
}

.popup .swiper-container {
    border-radius: 10px;
}

.popup .text {
    padding: 30px;
    background: #fff;
}

.popup .h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.popup .time {
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
}

.popup .close {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    cursor: pointer;
}

.popup .swiper-button-next,
.popup .swiper-button-prev {
    width: 19px;
    height: 35px;
    margin-top: -20px;
}

.popup .swiper-button-prev {
    background: url(../images/img126.png) center center no-repeat;
    transition: all .3s;
}

.popup .swiper-button-next {
    background: url(../images/img127.png) center center no-repeat;
    transition: all .3s;
}

.popup .swiper-button-prev:hover {
    background: url(../images/img126-2.png) center center no-repeat;
}

.popup .swiper-button-next:hover {
    background: url(../images/img127-2.png) center center no-repeat;
}

.culture {
    background: #f6f6f6;
    padding-bottom: 60px;
}

.culture .nav-box {
    padding: 27px 40px;
    font-size: 0;
}

.culture .nav-box a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-right: 25px;
    border-right: 1px solid #5a5a5a;
    margin-right: 25px;
}

.culture .nav-box a.on {
    color: #be181f;
}

.culture .nav-box a:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}

.culture .story .list {
    position: relative;
    float: left;
    width: 585px;
    height: auto;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.culture .story .list .number {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 0 10px 0 35px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    background: #fff url(../images/img128.jpg) 15px center no-repeat;
    border-radius: 18px;
}

.culture .story .list:nth-child(2n) {
    margin-right: 0;
}

.culture .story .list .text {
    padding: 30px;
    background: #fff;
}

.culture .story .list .h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.culture .story .list .time {
    font-size: 14px;
    color: #666;
}

.culture .story .list:hover .h1 {
    color: #be181f;
}

.news.culture .item {
    padding: 30px 0;
}

.news.culture .item .img {
    float: left;
    width: 150px;
    height: auto;
}

.news.culture .item .text {
    float: left;
    width: calc(100% - 150px);
    height: auto;
    padding-left: 40px;
}

.news.culture .item .time {
    margin-top: 5px;
}

.news.culture .item .author {
    font-size: 14px;
    color: #999;
}

.domain {
    background: #f6f6f6;
    padding: 20px 0 60px;
}

.domain .item {
    margin-bottom: 20px;
}

.domain .item .text {
    float: left;
    width: 600px;
    height: 420px;
    padding: 120px 60px 0;
    transition: all 0.3s;
    background: #fff;
}

.domain .item .h1 {
    font-size: 24px;
    color: #333;
    transition: all 0.3s;
}

.domain .item .words {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 25px 0 45px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all 0.3s;
}

.domain .item .more {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 25px;
    background: url(../images/img9.png) right center no-repeat;
    transition: all 0.3s;
}

.domain .item .img {
    float: left;
    width: 600px;
    height: 420px;
}

.domain .item:hover .text {
    background: #bd181f;
}

.domain .item:hover .h1 {
    color: #fff;
}

.domain .item:hover .words {
    color: #fff;
}

.domain .item:hover .more {
    color: #fff;
    background: url(../images/img118.png) right center no-repeat;
}

.domain .item .more:hover {
    padding-right: 30px;
}

.domain .item:nth-child(2n) .text {
    float: right;
}

.domain .details {
    margin-top: 10px;
}

.domain .details .l-box {
    float: left;
    width: 870px;
    height: auto;
    padding: 40px 30px;
    background: #fff;
}

.domain .details .r-box {
    float: right;
    width: 320px;
    height: auto;
}

.domain .details .l-box .h1 {
    font-size: 24px;
    color: #be181f;
    margin-bottom: 25px;
}

.domain .details .l-box .words {
    font-size: 14px;
    color: #222;
    line-height: 24px;
}

.domain .details .busin {
    margin-top: 45px;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.domain .details .h2 {
    font-size: 18px;
    color: #333;
    padding-left: 15px;
    border-left: 3px solid #be181f;
    margin-bottom: 30px;
}

.domain .details .busin a {
    display: inline-block;
    font-size: 14px;
    color: #e7e7e7;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    background: #be181f;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom:10px;
}

.domain .details .busin a:hover {
    background: #d92f2f;
}

.domain .details .lawyer {
    margin-top: 50px;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.domain .details .carousel {
    position: relative;
    padding-bottom: 65px;
}

.domain .details .list {
    width: 187px;
    height: auto;
    margin-right: 20px;
}

.domain .details .text {
    padding: 15px 20px;
    background: #cba65e;
    position: relative;
    transition: all 0.3s;
}

.domain .details .text .name {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-right: 8px;
}

.domain .details .text .post {
    font-size: 14px;
    color: #fff;
}

.domain .details .list:hover .text {
    background: #be181f;
}

.domain .details .swiper-button-next,
.domain .details .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: 0;
    margin-top: 0;
    transition: all 0.3s;
}

.domain .details .swiper-button-prev {
    background: url(../images/img119.jpg) center center no-repeat;
    left: 50%;
    margin-left: -45px;
}

.domain .details .swiper-button-prev:hover {
    background: url(../images/img119-2.jpg) center center no-repeat;
}

.domain .details .swiper-button-next {
    background: url(../images/img120.jpg) center center no-repeat;
    right: 50%;
    margin-right: -30px;
}

.domain .details .swiper-button-next:hover {
    background: url(../images/img120-2.jpg) center center no-repeat;
}

.domain .reco-news {
    padding-bottom: 64px;
}

.domain .reco-news .h1 {
    padding-left: 0;
    border-left: 0;
    margin-bottom: 18px;
}

.domain .reco-news li {
    border-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/img69.png) left 18px no-repeat;
}

.domain .reco-news li a {
    color: #666;
}

.person {
    background: #f6f6f6;
    padding: 20px 0 60px;
}

.person .top {
    font-size: 0;
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
}

.person .top .d_1 {
    display: inline-block;
    width: 270px;
    height: auto;
    margin-right: 20px;
}

.person .top .d_2 {
    margin-right: 0;
}

.person .top .name {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.person .top .text,
.person .top .sel {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    font-size: 14px;
    color: #999;
}

.person .top .text::-webkit-input-placeholder {
    color: #999;
}

.person .top .screen {
    margin-top: 20px;
}

.person .top .h1 {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.person .top .choice {
    float: left;
    font-size: 0;
}

.person .top .choice>span {
    display: inline-block;
    width: 32px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #f1f2f4;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: Arial;
}

.person .top .choice>span.on {
    color: #fff;
    background: #be181f;
}

.person .top .sub {
    float: left;
    width: 178px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #be181f;
    border-radius: 2px;
    cursor: pointer;
}

.person .list {
    float: left;
    width: 590px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
}

.person .list:nth-child(2n) {
    margin-right: 0;
}

.person .list .img {
    float: left;
    width: 200px;
    height: 240px;
}

.person .list .text {
    float: left;
    width: calc(100% - 200px);
    height: 240px;
    padding: 40px 30px 0;
    background: #fff;
    transition: all 0.3s;
}

.person .list .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.person .list .occu {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}

.person .list .posit {
    font-size: 14px;
    color: #666;
    padding-left: 21px;
    background: url(../images/img83.png) left top no-repeat;
    line-height: 16px;
    transition: all 0.3s;
}

.person .list .words {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 25px;
    transition: all 0.3s;
}

.person .list:hover .text {
    background: #be181f;
}

.person .list:hover .name {
    color: #fff;
}

.person .list:hover .posit {
    color: #fff;
    background: url(../images/img83-2.png) left top no-repeat;
}

.person .list:hover .words {
    color: #fff;
}

.person .nav-page {
    margin-top: 10px;
}

.person .details {
    background: #fff;
    margin-top: 10px;
    padding: 30px;
}

.person .details .l-box {
    float: left;
    width: 320px;
    height: auto;
}

.person .details .l-box .bot {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px;
}

.person .details .l-box .mail {
    font-size: 14px;
    color: #333;
    padding-left: 33px;
    background: url(../images/img122.jpg) left center no-repeat;
}

.person .details .l-box .down {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #e5e5e5;
    border-radius: 2px;
    margin: 20px 0;
    transition: all .3s;
}

.person .details .l-box .down:hover {
    color: #fff;
    background: #d92f2f;
}

.person .details .share {
    font-size: 14px;
    color: #333;
}

.person .details .share img {
    transition: all .3s;
}

.person .details .share .img_2 {
    display: none;
}

.person .details .share a {
    display: inline-block;
    color: #999;
    vertical-align: top;
    margin: 0 10px;
}

.person .details .share a:hover .img_1 {
    display: none;
}

.person .details .share a:hover .img_2 {
    display: block;
    margin: 0 auto;
}

.person .details .r-box {
    float: left;
    width: calc(100% - 320px);
    height: auto;
    padding: 20px 60px 0 60px;
}

.person .details .r-box .name {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.person .details .r-box .occu {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}

.person .details .r-box .posit {
    font-size: 14px;
    color: #666;
    padding-left: 21px;
    background: url(../images/img83.png) left top no-repeat;
    line-height: 16px;
    transition: all 0.3s;
}

.person .details .r-box .serv {
    display: inline-block;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background: #d92f2f;
    border-radius: 20px;
    margin-top: 30px;
}

.person .details .r-box .text {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.person .details .r-box .h1 {
    font-size: 18px;
    color: #333;
    height: 20px;
    padding-left: 15px;
    border-left: 3px solid #be181f;
    margin-bottom: 22px;
}

.person .details .r-box .words {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.person .details .r-box .words a {
    display: block;
    color: #333;
}

.person .details .r-box .words a:hover {
    color: #be181f;
}

@media only screen and (max-width: 1680px) {
    .header .nav-wrap li>a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header .nav .box::before {
        left: 38px;
    }

    .header .nav .right .box::before {
        left: auto;
        right: 38px;
    }
}

@media only screen and (max-width: 1600px) {
    .popup {
        width: 800px;
        height: 645px;
        margin-top: -322px;
        margin-left: -400px;
    }

    .header .nav-wrap li>a {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header .nav .box::before {
        left: 34px;
    }

    .header .nav .right .box::before {
        left: auto;
        right: 34px;
    }

    .home-swip .text {
        width: 991px;
    }

    .home-swip .text {
        padding-left: 191px;
    }
}

@media only screen and (max-width: 1440px) {
    .header .nav-wrap li>a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header .nav .box::before {
        left: 29px;
    }

    .header .nav .right .box::before {
        left: auto;
        right: 29px;
    }

    .home-swip .text {
        width: 911px;
    }

    .home-swip .text {
        padding-left: 111px;
    }
}

@media only screen and (max-width: 1366px) {
	.header .language{
		margin-left: 20px;
	}
    .popup {
        width: 600px;
        height: 512px;
        margin-top: -256px;
        margin-left: -300px;
    }

    .home-swip .text {
        width: 875px;
    }

    .home-swip .text {
        padding-left: 75px;
    }
}

@media only screen and (max-width: 1300px) {
    .header .nav {
        display: none;
    }

    .header .nav_2 {
        display: block;
    }
}