@charset "utf-8";/*初始化*/
*{padding:0;margin:0;outline: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
html{font-size: calc(100vw/19.2);}
html, body{width: 100%;height: auto;min-height: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
body{font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;font-size: 16px;line-height: 1.5em;color: #999;background: #fff;}
input,button{-webkit-appearance:none;border-radius: 0;}
a,a:hover,a:focus{text-decoration: none;}
textarea{resize: none;overflow: auto;}
input,button{border: 0;}
img{border: 0;vertical-align: top;}
li{list-style: none;}
ul,ol,p,h1,h2,h3,h4,h5,h6{margin:0;}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{/* WebKit, Blink, Edge */color: #666;}
input:-moz-placeholder, textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */color: #666;opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder{/* Mozilla Firefox 19+ */color: #666;opacity: 1;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder{/* Internet Explorer 10-11 */color: #666;}
select{-webkit-box-sizing: border-box;box-sizing: border-box;white-space: nowrap;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand{display: none;}

/*公共样式*/
.c-clear{zoom: 1;}
.c-clear:after{content:'';display: block;clear: both;}
.c-fl{float: left;}
.c-fr{float: right;}
.c-container{position: relative;width:1440px;margin:0 auto;}
.layout{width:1200px;margin:0 auto;}
body.c-open{overflow: hidden;}
.c-bg-color1 {background: #fff !important;}
.c-bg-color2 {background: #f9f9f9 !important;}
.c-pt1 {padding-top: 130px !important;}
.c-text-center {text-align: center;}
@media screen and (max-width: 1599px){
.c-container{width:95%;}
}
@media screen and (max-width: 1220px){
.layout{width:90%;}
}

/*顶部*/
#c-headerbg{height:90px;width:100%;background:#fff;display:block;}
#c-header{position: fixed;top:0;left:0;z-index: 900;width: 100%;line-height:90px;text-align: center;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;background:#fff;}
#c-header.c-head-hide,.c-open #c-header{color: #333;background: #fff;box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);}
#c-header.c-head-move{-webkit-transform: translateY(-100%);transform: translateY(-100%);}
#c-header a{color:#000000;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-header.c-head-hide a,.c-open #c-header a{color: #333;}
/*顶部logo*/
#c-header .c-logo a{float: left;text-align: left;}
#c-header .c-logo a img{height:32px;vertical-align: middle;}
#c-header .c-logo a .c-text{background:url(../images/top-logoline.png) no-repeat left center;display:inline-block;vertical-align:middle;padding-left:27px; font-size:0; margin-left:25px;}
#c-header .c-logo a .c-text strong{font-size:18px;color:#000000; font-weight:normal; display:block; margin-bottom:5px;}
#c-header .c-logo a .c-text p{font-size:12px;color:#909090; font-family:Arial, Helvetica, sans-serif; letter-spacing:-1px;}
/*顶部pc导航*/
#c-header .c-nav{display: block;text-align: center; font-size:0;}
#c-header .c-nav>li{padding: 0 5px;display:inline-block;*display:inline;zoom:1;vertical-align: top; position:relative;}
#c-header .c-nav li .a1{position:relative;display:block;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s; padding:0 20px; line-height:90px;font-size:16px;}
#c-header .c-nav li ul{position: absolute;top:102px;left:0;display: none;width: 100%;background: #fff;box-shadow: 0 2px 4px rgba(0,0,0,.1);}
#c-header .c-nav li ul li a{display: block;padding: 5px 15px;border-bottom: 1px solid #f1f1f1;text-align: center;}
#c-header.c-head-hide .c-nav>li.active>a,#c-header.c-head-hide .c-nav>li:hover>a{color: #f6ab00;background:url(../images/navbg.jpg) repeat-x  center bottom;}
/*顶部pc导航下拉*/
#c-header .c-nav .c-list-box{position: absolute;top:100px;left:0;width:100%;background: #fff;display: none;}
#c-header .c-nav .c-list-box{background-color:#f6ab00;background: url(../images/bg90.png) repeat center bottom;width:100%;position:absolute;padding:10px 0;text-align:center;display:none;box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);}
#c-header .c-nav .c-list-box a{font-size:14px;color: #fff;display:block;padding:5px 10px;line-height:20px;text-transform:uppercase;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;transition:all .1s ease-in-out;}
#c-header .c-nav .c-list-box a:hover{ background:#ec9d04;}
/*顶部pc搜索*/
#c-header .c-nav li.c-search-box{background:url(../images/top-line.jpg) no-repeat left center; padding-left:25px;}
#c-header .c-nav li.c-search-box .a1{font-size:0;background:url(../images/top-search.png) no-repeat center center!important;width:30px;padding-right:0!important;}
#c-header .search-drop-down{position: absolute;top: 100%;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.2);height:150px;z-index: 999;display: none;background: rgba(0, 0, 0, 0.3);}
#c-header .search-drop-down .search-wrapper{width: 100%;max-width:83%;height: 100%;margin: 0 auto;display: flex;justify-content: center;align-items: center;flex-direction: row;}
#c-header .search-drop-down .search-wrapper .submit{float: right;width:42px;height:42px;color: #fff;background:url(../images/top-search1.png) no-repeat center center; background-size:20px;}
#c-header .search-drop-down .search-wrapper span#close{display: inline-block;width:23px;height:23px;padding: 0 11.5px;position: relative;cursor: pointer;opacity: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;}
#c-header .search-drop-down .search-wrapper span#close .top-hr{ right:0;position: absolute;top: 50%;margin-top: -15px;width:2px;height:30px;background: #FFFFFF;border-radius:0;transition: all 0.5s ease 0.5s;-webkit-transition: all 0.5s ease 0.5s;-moz-transition: all 0.5s ease 0.5s;-ms-transition: all 0.5s ease 0.5s;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);-webkit-transform-origin: center 0;-ms-transform-origin: center 0;-moz-transform-origin: center 0;transform-origin: center 0;}
#c-header .search-drop-down .search-wrapper span#close .bottom-hr{left:0;position: absolute;top: 50%;margin-top: -15px;width:2px;height:30px;background: #FFFFFF;border-radius:0;transition: all 0.5s ease 0.5s;-webkit-transition: all 0.5s ease 0.5s;-moz-transition: all 0.5s ease 0.5s;-ms-transition: all 0.5s ease 0.5s;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);-webkit-transform-origin: center 0;-ms-transform-origin: center 0;-moz-transform-origin: center 0;transform-origin: center 0;}
#c-header .search-drop-down .search-wrapper span#close.active, #c-header .search-drop-down .search-wrapper span#close:hover{opacity: 1;}
#c-header .search-drop-down .search-wrapper span#close.active .top-hr{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#c-header .search-drop-down .search-wrapper span#close:hover .top-hr{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#c-header .search-drop-down .search-wrapper span#close.active .bottom-hr{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#c-header .search-drop-down .search-wrapper span#close:hover .bottom-hr{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#c-header .search-drop-down .search-wrapper input{width:100%;color: #FFFFFF; line-height:normal;padding:10px 0;border: none;background: none;border-bottom: 1px solid #eeeeee;}
#c-header .search-drop-down .search-wrapper input::-webkit-input-placeholder{color: #ffffff;}
#c-header .search-drop-down .search-wrapper input::-moz-placeholder{color: #ffffff;}
#c-header .search-drop-down .search-wrapper input:-moz-placeholder{color: #ffffff;}
#c-header .search-drop-down .search-wrapper input:-ms-input-placeholder{color: #ffffff;}
/*顶部移动端导航*/
#c-header .c-nav2{position: fixed;top:80px;left:0;width: 100%;height: 0;font-size:14px;line-height: 50px;overflow-y: auto;background:#fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-header.c-head-hide .c-nav2{top: 60px;}
body.c-open #c-header .c-nav2{height: calc(100% - 80px);height: -webkit-calc(100% - 80px);}
body.c-open #c-header.c-head-hide .c-nav2{height: calc(100% - 60px);height: -webkit-calc(100% - 60px);}
#c-header .c-nav2 a{display: block;margin: 0 20px;border-bottom:1px solid #f1f1f1;text-align:left;color: #333;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
#c-header .c-nav2>li:first-child{border-top:1px solid #f1f1f1;}
#c-header .c-nav2 li:hover>a,#c-header .c-nav2 li.active>a{color: #f6ab00;}
#c-header .c-nav2 li a i{float: right;margin-top: 15px;font-size:20px;display:block;height:20px;width:14px;background:url(../images/m-v.png) no-repeat center center; background-size:14px;}
#c-header .c-nav2 li ul{display: none;}
#c-header .c-nav2 li ul a{padding-left: 15px;}
#c-header .c-nav2 .msearch{padding: 20px 20px 20px 20px;}
#c-header .c-nav2 .msearch form{position: relative;border: 1px solid #f1f1f1;line-height: 38px;}
#c-header .c-nav2 .msearch form input{float: left;padding: 0 5px;width: -webkit-calc(100% - 15px);width: calc(100% - 50px);height: 38px;}
#c-header .c-nav2 .msearch form .submit{float: right;width: 50px;height: 38px;color: #fff;background:url(../images/top-search1.png) no-repeat center center #f6ab00; background-size:20px;}
/*顶部导航开关*/
#c-header .c-switch{position: absolute;top:50%;right: 15px;display: none;width: 24px;height: 20px;margin-top: -10px;cursor: pointer;}
#c-header .c-switch i{position: relative;display: block;height:2px;background:#000;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;transition: all 0.3s;}
#c-header.c-head-hide .c-switch i,.c-open #c-header .c-switch i{background:#333;}
#c-header .c-switch i:nth-child(1){top: 0;}
#c-header .c-switch i:nth-child(3){bottom: 0;}
#c-header .c-switch i:nth-child(2){margin: 6px 0;}
body.c-open #c-header .c-switch i:nth-child(2){opacity: 0;}
body.c-open #c-header .c-switch i:nth-child(1){top: 8px;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
body.c-open #c-header .c-switch i:nth-child(3){bottom: 8px;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
@media screen and (max-width: 1599px){
	#c-header .c-logo a .c-text{padding-left:22px; font-size:0; margin-left:20px;}
    #c-header .c-nav li .a1{padding:0 18px;}	
	#c-header .c-nav li.c-search-box{padding-left:20px;}
}
@media screen and (max-width: 1280px){
    #c-header .c-nav li .a1{padding:0 15px;}	
}
@media screen and (max-width: 1200px){
	#c-header .c-nav li{padding: 0 5px;}
    #c-header .c-nav li .a1{padding:0 13px; font-size:14px;}	
	#c-header .c-logo a .c-text{padding-left:15px; font-size:0; margin-left:15px;}
	#c-header .c-nav li.c-search-box{padding-left:10px;}
}
@media screen and (max-width: 1050px) {
	#c-placeholder{height:60px;}
	#c-header.c-head-hide{line-height: 60px;}
	#c-headerbg{height:70px;}
	#c-header{line-height:70px;}
	#c-header .c-switch{display: block;}
	#c-header .c-nav{display:none;}
	#c-header .c-logo a img{height: 30px;}
}
@media screen and (max-width: 768px){
	#c-headerbg{height:60px;}
	#c-header{line-height:60px;}
	#c-header .c-logo a .c-text{ display:none;}
}



/*首页轮播图*/
.c-banner1{background: #fff;}
.c-banner1 .swiper-slide{position: relative;overflow: hidden;}
.c-banner1 .swiper-slide img{width: 100%;/*height:75.92592592592593vh;*/object-fit: cover;-webkit-transition: all 7s;-moz-transition: all 7s;-ms-transition: all 7s;transition: all 7s;}
.c-banner1 .swiper-slide .c-bg2{display: none;}
.c-banner1 .swiper-slide-active img{-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.c-banner1 .swiper-slide .c-wrap{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;color: #fff;background: url(../images/mbl.png)repeat;}
.c-banner1 .swiper-slide .c-wrap .c-title{font-size: 80px;line-height: 100px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.c-banner1 .swiper-slide .c-wrap .c-text{padding: 30px 0 75px;font-size: 40px;line-height: 56px;text-shadow: 0 2px 10px rgba(0,0,0,.3);}
.c-banner1 .swiper-pagination-bullet{opacity: 1;}
.c-banner1 .c-dot{position: absolute;bottom:10px;left: 0;width: 100%;}
.c-banner1 .swiper-pagination{position:relative;text-align:center;}
/*loading*/
.loading{margin:0 5px;width: 38px;height: 38px;position: relative;border: 4px solid transparent;background: transparent;}
.loading.swiper-pagination-bullet-active{border-color: rgba(255,255,255,.2);}
.loading .c-progress{position: absolute;width:8px;height:8px;background-color:#fff;border-radius:50%;left:11px;top:11px;line-height: 120px;text-align: center;}
.loading.swiper-pagination-bullet-active .c-progress{background-color:#f6ab00;}
.loading .left,
.loading .right{opacity: 0;width: 19px;height: 38px;position: absolute;left: -4px;top: -4px;overflow: hidden;}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right{opacity: 1;}
.loading .right{left: auto;right: -4px;top: -4px;}
.loading .left:after,
.loading .right:after{content: "";position: absolute;display: block;top: 0;left: 0;width: 19px;height: 38px;border: 4px solid #fff;border-radius: 19px 0 0 19px;border-right: 0;}
.loading .right:after{content: "";position: absolute;display: block;border-radius: 0 19px 19px 0;border: 4px solid #fff;border-left: 0;}
.loading.swiper-pagination-bullet-active .left:after{transform-origin: right center;animation-fill-mode: forwards;animation-duration: 3.9s;animation-timing-function: linear;animation-name: spin-left;}
.loading.swiper-pagination-bullet-active .right:after{transform-origin: left center;animation-duration: 3.9s;animation-timing-function: linear;animation-name: spin-right;}
@keyframes spin-right{0%{transform: rotate(180deg);}
  50%{transform: rotate(360deg);}
  100%{transform: rotate(360deg);}
}
@keyframes spin-left{0%{transform: rotate(180deg);}
  50%{transform: rotate(180deg);}
  100%{transform: rotate(360deg);}
}
@-webkit-keyframes c-zoom{0%{-webkit-transform:scale(1,1);transform:scale(1,1);}
  100%{-webkit-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
}
@keyframes c-zoom{0%{-webkit-transform:scale(1,1);transform:scale(1,1);}
  100%{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}
}
.c-zoom{-webkit-animation-name: c-zoom;animation-name: c-zoom;}

@media screen and (max-width: 991px) {
	.c-banner1 .c-dot{ bottom:10px;}
	.loading{ width:10px; height:10px; border:none;}
	.loading .left:after,.loading .right:after{ display:none;}
	.loading .left,.loading .right{ display:none;}
	.loading .c-progress{ left:0;top:0;}
}
@media screen and (max-width: 768px){
	.c-banner1 .swiper-slide{}
	.c-banner1 .swiper-slide .c-bg2 {display: block; height:86.25vw;}
	.c-banner1 .swiper-slide .c-bg{display: none;}
}





/*首页公共按钮 */
.c-common-btn{display: block;width:40px;padding:8px; position:relative;border-radius:50%; background:#fef6e5;}
.c-common-btn span{display: block;width:24px;height:24px;border-radius:50%;font-size: 16px;line-height:24px;text-align: left;color: #333;background:url(../images/ss.png) no-repeat center center #f6ab00;background-size:24px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;position:relative; z-index:2;}
.c-common-btn::before{content: "";display: block;position: absolute;top:50%;left:50%;width:0; height:0; background:#f5e5c1;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;border-radius:50%;}
.c-common-btn:hover::before{width: 100%;height:100%;top:0;left: 0;}
.c-common-btn:hover{-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);}


.c-common-btn2{text-align: center;}
.c-common-btn2 .c-btn{display: inline-block;vertical-align: top;padding: 0 40px;line-height: 60px;color: #fff;background: #f6ab00;}
.c-common-btn2 .c-btn i{margin-left: 15px;font-size: 20px;}



/*首页公共标题 */
.c-common-title{padding-bottom:60px;text-align: center; }
.c-common-title .c-en-title{font-size:16px;line-height:normal;color: #909090;font-weight: normal; text-transform:uppercase;}
.c-common-title .c-cn-title{font-size: 40px;line-height:normal;color: #333;padding-top: 10px; font-weight:bold;}
.c-common-title .c-cn-title2{font-size:14px;line-height:normal;color: #909090;font-weight: normal; margin-bottom:26px;}
.c-common-title .line{width:45px;height:2px;background:#f8bc02; margin:0 auto;}
.c-common-title.c-wihte .c-en-title,.c-common-title.c-wihte .c-cn-title,.c-common-title.c-wihte .c-cn-title2{color:#fff;}
.c-common-title.c-wihte .line{background:#fff;}
@media screen and (max-width: 991px){
	.c-common-title{padding-bottom:30px;text-align: center; }
	.c-common-title .c-en-title{font-size:15px;}
	.c-common-title .c-cn-title{font-size: 30px;}
	.c-common-title .c-cn-title2{font-size:13px;margin-bottom:20px;}
}
@media screen and (max-width: 768px){
	.c-common-title .c-cn-title{font-size: 26px;}
}
@media screen and (max-width: 50px){
	.c-common-title .c-cn-title{font-size: 24px;}
}


/*首页关于我们 */
#c-about{padding:90px 0 90px;background:url(../images/index-abbg.jpg) no-repeat center bottom #fff;/* background-size:100%;*/ overflow:hidden;}
#c-about .c-l-box{ padding-left:20px; border-left:3px solid #f8bc02;}
#c-about .c-common-title{padding-top:65px;text-align:left;}
#c-about .c-common-title .t{font-size:30px;line-height: normal;color: #333333; font-weight:bold;}
#c-about .c-common-title .t2{font-size:20px;line-height: normal;color: #000000; font-weight:normal;}
#c-about .c-common-title .c-text{padding:60px 0 50px;line-height: 30px;font-size:15px;color: #333333;}
#c-about .c-left-box{width:38.5%;min-height:670px;}
#c-about .c-right-box{position:absolute; left:50%; top:0;width:960px;height:670px;overflow: hidden;}
#c-about .c-right-box img{display:block;position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;object-fit: cover;}
#c-about .c-right-box .c-play{opacity: 0;display: flex;justify-content: center;align-items: center;position: absolute;top: 0;left: 0;z-index: 10;width: 100%;height: 100%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-about .c-right-box:hover .c-play{opacity: 1;}
#c-about .c-right-box .c-play p{width: 160px;height: 160px;border-radius: 50%;background: rgba(246,171,0,0.7);font-size: 36px;line-height: 160px;text-align: center;color: #fff;}
/* 视频弹窗*/
#c-video-box{display: none;position:fixed;top: 0;left: 0;z-index: 1000;width: 100%;height: 100%;background: rgba(0,0,0,0.7);text-align: center;}
#c-video-box .c-btn{position:fixed;top: 85%;left: 50%;margin-left: -25px;width: 50px;height: 50px;color: #fff;background: #fff;border-radius: 50%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-video-box .c-btn:after,#c-video-box .c-btn:before{content:"";position:absolute;bottom:24px;left:10px;width:30px;height:2px;background: #333;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-video-box .c-btn:hover{background: #f6ab00;}
#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before{background: #fff;}
#c-video-box .c-btn:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
#c-video-box .c-btn:before{-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
#c-video-box video{position:fixed;left: 50%;top: 50%;height: 60%;max-width: 100%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);background: #000;}
@media screen and (max-width: 1599px){
#c-about .c-left-box{width:45%;}	
}
@media screen and (max-width: 991px){
	#c-about .c-common-title .c-text{ padding-bottom:10px;}
	#c-about .c-left-box{width:100%;min-height:inherit;}
	#c-about .c-right-box{position:relative; left:2.5%; top:0;width:100%;height:auto; text-align:right;}
	#c-about .c-right-box img{display: inline-block;position: static; max-width:60%; height:auto; width:auto;}
	#c-about .c-right-box .c-play{}
	#c-about .c-common-title{padding-top:0px;padding-bottom:0px;}
	#c-about .c-common-title .t{font-size:20px;}
	#c-about .c-common-title .t2{font-size:16px;}
	#c-about .c-common-title .c-text{padding:30px 0 30px;font-size:14px; line-height:26px;}
	#c-about .c-l-box{ padding-left:15px; border-left-width:2px;}
}



/*首页产品*/
#c-product{padding:70px 0 90px 0;background:url(../images/index-probg.jpg) no-repeat center bottom #040404;background-size:100%;overflow:hidden;}
#c-product .c-list{position:relative;}
#c-product .c-list .li{width: 33.333333%;float:left;}
#c-product .c-list .li .c-wrap{display: block;position: relative;z-index: 1;overflow: hidden; padding-bottom:80px; margin:0 15px; }
#c-product .c-list .li .c-wrap::before{content: "";position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;/*background: rgba(0, 0, 0, .4);*/}
#c-product .c-list .li .c-wrap .c-img{height:3.7rem;}
#c-product .c-list .li .c-wrap img{width: 100%;height: 100%;object-fit: cover;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-product .c-list .li .c-wrap:hover img{-webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05);}
#c-product .c-list .li .c-wrap .c-text-box{position: absolute;bottom: 0;left: 0;padding:0 30px;z-index: 4;width: 100%;color: #fff;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s; background:#f6ab00;}
#c-product .c-list .li .c-wrap:hover .c-text-box{bottom: 20px;}
#c-product .c-list .li .c-wrap .c-text-box .c-title{font-size:16px;line-height:80px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;display: -webkit-box;-webkit-line-clamp: 1; padding-right:40px;}
#c-product .c-list .li .c-wrap .c-text-box .c-common-btn{ position:absolute;right:30px; top:25px;}
#c-product .c-list .li .c-wrap .c-mask-red{/*display: none;*/position: absolute;bottom: -100px;left: 0;z-index: 3;width: 100%;height:100px;background:#f6ab00;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-product .c-list .li .c-wrap:hover .c-mask-red{bottom:0;}
#c-product .c-list .prolunbo{margin:0 -15px;}
#c-product .swiper-button-next,
#c-product .swiper-button-prev{opacity: 1;width:85px;height:85px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;top:50%; margin-top:-43px;}
#c-product .swiper-button-next{right:100px;background:url(../images/index-right.png) no-repeat center center;background-size: 100%;}
#c-product .swiper-button-prev{left:100px;background:url(../images/index-left.png) no-repeat center center;background-size:100%;}
@media screen and (max-width: 1820px){
#c-product .c-list{padding:0 30px;}	
#c-product .swiper-button-next{right:10px;}
#c-product .swiper-button-prev{left:10px;}		
}
@media screen and (max-width: 1650px){
#c-product .c-list{padding:0 85px;}	
#c-product .swiper-button-next,
#c-product .swiper-button-prev{width:65px;height:65px;margin-top:-32px;}
}
@media screen and (max-width:1220px){
#c-product .c-list{padding:0 65px;}	
#c-product .swiper-button-next,
#c-product .swiper-button-prev{width:50px;height:50px;margin-top:-25px;}	
}
@media screen and (max-width:1050px){
#c-product .c-list{padding:0 50px;}	
#c-product .swiper-button-next,
#c-product .swiper-button-prev{width:40px;height:40px;margin-top:-20px;}	
#c-product .c-list .prolunbo{margin:0 -10px;}
#c-product .c-list .li .c-wrap{padding-bottom:60px; margin:0 10px; }
#c-product .c-list .li .c-wrap .c-text-box{padding:0 10px;}
#c-product .c-list .li .c-wrap:hover .c-text-box{bottom: 20px;}
#c-product .c-list .li .c-wrap .c-text-box .c-title{font-size:15px;line-height:60px;padding-right:40px;}
#c-product .c-list .li .c-wrap .c-text-box .c-common-btn{right:10px; top:10px;}
}
@media screen and (max-width:768px){
#c-product{padding:50px 0 50px 0;}
#c-product .c-list{padding:0; }	
#c-product .c-list .li .c-wrap .c-img{height:auto;}
#c-product .c-button-box{ text-align:center;}
#c-product .swiper-button-next,
#c-product .swiper-button-prev{width:40px;height:40px;margin-top:20px; position:static; display:inline-block;}	
}



/*首页伙伴 */
#c-partner{ position:relative;padding:65px 0 45px 0;background: url(../images/index-clientbig.jpg) no-repeat center bottom #e9a404; background-attachment:fixed; background-size:cover;}
#c-partner .c-partnerbg{content:'';width:100%; height:100%;position:absolute;top:0;left:0;right:0;background:#e9a404;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity: 0.9;opacity: 0.9;   }
#c-partner .c-container{z-index:3; position:relative;}
.c-banner2 .swiper-slide{float:left; width:16.66666666666667%;}
.c-banner2 .c-wrap{height:auto; display:block; margin:0 12px; margin-bottom:24px;}
.c-banner2 .c-wrap img{width: 100%;height:100%;object-fit: cover;}
.c-banner2 .swiper-pagination{bottom:0;}
.c-banner2 .swiper-pagination-bullet{opacity: 1;background: #fff;}
.c-banner2 .swiper-pagination-bullet-active{background: #f6ab00;}
@media screen and (max-width:1050px){
#c-partner{ background-attachment:inherit;}
.c-banner2 .swiper-slide{width:20%;}	
.c-banner2 .c-wrap{margin:0 5px; margin-bottom:10px;}
}
@media screen and (max-width:768px){
.c-banner2 .swiper-slide{width:25%;}
#c-news .c-list li{width:100%; float:none;margin-bottom:20px;}
#c-news .c-list li.li1{ width:100%; float:none;}
}
@media screen and (max-width:500px){
.c-banner2 .swiper-slide{width:50%;}	
}







/*首页新闻 */
#c-news{background: #fff;padding:70px 0;}
#c-news .c-list li{width:52%; float:right;margin-bottom:46px;}
#c-news .c-list li .c-wrap{position: relative;z-index: 1;display: block;overflow: hidden;padding-left:105px; }
#c-news .c-list li .c-wrap .c-img{ display:none;}
#c-news .c-list li .c-wrap img{position: relative;z-index: 2;opacity: 0;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;width: 100%;height: 100%;object-fit: cover;}
#c-news .c-list li .c-wrap .c-text-box{padding:10px 0 0 0;z-index: 5;width: 100%;color: #fff;/*-webkit-transform: translateY(50%);transform: translateY(50%);*/ position:relative;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;border-left:1px solid #e5e5e5;padding-left:45px;}
#c-news .c-list li .c-wrap .c-time2{ display:none;}
#c-news .c-list li .c-wrap .c-time{line-height:30px;color:#333333;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s; font-size:20px; font-weight:bold; text-align:right; position: absolute; left:0;top:50%; margin-top:-30px;}
#c-news .c-list li .c-wrap .c-time .year{font-weight:normal;font-size:14px;}
#c-news .c-list li .c-wrap .c-text-box .c-title{margin:0;color: #333;height:30px;font-size:20px;line-height: 30px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
#c-news .c-list li .c-wrap .c-text-box .c-text{margin:0;color: #595959;height:56px;font-size:14px;line-height:28px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;overflow: hidden;}
#c-news .c-list li .c-wrap .c-common-btn{display: block;width:10px;padding:0; position:relative;border-radius:0; background:none;}
#c-news .c-list li .c-wrap .c-common-btn span{background:url(../images/s.png) no-repeat left center;background-size:10px;}
#c-news .c-list li .c-wrap:hover .c-time{color:#f6ab00;}
#c-news .c-list li .c-wrap:hover .c-text-box .c-title{color:#f6ab00;}
@media screen and (max-width:768px){
#c-news{background: #fff;padding:50px 0;}
}
@media screen and (max-width:500px){
#c-news .c-list li .c-wrap{padding-left:80px; }
#c-news .c-list li .c-wrap .c-time{font-size:18px;}
#c-news .c-list li .c-wrap .c-text-box .c-title{font-size:18px;}
#c-news .c-list li .c-wrap .c-text-box{padding-top:0px;padding-left:15px;}
}
@media screen and (max-width:430px){
#c-news .c-list li .c-wrap{padding-left:70px; }
#c-news .c-list li .c-wrap .c-time{font-size:16px;}
#c-news .c-list li .c-wrap .c-text-box .c-title{font-size:16px;}
}


/*li.li1*/
#c-news .c-list li.li1{ width:42.36%; float:left;}
#c-news .c-list li.li1 .c-wrap{border-bottom:none; padding:0;}
#c-news .c-list li.li1 .c-wrap .c-text-box{border-left:none; padding-left:0;}
#c-news .c-list li.li1 .c-wrap .c-img{ display:block; border-radius:5px; overflow:hidden;}
#c-news .c-list li.li1 .c-wrap:before{border-radius:5px; overflow:hidden;}
#c-news .c-list li.li1 img{opacity: 1;}
#c-news .c-list li.li1 .c-time2{display:block; font-size:14px; color:#909090;}
#c-news .c-list li.li1 .c-time,#c-news .c-list li.li1 .c-text{ display:none;}
#c-news .c-list li.li1 .c-wrap .c-text-box{padding:40px 0;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-news .c-list li.li1 .c-common-btn{ position:absolute;right:0; top:35px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-news .c-list li.li1 .c-wrap .c-text-box .c-title{margin:0;height:30px;font-size:18px;line-height: 30px;padding-right:50px;color: #333;}
#c-news .c-list li.li1 .c-wrap:hover .c-common-btn{right:10px;}
#c-news .c-list li.li1 .c-wrap:hover .c-text-box{padding: 40px 10px;}
#c-news .c-list li.li1 .c-wrap .c-common-btn{display: block;width:40px;padding:8px;border-radius:50%; background:#fef6e5;}
#c-news .c-list li.li1 .c-wrap .c-common-btn span{background:url(../images/ss.png) no-repeat center center #f6ab00;background-size:24px;}
/*li.li1 hover*/
#c-news .c-list li.li1 .c-wrap:before{opacity: 0;content: "";position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-news .c-list li.li1 .c-wrap:after{content: "";position: absolute;bottom: -100%;left: 0;z-index: 3;width: 100%;height:160px;background: rgba(255,200,84,.9);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-news .c-list li.li1 .c-wrap:hover:after{bottom: 0;}
#c-news .c-list li.li1 .c-wrap:hover:before,
#c-news .c-list li.li1 .c-wrap:hover img,
#c-news .c-list li.li1 .c-wrap:hover .c-mask-red{opacity: 1;}
#c-news .c-list li.li1 .c-wrap:hover .c-text-box{-webkit-transform: translateY(-10px);transform: translateY(-10px);}
#c-news .c-list li.li1 .c-wrap:hover .c-text-box .c-time,#c-news .c-list li.li1 .c-wrap:hover .c-title,#c-news .c-list li.li1 .c-wrap:hover .c-time,#c-news .c-list li.li1 .c-wrap:hover  .c-time2,#c-news .c-list li.li1 .c-wrap:hover  .c-text-box .c-text{color: #fff;}
@media screen and (max-width:768px){
#c-news .c-list li{width:100%; float:none;margin-bottom:20px;}
#c-news .c-list li.li1{ width:100%; float:none;}
#c-news .c-list li.li1 .c-wrap .c-img{max-height: 300px;}
}





/* 回到顶部 */
#c-go-top{display: none;position: fixed;z-index: 5;bottom: 30px;right: 30px;width: 50px;height: 50px;cursor: pointer;background:#f6ab00 url(../images/toTop.png) no-repeat center;-webkit-transition: all .3s linear;-ms-transition: all .3s linear;-moz-transition: all .3s linear;transition: all .3s linear;background-size: 26px;border-radius: 50%;}
@media screen and (max-width:768px){
#c-go-top {bottom: 20px;right: 20px;width: 40px;height: 40px;background-size: 20px;}
}





/*底部*/
#c-footer{padding:100px 0 30px 0;background:url(../images/bottombg.jpg) repeat center center #202020; font-size:0;}
#c-footer .c-footer-top{padding-bottom:30px;}
#c-footer .c-footer-top .c-left-box{float:left;width:220px;color:#333;padding-bottom:30px;}
#c-footer .c-footer-top .c-left-box .c-logo{ padding-bottom:20px;}
#c-footer .c-footer-top .c-left-box .c-logo img{height:36px;}
#c-footer .c-footer-top .c-left-box .c-title{padding:10px 0 5px;font-size:18px;color:#ffffff;line-height:30px; font-weight:bold;}
#c-footer .c-footer-top .c-left-box .c-text{font-size:12px;line-height:20px;color:#909090; }
#c-footer .c-footer-top .c-list-box{float:right;width:940px;padding-bottom:30px;}
#c-footer .c-footer-top .c-list-box>li{padding-left:1%; width:19%; float:left;}
#c-footer .c-footer-top .c-list-box .c-title-box{padding-bottom:15px;}
#c-footer .c-footer-top .c-list-box .c-title-box .c-title{font-size:16px;line-height:30px;color:#ffffff;padding-left:10px;background:url(../images/bottom-t.jpg) no-repeat left center;}
#c-footer .c-footer-top .c-list-box .c-title-box i{display: none;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-footer .c-footer-top .c-list-box .c-list{ }
#c-footer .c-footer-top .c-list-box .c-list li{padding:3px 0;line-height:20px;font-size:0;}
#c-footer .c-footer-top .c-list-box .c-list li a{font-size:13px;color:#909090;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;display:inline-block;}
#c-footer .c-footer-top .c-list-box .c-list li a:hover{color:#f6ab00;}

#c-footer .c-footer-top .c-right-box{ float:right; width:85px;padding-bottom:30px;}
#c-footer .c-footer-top .c-right-box .c-ico-box{padding:0 0 0 0; font-size:0;}
#c-footer .c-footer-top .c-right-box .c-ico-box .c-item{ padding:0!important; margin:0!important;float:left;display: inline-block!important;vertical-align:top;margin-left:8px!important;width:34px!important;height:34px!important;border-radius: 50%!important;font-size:20px;text-align:center;line-height:36px;color:#fff;-moz-opacity:1!important;-khtml-opacity:1!important;opacity:1!important;}
#c-footer .c-footer-top .c-right-box .c-ico-box .bshare-weixin{ background-color:transparent!important;background:url(../images/bottom-share.png) no-repeat center top!important;}
#c-footer .c-footer-top .c-right-box .c-ico-box .bshare-weixin:hover{background-color:transparent!important;background:url(../images/bottom-share.png) no-repeat center bottom!important;}
#c-footer .c-footer-top .c-right-box .c-ico-box .c-em-btn{background:url(../images/bottom-share2.png) no-repeat center top;}
#c-footer .c-footer-top .c-right-box .c-ico-box .c-em-btn:hover{background:url(../images/bottom-share2.png) no-repeat center bottom;}
#c-footer .c-footer-top .bshare-custom .bshare-weixin{ display:inline-block!important; position:relative!important;}
#c-footer .c-weixin{display: none;position:fixed;z-index: 910;top:0;left:0;width: 100%;height: 100%;background:rgba(0,0,0,.5);}
#c-footer .c-weixin .c-img-box{position: absolute;top:50%;left:50%;margin: -138px 0 0 -120px;padding: 20px;width: 240px;background:#fff;overflow: hidden;}
#c-footer .c-weixin .c-img-box img{width: 100%;margin-bottom: 20px;}
#c-footer .c-weixin .c-img-box p{font-size: 16px;line-height: 1em;text-align: center;color: #555;}
#c-footer .c-weixin2{ position:absolute;bottom:35px;right:-35px; display:none;}
#c-footer .c-weixin2 img{ width:130px; height:130px; border-radius:5px; overflow:hidden;}
#c-footer .c-footer-top .c-right-box .c-ico-box .c-weixin:hover .c-weixin2{display: block;}
#c-footer .c-footer-bottom{padding-top:35px;text-align: center;border-top:1px solid #2c2c2c;}
#c-footer .c-footer-bottom a{color:#999;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s;}
#c-footer .c-footer-bottom a:hover{color:#f6ab00;}
#c-footer .c-footer-bottom .c-copyright{font-size:12px;line-height: 24px;color:#909090;}
@media screen and (max-width:1440px){
#c-footer .c-footer-top .c-list-box{width:65%;}
}
@media screen and (max-width:1300px){
#c-footer .c-footer-top .c-list-box{width:60%;}
}
@media screen and (max-width:1220px){
#c-footer .c-footer-top .c-list-box{width:50%;}
}
@media screen and (max-width:991px){
	#c-footer{padding:50px 0 30px 0;background:#202020; font-size:0;}
	#c-footer .c-footer-top .c-left-box{ }
	#c-footer .c-footer-top .c-list-box{width:100%;}
	#c-footer .c-footer-top .c-list-box{padding-bottom:0;}
}
@media screen and (max-width:500px){
	
	#c-footer .c-footer-top .c-list-box>li{padding-left:0; width:100%; float:none;}
	#c-footer .c-footer-top .c-list-box .c-title-box i {display: inline-block; width:12px; height:40px;float: right;margin-top: 1px;background:url(../images/m-v3.png) no-repeat center center; background-size:10px;}
	#c-footer .c-footer-top .c-list-box .c-list  {display: none;padding: 8px 0 0;}
	#c-footer .c-footer-top .c-list-box .c-list li {padding: 5px;line-height: 20px;}
	#c-footer .c-footer-top .c-list-box .c-list li a{font-size:14px;}
	#c-footer .c-footer-top .c-list-box .c-title-box .c-title {font-size: 16px;line-height:40px; border-bottom:1px solid #909090;}
}





/*内页顶部背景 */
#c-common-bg{position: fixed;z-index: -2;top:90px;left: 0;width: 100%;height:220px; background-repeat:no-repeat;background-position:center center;background-size:cover; background-color:#191200;}
#c-top-bg{height:220px;background:rgba(0,0,0,.3);display: flex;justify-content: center;align-items: center; text-align:center;}
#c-top-bg .c-enTitle{font-size:14px;line-height:normal;color: #fff;padding-top:0px; text-transform:uppercase;}
#c-top-bg .c-title{font-size:26px;line-height:normal;color: #fff;}
@media screen and (max-width:1050px){
#c-common-bg{top:0;}	
#c-top-bg{height:150px;}
#c-top-bg .c-title{font-size:24px;}	
}
@media screen and (max-width:768px){
#c-common-bg{top:0;}	
#c-top-bg{height:140px;}	
#c-top-bg .c-title{font-size:20px;}	
}


/*page*/
.page{background:#ffffff; min-height:300px;overflow: hidden;}
.page hr{ border:none; background:none;border-top:1px solid #e3e3e3;}
.pageInfo{padding:0;color:#333333;font-size:14px;line-height:30px;padding-bottom:50px;padding-top:35px;}
.page img{max-width:100%;}
@media screen and (max-width:1220px){
.pageInfo{padding-bottom:50px;}
}
@media screen and (max-width:1050px){
.pageInfo{padding-bottom:40px;padding-top:25px;}
}
@media screen and (max-width:768px){
.pageInfo{padding-bottom:30px;padding-top:25px;}
}


/*pageTop*/
.pageTop{ position:relative;width: 100%; margin-bottom:30px;}
.pageNav{text-align:center;padding-top:35px;}
.pageNav ul{display:inline-block;font-size:0; line-height:0;margin:0 auto; text-align:center;}
.pageNav li{ display:inline-block;*display:inlinef;zoom:1; loat: left;margin-bottom:6px;}
.pageNav li a{display:block;font-size:14px;color:#fff;min-width:106px; padding:0 10px; line-height:40px;background:#333333;border-radius:40px; margin:0 8px;}
.pageNav li .aNow{background:#f6ab00;}
.pageNav-tit{ display:none;}
@media screen and (max-width:1220px){
.pageNav li a{min-width:90px;margin:0 6px;}		
}
@media screen and (max-width:992px){
.pageTop{margin-bottom:15px;}
.pageNav-tit{ display: block;font-size:16px; color:#000;padding-left:20px; padding-right:20px; line-height:45px;border-bottom:1px solid #f7f8fa;background:#fff;}
.pageNav{text-align:left; padding-top:10px;padding-bottom:10px;padding-left:20px; padding-right:20px;display: block;background: #f7f7f7;}
.pageNav li{ display:inline-block;}
.pageNav li a{font-size:15px;padding:5px 0;line-height:26px;border-radius:26px; margin:0;margin-right:10px;background:none!important; color:#333; min-width:inherit;}
.pageNav li .aNow{color:#f6ab00;}
.pageNav-tit{position: relative;z-index: 1;-webkit-transition: color .25s;-moz-transition: color .25s;-ms-transition: color .25s;-o-transition: color .25s;transition: color .25s;text-align: left;}
.pageNav-tit:after {content:"";display: block;position:absolute;top:18px;right:20px;width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:#6b6b6b transparent transparent transparent;}
.pageNav-tit span {display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}	
}



/*pageTit*/
.pageTit{text-align:center;margin-bottom:50px;}
.pageTit h1{font-weight:300;font-size:24px; color:#585858; line-height:normal; margin-bottom:12px;}
.pageTit .line{width:40px;height:2px;background:#f6ab00; margin:0 auto;}
@media screen and (max-width:1220px){
.pageTit{margin-bottom:30px;}
.pageTit h1{font-size:22px;margin-bottom:5px;}
}
@media screen and (max-width:1050px){
.pageTit{margin-bottom:20px;}
.pageTit h1{font-size:20px;}
}



/*pageTable*/
.pageTable h1{font-weight:300;font-size:24px; color:#585858; line-height:normal; margin-bottom:38px;}
@media screen and (max-width:1220px){
.pageTable h1{font-size:22px;margin-bottom:20px;}
}
@media screen and (max-width:1050px){
.pageTable h1{font-size:20px;margin-bottom:10px;}
}
@media screen and (max-width:991px){
.pageTable td{width:100%;display:block!important; padding:3% 0!important;}
}




/*pagehonorList*/
.pagehonorList{ margin:0 -20px; font-size:0; line-height:0;}
.pagehonorList li{width:25%;display:inline-block; *display:inline;zoom:1; vertical-align:top; margin-bottom:20px;}
.pagehonorList li a{ display:block; margin:0 20px;}
.pagehonorList li .img-box{height:270px;position:relative;}
.pagehonorList li .img-box:after{ content:'';position:absolute; left:0;right:0;border:1px solid #d8d8d8; height:100%;}
.pagehonorList li .img-con{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: 100%;}
.pagehonorList li .img-con img{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);max-height:80%;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s; max-width:80%;}
.pagehonorList li .text-box {font-size:14px;color: #333333; text-align:center; line-height:26px; padding:10px 0;}
.pagehonorList li a:hover .text-box{color: #f6ab00;}
@media screen and (max-width:1220px){
	.pagehonorList li .img-box{height:auto;}
	.pagehonorList{ margin:0 -10px;}
	.pagehonorList li a{margin:0 10px;}
}
@media screen and (max-width:991px){
	.pagehonorList li{width:50%;}
	.pagehonorList{ margin:0 -10px;}
	.pagehonorList li a{margin:0 10px;}
}
@media screen and (max-width:500px){
	.pagehonorList{ margin:0 -5px;}
	.pagehonorList li a{margin:0 5px;}
}
/*@media screen and (max-width:500px){
	.pagehonorList li{width:100%;}
	.pagehonorList{ margin:0;}
	.pagehonorList li a{margin:0 10px;}
}*/




/*page-tab*/
.page-tab{margin:0 auto;padding:33px 0 33px 0;text-align: center; }
.page-tab ul { margin:0 auto;padding: 0;list-style: none; text-align:center;height: 30px;line-height: 30px;font-size: 0;}
.page-tab ul li{margin: 0;padding: 0;display: inline-block;position: relative;height: 30px;line-height: 30px;}
.page-tab ul li a{display: inline-block;text-align: center;font-size: 12px;color: #1e2831;padding: 0 11px;margin:0 4px;height: 28px;line-height: 28px;border: 1px solid #d2d2d2;background: #ffffff;}
.page-tab ul li a:hover,.page-tab ul li a.focus{background:#fc922a;color: #fff;border-color:#fc922a;}
.page-tab ul li.next-page a, .page-tab ul li.prev-page a{padding: 0 18px;}
@media screen and (max-width:1024px){
.page-tab{margin:0 auto;padding:33px 0 87px 0;text-align: center; }
}
@media screen and (max-width:768px){
.page-tab ul li{ display:none;}	
.page-tab ul li.next-page, .page-tab ul li.prev-page{ display:inline-block;}
}





/*newsList listpic*/
.page-newsList{margin-bottom:35px;}
.page-newsList ul{font-size:0; line-height:0;}
.page-newsList ul li.listpic{font-size:0;display:inline-block;*display:inline;zoom:1;margin:0;padding:0;list-style:none;width:100%;position:relative;}
.page-newsList ul li.listpic a{padding-top:15px; padding-bottom:15px;display:block;position: relative;overflow:hidden;background: url("../images/news-ss.png") 95% center no-repeat;border-bottom:1px solid #f4f4f4;}
.page-newsList ul li.listpic .ImgBox{width:360px;height:100%;overflow:hidden; position:absolute; left:0;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity:0;}
.page-newsList ul li.listpic .ImgBox img{height:100%; width:100%;}
.page-newsList ul li.listpic .ImgBox img,.page-newsList ul li.listpic .listTitle .listTitleBox{-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
.page-newsList ul li.listpic:hover .ImgBox img{-moz-transform: scale(1.05); -webkit-transform: scale(1.05);transform: scale(1.05);}
.page-newsList ul li.listpic .listTitle{overflow:hidden;display:block;padding:0;}
.page-newsList ul li.listpic .listTitle .listTitleBox{padding:53px 134px 53px 220px; position: relative; max-width:800px;}
.page-newsList ul li.listpic .listTitle .t{font-size:20px;color:#333333;height:30px;line-height:30px; overflow:hidden; font-weight:600;}
.page-newsList ul li.listpic .listTitle .t2{font-size:14px;color:#595959;height:60px;line-height:30px; overflow:hidden;margin-top:14px;}
.page-newsList ul li.listpic .date{font-size:16px;line-height:30px; color:#595959;width:180px;position:absolute; top:70px; left:0; text-align:right;font-family:"苹方", "Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-weight:300;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity:0;}
.page-newsList ul li.listpic .date2{font-size:16px;line-height:30px; color:#595959;width:120px; height:120px;position:absolute; top:50%; margin-top:-60px; left:45px; text-align:center;font-family:"苹方", "Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-weight:300; border:1px solid #eeeeee;}
.page-newsList ul li.listpic .date2 .y{font-size:24px;line-height:24px; text-align:center; display:block; color:#595959; margin-top:35px;font-family:"苹方", "Source Han Sans CN","Microsoft Yahei","Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;font-weight:300;}
/*hover*/
.page-newsList ul li.listpic a:hover{padding-left:360px;background-image:none; background-color:#fafafa;border-bottom:1px solid #fafafa;}
.page-newsList ul li.listpic a:hover .ImgBox,.page-newsList ul li.listpic a:hover .date{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.page-newsList ul li.listpic a:hover .date2{filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity:0;}
.page-newsList ul li.listpic a:hover .listTitle .listTitleBox{padding:53px 134px 53px 220px;}
@media screen and (max-width:1220px){
.page-newsList ul li.listpic .listTitle .listTitleBox{padding:68px 155px 68px 220px; }
.page-newsList ul li.listpic a:hover .listTitle .listTitleBox{padding:68px 50px 68px 220px;}	
}
@media screen and (max-width:1024px){
.page-newsList ul li.listpic{ width:50%;}
.page-newsList ul li.listpic .ImgBox{ display:block;width:100%;height:100%;overflow:hidden; position: static; left:0;top:0;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.page-newsList ul li.listpic a{padding-left:0;background-image:none;}
.page-newsList ul li.listpic a .ImgBox,
.page-newsList ul li.listpic a:hover .date{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;}
.page-newsList ul li.listpic a .date2{ display:none;}
.page-newsList ul li.listpic a .listTitle .listTitleBox,
.page-newsList ul li.listpic a:hover .listTitle .listTitleBox{padding:30px 20px;}	
.page-newsList ul li.listpic a{ margin:0 10px;}
}
@media screen and (max-width:640px){
.page-newsList ul li.listpic{ width:100%;}	
.page-newsList ul li.listpic a{ margin:0;}	
}






/*page-newsInfo*/
.page-newsInfo{text-align:left; margin-bottom:0;}
.page-newsInfo .newsTit{font-size:28px; color:#333333; line-height: normal; text-align:center;font-weight:600;padding-top:0;margin:0 0;margin-bottom:10px;}
.page-newsInfo .newsShuju{ font-size:14px; color:#595959;line-height:30px;text-align:center;padding-bottom:50px; }
.page-newsInfo .newsShuju em{ display:inline-block;margin:0 10px;font-size:12px; color:#909090;line-height:30px; font-style:normal;}
.page-newsInfo .newsShuju em.s{padding-left:20px;background:url(../images/school-see.png) left center no-repeat;}
.page-newsInfo .newsShare{display:inline-block;text-align:center;margin:0 auto; width:200px; }
.page-newsInfo .newsShare .bshare-custom{font-size:0;vertical-align:top;}
.page-newsInfo .newsShare a{margin-right:0;}
.page-newsInfo .newsText{margin:0 0;text-align:left;font-size:15px;color:#333333;line-height:32px;border-top:1px solid #e5e5e5;}
.page-newsInfo .newsTextNr{ padding:0 30px;padding-top:60px;padding-bottom:20px; max-width:1220px; margin:0 auto;}
.page-newsInfo .newsBtn{border-top:1px solid #e5e5e5;padding-top:20px;font-size:0;}
.page-newsInfo .newsBtn .newsBtnA,
.page-newsInfo .newsBtn .newsBtnB{display:inline-block;*display:inline;zoom:1;line-height:16px; height:16px;color:#909090;font-size:13px; max-width:400px; overflow:hidden; width:50%;white-space:nowrap;text-overflow: ellipsis;}
.page-newsInfo .newsBtn .newsBtnB{ float:right;}
.page-newsInfo .newsBtn a{display:block;line-height:16px; height:16px;color:#333333;width:100%;white-space:nowrap;text-overflow: ellipsis; overflow: hidden;}
.page-newsInfo .newsBtn a span{ display:block;line-height:16px; height:16px;white-space:nowrap;text-overflow: ellipsis; overflow: hidden;}
.page-newsInfo .newsBtn a:hover{color:#0090de;}
.page-newsInfo .newsBtn .newsBtnA{text-align:left;}
.page-newsInfo .newsBtn .newsBtnB{ text-align:right;}
.page-newsInfo .newsBtn a srtong{ color:#333333;}
.page-newsInfo .newsBtn .newsBtnA span{padding-left:10px;border-left:3px solid #f6ab00;}
.page-newsInfo .newsBtn .newsBtnB span{padding-right:10px;border-right:3px solid #f6ab00;}
@media screen and (max-width:1050px) {
  .page-newsInfo .newsText{margin:0 10px;}
  .page-newsInfo .newsTit{ font-size:24px;}
  .page-newsInfo .newsShuju{padding-bottom:25px; }	
}
@media screen and (max-width:992px) {
  .page-newsInfo .newsTit{ font-size:20px;}
  .page-newsInfo .newsTextNr{padding-top:30px;padding-bottom:20px;}
  .page-newsInfo .newsBtn .newsBtnB{max-width:290px;}
}
@media screen and (max-width:768px) {
  .page-newsInfo .newsBtn span{width:100%; }
  .page-newsInfo .newsBtn .newsBtnB{ text-align:left;}
  .page-newsInfo .newsTit{ font-size:20px;}
  .page-newsInfo .newsBtn .newsBtnA, .page-newsInfo .newsBtn .newsBtnB{ width:100%; display:block;}
  .page-newsInfo .newsBtn span,.page-newsInfo .newsBtn a{line-height:20px; height:20px; }
  .page-newsInfo .newsBtn .newsBtnB{max-width:90%;float:none; margin-top:10px;}
  .page-newsInfo .newsBtn .newsBtnA span{padding-left:10px;border-left:3px solid #f6ab00;}
  .page-newsInfo .newsBtn .newsBtnB span{padding-right:0;border-right:0;padding-left:10px;border-left:3px solid #f6ab00;}
}
@media screen and (max-width:500px) {
	  .page-newsInfo .newsTit{ font-size:18px;}
}



/*page-back*/
.page-back{margin:0 auto;text-align:center;padding:30px 0;}
.page-back a{display:block;}






/*pageCaselist*/
.pageCaselist{ overflow: hidden;display:block;margin:0 -10px; font-size:0; line-height:0;}
.pageCaselist li{width:25%;margin-bottom:20px; display:inline-block;*display:inline;zoom:1; vertical-align:top;}
.pageCaselist li a{ display:block;margin:0 10px; }
.pageCaselist li p{ line-height: 37px; font-size: 14px; color: #666; }
.pageCaselist li a .pic{ overflow: hidden; position: relative; }
.pageCaselist li a img{width: 100%; display:block;-webkit-transition: -webkit-transform 0.5s ease 0s;-moz-transition: -moz-transform 0.5s ease 0s;-o-transition: -o-transform 0.5s ease 0s;transition: transform 0.5s ease 0s;-webkit-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);}
.pageCaselist li a:hover img{ -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.pageCaselist .text{background-color: #fff;padding: 20px;}
.pageCaselist .text h3{font-weight: normal;color:#333;margin-bottom: 10px;font-size:15px; text-align:center;}
.pageCaselist a:hover h3{color:#ea5404;}
.pageCaselist li .rectborder {width: calc(100% + 20px);height: calc(100% + 20px); position: absolute;left: -10px;top: -10px;border: rgba(255,255,255,.6) 1px solid;-webkit-transition: all ease-out .2s;-moz-transition: all ease-out .2s;-ms-transition: all ease-out .2s;transition: all ease-out .2s;}
.pageCaselist li a:hover .rectborder {width: calc(100% - 22px);height: calc(100% - 22px);left: 10px;top: 10px;}
@media (max-width: 768px) {
.pageCaselist li {width:50%;}
}
@media (max-width: 400px) {
.pageCaselist{margin:0 0;}
.pageCaselist li {width:100%;}
.pageCaselist li a{margin:0 0; }
}







/**Contact**/
.contactTable{margin-bottom:50px;}
.contactTable td img{ margin-bottom:20px;transition-duration: .3s;}
.contactTable td:hover img{transform: rotateY(180deg); }
.contactTable td{ vertical-align:top; text-align:center; width:25%;padding:20px 20px; background:#fff; font-size:15px; line-height:26px; color:#595959;}
.contactTable td h1{ font-size:22px; color:#333333; font-weight:normal;}
.contactTable td p{margin-bottom:10px;}
@media screen and (max-width:1024px) {
.contactTable td{ display:block!important;width:100%;padding:30px 3%;vertical-align:top;}
}
@media screen and (max-width:768px) {
.contactTable td{ font-size:14px; padding:3% 0;}
.contactTable td img{max-width:50px;}
.contactTable td h1{ font-size:18px;}
}





.pageMap{margin-bottom:100px;}
@media screen and (max-width:1050px) {
.pageMap{margin-bottom:50px;}
}
@media screen and (max-width:768px) {
.pageMap{margin-bottom:30px;}
}


/*contactTable*/
.contactBOX2{ position:relative; padding-top:85px;}
.contactBOX2 .pageTit{position:relative; z-index:2;}
.contactBOX2:after{ position: absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:100%; z-index:1;background:#f4f4f4;}
.contactTableB2 .t2{ font-size:36px;  text-align:center; color:#fff; line-height:35px; padding:50px 0;}
.contactTableB2{ position:relative; z-index:2;}

.contactTableB1{ position:relative; z-index:2;}
.contactTable2{ background:none; width:240px;}
.contactTable2 .t3{ color:#757575; line-height:30px;}
.contactTable3{ background:none; width:390px;padding-left:0;}
.contactTable3 .t3{ color:#757575; line-height:30px;}
@media screen and (max-width:1024px){
.contactBOX2{ padding-top:50px;}
.contactTable2{ background:none; width:100%;padding:0px 0;}
.contactTable3{ background:none; width:100%;padding:0px 0;}
}







/*feedback2Box*/
.feedback2Box{ padding:60px 0 70px 0;font-size:14px;color:#464646;line-height:30px;}
.feedback2Box .contact-tit{font-size:18px;line-height: 30px; font-weight:600;}
.feedback2{font-size:15px;color:#333333;line-height: 30px;text-align:left;padding:0;margin:0 -10px;}
.feedback2 .t{ display:block;margin-bottom:10px; float:left; width:100px; text-align:right; padding-right:30px; font-weight:normal;}
.feedback2 td{ width:50%; vertical-align:top;}
.feedback2 label{display:block;}
.feedback2 .l1{float:left;width:100%;}
.feedback2 .l3{float:left;width:100%; position:relative; font-size:13px;}
.feedback2 .text{ float:left;display:block;width:80%;padding:4px 3% 4px 3%;height:50px;margin-bottom:40px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border:0px solid #eeeeee;border-radius:0;background:#fff;text-align:left;}
.feedback2 .text2{float:left;display:block;width:80%;padding:4px 3% 4px 3%;height:140px;margin-bottom:40px;outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border:0px solid #eeeeee;border-radius:0;background:#fff;text-align:left;}
.feedback2 .getcode{display:block;width:38%;padding:4px 3% 4px 3%;height:50px;margin-bottom:0; float:left;
outline:none;font-size:14px;color:#a0a0a0;font-family:Arial,"微软雅黑",Sans-Serif;border: none;border:0px solid #eeeeee;border-radius:0;background:#fff;text-align:left;}
.feedback2 .kk{font-size:14px;color:#464646; line-height:normal;margin-left:2px;}
.feedback2 .inputbtn{display:inline-block;height:50px;line-height:50px;margin:0 5px;outline:none;font-size:14px;background:#e7e7e7;color:#464646;font-family:"微软雅黑",Arial,Sans-Serif;border:0;cursor:pointer;border-radius:50px;text-align:center; width:166px;margin-top:15px;}
.feedback2 .inputbtn:hover,.feedback2 .inputbtn.tj:hover{background:#ed7121; color:#fff;}
.feedback2 .inputbtn.tj{ background:#f6ab00;color:#fff;}
.feedback2 .text:focus,.feedback2 .text:active,.feedback2 .text2:focus,.feedback2 .text2:active,.feedback2 .getcode:focus,.feedback2 .getcode:active{-webkit-box-shadow: none;box-shadow: none;border: 2px solid rgba(94, 158, 255, 0.80); }
.feedback2 input::-webkit-input-placeholder { color: #909090; } 
.feedback2 input:-moz-placeholder { color: #909090; } 
.feedback2 input::-moz-placeholder { color: #909090; } 
.feedback2 input:-ms-input-placeholder { color: #909090; } 
.feedback2 textarea::-webkit-input-placeholder { color: #909090; } 
.feedback2 textarea:-moz-placeholder { color: #909090; } 
.feedback2 textarea::-moz-placeholder { color: #909090; } 
.feedback2 textarea:-ms-input-placeholder { color: #909090; } 
@media screen and (max-width:1150px) {
	.feedback2 .text{width:77%;}
	.feedback2 .text2{width:77%;}	
    .feedback2Box{ padding:50px 0 60px 0;}	
}
@media screen and (max-width:991px){
	.feedback2Box{ padding:30px 0%  60px 0%;}
	.feedback2 .text{width:70%;}
	.feedback2 .text2{width:70%;}		
}
@media screen and (max-width:768px){
	.feedback2 td{ width:100%; vertical-align:top; display:block!important}
	.feedback2{margin:0;margin-top:30px;}
	.feedback2 .l1{float:none;width:100%;}
	.feedback2 .kk{ display:inline-block; clear: both;}
	.feedback2 .text{width: 100%;padding:4px 3% 4px 3%; float:none;margin-bottom:15px;}
	.feedback2 .getcode{width:100%;padding:4px 3% 4px 3%;margin-bottom:15px;float:none; }
	.feedback2 label .l1Box{margin:0 auto;}
	.feedback2 .inputbtn{width:100%;}
	.feedback2Box{ padding:0 3%  60px 3%;}
}





/*pageProList*/
.pageProList{ margin:0 -15px; font-size:0; line-height:0;}
.pageProList li{width:33.333333%;display:inline-block; *display:inline;zoom:1; vertical-align:top; margin-bottom:15px;}
.pageProList li a{ display:block; margin:0 15px;}
.pageProList li .img-box{height:370px;position:relative;}
.pageProList li .img-box:after{ content:'';position:absolute; left:0;right:0;border:1px solid #d8d8d8; height:100%;}
.pageProList li .img-con{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: 100%; width:100%;}
.pageProList li .img-con img{position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);max-height:80%;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-ms-transition: all 0.5s;transition: all 0.5s; max-width:80%;}
.pageProList li .img-con:after{opacity:0;content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-color:#000;-moz-transition: all 0.6s ease;-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;z-index: 9;}
.pageProList li:hover .img-con:after{opacity:0.5;}
.pageProList li .img-con:before { content: "";display: block;position: absolute;width: 50px;height: 50px;opacity: 0;top: 50%;left: 50%;margin-left: -25px;margin-top: 25px;background: url(../images/top-search1.png) center center no-repeat; background-size:30px;-webkit-transition: all .8s ease;-moz-transition: all .8s ease;-ms-transition: all .8s ease;transition: all .8s ease;z-index: 10;}
.pageProList li:hover .img-con:before {opacity:1;margin-top: -25px;transition-delay: .2s;}
.pageProList li .text-box {font-size:14px;color: #333333; text-align:left; line-height:70px; padding:0 20PX 0 14PX;background:url(../images/ss1.png) right center no-repeat; background-size:20px; position:relative;}
.pageProList li .text-box:before{ content:''; width:6px; height:6px; border-radius:50%; background:#f6ab00; position:absolute; left:0;top:50%; margin-top:-3px;}
.pageProList li a:hover .text-box{color: #f6ab00; background-image:url(../images/ss3.png);}
@media screen and (max-width:1220px){
	.pageProList li .img-box{height:auto;}
	.pageProList{ margin:0 -10px;}
	.pageProList li a{margin:0 10px;}
}
@media screen and (max-width:991px){
	.pageProList li{width:50%;}
	.pageProList{ margin:0 -10px;}
	.pageProList li a{margin:0 10px;}
}
@media screen and (max-width:500px){
	.pageProList{ margin:0 -5px;}
	.pageProList li a{margin:0 5px;}
}



/*pro detailBox*/
.detailBox .detailBoxTop{ width:1200px; margin:0 auto; padding-bottom:40px;}
.detailBox .detailBoxTop .detailImgBox{width:482px;float:left;}
.detailBox .detailBoxTop .detailImg{height:372px;margin-right:20px; border:1px solid #dcdcdc; position:relative;}
.detailBox .detailBoxTop .detailImg img{max-width:100%; height:auto; display:block; cursor:pointer;}
.detailBox .detailNr{overflow:hidden;display:block;width:715px; min-height:372px;float:right;position:relative;background:#f6f6f6;}
.detailBox .detailNr .detailNrBox{padding:50px 60px;}
.detailBox .proTit{font-size:24px; color:#333333;margin-bottom:25px;text-transform:uppercase;}
.detailBox .proline{ width:90px; height:1px; background:#f6ab00;}
.detailBox .pro-Text{line-height:30px;font-size:15px;color:#595959;padding-top:40px;border-top:1px solid #dcdcdc;}
/*detailwz*/
.detailBox .detailwz{padding:60px 30px 0 30px;}
.detailBox .detailTitle2 { text-align:center;padding:45px 0 40px 0;border-bottom:1px solid #dcdcdc;border-top:1px solid #dcdcdc;}
.detailBox .detailTitle2 .t1 {font-size:24px;color:#333333;}
.detailBox .detailTitle2 .t2 {font-size:12px;color:#757575; text-transform:uppercase;}
.detailBox .detailTitle2 .proline2 {height:4px;background:url(../images/pro-titline.jpg) center center no-repeat;}
@media screen and (max-width:1220px) {
.detailBox .detailBoxTop{ width:100%;}
.detailBox .detailBoxTop .detailImgBox{width:40%;}	
.detailBox .detailNr{width:60%;}
.detailBox .detailNr .detailNrBox{padding:30px 30px;}
.detailBox .proTit{font-size:20px;margin-bottom:25px;}
.detailBox .detailTitle2 .t1 {font-size:20px;}
.detailBox .detailwz{padding:30px 20px 0 20px;}
.detailBox .detailTitle2 {padding:35px 0 30px 0;}
.detailBox .pro-Text{padding-top:30px;}
}
@media screen and (max-width:1050px) {
.detailBox .detailBoxTop .detailImgBox{width:50%;}	
.detailBox .detailNr{width:50%;}
.detailBox .detailNr .detailNrBox{padding:20px 20px;}
.detailBox .proTit{font-size:20px;margin-bottom:15px;}
.detailBox .detailwz{padding:30px 20px 0 20px;}
.detailBox .detailTitle2 {padding:35px 0 30px 0;}
.detailBox .pro-Text{padding-top:20px;}
}
@media screen and (max-width:768px) {
.detailBox .detailBoxTop .detailImgBox{width:100%;float:none;margin-bottom:30px;}
.detailBox .detailBoxTop .detailImg{height:auto;margin-right:0;float:none;}
.detailBox .detailBoxTop .detailImg img{width:100%;}
.detailBox .detailNr{width:100%;min-height:inherit;float:none;}
.detailBox .detailNr .detailNrBox{padding:30px 20px;}
.detailBox .detailTitle2 {padding:25px 0 20px 0;}
.detailBox .detailwz{padding:30px 0 0 0;}
}
@media screen and (max-width:767px) {
.detailTitle2 {margin-bottom:10px;padding-left:15px;}
.detailTitle2 .t1 {font-size:16px}
}

/*mask*/
.mask {width: 100%;height: 100%;display: none;background:rgba(0, 0, 0, 0.5);top: 0;left: 0;z-index: 9999;position: fixed;cursor: pointer;}
.mask div {position: relative;right: 0;left: 0;margin: auto;top: 0;bottom: 0;z-index: 99999;text-align: center;width: 100%;height: 100%;}
.mask div img {position: absolute;top: 0%;left: 0;right: 0;bottom:0;margin: auto;max-width: 75%;width:auto;height: auto;max-height:75%;}
.masks {width: 100%;height: 100%;display: none;background: rgba(83, 81, 80, 0.8);top: 0;left: 0;z-index: 99999;position: fixed;cursor: pointer;}
.newslist{width:1250px;height: auto;margin: 0 auto;padding: 10px;display: inline-block;}
@media (min-width: 1423px) and (max-width: 1903px) {
.mask div img {position: absolute;top: 0%;left: 0;right: 0;bottom: 0;margin: auto;max-width: 75%;width:auto;height: auto;max-height:75%;}
}
@media (max-width: 1445px) {
.mask div img {position: absolute;top: 0%;left: 0;right: 0;bottom: 0;margin: auto;max-width: 75%;width:auto;height: auto;max-height:75%;}
}