@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
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: 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: 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{width:80%; margin:0 auto;}
.container { width:80%; margin:0 auto;}
.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;border-bottom: rgba(255,255,255,0.3) 1px solid;}
.header.on{box-shadow:0 0 10px #aaa; background:rgba(255,255,255,0.9)}
.header .container{display: flex;justify-content: space-between;}
.header .logo{float:left; margin:10px 0 10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo img{width:auto; height:60px; 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 .right { float:right; margin-left:10px;position: relative;}

.header .right a { display:block; line-height:80px; float:left; color:#fff; font-size:18px; margin-right:12px; width:32px;border-radius: 50%;text-align: center;position: relative;}
.header .right a i {font-size: 22px;}
.header.on .right a {color: #333;}
.header .right a .e_j {width: 130px;background: #fff;padding: 10px;box-sizing: border-box;position: absolute;left: 50%;margin-left: -65px;top: 80px;display: none;}
.header .right a:hover .e_j{display: block;}
.searchIpt {width: 240px;height: 30px;position: absolute;right: 0;top:80px;display: none;z-index: 10;}

.searchIpt .search_txt {width: 172px;padding: 0 0 0 10px;line-height: 30px;background: #333;color: #fff;border: 0;height: 30px;float: left;}

.searchIpt .search_btn {width: 58px;background: #e77817;border: 0;float: right;color: #fff;height: 30px;cursor: pointer;}

.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 .nav ul li{margin:0 5px; line-height:80px; float:left;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .nav ul li a{display:block; font-size:16px; color:#fff; text-transform:capitalize}
.header.on .nav ul li a{ color:#333;}
/* jianti */
.jianti{height:80px;position:relative;overflow:hidden;width: 120px;text-align: center;}
.jianti div{height:80px;line-height:80px;position:absolute;text-align:center;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;width: 100%;}

.jianti .one{top:0;left:0;z-index:1;}
.jianti:hover .one{top:-80px;left:0;}

.jianti .two{bottom:-80px;left:0;z-index:2;}
.jianti .two a {font-size: 14px;}
.jianti:hover .two{bottom:0px;left:0;}

.header .nav ul li span{width:0; height:2px; background-color:#e77817; position:absolute; left:50%; bottom:0;
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 .nav ul li.on span{width:100%;}
.header .nav ul li.po{position: relative;}
.nav .y_j{position:relative;}
.nav .e_j{border-top: rgba(255,255,255,0.3) 1px solid;background-color:rgba(255,255,255,0.9);opacity:0; visibility:hidden;
transform:translateY(10px);
-webkit-transform:translateY(10px);
-moz-transform:translateY(10px);
-ms-transform:translateY(10px);
-o-transform:translateY(10px);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; position:absolute; top:80px; left:0%; z-index:9999;width: 100%}
.nav ul li.po .e_j{padding: 10px 0}
.nav .e_j .box {padding: 35px 0; overflow: hidden;}
.nav .e_j .container{display: flex; justify-content: center;align-items: stretch;}
.nav .e_j.pp .tw {width: 200px;margin: 0 1%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nav .e_j.pp .tw: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;}
.nav .e_j.pp .tw img {max-width:100%;}
.nav .e_j.pp .tw p {font-size: 14px;margin-top: 10px;color: #333;text-align: center;line-height: 1.8;}
.nav .e_j.pp .tw:hover p{color: #e77817;}
.header .nav ul li .e_j a{display:block; font-size:14px; color:#000; line-height:40px; text-align:center }
.header .nav ul li .e_j a:hover{color: #e77817;}
@media (min-width:1024px){

.header .nav ul li:hover .e_j{opacity:1; visibility:inherit;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);}
.head_h { height: 68px; display: none}
}


@media only screen and (max-width:1024px){

}


.ban {width: 100%;height: 80vh;background: #e9613a;display: flex;justify-content: center;flex-direction: column;align-items: center;overflow: hidden;}
.ban .big {font-size:24px;color:#e7781b;margin-bottom:20px;display: block;}
.ban .big .tel {float: left;}
.ban .big .tel .dd{display: inline-block;}
.ban .big .tel i{font-style: normal;display: inline-block; vertical-align: bottom; -webkit-animation-name: fontSizeUp1; animation-name: fontSizeUp1; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-timing-function: steps(1, end); animation-timing-function: steps(1, end); -webkit-animation-fill-mode: none; animation-fill-mode: none; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-transform-origin: 50% 75%; transform-origin: 50% 75%;margin: 0 0.5em;}
.ban .big .tel i img {width:90px;}
.ban .big .tel .dd:nth-of-type(1) i{-webkit-animation-delay: 0s; animation-delay: 0s;}
.ban .big .tel .dd:nth-of-type(2) i{-webkit-animation-delay: 0.5s; animation-delay: 0.5s;}
.ban .big .tel .dd:nth-of-type(3) i{-webkit-animation-delay: 1s; animation-delay: 1s;}
.ban .big .tel .dd:nth-of-type(4) i{-webkit-animation-delay: 1.5s; animation-delay: 1.5s;}
.ban .big .tel .dd:nth-of-type(5) i{-webkit-animation-delay: 2s; animation-delay: 2s;}
.ban .big .tel i:nth-of-type(6){-webkit-animation-delay: 2.5s; animation-delay: 2.5s;}
.ban .big .tel i:nth-of-type(7){-webkit-animation-delay: 3s; animation-delay: 3s;}
.ban .big .tel i:nth-of-type(8){-webkit-animation-delay: 3.5s; animation-delay: 3.5s;}
.ban .big .tel i:nth-of-type(9){-webkit-animation-delay: 4s; animation-delay: 4s;}
.ban .big .tel i:nth-of-type(10){-webkit-animation-delay: 4.5s; animation-delay: 4.5s;}
.ban .big .tel i:nth-of-type(11){-webkit-animation-delay: 5s; animation-delay: 5s;}
.ban .big .tel i:nth-of-type(12){-webkit-animation-delay: 5.5s; animation-delay: 5.5s;}
@-webkit-keyframes fontSizeUp1{0%{-webkit-transform: scale(1.3); transform: scale(1.3);} 7%, 100%{-webkit-transform: scale(1); transform: scale(1);}}
@keyframes fontSizeUp1{0%{-webkit-transform: scale(1.3); transform: scale(1.3);} 7%, 100%{-webkit-transform: scale(1); transform: scale(1);}}
.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide{width:100%; height:100vh;}
.gallery-top .swiper-slide .mb {position: absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.5);display: flex;flex-direction: column;justify-content: center;
align-items: center;}
.gallery-top .swiper-slide .mb h2 {font-size: 50px;color: #fff;text-align: center;font-weight: lighter;letter-spacing: 0.2em;-webkit-transition: all 0.7s;-moz-transition: all 0.7s;-o-transition: all 0.7s;transition: all 0.7s;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);}
.gallery-top .swiper-slide-active .mb h2{-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;}
.gallery-top .swiper-slide .more {display: block;
width: 200px;
height: 50px;
font-size: 16px;
color: #fff;
box-sizing: border-box;border: #fff 1px solid;
padding: 0 35px;
line-height: 50px;border-radius: 30px;position: relative;overflow: hidden;margin:55px auto 0;z-index: 10;-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);}
.gallery-top .swiper-slide .more a {color: #fff;position: relative;z-index: 8}
.gallery-top .swiper-slide .more span {position: absolute;left: 0;bottom: 0;width: 0;height: 100%;background: #e77817;-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.gallery-top .swiper-slide .more:hover{border: #e77817 1px solid;}
.gallery-top .swiper-slide .more:hover a {color: #fff;}
.gallery-top .swiper-slide .more:hover span {width: 100%;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.gallery-top .swiper-slide .more::after {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background: url(../images/rights.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
	margin-top: -7px;}
.gallery-top .swiper-slide .more:hover::after { background: url(../images/rights.png) no-repeat;}
.gallery-top .swiper-slide-active .more{-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;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#e77817}


.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:36px; color:#323232;position:relative;letter-spacing: 0.2em;font-weight: 400;}
.tit .line {height: 1px;width: 4em;background-color: rgba(0,0,0,0.8);margin: 1.85em auto;}
.tit h3 { font-size:14px; color:#666; margin-top:25px;}

.sy_about { padding:7em 0; overflow:hidden;}
.sy_about .nr {  text-align:left;width: 90%;max-width: 80em;margin: 0 auto;}
.sy_about .nr p { margin-bottom:30px; line-height: 2.2;color: #323232;font-size:16px;letter-spacing: 0.2em;}

.lb {margin:0 auto;text-align: center;}
.lb ul li {display: inline-block;margin: 0 15px;font-size: 16px;color: #323232;position: relative;line-height: 35px;}
.lb ul li span {width: 0;height: 2px;right: 0;bottom: 0;background: #e77817;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;position: absolute;}
.lb ul li a {color: #323232;}
.lb ul li i {font-weight: bold;}
.lb ul li:hover a{color: #e77817;}
.lb ul li:hover span {width: 100%;left: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.lb ul li.on a{color: #e77817;}
.lb ul li.on span {width: 100%;}
.ny_cf {padding: 50px 0;background: #fafafa;}
.ny_cf ul li {width: 31.3333%;float: left;margin: 0 1% 2%;background: #fff;position: relative;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cf ul li:hover{
	-webkit-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 5px 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;
}
.ny_cf ul li .tp {overflow: hidden;}
.ny_cf 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_cf 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_cf ul li .wenz {padding: 15px;border-top: #eee 1px solid;}
.ny_cf ul li .wenz h3 {font-size: 16px;color: #333;line-height: 1.8;text-align: center;font-weight: 100;}
.ny_cf ul li .wenz p {font-size: 14px;text-align: left;color: #555;line-height: 1.8;margin-bottom: 10px;}
.ny_cf ul li span {position: absolute;left: 0;bottom: 0;height: 3px;background: #e77817;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;width: 0;z-index: 3;}
.ny_cf ul li:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cf ul li:hover .wenz h3{color: #e77817;}
.ny_cf ul li:hover .wenz p{color: #e77817;}

.sy_al {}
.sy_al ul li {width: 33.3333%;float: left;position: relative;overflow: hidden;}
.sy_al ul li img {width: 100%;display: block; -webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s;}
.sy_al ul li: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 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s; }
.sy_al ul li .mb {position: absolute;width: 100%;height: 100%;display: flex;flex-direction: column; justify-content: center;align-items: center;z-index: 3;background: rgba(0,0,0,0.3); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_al ul li:hover .mb{background: rgba(0,0,0,0.65); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_al ul li .mb h3 {font-size:1.8em;font-weight: 400;letter-spacing: 0.2em;line-height: 1.5;color: #fff; }
.sy_al ul li .mb .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #fff 1px solid;line-height: 38px;}
.sy_al ul li .mb .more::before{width: 30px;height: 1px;content: "";background: #fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_al ul li .mb .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_al ul li .mb .more a {color: #fff;position: relative;z-index: 3;}
.sy_al ul li .mb .more:hover a{color: #e77817;}
.sy_al ul li .mb .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #fff;}
.sy_al ul li .mb .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_al .qbmore {width: 100%;text-align: center;background-color: rgba(0,0,0,0.8);-webkit-transition: background-color 0.75s cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 0.75s cubic-bezier(0.4, 0, 0.2, 1);}
.sy_al .qbmore a {display: inline-block;padding: 40px;color: #fff;position: relative;font-size: 16px;padding-left: 3em;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;}
.sy_al .qbmore:hover{background-color: rgba(0,0,0,0.95);}
.sy_al .qbmore a:hover{color: #fff;padding-left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;}
.sy_al .qbmore a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -3em;
  height: 1px;
  width: 3.5em;
  background-color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.sy_al .qbmore a:hover::before{
        width: 0;
        transition: all 0.4s ease;
      }
.sy_fw {padding: 7em 0;overflow: hidden;}
.sy_fw ul li {width:25%;float: left;padding:20px 30px; text-align:center; border-right:1px solid #eee;box-sizing: border-box;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_fw 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;}
.sy_fw .i{ font-size:54px; line-height:1; margin-bottom:15px;color: #444; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.sy_fw .em{ font-size:18px; text-transform:uppercase; line-height:1.25; margin-bottom: 1em;  color:#222; font-weight: lighter;}
.sy_fw .h3{ font-size:18px; line-height:1.25; padding-bottom:35px; position:relative; margin-bottom:30px; color:#222;}
.sy_fw .h3:before{ content:''; position:absolute; left:50%; width:2em; margin-left:-1em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.sy_fw .p{  color:#666; line-height:2.15; height:8em; text-align:center; width:20em; letter-spacing: 0.1em; margin-left: auto; margin-right: auto; text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 14px;}
.sy_fw .m{ display: none;}
.sy_fw .m em{ display:inline-block; height:24px; line-height:24px; width:76px; text-align:center; font-size:12px; background:#595757; color:#fff; border-radius:15px; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.sy_fw ul li:last-child { border-right-color:#fff;}
.sy_fw ul li:hover .i{ color:#e77817; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.sy_fw ul li:hover .h3:before{ background-color:#e77817; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.sy_fw ul li:hover .m em{ background:#e77817; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.sy_ry {background: #f6f6f6;overflow: hidden;padding: 7em 0;text-align: center;}
.sy_ry ul li {width:190px;margin:20px;display: inline-block;}
.sy_ry ul li .box {display: flex;justify-content: center;flex-direction: column;align-items: center;height: 135px;width: 100%;}
.sy_ry ul li img {max-width: 100%;display: block;}
.sy_ry .con {width: 1200px;}


.index_news{padding: 7em 0;overflow: hidden;background: #f6f6f6;}
.index_news ul li {width: 25%;float: left;padding: 4px;box-sizing: border-box;margin-bottom: 20px; min-height:430px;}
.index_news .item{position: relative; overflow: hidden; display: block;}
.index_news .p1 { padding: 20px; font-size: 20px; font-weight: bold; line-height: 1.5; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;color: #000}
.index_news .p2 { padding: 0px 20px 0;margin-bottom: 27px; font-size: 14px;  line-height: 1.7;color: #222;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;}
.index_news ul li:hover .p1{color: #e77817;}
.index_news .item .more{position: absolute; bottom: 0; right: 0; width: 15px; height: 15px; padding: 0; text-indent: -1000em; display: block; background: url(../images/icon-more.png) no-repeat top left;}
.picfocus{overflow: hidden; display: block;}
.picfocus img{
	width: 100%;
    -webkit-transition:0.36s ease;
    -moz-transition:0.36s ease;
    -o-transition:0.36s ease;
  -ms-transition:0.36s ease;
}
.index_news ul li:hover .picfocus img{
     transform:scale(1.07);
     -webkit-transform:scale(1.07);
     -moz-transform:scale(1.07);
     -o-transform:scale(1.07);
     -ms-transform:scale(1.07);
}




/* start footer */
.footer_bg{background:#000; width:100%;padding:50px 0 0;}
.footer {display: flex;justify-content: space-between; margin:0 auto;}
.footer .logo {width: 130px;}
.footer .logo img {width: 100%;display: block;}
.footer .zuo3{}
.footer .zuo3 ul li {float:left;padding-right: 40px;width: 100px;}

.footer .zuo3 ul li .tit1 a { font-size:16px; font-weight:bold; color:#fff; line-height:36px; display:block}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#fff;-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:30px; font-size:14px; color:#fff;}
.footer .zuo3 ul li a:hover { color:#e77817;}

.footer .you3 {width: 150px;color: #fff;font-size: 14px;line-height: 1.8;}
.footer .you3 .weixin { width:110px;line-height:30px; color:#fff; text-align:center; margin:0 auto;}
.footer .you3 .big {font-size:24px;color:#fff;margin-top:20px;display: block;overflow: hidden;}
.footer .you3 .big .tel {float: left;}
.footer .you3 .big .tel .dd{font-size: 22px; color: #fff;}
/*@-webkit-keyframes fontSizeUp1{0%{-webkit-transform: scale(1.25); transform: scale(1.25);} 7%, 100%{-webkit-transform: scale(1); transform: scale(1);}}
@keyframes fontSizeUp1{0%{-webkit-transform: scale(1.25); transform: scale(1.25);} 7%, 100%{-webkit-transform: scale(1); transform: scale(1);}}*/
.footer .you3 .big .tel .fontSizeUp1{-webkit-animation-name: fontSizeUp1; animation-name: fontSizeUp1;}

.footer .you3 .zxkf {width: 100%;line-height: 36px;text-align: center;font-size: 14px;background: #fff;color: #111;}
.footer .you3 .zxkf i {margin-right: 10px;color: #111;font-size: 20px;}

.footer_btm {margin:30px auto 0;border-top: 1px solid rgba(255,255,255,0.3); width:100%;}
.copy{text-align: center;line-height: 60px;}
.copy p {font-size: 12px;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;}


.mast{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:25em;min-height:60vh;width:100%;margin:0 auto;padding-top:6em;padding-bottom:4em;text-align:center;overflow:hidden;color:#fff;background-color:#111}
@media (min-width: 91em){.mast{height:30em;max-height:60vh}
}
.mast__bg{z-index:0;position:absolute;height:100%;width:100%;top:0;left:0;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:0;opacity:0.7;-webkit-animation:fade-in-mast 1.5s 1s ease both;animation:fade-in-mast 1.5s 1s ease both}

.mast [class*='grid']{position:relative;-ms-flex-item-align:center;align-self:center;margin:0 auto;width: 90%;}
.mast__content,.mast__header{position:relative;z-index:4;width: 100%; margin:0 auto;padding:0 2%;box-sizing: border-box;}
.mast__pretitle{margin-bottom:1em}
.mast__title{-webkit-animation:fade-in 1.5s 1.5s ease both;animation:fade-in 1.5s 1.5s ease both}
.mast__text{max-width:30em;margin-left:auto;margin-right:auto;font-weight:400}
.mast__subtitle{font-size:.85em}
.mast__icon{display:block;font-size:2.75em;color:#fff}
.mast .btn{position:relative;right:-2em;margin:1.5em auto;-webkit-animation:fade-in 1s 2s ease both;animation:fade-in 1s 2s ease both}
.mast br{display:none}
@media (min-width: 32em){.mast br{display:block}
}
.mast video{-o-object-fit:cover;object-fit:cover}
.mast-author__figure img{display:block;height:5em;width:5em;margin:0 auto;border-radius:100%}
@media (min-width: 32em){.mast-author__figure img{height:10em;width:10em}
}
.mast-author__figure+.mast-author__author{margin-top:0.5em}
.mast-author__author{margin-bottom:0.5em}
@media (min-width: 32em){.mast--vh{min-height:100vh}
}
.mast--short,.mast--blog,.page-template-sitemap .mast,.page-template-legal .mast{min-height:25em;max-height:25em}
.mast--lg,.mast--home{height:37em;max-height:90vh}
@media (min-width: 91em){.mast--lg,.mast--home{height:42em}
}
.mast__title {
  -webkit-animation: fade-in 1.5s 1.5s ease both;
  animation: fade-in 1.5s 1.5s ease both;
}
.mast__title, h1, .font-h1 {
  font-family: gotham,"Helvetica Neue",sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.mast__title {
  font-size: 40px;color: #fff;
}
.mast .lb {margin:30px auto 0;text-align: center;}
.mast .lb ul li {display: inline-block;margin: 0 5px;font-size: 16px;color: #fff;position: relative;line-height: 35px;padding: 0 15px;border-radius: 6px;overflow: hidden;}
.mast .lb ul li span {width: 0;height: 100%;right: 0;bottom: 0;background: #e77817;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;position: absolute;z-index: 1;}
.mast .lb ul li a {color: #fff;position: relative;z-index: 3;}
.mast .lb ul li i {font-weight: bold;}

.mast .lb ul li:hover span {width: 100%;left: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.mast .lb ul li.on{background: #e77817;}

.mast .lb ul li.on span {width: 100%;}

.ny_about { padding:7em 0; overflow:hidden;}
.ny_about .nr {  text-align:left;width:100%;margin: 0 auto;}
.ny_about .nr p { margin-bottom:20px; line-height: 2;color: #323232;font-size:16px;text-align: justify;text-indent: 2em;}
.ny_al {padding-bottom: 7em;padding-top: 7em;}
.ny_al ul li {width: 32.3333%;float: left;margin: 0 .5% 1%;position: relative;overflow: hidden;}
.ny_al ul li img {width: 100%;display: block; -webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s; }
.ny_al ul li: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 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s; }
.ny_al ul li .w_z {position: absolute;left: 0;width: 100%;bottom: 0;background: rgba(0,0,0,0.5);padding: 8px 20px 0;box-sizing: border-box;height: 45px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;z-index: 3;}
.ny_al ul li .w_z h3 {font-size: 1.6em;
font-weight: 400;
letter-spacing: 0.2em;
line-height: 1.5;margin-bottom: 10px;
color: #fff;}
.ny_al ul li .w_z p {font-size: 16px;line-height: 1.8;color: #fff;}
.ny_al ul li .w_z .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #fff 1px solid;line-height: 38px;}
.ny_al ul li .w_z .more::before{width: 30px;height: 1px;content: "";background: #fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_al ul li .w_z .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_al ul li .w_z .more a {color: #fff;position: relative;z-index: 3;}
.ny_al ul li .w_z .more:hover a{color: #e77817;}
.ny_al ul li .w_z .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #fff;}
.ny_al ul li .w_z .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_al ul li:hover .w_z{height: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;display: flex;flex-direction: column;justify-content: center;align-items: center;background: rgba(231,120,23,0.85);}
.page {padding: 50px 0;text-align: center;}
.page a {display: inline-block;border: #ccc 1px solid;min-width: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #333;margin: 0 5px; padding: 0 5px;}
.page a:hover{background: #e77817;color: #fff;border: #e77817 1px solid;}
.page a.on {background: #e77817;color: #fff;border: #e77817 1px solid;}

.ny_lxzx {width: 80%;margin: 0 auto 7em;display: flex;justify-content: space-between;padding: 30px;box-sizing: border-box;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);}
.ny_lxzx .w_z{padding: 0px 82px 0px 52px;
font-size: 18px;
color: #666666;
text-align: left;
line-height: 32px;}
.ny_lxzx .lxan {height: 50px;
background-color: #000306;
border-radius: 30px;
line-height: 50px;
text-align: center;
font-size: 18px;
color: #FFFFFF;
cursor: pointer;width: 150px;}
.ny_lxzx .lxan a {color: #fff;}
.ny_lxzx .lxan:hover{background: #e77817;}
.ny_fw {padding-bottom: 7em;}
.ny_fw ul li {margin-bottom: 10px;background: #f6f6f6;position: relative;overflow: hidden;}
.ny_fw ul li .tp {width: 50%;overflow: hidden;}
.ny_fw ul li .tp img {width: 100%;display: block;}
.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 .tb {width: 80px;-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: 50px;color: #333;width: 60px;text-align: center;}
.ny_fw ul li:hover .wenz .tb {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(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:18px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:30px; color:#222;}
.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:2.15; letter-spacing: 0.1em;text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 14px;}
.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: #e77817;}
.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; }
.ctapanel{padding: 7em 0;overflow: hidden;}
.ctas li{width:25%;float:left; margin-bottom:35px;}

.ctas li .icob{width:65px;height:65px;border: #222 1px solid;border-radius:100%;margin:0 auto;overflow:hidden;line-height: 65px !important;text-align: center;font-size: 35px !important;color: #222;}
.lxewm { text-align:center; line-height:25px; font-size:14px; margin:30px auto;}
.ctas li .ico{display:block;background-position:center center;width:100%;height:100%;background-repeat:no-repeat;transition:300ms;-webkit-transition:300ms;line-height: 65px !important;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: center;}
.ctas li .ico i {width: 100%;font-size: 30px;}
.ctas li:hover .icob{background: #222;color: #fff;}

.ctas li .en{text-align:center;text-transform: capitalize; font-size:15px;color:#666;margin-top:7px;}
.ctas li .ch0{text-align:center;margin-top:12px; font-size:15px;color: #333;}
.ctas li:hover .ico{transform:translateY(-5px);-webkit-transform:translateY(-5px);}
.ctas{ margin-top:2.5%;}
.ny_hj {padding-bottom: 7em;overflow: hidden;}
.ny_hj ul li {width: 23%;float: left;margin: 0 1%;overflow: hidden;}
.ny_hj 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_hj 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_hj ul li h3 {line-height: 2;font-size: 14px;color: #222;text-align: center;margin: 10px 0;}
.gy_team{padding-bottom: 7em;overflow: hidden;}
.gy_team ul{ margin-right:-15px; position:relative;}
.gy_team li{ float:left; width:33.3333%; margin-bottom:15px;}
.gy_team li:last-child{ position:absolute; right:0px; top:0px; width:33.3333%;}
.gy_team .pd{ margin-right:15px; position:relative;}
.gy_team .pd:before{ content:''; position:absolute; left:0px; top:0px; bottom:0px; right:0px; background:url(../images/teambg.png) repeat-x; background-size:100% 100%; opacity:0;}
.gy_team .img{}
.img img {
  width: 100%;
  height: auto;
  display: block;
}
.gy_team .text{ position:absolute; color:#fff; padding:20px 25px; background:rgba(0,0,0,0.5); left:0px; bottom:0px; right:0px; z-index:2;}
.gy_team .h3{ font-size:18px;}
.gy_team .p{}
.gy_team .pd:hover:before{ opacity:1;}
.gy_team .pd:hover .text{ background:rgba(0,0,0,0);}

.gy_team li:nth-child(2),
.gy_team li:nth-child(3){ /*margin-right:33.3333%;*/}

.ny_kh {padding: 7em;overflow: hidden;}
.ny_kh ul li {width: 13.2%;float: left;margin: 0.5%;border: #eee 1px solid;box-sizing: border-box;}
.ny_kh ul li img {width: 100%;display: block;}

/*留言*/

.lxly {padding: 7em 0;width: 1200px;margin: 0 auto;}
.lxly p { font-size:16px; line-height:1.8; margin-bottom:20px;color: #333;}
.lxly .wbk { margin-top:10px; text-align:center}
.lxly .wbk input.w_z{width:30.3333%;height:50px;line-height: 50px;margin: 0 1.5% 25px;padding: 0 15px; float:left; font-size:18px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; color:#888;	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;font-family:'Lato-Light';background: #fff;border: #ccc 1px solid;} 
.lxly .wbk input.w_z.no { margin-right:0}
.lxly .wbk textarea {width:97%;height:150px; padding:0 15px; line-height:50px; color:#888; font-size:20px; outline: none;resize: none;margin: 0 1.5% 50px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;border: #ccc 1px solid; }
.lxly .wbk .a_n { width:300px; height:52px; margin:0 auto; line-height:52px; font-size:20px; color:#fff; text-align:center; background:#e77817;}
.ny_lxwm {padding-bottom: 7em;padding-top: 7em; overflow: hidden;background: #f5f5f5;}
.ny_lxwm .con {width: 1200px;}
.ny_lxwm .left {widows: 40%;float: left;}
.ny_lxwm .left p {font-size: 16px;line-height: 1.8;margin-bottom: 10px;color: #333;}
.ny_lxwm .left p i {margin-right: 8px;}
.ny_lxwm .right {width: 60%;float: right;}
/*team*/
.tywidth {
  width: 1200px;
  margin: 0 auto;
}
.team{ width: 100%; height: 807px; overflow: hidden; padding-top: 90px; position: relative; z-index: 2;}
.team .nrbg{ background-color: rgba(255, 255, 255, 0.871); width: 1561px; height: 701px; padding-top: 50px; margin: 0 auto;}
.team .nr .team_a{ position: relative; margin-top: 50px; height: 135px;}
.team .nr .team_a .btn{ position: absolute; top: 30px; width: 20px; height: 45px; cursor: pointer; z-index: 2;}
.team .nr .team_a .btn.preva{ left: -55px; background: url(../images/teambtn1.png)no-repeat;}
.team .nr .team_a .btn.nexta{ right: -55px; background: url(../images/teambtn2.png)no-repeat;}
.team .nr .bds{ height: 105px; overflow: hidden;}
.team .nr .team_a ul li{ float: left; margin-right: 10px; border: 1px solid rgb(181, 181, 181); transition: all ease-in .3s; background: #fff; font-size: 0; padding: 15px 22px; width: 393px!important; height: 105px; overflow: hidden;box-sizing: border-box;}
.team .nr .team_a ul li .img{ margin-right: 35px; width: 126px; height: 72px; overflow: hidden;}
.team .nr .team_a ul li img,.team .nr .team_b ul li .img img{ width: 100%;}
.team .nr .team_a ul li a>div{ display: inline-block; vertical-align: middle;}
.team .nr .team_a ul li .txt em{ display: block; color: #222; font-weight: bold; font-size: 22px; line-height: 22px; text-transform: uppercase;}
.team .nr .team_a ul li .txt p{ margin-top: 4px; font-size: 14px; color: rgba(0, 0, 0, 0.6); line-height: 14px;}
.team .nr .team_a ul li .txt p i{ background-color: rgb(27, 27, 27); opacity: 0.502; width: 64px; height: 1px; display: inline-block; vertical-align: middle; margin-left: 10px;}
.team .nr .team_a ul li.on em{ color: #fff;}
.team .nr .team_a ul li.on p{ color: #fff;}
.team .nr .team_a ul li.on p i{ background: #fff;}
.team .nr .team_a ul li.on{ background: #e77817;}
.team .nr .team_b{ font-size: 0; margin-top: 75px; overflow: hidden;}
.team .nr .team_b ul li>div{ display: inline-block; vertical-align: top;height: 258px; overflow: hidden;}
.team .nr .team_b ul li .img{ width: 393px;}
.team .nr .team_b .text{ margin-left: 60px; width: 747px;}
.team .nr .team_b .text p{ margin: 10px 0 20px; cursor: pointer; color: #222; font-weight: bold; font-size: 22px; line-height: 22px; text-transform: uppercase;}
.team .nr .team_b .text p em{ margin-left: 25px;}
.team .nr .team_b .text p:hover{ color: #cd4a3b;}
.team .nr .team_b .text dt{ color: #222; font-size: 18px; line-height: 18px;}
.team .nr .team_b .text dd{ margin-top: 30px; color: #666; font-size: 14px; line-height: 26px; -webkit-line-clamp: 3;}
.team .nr .team_b .text .more{ margin-top: 30px; display: block; width: 119px; height: 30px; line-height: 30px; transition: all ease-in .3s; background: url(../images/teamjt.png)no-repeat center #e77817;}
.team .nr .team_b .text .more:hover{ background: url(../images/teamjt.png)no-repeat 55px center #cd4a3b;}
.ny_alxq {padding: 30px 0 60px;}
.ny_alxq h2 {font-size: 20px;color: #555;line-height: 84px;border-bottom: #ccc 1px dotted;margin-bottom: 50px;text-align: left;}
.ny_alxq h2 a {padding: 0 15px;float: left;color: #b7b7b7;font-size: 28px;}
.ny_alxq .top {padding-bottom: 30px;overflow: hidden;}
.ny_alxq .top .left {width: 30%;float: right;}
.ny_alxq .top .left .line {width: 14px;height: 4px;background: #cb231d;margin-bottom:25px;margin-top:0px;}
.ny_alxq .top .left h3 {font-size: 32px;font-weight: bold;color: #cb231d;line-height: 1.8;border-bottom: #cb231d 2px solid;margin-bottom: 30px;}
.ny_alxq .top .left h4 {font-size: 25px;color: #777777;margin-bottom: 10px;}
.ny_alxq .top .left h4 span {font-size: 24px;}
.ny_alxq .top .left p {font-size: 16px;color: #555;margin-bottom: 20px;line-height: 1.8;}
.ny_alxq .top .left .lj {padding-top: 20px;}
.ny_alxq .top .left a {width: 42px;line-height: 42px;display: block;float: left;margin-right: 20px;background: #f4f4f4;border-radius: 50%;overflow: hidden;text-align: center;}
.ny_alxq .top .right {width: 67%;float: left;}
.ny_alxq img {width: 100%;display: block;}
.ny_alxqtj {overflow: hidden;padding-bottom: 60px;}
.ny_alxqtj .tjbt {padding: 60px 0;font-size: 14px;color: #232323;text-align: center;}
.ny_alxqtj .tjbt .text-outside-line {position: relative;display: inline-block;}
.ny_xgal {position: relative;padding-bottom: 7em;}
.swiper-yxxy{padding-bottom:50px !important;}
.swiper-yxxy .swiper-slide{position:relative;}
.swiper-yxxy .swiper-slide img{width:100%; height:auto; display:block;border: #eee 1px solid;box-sizing: border-box;}
.swiper-yxxy .swiper-slide .w_z{width:100%; padding:10px 0;text-align: center; color:#666;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yxxy .swiper-slide .w_z h3{font-size:14px; color:#666;}
.swiper-yxxy  .swiper-pagination {bottom: -0px !important;}
.swiper-yxxy .swiper-pagination-bullet {width:10px; height:10px; display:inline-block;border: #333 1PX solid; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;margin: 0 5px !important;}
.swiper-yxxy .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#333}
.ny_xgal .swiper-button-prev{background:url(../images/teambtn1.png) center / 100% no-repeat; width:20px; height:50px; margin-top:-25px; left:-35px;}
.ny_xgal .swiper-button-next{background:url(../images/teambtn2.png) center / 100% no-repeat; width:20px; height:50px; margin-top:-25px; right:-35px;}


@media only screen and (max-width:1366px) {
	.container {
  width: 90%;
}
	.header .nav ul li a {
  font-size: 14px;
}
	.jianti {
  width:110px;
}
	.header .nav ul li {margin: 0 0;}
	.con {
  width: 90%;
}
	.sy_fw .p {
  width: 100%;
}
	.mast [class*="grid"] {width: 90%;
  margin: 0 auto;
}
	
	
}



@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:170px; margin:10px 0 0;}
	.header .logo img {
  height: 40px;
}
	.header .right {margin-right: 35px;
}
	.header .right a {
  line-height:60px;
}
.header.on .logo{width:170px; margin:10px 0 0;}
.header .an{display:block; right:10px;}
.header .an span { background-color:#fff}
	.header.on .an span {
  background-color: #333;
}
	.searchIpt {
  top: 60px;
}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%}
.header .nav{width:60%; 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;box-sizing: border-box;}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #fff;}
.header .nav i{display:block;font-size: 16px;color: #fff;z-index: 999;}
	.nav .e_j .container {
  display: block;width: 100%;
}
	.nav .e_j.pp .tw {
  width: 100%;
  margin: 0 ;
}
	.nav .e_j.pp .tw img {display: none;}
	.nav .e_j .box {
  padding: 0;
}
	.nav .e_j.pp .tw p {
  font-size: 14px;
  margin-top: 0px;
  line-height:40px;color: #fff;text-align: left;
}
.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;text-align: left;}
.header .nav .e_j { width: 100%;
border-top: 1px solid rgba(255,255,255,0.3);
background: none;
position: relative;
display: none;
top: auto;
left: auto;
margin: 0;
padding-bottom: 10px;
transform: translateY(0px);
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transition: all 0s;
-o-transition: all 0s;
-ms-transition: all 0s;
-moz-transition: all 0s;
-webkit-transition: all 0s;
opacity: 1;
visibility: inherit;}
	.jianti div {
  line-height:60px;height: 60px;
  text-align: left;
}
.header .nav ul li .e_j a { color:#fff;text-align: left;}
	.jianti {
  width: 100%;height: 60px;
}
.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:16px; color:#fff;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
	.gallery-top .swiper-slide {
  height: 18rem;
}
	.sy_about {
  padding: 4em 0;
}
	.tit {
  margin-bottom:30px;
}
	.tit h1 {
  font-size: 30px;
}
	.sy_al ul li {
  width: 50%;
}
	.sy_al ul li .mb .more {
  height: 32px;
  line-height: 32px;
}
	.sy_al .qbmore a {
  padding: 25px;
}
	.sy_fw {
  padding: 4em 0;
}
	.sy_fw ul li {
  width: 50%;
  padding: 20px 20px;
}
	.index_news {
  padding:4em 0;
}
	.index_news ul li {
  width: 50%;
}
	.footer .zuo3 {display: none;
}
	.footer .logo {display: none;
}
	.footer .you3 {
  width: 100%;text-align: center;
}
	.footer .you3 .big .tel {
  float: none;
}
	.gallery-top .swiper-pagination{bottom:10px !important;}
	.mast {
  height: 14rem;
  min-height: 14rem;
  padding-top: 2em;
  padding-bottom: 2em;
}
	.mast__title, h1, .font-h1 {color: #fff;font-size: 25px;
}
	.mast .lb ul li {
  margin: 0 0;width: 30.3333%;margin: 0 1%;
  font-size: 14px;
  line-height: 32px;
  padding: 0 ;
}
	.mast [class*="grid"] {width: 90%;margin: 0 auto;
}
	.mast .lb {
  margin:20px auto 0;
}
	.ny_about {
  padding: 3em 0;
}
	.ny_about .nr p {
  font-size: 14px;
}
	.ny_cf {
  padding: 30px 0;
}
	.ny_cf ul li {
  width: 46%;
  margin: 0 2% 4%;
}
	.ny_cf ul li .wenz h3 {
  font-size: 14px;
}
	.ny_cf ul li .wenz {
  padding: 10px;
}
	.ny_al {
  padding-bottom: 3em;
  padding-top:3em;
}
	.ny_al ul li {
  width:49%;
  margin: 0 .5% 1%;
}
	.ny_al ul li .w_z .more {
  height: 30px;
  margin-top: 20px;
  line-height: 30px;
}
	.ctapanel {
  padding:3em 0;
}
	.ctas li {
  width: 50%;
}
	.lxly {
  padding: 3em 0;
  width: 90%;
}
	.lxly .wbk input.w_z {
  width: 100%;
  height: 40px;
  line-height:40px;
  margin: 0 0% 15px;
  font-size: 14px;
}
	.lxly .wbk textarea {
  width: 100%;
  height: 120px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 0% 30px;
}
	.lxly .wbk .a_n {
  width: 200px;
  height:42px;
  line-height: 42px;
  font-size: 16px;
}
	.ny_alxq h2 {
  font-size: 18px;
  line-height: 64px;
  margin-bottom: 30px;
}
	.ny_alxq .top .left {
  width: 100%;
  float: none;
}
	.ny_alxq .top .left h3 {
  font-size: 25px;
  margin-bottom: 20px;
}
	.ny_alxq .top .right {
  width: 100%;
}
	.ny_xgal {
  padding-bottom:3em;
}
	.ny_xgal .swiper-button-prev {
  left:0;
}
	.ny_xgal .swiper-button-next {
  right: 0;
}
	.swiper-yxxy {
  padding-bottom: 30px !important;
}

	
	

	
	
	
	
  }

@media only screen and (max-width:600px){
	.tit .line {
  margin: 1em auto;
}
	.sy_about {
  padding: 30px 0;
}
	.sy_about .nr {
  width: 100%;
  max-width: 100%;
}
	.tit h1 {
  font-size: 2.4rem;
}
	.sy_about .nr p {
  margin-bottom: 30px;
  line-height:2;
  font-size: 14px;
  letter-spacing: 0.2em;
}
	.sy_al ul li {
  width: 100%;
}
	.sy_al ul li .mb h3 {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
	.sy_al ul li .mb .more {
  height: 30px;
  line-height: 30px;margin-top: 20px;
}
	.sy_fw ul li {
  width: 100%;
  padding: 20px 20px;
}
	.sy_fw .p {
  line-height: 1.8;
  height: auto;
  letter-spacing: 0.1em;
  font-size: 14px;
}
	.sy_fw .h3 {
  padding-bottom:20px;
  margin-bottom: 30px;
}
	.index_news ul li {
  width: 100%;
}
	.index_news .p1 {
  padding:10px 0;
  font-size: 16px;margin-top: 10px;
}
	.index_news .p2 {
  padding: 0px ;
}
	.index_news {
  padding: 30px 0;
}
	.copy {
  line-height: 1.5;padding: 10px;
}
	.footer .you3 .big {
  margin-top: 10px;
}
	.footer_bg {
  padding: 30px 0 0;
}
	.gy_team li {
  width: 100%;
}
	.gy_team li:nth-child(2), .gy_team li:nth-child(3) {
  margin-right:0;
}
	.gy_team .pd {
  margin-right: 0;
}
	.gy_team li:last-child {
  position: static;
  width: 100%;
}
	.gy_team {
  padding-bottom:3em;
}
	.ny_al ul li .w_z h3 {
  font-size: 1.4rem;
}
	.ny_al ul li .w_z p {
  font-size: 14px;
}
	.ny_al ul li .w_z {
  padding: 8px 20px 0;
  height: 3rem;
}
	.ny_al ul li {
  width: 100%;
  margin: 0 0 1%;
}
	.page {
  padding:25px 0;
}
	.page a {
  width: 25px;
  line-height:25px;
  margin: 0 2px;
}
	.ny_alxq .top .left p {
  font-size: 14px;
}
	
	
	
	
	
	
}

.zw{ line-height:30px; padding:15px 0; min-height:350px;color:#555555; font-size:14px;}

.zw img{
 max-width:100%;

}