﻿@charset "utf-8";

@font-face {
  font-family: "zidingyi";
  src: url("../font/zidingyi.woff2") format("woff2"),
       url("../font/zidingyi.woff") format("woff"),
       url("../font/zidingyi.ttf") format("truetype"),
       url("../font/zidingyi.eot") format("embedded-opentype"),
       url("../font/zidingyi.svg") format("svg"),
       url("../font/zidingyi.otf") format("opentype");
}



html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family:zidingyi, Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family:zidingyi, Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family:zidingyi, Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{padding: 0 6.3333vw;position: relative;}
.container {padding: 0 6.3333vw;position: relative;}

.iqw_cursor_wrap {display: block;
    width: 1.3541666vw;
    height: 1.3541666vw;
    position: absolute;
    left: -0.67708333vw;
    top: -0.67708333vw;
    z-index: 999999;
    mix-blend-mode: difference;
    pointer-events: none;

}

.iqw_cursor_box {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.iqw_cursor_show .iqw_cursor_box {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.iqw_cursor_circle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    box-sizing: border-box;
    mix-blend-mode: normal;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.iqw_cursor_icon {
    font-size: 0.625vw;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


.iqw_nav_hover .iqw_cursor_circle {
    border: none;
    width: 260%;
    height: 260%;
}


.iqw_nav_scale .iqw_cursor_circle {
    width: 0;
    height: 0;
}

.iqw_nav_icon .iqw_cursor_circle {
    width: 200%;
    height: 200%;
}

.iqw_nav_icon .iqw_cursor_circle .iqw_cursor_icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.header .right {float: right;text-align: left;margin-left:60px;}
.header .right ul li {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #fff;font-size: 14px;}
.header .right ul li a {color: #fff;font-size: 14px;}
.header.on .right ul li{line-height: 70px;}
.header .right .yy {position: relative;}
.header.on .right .yy a{color: #333;}
.header .right .yy i { }
.header .right .yy .x_l {width:100px;top: 80px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none}
.header.on .right .yy .x_l {top: 70px;}
.header .right .yy .x_l a {color: #333;display: block;font-size: 14px;text-align: center;}
.header .right .ss {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #fff;font-size: 14px;}
.header .right .ss a {padding: 0 6px;display: inline-block;color: #fff;font-size: 14px;}
.header.on .right .ss {color: #333;}
.header .right i {font-size: 25px;}
.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{box-shadow:0 0 10px #aaa; background:rgba(255,255,255,0.8)}
.header:hover{ background:rgba(0,0,0,0.8)}
.header.on:hover{ background:rgba(255,255,255,0.8)}
.header .container{position:relative;}
.header .logo{float:left; margin:20px 0 ;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{ margin:20px 0;}
.header .logo img{width:auto; height:40px; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { display:block}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}

.header .nav{ float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header.on .nav{ float:right; }
.header .nav ul li{line-height:80px; float:left; position:relative;margin-left: 2.3vw;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:70px;}
.header .nav ul li a{display:block; font-size: 0.84vw; color:#fff; text-transform:uppercase;}
.header.on .nav ul li a{display:block; font-size:16px; color:#111;}
.header .nav ul li span{width:0; height:2px; background-color:#fff; position:absolute; left:50%; bottom:10px;border-radius: 2px;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header.on .nav ul li span{background:#283550; }
.header .nav ul li.on span{width:100%;}

.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:45px; left:50%; margin-left:-75px; display:none; z-index:9999;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.5); text-align:center }
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{background-color:#283550; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 68px; display: none}
}
@media (max-width:102px){
.header .nav ul li{margin:0 15px;}
.header .nav ul li a{font-size:15px;}
}
@media (max-width:1200px){
.header .nav ul li{margin:0 20px;}
.header .nav ul li a{font-size:16px;}
}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#333; width:100%}
.header .container{ padding:0; overflow:hidden; width:94%}
.header .logo{width:230px; margin:10px auto;}
.header.on .logo{width:220px; margin:10px auto;}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%}
.header .nav{width:30%; padding:15px 5%; background-color:#000; height:100%; position:fixed; top:60px; right:-70%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #fff;}
.header .nav i{display:block;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid #444; float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid #444; background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#aaa;}
.header .nav ul li .e_j a:hover { color:#fff}
.header .nav .e_j a{border-top:0; font-size:12px; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:15px; color:#fff;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}
@media only screen and (max-width:375px){
.header .container{ padding:0}
.header .logo{width:200px; margin:15px auto;}
.header.on .logo{width:200px; margin:15px auto;}
}
.ban {position: fixed;height: 100vh;width: 100%;}
.index_banner_button {width: 5.9375vw;position: absolute;left: 8.3333vw;bottom: 3.125vw;
  height: 5.9375vw;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition-delay: .5s;
}
.index_banner_btn_circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.index_banner_btn_icon {
  width: 1.19791666vw;
  fill: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.index_banner_btn_circle {
    -webkit-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
}
.index_banner_button a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}


@-webkit-keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes rotating {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.index_banner_animate {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.2s cubic-bezier(0.8, 0, 0.2, 1);
    transition: all 1.2s cubic-bezier(0.8, 0, 0.2, 1);
    -webkit-transition-delay: .85s;
    transition-delay: .85s;
}
.ban_h{height: 100vh;}
.video1 {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    object-fit: fill;
    display: block;z-index: 1
}


.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .mb{width:100%; height:50px; display:block; position:absolute; left:0; top:0; text-align:center}
.pc_ban .mb h1 { font-size:46px; color:#fff; margin-bottom:20px; text-align:center; margin-top:18%;}
.pc_ban a h4 { font-size:16px; color:#eee; text-align:center;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.pc_ban .swiper-slide-active h1{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.pc_ban .swiper-slide-active h4{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.pc_ban .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.pc_ban .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}


.content{background: #fff;overflow: hidden;position: relative;z-index: 9;}
.sy_lb{background: #fff;padding: 80px 0;}
    .owl{width:100%;margin:0 auto;position:relative;}
    #stacked{position:relative;padding-bottom:36%;}
    #stacked .item{border-radius:20px;overflow:hidden;position:absolute;transition:0.3s;width:80%;z-index:1;opacity:0;left:0;top:0;transform:scale(0.72);}
#stacked .item .w_z{font-size: 36px;font-weight: bold;color: #fff;position: absolute;right: 35px;top: 80%;background: rgba(40,53,80,0.8);padding: 40px;opacity: 0;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-radius: 15px;}
#stacked #slide1 .w_z {opacity: 1;top: 35px;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
    #stacked .item:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);transition:all .5s;}
    #stacked #slide0{transform:translateX(-12.5%) scale(0.75);z-index:8;opacity:1;}
    #stacked #slide1{transform:translateX(12.5%) scale(1);z-index:9;opacity:1;box-shadow:0px 15px 40px rgba(0,0,0,0.25);}
    #stacked #slide1:after{opacity:0;}
    #stacked #slide2{transform:translateX(37.5%) scale(0.75);z-index:8;opacity:1;}
    #stacked .pic{padding-bottom:45%;background:no-repeat center center;background-size:cover;}
    .arrow{position:absolute;top:0%;width:80px;height:100%;z-index:10;cursor:pointer;}
    .arrow:after{width:7px;height:11px;content:'';display:block;background:url(../images/slick_arrow_01.png) no-repeat 0 0;background-size:100% auto;position:absolute;left:50%;top:50%;margin:-5.5px 0 0 -3.5px;}
    .prev{left:1%;}
    .next{right:1%;}
    .next:after{background-position:0 100%;}
    .dots{display:flex;align-items:center;justify-content:center;margin-top:20px;display: none;}
    .dots span{display:block;width:15px;height:15px;border-radius:50%;background-color:rgba(0,0,0,.2);margin:0 10px;}
    .dots .current{background-color:#000;}



.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:55px; color:#222; margin-bottom:15px; position:relative;font-weight: bold;text-transform: uppercase;}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height:4px;background: #283550;}
.tit h3 { font-size:24px; color:#666; margin-top:25px;font-family: zidingyi;}
.sy_qy {padding: 80px 0;}
.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide{width:100%;display: flex;justify-content: space-between;align-items: center;}
.sy_qy .con{padding-bottom: 50px;}
.sy_qy .w_z {width: 40%;float: left;}
.sy_qy .w_z h3 {font-size: 40px;
line-height: 45px;
color: #283550;margin-bottom: 30px;text-transform: uppercase;}
.sy_qy .w_z p{font-size: 18px;
line-height: 1.8;color: #4E4E4E;}
.sy_qy .w_z .more {width: 180px;line-height: 50px;border: #4E4E4E 1px solid;border-radius: 34px;text-align: center;position: relative;overflow: hidden;margin-top: 78px;}
.sy_qy .w_z .more a {color: #4E4E4E;font-family: 'PingFang SC';font-size: 18px;position: relative;z-index: 2;}
.sy_qy .w_z .more a i {font-size: 25px;margin-left: 20px;}
.sy_qy .w_z .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #283550; transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_qy .w_z .more:hover span{width: 100%;}
.sy_qy .w_z .more:hover a {color: #fff;}
.sy_qy .w_z .more:hover {border: #283550 1px solid;}
.sy_qy .t_p {width:55%;float: right;display: flex;justify-content: flex-start;align-items: flex-end;}
.sy_qy .t_p .t1 {width:20%;margin-right: 3%;border-radius: 40px;overflow: hidden;}
.sy_qy .t_p .t2 {width: 77%;border-radius: 20px;overflow: hidden;}
.sy_qy .t_p img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.sy_qy .t_p:hover img {-webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); transform:scale(1.1); -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s; transition:all 0.8s; }
.sy_qy .swiper-pagination{
	text-align:center;
	width:100%;left: 0;bottom: -10px;}
.sy_qy .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 1px;
	margin:0 0;
	background:#ccc;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
}
.sy_qy .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #283550;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 5px;margin-bottom: -2px;}
.sy_qy .swiper-button-prev{
	width:35%;
	height:30px;line-height: 30px;
	bottom:-20px;top: auto;text-align: right;
	margin-top:0;
	z-index:99;color: #222;font-size: 14px;
	transition: 0.2s;font-family: "微软雅黑"
	}	
.sy_qy .swiper-button-prev i {font-size: 14px;margin-right: 15px;}
.sy_qy .swiper-button-next{
	width:35%;
	height:30px;line-height: 30px;
	bottom:-20px;
	top: auto;color: #222;font-size: 14px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;font-family: "微软雅黑"
	}
.sy_qy .swiper-button-next i {font-size: 14px;margin-left: 15px;}
.sy_jdtx {padding: 80px 0;background: #eee;overflow: hidden;}
.sy_jdtx ul {display: flex;justify-content: space-between;align-items: flex-start;}
.sy_jdtx ul li {width: 18%;text-align: center;}
.sy_jdtx ul li a {transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;display: block;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.15);padding: 15px;}
.sy_jdtx ul li:hover a {transform: translateY(-10px);-wbkit-transform: translateY(-10px);-o-transform: translateY(-10px);-moz-transform: translateY(-10px);transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_jdtx ul li:nth-child(2n) a{padding-bottom: 70px;margin-top: 40px;}
.sy_jdtx ul li .tp {overflow: hidden;margin-bottom: 30px;position: relative;}
.sy_jdtx ul li .tp .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(40,53,80,0);}
.sy_jdtx ul li:hover .tp .mb {background: rgba(40,53,80,0.6) url(../images/jh.png) center / 30px no-repeat;}
.sy_jdtx ul li .tp .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.sy_jdtx ul li .tp .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.sy_jdtx ul li:hover .hr img{opacity:1;}	
.sy_jdtx ul li:hover dt{opacity:1;}	
.sy_jdtx ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.sy_jdtx ul li img {width: 100%;display: block;}
.sy_jdtx ul li h2 {font-size: 26px;font-family: zidingyi;color: #333;height: 70px;}
.sy_jdtx ul li h3 {font-size: 16px;color: #333;margin-bottom: 40px;}
.sy_jdtx ul li p {font-size: 14px;color: #333;line-height: 1.8;}
/*服务*/
.sy_cp{padding: 60px 0;}
.swiper-yxxy{margin:0px auto 0; padding: 0 40px 50px;position: relative;z-index: 99;width: calc(100% - 12.6666vw);}
.swiper-yxxy .swiper-slide{position:relative;}
.swiper-yxxy .swiper-slide img{width:100%; height:auto; display:block;}
.swiper-yxxy .swiper-slide .mb {position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,0.6);z-index: 1;opacity: 0;transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yxxy .swiper-slide:hover .mb{opacity: 1;}
.swiper-yxxy .swiper-slide .w_z{width:90%; padding:20px 5%;  position:absolute; top:40%; left:0; color:#fff;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;z-index: 2;}
.swiper-yxxy .swiper-slide .w_z h3{font-size:24px; color:#fff;position: relative;padding-bottom: 10px;text-align: center;margin-bottom: 15px;}
.swiper-yxxy .swiper-slide .w_z p {font-size: 16px;padding: 10px;color: #fff;line-height: 1.8;display: none;text-align: center;}
.swiper-yxxy .swiper-slide .w_z .tb {width: 60px;margin:0 auto 20px;}
.swiper-yxxy .swiper-slide .w_z h3::before{width: 50px;background: #fff;content: "";position: absolute;left: 50%;margin-left: -25px;height: 2px;bottom: 0;}
.swiper-yxxy .swiper-slide:hover .w_z{background-color:rgba(6,88,162,.0); top:25%;}
.swiper-yxxy .swiper-slide:hover .w_z p{display: block;}
.sy_cp .swiper-pagination{
	text-align:center;
	width:100%;left: 0;bottom: -10px;}
.sy_cp .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 1px;
	margin:0 0 !important;
	background:#ccc;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #283550;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 5px;margin-bottom: -2px !important;}
.sy_cp .swiper-button-prev{
	width:35%;
	height:30px;line-height: 30px;
	bottom:0px;top: auto;text-align: right;
	margin-top:0;
	z-index:99;color: #222;font-size: 14px;
	transition: 0.2s;font-family: "微软雅黑"
	}	
.sy_cp .swiper-button-prev i {font-size: 14px;margin-right: 15px;}
.sy_cp .swiper-button-next{
	width:35%;
	height:30px;line-height: 30px;
	bottom:0px;
	top: auto;color: #222;font-size: 14px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;font-family: "微软雅黑"
	}
.sy_cp .swiper-button-next i {font-size: 14px;margin-left: 15px;}

.sy_fw {padding: 80px 0;background: #fff;overflow: hidden;}
.sy_fw ul li {width: 20%;margin: 0 2.5%;float: left;position: relative;padding: 0 15px;}
.sy_fw ul li::before{content: "";width: 1px;height: 100%;position: absolute;left: -15px;background: #ccc;top: 0;}
.sy_fw ul li h2 {font-size: 5vw;color: #916e27;margin-bottom: 20px;font-weight: bold;font-family: zidingyi;text-transform: uppercase;line-height: 1;}
.sy_fw ul li h3 {font-size: 16px;color: #333;padding: 30px 0 5px;}
.sy_fw ul li img {width: 100%;display: block;}
.sy_fw ul li:nth-child(2n){margin-top: 40px;}
/*投资案例*/
.sy_al{padding: 80px 0;background: #e9f1fa;}
.sy_al .swiper-container{
	margin-top:50px;padding-bottom: 50px;
}	
.sy_al .swiper-slide{
	width:960px;
	}
.sy_al .swiper-slide.swiper-slide-next .tp {float: left !important;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide.swiper-slide-active .tp {width: 70%;float: left;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide .tp {width: 70%;float: right;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;border-radius: 10px;overflow: hidden;}
.sy_al .swiper-slide .tp img {width: 100%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_al .swiper-slide:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_al .swiper-slide:nth-child(2n) .tp{margin-top: 50px;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide:nth-child(2n) .w_z {top: 10px;bottom: auto;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide.swiper-slide-active .w_z {opacity: 1;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide .w_z {position: absolute;right: 0;bottom: 10px;background: #f7f7f7;width: 50%;height: 260px;padding: 50px;opacity: 0;transition: all 0.5s;-wbkit-transition: all 0.5s;-o-transition: all 0.5s;-moz-transition: all 0.5s;}
.sy_al .swiper-slide .w_z::before {
    left: -8px;
    top: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);content: "";border: 1px solid #283550;
  position: absolute;
  }
.sy_al .swiper-slide .w_z h2 {font-size: 14px;color: #555;margin-bottom: 5px;}
.sy_al .swiper-slide .w_z h3 {font-size: 20px;color: #222;margin-bottom: 5px;margin-bottom: 10px;}
.sy_al .swiper-slide .w_z h4 {font-size: 16px;color: #555;margin-bottom: 5px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}
.sy_al .swiper-slide .w_z .more {line-height: 36px;width: 100px;position: relative;margin: 35px auto 0;text-align: center;font-size: 14px;color: #333;}
.sy_al .swiper-slide .w_z .more span {width: 100%;background: #283550;height: 2px;position: absolute;left: 0;bottom: 0;}



.sy_al .swiper-slide a{
	transition: 0.2s;
	}	
	
.sy_al .swiper-pagination{
	text-align:center;
	width:100%;left: 0;bottom: -10px;}
.sy_al .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 1px;
	margin:0 0;
	background:#ccc;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;
}
.sy_al .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #283550;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;height: 5px;margin-bottom: -2px;}
.sy_al .swiper-button-prev{
	width:35%;
	height:30px;line-height: 30px;
	bottom:-20px;top: auto;text-align: right;
	margin-top:0;
	z-index:99;color: #222;font-size: 14px;
	transition: 0.2s;font-family: "微软雅黑"
	}	
.sy_al .swiper-button-prev i {font-size: 14px;margin-right: 15px;}
.sy_al .swiper-button-next{
	width:35%;
	height:30px;line-height: 30px;
	bottom:-20px;
	top: auto;color: #222;font-size: 14px;
	margin-top:0;
	z-index:99;
	transition: 0.2s;font-family: "微软雅黑"
	}
.sy_al .swiper-button-next i {font-size: 14px;margin-left: 15px;}


.main_box{
	width: 100%;
	position: relative;
}
.main_box .box{
	width:100%;
}
.main_box .box ul li{
	width: 12%;
	height: 420px;overflow: hidden;
	box-shadow: 3px 2px 30px rgba(0,0,0,.1);
	float: left;
	text-align: center;
	position: relative;
	transition: all .6s ease-out;position: relative;
}
.main_box .box ul li:nth-child(2n){margin-top: 50px;}

.main_box .box ul li .mb {position: absolute;width: 100%;left: 0;bottom: 0;background: linear-gradient(180deg,rgba(35,32,30,0) 0,rgba(0,0,0,0.2));padding:5px 20px 20px;box-sizing: border-box;}
.main_box .box ul li h3{
	padding-top: 10px;
	color: #fff;
	font-size: 20px;line-height: 40px;
}
.main_box .box ul li p{
	margin-top: 7px;
	color: #fff;
	font-size:14px;line-height: 1.8;margin: 0 auto;text-align: center;
}
.main_box .box ul li .more {line-height: 38px;padding: 0 15px;border-radius: 3px;border: #fff 1px solid;font-size: 14px;background: #fb0024;width: 110px;position: absolute;left: 30px;bottom: 30px;color: #fff;}



.main_box .box ul .on{
	width: 40%;
	text-align: left;
}
.main_box .box ul .on .mb {background: linear-gradient(180deg,rgba(35,32,30,0) 0,rgba(0,0,0,0.8));}
.main_box .box ul .on h3{

	color: #FFF;text-align: center;
}
.main_box .box ul .on p{
	color: #FFF;
}
.main_box .box ul .on .more {border: #fff 1px solid;background: rgba(255,255,255,0.2);text-align: center;}
.sy_fj {padding: 80px 0;background: #333;overflow: hidden;}

.sy_lx {padding: 80px 0;overflow: hidden;}
.sy_lx .xxpl {width: 50%;}
.sy_lx .xxpl h3 { font-size:20px; color:#654b2f; margin:10px 0 5px;position: relative;padding-top: 10px;text-transform: uppercase;}
.sy_lx .xxpl h4 {font-size: 28px;color: #333;margin-bottom: 50px;}
.sy_lx .xxpl p{font-size: 16px;line-height: 1.8;color: #333;margin-bottom: 10px;}	
.sy_lx .xxpl p i {margin-right: 8px;}
.sy_lx .zxly {width:40%;}
.sy_lx .zxly h3 { font-size:20px; color:#654b2f; margin:10px 0 5px;position: relative;padding-top: 10px;text-transform: uppercase;}
.sy_lx .zxly h4 {font-size: 28px;color: #333;margin-bottom: 50px;}
.sy_lx .zxly input.w_z{width:48%; height:40px; font-size:14px; line-height:40px; margin-right:2%; margin-bottom:10px; border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;background: #fff;}
.sy_lx .zxly input.w_z.no{margin-right: 0;}
.sy_lx .zxly input.a_n{width:120px; height:40px; background-color:#283550; font-size:14px; color:#fff; line-height:40px;margin-right: 40px;}
.sy_lx .zxly textarea{width:100%; height:66px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin-bottom:30px;box-sizing: border-box;}






/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0;position: relative;z-index: 9;}
.footer { }
.footer .zuo3{ float: left;}
.footer .zuo3 ul li { padding-right: 50px; float:left;}
.footer .zuo3 ul li .tit1 a { font-size:14px; font-weight:bold; color:#fff; line-height:36px; display:block;text-transform: uppercase;}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#d5e1f9;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:28px; font-size:14px; color:#999;}
.footer .zuo3 ul li a:hover { color:#eee}
.dzwz {line-height:30px;color:#fff;font-size:14px; float:left; width:350px; margin-top:20px;}
.dzwz p { line-height:30px;color:#fff;font-size:14px;opacity:0.7;-webkit-opacity:0.7;-moz-opacity:0.7; text-transform: capitalize}
.dzwz p.p1 { background: url(../images/fd-img2.png) left center no-repeat}
.dzwz p.p2 { background: url(../images/fd-img1.png) left center no-repeat}
.dzwz p.p3 { background: url(../images/fd-img4.png) left center no-repeat}
.footer .you3 { width:350px; float:right;}
.footer .you3 .weixin { width:100px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.footer .you3 .dian { width:230px; float: left;}
.footer .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.footer .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {margin:30px auto 0;padding-top: 1%;border-top: 1px solid rgba(255,255,255,0.2);}
.copy { }
.copy p {font-size: 14px;text-transform: uppercase;color: #B9B9B9;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;font-size: 14px;}
.nban { position: relative;height: 100vh;}
.nban img {width: 100%;display: block;height: 100%;object-fit: cover;}
.nban .mb {position: absolute;width: 100%;height: 100%;z-index: 9;display: flex;flex-direction: column;align-items: center;justify-content: center;padding-top: 85px;}
.nban .mb h1 {font-size: 55px;margin-bottom: 15px;text-transform: uppercase;color: #fff;}
.nban .mb h3 {font-size: 18px;text-transform: uppercase;color: #fff;}

.ny_qy1 {padding: 80px 0;display: flex;justify-content: space-between;align-items: center;}
.ny_qy1 .t_p {width: 50%;border-radius: 15px;position: relative;}
.ny_qy1 .t_p::after{width: 100%;position: absolute;height: 100%;background: rgba(40,53,80,0.3);right: -35px;top: -35px;content: "";z-index: -1;border-radius: 15px;}
.ny_qy1 .t_p img{width: 100%;display: block;border-radius: 15px;}
.ny_qy1 .w_z {width: 40%;}
.ny_qy1 .w_z p {font-size: 18px;line-height: 1.8;color: #4E4E4E;margin-bottom: 15px;}

.ny_qy1 .tit { text-align:left}
.ny_qy1 .tit h1::after { content: " ";position: absolute; left: 0%; bottom: -12px; width: 60px; margin-left:0px;}


.ny_qy2 {padding: 80px 0;display: flex;justify-content: space-between;align-items: center;}
.ny_qy2 .t_p {width: 60%;border-radius: 15px;position: relative;display: flex;justify-content: space-between;align-items: center;}
.ny_qy2 .t_p img{width: 100%;display: block;border-radius: 15px;}
.ny_qy2 .t_p .l1{width: 75%;float: right;}
.ny_qy2 .t_p .l2{width: 20%;border-radius: 60px;overflow: hidden;}
.ny_qy2 .w_z {width: 36%;}
.ny_qy2 .w_z p {font-size: 18px;line-height: 1.8;color: #4E4E4E;margin-bottom: 15px;}

.ny_qy2 .tit { text-align:left}
.ny_qy2 .tit h1::after { content: " ";position: absolute; left: 0%; bottom: -12px; width: 60px; margin-left:0px;}


.ny_qy3 {background: #e9f1fa;padding: 80px 0 110px;}
.ny_qy3 .con{display: flex;justify-content: space-between;}
.ny_qy3 .t_p{width: 55%;position: relative;}
.ny_qy3 .t_p img {width: 100%;display: block;}
.ny_qy3 .t_p .l1{border-radius: 50px;overflow: hidden;float: left;width: 70%;}
.ny_qy3 .t_p .l2{position: absolute;width:45%;right: 0;bottom:-50px;border: #fff 8px solid;box-shadow: 0 0 20px rgba(0,0,0,0.15)}
.ny_qy3 .w_z {width: 40%;}
.ny_qy3 .w_z p {font-size: 18px;line-height: 1.8;color: #4E4E4E;margin-bottom: 15px;}
.ny_qy4 {width: 100%;position: relative;}
.ny_qy4 img{width: 100%;display: block;}
.ny_qy4 .mb{width: 100%;position: absolute;height: 100%;left: 0;top: 0;display: flex;justify-content: center;align-items: center;z-index: 9;flex-direction: column;}.ny_qy1 .ny_qy4 .tit h1::after {background: #fff;}
.ny_qy4 .tit h1::after {
  background: #fff;
}
.ny_qy4 .mb h3 {font-size: 20px;color: #fff;text-align: center;}
.ny_qy4 .mb h3 span {padding: 0 10px;}
.ny_qy5 {position: relative;}
.ny_qy5 .mb {width: 100%;position: absolute;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.3);display: flex;justify-content: center;align-items: center}
.ny_qy5 img{width: 100%;display: block;}
.product-number-info {
    background: url(../Images/station-bg.jpg);
    position: relative;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 85px 0;display: flex;justify-content: space-between;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 23%;
    height: 160px;text-align: center;
	color: #333;background: rgba(255,255,255,0.65);border-radius: 10px;
}


.product-number-info li b {
    font-weight: bold;
    font-size: 50px;font-family: Microsoft YaHei;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 30px 0 20px;
}

.product-number-info li p {
    font-size: 18px;
}

.product-number-info li b i {
    font-style: normal;font-family: Microsoft YaHei;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 28px;
    right: -15px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}
.ny_qy6{position: relative;padding: 80px 0;}
.ny_qy6 img {width: 100%;display: block;}
.ny_qy6 .mb {position: absolute;width: 50%;height: 100%;left: 0;top: 0;background: rgba(255,255,255,0.85);display: flex;align-items: center;}
.ny_qy6 .mb .w_z {padding-left: 6.3333vw;}
.ny_qy6 .w_z p {font-size: 18px;line-height: 1.8;color: #222;margin-bottom: 15px;}
.ny_qy6 .tit { text-align:left}
.ny_qy6 .tit h1::after {left: 0;margin-left: 0;
}
.ny_qy7{padding: 0 0 80px;}
.ny_qy7 ul {display:flex;justify-content: center;}
.ny_qy7 ul li {margin: 0 20px;}
.ny_qy7 ul li img {max-height: 150px;}

.ny_tx {padding: 80px 0;}
.ny_tx ul li {width: 46%;float: left;margin: 0 2% 50px;box-shadow: 0 0 20px rgba(0,0,0,0.1);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;position: relative;overflow: hidden;border-radius: 50px;}
.ny_tx ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.4);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_tx ul li.mt{margin-top: 50px;}
.ny_tx ul li:nth-child(2n){margin-top: 50px;}
.ny_tx ul li img {width: 100%;display: block;height: 25vw;object-fit: cover;}
.ny_tx ul li .mb {width: 100%;height: 100%;position: absolute;background: rgba(0,0,0,0.55);z-index: 5;display: flex;justify-content:center;align-items: center;flex-direction: column;top: 50%;left: 0;opacity: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_tx ul li .mb h4 {font-size: 25px;color: #fff;margin-bottom: 20px;text-transform: uppercase;}
.ny_tx ul li .mb p {font-size: 18px;color: #fff;line-height: 1.6;}
.ny_tx ul li .mb .more{width: 120px;height: 35px;text-align: center;background: #fff;font-size: 18px;text-transform: uppercase;color: #333;line-height: 35px;border-radius: 6px;margin-top: 30px;}
.ny_tx ul li:hover .mb{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;top: 0;opacity: 1;}
.ny_tx ul li h3 {position: absolute;width: 100%;bottom: 0;height: 60px;line-height: 60px;background: rgba(0,0,0,0.5);left: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;color: #fff;font-size: 20px;text-align: center;}
.ny_tx ul li:hover h3 {bottom:-60px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw {padding: 60px 0;}
.ny_fw ul li {margin-bottom: 50px;background: #f6f6f6;position: relative;overflow: hidden;}
.ny_fw ul li .tp {width: 48%;position: relative;padding: 35px 35px 0 0;}
.ny_fw ul li .po{overflow: hidden;position: relative;z-index: 6;border-radius: 15px;}
.ny_fw ul li .tp::after {
  width: calc(100% - 35px);
  position: absolute;
  height: calc(100% - 35px);
  background: rgba(40,53,80,0.3);
  right: 0;
  top: 0;
  content: "";
  z-index: 3;
  border-radius: 15px;
}
.ny_fw ul li .tp .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(40,53,80,0);}
.ny_fw ul li:hover .tp .mb {background: rgba(40,53,80,0.6) url(../images/jh.png) center / 30px no-repeat;}
.ny_fw ul li .tp .hr{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.ny_fw ul li .tp .hr img{width:auto;height:auto;opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.ny_fw ul li:hover .hr img{opacity:1;}	
.ny_fw ul li:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
.ny_fw ul li .tp img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw ul li .wenz {width: 50%;position: absolute;right: 0;height: 100%;top: 0;padding: 25px 3% 25px 5% ;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.ny_fw ul li:nth-child(2n) .wenz{left: 0;right: auto;}
.ny_fw ul li .wenz .t_p{width: 350px;border-radius: 50px;overflow: hidden;margin-bottom: 30px;position: static;}
.ny_fw ul li .wenz .t_p img{width: 100%;}
.ny_fw ul li .wenz .tb {width: 45px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw ul li .wenz .tb i {font-size: 45px;color: #333;text-align: center;}
.ny_fw ul li:hover .wenz .tb {-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw ul li .wenz h3 {font-size:25px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:30px; color:#222;text-transform: uppercase;}
.ny_fw ul li .wenz h3:before{ content:''; position:absolute; left:0%; width:2em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.ny_fw p{  color:#666; line-height:1.8; text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 18px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;}
.ny_fw ul li .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #333 1px solid;line-height: 38px;}
.ny_fw ul li .more::before{width: 30px;height: 1px;content: "";background: #333;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more a {color: #333;position: relative;z-index: 3;}
.ny_fw ul li .more:hover a{color: #fff;}
.ny_fw ul li .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #332c2b;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw ul li:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }



.ny_fw2 {padding: 60px 0;}
.ny_fw2 ul li {margin-bottom: 50px;position: relative;overflow: hidden;}
.ny_fw2 ul li .tp {width:60%;position: relative;padding: 35px 35px 0 0;}
.ny_fw2 ul li .po{position: relative;z-index: 6;display: flex;justify-content: space-between;align-items: flex-end}

.ny_fw2 ul li .tp .l1 {width: 70%;overflow: hidden;border-radius: 50px;}
.ny_fw2 ul li .tp .l2 {width: 26%;overflow: hidden;border-radius: 80px;}
.ny_fw2 ul li .tp img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw2 ul li .wenz {width: 40%;position: absolute;right: 0;height: 100%;top: 0;padding: 25px 3% 25px 5% ;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.ny_fw2 ul li:nth-child(2n) .wenz{left: 0;right: auto;}

.ny_fw2 ul li .wenz .tb {width: 45px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw2 ul li .wenz .tb i {font-size: 45px;color: #333;text-align: center;}
.ny_fw2 ul li:hover .wenz .tb {-webkit-transform: rotateZ(360deg);-moz-transform: rotateZ(360deg);-o-transform: rotateZ(360deg);-ms-transform: rotateZ(360deg);transform: rotateZ(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_fw2 ul li .wenz h3 {font-size:25px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:30px; color:#222;text-transform: uppercase;}
.ny_fw2 ul li .wenz h3:before{ content:''; position:absolute; left:0%; width:2em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.ny_fw2 p{  color:#666; line-height:1.8; text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 18px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;}
.ny_fw2 ul li .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #333 1px solid;line-height: 38px;}
.ny_fw2 ul li .more::before{width: 30px;height: 1px;content: "";background: #333;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw2 ul li .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw2 ul li .more a {color: #333;position: relative;z-index: 3;}
.ny_fw2 ul li .more:hover a{color: #fff;}
.ny_fw2 ul li .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #332c2b;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw2 ul li .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_fw2 ul li:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }













.ny_cbcp {padding: 50px 0;}
.ny_cbcp .left {width:20%;float: left;}
.nytit {width: 100%;}
.nytit .bt {padding-bottom: 15px;border-bottom: #ccc 1px solid;color: #333;font-weight: bold;margin-bottom: 10px;font-size: 18px;}
.nytit ul li { display:inline-block;  padding:10px 0; width: 100%;box-sizing: border-box;margin-bottom: 3px;position: relative;}
.nytit ul li i {width: 150px;position: absolute;height: 100%;right: 0px;top: 0;text-align: right;}
.nytit ul li .y_j {position: relative;}
.nytit ul li .e_j {position: relative;top: 10px;left: 0;width: 100%;display: none;border-top: #eee 1px solid;padding: 10px;}
.nytit ul li .e_j a {display: block;line-height: 28px;font-size: 14px;color: #444;}
.nytit ul li .e_j a:hover{color: #c5181f;}
.nytit ul li a { color:#333;line-height: 1.4;font-size: 14px;text-transform: capitalize;}
.nytit ul li:hover .y_j a { color:#c5181f;}
.nytit .w_z {
  display: none;
}
.nytit .w_z i {
  float: right;
  width: 20px;
  height: 30px;
  background: url(../images/nyej.png) center / 100% no-repeat;
}
.nytit .lx {margin-top: 30px;background: #eee;padding: 0 0px 30px}
.nytit .lx .box {padding: 5px 20px 0}
.nytit .lx p {font-size: 14px;color: #333;line-height: 40px;}

.ny_cbcp .right {width: 75%;float: right;}
.ny_cbcp .right h2 {font-size: 18px;margin-bottom: 10px;color: #333;font-weight: bold;}
.ny_cbcp .right .nr {font-size: 14px;line-height: 1.8;color: #444;margin-bottom: 20px;}
.ny_cplb ul li {width: 33.3333%;float: left;padding: 10px;box-sizing: border-box;}
.ny_cplb ul li .tp{position: relative;overflow: hidden;}
.ny_cplb ul li img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cplb ul li:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cplb ul li h3 {font-size: 16px;margin: 10px;color: #333;text-align: center;}


.ny_news ul li {width: 33.3333%;padding: 0 15px;box-sizing: border-box;float: left;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;margin-bottom: 30px;}
.ny_news ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_news ul li .tp {overflow: hidden;}
.ny_news ul li .tp img{width:100%; height:auto;-o-object-fit: cover;
  object-fit: cover; display:block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_news ul li:hover .tp img{-webkit-transform:scale(1.09); -moz-transform:scale(1.09); -o-transform:scale(1.09); -ms-transform:scale(1.09); transform:scale(1.09);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_news ul li .w_z {padding: 20px;background: #fff;text-align: center;box-shadow: 0 0 15px rgba(0,0,0,0.15)}
.ny_news ul li .w_z h3 {font-size: 20px;color: #333;text-align: center;margin-bottom: 10px;font-weight: bold;}
.ny_news ul li .w_z:hover h3{color: #283550;}
.ny_news ul li .w_z h4 {text-align: center;font-size: 12px;color: #555;margin-bottom: 15px;font-family:Lato-Light;}
.ny_news ul li .w_z p {color: #000;line-height: 22px;opacity: 0.66;height: 66px;overflow: hidden;font-family:Lato-Light;font-size: 14px;}
.ny_news ul li .w_z .more a{padding:0 16px;display: inline-block;color: #333;font-size: 16px;border-top: 1px solid #333;border-bottom: 1px solid #333;text-transform: uppercase;line-height: 38px;margin-top: 20px;}
.ny_news ul li:hover .w_z .more a{border-top: 1px solid #283550;border-bottom: 1px solid #283550;color: #283550;}
.page {padding: 30px 0 0;text-align: center;}
.page a {display: inline-block;padding: 10px 12px;color: #333; font-size: 16px;margin: 0 5px;}
.page a:hover{background: #333;color: #fff;}
.page a.on{background: #333;color: #fff;}

.ny_xqwz {height: 200px;background: rgba(40,53,80,0.7);line-height: 100px;text-align: center;font-size: 20px;color: #fff;padding-top: 117px;}
.ny_jdxq {padding: 80px 0;}
.ny_jdxq h3 {font-size: 24px;color: #333;text-align: center;margin-bottom: 25px;text-transform: uppercase;}
.ny_jdxq p {font-size: 18px;color: #333;text-align: center;margin-bottom: 25px;}
.ny_jdxq ul{width: 1240px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;align-items: stretch;}
.ny_jdxq ul li{width: 608px;margin-bottom: 30px; }
.ny_jdxq ul li img{width: 100%;display: block;}
.ny_jdxq ul li:nth-child(2){width: 400px;}
.ny_jdxq ul li:nth-child(2) img {height: 100%;object-fit: cover;}
.ny_jdxq ul li:nth-child(3){width:180px;}
.ny_jdxq ul li:nth-child(3) img {height: 100%;object-fit: cover;}




@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}

	
	
	
	
	
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){

	
	
	
	
	
	
}

