* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}

.w1200 {
    margin: 0 auto;
    width: 1200px;
}

.header-top {
    height: 120px;
    width: 100%;
    margin-bottom: 26px;
    margin-top: 8px;
}

header {
    border-top: 8px solid #ffc000;
    height: 120px;
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 101;
    transition: all 0.4s ease-in-out;
    background: #fff;
}

header.on {
    height: 75px;
    border-top: 0 solid transparent;
}

header .w1200 {
    position: relative;
    height: 100%;
}

header .logo {
    margin-top: 32px;
    width: 209px;
    height: 58px;
    transition: all 0.4s ease-in-out;
}

header.on .logo {
    margin-top: 8px;
}

.nav-list {
    display: inline-block;
    margin-top: 42px;
    transition: all 0.4s ease-in-out;
}

header.on .nav-list {
    margin-top: 24px;
}

.nav-list li {
    float: left;
    margin-right: 52px;
    position: relative;
    padding-bottom: 41px;
}

header.on .nav-list li {
    padding-bottom: 14px;
}

.nav-list li > a {
    display: block;
    line-height: 36px;
    color: #333333;
    border-bottom: 2px solid transparent;
}

.nav-list li.on > a, .nav-list li:hover > a {
    color: #ffc000;
    border-bottom: 2px solid #ffc000;
}

.nav-list li div {
    position: absolute;
    top: 100%;
    min-width: 200px;
    box-sizing: border-box;
    left: -40px;
    padding: 20px 0;
    background: rgba(255, 255, 255, .8);
    display: none;
}

.nav-list li:hover div {
    display: block;
}

.nav-list li div a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    padding: 0 30px;
    white-space: nowrap;
}

.nav-list li div a::before {
    content: "";
    display: inline-block;
    border-width: 5px;
    border-style: solid;
    margin-right: 5px;
    border-color: transparent transparent transparent #333;
}

.nav-list li div a:hover {
    background: #ffc000;
}

header .lang-btn {
    vertical-align: top;
    margin-top: 46px;
    margin-right: 25px;
    display: inline-block;
    line-height: 24px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    position: relative;
}

header.on .lang-btn {
    margin-top: 28px;
}

header .lang-btn img {
    vertical-align: top;
    margin-right: 10px;
}

header .lang-btn div {
    /*display: none;*/
    position: absolute;
    width: 100px;
    background: #f5f5f5;
    padding: 12px 0;
    border-radius: 5px;
    left: -16px;
    top: 40px;
    display: none;
}

header .lang-btn div::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px;
    border-color: transparent transparent #f5f5f5 transparent;
    position: absolute;
    top: -20px;
    left: 20px;
}

header .lang-btn div a {
    display: block;
    font-size: 15px;
    line-height: 32px;
    color: #222222;
    text-align: center;
}

header .lang-btn div a.on, header .lang-btn div a:hover {
    /*color: #f70000;*/
    color: #ffc000;
}

header .search-btn {
    vertical-align: top;
    margin-top: 50px;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

header.on .search-btn {
    margin-top: 32px;
}

.search-main {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: 9;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    padding: 25px;
    font-size: 0;
    display: none;
}

.search-main input {
    border: 1px solid #cccccc;
    height: 40px;
    width: 200px;
    padding: 0 12px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 16px;
}

.search-main a {
    height: 40px;
    box-sizing: border-box;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccccc;
    margin-left: -1px;
}

.search-main a img {
    display: block;
    margin: 11px auto;
    vertical-align: middle;
}

.swiper-slide1 {
    position: relative;
}

.swiper-slide1 img {
    width: 100%;
    display: block;
}

.swiper-slide1 div {
    position: absolute;
    z-index: 2;
    top: 10%;
    left: 5%;
}

.swiper-slide1 div h2 {
    color: #fff;
    font-size: 40px;
    line-height: 58px;
}

.swiper-slide1 div p {
    color: #fff;
    font-size: 45px;
    line-height: 58px;
    font-weight: bold;
}

.swiper-slide1 div a {
    width: 160px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    background: #ffc000;
    display: block;
    font-weight: bold;
    margin-top: 16px;
}

.swiper-slide1 div h2 {
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active div h2 {
    -webkit-animation: fadeInUp 1s both .5s;
    animation: fadeInUp 1s both .5s;
}

.swiper-slide1 div p {
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active div p {
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
}

.swiper-slide1 div a {
    -webkit-animation: fadeInLeft 1s both;
    animation: fadeInLeft 1s both;
}

.swiper-slide1.swiper-slide-active div a {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
}

.page1 .swiper-pagination-bullet, .page2 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 2px solid #fff;
}

.page1 .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #ffc000;
}

.next1, .prev1 {
    top: 50%;
    width: 43px;
    height: 57px;
}

.next1 {
    background: url("../images/icon-right1.png");
    right: 0;
}

.prev1 {
    background: url("../images/icon-left1.png");
    left: 0;
}

.index-main1 {
    /*background-image: url("../images/index-img1.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 2200px;*/
    height: 658px;
    margin-top: 10px;
    /*margin-bottom: 130px;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    position: relative;
    overflow: hidden;
}

.index-main1 .rellax {
    background-image: url("../images/index-img1.jpg");
    background-repeat: no-repeat;
    /*background-size: 2200px;*/
    /*margin-bottom: 130px;*/
    /*background-attachment: fixed;*/
    background-size: cover;
    background-position: top center;
    position: absolute;
    width: 100%;
    height: 125%;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

.index-main1 .left {
    width: 600px;
    background: rgba(255, 255, 255, .5);
    margin-top: 92px;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.index-main1 .left h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 30px;
}

.index-main1 .left p {
    font-size: 16px;
    line-height: 30px;
}

.index-main1-list {
    margin-top: -30px;
    margin-bottom: 130px;
}

.index-main1-list li {
    float: left;
    width: 392px;
    border: 6px solid #fff;
    box-sizing: border-box;
    margin-right: 12px;
    position: relative;
    overflow: hidden;
}

.index-main1-list li:nth-child(3n) {
    margin-right: 0;
}

.index-main1-list li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease-in-out;
    background: #000;
    opacity: .5;
    z-index: 1;
}

.index-main1-list li:hover::before {
    width: 100%;
    height: 100%;
}

.index-main1-list li img {
    display: block;
    width: 100%;
    height: 296px;
}

.index-main1-list li div {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 210px;
    box-sizing: border-box;
    height: 100%;
    padding: 30px;
    transition: 0.4s ease-in-out;
}

.index-main1-list li:hover div {
    top: 0;
}

.index-main1-list li div h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 3px solid #fff;
    display: inline-block;
    padding-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-main1-list li div p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 28px;
    height: 88px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index-main1-list li div a.gd-btn {
    margin-top: 34px;
    display: block;
    width: 120px;
    height: 40px;
    border: 2px solid #fff;
    color: #ffc000;
    line-height: 36px;
    text-align: center;
}

.index-main1-list li div a.gd-btn:hover {
    background: #ffc000;
    border: 2px solid #ffc000;
    color: #fff;
}

.index-main2 {
    background: #23304c;
    padding: 90px 0;
}

.title {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

.title::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
    margin: 30px auto 0;
}

.index-main2-list {
    margin-top: 30px;
}

.index-main2-list li {
    float: left;
    width: 600px;
    overflow: hidden;
}

.index-main2-list li .left, .index-main2-list li .right {
    height: 126px;
    position: relative;
}

.index-main2-list li .left {
    transform: rotateY(0deg);
    transition: 0.6s ease-in-out;
}

.index-main2-list li:hover .left {
    transform: rotateY(360deg);
}

.index-main2-list li div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: 0.4s ease-in-out;
    background: #ffc000;
    opacity: 0;
}

.index-main2-list li .left::before {
    /*right: 100%;*/
}

.index-main2-list li .right::before {
    left: 100%;
}

.index-main2-list li:hover .left::before {
    right: 0;
    opacity: 1;
}

.index-main2-list li:hover .right::before {
    left: 0;
    opacity: 1;
}

.index-main2-list li .left h1, .index-main2-list li .left h3,
.index-main2-list li .right h2, .index-main2-list li .right p {
    position: relative;
    z-index: 1;
}

.index-main2-list li .left {
    text-align: center;
    width: 103px;
}

.index-main2-list li .left h1 {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    margin-top: 28px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    display: inline-block;

}

.index-main2-list li .left h3 {
    color: #fff;
    font-weight: bold;
    line-height: 18px;
    font-size: 16px;
    margin-top: 12px;
}

.index-main2-list li .right {
    width: 496px;
    box-sizing: border-box;
    padding: 28px 22px 0;
}

.index-main2-list li .right h2 {
    font-size: 20px;
    line-height: 26px;
    height: 50px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-main2-list li:hover .right h2 {
    font-weight: bold;
}

.index-main2-list li .right p {
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.index-main2 .gd-btn {
    margin: 50px auto 0;
    width: 150px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    box-sizing: border-box;
    display: block;
}

.index-main2 .gd-btn:hover {
    background: #ffc000;
    border: 2px solid #ffc000;
    color: #fff;
}

.index-main3 {
    padding: 100px 0 70px;
}

.index-main3 h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    background: url("../images/index-bg.png") no-repeat center center;
}

.index-main3-list {
    margin-top: 50px;

}

.swiper-container2 {
    padding: 5px 2px 30px;
}

.swiper-slide2 {
    width: 234px;
    height: 107px;
}

.swiper-slide2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-slide2 img:hover {
    box-shadow: 0 0 5px 0px #e3e3e3;
}

.page2 {
    bottom: 0 !important;
}

.page2 .swiper-pagination-bullet {
    border: 2px solid #d6d6d6;
}

.page2 .swiper-pagination-bullet-active {
    border: 2px solid #ffc000;
}

footer {
    border-top: 1px solid #bfbfbf;
}

.foot1 {
    padding: 42px 0 40px;
}

.foot1 ul {
    float: left;
    margin-right: 105px;
}

.foot1 ul:nth-child(6) {
    margin-right: 0;
}

.foot1 ul li a {
    font-size: 13px;
    line-height: 30px;
    color: #888888;
}

.foot1 ul li:nth-child(1) {
    margin-bottom: 10px;
}

.foot1 ul li:nth-child(1) a {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
}

.foot1 .weixin {
    float: right;
    border-left: 1px solid #e5e5e5;
    padding-left: 50px;
}

.foot1 .weixin img {
    display: block;
    width: 98px;
    height: 98px;
}

.foot1 .weixin p {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.foot2 {
    text-align: center;
    background: #ffc000;
    box-sizing: border-box;
    padding: 30px 0 25px;
    position: relative;
}

.foot2 p {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.foot2 p a {
    color: #fff;
}

.top-btn {
    width: 40px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-left: 600px;
    bottom: 15px;
    cursor: pointer;
    text-align: center;
    display: block;
    z-index: 5;
}

.top-btn img {
    margin-top: 15px;
    vertical-align: top;
}

.header2 {
    display: none;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*background: rgba(0, 0, 0, .7);*/
    background: #ffffff;
    z-index: 101;
    box-sizing: border-box;
    padding: 0 2.5%;
    border-bottom: 1px solid #cdcdcd;
}

.head-top {
    height: 50px;
    width: 100%;
    display: none;
}

.header2 .logo img {
    /*height: 42px;*/
    /*margin-top: 4px;*/
    height: 32px;
    margin-top: 8px;
}

.header2 .search-btn {
    margin-right: 55px;
    vertical-align: top;
    margin-top: 16px;
}

.header2 .lang {
    display: inline-block;
    line-height: 50px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.header2 .lang a {
    color: #333;
}

.header2 .lang a.on {
    color: #ffc000;
}

.header2 .search-main {
    width: 100%;
    padding: 3%;
    display: none;
}

.header2 .search-main input {
    width: 90%;
    height: 32px;
}

.header2 .search-main a {
    width: 10%;
    height: 32px;
}

.header2 .search-main a img {
    margin: 7px auto;
}

.nav-sj {
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
}

.nav-sj div {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 7px;
    background: #000000;
}

.nav-sj div:last-child {
    margin-bottom: 0;
}

.head_wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0;
    display: none;
}

.nav_wrap {
    position: fixed;
    width: 90%;
    height: 100%;
    padding: 15px 5% 0;
    background: #2f2f2f;
    z-index: 101;
    text-align: right;
    overflow: hidden;
    overflow-y: auto;
    top: 0;
    right: 0px;
    transform: translateX(1020px);
    -webkit-transform: translateX(1020px);
    -moz-transform: translateX(1020px);
    -ms-transform: translateX(1020px);
    -o-transform: translateX(1020px);
    opacity: 0;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    display: none;
}

.nav_wrap.act {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1
}

.nav_close {
    height: 13px; /*padding-top: 20px;*/
}

.nav_close img {
    display: block;
    /*height: 100%;*/
    width: 13px;
    height: 13px;
    float: right;
}

.nav_list { /*margin-top: 15px;*/
}

.nav_list {
    position: relative;
    padding: 0 0 15px;
    height: 70%;
    top: 3%;
}

.nav_list li { /*line-height: 60px;*/
    text-align: center;
    position: relative;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(500px);
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    opacity: 0
}

.nav_list li.on {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    opacity: 1
}

.nav_list li a {
    display: block;
    font-size: 22px;
    color: #ccc;
    letter-spacing: 10px;
}

/*.nav_list li.act a{color: #e70012;}*/
.nav_bot {
    text-align: center;
}

.nav_bot p {
    line-height: 24px;
    font-size: 16px;
    color: #e70012;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.nav_bot p b {
    display: block;
    float: left;
    width: 100%;
    text-align: right;
}

.nav_bot p b:last-child {
    float: right;
    text-align: center;
}

.nav_bot p b a {
    font-size: 16px;
    color: #e70012;
}

.nav_bot p u {
    display: block;
    position: absolute;
    width: 1px;
    height: 16px;
    background: #e70012;
    left: 50%;
    margin-left: -1px;
    top: 6px;
}

.nav_bot div {
    line-height: 24px;
    font-size: 16px;
    color: #e70012;
    text-align: center;
    margin-bottom: 5px;
}

.nav_bot span {
    display: block;
    width: 7px;
    height: 16px;
    margin: 0 auto;
}

.nav_bot span img {
    display: block;
    width: 100%;
    height: 100%;
}

.foot-right2 {
    display: none;
}

.foot-right2 {
    width: 100%;
    height: 38px;
    box-sizing: border-box;
    background: #ffc000;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 5px 0.3rem;
    border-top: 1px solid #fff;
    /*display: block;*/
    /*border-top: 1px solid #ffffff;*/
}

.foot-right2 ul li {
    width: 33.333%;
    height: 28px;
    float: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
}

.foot-right2 ul li:last-child {
    border-right: 0px solid #fff;
}

.foot-right2 ul li a {
    color: #fff;
}

.foot-right2 ul li img {
    width: 22px;
    height: 22px;
    display: inline-table;
    line-height: 22px;
    vertical-align: middle !important;
    margin-right: 5px;
}

.foot-sj {
    padding-top: 10px;
    padding-bottom: 48px;
    display: none;
    background: #ffc000;
}

.foot-sj p {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
}

.foot-sj p a {
    color: #fff;
}

.banner-sj {
    display: none;
}

/*新闻动态*/
.top-img {
    width: 100%;
}

.top-img img {
    display: block;
    width: 100%;
}

.news-main1 {
    position: relative;
}

.news-main1 > .left {
    width: 246px;
    position: absolute;
    height: 100%;
    background: #23304c;
}

.news-main1 > .left ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #5f5f5f;
    height: 95px;
    line-height: 95px;
    font-size: 22px;
    text-align: center;
}

.news-main1 > .left ul li.on a, .news-main1 > .left ul li a:hover {
    background: #ffc000;
    border-bottom: 1px solid #ffc000;
}

.news-main1 > .right {
    width: 895px;
}

.news-main1 .news-right {
    padding: 80px 0 108px;
}

.news-main1 .news-right > ul {
    padding-bottom: 30px;
}

.news-main1 .news-right > ul li {
    margin-bottom: 50px;
}

.news-main1 .news-right ul li .news-list1 {
    float: left;
    width: 275px;
}

.news-main1 .news-right ul li:nth-child(2n) .news-list1 {
    float: right;
}

.news-main1 .news-right ul li .news-list1 h2 {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    margin-top: 12px;
    padding-bottom: 10px;
    line-height: 18px;
    border-bottom: 2px solid #3d3d3d;
}

.news-main1 .news-right ul li .news-list1 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 25px;
    margin-top: 10px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main1 .news-right ul li .news-list1 .ck-btn {
    margin-top: 30px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: #23304c;
    width: 75px;
    text-align: center;
}

.news-main1 .news-right ul li .news-list2 {
    float: right;
    width: 596px;
    background: #edf2f5;
}

.news-main1 .news-right ul li:nth-child(2n) .news-list2 {
    float: left;
}

.news-main1 .news-right ul li .news-list2 img {
    display: block;
    float: left;
    width: 299px;
    height: 168px;
}

.news-main1 .news-right ul li .news-list2 .news-list3 {
    width: 296px;
    float: right;
    box-sizing: border-box;
    padding: 30px 30px 0;
}

.news-main1 .news-right ul li .news-list2 .news-list3 h2 {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    padding-bottom: 12px;
    line-height: 18px;
}

.news-main1 .news-right ul li .news-list2 .news-list3 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-main1 .news-right ul li .news-list2 .news-list3 .ck-btn {
    margin-top: 26px;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: #ffc000;
    width: 75px;
    text-align: center;
}

.fy-main {
    text-align: center;
    font-size: 0;
}

/* .fy-main a {
    font-size: 14px;
    color: #333333;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
} */

/*.fy-main a.on, .fy-main a:hover {*/
/*    background: #23304c;*/
/*    border: 1px solid #23304c;*/
/*    color: #fff;*/
/*}*/

.pagination li {
    font-size: 14px;
    color: #333333;
    height: 28px;
    line-height: 28px;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    width: 28px;
    /*padding: 0 10px;*/
}

.pagination li.active, .pagination li:hover {
    color: #fff;
    border: 1px solid #23304c;
    background: #23304c;
}

.pagination li.disabled {
    color: #999;
    /*padding: 0 10px;*/
    border: 1px solid #eaeaea;
    background: #eaeaea;
}

.pagination li a {
    display: block;
    width: 100%;
}

.pagination li:hover a, .pagination li.active a {
    background: #23304c;
    color: #fff;
}

/*新闻动态详情页*/
.news-main2 {
    padding: 80px 0 40px;
}

.news-main2 h2 {
    font-size: 30px;
    line-height: 30px;
}

.news-main2 h3 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 12px;
    color: #999999;
    padding-bottom: 26px;
    border-bottom: 1px solid #dadada;
}

.news-con {
    font-size: 14px;
    line-height: 22px;
    margin-top: 50px;
}

.news-con img {
    max-width: 100%;
}

.hyfa-xq-bottom {
    margin-top: 48px;
}

.hyfa-xq-bottom .left {
    width: 50%;
}

.hyfa-xq-bottom .left p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hyfa-xq-bottom .left p, .hyfa-xq-bottom .left p a {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.hyfa-xq-bottom .left p a:hover {
    color: #ffc000;
}

.hyfa-xq-bottom .right {
    margin-top: 10px;
}

.hyfa-xq-bottom .right a {
    background-image: url("../images/fx.png") !important;
    /*width: 30px;*/
    height: 30px !important;
    line-height: 30px;
    padding-left: 30px !important;
    /*margin: 0 4px;*/
}

.hyfa-xq-bottom .right a.bshare-qqim {
    background-position: 0 0;
}

.hyfa-xq-bottom .right a.bshare-qzone {
    background-position: -32px 0;
}

.hyfa-xq-bottom .right a.bshare-sinaminiblog {
    background-position: -64px 0;
}

.hyfa-xq-bottom .right a.bshare-weixin {
    background-position: -96px 0;
}

.bshare-custom.icon-medium-plus a.bshare-more.more-style-addthis {
    background: url("../images/fx.png") -129px 0 !important;
    /*background-position: -129px 0;*/
    padding-left: 30px !important;
}

.hyfa-xq-bottom .right a.bshare-more {
    background-position: -129px 0;
}

.hyfa-xq-bottom .right p {
    color: #999999;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

/*公司*/
.main-top {
    position: relative;
    height: 672px;
}

.main-top img {
    display: block;
    position: absolute;
    width: 1920px;
    height: 672px;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.main-top-con {
    background: #fff;
    position: absolute;
    top: 96px;
    left: 50%;
    width: 542px;
    height: 478px;
    margin-left: 108px;
    box-sizing: border-box;
    padding: 40px 22px;
}

.main-top-con div {
    padding: 0 28px;
    box-sizing: border-box;
    overflow-y: auto;
    height: 390px;
}

/*修改滚动条样式*/
.main-top-con div::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.main-top-con div::-webkit-scrollbar-track {
    background: #f2f1f1;
    border-radius: 10px;
}

.main-top-con div::-webkit-scrollbar-thumb {
    background: #d8d8d8;
    border-radius: 10px;
}

.main-top-con div::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.main-top-con div::-webkit-scrollbar-corner {
    background: #179a16;
}

.main-top-con div h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 22px;
}

.main-top-con div p {
    font-size: 16px;
    line-height: 30px;
}

.about-main1 {
    margin-top: 100px;
}

.about-main1 .left {
    display: block;
    width: 484px;
    height: 329px;
}

.about-main1 .right {
    width: 665px;
}

.about-main1 .right h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 36px;
}

.about-main1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.about-main2 {
    margin-top: 100px;
}

.about-main2 h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 18px;
}

.about-main2 ul li h3 {
    font-size: 24px;
    line-height: 24px;
    border-left: 3px solid #002060;
    color: #002060;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 12px;
    margin-top: 42px;
}

.about-main2 ul li p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.about-main3 {

}

.about-main3 li {
    border: 0;
    margin-right: 20px;
    width: 386px;
    height: 308px;
    margin-bottom: 20px;
}

.about-main3 li img {
    height: 100%;
}

.about-main3 li div {
    padding: 36px;
}

.about-main4 {
    margin-top: 70px;
}

.about-main4 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-main4 div div {
    width: 590px;
    height: 332px;
    position: relative;
    cursor: pointer;
}

.about-main4 div div::before {
    content: url("../images/icon-bf.png");
    width: 58px;
    height: 58px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -29px;
    margin-left: -29px;
    z-index: 2;
}

.about-main4 div div img {
    display: block;
    width: 100%;
    height: 100%;
}

.about-main4 a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin: 70px auto 0;
    background: #ffc000;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.about-main5 {
    margin-top: 110px;
}

.about-main5 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 36px;
}

.about-main5 img {
    max-width: 100%;
}

.about-main6 {
    background: url("../images/gs-img9.jpg") no-repeat top center;
    margin-top: 120px;
    height: 505px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 58px;
}

.about-main6 h1 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.about-main6 ul {
    margin-top: 85px;
}

.about-main6 ul li {
    width: 185px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    margin-right: 152px;
    position: relative;
}

.about-main6 ul li:nth-child(4n) {
    margin-right: 0;
}

.about-main6 ul li div {
    display: block;
    border: 1px solid #fccf1c;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.about-main6 ul li div img {
    display: block;
    width: 128px;
    height: 128px;
    position: relative;
    z-index: 2;
}

.about-main6 ul li div .img1, .about-main6 ul li:hover div .img2 {
    display: block;
}

.about-main6 ul li div .img2, .about-main6 ul li:hover div .img1 {
    display: none;
}

.about-main6 ul li div::before {
    content: "";
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #fccf1c;
    margin-left: -55px;
    margin-top: -55px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s ease-out;
    transform: scale(0);
}

.about-main6 ul li:hover div::before {
    opacity: 1;
    transition: 0.2s ease-out;
    transform: scale(1);
}

.about-main6 ul li h2 {

    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 12px;
    color: #666666;
}

.about-main6 ul li p {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    height: 40px;
    font-weight: bold;
    word-wrap: break-word;
}

.about-main6 ul li .weixin {
    position: absolute;
    width: 98px;
    height: 98px;
    top: -105px;
    left: 50%;
    margin-left: -49px;
    display: none;
}

.about-main6 ul li:hover .weixin {
    display: block;
}

/*企业视频*/
.video-main {
    margin-top: 90px;
}

.video-main h1 {
    font-size: 30px;
    line-height: 30px;
}

.video-list {
    margin-top: 28px;
    margin-bottom: 46px;
}

.video-list li {
    float: left;
    width: 380px;
    margin-right: 30px;
    cursor: pointer;
}

.video-list li:nth-child(3n) {
    margin-right: 0;
}

.video-list li .video-img {
    width: 100%;
    height: 214px;
    position: relative;
}

.video-list li .video-img::before {
    content: url("../images/icon-bf2.png");
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
}

.video-list li .video-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.video-list li p {
    width: 100%;
    line-height: 60px;
    height: 60px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.video-kuang-main {
    /*height: auto;*/
    width: 945px;
    height: 530px;
    /*margin: 0 auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -265px;
    margin-left: -472px;
    /*transform: translate(-50%, -50%);*/
}

.video-kuang-main img {
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
}

.video-kuang-main video {
    width: 100%;
    height: 100%;
    display: block;
}

.zong2 {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    display: none;
}

/*研发创新*/
.yf-main1 {
    margin-top: 120px;
}

.yf-main1 .left {
    display: block;
    width: 454px;
    height: 454px;
}

.yf-main1 .right, .sc-main1 .left {
    width: 690px;
}

.yf-main1 .right h2, .sc-main1 .left h2 {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 25px;
    margin-top: -6px;
}

.yf-main1 .right div, .sc-main1 .left div {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    padding: 38px 0;
}

.yf-main2 {
    margin-top: 110px;
}

.yf-main2 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.yf-main2 h3 {
    font-size: 16px;
    line-height: 16px;
}

.yf-list {
    position: relative;
    margin-bottom: 90px;
    margin-top: 50px;
}

.swiper-slide3 {

}

.swiper-slide3 img {
    width: 100%;
    height: 208px;
    display: block;
}

.swiper-slide3 p {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}

.next3, .prev3 {
    position: absolute;
    top: 100px;
    bottom: 0;
    background: transparent;
    width: 15px;
    color: #8c8c8c;
    height: 30px;
    line-height: 50px;
    font-family: SimSun;
    font-size: 30px;
    text-align: center;
    margin-top: 0;
    font-weight: bold;
}

.next3 {
    right: -32px;
}

.prev3 {
    left: -32px;
}

/*质量管理*/
.zl-list {
    margin-top: 20px;
}

.zl-list .swiper-slide3 img {
    width: 100%;
    height: 234px;
    box-sizing: border-box;
    border: 2px solid #ffc000;
}

/*生产管理*/
.sc-main1 {
    margin-top: 90px;
}

.swiper-container4 {
    height: 454px;
    width: 454px;
    display: block;
}

.swiper-slide4 img {
    display: block;
    width: 100%;
    height: 100%;
}

.page4 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 1px solid #fff;
}

.page4 .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    background: #fff;
}

.zc-list {

}

.zc-list .swiper-slide3 img {
    height: 105px;
}

.zc-list .next3, .zc-list .prev3 {
    top: 50%;
    margin-top: -15px;
}

/*环境管理*/
.hj-main1 {
    margin-bottom: 120px;
}

/*历史荣誉*/
.ls-main1 {
    background: url("../images/ls-bg.jpg") no-repeat top center;
    height: 609px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 70px;
}

.ls-main1 h1 {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.banner5 {
    position: relative;
    margin-top: 125px;
}

.banner5::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 59px;
    left: 0;
}

.swiper-container5 {

}

.swiper-slide5 {
    position: relative;
}

.swiper-slide5 h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #ffffff;
}

.swiper-slide5 span {
    display: block;
    height: 14px;
    width: 14px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 32px;
    border-radius: 50%;
}

.swiper-slide5 p {
    font-size: 18px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    height: 180px;
    color: #fff;
    font-weight: bold;
}

.next5, .prev5 {
    width: 74px;
    height: 45px;
    top: 37px;
    margin-top: 0;
}

.next5 {
    background: url(../images/icon-right5.png) no-repeat;
    background-size: 100% 100%;
    right: 50%;
    margin-right: -700px;
}

.prev5 {
    background: url(../images/icon-left5.png) no-repeat;
    left: 50%;
    margin-left: -700px;
}

.ls-main2 {
    margin-top: 100px;
}

.ls-main2 h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 90px;
}

.ls-main2 h2 {
    font-size: 30px;
    line-height: 30px;
}

.ls-main3 {
    padding-bottom: 34px;
    padding-top: 30px;
}

.ls-main3 li {
    float: left;
    margin-right: 40px;
    width: 165px;
}

.ls-main3 li:nth-child(6n) {
    margin-right: 0;
}

.ls-main3 li img {
    display: block;
    width: 165px;
    height: 234px;
    box-sizing: border-box;
    border: 2px solid #ffc000;
}

.ls-main3 li p {
    font-size: 16px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 38px;
}

.ls-list {
    margin-top: 20px;
}

.ls-list .swiper-slide3 img {
    width: 100%;
    height: 172px;
    box-sizing: border-box;
    border: 2px solid #ffc000;
}

.ls-list .swiper-slide3 p {
    text-align: left;
}

.ls-list .next3, .ls-list .prev3 {
    top: 35%;
}

/*区域分布*/
.qy-main {

}

.qy-main h2 {
    margin-top: 65px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 90px;
}

.qy-main2 {
    height: 906px;
    width: 100%;
    position: relative;
}

.qy-main2 img.qy-bg {
    position: absolute;
    width: 1920px;
    height: 906px;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.qy-main2 img.qy-img1 {
    position: absolute;
    top: 154px;
    left: 50%;
    margin-left: -594px;
}

.qy-main2 img.qy-img2 {
    position: absolute;
    top: 52px;
    right: 50%;
    margin-right: -661px;
}

.qy-img3 {
    display: none;
    width: 100%;
    height: auto;
}

/*产品*/
.cp-main1 {
    margin-top: 60px;
    padding-bottom: 90px;
}

.cp-main-title {
    font-size: 30px;
    margin-top: 60px;
}

.cp-main1 li, .cp-main1 li:nth-child(3n) {
    border: 0;
    margin-right: 30px;
    width: 585px;
    height: 366px;
    margin-bottom: 30px;
}

.cp-main1 li:nth-child(2n) {
    margin-right: 0;
}

.cp-main1 li div {
    top: 265px;
}

.cp-main1 li div h2 {
    font-size: 22px;
    line-height: 24px;
}

.cp-main1 li div p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 22px;
    height: 168px;
    -webkit-line-clamp: 6;
}

.cp-main1 li div a.gd-btn {
    margin-top: 26px;
}

/*水性涂料*/
.sx-main1 {
    margin-top: 120px;
    margin-bottom: 100px;
}

.sx-main1 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
}

.sx-main1 div {
    font-size: 16px;
    line-height: 34px;
}

.sx-main2 {
    position: relative;
    padding-bottom: 100px;
}

.swiper-slide6 {

}

.swiper-slide6 img {
    display: block;
    width: 100%;
    height: 308px;
}

.swiper-slide6 p {
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.next6, .prev6 {
    top: 50%;
    width: 42px;
    height: 42px;
    margin-top: -21px;
}

.next6 {
    background: url("../images/icon-right6.png");
    right: -65px;
}

.prev6 {
    background: url("../images/icon-left6.png");
    left: -65px;
}

.sx-main3 {
    margin-bottom: 100px;
}

.sx-main3 h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 30px;
}

.sx-main3 > div {
    float: left;
    width: 210px;
}

.sx-main3 > div h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

.sideMenu {

}

.sideMenu h3, .sx-main3-list1 li h3 {
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    cursor: pointer;
}

.sideMenu h3 em, .sx-main3-list1 li h3 em {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url("../images/icon-jiao.png") no-repeat center center;
    margin-right: 8px;
    vertical-align: top;
    margin-top: 12px;
    transition: 0.4s ease-in-out;
}

.sideMenu h3.on em, .sx-main3-list1 li h3.on em {
    transform: rotate(90deg);
}

.sideMenu ul, .sx-main3-list1 div {
    display: none;
}

.sideMenu ul li, .sx-main3-list1 li div p {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin-left: 32px;
}

/*UV固化涂料*/
.gh-list .swiper-container4, .gd-main1 .swiper-container4 {
    height: 364px;
    width: 454px;
}

.gh-main1 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}

.next4, .prev4 {
    top: 50%;
    width: 30px;
    height: 50px;
    margin-top: -25px;
}

.next4 {
    background: url("../images/icon-right4.png");
    right: 0;
}

.prev4 {
    background: url("../images/icon-left4.png");
    left: 0;
}

.gh-list {
    margin-bottom: 105px;
}

.gh-list .right {
    width: 690px;
}

.gh-list .right h1 {
    font-size: 30px;
    line-height: 30px;
}

.gh-list .right h3 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.gh-list .right .cc {
    font-size: 16px;
    line-height: 34px;
    padding: 38px 0;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.gh-list .right h4 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 30px;
}

.gh-list .right h5 {
    line-height: 40px;
    height: 40px;
    background: #ffc000;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 18px;
    display: inline-block;
}

/*高固体份涂料*/
.gt-main1 {
    margin-top: 110px;
}

.gt-list .swiper-container4 {
    height: 454px;
    width: 454px;
}

.gt-list .right h1 {
    margin-bottom: 25px;
}

/*根据客户需求定制*/
.dz-main1 {
    margin-top: 110px;
}

.dz-main1 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 65px;
}

.dz-list {
    margin-bottom: 55px;
}

.dz-list h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: bold;
    color: #002060;
    margin-bottom: 38px;
}

.dz-list div {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.dz-list.on div {
    height: auto;
}

.dz-list input[type="button"] {
    margin-top: 52px;
    background: #ffc000;
    height: 40px;
    color: #fff;
    width: 150px;
    display: block;
    font-size: 14px;
    cursor: pointer;
    transition: ease-in-out 0.4s;
}

.dz-list.on input[type="button"] {
    background: #255eab;
}

.dz-main2 {
    border-top: 1px solid #333;
}

.dz-main2 h3 {
    font-size: 26px;
    line-height: 26px;
    margin-top: 58px;
}

.dz-main2 h4 {
    line-height: 40px;
    height: 40px;
    background: #ffc000;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 22px;
    display: inline-block;
    margin-bottom: 110px;
}

/*轨道交通*/
.gd-main1 {

}

.gd-main1 .right h3 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 42px;
}

.gd-main2 {
    margin-top: 110px;
}

.gd-main2 h1 {
    font-size: 30px;
    line-height: 30px;
}

.gd-main2 .index-main1-list {
    margin-top: 30px;
}

.gd-btn2 {
    display: block;
    margin: 40px auto 0;
    width: 150px;
    height: 40px;
    background: #ffc000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}

.gd-main3 {
    padding: 110px 0;
}

.gd-main3 h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}

.swiper-container7 {
    padding-bottom: 50px;
}

.swiper-slide7 img {
    height: 74px;
    display: block;
    width: 100%;
}

.page7 .swiper-pagination-bullet, .page8 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    border: 2px solid #d6d6d6;
}

.page7 .swiper-pagination-bullet-active, .page8 .swiper-pagination-bullet-active {
    background: transparent;
    border: 2px solid #ffc000;
}

/*轨道交通详情页*/
.gd2-main1 {
    margin-top: 20px;
    margin-bottom: 110px;
}

.gd2-list {

}

.gd2-list h2 {
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    padding: 60px 0;
    border-bottom: 1px solid #333;
}

.gd2-list ul {
    margin-top: 60px;
}

.gd2-list ul li {
    float: left;
    width: 386px;
    margin-right: 20px;
}

.gd2-list ul li:nth-child(3n) {
    margin-right: 0;
}

.gd2-list ul li img {
    display: block;
    width: 100%;
    height: 308px;
}

.gd2-list ul li p {
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-container8 {
    margin: 110px 0;
    padding-bottom: 50px;
}

.swiper-slide8 {
    height: 107px;
    overflow: hidden;
    position: relative;
}

.swiper-slide8 img.img1 {
    height: 107px;
    position: absolute;
    top: -107px;
    transition: 0.3s ease-in-out;
}

.swiper-slide8 img.img2 {
    width: 100%;
    display: block;
    height: 107px;
    position: absolute;
    top: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s ease-in-out;
}

.swiper-slide8:hover img.img1 {
    top: 0;
}

.swiper-slide8:hover img.img2 {
    top: 107px;
}

/*.swiper-slide8 img:hover {*/
/*-webkit-filter: grayscale(0);*/
/*-moz-filter: grayscale(0);*/
/*-o-filter: grayscale(0);*/
/*filter: grayscale(0);*/
/*}*/

/*环境保护*/
.fz-main1 {
    margin: 110px 0;
}

.fz-main1 .right h3 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
}

/*企业文化*/
.fz-main2 {
    margin: 120px 0 110px;
}

.fz-main2 div {
    width: 365px;
    height: 390px;
    padding: 56px 60px 0;
    box-sizing: border-box;
    margin-right: 52px;
}

.fz-main2 div:nth-child(odd) {
    background: #1f497d;
}

.fz-main2 div:nth-child(even) {
    background: #ffc000;
}

.fz-main2 div:nth-child(3n) {
    margin-right: 0;
}

.fz-main2 div h2 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 45px;
}

.fz-main2 div h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 22px;
}

.fz-main2 div p {
    font-size: 20px;
    line-height: 40px;
}

.fz-main2 div.left h2, .fz-main2 div.left h3, .fz-main2 div.left p {
    color: #fff;
}

.fz-main2 div:nth-child(2) h2, .fz-main2 div:nth-child(2) h3, .fz-main2 div:nth-child(2) p {
    color: #000;
}

.fz-main3 {
    margin-bottom: 100px;
}

.fz-main3 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: bold;
}

.fz-main3 div {
    font-size: 16px;
    line-height: 30px;
}

.fz-main3 div img {
    max-width: 100%;
}

/*招贤纳士*/
.zxns-main {
    margin-top: 100px;
    margin-bottom: 75px;
}

.zxns-main h2 {
    font-size: 30px;
    line-height: 30px;
    border-bottom: 1px solid #333;
    padding-bottom: 22px;
}

.zxns-list {
    font-size: 16px;
    line-height: 34px;
    padding: 35px 0;
    border-bottom: 1px solid #333;
}

.zxns-list h3 {
    font-weight: bold;
}

.zxns-main h4 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 18px;
    margin-top: 60px;
}

.zxns-main h5 {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #ffc000;
    padding: 0 15px;
    display: inline-block;
}

/*联系我们*/
.lxwm-main {
    box-sizing: border-box;
    padding: 60px 50px;
}

.lxwm-main h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}

.lxwm-main textarea {
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 15px 18px;
    height: 150px;
    display: block;
    margin-top: 90px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.lxwm-main input[type="text"] {
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 0 18px;
    height: 48px;
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.lxwm-main input[type="submit"] {
    margin-top: 60px;
}

.lxwm-main2 {
    margin-top: 0;
}

/*法律声明*/
.flsm-main {
    padding: 60px 0 90px;
}

.flsm-main h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 75px;
}

.flsm-main div {
    font-size: 16px;
    line-height: 30px;
}

.gg_ul {
    margin: 0 -10px;
    overflow: hidden;
    padding-bottom: 30px;
}

.gg_ul li {
    width: calc(100% / 3 - 10px);
    float: left;
    margin: 0 10px;
}

.gg_ul li img {
    width: 100%;
}

.gg_ul li p {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

/*搜索*/
.news-main1 .news-right > ul.ss-list {
    padding-bottom: 30px;
    margin-top: -80px;
}

.ss-list li {
    background: #edf2f5;
}

.ss-list .xw-img {
    float: left;
    width: 299px;
    height: 168px;

}

.ss-list .xw-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ss-list .xw-con {
    float: right;
    box-sizing: border-box;
    padding: 30px 30px 0;
    width: 596px;
}

.ss-list .xw-con h2 {
    font-size: 20px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ss-list .xw-con h3 {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.ss-list .xw-con p {
    font-size: 16px;
    font-weight: bold;
    color: #3d3d3d;
    line-height: 25px;
    margin-top: 15px;
}

.fz-list {
    margin-top: 60px;
}