@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body{font-size:14px;color:#000;font-family:Arial,sans-serif;}
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;text-transform: capitalize;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(355deg 100% 45%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#e60012;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}
@media (min-width: 1230px){
	.container{width: 1200px;}
}
@media (min-width: 1330px){
	.container{width: 1300px;}
}
@media (min-width: 1430px){
	.container{width: 1400px;}
}

@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/* 头部 */
#header{height: 88px;position: fixed;top: 0px;width: 100%;background: url(../images/headerbg.png) repeat-x;padding:0 15px;z-index: 1000;transition: all .3s;-webkit-transition: all .3s;}
.ttt1{background: #fff !important;box-shadow: 0 0 6px rgb(0 0 0 / 20%);}
#header:hover, #header.active{background: #fff;box-shadow: 0 0 10px rgb(0 0 0 / 30%);}
.headcon{position:relative;z-index:999;}
.logo{float: left;margin: 14px 0;}
.logo a{display: block;position:relative;}
.logo a img{height: 60px;display:block;}
.logo a img.logo-def{position: relative;left: 0;top: 0px;z-index: 1;}
.logo a img.logo-fix{position: absolute;left: 0;top: 0px;z-index: 1;opacity: 0;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def{opacity: 0;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix{opacity: 1;}
.head-raea{float: right;margin-left: 38px;position: relative;}
#search-btn{float:left;display:block;line-height: 88px;color:#fff;font-size:20px;width:60px;padding:0 20px;cursor:pointer;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right:0;top:88px;width:350px;background:#4a4a4a;padding:10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/page/search-btn.png) no-repeat;}
.search-con .s_bt:hover{background-color:#ddd;}
.head-lang{float:left;position:relative;margin:21px 0;}
.head-lang a{display: block;font-size: 18px;line-height:26px;font-weight: bold;color: #fff;position: relative;padding: 10px;}
.ttt1 .head-lang a{ color:#666 }
.head-lang a:hover{}

#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 36px;width: 24px;}	
#m-head-nav .line{width: 24px;height: 2px;background-color: #fff;position: absolute;left: 0px;top: 7px;}
#m-head-nav .line1{margin-top: -7px;}
#m-head-nav .line3{margin-top: 7px;}
#m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#m-head-nav[data-active="on"] .line2{display: none;}
#m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color: #ff7401;}
@media (max-width: 991px){
	#m-head-nav{display:block;}
}

/* 导航栏 */
.nav{float: right;}
.nav>li{float: left;margin-right: 20px;position:relative;}
.nav>li:last-child{margin-right: 0;}
.nav>li.cur a{color: #ff7401;}
.nav>li>a{display: block;font-size: 16px;/* font-weight:bold; */padding: 0;color: #fff;position: relative;line-height: 88px;padding:0 8px;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.nav>li>a::after{content: '';position: absolute;left: 50%;right: 50%;bottom: 0;height: 4px;background-color: #ff7401;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.nav>li:last-child>a::before{display:none;}
.nav-er-box{position: absolute;top: 100%;left: 50%;margin-left: -90px;width: 180px;display: none;padding-top: 6px;box-shadow: 0 10px 10px 0px rgb(0 0 0 / 40%);}
.nav-er-list{background: #333;line-height: 40px;position: relative;border-bottom: 1px solid #666;}
.nav-er-list:last-child{border-bottom: none;}
.nav-er-list a{display: block;padding: 0 15px;font-weight: bold;}
.nav-san-box{position: absolute;top:0;left: 100%;width: 218px;background: #fff;display: none;}
.nav>li:last-child>.nav-er-box .nav-san-box{left: auto;right:100%}
.nav-er{color: #f7f7f7;font-size: 15px;transition: 0.3s all ease;}
.nav-er i{float: left;display:block;width:20px;height:20px;margin-right:10px;margin-top:10px;    background-repeat: no-repeat;background-size: 20px;transition: 0.3s all ease;}
.nav-er span{display: block;text-align:center;color: #fff;}
.nav-er:hover span{ color:#ff7401 }
.nav-san-box a{position: relative;display: block;padding-left: 56px;}
.nav-san-box a::before{content: '';position: absolute;top:15px;left: 23px;width: 10px;height: 10px;background: url(../images/page/nav-rjt.png);}
.nav-yi::after{position: absolute;content: ''; bottom:25px;left: 0;width: 100%;border-bottom: 2px solid #e60012;display: none;}
.nav-er-box::before{position: absolute;content: ''; width: 18px;height: 6px;background: url(../images/page/nav-up.png) no-repeat center;left: 50%;margin-left: -9px;top:0;}
.nav li.active .nav-yi{color: #e60012;}
.nav-box li.active .nav-yi::after{display: block;}
.nav>li:hover .nav-er-box{display: block;}
.nav>li:hover .nav-yi{color: #e60012;}
.nav>li:hover .nav-yi:after{display: block;}
.nav-er-list:hover .nav-er{color: #e60012;}
.nav-er-list:hover .nav-er i{background-position-y: -20px;}
.nav-er-list:hover{background: #fff;}
.nav-er-list:hover .nav-san-box{display: block;}
.nav-san-box a:hover{color: #e60012;}
.nav>li:hover>a::after, .nav>li.cur>a::after{left: 0;right: 0;}
#header:hover .nav>li>a, #header.active .nav>li>a{color:#333;}
#header:hover .nav>li:hover>a, #header:hover .nav>li.cur>a, #header:hover .nav>li>a:focus, #header:hover .nav>li>a:hover,
#header.active .nav>li:hover>a, #header.active .nav>li.cur>a, #header.active .nav>li>a:focus, #header.active .nav>li>a:hover{background:transparent;color: #ff7401;}
#header:hover .nav>li>a::after, #header.active .nav>li>a::after{background-color: #ff7401;}
#header:hover .head-raea #search-btn, #header.active .head-raea #search-btn{color: #333;}
#header:hover .head-raea #search-btn:hover{color: #e60012;}
#header:hover .head-raea .head-lang a, #header.active .head-raea .head-lang a{color: #ff7401;}
#header:hover .head-htel, #header.active .head-htel{color: #666;background: url(../images/htelx.png) no-repeat left;}
#header:hover .head-htel h4 a, #header.active .head-htel h4 a{color: #333;}

.ttt1 .nav>li>a{ color:#333 }
.ttt1 .nav>li.cur a{ color:#ff7401 }


/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 90px;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#e60012}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#e60012}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_space{width: 100%;height: 88px;display:none;}
@media (max-width: 1629px){
	.head-raea{margin-left: 120px;}
}
@media (max-width: 1529px){
	.head-raea{margin-left: 70px;}
}
@media (max-width: 1429px){
	.nav>li{margin-right: 14px;}
}
@media (max-width: 1400px){
	.nav>li{margin-right: 14px;}
}
@media (max-width: 1366px){
	.nav>li{margin-right: 12px;}
}
@media (max-width: 1329px){
	.head-raea{margin-left: 50px;}
	.nav>li{margin-right: 7px;}
}
@media (max-width: 1199px){
	.head-raea{margin-left: 10px;}
	.nav>li{margin-right: 0px;}
	.nav>li>a::before{right: -6px;}
	.nav>li>a{ font-size: 14px;}
}
@media (max-width: 991px){
	.nav{display:none;}
	.mm-nav-box {display: block;}
	.header_space{display:block;}
	.head-raea{margin-left:0;}
}
@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
	.mm-nav-box{}
}
@media (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header, .header_space{height:66px;}
	#header{padding:0 15px;}
	#header:hover .logo, #header.active .logo{margin: 2px 0;}
	#search-btn{padding:0 15px;line-height:66px;width:50px;}
	.head-lang{margin:10px 0;}
	#m-head-nav{margin-left:15px;margin-top: 25px;}
	.mm-nav-box{top: 66px;}
}
@media (max-width: 400px){
	#search-btn{padding:0 10px;width:40px;}
	.head-lang{margin:12px 0;}
	.head-lang a{padding:8px 8px 8px 40px;}
	#m-head-nav{margin-left:10px;}
}
@media (max-width: 350px){
	#search-btn{display:none;}
	#header:hover .logo, #header.active .logo img{height: 48px;top: 6px;}
}

/* Banner */
#banner{position:relative;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:60px;font-size:0;}
#banner .swiper-pagination-bullet{width:30px;height:30px;opacity:1;border-radius: 50%;border:3px solid transparent;background:transparent;position:relative;}
#banner .swiper-pagination-bullet:after{content:'';width:8px;height:8px;background:#fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#banner .swiper-pagination-bullet-active{border-color:rgb(255 255 255 / 80%);}
#banner .swiper-pagination-bullet-active:after{background:#e60012;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-60px;}
#banner .swiper-button-next{right:-60px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:60px;}
#banner:hover .swiper-button-next{right:60px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{border-color:#e60012;background:url(../images/page/ban-jt.png) no-repeat center left -46px;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
#banner .scrbtn{position:absolute;left:0;right:0;bottom:0;z-index:1;}
#banner .scrbtn a{display:block;width:192px;height:42px;margin:0 auto;background:url(../images/scroll.png) no-repeat;}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}


@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
	#banner .scrbtn{display:none;}
}

@media (max-width: 500px){
    #banner{top: 0px;margin-bottom: 0;}
}

@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 0px;}
}

/* Title */
.sy-tit{ text-align: center;}
.sy-tit h2{  font-size: 36px; font-weight: bold;}
.sy-tit h2 em{ color: #ff7401; font-size: 36px; font-weight: bold;}
.sy-tit p{ font-size: 16px; padding-top: 10px;}
@media only screen and (max-width:767px){
	.sy-tit{}
	.sy-tit h2{}
	.sy-tit p{}
}
@media only screen and (max-width:500px){
	.sy-tit{}
	.sy-tit h2{ font-size: 20px;}
	.sy-tit p{ font-size: 14px;}
}

/* Caset */
#caset{padding:90px 0 110px;}
.caset-con{width:calc(100% - 1600px);float:left;position:relative;}
.caset-til{background:url(../images/caset-txl.png) repeat-x center;overflow:hidden;}
.caset-til h2{font-size:48px;color:#333;font-weight:bold;text-transform:uppercase;float:right;padding-left:40px;background:#fff;}
.caset-prev, .caset-next{display:block;width:50px;height:106px;position:absolute;background-color:rgb(0 0 0 / 30%);background-position:center;background-repeat:no-repeat;transition:all .3s;-webkit-transition:all .3s;}
.caset-prev{background-image:url(../images/caset-btn.png);right:50px;top:105px;}
.caset-next{background-image:url(../images/caset-btn.png);right:0px;top:211px;transform: rotate(180deg);}
.caset-prev:hover, .caset-next:hover{background-color:rgb(0 0 0 / 57%);}
.caset-box{width: 1508px;float:right;}
.caset-box .swiper-slide{width:36%;padding:0 25px;}
.caset-box .swiper-slide a{display:block;}
@media only screen and (max-width:1829px){
	.caset-con{width:calc(100% - 1500px);}
	.caset-box{width: 1408px;}
}
@media only screen and (max-width:1729px){
	.caset-con{width:calc(100% - 1400px);}
	.caset-box{width: 1308px;}
	.caset-prev{top:80px;}
	.caset-next{top:186px;}
}
@media only screen and (max-width:1629px){
	.caset-con{width:calc(100% - 1300px);}
	.caset-box{width: 1208px;}
	.caset-prev, .caset-next{width:46px;height:90px;}
	.caset-prev{right:46px;}
	.caset-next{top:170px;}
}
@media only screen and (max-width:1529px){
	.caset-con{width:calc(100% - 1200px);}
	.caset-box{width: 1108px;}
	.caset-prev{top:70px;}
	.caset-next{top:160px;}
}
@media only screen and (max-width:1429px){
	.caset-con{width:calc(100% - 1150px);}
}
@media only screen and (max-width:1379px){
	.caset-til h2{padding-left:30px;}
	.caset-prev, .caset-next{width:40px;height:80px;}
	.caset-prev{right:40px;top:80px;}
	.caset-next{top:160px;}
}
@media only screen and (max-width:1329px){
	.caset-con{width:calc(100% - 1100px);}
	.caset-box{width: 1058px;}
}
@media only screen and (max-width:1279px){
	.caset-con{width:calc(100% - 1008px);}
	.caset-box{width: 1008px;}
	.caset-prev{top:70px;}
	.caset-next{top:150px;}
	.caset-til h2{font-size:40px;padding-left:20px;}
}
@media only screen and (max-width:1199px){
	.caset-con{width:100%;margin-bottom:30px;}
	.caset-til{text-align:center;}
	.caset-til h2{float:none;display:inline-block;padding:0 60px;}
	.caset-box{width:100%;padding:0 15px;}
	.caset-box .swiper-slide{width:33.33%;padding:0 15px;}
	.caset-prev, .caset-next{height:44px;top:0;}
	.caset-prev{right:auto;left:50%;margin-left:-128px;}
	.caset-next{top:0;right:50%;margin-right:-128px;}
}
@media only screen and (max-width:767px){
	#caset{padding:30px 0;}
	.caset-til h2{font-size:36px;line-height:40px;}
	.caset-prev, .caset-next{height:40px;}
	.caset-prev{margin-left:-120px;}
	.caset-next{margin-right:-120px;}
	.caset-box{padding:0 10px;}
	.caset-box .swiper-slide{width:50%;padding:0 10px;}
}
@media only screen and (max-width:500px){
	.caset-con{margin-bottom:20px;}
	.caset-til h2{font-size: 24px;line-height:30px;padding: 0 40px;}
	.caset-prev, .caset-next{height:30px;width:30px;background-size:14px 26px;}
	.caset-prev{margin-left:-80px;}
	.caset-next{margin-right:-80px;}
	.caset-box{padding:0 5px;}
	.caset-box .swiper-slide{padding:0 5px;}
}

/* about */
#about{}
.about-box{position:relative;overflow:hidden;}
.about-img{position:absolute;right:0;top:0;width:calc(100% - 600px);height:100%;background-repeat: no-repeat;background-position: center;background-size:cover;}
.about-con{position:relative;z-index:1;width:700px;float:left;background:url(../images/about-cbg.jpg) no-repeat left top #494848;padding:100px 60px 100px 160px;color:#fff;border-radius: 0 70px 0 0;}
.about-con>h2{font-size:48px;font-weight:bold;margin-bottom:30px;}
.about-con>h5{font-size:24px;margin-bottom:20px;}
.about-con>.about-txt{font-size:16px;line-height:1.8;text-transform: none;margin-bottom:44px;}
.about-con>a{display:block;width:148px;height:50px;line-height:50px;background:#fff;text-align:center;font-size:16px;color:#666;}
.about-con>a>span{padding-left:28px;background:url(../images/about-beye.png) no-repeat left;}
.about-con>a:hover{background:#e60012;color:#fff;}
.about-con>a:hover>span{background:url(../images/about-beyex.png) no-repeat left;}
@media only screen and (max-width:1729px){
	.about-con{padding:100px 50px 100px 68px;width:600px;}
	.about-img{width:calc(100% - 500px);}
}
@media only screen and (max-width:1429px){
	.about-con{padding:80px 50px 80px 68px;width:540px;}
	.about-img{width:calc(100% - 450px);}
}
@media only screen and (max-width:1199px){
	.about-con{width:40%;padding:60px;}
	.about-img{width:70%;}
}
@media only screen and (max-width:991px){
	.about-img{width:100%;position:relative;height:400px;background-position: bottom  center;}
	.about-con{padding:40px;width:100%;border-radius:0;}
}
@media only screen and (max-width:767px){
	.about-con{padding:20px;}
	.about-con>h2{font-size: 36px;margin-bottom:20px;}
	.about-con>h5{font-size: 20px;margin-bottom:10px;}
	.about-con>.about-txt{margin-bottom:20px;}
}
@media only screen and (max-width:500px){
	.about-con{padding:20px 10px;}
	.about-con>h2{font-size: 24px;margin-bottom:10px;}
	.about-con>h5{font-size: 16px;margin-bottom:10px;}
	.about-con>.about-txt{margin-bottom:10px;font-size:14px;line-height:1.6;}
	.about-con>a{width: 120px;height: 36px;line-height: 36px;font-size: 14px;}
	.about-img{height:250px;background-position:center;}
}

/* countup */
#countup{}
.countup-div{width:25%;float:left;padding:40px 10px;}
.countup-txt{text-align:center;}
.countup-txt h4{font-size:24px;color:#333;}
.countup-txt h4 span{font-size:60px;}
.countup-txt p{font-size:20px;color:#666;}
@media only screen and (max-width:991px){
	.countup-txt h4 span{font-size:50px;}
	.countup-txt p{font-size:18px;}
}
@media only screen and (max-width:767px){
	.countup-div{width:50%;padding:20px 10px;}
}
@media only screen and (max-width:500px){
	.countup-txt h4 span{font-size:36px;}
	.countup-txt p{font-size:14px;}
}

/* Latest News */
#news{padding:60px 0;background:url(../images/news-bg.jpg) no-repeat center / cover;}
.news-ul{overflow:hidden;margin-top:40px;padding:10px 0;}
.news-ul li a{display:block;transition:all .3s;-webkit-transition:all .3s;}
.news-txt{padding:12px;transition:all .3s;-webkit-transition:all .3s;}
.news-txt h4{font-size:16px;color:#333;font-weight:bold;transition:all .3s;-webkit-transition:all .3s;}
.news-txt .news-xian{width:30px;height:2px;background:#e60012;margin:12px 0;}
.news-txt p{font-size:14px;color:#666;line-height:20px;height:40px;margin-bottom:10px;}
.news-txt span{font-size:14px;color:#999;}
.news-ul li a:hover{box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);}
.news-ul li a:hover .news-txt{background:#fff;}
.news-ul li a:hover .news-txt h4{color:#e60012;}
.news-more{text-align:center;margin-top:40px;}
.news-more>a{display:inline-block;width:148px;height:50px;line-height:50px;background:rgb(0 0 0 / 30%);text-align:center;font-size:16px;color:#fff;}
.news-more>a>span{padding-left:28px;background:url(../images/about-beyex.png) no-repeat left;}
.news-more>a:hover{background:#ff7401;}
@media only screen and (max-width:991px){
	.news-ul li{margin-bottom:30px;}
}
@media only screen and (max-width:767px){
	#news{padding:25px 0;}
	.news-ul{margin-top:20px;padding:0 5px;}
	.news-ul li{margin-bottom:10px;padding:0 5px;}
}
@media only screen and (max-width:500px){
	.news-txt{padding:8px;}
	.news-txt h4{font-size:15px;}
	.news-txt .news-xian{margin: 5px 0;}
	.news-txt p{font-size:13px;margin-bottom:5px;}
}

/* Contact */
#contact{padding:60px 0 80px;background: url(../images/lianxi-b.png) no-repeat bottom, url(../images/lianxi-bg.jpg) no-repeat center / cover;}
#contact .title h2{color:#fff;}
.ctact-box{margin-top:50px;}
.ctact-txt{padding:0;}
.ctact-txt>div[class^='col-']{padding:0 12px;margin-bottom:60px;}
.ctact-txt>div[class^='col-']:last-child{margin-bottom:0;}
.ctact-txt>div>div{padding-left:70px;}
.ctact-txt p{line-height:29px;color:#fff;font-size:16px;text-transform:none;}
.ctact-txt p+p{font-size:18px;}
.ctact-tel{background:url(../images/ftel.png) no-repeat left top;}
.ctact-femail{background:url(../images/femail.png) no-repeat left top;}
.ctact-faddress{background:url(../images/faddress.png) no-repeat left top;}
.ctact-form{padding:0;}
.ctact-form>form>div[class^='col-']{padding:0 10px;}
.ctact-btn{display:block;width:100%;height:45px;line-height:45px;background:#ff7401;color:#fff;font-size:18px;font-weight:bold;text-align:center}
@media only screen and (max-width:1199px){
	.news-ul li{margin-bottom:30px;}
}
@media only screen and (max-width:991px){
	.ctact-txt{margin-bottom:30px;}
}
@media only screen and (max-width:767px){
	#contact{padding:30px 0;}
	.ctact-box{margin-top:30px;}
	.ctact-txt>div[class^='col-']{padding:0 10px;margin-bottom:30px;}
}
@media only screen and (max-width:500px){
	.ctact-txt p{line-height:25px;font-size:14px;}
	.ctact-txt p+p{font-size:16px;}
	.ctact-txt>div>div{padding-left:60px;}
	.ctact-tel{background: url(../images/ftel.png) no-repeat left top;background-size: 50px;}
	.ctact-femail{background: url(../images/femail.png) no-repeat left top;background-size: 50px;}
	.ctact-faddress{background: url(../images/faddress.png) no-repeat left top;background-size: 50px;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
footer{background:#333;}
#foottop{padding-top:50px;}
.fbox{padding-bottom: 50px;}
h4.ftil{font-size:18px;font-weight:bold;color:#fff;padding-left:20px;background:url(../images/fnavx.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fnava{overflow:hidden;}
.fnavaa{width:33.33%;float:left;line-height:36px;}
.fnavaa a{color:#999;}
.fnavaa a:hover{color:#fff;}
.ftxt{overflow:hidden;}
.ftxt p{font-size:14px;color:#999;line-height:30px;margin-bottom:10px;}
.ftxt p:last-child{margin-bottom:0;}
.ftxt p span{font-size:18px;color:#fff;font-weight:bold;line-height:1;}
.ftxt p.ftel{padding-left:32px;background:url(../images/ftel.png) no-repeat left top;}
.ftxt p.fqq{padding-left:32px;background:url(../images/fqq.png) no-repeat left top;}
.ftxt p.femail{padding-left:32px;background:url(../images/femail.png) no-repeat left top;text-transform: none;}
.ftxt p.faddress{padding-left:32px;background:url(../images/faddress.png) no-repeat left top;}
h4.fewm-til{font-size:18px;font-weight:bold;color:#fff;padding-left: 24px;background:url(../images/fewmt.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fimg{text-align:center;font-size:0;}
.fewmm{display:inline-block;margin:0 30px;}
.fewmm img{width:130px;}
.fewmm p{font-size:14px;color:#999;margin-top:10px;}
.flink{margin-top:0px;padding: 15px 0 15px 40px;line-height: 30px;background: url(../images/footlinkico.png) no-repeat left;}
.flink span{font-size:18px;color:#999;text-transform:uppercase;}
.flink a{font-size:14px;color:#999;}
.flink a:hover{color:#fff;}
.footcopy{border-top:1px solid #444;padding:20px 10px;}
.footcopy p{line-height:20px;font-size:14px;color:#999;}
.footcopy p a{color:#999;}
.footcopy p a:hover{color:#fff;}
@media only screen and (max-width: 1309px){
	.fewmm{margin: 0 15px;}
}
@media only screen and (max-width: 1199px){
	.fewmm{margin: 0;margin-right: 2%;width: 48%;float: left;}
	.fewmm img{width: 100%;max-width: 120px;}
	.ftxt p span{ font-size:16px; }
}
@media only screen and (max-width: 991px){
	.fnav, .fcon{margin-bottom:30px;}
}
@media only screen and (max-width: 767px){
	footer{padding-bottom:50px;}
	#foottop{padding-top:30px;}
	.fnav{display:none;}
	.fbox{padding-bottom:30px;}
	.flink{margin-top:20px;background: url(../images/footlinkico.png) no-repeat left 8px center;}
}


/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #ff7401;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #ff7401;float: left;position: relative;border-top: 1px solid #fff;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #ff7401;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:0px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#ff7401;}

/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #ff7401;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#ff7401;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}
@media (max-width:500px) {
	#location{margin-bottom: 0;}
}


/* 内页样式 */
#inside{padding-bottom:50px;padding-left:10px;padding-right:10px;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 78px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:22px;color:#333;}
.pronav-a a:last-child{background: none;}
.pronav-a a.cur, .pronav-a a:hover{background:#ff7401;color:#fff;}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:33.33%;padding:0 8px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
	.pronav-a a{font-size:16px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin:40px 0;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin:20px 0;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

.title{text-align:center;}
.title h2{font-size:48px;font-weight:bold;color:#444;margin-bottom:12px;}
.title h5{font-size:48px;font-weight:normal;color:#444;margin-bottom:12px;}
.title p{font-size:20px;color:#666;}
@media (max-width: 1199px){
	.title h2,.title h5{font-size:40px;}
}
@media (max-width: 767px){
	.title h2,.title h5{font-size:36px;}
	.title p{font-size:16px;}
}
@media (max-width: 500px){
	.title h2,.title h5{font-size:24px;}
	.title p{font-size:14px;}
}
@media (max-width: 400px){
	.title h2,.title h5{font-size:20px;margin-bottom:8px;}
}

#nycaselist{margin-top:40px;}
#nycaselist li{padding:0 8px;}
#nycaselist li a{display:block;}
#nycaselist li a .case-img{overflow:hidden;border-radius:8px;}
#nycaselist li a .case-txt{padding:15px 20px;overflow:hidden;position:relative;}
#nycaselist li a .case-txt::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d5d5d5;z-index:1;}
#nycaselist li a .case-txt::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#ff7809;z-index:2;}
#nycaselist li a .case-txt p{float:left;font-size:16px;color:#333;width:calc(100% - 80px);}
#nycaselist li a .case-txt .case-more{display:block;float:right;width:70px;height:22px;line-height:22px;font-size:14px;color:#fff;text-align:center;border-radius:20px;background:#3d3f49;}
#nycaselist li a:hover .case-txt::after{width:100%;}
#nycaselist li a:hover .case-txt p{color:#ff7809;}
#nycaselist li a:hover .case-txt .case-more{background:#ff7809;}
@media (max-width:500px){
#nycaselist li a .case-txt{padding:10px;}
#nycaselist li a .case-txt p{width:100%;text-align:center;}
#nycaselist li a .case-txt .case-more{display:none;}
}

#nycommon{padding:30px 0;background:#f6f7fb;}
@media (min-width: 1530px){
	#nycommon>.container{width: 1500px;}
}
@media (min-width: 1630px){
	#nycommon>.container{width: 1600px;}
}
@media (max-width:767px) {
	#nycommon{padding:20px 0;}
}

/* 内页单页面内容 */
.nyshow{width:100%;/* padding: 0 20px; */overflow: hidden;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #bf9d6d solid;color: #bf9d6d;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#bf9d6d;}
.nyshowdesc{font-size: 16px;line-height: 1.8;margin-bottom: 10px;min-height:400px;padding: 0 15px;}
.nyshowdesc p{margin:5px 0;text-transform: none;}
.nyshowdesc img{max-width:100%;height:auto !important;}
#map div{    text-transform: none;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
	.nyshow-til>h1, .nyshow-til>h2{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}

/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 40px;border-bottom: 1px #ccc solid;margin: 0 15px;}
.nyhotnews>h3{float: left;padding-right:15px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #ff7401 solid;color: #ff7401;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;padding: 0 15px;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#ff7401;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#ff7401;color:#ff7401;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#ff7401;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#ff7401;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #bf9d6d;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #bf9d6d;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #bf9d6d;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color: #ff7401;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#e70012;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;margin-top:20px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#bf9d6d;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:20px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a p{position:absolute;left:0;bottom:-50px;width:100%;background: linear-gradient(to bottom, rgba(191, 157, 109, 0) 0%, rgba(191, 157, 109, 0.8) 100%);line-height:50px;color:#fff;text-align:center;font-size:16px;}
.nypro-ul li a:hover p{bottom:0;}
@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:120px;height:90px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#bf9d6d;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #bf9d6d;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #bf9d6d solid;color: #bf9d6d;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#bf9d6d;}
#abprolist li a:hover p{background:#bf9d6d;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#bf9d6d;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #bf9d6d;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #bf9d6d;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #bf9d6d;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:auto;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}


/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{border:1px solid #ccdbe4;padding:2px 8px 2px 8px;color: #ff7401;display: inline-block;}
.metpager_5 a:hover { border:1px solid #ff7401; color:#fff; background-color:#ff7401;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current {padding:2px 8px 2px 8px;margin:2px;color:#fff;background: #ff7401;border: 1px solid #ff7401;text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}

/* 联系咨询 */
#lx_nymessage { background-color: #f1f1f1; padding:50px 0;}
.form-horizontal { overflow: hidden; margin-top: 40px; }
#lx_nymessage p {font-size: 44px;font-weight: bold;color: #ff7809;display: block;margin-bottom: 5px;line-height: 1;letter-spacing: -2px;text-transform: uppercase;text-align: center;}
#lx_nymessage span { font-size: 32px;color: #333;opacity: 1;display: block;text-align: center;}
.form-horizontal .form-group {margin-bottom: 10px; position: relative;}
.form-control { padding: 0px; margin: 0px; border: none; }
#lx_nymessage .mess_1 { margin: 0 -5px; display: flex; flex-wrap: wrap; align-items: flex-start; padding-left: 0px; padding-right: 0px; }
#lx_nymessage .mess_1 .form-group { margin-bottom: 10px; position: relative;  width: 50%; padding: 0 5px; } 
#lx_nymessage .mess_1 .form-group  input { padding: 0 20px; width: 100%; height: 80px; line-height: 80px; background: #fff;  font-size: 16px;   border:none; border-radius: 0px; }
.form-horizontal .form-group { margin-left: 0px !important; margin-right:0px !important;}
.form-horizontal .form-group .mess_2_2  {  padding-left: 0px; padding-right: 0px; }
#lx_nymessage textarea { width: 100%;height: 200px;padding: 25px 20px;line-height: 26px; background: #fff;  overflow-y: auto;font-size: 16px;  }
.btn-default { width: 20%; line-height: 40px; text-align: center; font-size: 16px; color: #333; background-color: #dadde3; border: none; border-radius: 0;}
.btn-default:hover { color: #333; background-color: #dadde3; }
.btn-default:first-child { background-color: #ff7809; color: #fff; margin-right: 20px; }
#lx_nymessage .mess_2 { padding-left: 0px; padding-right:10px;  }
#lx_nymessage .mess_3 { margin-top: 25px; overflow: hidden;}
#lx_nymessage .mess_3 .mess_3_3 { padding-left: 0px; padding-right: 0px;  }
.btn-default:first-child:hover { background: #ff7809; color: #fff; }
#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 16px; }
#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 16px;  }
#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 16px; }
#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 16px;  }
.form-control:focus { border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6); }
.form-control { box-shadow: inset 0 0px 0px rgba(0,0,0,.075); }
@media (min-width: 1530px){
#lx_nymessage>.container{width: 1500px;}
}
@media (min-width: 1630px){
#lx_nymessage>.container{width: 1600px;}
}
@media(max-width: 1310px) {
	#lx_nymessage p { font-size: 36px; }
	#lx_nymessage { padding: 50px 0; }
	.form-horizontal { padding:0 10px; }
}
@media(max-width: 767px) {
	#lx_nymessage h4 { font-size: 24px; }
	#lx_nymessage .mess_1 .form-group { width: 100%; }
	#lx_nymessage .mess_1 { padding-left: 0px; padding-right: 0px; }
	#lx_nymessage .mess_1 .form-group input { line-height: 46px; height: 46px; }
	.mess_2_2 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage textarea { height: 140px; }
	.btn-default { width: 40%; }
	.mess_3_3 { padding-left: 0px;padding-right: 0px; }
	#lx_nymessage p { font-size: 26px; }
	#lx_nymessage span { font-size: 24px; }
	.form-horizontal { padding:0; }
	#lx_nymessage .mess_1 .form-group  input::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage .mess_1 .form-group  input::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage .mess_1 .form-group  input::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-webkit-input-placeholder{ color:#999; font-size: 14px; }
	#lx_nymessage textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */  color:#999; font-size: 14px;  }
	#lx_nymessage textarea::-moz-placeholder{    /* Mozilla Firefox 4 to 18 */color:#999; font-size: 14px; }
	#lx_nymessage textarea::-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999; font-size: 14px;  }
	.btn-default { font-size: 14px; }
}

/*新的开始*/

.inhead{text-align: center;position: relative;padding-top: 36px;}
.inentitle{font-family: "Arial Black";font-size: 84px;color: #e9f1fc;line-height: 1;}
.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 57px;}
.intitle h2{display: inline-block;zoom: 1;font-size: 42px;position: relative;}
.intitle h2 img{height: 32px;vertical-align: bottom;margin-right: 2px;position: relative;top: 7px;float: left;}

.inservice{background: #fff;position: relative;overflow: hidden;padding-top: 20px;}
.inservice .intitle h2 img{height: 32px;top: 32px;}
.inservice .intitle{top: 32px;}

.inservice .intitle h2 span{color: #ff7401;font-family: "Impact";font-size: 94px;vertical-align: middle;margin-left: 14px;background-image: linear-gradient(to right,#ff7401,#f2b74c);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.inservice .intitle h2:after{display: block;content: "";width: 30px;height: 30px;border-radius: 50%;background-image: linear-gradient(to right,#ff9704,#f0b13d);position: absolute;right: 10px;bottom: 20px;}

@media (max-width:1366px){
    .inhead{text-align: center;position: relative;padding-top: 36px;}
	.inentitle{font-family: "Arial Black";font-size: 84px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 57px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 42px;position: relative;}
	.intitle h2 img{height: 32px;vertical-align: bottom;margin-right: 2px;position: relative;top: 7px;float: left;}
	.inservice .intitle{}
}
@media (max-width:1200px){
	.inhead{text-align: center;position: relative;padding-top: 36px;}
	.inentitle{font-family: "Arial Black";font-size: 84px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 57px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 42px;position: relative;}
	.intitle h2 img{height: 32px;vertical-align: bottom;margin-right: 2px;position: relative;top: 7px;float: left;}
	.inservice .intitle{}
}
@media (max-width:991px){
	.inhead{text-align: center;position: relative;padding-top: 36px;}
	.inentitle{font-family: "Arial Black";font-size: 54px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 48px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 28px;position: relative;}
	.intitle h2 img{height: 32px;vertical-align: bottom;margin-right: 2px;position: relative;top: 0px;float: left;}
	.inservice .intitle{top: 47px;}
	.inservice .intitle h2 img{ display:none; }
	.inservice .intitle h2 span,.inservice .intitle h2:after{ display:none }
}
@media (max-width:767px){
	.inhead{text-align: center;position: relative;padding-top: 36px;}
	.inentitle{font-family: "Arial Black";font-size: 48px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 46px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 24px;position: relative;}
	.intitle h2 img{height: 26px;vertical-align: bottom;margin-right: 2px;position: relative;top: 2px;float: left;}
	.inservice .intitle{}
	.inservice .intitle h2 span{ display:none }
	.inservice .intitle h2 img{ display:none; }
}
@media (max-width:500px){
	.inhead{text-align: center;position: relative;padding-top: 34px;padding-bottom: 20px;}
	.inentitle{font-family: "Arial Black";font-size: 34px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 5px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 18px;position: relative;}
	.intitle h2 img{height: 24px;vertical-align: bottom;margin-right: 2px;position: relative;top: 0px;float: left;}
	.inservice .intitle{top: 4px;}
	.inservice .intitle h2 span,.inservice .intitle h2:after{ display:none; }
	.intitle h2{ top: 28px;}
	.inservice{ padding-top:0; }
}

@media (max-width:350px){
	.inhead{text-align: center;position: relative;padding-top: 34px;padding-bottom: 20px;}
	.inentitle{font-family: "Arial Black";font-size: 28px;color: #e9f1fc;line-height: 1;}
	.intitle{width: 100%;color: #ff7401;font-size: 0;text-align: center;height: 50px;line-height: 50px;position: absolute;left: 0;top: 5px;}
	.intitle h2{display: inline-block;zoom: 1;font-size: 18px;position: relative;}
	.intitle h2 img{height: 24px;vertical-align: bottom;margin-right: 2px;position: relative;top: 0px;float: left;}
	.inservice .intitle{top: 4px;}
	.inservice .intitle h2 span,.inservice .intitle h2:after{ display:none; }
	.intitle h2{top: 25px;font-size: 16px;}
	.inservice{ padding-top:0; }
}

.inservice-box{margin-top: 46px;padding-bottom: 48px;}
.inservice-box ul{margin: 0px;position: relative; *overflow: hidden;}
.inservice-box li .item{height: 200px;padding: 0 4px 0 50px;margin: 0 0 24px 0;position: relative;background-repeat: no-repeat;background-position: center;border-radius: 8px;overflow: hidden;box-shadow: 0 0 10px rgba(7,0,2,.15);transition: box-shadow .6s;}
.inservice-box li .icon{width: 50px; height: 50px; background: url(../images/icon.png) no-repeat; position: absolute; left: 10px; top: 13px;}
.inservice-box li .title{font-size: 24px; color: #fff; margin-left: 16px; padding-top: 19px;}
.inservice-box li .desc{font-family: "Microsoft Yahei Light";font-size: 15px;color: #fff;margin-left: 16px;margin-top: 4px;line-height: 18px;margin-bottom: 9px;}
.inservice-box li .intro{margin-top: 10px;font-family: "Microsoft Yahei Light";font-size: 16px;color: #fff;}
.inservice-box li .intro p{line-height: 30px;position: relative;padding-left: 16px;}
.inservice-box li .intro p i{display: block;width: 6px;height: 6px;background: #fff;border-radius: 50%;position: absolute;left: 0;top: 13px;}
.inservice-box li .more{display: block; width: 98px; height: 28px; line-height: 28px; border: 1px solid #fff; border-radius: 15px; position: absolute; right: 15px; bottom: 20px; font-size: 14px; color: #fff; text-align: center;}
.inservice-box li .more:hover{color: #fff!important;}
.inservice-box li.s1 .item{background-image: url(../images/inservice-dbg1.jpg);}
.inservice-box li.s2 .item{background-image: url(../images/inservice-dbg2.jpg);}
.inservice-box li.s3 .item{background-image: url(../images/inservice-dbg3.jpg);}
.inservice-box li.s4 .item{background-image: url(../images/inservice-dbg4.jpg);}
.inservice-box li.s5 .item{background-image: url(../images/inservice-dbg5.jpg);}
.inservice-box li.s6 .item{background-image: url(../images/inservice-dbg6.jpg);}
.inservice-box li.s7 .item{background-image: url(../images/inservice-dbg7.jpg);}
.inservice-box li.s8 .item{background-image: url(../images/inservice-dbg8.jpg);}
.inservice-box li.s1 .icon{background-position: 0 0;}
.inservice-box li.s2 .icon{background-position: -50px 0;}
.inservice-box li.s3 .icon{background-position: -100px 0;}
.inservice-box li.s4 .icon{background-position: -150px 0;}
.inservice-box li.s5 .icon{background-position: -200px 0;}
.inservice-box li.s6 .icon{background-position: -250px 0;}
.inservice-box li.s7 .icon{background-position: -300px 0;}
.inservice-box li.s8 .icon{background-position: -350px 0;}
.inservice-box li .item:hover{box-shadow: 0 0 16px rgba(7,0,2,.32);}
@media only screen and (max-width: 1549px){
	.inservice-box ul{margin: -10px;}
	.inservice-box li .item{margin-bottom: 10px;}
	.inservice-box li .title{font-size: 18px;}
	.inservice-box li .desc{font-size: 12px;line-height: 16px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
	.inservice-box li .intro{font-size: 14px;margin-top: 12px;}
	.inservice-box li .intro p{line-height: 20px;}
}

@media only screen and (max-width: 767px){
	.inservice-box li.s1{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s2{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s3{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s4{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s5{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s6{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s7{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li.s8{ padding-left: 5px; padding-right: 5px;}
	.inservice-box li .title{ font-size:16px; }
}


/*首页---解决方案*/
.insolution{background: #f3f8ff; padding-bottom: 40px; position: relative; overflow: hidden;}
.insolution .inentitle{color: #e9f1fc;}
.insolution .intitle h2:after{display: block;content: "";width: 30px;height: 30px;border-radius: 50%;background-image: linear-gradient(to right,#ff9704,#f0b13d);position: absolute;right: -36px;bottom: -10px;}
.insolution-box{margin-top: 24px;}
.insolution-box li .item{margin: 0 18px; padding: 20px 10px; transition: box-shadow .6s;}
.insolution-box li .icon{width: 102px; height: 102px; background: url(../images/icon.png) no-repeat; margin: 0 auto;}
.insolution-box li .ico1{background-position: 0 -50px;}
.insolution-box li .ico2{background-position: -102px -50px;}
.insolution-box li .ico3{background-position: -204px -50px;}
.insolution-box li .ico4{background-position: -306px -50px;}
.insolution-box li .title{font-size: 26px;font-weight: bold;color: #666;margin-top: 22px;text-align: center;}
.insolution-box li:hover .title{ color:#ff6945 }
.insolution-box li .line{width: 40px; height: 2px; background: #ff6945; margin: 24px auto 0;}
.insolution-box li .desc{font-size: 16px; height: 104px; line-height: 26px; text-align: center; margin-top: 22px;}
.insolution-box li .more{display: block; width: 118px; height: 28px; line-height: 28px; color: #666; text-align: center; margin: 24px auto 0; border: 1px solid #999; border-radius: 15px;}
.insolution-box li:hover .more{background: #ff6a00\9; background-image: linear-gradient(to right,#f20058,#ff6a00); color: #fff!important; border-color: #f20058;}
.insolution-box li .item:hover{box-shadow: 0 0 20px rgba(7,0,2,.16);}
@media only screen and (max-width: 1549px){
	.insolution-box ul{margin: 0 -8px;}
	.insolution-box li .item{margin: 0 8px;}
	.insolution-box li .title{font-size: 20px;}
	.insolution-box li .desc{font-size: 14px;}
}

@media only screen and (max-width: 500px){
	.insolution-box ul{margin: 0 -8px;}
	.insolution-box li .item{margin: 0 8px;padding: 10px;}
	.insolution-box li .title{font-size: 18px;margin-top: 10px;}
	.insolution-box li .desc{font-size: 14px;}
	.insolution-box li .line{ margin-top: 10px;}
	.insolution-box li .more{ margin-top: 10px;}
	.inservice-box{ margin-top:20px; }
}


/*首页---选择我们*/
.inwhyus{padding: 14px 0; background: url(../images/inwhyus-bg.jpg) no-repeat center bottom; overflow: hidden;}
.inwhyus .intitle h2:after{display: block;content: "";width: 30px;height: 30px;border-radius: 50%;background-image: linear-gradient(to right,#ff9704,#f0b13d);position: absolute;right: -36px;bottom: -10px;}
.inwhyus-box{margin-top: 30px;}
.inwhyus-box{height: 574px; position: relative;}
.inwhyus-box .pic{position: absolute; left: 50%; top: 0; margin-left: -379px;}
.inwhyus-box .pic img{width: 758px; height: 574px;}
.inwhyus-box .text{width: 300px;position: absolute;overflow: hidden;}
.inwhyus-box .text .title{font-size: 30px; line-height: 34px; font-weight: bold; color: #ff6a00; padding-left: 40px; position: relative;}
.inwhyus-box .text .title i{display: block; width: 30px; height: 30px; line-height: 30px; border: 2px solid #ff6945; border-radius: 50%; font-size: 24px; text-align: center; position: absolute; left: 0; top: 0;}
.inwhyus-box .text .desc{width: 100%;float: left;font-size: 16px;color: #666;line-height: 28px;margin-top: 6px;}
.inwhyus-box .t1{left: 142px;top: 2px;}
.inwhyus-box .t2{right: 149px;top: 2px;}
.inwhyus-box .t3{width: 338px;left: -10px;top: 168px;}
.inwhyus-box .t4{right: 33px;top: 168px;}
.inwhyus-box .t5{width: 272px;left: 10px;top: 354px;}
.inwhyus-box .t6{width: 300px;right: -17px;top: 354px;}
.inwhyus-box .t7{width: 324px; left: 50%; top: 412px; margin-left: -162px;}
.inwhyus-box .t7 .title{font-size: 27px;}
@media only screen and (max-width: 1549px){
	.inwhyus-box{height: 458px;}
	.inwhyus-box .pic{margin-left: -303px;}
	.inwhyus-box .pic img{width: 606px;height: auto;}
	.inwhyus-box .text{width: 310px;}
	.inwhyus-box .text .title{font-size: 26px; line-height: 28px; padding-left: 34px;}
	.inwhyus-box .text .title i{display: block; width: 24px; height: 24px; line-height: 24px; border: 2px solid #ff6945; font-size: 22px;}
	.inwhyus-box .text .desc{font-size: 15px; line-height: 22px;}
	.inwhyus-box .t1{left: 100px;}
	.inwhyus-box .t2{right: 108px;}
	.inwhyus-box .t3{width: 318px; left: -4px; top: 132px;}
	.inwhyus-box .t4{right: 8px; top: 132px;}
	.inwhyus-box .t5{width: 300px; left: -16px; top: 282px;}
	.inwhyus-box .t6{width: 286px; right: -4px; top: 282px;}
	.inwhyus-box .t7{width: 270px; top: 326px; margin-left: -135px;}
	.inwhyus-box .t7 .title{font-size: 23px;}
}

@media only screen and (max-width: 1330px){
    .inwhyus{}
    .inwhyus .intitle h2:after{}
    .inwhyus-box{}
    .inwhyus-box{}
    .inwhyus-box .pic{}
    .inwhyus-box .pic img{ width: 600px;}
    .inwhyus-box .text{}
    .inwhyus-box .text .title{ font-size: 20px;}
    .inwhyus-box .text .title i{}
    .inwhyus-box .text .desc{}
    .inwhyus-box .t1{ left: 64px;}
    .inwhyus-box .t2{ right: 64px;}
    .inwhyus-box .t3{ width: 280px;}
    .inwhyus-box .t4{ width: 280px; right: 0;}
    .inwhyus-box .t5{ width: 270px;}
    .inwhyus-box .t6{ width: 242px;}
    .inwhyus-box .t7{}
    .inwhyus-box .t7 .title{}
}

@media only screen and (max-width: 1200px){
   .inwhyus-box .pic{}
   .inwhyus-box .pic img{}
   .inwhyus-box .text{ width: 237px;}
   .inwhyus-box .text .title{ font-size: 20px;}
   .inwhyus-box .text .title i{}
   .inwhyus-box .text .desc{}
   .inwhyus-box .t1{left: 0px;}
   .inwhyus-box .t2{right: 24px;}
   .inwhyus-box .t3{width: 200px;left: -16px;}
   .inwhyus-box .t4{width: 220px;right: -30px;}
   .inwhyus-box .t5{width: 200px;left: -40px;}
   .inwhyus-box .t6{width: 220px;right: -64px;}
   .inwhyus-box .t7{}
   .inwhyus-box .t7 .title{}
}

@media only screen and (max-width: 991px){
    .inwhyus .inwhyus-box{ display:none }
    .inwhyus .intitle h2:after{ display:none }

}    



.ali-worry {padding-bottom: 20px;overflow: hidden;}
.ali-worry .intitle h2:after {display: block;content: "";width: 30px;height: 30px;border-radius: 50%;background-image: linear-gradient(to right,#ff9704,#f0b13d);position: absolute;right: -36px;bottom: -10px;}
.ali-worry-list{margin: 0px 0px;padding-top: 28px;}
.ali-worry-list .item{height: 110px;color: #fff;background: linear-gradient(90deg,rgb(255 116 1),rgb(230 0 18));border-radius:10px;margin: 12px 0px;box-sizing: border-box;}
.ali-worry-list .item .tit{font-weight:bold;font-size: 28px;padding-top: 36px;background: url(../images/dayi.png) no-repeat 24px 40px;padding-left: 72px;padding-bottom: 12px;}
.ali-worry-list .item .text{font-weight: 300;font-family:MicrosoftYaHeiLight;font-size: 18px;line-height: 32px;padding-right: 30px;opacity: 1;padding-left: 80px;color: #fff;}

@media only screen and (max-width: 1024px){
    .ali-worry-list .item .tit{}
    .ali-worry-list .item .text{}
    .ali-worry-list .item{}
}
@media only screen and (max-width: 991px){
    .ali-worry-list .item .tit{ font-size: 20px; padding-top: 40px;}
    .ali-worry-list .item .text{ font-size: 15px; line-height: 24px;}	
    .ali-worry-list .item{}
}
@media only screen and (max-width: 767px){
    .ali-worry-list .item .tit{}
    .ali-worry-list .item .text{}
    .ali-worry-list .item{}	
}
@media only screen and (max-width: 500px){
    .ali-worry-list .item .tit{ padding-top: 16px; background: url(../images/dayi.png) no-repeat 32px 21px; font-size: 18px;}
    .ali-worry-list .item .text{ font-size: 14px; line-height: 20px;}	
    .ali-worry-list .item{ height: 120px; margin: 6px 0;}
    .ali-worry{ padding-bottom:20px; }
}

/**/
.sy-anli{ padding-bottom:40px; }
.price { padding-top: 40px;}
.price h2 {font-size: 24px; color: #333; line-height: 1; font-weight: 400; padding-bottom: 10px;padding-left: 10px;}
.price .category {width: 1200px;overflow: hidden;position: relative;overflow: hidden;margin-bottom: 20px;margin-top: 40px;text-align:  center;}
.price .category:after {/* content: ""; *//* position: absolute; *//* width: 100%; *//* left: 0; *//* top: 0; *//* height: 1px; *//* background-color: #EDEDED; *//* z-index: 2; */}
.price .category:before {/* content: ""; *//* position: absolute; *//* width: 100%; *//* left: 0; *//* bottom: 0; *//* height: 1px; *//* background-color: #EDEDED; *//* z-index: 2; */}
.price .category a:after {content: "";display: inline-block;width: 0;height: 100%;vertical-align: middle;}
.price .category ul{ margin:0 auto; width:973px;} 
.price .category ul li {display: inline-block;white-space: nowrap;width: 240px;font-size: 18px;background: #e2e1e1;text-align: center;cursor: pointer;position: relative;margin-right: 81px;padding: 18px 0px;}
.price .category ul li:nth-child(3n) { margin-right: 0;}
.price .category ul li:nth-child(4n) { margin-right: 0;}
.price .category ul li.active {color: #fff;background-color: #ff6600;background-image: linear-gradient(#fb8d43, #fb6806);}
.price .cont {display: none;}
.price .cont.active {display: block;width: 100%;}

.c2-item {float: left;background: #fff;margin-bottom: 20px;}
.al1{ border: 1px solid #D9D9D9;}
.c2-item:nth-child(1),.c2-item:nth-child(5) {}
.c2-list>.c2-item:nth-child(5),
.c2-list>.c2-item:nth-child(6),
.c2-list>.c2-item:nth-child(7),
.c2-list>.c2-item:nth-child(8) {margin-top: 21px;}
.c2-list>.c2-item:nth-child(5) {margin-left: 0px;}

.case_more{width: 172px;height: 42px;text-align: center;margin-top: 20px;position: relative;left: 50%;transform: translateX(-50%);background: #ff7401;}
.case_more:hover{ background-color: #ff6600; background-image: linear-gradient(#fb8d43, #fb6806);}
.case_more:hover a{ color:#fff;}    
.case_more a{line-height: 42px;text-decoration:none;transition: all 0.5s;position:relative;}
.caset_more a em{content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    text-align: center;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: wave 1.3s infinite;
    animation: wave 1.3s infinite;
    z-index: 1;}
.case_more a span{font-size: 15px;color: #fff;}

@media \0screen {
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item { margin-top: 21px;}
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item {  margin-left: 0px;}

      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item,
      .c2-list>.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item+.c2-item { margin-left: 21px; }
}
.bt{overflow: hidden;display: block;background: #EFEFEF;font-size: 14px;color: #333;line-height: 39px;text-align: center;text-decoration: none;padding: 0 12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.c2-item:hover .bt{background: #ff6600;color: #fff;text-decoration: none;}
.c2p {}
.c2p>a {overflow: hidden;display: block;height: 100%;position: relative;max-height: 360px;}
.c2p>a>img {width: 100%;transition: all 1s cubic-bezier(0.12, 0.4, 0.57, 1.01);}
.c2p>a:hover>img{    transform: translateY(-232px);}
.c2-imgab{position:absolute;left:0;top:-210px;display:none;z-index: 100;}
.c2-list:nth-child(2) .c2-item:hover .c2-imgab{display:block;}.c2-list:nth-child(2) .c2-item:hover .c2p>a {/*overflow:unset;*/}
.c2-item:hover .c2zz { display: block;}

@media only screen and (max-width: 1200px){
    .c2p>a{ max-height: 272px;}
	
}
@media only screen and (max-width: 767px){
    .c2p>a{ max-height: 240px;}
	
}
@media only screen and (max-width: 500px){
    .c2p>a{ max-height: 200px;}
    .price{ padding-top:20px; }
	
}

/**/
.sy-tuandui{ padding-bottom: 54px; overflow: hidden; background: #f3f8ff;}
.tdzs{overflow:hidden;padding-top: 40px;}
.tdzs ul{}
.tdzs ul li{margin-bottom: 10px;padding: 0 5px;}
.tdzs ul li>div{ border: 1px solid #ccc;}
.tdzs ul li>div:hover{ border:1px solid #ff7401; }
.tdzs ul li img{ padding: 2px;}

@media only screen and (max-width: 500px){
	.sy-tuandui{ padding-bottom: 36px;}
	.tdzs{overflow:hidden;padding-top: 20px;}
}


/*首页---新闻*/
.innews{overflow: hidden;padding: 64px 0;}
.innews ul{margin: 0 -15px;}
.innews li .item{margin: 0 15px;}
.innews li .title{font-family: "Microsoft Yahei Light"; height: 24px; line-height: 24px; font-size: 24px; font-weight: bold; border-left: 4px solid #ff6a00; margin-bottom: 22px; padding-left: 12px;}
.innews li .title a{font-family: "Microsoft Yahei"; float: right; margin-right: 4px; font-size: 14px; font-weight: normal; color: #666;}
.innews li .dt{margin-bottom: 16px;}
.innews li .dt a{display: block; padding: 20px 34px 26px 40px; background: #fff; border: 1px solid #ccc;}
.innews li .dt .time{height: 30px; line-height: 30px; font-size: 18px; font-weight: bold; color: #ff6a00; transition: color .5s;}
.innews li .dt .line{width: 23px; height: 2px; background: #ccc; margin-left: 14px; margin-top: 10px; transition: background .5s;}
.innews li .dt h3{font-size: 24px;height: 42px;line-height: 34px;overflow: hidden;margin-top: 10px;text-overflow: ellipsis;white-space: nowrap;} 
.innews li .dt .desc{font-family: "Microsoft Yahei Light"; font-size: 14px; height: 72px; line-height: 24px; color: #666; overflow: hidden; transition: color .5s; margin-top: 10px;}
.innews li .dt a:hover{background: #ff6a00; border-color: #ff6a00; color: #fff!important;}
.innews li .dt a:hover .line{background: #fff;}
.innews li .dt a:hover .time,.innews li .dt a:hover .desc{color: #fff!important;}
.innews li .dt a:hover .time{border-bottom-color: #fff;}
.innews li .dd{height: 48px; line-height: 48px; border-bottom: 1px solid #ccc; padding: 0 4px; margin-top: 6px;}
.innews li .dd .time{float: right; color: #999;}
.innews li .dd h3{height: 40px; line-height: 40px; font-size: 15px; margin-right: 130px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


.m-innews{ display:none; padding: 28px 12px; background: #fff;}
.innews-tabtit{border-left: 2px solid #ff6a00; padding-left: 10px; display: flex; justify-content: space-between; align-self: center;}
.innews-tabtit ul{display: flex; flex-flow: wrap;}
.innews-tabtit li{font-family: "Microsoft Yahei Light"; height: 20px; line-height: 20px; font-size: 14px; font-weight: bold; color: #524A7C; margin-right: 10px;}
.innews-tabtit li.active{color: #FF6A00;}
.innews-tabtit .more{font-size: 12ppx; color: #666;}
.innews-tabtit .more a{color: #666;}
.innews-tabcont{margin-top: 15px;}
.innews-tabitem .dt a{display: block; padding: 12px 10px 16px 16px; background: #fff; border: 1px solid #ccc;}
.innews-tabitem .dt .time{line-height: 24px; font-size: 14px; font-weight: bold; color: #9A9A9A; transition: color .5s;}
.innews-tabitem .dt .time:after{display: block; content: ""; width: 16px; height: 1px; background: #FF6A00; margin-left: 4px; margin-top: 8px; transition: background .5s;}
.innews-tabitem .dt h3{font-size: 16px; max-height: 52px; line-height: 26px; overflow: hidden; margin-top: 6px;} 
.innews-tabitem .dt .desc{font-size: 12px; height: 60px; line-height: 20px; color: #666; overflow: hidden; transition: color .5s; margin-top: 8px;}
.innews-tabitem .dt a:hover{background: #ff6a00; border-color: #ff6a00; color: #fff!important;}
.innews-tabitem .dt a:hover .time:after{background: #fff;}
.innews-tabitem .dt a:hover .time,.innews-tabitem .dt a:hover .desc{color: #fff!important;}
.innews-tabitem .dd a{display: block; height: 42px; line-height: 42px; border-bottom: 1px solid #ccc; padding: 0 2px; position: relative;}
.innews-tabitem .dd .time{font-size: 12px; color: #999; position: absolute; right: 0; top: 0;}
.innews-tabitem .dd h3{height: 41px; line-height: 41px; font-size: 14px; margin-right: 86px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


@media only screen and (max-width: 1549px){
	.innews ul{margin: 0 -10px;}
	.innews li .item{margin: 0 10px;}
	.innews li .dt a{padding-left: 24px; padding-right: 18px;}
	.innews li .dt h3{font-size: 22px;} 
}


@media only screen and (max-width: 1200px){
	.innews li .item{margin-top:20px;;}
	.innews li .dd h3{ padding-left:20px; }
	.innews{ display:none; }
	.m-innews{ display:block; }
}

@media only screen and (max-width: 1100px){
	.innews li .item{margin-top:20px;;}
	.innews li .dd h3{ padding-left:20px; }
}
@media only screen and (max-width: 767px){
.innews{ padding: 30px 0;}
}

.inwhyus-box1{margin-top: 16px; display:none;}
.inwhyus-box1 li{display: flex; margin-bottom: 14px;}
.inwhyus-box1 li:last-child{margin-bottom: 0;}
.inwhyus-box1 li .icon{flex-shrink: 0; width: 70px;}
.inwhyus-box1 li .icon img{width: 70px;}
.inwhyus-box1 li .text{margin-left: 10px;}
.inwhyus-box1 li .text .name{display: flex; align-items: center; font-size: 15px; font-weight: bold; color: #ff6a00;}
.inwhyus-box1 li .text .name:before{display: block; content: attr(data-num); width: 22px; height: 22px; line-height: 20px; text-align: center; border: 1px solid #ff6a00; border-radius: 50%; margin-right: 4px;}
.inwhyus-box1 li .text .title{font-size: 12px; color: #666; line-height: 1.6; margin-top: 6px;}

@media only screen and (max-width: 991px){
	.inwhyus-box1{ display:block; }
	.insolution .intitle h2:after{ display:none; }
	.ali-worry .intitle h2:after{ display:none; }
	
}


/*1*/
.ali-1{ padding-bottom:20px; }
.ali-1 h3 , .introduce h2 {font-size: 30px;text-align: center;color: #333;letter-spacing: 2px;padding-top: 40px;}
.ali-1 h3 span{ color: #c91111;}
.ali-1 h4{text-align: center;color: #555;font-size: 18px;text-transform: uppercase;margin-top: 10px;display: none;}
.jd-3 ul{margin: 42px -10px 0;}
.jd-3 ul li{float: left;}
.jd-3 ul li>div{padding: 20px 15px;background: #f5f7f9;}
.jd-3 ul li i{font-size: 80px;line-height: 80px;height: 80px;color: #dddddd;font-style: normal;font-weight: normal;margin-right: 15px;display: block;float: left;}
.jd-3 ul li div{margin-top: 8px;min-height: 75px;}
.jd-3 ul li span{ font-size: 18px; color: #ff7e11; font-weight: bold;}
.jd-3 ul li p{font-size: 16px;color: #666;padding-top: 6px;}


.sup_Inside {padding: 24px 0;}
.sup_bg{}
.sup_box{margin: 20px auto 0px;}
.sup_box .sup_title{text-align: center;font-size: 30px;color: #333;visibility: visible;}
.sup_box .sup_text{color: #333;font-size: 18px;line-height: 30px;margin-top: 30px;letter-spacing: 1px;}
.c-support-inner { margin: 0 auto; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px;}
.c-support-tit { text-align: center; text-align: center; font-size: 30px; color: #000; font-weight: 400; line-height: 1.5;}
.p-support-card-list .c-media.c-media-shadow {}
.p-support-card-list .p-support-card {}
.p-support-card-list .c-media {margin: 20px 10px;}
.p-support-card-list .c-media-horiz {padding: 0;padding-left: 20px;}
.p-support-card-list{}
.p-support-card-list .c-media-aline .c-media-img { position: relative; display: block; width: 70px; height: 70px; top: -3px; left: 0;}
.p-support-card-list .c-media-img>img { max-width: 100%; max-height: 100%;}
.p-support-card-list .c-media-heading {margin: 0;color: #000;font-size: 18px;line-height: 27px;padding: 10px 0;}
.p-support-card-list .c-media-info {color: #666;font-size: 16px;margin-top: 0;min-height: 48px;line-height: 24px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}

.col .h2 {text-align: center;font-size: 30px;line-height: 42px;color: #333;margin-bottom: 20px;letter-spacing: 2px;}
.col .p { text-align: center;font-size: 16px; line-height: 30px; color: #666;}
.sup-col{ background: #f5f5f5; padding: 40px 0;}
.sup-col .h2 span{ color: #08d497;}
.sup-col {}
.sup-col ul{padding: 2px 2px;}
.sup-col ul li .sup_box{text-align: center;float: left;cursor: pointer;box-shadow: 0 0 5px 0 rgba(0,0,0,.1);}
.sup-col ul li .sup_box:hover{ box-shadow: 0 0 20px 0 rgba(0,0,0,.1);}
.sup-col ul li .sup_box .sup_img{}
.sup-col ul li .sup_box .sup_img .icon{ height: 80px; display: block; margin: 30px auto;}
.sup-col ul li .sup_box .sup_img .icon img{ height: 100%;}
.sup-col ul li .sup_box h3{font-size: 24px;font-weight: bold;color: #ff7401;}
.sup-col ul li .sup_box p{text-align: left;margin: 12px 24px;text-align: center;color: #666;line-height: 24px;font-size: 16px;}

/*店铺装修*/

.case1_Inside { background: #fff;}
.case2_Inside {margin: 20px auto 32px;background: #fff;}
.case3_Inside {margin: 10px auto 0;padding: 20px 0 40px;background: #f8f8f8;}

.case1_box{margin: 30px auto 50px;}
.case1_box .case1_title{ font-size: 26px; color: #333; visibility: visible;}
.case1_box .case1_text{ color: #6b6b6b; font-size: 16px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.case2_box{ margin: 50px auto 50px;}
.case2_box .case2_title{ text-align: center; font-size: 26px; color: #333; visibility: visible;}

.case3_box{ margin: 50px auto 50px;}
.case3_box .case3_title{ text-align: center; font-size: 30px; color: #333; visibility: visible;}
.case3_box .case3_text{ text-align: center; color: #333; font-size: 18px; line-height: 30px; margin-top: 15px; letter-spacing: 1px;}
.c_box { margin: 0 0px; border-radius: 5px; box-shadow: 0px 2px 12px 2px #dcdcdc;}

.c_box .cbox_head{ height: 200px; border-radius: 5px; background: url(../images/cbox_head_bg.jpg) center repeat-x;}
.c_box .cbox_head .c_pic{ padding: 20px 0;}
.c_box .cbox_head .c_pic .pic_box{ width: 120px; height: 120px; margin: 0 auto; border-radius: 50%; background: #fff;}
.c_box .cbox_head .c_pic .pic_box img{ max-width: 100%;}
.c_box .cbox_head h3{ color: #fff; font-size: 18px;font-weight: 700; text-align: center;}
.c_box .cbox_text{font-size: 14px;padding: 20px 20px;line-height: 24px;overflow: hidden;}
.info-box{ margin-bottom: 20px;}
.info-box .info-title{ font-size: 20px; color: #000; margin-bottom: 10px; letter-spacing: 1px; font-weight: bold;}
.info-box .info-detail{ font-size: 16px; margin-bottom: 8px; letter-spacing: 1px;}
.case3_pic{}
.case3_pic img{ max-width: 100%;}
.p-scenes-item, .p-scenes-list { font-size: 0;}
.lt-item, .lt-items.p-scenes-item .p-scenes-inner, .rt-item, .rt-items.p-scenes-item .p-scenes-inner { -webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.lt-item { background-image: url(../images/recommend-pc1.png); background-size: cover; background-position: center;}
.rt-item { background-image: url(../images/recommend-pc2.png); background-size: cover; background-position: center;}
.c-section-inner { margin: 0 auto; width: 100%;  max-width: 1200px; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 10px;}
.c-section-tit { text-align: center; text-align: center; font-size: 30px; color: #000; font-weight: 400; line-height: 1.5;}
.p-scenes-item { padding: 30px; width: calc((100% - 20px)/ 2); display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom: 20px; font-size: 0; margin-right: 10px;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-inner>.p-scenes-desx, .p-scenes-item>.p-scenes-desx { font-size: 14px; color: #fff; line-height: 24px; display: block; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; max-height: 45px;}
.p-scenes-item.rt-items { padding: 0; margin-left: 10px; margin-right: 0;}
.p-scenes-item.lt-items {padding: 0; margin-left: 0; margin-right: 10px;}
.p-scenes-item.rt-item { margin-left: 10px; margin-right: 0;}
.p-scenes-item .p-scenes-inner { padding: 30px; width: calc((100% - 20px)/ 2);  display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.p-scenes-inner>h4, .p-scenes-item>h4 { font-size: 24px; color: #fff; line-height: 33px; margin-bottom: 30px;}
.p-scenes-item .p-scenes-desx { width: 220px;}
.p-scenes-item .p-scenes-inner+.p-scenes-inner { margin-left: 20px;}
.rt-items.p-scenes-item .p-scenes-inner:first-child {
    background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-color: #00c8dc\9;
}
.rt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
    background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-color: #65a1f8\9;
}
.lt-items.p-scenes-item .p-scenes-inner:first-child {
    background-image: linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
    background-color: #00c8dc\9;
}
.lt-items.p-scenes-item .p-scenes-inner:nth-child(2) {
    background-image: linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
    background-color: #65a1f8\9;
}
.lt-item:hover, .lt-items.p-scenes-item .p-scenes-inner:hover, .rt-item:hover, .rt-items.p-scenes-item .p-scenes-inner:hover {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
}

.c-section { position: relative;}
.c-section.c-p-y-tall { padding: 45px 10px 50px;}
.c-section.bg-color { background: #f7f8fa;}
.c-section-hd { margin-bottom: 55px;}
.c-tab-normal { position: relative; margin-bottom: 70px;}
.c-tab-aligncenter { text-align: center; border-bottom: 2px solid #e5e5e5;}
.page-p-entry .c-tab-normal.c-tab-min .c-tab-simple { padding-left: 5px; padding-right: 5px;}
.page-p-entry .c-tab-normal .c-tab-simple a { padding: 10px 20px; display: inline-block; outline: 0;}
.c-tab-normal .c-tab-simple:first-child { padding-left: 0;}
.c-tab-normal .c-tab-simple { position: static; cursor: pointer;}
.c-tab-normal .c-tab-simple a { position: relative;}
.c-tab-normal .c-tab-simple a { display: block; padding: 10px 30px; text-decoration: none;}
.c-tab-normal .c-tab-simple .c-tab-tit { display: block; color: #333; font-size: 18px;}
.c-tab-normal .c-tab-simple.actived .c-tab-des, .c-tab-normal .c-tab-simple.actived .c-tab-tit, .c-tab-normal .c-tab-simple:hover .c-tab-des, .c-tab-normal .c-tab-simple:hover .c-tab-tit { color: #00a4ff;}
.c-tab-normal .c-tab-simple.actived a:after { display: inline-block;content: ""; height: 2px; width: 100%; position: absolute; left: 0; right: 0; bottom: -2px; background: #00a4ff; z-index: 1;}
.c-tab-panel-box { margin-top: 20px;}
.sol-framework .c-tab-panel.current, .sol-framework .solution-framework-box.current { display: block;}
.sol-framework .c-tab-panel { display: none;}
.sol-framework .shadow-title { display: none;}
.c-margin-b20-grid { margin-bottom: -20px;}
.c-grid-expand { margin-right: -10px; margin-left: -10px;}
.c-grid { font-size: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.c-grid [class*=c-g-] { display: inline-block; zoom: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 14px; padding-left: 10px; padding-right: 10px; vertical-align: top;}
.c-margin-b20-grid>[class*=c-g-] { margin-bottom: 20px;}
.p-solution-card-list .c-media.c-media-shadow {box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);box-shadow: 0 2px 4px 0 rgba(3,27,78,.06);-webkit-box-shadow: 0px 2px 4px 1px rgb(3 27 78 / 10%);-moz-box-shadow: 0 2px 4px 0 rgba(3,27,78,.1);}
.p-solution-card-list .p-solution-card { height: 173px;}
.c-media-shadow { border: none; box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.12); cursor: pointer;-webkit-transition: box-shadow .2s linear; -webkit-transition: transform .2s linear; transition: box-shadow .2s linear; transition: transform .2s linear;}
.c-media-shadow:hover { box-shadow: 0 0 6px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.1); -webkit-transform: translate3d(0,-10px,0); transform: translate3d(0,-10px,0);}
.c-media { line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media {padding: 20px 30px;}
.p-solution-card-list .c-media-horiz { padding: 0;}
.c-media-aline { position: relative;}
.c-media-horiz { position: relative; line-height: 1.5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; padding: 20px; display: block;}
.p-solution-card-list .c-media-aline .c-media-img {top: -3px;left: 0;}
.c-media-aline .c-media-img { position: absolute; left: 20px; top: 20px;}
.c-media-horiz .c-media-img { display: table-cell; vertical-align: top; width: inherit; padding: 0 15px 0 0;}
.c-media-img { width: 100%; text-align: center;}
.p-solution-card-list .c-media-img>img { width: 28px; height: auto;}
.ico32 { width: 32px; height: 32px; display: block; margin: 0 auto;}
.c-media-horiz .c-media-body {display: table-cell;vertical-align: top;margin-top: 0px;margin-bottom: 10px;}
.c-media-body { margin-top: 20px;}
.c-media-horiz:after { content: ""; display: block; height: 0; clear: both; visibility: hidden;}
.p-solution-card-list .c-media-heading { color: #000; font-size: 18px; line-height: 27px;}
.c-media-aline .c-media-heading {}
.c-media-horiz .c-media-heading {text-align: left;margin-top: 0px;}
.c-media-heading { text-align: center; font-size: 18px; color: #333; margin: 0; padding: 0; font-weight: 400; line-height: 1.5;}
.p-solution-card-list .c-media-info {color: #666;font-size: 14px;line-height: 24px;display: block;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
.c-media-info { font-size: 14px; color: #666; margin-top: 10px; line-height: 1.7; word-wrap: break-word;}
.clearfix:after { content: ""; display: block; height: 0;  clear: both; visibility: hidden;}
.case_content .zx {margin-top: 48px;margin-bottom: 20px;}
.case_content .zx a{font-size: 18px;color: #fff;background: #f57e21;padding: 5px 10px;margin: auto;border-radius: 6px;display: block;text-align: center;}
.matop{ margin-top:42px !important; }
.top-wx{background:#fff;display:inline-block;padding: 10px;position:absolute;right: 0;top: 68px;width:140px;display: none;}
.top-wx img{max-width:120px;float:left;}
.head-lang:hover .top-wx{ display:block; }


/*关于我们*/
.title{ padding: 0 15px;}
.title h4{font-size: 20px;color: #ff7401;text-transform: uppercase;font-weight: normal;}
.title h3 {font-size: 36px;color: #ff7401;font-weight: bold;margin-top: 12px;}
.title p {font-size: 14px;color: #666;margin-top: 10px;}

.imgone ul li img{ border:1px solid #ccc; padding:2px; }

.aboutbox2 .title h4{font-size: 20px;color: #ff7401;text-transform: uppercase;font-weight: normal;}
.aboutbox2 .title h3 {font-size: 42px;color: #ff7401;font-weight: bold;margin-top: 12px;}
.aboutbox2 .title p {font-size: 14px;color: #666;margin-top: 10px;}


.aboutbox{background: url(../images/homebg2.jpg) no-repeat center center/cover;padding: 30px 0 50px;}
.aboutbox .title h4{font-size: 20px;color: #ff7401;text-transform: uppercase;font-weight: normal;}
.aboutbox .title h3 {font-size: 42px;color: #ff7401;font-weight: bold;margin-top: 12px;}
.aboutbox .title p {font-size: 14px;color: #666;margin-top: 10px;}
.aboutbox .text{float: left;width: 45%;padding-top: 60px;}
.aboutbox .text .t {color: #333333;font-size: 14px;margin-top: .3rem;line-height: 30px;}
.aboutbox .text .t p{margin-bottom: 20px;}
.aboutbox .img{float: right;line-height: 0;width: 51%;}
.aboutnum{background: #ffffff;padding: 8rem 0;}
.aboutnum ol li{float: left;width: 25%;text-align: center;position: relative;}
.aboutnum ol li::before{content: "";position: absolute;right: 0;top: 0;width: 1px;height: 100%;background: #f3f3f3;}
.aboutnum ol li:last-child::before{display: none;}
.aboutnum ol li .num{color: #ff7401;font-size: 6rem;font-family: "DINPro-Medium";}
.aboutnum ol li p {font-size: 14px;color: #343434;padding-bottom: 10px;}
.aboutbox2{background: #f7f7f9;padding: 8rem 0;}
.aboutbox2 ol{margin-top: 30px;}
.aboutbox2 ol li{float: left;width: 32%;background: #fff;margin-right: 2%;box-shadow: 0 0 5px rgba(0, 0, 0, .1);}
.aboutbox2 ol li:nth-child(3n){margin-right: 0;}
.aboutbox2 ol li .img{line-height: 0;}
.aboutbox2 ol li .img img{width: 100%;}
.aboutbox2 ol li .text{padding: 25px 30px;}
.aboutbox2 ol li .text h3{color: #161616;font-size: 20px;font-weight: normal;}
.aboutbox2 ol li .text p{margin-top: 10px;color: #666666;font-size: 14px;line-height: 24px;height: 112px;}
.aboutbox2 ol li:hover .text h3{color: #ff7401;}

.incont{ padding: 40px 0; overflow: hidden;}
.incont-teambox{padding: 0 15px;padding-top:20px;}

.sss4{
}
.sss4 ul{overflow:hidden;padding: 19px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 42px 10px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{font-size:16px;padding:0 30px;line-height:1.8;}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(255 116 1 / 0.3);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
}
@media (max-width:767px) {
	.sss4 ul li>div{padding:20px 10px;}
	.sss4 ul li>div p{font-size:14px;padding:0;line-height:20p;}
}

@media only screen and (max-width: 1330px){
    .jd-3 ul li p{font-size: 14px;}
}
@media only screen and (max-width: 1199px){
.jd-3 ul li div{ min-height: 100px;}
.c_box .cbox_text{ min-height: 110px;}
}

@media only screen and (max-width: 1024px){
.c_box .cbox_text{min-height: 136px;}
}


@media only screen and (max-width: 767px){
	.ali-1 h3, .introduce h2{font-size: 26px;padding-top: 20px;}
	.ali-1 h4{font-size: 16px;line-height: 24px;}
	.jd-3 ul{ margin: 20px -10px 0;}
	.jd-3 ul li span{height: 10px;font-size: 15px;display: contents;}
    .jd-3 ul li div{min-height: 120px;display: grid;}
    .sup-col ul li .sup_box p{margin: 12px 24px;font-size: 14px;min-height: 52px;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;}
    .c_box .cbox_text p{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;}
    .c_box{ margin-bottom:20px; }
    .c_box .cbox_text{}
	
	.aboutbox{padding: 40px 0;}
	.aboutbox .text{padding-top: 0;width: 100%;}
	.aboutbox .text .t{margin-top: 10px;line-height: 24px;}
	.abou_nt{
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 20px !important;
}
	.aboutbox .img{width: 100%;text-align: center;margin-top: 10px;}
	.aboutnum{padding: 40px 0;}
	.aboutnum ol{border-top:1px solid #f3f3f3;}
	.aboutnum ol li{width: 50%;padding: 20px 0;border-bottom:1px solid #f3f3f3;}
	.aboutnum ol li:nth-child(2)::before{display: none;}
	.aboutnum ol li .num{font-size: 26px;}
	.aboutbox2{padding: 40px 0;}
	.aboutbox2 ol li{width: 100%;margin-bottom: 15px;}
	.aboutbox2 ol li:last-child{margin-bottom: 0;}
	.aboutbox2 ol li .text{padding: 20px 15px;}
	.aboutbox2 ol li .text h3{font-size: 16px;}
	.aboutbox2 ol li .text p{font-size: 14px;height: auto;margin-top: 5px;}

	
}

@media only screen and (max-width: 515px){
    .p-support-card-list .c-media-horiz{ padding-left:0; }
    .p-support-card-list .c-media-info{font-size:14px;margin-top: 0;}
    .p-support-card-list .c-media{margin: 0 0 20px 0;}
    .c-media-horiz .c-media-heading{font-size: 16px;}
    .p-solution-card-list .c-media{padding: 20px;}
    .p-solution-card-list .c-media-info{}
    .case3_box .case3_title{font-size: 24px;}
    .c_box{ margin-bottom:20px; }
    .c_box .cbox_text{padding: 12px;min-height: 124px;}
    .sup-col ul li .sup_box p{margin: 10px 16px;}
}

@media (max-width:768px ) {
    .title h3,.aboutbox2 .title h3,.aboutbox .title h3{font-size:32px;margin-top: 10px;}
	
}

.jd-4{overflow:hidden;}
#caselist{margin-top:30px;}
#caselist li{padding:0 8px;}
#caselist li a{display:block;}
#caselist li a .case-img{overflow:hidden;border-radius:8px;}
#caselist li a .case-txt{padding:15px 20px;overflow:hidden;position:relative;}
#caselist li a .case-txt::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d5d5d5;z-index:1;}
#caselist li a .case-txt::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#ff7401;z-index:2;}
#caselist li a .case-txt p{float:left;font-size:16px;color:#333;width:calc(100% - 80px);}
#caselist li a .case-txt .case-more{display:block;float:right;width:70px;height:22px;line-height:22px;font-size:14px;color:#fff;text-align:center;border-radius:20px;background:#3d3f49;}
#caselist li a:hover .case-txt::after{width:100%;}
#caselist li a:hover .case-txt p{color:#ff7401;}
#caselist li a:hover .case-txt .case-more{background:#ff7401;}
@media (max-width:500px){
#caselist li a .case-txt{padding:10px;}
#caselist li a .case-txt p{width:100%;text-align:center;}
#caselist li a .case-txt .case-more{display:none;}
}

#teamlist{margin-top:30px;}
#teamlist li{padding:0 8px;}
#teamlist li a{display:block;}
#teamlist li a .case-img{overflow:hidden;border-radius:8px;}
#teamlist li a .case-txt{padding:15px 20px;overflow:hidden;position:relative;}
#teamlist li a .case-txt::before{content:'';position:absolute;bottom:0;left:0;width:100%;height:1px;background:#d5d5d5;z-index:1;}
#teamlist li a .case-txt::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#ff7401;z-index:2;}
#teamlist li a .case-txt p{float:left;font-size:16px;color:#333;width:calc(100% - 80px);}
#teamlist li a .case-txt .case-more{display:block;float:right;width:70px;height:22px;line-height:22px;font-size:14px;color:#fff;text-align:center;border-radius:20px;background:#3d3f49;}
#teamlist li a:hover .case-txt::after{width:100%;}
#teamlist li a:hover .case-txt p{color:#ff7401;}
#teamlist li a:hover .case-txt .case-more{background:#ff7401;}
@media (max-width:500px){
#teamlist li a .case-txt{padding:10px;}
#teamlist li a .case-txt p{width:100%;text-align:center;}
#teamlist li a .case-txt .case-more{display:none;}
}

/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.2;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
.owl-prev, .owl-next{display:none;}
}