/*preloader*/
#loader-wrapper{position:fixed;left:0;top:0;bottom:0;right:0;z-index:999999;background-color:#000;}
#loader-wrapper i{position:absolute;width:230px;height:70px;top:50%;margin-top:-40px;left:50%;margin-left:-100px;background:url(../images/logo-white.png) no-repeat 50%;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - 头部及导航 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header_top{color:#333; border-bottom:1px solid rgba(0,0,0,.1); height:40px; line-height:40px; clear:both;}
.header_top_inner{overflow:hidden;clear:both}
.header_top_inner .pull-left i,.header_top_inner .pull-right i{padding-right:9px; padding-left:9px;}

.header_social{margin-bottom:0;padding-left:0; display:inline-block}
.header_social li{display:inline-block;margin-right:16px}
.header_social li a{line-height:40px;font-size:14px;color:#333;-webkit-transition:all .4s linear 0s;-o-transition:all .4s linear 0s;transition:all .4s linear 0s;text-decoration:none}
.header_social li a:hover{opacity:.5}
.header_social li:last-child{margin-right:0}

.call-us{display:inline-block}
.call-us a{font-size:14px;color:#333; letter-spacing:.45px;text-decoration:none;font-weight:600}
.call-us span{font-size:14px;color:#333; letter-spacing:.45px;padding-right:10px; padding-left:10px;}

/*end header-top*/

.tt-header{position:absolute;top:0;left:0;width:100%;z-index:101}
.tt-header .logo img.black,.stick.tt-header .logo img.black{display:inline-block;}
.tt-header .logo img.white,.stick.tt-header .logo img.white{display:none;}

.tt-header ul{padding-left:0;margin-bottom:0}
.tt-header .logo{display:inline-block;position:relative; line-height:100px; z-index:101;transition:none}
.tt-header .logo img{display:inline-block;max-width:100%;max-height:70px;width:auto;height:auto;vertical-align:middle}

.tt-header .main-nav>ul>li>a{ font-size:16px; line-height:28px;}
.tt-header .main-nav>ul>li.active>a,.tt-header .main-nav>ul>li:hover>a{color:#0070c0;}

.cmn-toggle-switch:focus{outline:0}
.tt-header .cmn-toggle-switch{display:none;position:relative;float:right;margin-top:12px;padding:0;width:25px;height:17px;cursor:pointer;z-index:101}
.tt-header .cmn-toggle-switch span{display:block;position:absolute;top:7px;left:0;right:0;height:3px;background:#333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.tt-header .cmn-toggle-switch::after,.tt-header .cmn-toggle-switch::before{content:"";position:absolute;display:block;top:7px;left:0;width:100%;height:3px;background:#333;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.tt-header .cmn-toggle-switch::before{margin-top:-7px}
.tt-header .cmn-toggle-switch::after{margin-top:7px}
.tt-header .cmn-toggle-switch.active::before{-webkit-transform:translateY(7px) rotate(45deg);-moz-transform:translateY(7px) rotate(45deg);-ms-transform:translateY(7px) rotate(45deg);transform:translateY(7px) rotate(45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
.tt-header .cmn-toggle-switch.active::after{-webkit-transform:translateY(-7px) rotate(-45deg);-moz-transform:translateY(-7px) rotate(-45deg);-ms-transform:translateY(-7px) rotate(-45deg);transform:translateY(-7px) rotate(-45deg);-webkit-transform-origin:center center;-moz-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}
.tt-header .cmn-toggle-switch.active span{opacity:0}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 视频设置 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
video{display: block; position: relative; width: 100%; height: 100%;object-fit: cover;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Image Hover Effect 图片特效 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.image-zoom-on-hover{overflow:hidden}
.image-opacity-on-hover img,.image-zoom-on-hover img{transition:opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;-moz-transition:opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;-o-transition:opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out}
.image-zoom-on-hover:hover img{-webkit-transform:scale(1.1);transform:scale(1.1); cursor:pointer;}
.image-opacity-on-hover:hover img{opacity:.5}
.image-opacity-on-hover{background:#1e2434}
.image-gray-on-hover:hover img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 图片列表 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 默认文字无背景 */
.piclist{}
.piclist .txt .txt-content{background:none;}
.piclist .txt .txt-content h3{font-size:16px; font-weight:normal; line-height:50px;}
.piclist .txt .txt-content p{color:#666; margin-bottom:20px;}

/* 默认文字有背景 */
.piclist-bg{}
.piclist-bg .txt .txt-content{background:#0070c0; color:#fff; padding:15px 0px;}
.piclist-bg .txt .txt-content h3{font-size:18px; font-weight:normal; line-height:30px;}
.piclist-bg .txt .txt-content p{color:#fff;}

.piclist-bg .txt .txt-content h3.f18{ font-size:18px;}

/* 浮动图片上 */
.piclist2{ margin-bottom:30px;}
.piclist2 .txt{position:relative;}
.piclist2 .txt .txt-content{position:absolute; left:0; bottom:0px; background:rgba(0,0,0,.4); color:#fff; padding:15px 0px; width:100%;}
.piclist2 .txt .txt-content h3{font-size:24px; font-weight:normal; line-height:30px;}
.piclist2 .txt .txt-content a:hover h3{background:#1175c2; color:#fff;}

.piclist2 .txt .txt-content.bggreen{background:rgba(3,146,101,.8);}
.piclist2 .txt .txt-content h3.f18{ font-size:18px;}

/* 带说明文字浮动图片上 */
.piclist3{}
.piclist3 .txt{position:relative;}
.piclist3 .txt .txt-content{position:absolute; left:0; bottom:0px; background:rgba(0,112,192,.8); color:#fff; padding:15px 0px; width:100%;}
.piclist3 .txt .txt-content h3{font-size:30px; font-weight:bold;}
.piclist3 .txt .txt-content h3 span{ font-size:14px; display:block; padding:20px 0px; font-weight:normal; line-height:24px;}
.piclist3 .txt .txt-content .botton-first .sim-button{ margin:0 auto;}

.piclist3 .txt .txt-content h3 span.f18{font-size:18px;}
.piclist3 .txt .txt-content a,.piclist3 .txt .txt-content a:hover h3{color:#fff;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 头部搜索 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#search{width:40px;height:40px;position:relative;cursor:pointer;margin-left:20px;float:right;z-index:1005}
.search-submit{background-image:url(../images/search.png);background-repeat:no-repeat;background-position:center;background-color:#eee;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;width:40px;height:40px;border:none;text-indent:-9999px;position:absolute;cursor:pointer}
#m_search{background:#fff;border:1px solid #ddd;padding:10px 25px;position:absolute;top:125%;width:170px;right:0;color:#777;display:none}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 头部搜索2 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.top-keyword-search{ border-bottom:1px solid #f0f0f0; line-height:35px; padding:10px 0px 6px 0px;}
.top-keyword-search span{font-weight:bold; color:#0070c0;}
.top-search{display:inline-block; float:right;}
.top-search form input{ float:left;}
.top-search form input.txt{border:1px solid #0070c0; height:35px; line-height:35px; padding:0px 20px;}
.top-search .btn{border:0; cursor:pointer; padding:0px; margin:0px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 模块主标题 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.mkbt h2.maintitle{font-size:48px;background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent; font-weight:800; margin:0; text-transform:uppercase; font-family:impact;}
.mkbt h2.maintitle::after {content:""; display:block; width:90px; height:4px; background:#0070c0; margin:10px auto 18px auto; }
.mkbt h2.maintitle span{background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.mkbt p.subtitle{font-size:36px;color:#333;text-transform:uppercase;display:block; margin-bottom:40px;}
.mkbt p.subtitle span{ color:#0070c0;}
.mkbt p.overview{font-size:18px;color:#333; margin-bottom:20px;}

.mkbt2 h2.maintitle{font-size:48px;background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent; font-weight:800; margin:0; text-transform:uppercase; font-family:impact;}
.mkbt2 h2.maintitle::after {content:""; display:block; width:90px; height:4px; background:#0070c0; margin-top:10px; margin-bottom:18px;}
.mkbt2 h2.maintitle span{background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.mkbt2 p.subtitle{font-size:36px;color:#333;text-transform:uppercase;display:block; margin-bottom:40px;}
.mkbt2 p.overview{font-size:18px;color:#333; margin-bottom:20px;}

.mkbt-whtie h2.maintitle{font-size:36px;background-image:-webkit-linear-gradient(bottom,#fff,#fff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent; font-weight:800; margin:0;}
.mkbt-whtie h2.maintitle::after {content:""; display:block; width:90px; height:3px; background:#fff; margin:10px auto 18px auto;}
.mkbt-whtie h2.maintitle span{background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.mkbt-whtie p.subtitle{font-size:18px;color:#fff;text-transform:uppercase;display:block; margin-bottom:20px;}
.mkbt-whtie p.overview{font-size:14px;color:#fff; margin-bottom:20px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - TAB切换 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tab{zoom:1;clear:both;overflow:hidden; padding:50px 0px;}
.tab li{font-size:30px;line-height:100px; padding-left:30px; cursor:pointer}
.tab li.current{font-weight:bold; background:url(../images/pot-right.png) no-repeat left;}
.tab-content {clear:both;}
.tab-content div {display:none;margin:0px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - 类别 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.category a{color:#333;border-radius:0px;background:#fff;border-left:1px solid #dddddd;margin:0px 0px; padding:18px 40px; display:inline-block;}
.category a.active,.category a:hover{color:#fff;border-radius:0px;background:#0070c0;border-left:1px solid #0070c0}
.category a:first-child{border-left-width:0px;}

.left-list{background:#0070c0; color:#fff; border:3px solid #0070c0; margin-bottom:20px;}
.left-list h3{font-size:30px; text-align:center; padding:20px 0px;}
.left-list h3 span{font-size:14px; display:block;}
.left-list dl{ background:#fff; color:#333; margin:0;}
.left-list dl dt{line-height:50px; font-size:18px; font-weight:normal; margin:0px 20px 0px 20px; border-bottom:1px solid #0070c0; padding:0 20px;}
.left-list dl dt:last-child{border-bottom-width:0px;}

.left-contact{background:#0070c0; color:#fff; border:3px solid #0070c0;}
.left-contact h3{font-size:30px; text-align:center; padding:20px 0px;}
.left-contact h3 span{font-size:14px; display:block;}
.left-contact-content{background:#fff; color:#333; padding:20px 10px; font-size:14px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* breadcrumb 面包屑*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb{background:0 0;position:relative;padding:0;vertical-align:middle;text-align:center;margin-top:3px}
.breadcrumb ul{display:inline-block;padding-left:0;margin-bottom:0}
.breadcrumb ul li{list-style:none;float:left;padding-right:10px;color:#fff;background:0}
.breadcrumb ul li.active a{color:#fff;font-size:14px;font-family:Poppins,sans-serif;font-weight:600}
.breadcrumb ul li a{color:#0070c0;font-size:14px;font-family:Poppins,sans-serif;font-weight:600}
.breadcrumb ul li i{color:#0070c0;font-size:14px;font-weight:600}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 模块面包屑 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.breadcrumb2{border-bottom:1px solid #ddd;background:#f3f3f3;line-height:40px}
.breadcrumb2 i{margin:0px 5px;}
.breadcrumb2 ul li{float:left;padding-right:10px}
.breadcrumb2 ul li.active a{color:#333;font-size:14px;font-weight:600}
.breadcrumb2 ul li a{color:#333;font-size:14px;font-weight:600}
.breadcrumb2 ul li i{color:#666;font-size:14px;font-weight:600}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - 新闻列表 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.newslist dl dt{ font-size:18px; padding:10px 0px;}
.newslist dl dd.riqi{ color:#999; padding-bottom:20px;}
.newslist dl dd.riqi::after {content:""; display:block; width:60px; height:1px; background:#ccc; margin:10px 0px 0px 0px;}
.newslist dl dd.pic{ padding-bottom:10px;}
.newslist dl dd.txt{color:#666; font-size:14px;}
.newslist dl dd.more, .newslist dl dd.more a{ color:#0070c0; padding:10px 0px;}
.newslist ul li{ font-size:16px; border-bottom:1px dashed #f0f0f0; padding:15px 0px;}
.newslist ul li span{ color:#999; padding-right:20px;}

.newslist2{margin:20px 0px;}
.newslist2 h3{ font-size:24px; margin:0px 0px 10px 0px;}
.newslist2 .news-date{border:2px solid #333; text-align:center; padding:15px 0px;}
.newslist2 .news-date span{display:block; font-size:30px;}
.newslist2 .news-dec{ color:#666;}

.newslist3{background:#e0e0e0;clear:both; overflow:hidden;margin:20px 0px;position:relative;cursor:pointer;}
.newslist3 .text-word{ position:absolute; top:0px; transition: 0.5s;}
.newslist3:hover .text-word{ top:0px;}
.newslist3 .text-word p{color:#666;}
.newslist3:hover .text-word h3{color:#0070c0;}
.newslist3:hover .text-word p{ color:#444;}
.newslist3 h3{padding:40px 40px 20px 40px; font-size:18px; font-weight:bold;}
.newslist3 h3 span{font-size:14px; font-weight:normal; color:#666; display:block; padding-top:10px;}
.newslist3 p{	padding:0px 40px 0px 40px;}
/*.newslist3 .img-box img {-webkit-filter: grayscale(100%);filter: grayscale(100%);width: 100%;}
.newslist3 .img-box img:hover{-webkit-filter: none;filter: none;}*/
.newslist3:hover .text-word h3 a{color:#0070c0;}
.newslist3 .botton-first{ margin-left:40px;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 内页header_hd */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header_wrap {
    position: relative;
    overflow: hidden;
    height: 600px;
}
.header_hd{ position:relative;}
.header_hd .backg-about, .header_hd .backg-culture, .header_hd .backg-news, .header_hd .backg-rd, .header_hd .backg-hr{
	height: 600px;
    width: 100%;
    transform: scale(1);
    background-attachment: scroll !important;
	-webkit-animation: imageZoom linear 17s;
    -webkit-animation-iteration-count: infinite;
	background-size: cover;    
}
.header_wrap02{
    position: relative;
    overflow: hidden;
    height: 600px;
}
.header_hd .backg-pro{
	height: 600px;
    width: 100%;
    transform: scale(1);
    background-attachment: scroll !important;
	-webkit-animation: imageZoom linear 17s;
    -webkit-animation-iteration-count: infinite;
	background-size: cover;    
}
.header_hd .backg-pro01{
	background: url(/Public/index/images/ny-banner-pro01.jpg) no-repeat center;
}
.header_hd .backg-pro02{
	background: url(/Public/index/images/ny-banner-pro02.jpg) no-repeat center;
}
.header_hd .backg-about{
	background: url(/Public/index/images/ny-banner-about.jpg) no-repeat center;
}
.header_hd .backg-culture{
	background: url(/Public/index/images/ny-banner-culture.jpg) no-repeat center;
}
.header_hd .backg-news{
	background: url(/Public/index/images/ny-banner-news.jpg) no-repeat center;
}
.header_hd .backg-rd{
	background: url(/Public/index/images/ny-banner-rd.jpg) no-repeat center;
}
.header_hd .backg-hr{
	background: url(/Public/index/images/ny-banner-hr.jpg) no-repeat center;
}
.header_hd .solgn{
	color: #fff;
    width: 290px;
    height: 378px;
    margin-left: -145px;
    margin-top: -60px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;	
}
.header_hd .solgn h2{font-size:48px; color:#fff;}
.header_hd .solgn h2::after {content:""; display:block; width:80px; height:3px; background:#fff; margin:10px auto 18px auto; }
.header_hd .solgn h3{ font-size:24px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 详情页 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.detail_title h3{font-size:24px; text-align:center;}
.detail_title h3 span{ display:block; font-weight:normal; font-size:14px; color:#999; line-height:32px; border-bottom:1px solid #e0e0e0; margin:10px 0px;}
.detail_content{ padding-bottom:20px;}
.detail_content p{ padding:10px 0px;}
.detail_content img{margin: 0 auto; display: block; max-width: 100%; height: auto !important;}
.detail_pre_next{padding-bottom:30px;}
.detail_pre_next ul li{ color:#999;}
.detail_pre_next ul li a{ color:#666;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 在线留言表单 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.forms>div:nth-child(1){
padding-right:0}
.forms .forms_label{position:relative;margin-bottom:20px}
.forms .forms_label .iconfont{position:absolute;font-size:16px;color:#999;left:0;top:0;line-height:1;margin:15px 0 0 10px}
.forms .forms_label input,.forms .forms_label textarea{background:#fff;width:100%;border:0 none;-webkit-appearance:none;-moz-appearance:none;border-radius:0;font-size:14px;outline:0;padding-left:30px; border:1px solid #f0f0f0; box-shadow:none}
.forms .forms_label input:focus,.forms .forms_label textarea:focus{box-shadow:none}
.forms .forms_label input{height:46px}
.forms .forms_label textarea{padding:14px 0 0 30px;height:178px;resize:none}
.forms .forms_btn{font-size:16px;line-height:1;padding:15px 40px;background:#0070c0;color:#fff;border:0 none;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 分页设置 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.List_page{text-align:center;margin:8px;clear:both;padding:15px 0}
.List_page a{background:#fff;margin:1px;padding:4px 6px;border:1px solid #333;color:#333}
.List_page span{background:#e1e1e1;color:#000;margin:1px;padding:4px 6px;border:1px solid #333}
.List_page .showpage ul li{ display:inline-block;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - 数字滚动 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.counter-content{text-align:center;}
.counter-content h2 span{font-size:24px; font-weight:bold; padding:0 2px;}
.counter-content h2 span.counter-value{color:#333;font-size:50px;font-family:impact,Poppins,sans-serif;font-weight:600;text-align:center}
.counter-content h2 span.word{ font-size:16px;}
.counter-content h5{color:#666;font-size:16px; font-weight:normal; padding-top:10px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - default.html 图片轮播切换按钮 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.lblist .owl-carousel.owl-carousel17.owl-theme.owl-loaded.owl-drag{padding-top:0}
.lblist .owl-carousel .owl-nav,.lblist .owl-carousel .owl-nav.disabled{display:block;font-size:-webkit-xxx-large;position:relative;right:0;top:0;margin:0 auto;float:none;text-align:center;margin-top:25px}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev,.lblist.main-owal .client_say .owl-carousel .owl-dot{cursor:pointer;cursor:hand;position:relative;display:block;text-align:center;display:inline-block;margin:0 auto}
.lblist .owl-nav i{color:#fff;font-size:20px;height:40px;width:40px;background:#1e2434;margin-right:16px;padding:10px 10px 0 10px; border-radius:20px;}
.lblist .owl-nav .owl-next:hover i,.lblist .owl-nav .owl-prev:hover i{background:#0070c0}

.swiper-container{background:#000;}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - SWIPER 轮播切换按钮*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-slide{position:relative}
.swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background:#999;opacity:1}
.swiper-pagination .swiper-pagination-bullet-active{background:#0070c0}


/*swiper-pagination-white*/
.swiper-pagination-white .swiper-pagination-bullet{background:#fff}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#0070c0}


/*swiper position*/
.swiper-pagination.fixed{bottom:30px!important}
.swiper-pagination.fixed.pos-2{bottom:30px}
.swiper-pagination.relative-pagination{position:relative;top:0;margin-top:30px}
.swiper-button-next,.swiper-button-prev{color:#fff!important}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - banner上的文字 TT-MSLIDE - */
/*-------------------------------------------------------------------------------------------------------------------------------*/

.slider1 .slider_content{}
.slider_content .sim-button{float:left}
.tt-mslide-wrapper{position:relative;overflow:hidden}
.tt-mslide{position:relative;overflow:hidden}
.tt-mslide-entry{display:table-cell;width:99999px;height:640px;text-align:center;padding-bottom:210px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;vertical-align:bottom}
.slider1 .tt-mslide:before{display:none}
.tt-mslide:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#333;opacity:.25}
.tt-mslide-title{color:#fff;margin-bottom:10px;font-size:60px;text-transform:initial;text-align:center;font-weight:500}
.tt-mslide-title h3{color:#fff;font-size:50px;font-weight:600;margin-top:0;margin-bottom:20px;font-size:40px}
.tt-mslide-title p{width:707px;margin:0 auto;color:#fff;font-size:22px;font-weight:400;font-family:Lato,sans-serif;letter-spacing:.3px;text-align:center;margin-bottom:30px;padding-top:10px}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - Banner背景图 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.hm4slider .slide1 {background: url(../images/banner-pic01.jpg)no-repeat; background-size: cover;}
.hm4slider .slide2 {background: url(../images/banner-pic02.jpg)no-repeat; background-size: cover;}
.hm4slider .slide3 {background: url(../images/banner-pic03.jpg)no-repeat; background-size: cover;}
.hm4slider .slide4 {background: url(../images/banner-pic04.jpg)no-repeat; background-size: cover;}
.hm4slider .slide5 {background: url(../images/banner-pic05.jpg)no-repeat; background-size: cover;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - About Us关于我们 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.about h3{ font-size:24px; color:#0070c0; padding-bottom:10px;}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* paginationWrapper 分页*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.paginationWrapper{padding-top:20px;clear:both;text-align:center}
.paginationWrapper{position:relative}
.paginationWrapper a.activePagi,.paginationWrapper a:hover{color:#fff;background:#0070c0;border:2px solid #0070c0;cursor:pointer;text-decoration:none;outline:0}
.nubmerPagination{display:inline-block}
.paginationWrapper a{border:2px solid #d4d4d4;background:#fff;color:#2a2a2a;padding:9px 16px;-webkit-transition:all 150ms linear;transition:all 150ms linear;margin-right:10px;font-size:18px;font-weight:700;text-decoration:none}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* - 产品详情多图片展示 - */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.w{width:100%;height:100%}
.leftBox{float:left}
.normalBox{overflow:hidden;position:relative;border:1px solid #f2f2f2}
.normalBox .w{display:none}
.botBox{width:100%;background:#fff;overflow:hidden;margin:10px 0}
.botBox ul li{float:left;width:20%;height:100%;border:1px solid #fff;border-radius:5px;opacity:.5}
.bord{border-color:#f2f2f2!important;opacity:1!important}
.moveBox{width:200px;height:200px;background:rgba(222,0,0,.4);position:absolute;top:0;left:0;display:none;cursor:move}
.magBox{width:540px;height:540px;border:1px solid #f2f2f2;position:relative;float:left;overflow:hidden;display:none}
.magBox ul li{display:none;position:absolute;top:0;left:0}
#n,.m{display:block!important}
.box{width:110px;margin:auto}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FOOTER 底部*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
footer .footer-bg{ background:#262626; color:#aaa; padding:40px 0px;}

footer .footer-t h2{font-size:18px;font-weight:600;color:#fff;line-height:50px}
footer .footer-t p{font-size:14px;color:#fff;line-height:28px;font-weight:400;margin:0 auto}

footer .footer-contact{margin-top:20px}
footer .footer-contact h3{margin-top:0;padding-top:0;font-size:24px; color:#fff;margin-bottom:13px}
footer .footer-contact .footer-btn a{ border:1px solid #fff; color:#fff; padding:10px 10px; margin:0px 10px 0px 0px;}
footer .footer-contact .footer-btn a:hover{border:1px solid #0070c0; background:#0070c0; color:#fff;}
footer .footer-contact .footer-btn{margin-bottom:20px;}

footer ul.footer-list{margin:0;padding:0}
footer ul.footer-list li{list-style:none; line-height:36px; clear:both;color:#aaa}

footer .footer-qrcode{font-size:14px; text-align:center; margin-top:15px;}
footer .footer-copyright{background:#0e0e0e;padding:15px 0;color:#fff;text-align:center;}
footer .footer-copyright a{color:#fff; text-decoration:underline;}

footer a{color:#aaaaaa}
footer a:hover{color:#0070c0;text-decoration:none}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* MORE 设置*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
.button-more{ text-align:center;}
.button-more a{text-transform:uppercase; border:1px solid #ccc; border-radius:20px; padding:10px 20px;}
.button-more a:hover{background:#1175c2; color:#fff; border:1px solid #1175c2;}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 右侧向上返回 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#mkdf-back-to-top{display:block;visibility:hidden;position:fixed;text-decoration:none;right:25px;bottom:25px;border-radius:50%;margin:0;width:40px;height:40px;font-size:18px;line-height:40px;opacity:0;z-index:10000;color:#fff;text-align:center;-webkit-box-shadow:0 14px 47px 0 rgba(28,28,28,.24);-moz-box-shadow:0 14px 47px 0 rgba(28,28,28,.24);box-shadow:0 14px 47px 0 rgba(28,28,28,.24);background-color:#0070c0;box-sizing:border-box;-webkit-transition:opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out,background-color .2s ease-out,right .1s ease-out;-moz-transition:opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out,background-color .2s ease-out,right .1s ease-out;transition:opacity .2s ease-out,visibility .2s ease-out,color .2s ease-out,background-color .2s ease-out,right .1s ease-out}
#mkdf-back-to-top:hover{background-color:#333}
#mkdf-back-to-top.on{opacity:1;visibility:visible}
#mkdf-back-to-top:hover .mkdf-icon-stack{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}
#mkdf-back-to-top:hover .mkdf-back-to-top-text{opacity:0}
.scrollup{width:40px;height:40px;position:fixed;bottom:30px;right:30px;display:none;text-indent:-9999px;background:url(icon_top.png) no-repeat;background-color:#000}
.scrollup.open{display:block}



/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 视频list */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.d_1{float:left;width:100%;}
.d_1 ul{margin:0 -19px}
.d_1 ul li{float:left;width:33.333333%;padding:0 19px;margin-top:10px;position:relative}
.d_1 ul li a{float:left;width:100%;display:block}
.d_1 ul li a .z_img{float:left;width:100%;position:relative}
.d_1 ul li a .z_img img{display:block;float:left;width:100%;-webkit-transition:all .4s ease-out 0s;-moz-transition:all .4s ease-out 0s;-o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s}
.d_1 ul li a i{position:absolute;display:block;width:69px;top:50%;left:50%;margin-left:-35px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
.d_1 ul li a i img{display:block;width:100%}
.d_1 ul li a h4{float:left;width:100%;margin-top:10px;line-height:30px;height:30px;font-size:16px;color:#666;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.d_1 ul li a:hover>img{-webkit-box-shadow:1px 1px 10px rgba(0,0,0,.3);-moz-box-shadow:1px 1px 10px rgba(0,0,0,.3);box-shadow:1px 1px 10px rgba(0,0,0,.3);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05)}
@media screen and (max-width:991px){
.d_1 ul{margin:0 -10px}
.d_1 ul li{padding:0 10px;margin-top:30px}
.d_1 ul li a i{width:40px;margin-left:-20px}
}
@media screen and (max-width:767px){.d_1{margin-top:15px}
.d_1 ul{margin:0}
.d_1 ul li{padding:0 5px;margin-top:10px;width:50%}
.d_1 ul li a h4{margin-top:5px;line-height:24px;height:24px;font-size:14px}
}
/*视频弹窗*/
.video_tc{display:none;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1999;background:rgba(0,0,0,.6)}
.video_tc .vid_m{position:absolute;left:20%;top:20%;width:60%;height:auto;overflow:hidden;padding:0 30px}
.video_tc .vid_m i{display:block;position:absolute;right:0;top:0;width:20px;height:20px;background:url(../images/cha.png) no-repeat;background-size:100%;cursor:pointer}
.video_tc .vid_m ._vid{float:left;width:100%}
.video_tc .vid_m ._vid video{display:block;position:relative;width:100%;height:100%;object-fit:cover}
.video_tc .vid_m ._vid p,.video_tc .vid_m ._vid p iframe{width:100%;height:100%}
@media screen and (max-width:1199px){.video_tc .vid_m{left:10%;top:50%;width:80%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}
}
@media screen and (max-width:767px){.video_tc .vid_m{left:5%;top:50%;width:90%;padding:0 15px}
.video_tc .vid_m i{width:10px;height:10px;background-size:100%}
}

.ny-right .category{display:none;}


/*preloader*/
#loader-wrapper{ 
  position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%;
  z-index:999999; 
  background-color:#ffffff; 
  background-position:center center;
  background-repeat:no-repeat; 
  background-image:url(../images/preloader.gif);
}


/*关于东福*/
.about-bg{background:#fafafa;}
.about-content h3{font-weight:bold; font-size:24px; padding-bottom:20px;}
.about-content p{padding-bottom:20px;}
.about-counter{padding-top:20px; padding-bottom:20px;}


.product-bg{background-size:cover;background-position:center;background:url(../images/index-pro-bg.jpg) no-repeat;position:relative; color:#fff; max-height:530px;}
.product-bg:before{background:rgba(0,0,0,.1);position:absolute;left:0;top:0;bottom:0;content:'';right:0}

.pro-twolist h3{ font-size:24px; font-weight:bold; margin-bottom:20px;}
.pro-twolist h3::before{content:""; display:block; width:45px; height:3px; background:#fff; margin-bottom:15px;}
.pro-twolist p{color:#eee;}

.index-threelist h3 span{padding:0 20px; vertical-align:middle;}

/*公司文化*/
.culture .col-md-3{border-left:1px solid #f0f0f0;}
.culture .col-md-3:first-child{border-left-width:0;}
.culturelist h3{ font-size:24px; font-weight:bold; padding:26px 0px;}
.culture-bg{background:url(../images/culture-pic.jpg) no-repeat top center; height:600px;}

.category-bg{ border-bottom:1px solid #f0f0f0; clear:both; overflow:hidden;}

/*单个标题*/
.ny-dgbt{}
.ny-dgbt h2.maintitle{font-size:36px;background-image:-webkit-linear-gradient(bottom,#0070c0,#0070c0,#0070c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent; font-weight:800; margin:0; text-transform:uppercase; margin-bottom:30px;}
.ny-dgbt p.overview{font-size:16px;color:#333; margin-bottom:20px;}

/*公司分布*/
.distribution-pic{background:url(../images/distribution-pic.png) no-repeat top center; min-height:740px;}
.distribution-list h3{ font-size:24px; background:url(../images/distribution-pot.png) no-repeat left; padding-left:50px; line-height:40px;}
.distribution-list p{padding-left:50px;}
.distribution-mobilepic{display:none;}

/*团队介绍*/
.team-ceo-bg{ background:#f0f0f0;}
.team-ceo p.dec{ font-size:18px; font-weight:bold;}


/*研发计划*/
.plan-bg{ background:url(../images/plan-bg.jpg) no-repeat top center; color:#fff;}
.plan-bg .col-md-3{ border-left:1px solid #888; height:300px; padding-top:180px; padding-bottom:520px;}
.plan-bg .col-md-3:last-child{border-right:1px solid #888;}
.planlist h2{ font-family:impact; font-size:90px; padding-bottom:35px;}
.planlist h3{ font-size:30px; padding-bottom:30px;}
.planlist p{font-size:18px;}

/*研发计划*/
.aimslist{ background:#0070c0; border:1px solid #0070c0; padding:70px; height:300px; margin-bottom:30px; color:#fff;}
.aimslist h3{ font-size:30px; font-weight:bold; color:#fff;}
.aimslist h3::after{content:""; display:block; width:90px; height:4px; background:#fff; margin-top:10px; margin-bottom:18px; }
.parlist{margin-bottom:30px;}
.parlist img{border:1px solid #e0e0e0;}


/*accordeon默认*/
.tt-accordeon{position:relative}
.tt-accordeon-title{background-color:#fff; border-bottom:1px solid #f4f4f4; display:block;position:relative;font-size:16px;line-height:20px;font-weight:600;color:#262626;padding:15px 55px 15px 20px;cursor:pointer;text-align:left;letter-spacing:0;margin-bottom:5px}
.tt-accordeon-title.active{margin-bottom:0}
.tt-accordeon-title:after{position:absolute;content:"\f067";top:50%;right:0;margin-top:-26px;width:0;height:0;font-family:FontAwesome;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear;background:#0070c0;width:57px;height:51px;padding:23px;padding-top:16px;color:#fff}
.tt-panel{display:none;background-color:#f4f4f4;padding:25px 25px;border-top:0;border-left:1px solid #f4f4f4;border-right:1px solid #f4f4f4;border-bottom:1px solid #f4f4f4;margin-bottom:15px}
.tt-accordeon-title.active:after{position:absolute;content:"\f068";-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}
.tt-panel.tt-panel-open{display:block}

/*招贤纳士*/
.hr-title{background:#b4b4b4; height:50px; line-height:50px; color:#fff; font-size:18px;}
.hr-container{border:1px solid #b4b4b4; background:#fff; clear:both; overflow:hidden;}
.hr-content01{border-bottom:1px solid #e5e5e5; padding:20px 0px; }
.hr-content02{padding:20px 0px;}

/*快乐工作*/
.happwork-k{background:url(../images/happywork-k.png) no-repeat 50% center;}
.happworklist{ width:450px; float:right;}
.happworklist ul{display:block; padding:30px 0px;}
.happworklist ul li{display:inline-block; font-size:18px; font-weight:bold;}
.happworklist ul li img{vertical-align:bottom;}
.happworklist ul li span{ display:block; font-weight:normal; font-size:16px;}

/*向下箭头*/
.transit{display:block;margin:50px auto;margin-bottom:0;-webkit-animation:arrow-bounce 2s infinite;animation:arrow-bounce 2s infinite}

