@charset "utf-8";
/* ------------------------------------------------- 
 * 公用样式表 
 * ------------------------------------------------- 
*/  
body{font-family:"微软雅黑","宋体"; font-size:16px; line-height: 1.6; font-weight: 400; letter-spacing:-.1px; font-stretch:normal; font-style:normal;  color: rgba(255, 255, 255, 0.8); color: #000;  background: rgba(255, 255, 255, 1); 
text-align:justify; -webkit-text-size-adjust:none; height:auto; 
-webkit-font-smoothing: subpixel-antialiased; /*chrome、safari*/
-moz-osx-font-smoothing: grayscale;/*firefox*/}
/** 定义HTML body **/

a {color:#000;transition:400ms ease all;}
a:focus {color: #000;outline: none; text-decoration: none;}
a:hover {color: #000;outline: none;text-decoration: none;transition:400ms ease all;}

/*======================== 翻页公用  ============================*/
.pageflip { width: 100%; overflow: hidden; text-align: center; margin: 0 0 70px; font-size: 0; }
.pageflip a { color: #999; line-height: 40px; height: 40px; display: inline-block; overflow: hidden; padding: 0px 13px; border: 1px solid #ccc; margin: 0; font-size: 16px; }
.pageflip a:hover, .pageflip a.dq { background: #DBB866; color: #fff; cursor: pointer; }
.pageflip a i { display: block; line-height: 30px; height: 30px; }
@media (max-width: 1366px) {
	.pageflip { margin: 0 0 40px; }
	.pageflip a { line-height: 36px; height: 36px; padding: 0px 12px; font-size: 14px; }
}
@media (max-width:1024px){
}
@media (max-width:  768px) {
	.pageflip { margin: 0 0 25px; }
	.pageflip a { line-height: 30px; height: 30px; padding: 0px 10px; font-size: 12px; }
}
/*======================== 翻页公用 ============================*/

/* Sticky Header Style  */
@media (max-width:1600px){}
@media (max-width:1400px){}
@media (max-width:1200px){}
@media (max-width:992px){}
@media (max-width:767px){}
@media (max-width:640px){}
@media (max-width:460px){}
@media (max-width:360px){}

/*========== 缩放 ==========*/
@-webkit-keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	50%{-webkit-transform:scale(1.1);transform:scale(1.1)}
	100%{-webkit-transform:scale(1);transform:scale(1)}
}

/* 主题颜色: #DBB866 */

/* ---- 通用 ---- */
/* -- 限宽 -- */
.page_max { width: 100%; position: relative; }
.page_w100 { width: 100%; position: relative; padding: 0 80px; }
.page_w1300 { width: 100%; max-width: 1460px; position: relative; padding: 0 80px; margin: 0 auto; }
@media (max-width: 1024px) {
	.page_w1300 { padding: 0 30px; }
	.page_w100 { padding: 0 30px; }
}
@media (max-width: 768px) {
	.page_w1300 { padding: 0 10px; }
	.page_w100 { padding: 0 10px; }
}

/* -- swiper -- */
.swiper-container a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }

/* -- 悬浮阴影 -- */
.shadow { width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #000; opacity: .3; }

/* -- 标题栏 -- */
.title { margin: 50px 0; position: relative; }
.title .h1 { font-size: 26px; color: #000; line-height: 28px; overflow: hidden; margin-bottom: 5px; }
.title .h2 { font-size: 12px; color: #ccc; text-transform: uppercase; line-height: 14px; overflow: hidden; }
@media (max-width: 1366px) {
	.title { margin: 30px 0; }
	.title .h1 { font-size: 20px; line-height: 22px; }
}
@media (max-width: 768px) {
	.title { margin: 15px 0; }
	.title .h1 { font-size: 18px; line-height: 20px; }
}

/* -- 当前位置 -- */
.weizhi { font-size: 14px; color: #ccc; position: relative; line-height: 20px; padding: 25px; }
.weizhi a { display: inline-block; height: 20px; margin: 0 5px; }
.weizhi a.icon { position: absolute; top: 23px; left: 0; }
.weizhi a.on { color: #DBB866; }
.weizhi a:hover { color: #DBB866; text-decoration: underline; }
@media (max-width: 1366px) {
	.weizhi { padding: 10px 25px; }
	.weizhi a.icon { top: 8px; }
}
@media (max-width: 768px) {
	.weizhi { display: none; }
}
/* ---- 通用 END ---- */

/* ---- 页面顶部 ---- */
.header { position: fixed; top: 0; right: 0; width: 100%; height: 101px; background: rgba(0,0,0,1); z-index: 100; }
.header_box { position: relative; width: 100%; height: 100px; padding: 0 100px 0 200px; }
/* LOGO */
.header_box .logo { /* a */ display: block; position: absolute; top: 10px; left: 0; }
/* 隐藏导航 & 搜索 */
.header_box .button { /* ul */ display: block; position: absolute; top: 0; left: auto; right: 0; width: 100px; height: 100%; font-size: 0; }
.header_box .button li { display: inline-block; width: 50%; text-align: right; position: relative; z-index: 2; }
.header_box .button li a { display: inline-block; width: 25px; height: 22px; position: relative; overflow: hidden; margin-top: 39px; }
.header_box .button li a img { position: absolute; top: 0; left: 0; }
.header_box .button li a img:nth-of-type(1) { opacity: 1; }
.header_box .button li a img:nth-of-type(2) { opacity: 0; }
.header_box .button li a:hover img:nth-of-type(1) { opacity: 0; }
.header_box .button li a:hover img:nth-of-type(2) { opacity: 1; }
.header_box .button::after { content: ""; width: 235px; height: 100%; position: absolute; top: 0; right: -80px; background: rgba(0,0,0,0); z-index: 1; }
@media (max-width: 1024px) {
	.header_box .button { display: none; }
	.header_box { padding: 0 0 0 200px; }
}
/* 导航 */
.header_box .nav { /* ul */ display: block; position: relative; width: 100%; height: 100%; font-size: 0; text-align: right;  z-index: 99;}
.header_box .nav li { display: inline-block; height: 100%; margin: 0 20px; position: relative; }
.header_box .nav li > a { display: inline-block; height: 100%; line-height: 100px; font-size: 15px; color: #fff; border-bottom: 2px solid rgba(0,0,0,0); }
.header_box .nav li > a.on,
.header_box .nav li > a:hover { color: #DBB866; border-color: #DBB866; }
/* submenu */
.header .nav_submenu { position: absolute; top: 100px; left: -10px; width: 180px; padding-top: 0; z-index: 100; }
.header .nav_submenu a { display: block; width: 100%; height: 0; line-height: 34px; font-size: 14px; color: #666; text-align: left; padding: 0 25px; position: relative; overflow: hidden; border-top: 0 dotted rgba(0,0,0,.08); background: rgba(255,255,255,.8); }
.header .nav li:hover .nav_submenu a { height: 36px; border-width: 1px; }
.header .nav_submenu a::after { content: ""; width: 3px; height: 13px; background: #999; position: absolute; top: 10px; left: 10px; }
.header .nav_submenu a:hover { color: #fff; background:#DBB866; }
.header .nav_submenu a:hover::after { background: #fff; }
/* 隐藏导航样式 */
.hidden.header { top: -100px; }
.hidden.header .button { top: 100px; }
.hidden.header .button::after { background: rgba(0,0,0,1); }
/* 搜索悬浮页 */
.search_box { position: fixed; width: 100%; height: 0%; z-index: 9; background: rgba(0,0,0,.9); overflow: hidden; }
.search_box .search_main { width: 650px; height: 350px; border-radius: 5px; background: rgba(255,255,255,.3); padding: 30px; position: absolute; top: 50%; left: 50%; margin-top: -175px; margin-left: -325px; }
.search_box .search_div { width: 100%; height: 40px; position: relative; padding-right: 80px; }
.search_box .search_div input { width: 100%; height: 100%; background: #fff; border: 0; padding: 0 15px; border-radius: 3px 0 0 3px; }
.search_box .search_div button { width: 40px; height: 40px; border: 0; position: absolute; top: 0; right: 0; background: rgba(0,0,0,0); font-size: 18px; color: #fff; cursor: pointer; }
.search_box .search_div button:nth-of-type(1) { right: 40px; background: #DBB866; border-radius: 0 3px 3px 0; }
.search_box .search_other { margin-top: 20px; }
.search_box .search_other a { display: inline-block; border-radius: 3px; background: rgba(255,255,255,.8); font-size: 14px; color: #666; padding: 4px 10px; margin-right: 10px; }
.search_box .search_other a:hover { color: #fff; background: #DBB866; }
.hidden.search_box { height: 100%; }
@media (max-width: 768px) {
	.header_box .nav { display: none; }
	.header { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2); }
	.header_box .logo { left: 10px; }
}
/* ---- 页面顶部 END ---- */

.mouse { width: 17px; height: 27px; position: absolute; bottom: 60px; left: 50%; margin-left: -8px; z-index: 66; }
.mouse .mouse_box { width: 100%; height: 100%; position: relative; }
.mouse .mouse_box::after { content: ""; width: 1px; height: 50px; background: #fff; position: absolute; bottom: 27px; left: 8px; }
.mouse .mouse_box::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #fff; position: absolute; bottom: 77px; left: 6px; }

/* ---- 页面底部 ---- */
.footer { background: #F6F6F6; padding-top: 75px; }
.footer_box { position: relative; padding-left: 550px; margin-bottom: 40px; }
.footer_box .left { position: absolute; top: 0; left: 0; width: 550px; }
.footer_box .left .logo { margin-bottom: 30px; }
.footer_box .left .left_box { position: relative; padding-left: 120px; min-height: 147px; }
.footer_box .left_box .ewm { position: absolute; top: 0; left: 0; width: 120px; }
.footer_box .left_box .ewm .img { width: 120px; height: 120px; position: relative; }
.footer_box .left_box .ewm .img img { border: 1px solid #E9E9E9; position: absolute; top: 0; left: 0; max-width: none; width: 120px; }
.footer_box .left_box .ewm .img img:hover { width: 126px; top: -3px; left: -3px; border-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2); }
.footer_box .left_box .ewm .p { width: 100%; text-align: center; font-size: 14px; color: #999; margin-top: 5px; }
.footer_box .left_box .box { padding-left: 15px; }
.footer_box .left_box .box .h1 { /* a */ display: inline-block; background: #DBB866; text-align: center; color: #fff; font-size: 14px; border-radius: 5px; padding: 10px 25px; }
.footer_box .left_box .box .h1:hover { padding: 10px 40px; }
.footer_box .left_box .box .h1 i { display: inline-block; float: left; height: 18px;line-height: 16px; margin-right: 10px; }
.footer_box .left_box .box .h1 span { display: inline-block; float: left; height: 18px; line-height: 17px; }
.footer_box .left_box .box .h2 { font-size: 14px; color: #999; margin: 10px 0 0; }
.footer_box .left_box .box .h3 { font-size: 24px; color: #000; }
.footer_box .right { min-height: 280px; border-left: 2px solid #DADADA; padding-left: 70px; }
.footer_box .right .right_title { font-size: 24px; color: #333; line-height: 22px; margin-bottom: 30px; }
.footer_box .right .right_box { font-size: 18px; color: #333; line-height: 48px; }
.footer_box .right_box p { width: 50%; float: left; }
.footer_box .right_box p.a_box { width: 100%; }
.footer_box .right_box a { font-size: 16px; color: #666; text-decoration: underline; display: inline-block; }
.footer_box .right_box a:hover { color: #DBB866; }
.footer .bottom { padding: 50px 0; border-top: 1px solid #E9E9E9; font-size: 14px; line-height: 30px; color: #999; }
.footer .bottom a { color: #999; margin: 0 20px; }
.footer .bottom a:hover { color: #DBB866; text-decoration: underline; }
.footer .bottom .bottom_left { display: inline-block; float: left; }
.footer .bottom .bottom_right { display: inline-block; float: right; }
@media (max-width: 1366px) {
	.footer { padding-top: 40px; }
	.footer_box { padding-left: 400px; margin-bottom: 30px; }
	.footer_box .left { width: 400px; }
	.footer_box .right { border-width: 1px; padding-left: 50px; }
	.footer_box .right .right_title { font-size: 20px; margin-bottom: 15px; }
	.footer_box .right .right_box { font-size: 16px; }
	.footer .bottom { padding: 20px 0; }
	.footer_box .right_box a { font-size: 15px; }
}
@media (max-width: 768px) {
	.footer { padding-top: 30px; }
	.footer_box { padding-left: 0; margin-bottom: 20px; }
	.footer_box .left { position: relative; }
	.footer_box .left .logo { display: none; }
	.footer_box .left_box .box .h3 { font-size: 20px; }
	.footer_box .right { display: none; }
	.footer .bottom { padding: 15px 0; line-height: 20px; }
	.footer .bottom .bottom_left { width: 100%; text-align: center; }
	.footer .bottom .bottom_right { display: none; }
}
/* ---- 页面底部 END ---- */

/* ---- 右侧悬浮 ---- */
.zxkf { position: fixed; width: 60px; right: 0; top: 50%; margin-top: -164px; z-index: 8; border: 0px solid #e0e0e0; border-bottom: 0; }
.zxkf ul li { width: 60px; height: 80px; float: left; position: relative; border-bottom: 0px solid #777; color: #fff; font-size: 12px; line-height: 38px; text-align: center; transition: all .3s; cursor: pointer; background: #666; margin-bottom: 2px; border-radius: 3px; }
.zxkf ul li:hover { background: #DBB866; color: #fff; }
.zxkf ul li a { color: #fff; }
.zxkf ul li:hover a { color: #fff; }
.zxkf ul li i { height: 25px; margin-bottom: 1px; display: block; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: auto 25px; margin-top: 14px; transition: all .3s; }
.zxkf ul li i.bgs1 { background-image: url(../images/kefu/right_pic5_on.png); }
.zxkf ul li i.bgs2 { background-image: url(../images/kefu/right_pic7_on.png); }
.zxkf ul li i.bgs3 { background-image: url(../images/kefu/right_pic2_on.png); }
.zxkf ul li i.bgs4 { background-image: url(../images/kefu/right_pic1_on.png); }
.zxkf ul li i.bgs5 { background-image: url(../images/kefu/right_pic3_on.png); }
.zxkf ul li i.bgs6 { background-image: url(../images/kefu/right_pic6_on.png); }
.zxkf ul li:hover i.bgs1 { background-image: url(../images/kefu/right_pic5_on.png); }
.zxkf ul li:hover i.bgs2 { background-image: url(../images/kefu/right_pic7_on.png); }
.zxkf ul li:hover i.bgs3 { background-image: url(../images/kefu/right_pic2_on.png); }
.zxkf ul li:hover i.bgs4 { background-image: url(../images/kefu/right_pic1_on.png); }
.zxkf ul li:hover i.bgs5 { background-image: url(../images/kefu/right_pic3_on.png); }
.zxkf ul li.zxkftop { background: #DBB866; color:#fff; }
.zxkf ul li.zxkftop:hover { opacity: .8; filter: Alpha(opacity=80); }
.zxkf ul li.zxkfewm .ewBox { width: 155px; height: 155px; display: none; color: #363636; text-align: center; position: absolute; left: -158px; top: 0; border: 1px solid #e0e0e0; }
.zxkf ul li.zxkfewm .ewBox img { width: 100%; }
.zxkf ul li.zxkfetel .telBox { width: 240px; height: auto; display: none; color: #fff; text-align: left; position: absolute; left: -240px; top: 0px; background: #DBB866; }
.zxkf ul li.zxkfetel .telBox dd { display: block; height: auto; overflow: hidden; padding-left: 82px; line-height: 24px; font-size: 16px; }
.zxkf ul li.zxkfetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin:13px 0px 0px 0px;font-size:18px}
.zxkf ul li.zxkfetel .telBox dd.bgs1 { background: url(../images/kefu/right_pic8.png) 28px center no-repeat; padding-bottom: 13px; background-color: #DBB866; }
.zxkf ul li:hover .ewBox { display:block!important; animation:fadein 1s; }
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.zxkf ul li:hover .telBox { display: block!important; animation: fadein 1s; }
@keyframes fadein { from { opacity:0; } to { opacity: 1; } }
@media (max-width: 1024px) { .zxkf{display: none;} }
/* ---- 右侧悬浮 END ---- */

/* ---- 首页 ---- */
/* banner */
.banner { width: 100%; height: 100%; height: 100vh; background-position: center; background-size: cover; position: relative; overflow: hidden; }
.bannertop{ margin-top: 100px;}
.banner a { background-position: center; background-size: cover; padding: 100px 80px; color: #fff; }
.banner a .ani { position: relative; z-index: 2; }
.banner a .shadow { z-index: 1; }
.banner .swiper-button-prev { left: 80px; }
.banner .swiper-button-next { right: 80px; }
.banner .swiper-button-prev,
.banner .swiper-button-next { top: auto; bottom: 70px; width: 40px; height: 40px; margin-top: -30px; line-height: 40px; text-align: center; background: rgba(255,255,255,0); color: #fff; font-size: 24px; border-radius: 5px; border: 2px solid #fff; }
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover { color: #fff; background: #DBB866; box-shadow: 0 0 10px rgba(0,0,0,.2); border-color: #DBB866; }
.banner .swiper-pagination { bottom: 70px; }
.banner.swiper-container-horizontal .swiper-pagination-bullet { margin: 0 5px; }
.banner .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 0; background: #fff; opacity: 1; }
.banner .swiper-pagination-bullet-active { width: 24px; height: 8px; background: #DBB866; }
.banner .ban_more { position: absolute; width: 100%; height: 20px; bottom: 0; left: 0; color: rgba(255,255,255,.7); z-index: 1; text-align: center; font-size: 14px; line-height: 20px; margin-bottom: 20px; }
.banner .ban_more.color_black { color: #333; }
.banner a .h1 { font-size: 50px; font-weight: lighter; line-height: 60px; margin-top: 15%; }
.banner a .h2 { font-size: 28px; font-weight: lighter; line-height: 38px; margin: 40px 0; }
.banner a .h3 { font-size: 16px; line-height: 18px; position: relative; padding-left: 60px; display: inline-block; }
.banner a .h3::after { content: ""; width: 45px; height: 2px; background: #fff; position: absolute; top: 8px; left: 5px; }
.banner a .h3:hover { color: #DBB866; padding-left: 70px; }
.banner a .h3:hover::after { background: #DBB866; width: 55px; }
@media (max-width: 1366px) {
	.banner a .h1 { font-size: 40px; line-height: 50px; margin-top: 15%; }
	.banner a .h2 { font-size: 18px; line-height: 33px; margin: 25px 0; }
	.banner a .h3 { font-size: 14px; }
	.banner a .h3::after { height: 1px; background: #fff; }
}
@media (max-width: 1024px) {
	.banner a .h1 { font-size: 22px; line-height: 30px; margin-top: 10px;  }
	.banner a .h2 { font-size: 18px; line-height: 28px; margin: 25px 0; }
	
	.banner { height: 400px; margin-top: 100px; }
	.banner .ban_more  { display: none; }
	.banner .swiper-pagination { bottom: 30px; }
	.banner .swiper-button-prev { left: 30px; }
	.banner .swiper-button-next { right: 30px; }
	.banner .swiper-button-prev,
	.banner .swiper-button-next { bottom: 30px; }
}
@media (max-width: 768px) {
	.banner { height: 200px; }
	.banner a { padding: 20px; }
	.banner a .h1 { font-size: 18px; line-height: 30px; margin-top: 30px; }
	.banner a .h2 { font-size: 13px; line-height: 18px; margin: 10px 0; }
	.banner .swiper-pagination { bottom: 10px; }
	.banner .swiper-button-prev { left: 20px; }
	.banner .swiper-button-next { right: 20px; }
	.banner .swiper-button-prev,
	.banner .swiper-button-next { bottom: 10px; width: 30px; height: 30px; border-width: 1px; border-radius: 2px; line-height: 30px; font-size: 18px; display: none; }
}

/* 服务范围 */
.index_serve { /* ul */ display: block; margin: 3px 0 0 -3px; }
.index_serve li { display: block; width: 25%; float: left; padding-left: 3px; }
.index_serve li a { display: block; }
.index_serve li a .img { width: 100%; height: 0; padding-bottom: 41%; position: relative; overflow: hidden; }
.index_serve li a .img > img { width: 100%; position: relative; z-index: 1; }
.index_serve li a .img .shadow { z-index: 2; }
.index_serve li a .img .p { position: absolute; bottom: 15px; right: 15px; color: #fff; text-transform: uppercase; z-index: 3; text-align: right; font-weight: bold; padding-right: 60px; font-size: 16px; line-height: 21px; }
.index_serve li a .img .p img { width: 50px; position: absolute; bottom: 0; right: 0; }
.index_serve li a .text { padding: 30px; }
.index_serve li a .text .h1 { color: #3c3c3c; font-size: 22px; font-weight: bold; line-height: 24px; height: 24px; overflow: hidden; }
.index_serve li a .text .h2 { color: #bbb; font-size: 12px; text-transform: uppercase; line-height: 50px; height: 50px; overflow: hidden; position: relative; margin: 5px 0 10px; border-bottom: 1px solid #E5E5E5; }
.index_serve li a .text .h2 i { position: absolute; width: 20px; height: 50px; top: 0; right: 0; font-style: normal; text-align: right; color: #DBB866; font-size: 18px; line-height: 45px; }
.index_serve li a .text .h2::after { content: ""; width: 30px; height: 2px; background: #DBB866; position: absolute; top: 5px; left: 0; }
.index_serve li a .text .h3 { font-size: 12px; color: #666; line-height: 20px; height: 40px; overflow: hidden; }
.index_serve li a:hover .shadow { opacity: 0; }
.index_serve li a:hover .text { background: #DBB866; }
.index_serve li a:hover .text .h1 { color: #fff; }
.index_serve li a:hover .text .h2 { color: #fff; border-color: rgba(255,255,255,.1); }
.index_serve li a:hover .text .h2 i { color: #fff; }
.index_serve li a:hover .text .h2::after { background: #fff; }
.index_serve li a:hover .text .h3 { color: #fff; }
@media (max-width: 1366px) {
	.index_serve li a .text { padding: 15px; }
	.index_serve li a .text .h1 { font-size: 16px; line-height: 18px; height: 18px; }
	.index_serve li a .text .h2 { line-height: 40px; height: 40px; margin: 5px 0 5px; }
	.index_serve li a .img .p { padding-right: 50px; font-size: 14px; line-height: 16px; }
	.index_serve li a .img .p img { width: 40px; }
}
@media (max-width: 768px) {
	.index_serve { padding: 10px 10px 0; }
	.index_serve li { width: 100%; }
	.index_serve li a .text { padding: 15px 0; }
}

/* 解决方案 */
.index_plan { overflow: hidden; position: relative; }
.index_plan_bg { position: absolute; top: 0; left: 0; overflow: hidden; width: 100%; height: 100%; z-index: 1; }
.index_plan_bg li { display: none; width: 100%; height: 100%; background-position: center; background-size: cover; }
.index_plan_bg li.on { display: block; }
.index_plan ul { display: block; margin: 80px auto; width: 100%; max-width: 1350px; position: relative; z-index: 2; }
.index_plan ul li { display: block; width: 50%; float: left; text-align: center; color: #fff; cursor: pointer; }
.index_plan ul li .icon { display: inline-block; width: 60px; height: 50px; position: relative; margin: 40px 0 15px; overflow: hidden; }
.index_plan ul li .icon img { position: absolute; top: 0; left: 0; width: 100%; }
.index_plan ul li .h1 { font-size: 18px; line-height: 20px; height: 20px; overflow: hidden; }
.index_plan ul li .h2 { font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin: 15px 0 10px; }
.index_plan ul li .h2 a{color: #fff;}
.index_plan ul li .h2 a:hover { color: #DBB866; }
.index_plan ul li:nth-of-type(1),
.index_plan ul li:nth-of-type(2) { border-bottom: 1px solid rgba(255,255,255,.4); }
.index_plan ul li:nth-of-type(1),
.index_plan ul li:nth-of-type(3) { border-right: 1px solid rgba(255,255,255,.4); }
.index_plan ul li:hover .icon img { top: -50px; }
.index_plan ul li:hover .h1 { color: #DBB866; }
.index_plan ul li:hover .h2 { color: #DBB866; }
@media (max-width: 1366px) {
	.index_plan ul { margin: 80px auto; }
	.index_plan ul li .icon { width: 60px; height: 50px; margin: 40px 0 15px; }
	.index_plan ul li .h1 { font-size: 16px; }
	.index_plan ul li .h2 { margin: 5px 0 5px; }
	.index_plan ul li:hover .icon img { top: -50px; }
}
@media (max-width: 768px) {
	.index_plan ul { margin: 30px auto; }
	.index_plan ul li .icon { width: 48px; height: 40px; margin: 20px 0 15px; }
	.index_plan ul li { width: 100%; }
	.index_plan ul li:nth-of-type(1),
	.index_plan ul li:nth-of-type(2),
	.index_plan ul li:nth-of-type(3) { border-width: 0; }
	.index_plan ul li:nth-of-type(even) { background: rgba(255,255,255,.25); padding: 0 5px; }
}

/* 新闻动态 */
.index_news { background: #F6F6F6; overflow: hidden; }
.index_news_nav { display: inline-block; position: absolute; top: 0; right: 0; text-align: right; font-size: 0; }
.index_news_nav a { display: inline-block; text-align: center; border: 1px solid #ccc; color: #666; font-size: 12px; line-height: 14px; padding: 10px 35px; margin-left: 10px; }
.index_news_nav a.on,
.index_news_nav a:hover { color: #fff; background: #DBB866; border-color: #DBB866; }
.index_news_box { min-height: 490px; padding-left: 740px; position: relative; }
.index_news_swiper { width: 740px; height: 490px; position: absolute; top: 0; left: 0; }
.index_news_swiper a { background: #fff; }
.index_news_swiper a .img { width: 100%; height: 0; padding-bottom: 33%; position: relative; overflow: hidden; }
.index_news_swiper a .img .shadow { z-index: 2; }
.index_news_swiper a .text { padding: 40px; }
.index_news_swiper a .text .time { color: #DBB866; font-size: 24px; font-weight: bold; line-height: 26px; height: 26px; overflow: hidden; }
.index_news_swiper a .text .time .d3 { font-size: 12px; font-weight: normal; margin-left: 10px; }
.index_news_swiper a .text .h2 { font-size: 14px; line-height: 24px; color: #333; height: 72px; overflow: hidden; margin-top: 15px; }
.index_news_swiper a:hover .img .shadow { opacity: 0; }
.index_news_swiper a:hover .text .h2 { text-decoration: underline; color: #DBB866; }
.index_news_swiper .swiper-pagination { bottom: 20px; }
.index_news_swiper.swiper-container-horizontal .swiper-pagination-bullet { margin: 0 8px; }
.index_news_swiper .swiper-pagination-bullet { width: 12px; height: 12px; background: rgba(255,255,255,0); opacity: 1; border: 1px solid #ccc; }
.index_news_swiper .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #DBB866; border-color: #DBB866; }
.index_news_swiper .swiper-pagination-bullet:hover { background: #ccc; }
.index_news_swiper .swiper-pagination-bullet-active:hover { background: #DBB866; }
.index_news_box ul { display: block; padding-left: 40px; }
.index_news_box ul li { display: block; padding: 15px 0; }
.index_news_box ul li a { display: block; position: relative; overflow: hidden; padding: 0 70px 0 20px; color: #333; font-size: 14px; line-height: 16px; height: 16px; }
.index_news_box ul li a::after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #333; position: absolute; top: 5px; left: 0; }
.index_news_box ul li a .time { text-align: right; position: absolute; top: 0; right: 0; width: 70px; height: 16px; line-height: 16px; font-size: 12px; color: #ccc; }
.index_news_box ul li a .time .d3 { display: none; }
.index_news_box ul li a:hover { color: #DBB866; text-decoration: underline; }
.index_news_box ul li a:hover::after { background: #DBB866; }
.index_news_box ul .bottom_img { width: 100%; height: 240px; overflow: hidden; position: relative; margin-top: 20px; }
.index_news_box ul .bottom_img img { height: 100%; width: auto; max-width: none; }
@media (max-width: 1366px) {
	.index_news { padding-bottom: 30px; }
	.index_news_nav a { padding: 8px 25px; margin-left: 5px; }
	.index_news_swiper { width: 555px; height: 367.5px; }
	.index_news_box { min-height: 367.5px; padding-left: 555px; }
	.index_news_swiper a .text { padding: 15px; }
	.index_news_box ul { padding-left: 25px; }
	.index_news_box ul li { display: block; padding: 10px 0; }
	.index_news_box ul .bottom_img { height: 167.5px; }
}
@media (max-width: 1024px) {
	.index_news_swiper { width: 400px; height: 367.5px; }
	.index_news_box { padding-left: 400px; }
}
@media (max-width: 768px) {
	.index_news { padding-bottom: 0; }
	.index_news_nav { position: relative; width: 100%; margin-top: 10px; text-align: left; }
	.index_news_nav a { padding: 8px 10px; margin-bottom: 5px; margin-left: 0; margin-right: 5px; }
	.index_news_box { padding-left: 0; }
	.index_news_swiper { position: relative; width: 100%; height: auto; padding-bottom: 40px; background: #fff; }
	.index_news_box ul { padding-left: 0; margin-top: 10px; }
	.index_news_box ul li a { padding: 0 40px 0 15px; }
	.index_news_box ul .bottom_img { height: 100px; margin-top: 10px; }
	.index_news_box ul li a .time { width: 40px; }
}
/* ---- 首页 END ---- */

/* ---- 单页 ---- */
/* -- 新闻单页 -- */
.news_box { margin: 40px 0; }
.news_box h1 { text-align: center; font-size: 32px; line-height: 34px; }
.news_box .news_info { text-align: center; font-size: 14px; color: #888; margin: 25px 0; }
.news_box .news_main { border-top: 1px solid #ddd; padding: 40px 0; font-size: 16px; line-height: 26px; color: #666; }
.news_box .news_button { /* ul */ display: block; }
.news_box .news_button li { display: block; width: 50%; float: left; line-height: 40px; height: 40px; overflow: hidden; background: #F2F2F2; }
.news_box .news_button li a { color: #DBB866; }
.news_box .news_button li:nth-of-type(1) { text-align: left; padding-left: 50px; }
.news_box .news_button li:nth-of-type(2) { text-align: right; padding-right: 50px; }
.news_box .news_button li a:hover { text-decoration: underline; }
@media (max-width: 1366px) {
	.news_box { margin: 40px 0; }
	.news_box h1 { font-size: 24px; line-height: 26px; }
	.news_box .news_info { margin: 10px 0; }
	.news_box .news_main { padding: 25px 0; font-size: 14px; }
	.news_box .news_button li { font-size: 14px; }
}
@media (max-width: 768px) {
	.news_box { margin: 25px 0; }
	.news_box h1 { font-size: 18px; line-height: 22px; }
	.news_box .news_main { padding: 15px 0; font-size: 13px; }
	.news_box .news_button li { width: 100%; }
	.news_box .news_button li:nth-of-type(1) { text-align: left; padding-left: 10px; margin-bottom: 10px; }
	.news_box .news_button li:nth-of-type(2) { text-align: left; padding-right: 0; padding-left: 10px; }
}
/* -- 其他单页 -- */
.page_main { padding: 50px 0 100px 0; font-size: 16px; line-height: 26px; color: #666; }
@media (max-width: 1366px) {
	.page_main { padding: 50px 0; font-size: 15px; }
}
@media (max-width: 768px) {
	.page_main { padding: 25px 0; font-size: 14px; }
}
/* -- 产品单页 -- */
.banner .ban_box03 { width: 100%; max-width: 600px; position: absolute; right: 10%; top: 50%; margin-top: -135px; color: #fff; }
.banner .ban_box03 .h1 { font-size: 50px; line-height: 52px; font-weight: bold; }
.banner .ban_box03 .h2 { font-size: 30px; line-height: 32px; font-weight: bold; margin: 40px 0 50px; }
.banner .ban_box03 .h3 { font-size: 16px; line-height: 24px; }
@media (max-width: 1366px) {
	.banner .ban_box03 { right: 7%; margin-top: -94px; }
	.banner .ban_box03 .h1 { font-size: 24px; line-height: 32px; }
	.banner .ban_box03 .h2 { font-size: 20px; line-height: 26px; margin: 20px 0 30px; }
	.banner .ban_box03 .h3 { font-size: 14px; line-height: 20px; }
}
@media (max-width: 1024px) {
	.banner .ban_box03 { right: 30px; margin-top: -94px; max-width: 45%; }
}
@media (max-width: 768px) {
	.banner .ban_box03 { right: 0; margin-top: -25px; max-width: 100%; padding: 0 10px; }
	.banner .ban_box03 .h1 { font-size: 18px; line-height: 22px; text-align: right; }
	.banner .ban_box03 .h2 { font-size: 14px; line-height: 18px; margin: 10px 0 0; text-align: right; }
	.banner .ban_box03 .h3 { display: none; }
}
.prod_page_nav { background: #f2f2f2; font-size: 0; }
.prod_page_nav_a > a { display: inline-block; height: 70px; line-height: 70px; font-size: 16px; padding: 0 30px; margin-right: 5px; }
.prod_page_nav_a > a.on,
.prod_page_nav_a > a:hover { color: #fff; background: #DBB866; }
.prod_page_nav_a .weizhi { display: inline-block; float: right; padding-right: 0; }
.prod_page_nav_a .weizhi a:nth-last-of-type(1) { margin-right: 0; }

.prod_main_info ul { font-size: 15px; padding: 15px 0px; }

@media (max-width: 1366px) {
	.prod_main {  min-height: 450px; }
	.prod_main_info ul { font-size: 14px; padding: 15px 0px; }
	.prod_page_nav_a > a { height: 50px; line-height: 50px; font-size: 14px; padding: 0 15px; }
	.prod_page_nav_a .weizhi { padding: 15px 0 15px 25px; }
	.prod_page_nav_a .weizhi .icon { top: 13px; }
}
@media (max-width: 768px) {
	.prod_page_nav_a .weizhi { display: none; }
}
.prod_main { position: relative; padding-left: 640px; margin: 60px 0; min-height: 530px; }
.prod_main_info .prod_main_title { font-size: 20px; color: #131313; line-height: 42px; }
.prod_main_info .prod_main_title2 { background: #f2f2f2; border-radius: 5px; text-align: center; color: #131313; font-size: 18px; line-height: 34px; margin-top: 20px; }
.prod_main_info ul { display: block; }
.prod_main_info ul li { display: block; width: 50%; float: left; position: relative; padding: 0 10px 0 60px; line-height: 25px; height: 50px; overflow: hidden; font-size: 16px; margin-top: 20px; font-weight: bold; color: #333; }
.prod_main_info ul li img { position: absolute; top: 0; left: 0; }
@media (max-width: 1366px) {
	.prod_main { padding-left: 460px; margin: 40px 0; min-height: 430px;}
	.prod_main_info .prod_main_title { font-size: 24px; line-height: 26px; }
	.prod_main_info .prod_main_title2 { border-radius: 3px; font-size: 16px; line-height: 30px; margin-top: 15px; }
	.prod_main_info ul li { padding: 0 20px 0 50px; line-height: 20px; height: 40px; font-size: 14px; margin-top: 15px; font-weight: normal; }
	.prod_main_info ul li img { height: 40px; }
}
@media (max-width: 768px) {
	.prod_main { padding-left: 0; margin: 25px 0; }
	.prod_main_info .prod_main_title { font-size: 18px; line-height: 20px; }
	.prod_main_info .prod_main_title2 { border-radius: 0; font-size: 14px; line-height: 24px; margin-top: 20px; }
	.prod_main_info ul li { width: 100%; }
}
.prod_main_img { position: absolute; top: 0; width: 560px; height: 100%; left: 0; }
.prod_main_imgul { display: block; width: 100%; height: auto; margin-bottom: 15px; }
.prod_main_imgul li { display: none; width: 100%; height: 0; padding-bottom: 78.5%; overflow: hidden; position: relative; }
.prod_main_imgul li .shadow { z-index: 2; opacity: 0; }
.prod_main_imgul li:hover .shadow { opacity: .1; }
.prod_main_imgul li img { position: relative; z-index: 1; width: 100%; }
.prod_main_imgul li.on { display: block; }
@media (max-width: 1366px) {
	.prod_main_img { width: 420px; height: auto; }
	.prod_main_imgul { margin-bottom: 20px; }

}
@media (max-width: 768px) {
	.prod_main_img { width: 100%; position: relative; margin-bottom: 80px; }
	.prod_main_imgul { margin-bottom: 10px; }
}
.prod_main_swiper { width: 100%; }
.prod_main_swiper a { border: 2px solid #E7E8EA; }
.prod_main_swiper a:hover { opacity: .8; }
.prod_main_swiper a img { width: 100%; }
.prod_main_swiper a.on { border-color: #DBB866; }
.prod_main_img .swiper-button-prev { left: -20px; }
.prod_main_img .swiper-button-next { right: -20px; }
.prod_main_img .swiper-button-prev,
.prod_main_img .swiper-button-next { color: #DBB866; font-size: 22px; width: 20px; text-align: center; height: 89px; line-height: 89px; top: auto; bottom: 0; margin-top: 0; z-index: 8; }
@media (max-width: 1366px) {
	.prod_main_swiper a { border-width: 1px; }
	.prod_main_img .swiper-button-prev,
	.prod_main_img .swiper-button-next { height: 78px; line-height: 78px; bottom: -15px; }
}
@media (max-width: 768px) {
	.prod_main_img .swiper-button-prev { left: 0; }
	.prod_main_img .swiper-button-next { right: 0; }
	.prod_main_img .swiper-button-prev,
	.prod_main_img .swiper-button-next { color: #fff; background: #DBB866; width: 40px; height: 40px; line-height: 40px; bottom: -45px; border-radius: 3px; }
}
.prod_page_title3 { background: #f2f2f2; font-size: 28px; line-height: 60px; }
.prod_cont { display: block; margin: 50px 0; }
.prod_cont li { display: block; position: relative; padding-left: 180px; line-height: 30px; font-size: 18px; margin-bottom: 20px; }
.prod_cont li .prod_cont_tag { position: absolute; top: 0; left: 0; width: 150px; font-weight: bold; }
@media (max-width: 1366px) {
	.prod_page_title3 { font-size: 20px; line-height: 50px; }
	.prod_cont { margin: 30px 0; }
	.prod_cont li { padding-left: 150px; line-height: 24px; font-size: 14px; margin-bottom: 15px; }
	.prod_cont li .prod_cont_tag { width: 120px; font-size: 16px; }
}
@media (max-width: 768px) {
	.prod_page_title3 { font-size: 18px; line-height: 36px; }
	.prod_cont { margin: 25px 0; }
	.prod_cont li { padding-left: 0; margin-bottom: 10px; }
	.prod_cont li .prod_cont_tag { position: relative; }
}
/* ---- 单页 END ---- */



.index_lvshi{position: relative; margin-top: 0px;}

.swiper01.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper01.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}

.index_lvshi .swiper-button-prev {left: 5%;opacity:1; top: 30%}
.index_lvshi .swiper-button-next {right: 5%;opacity:1;top: 30%}
.index_lvshi .swiper-button-prev {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4);  color: #999; text-align: center;}
.index_lvshi .swiper-button-next {width: 50px;height: 50px; line-height: 50px; border-radius:100%; background:rgba(0,0,0,0.4); color: #999; text-align: center;}
.index_lvshi .swiper-button-prev,.index_lvshi .swiper-button-next{font-size: 26px;transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper-button-prev:hover{background:rgba(0,0,0,0.9);  color: #fff; }
.index_lvshi .swiper-button-next:hover{background:rgba(0,0,0,0.9);  color: #fff;}

.swiper02.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper02.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper02.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}

.swiper03.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper03.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper03.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper03.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}

.swiper04.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper04.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper04.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper04.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}

.swiper05.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper05.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper05.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper05.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}

.swiper06.swiper-container{padding: 0px 0px 0px 0px; height: auto; }
.index_lvshi .swiper06.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 20px;}
.index_lvshi .swiper06.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ background: #DBB866; width: 10px; height: 10px;border-radius:5px;  margin: 0px 5px; opacity:0.5; transition: all .5s cubic-bezier(.5, 0, .2, 1) 0s;}
.index_lvshi .swiper06.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{ background: #DBB866; width: 30px; opacity:1;}










/* ---- 产品中心 ---- */
.banner .ban_box { position: absolute; width: 100%; height: 376px; left: 0; top: 50%; margin-top: -188px; padding-left: 15%; }
.banner .ban_box .h1 { color: #DBB866; font-size: 30px; line-height: 32px; height: 32px; overflow: hidden; }
.banner .ban_box .h2 { color: #DBB866; font-size: 130px; line-height: 132px; height: 132px; overflow: hidden; font-weight: bold; margin: 20px 0; }
.banner .ban_box .h3 { color: #464646; font-size: 46px; line-height: 48px; height: 48px; overflow: hidden; font-weight: bold; }
.banner .ban_box .h4 { font-size: 0; margin-top: 60px; }
.banner .ban_box .h4 a { display: inline-block; width: 64px; height: 64px; border-radius: 5px; border: 3px solid #aaa; padding: 0; text-align: center; line-height: 52px; color: #aaa; font-size: 36px; overflow: hidden; }
.banner .ban_box .h4 a:nth-of-type(1) { font-size: 40px; margin-right: 25px; }
.banner .ban_box .h4 a:hover { color: #fff; border-color: #DBB866; background: #DBB866; }
.banner .prod_ban_img { width: 430px; height: 630px; position: absolute; top: 50%; margin-top: -315px; right: 15%; }
@media (max-width: 1366px) {
	.banner .ban_box { height: 236px; margin-top: -118px; }
	.banner .ban_box .h1 { font-size: 20px; line-height: 22px; height: 22px; }
	.banner .ban_box .h2 { font-size: 80px; line-height: 82px; height: 82px; margin: 10px 0; }
	.banner .ban_box .h3 { font-size: 30px; line-height: 32px; height: 32px; }
	.banner .ban_box .h4 { margin-top: 30px; }
	.banner .ban_box .h4 a { width: 50px; height: 50px; border-width: 2px; line-height: 42px; font-size: 24px; }
	.banner .ban_box .h4 a:nth-of-type(1) { font-size: 30px; margin-right: 15px; }
	.banner .prod_ban_img { width: 215px; height: 315px; margin-top: -157px; }
}
@media (max-width: 768px) {
	.banner .prod_ban_img { display: none; }
	.banner .ban_box { height: auto; margin-top: -64px; padding-left: 20px; }
	.banner .ban_box .h1 { font-size: 16px; line-height: 18px; height: 18px; }
	.banner .ban_box .h2 { font-size: 24px; line-height: 26px; height: 26px; margin: 10px 0; }
	.banner .ban_box .h3 { font-size: 16px; line-height: 18px; height: 18px; }
	.banner .ban_box .h4 { margin-top: 10px; }
	.banner .ban_box .h4 a { width: 36px; height: 36px; border-width: 1px; line-height: 32px; font-size: 18px; }
	.banner .ban_box .h4 a:nth-of-type(1) { font-size: 20px; margin-right: 10px; }
}
.prod_list { /* ul */ display: block; margin-left: -25px; padding: 100px 0; }
.prod_list li { display: block; width: 33.3%; float: left; padding: 0 0 30px 25px; }
.prod_list li a { display: block; position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 61.8%; }
.prod_list li a .text { position: absolute; top: 50%; margin-top: -71px; left: 0; width: 100%; z-index: 3; text-align: center; color: #fff; }
.prod_list li a .text .h2 { font-size: 20px; line-height: 22px; font-weight: bold; position: relative; padding-top: 20px; }
.prod_list li a .text .h2::after { content: ""; width: 26px; height: 2px; background: #fff; position: absolute; top: 0; left: 50%; margin-left: -13px; }
.prod_list li a .shadow { background: #888; opacity: .7; z-index: 2; }
.prod_list li a > img { position: relative; z-index: 1; }
.prod_list li a:hover .shadow { opacity: .3; }
@media (max-width: 1366px) {
	.prod_list { margin-left: -10px; padding: 30px 0; }
	.prod_list li { padding: 0 0 10px 10px; }
	.prod_list li a .text { margin-top: -44px; }
	.prod_list li a .text img { width: 60px; }
	.prod_list li a .text .h2 { font-size: 16px; line-height: 18px; padding-top: 10px; }
}
@media (max-width: 768px) {
	.prod_list li { width: 100%; }
}
.prod_nav { background: #f2f2f2; font-size: 0; }
.prod_nav_swiper a { width: 100%; height: 70px; line-height: 70px; overflow: hidden; text-align: center; font-size: 16px; }
.prod_nav_swiper a.on,
.prod_nav_swiper a:hover { background: #DBB866; color: #fff; }
.prod_nav .swiper-button-prev { left: 60px; }
.prod_nav .swiper-button-next { right: 60px; }
.prod_nav .swiper-button-prev,
.prod_nav .swiper-button-next { color: #DBB866; font-size: 22px; width: 20px; text-align: center; height: 70px; line-height: 70px; top: 0; margin-top: 0; }
.prod_nav .swiper-button-prev:hover,
.prod_nav .swiper-button-next:hover { color: #09d; }
.prods_list { /* ul */ display: block; margin-left: -30px; padding: 0 0 50px 0; }
.prods_list li { display: block; width: 25%; float: left; padding: 0 0 30px 30px; }
.prods_list li a { display: block; position: relative; overflow: hidden; width: 100%; box-shadow: 0 0 20px rgba(0,0,0,.1); border-radius: 3px; }
.prods_list li a .img { width: 100%; height: 0; padding-bottom: 97%; position: relative; overflow: hidden; }
.prods_list li a .img > img { position: relative; z-index: 1; width: 100%; }
.prods_list li a .img .shadow { z-index: 2; opacity: 0; }
.prods_list li a .h1 { text-align: center; height: 55px; line-height: 55px; }
.prods_list li a:hover .img .shadow { opacity: .05; }
.prods_list li a:hover .h1 { color: #fff; background: #DBB866; }
@media (max-width: 1366px) {
	.prod_nav_swiper a { height: 50px; line-height: 50px; font-size: 14px; }
	.prod_nav .swiper-button-prev,
	.prod_nav .swiper-button-next { font-size: 18px; height: 50px; line-height: 50px; }
	.prods_list { margin-left: -15px; padding: 30px 0; }
	.prods_list li { width: 20%; padding: 0 0 15px 15px; }
	.prods_list li a .h1 { height: 40px; line-height: 40px; font-size: 14px; }
}
@media (max-width: 1024px) {
	.prod_nav .swiper-button-prev { left: 10px; }
	.prod_nav .swiper-button-next { right: 10px; }
	.prods_list li { width: 25%; }
}
@media (max-width: 768px) {
	.prod_nav .swiper-button-prev,
	.prod_nav .swiper-button-next { background: rgba(0,0,0,.25); width: 30px; }
	.prods_list { margin-left: -10px; padding: 30px 0 20px 0; }
	.prods_list li { width: 50%; padding: 0 0 10px 10px; }
	.prods_list li a .h1 { text-align: center; height: 40px; line-height: 20px; padding: 0 10px; }
}
/* ---- 产品中心 END ---- */

/* ---- 解决方案 ---- */
.banner .ban_box02 { position: absolute; width: 100%; height: 284px; left: 0; top: 50%; margin-top: -142px; text-align: center; }
.banner .ban_box02 .h1 { color: #fff; font-size: 50px; line-height: 52px; height: 52px; font-weight: bold; position: relative; margin-bottom: 80px;  }
.banner .ban_box02 .h1::after { content: ""; width: 100px; height: 1px; background: #fff; position: absolute; left: 50%; margin-left: -50px; bottom: -40px; }
.banner .ban_box02 .h2 { color: #fff; font-size: 22px; line-height: 38px; display: block; }
.plan_list { /* ul */ display: block;  margin-top: 0px; margin-bottom: 50px; }
.bujiu{ padding-top: 100px;}
.plan_list li { display: block; margin-top: 0px; box-shadow: 5px 5px 15px rgba(0,0,0,.25);}
.plan_list li .a { display: block; position: relative; overflow: hidden; width: 100%; background: #f5f5f5; }
.plan_list li .a .img { width: 100%; height:auto; position: relative; overflow: hidden;  z-index: 10; }
.plan_list li .a .img img { position: relative; z-index: 1; }
.plan_list li .a .img .shadow { z-index: 2; }
.plan_list li .a .text { position: relative; width: 100%;  z-index: 3; height: auto; }
.plan_list li .a .img .h1 { font-size: 30px; line-height: 38px; overflow: hidden; color: #DBB866; margin: 30px 0 30px;text-align: center; }
.plan_list li .a .text .h2 { font-size: 16px; line-height:35px; display: block; padding: 20px 30px; color: #000;   height: auto;  }

.plan_list li .a .text .h2 p{ display: block; width: 33.3333%; float: left;}
.plan_list li .a .text .h2 a{font-size: 14px; display: block; }
.plan_list li .a .text .h2 a:hover{ color: #DBB866;}

.plan_list li .a .text .h2 span { font-size: 14px; color: #999; margin-right: 10px; }

.plan_list li .a .img:hover .shadow { opacity: 0; }
@media (max-width: 1366px) {
	.banner .ban_box02 { height: 168px; margin-top: -84px; }
	.banner .ban_box02 .h1 { font-size: 30px; line-height: 32px; height: 32px; margin-bottom: 40px; }
	.banner .ban_box02 .h1::after { bottom: -20px; }
	.banner .ban_box02 .h2 { font-size: 16px; line-height: 24px; }
	.plan_list li { margin-bottom: 40px; }
	.plan_list li .a .text .h1 { font-size: 24px; line-height: 26px; margin: 50px 0 20px; }
	.plan_list li .a .text .h2 { font-size: 14px; line-height: 30px;   height: auto; padding: 15px 20px; }
	.plan_list li .a .text .h2 span { font-size: 14px; }
	.plan_list li .a .img { width: 100%; height: auto; }

}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
	.banner .ban_box02 { height: 40px; margin-top: -20px; }
	.banner .ban_box02 .h1 { font-size: 16px; line-height: 22px; height: 22px; margin-bottom: 20px; }
	.banner .ban_box02 .h1::after { width: 50px; margin-left: -25px; bottom: -20px; }
	.banner .ban_box02 .h2 { display: none; }
	.plan_list { margin-bottom: 20px; }
	.plan_list li { margin-bottom: 15px; }
	.plan_list li .a .text .h2 { font-size: 14px; line-height: 24px;   height: auto; padding: 10px 10px; }
	.plan_list li .a .text .h2 p{ display: block; width: 100%; float: left;}
	.plan_list li a .img { float: left; width: 100%; height: auto; }
	.plan_list li a .text { position: relative; float: left; background: rgba(0,0,0,.03); width: 100%; padding: 10px; }
	.plan_list li:nth-of-type(even) .text { padding-left: 10px; }
	.plan_list li a .img .h1 { font-size: 18px; line-height: 20px; margin: 0 0 10px; }
	.plan_list li a .text .h2 { font-size: 15px; line-height: 24px; }
	.plan_list li a .text .h2 span { font-size: 12px; }
	.plan_list li .a .text .h2 a{font-size: 12px; }
	.plan_list li .a .img .h1 { font-size: 18px; line-height: 26px; overflow: hidden; color: #DBB866; margin: 20px 0 20px;text-align: center; }
	
}
/* ---- 解决方案 END ---- */

/* ---- 国芯智科 ---- */
.about1 { background: #EBEBEB; overflow: hidden; }
.about1 .about_box { border-top: 2px solid #DADADA; margin-top: 100px; text-align: center; padding: 100px 0 130px; background-position: center bottom; background-repeat: no-repeat; }
.about1 .h2 { color: #666; font-size: 18px; line-height: 30px; margin-top: 30px; }
.about2 { background-position: center; background-size: cover; padding: 200px 0 110px; text-align: center; color: #fff; }
.about2 .h1 { font-size: 60px; line-height: 62px; position: relative; }
.about2 .h1::after { content: ""; width: 38px; height: 4px; background: #E60012; position: absolute; bottom: -30px; left: 50%; margin-left: -19px; }
.about2 .h2 { font-size: 18px; line-height: 30px; margin: 60px 0 40px; }
.about2 .h3 a { display: inline-block; color: #fff; width: 180px; height: 50px; border-radius: 5px; background: #DBB866; line-height: 50px; font-size: 18px; }
.about2 .h3 a:hover { width: 220px; }
.about3 { /* ul */ display: block; }
.about3 li { display: block; width: 50%; float: left; background-position: center; background-size: cover; color: #fff; padding: 110px 80px; position: relative; }
.about3 li .h1,
.about3 li .h2 { position: relative; z-index: 2; }
.about3 li .h1 { font-size: 40px; line-height: 42px; height: 42px; overflow: hidden; margin-bottom: 40px; }
.about3 li .h2 { font-size: 16px; line-height: 24px; height: 144px; overflow: hidden; max-width: 530px; }
.about3 li:hover .shadow { opacity: 0; }
@media (max-width: 1366px) {
	.about1 .about_box { border-width: 1px; margin-top: 30px; padding: 30px 0 60px; }
	.about1 .h1 img { width: 700px; }
	.about1 .h2 { font-size: 15px; }
	.about2 { padding: 100px 0 80px; }
	.about2 .h1 { font-size: 30px; line-height: 32px; }
	.about2 .h2 { font-size: 14px; }
	.about2 .h3 a { width: 150px; height: 40px; border-radius: 2px; line-height: 40px; font-size: 14px; }
	.about3 li { padding: 50px 80px; }
	.about3 li .h1 { font-size: 24px; line-height: 26px; height: 26px; margin-bottom: 30px; }
	.about3 li .h2 { font-size: 14px; }
}
@media (max-width: 1024px) {
	.about3 li { padding: 50px 30px; }
}
@media (max-width: 768px) {
	.about1 .about_box { border-width: 0; margin-top: 0; padding: 20px 0 20px; }
	.about1 .h2 { font-size: 14px; text-align: left; line-height: 24px; margin-top: 15px; }
	.about2 { padding: 30px 0 30px; }
	.about2 .h1 { font-size: 20px; line-height: 22px; }
	.about2 .h1::after { height: 2px; bottom: -15px; }
	.about2 .h2 { text-align: left; margin: 20px 0; }
	.about2 .h3 a { width: 120px; height: 30px; line-height: 30px; }
	.about3 li { padding: 30px 10px; width: 100%; }
	.about3 li .h1 { font-size: 18px; line-height: 20px; height: 20px; margin-bottom: 15px; }
	.about3 li .h2 { color: #ccc; }
}
/* ---- 国芯智科 END ---- */

/* ---- 新闻动态 ---- */
.news_nav { background: #f2f2f2; font-size: 0; }
.news_nav a { display: inline-block; height: 70px; line-height: 70px; font-size: 16px; padding: 0 30px; margin-right: 70px; }
.news_nav a.on,
.news_nav a:hover { color: #fff; background: #DBB866; }

.news_navx { background: #f2f2f2; font-size: 0; position: relative; z-index: 9;  }
.news_navx .news_navxx{ display: inline-block; float: left; width: 11%; height: 70px; line-height: 70px; font-size: 14px;  position: relative; }
.news_navx a { display: block;padding: 0px; text-align: center;}
.news_navx a.on,
.news_navx a:hover { color: #fff; background: #DBB866; }
.news_navx  .sub-nav{position:absolute;top:100%;left:0px;width:100%; background-color:#F5F5F5;display:none; z-index: 10; box-shadow: 0 0 20px rgba(0,0,0,.1); }
.news_navx  .sub-nav li{text-align:center;clear:left;width:100%;height:45px;line-height:45px;position:relative;}
.news_navx  .sub-nav li a{height:45px;line-height:45px;width:100%;padding:0;display:inline-block; font-size: 13px;}

@media (max-width: 1366px) {
.news_navx .news_navxx{ display: inline-block; float: left; width: 16%; height: 70px; line-height: 70px; font-size: 14px;  position: relative; }
}
@media (max-width: 1024px) {
.news_navx .news_navxx{ display: inline-block; float: left; width: 20%; height: 40px; line-height: 40px; font-size: 12px;  position: relative; }
}
@media (max-width: 768px) {
.news_navx .news_navxx{ display: inline-block; float: left; width: 33.3333%; height: 40px; line-height: 40px; font-size: 12px;  position: relative; }
}


.news_list { /* ul */ display: block; margin-left: -15px; padding: 0 0 0 0; }
.news_list li { display: block; width: 33.3%; float: left; padding: 0 0 70px 15px; }
.news_list li a { display: block; position: relative; overflow: hidden; width: 100%; }
.news_list li a .img { width: 100%; height: 0; padding-bottom: 33%; position: relative; overflow: hidden; }
.news_list li a .img > img { position: relative; z-index: 1; width: 100%; }
.news_list li a .img .shadow { z-index: 2; opacity: 0; }
.news_list li a .text { padding: 30px 20px; background: #F9F9F9; }
.news_list li a .text .h1 { font-size: 20px; line-height: 22px; height: 22px; overflow: hidden; }
.news_list li a .text .h2 { font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; margin: 20px 0; }
.news_list li a .text .h3 { font-size: 16px; line-height: 18px; height: 18px; overflow: hidden; }
.news_list li a:hover .text { background: #DBB866; color: #fff; }
.news_list li a:hover .img .shadow { opacity: .3; }
@media (max-width: 1366px) {
	.news_nav a { height: 50px; line-height: 50px; font-size: 14px; padding: 0 15px; margin-right: 20px; }
	.news_list { margin-left: -10px; padding: 30px 0 0 0; }
	.news_list li { width: 25%; padding: 0 0 30px 10px; }
	.news_list li a .text { padding: 15px 10px; }
	.news_list li a .text .h1 { font-size: 16px; line-height: 18px; height: 18px; }
	.news_list li a .text .h2 { margin: 10px 0; color: #666; line-height: 20px; height: 40px; }
	.news_list li a .text .h3 { font-size: 12px; line-height: 14px; height: 14px; color: #999; }
	.news_list li a:hover .text .h2,
	.news_list li a:hover .text .h3 { color: #fff; }
}
@media (max-width: 1024px) {
	.news_list li { width: 33.3%; }
}
@media (max-width: 768px) {
	.news_nav a { margin-right: 5px; line-height: 36px; height: 36px; }
	.news_list li { width: 100%; padding-bottom: 15px; }
}
/* ---- 新闻动态 END ---- */

/* ---- 加入我们 ---- */
.contact_title { text-align: center; font-size: 32px; line-height: 34px; margin-top: 30px; }
.contact_box { /* ul */ display: block; margin: 100px 0; margin-left: 30px; }
.contact_box li { display: block; width: 33.3%; float: left; padding-left: 30px; }
.contact_box li .item { border: 1px solid #ddd; padding: 25px; }
.contact_box li .h1 { height: 80px; line-height: 80px; font-weight: bold; font-size: 18px; color: #333; overflow: hidden; }
.contact_box li .h1 .icon { display: inline-block; }
.contact_box li .h2 { color: #333; line-height: 50px; padding: 25px 0; }
.contact_box li .h2 .h3 { border-bottom: 1px dashed #ddd; height: 40px; overflow: hidden; }
.contact_box li .h2 a { color: #999; font-size: 16px; text-decoration: underline; }
.contact_box li .h2 a:hover { color: #DBB866; }
@media (max-width: 1366px) {
	.contact_title { font-size: 24px; line-height: 26px; margin-top: 30px; }
	.contact_box { margin: 50px 0; margin-left: -15px; }
	.contact_box li { padding-left: 15px; }
	.contact_box li .item { padding: 15px; }
	.contact_box li .h1 { height: 60px; line-height: 60px; font-size: 16px; }
	.contact_box li .h1 img { height: 60px; }
	.contact_box li .h2 { line-height: 40px; padding: 15px 0; }
}
@media (max-width: 768px) {
	.contact_title { font-size: 18px; line-height: 22px; margin-top: 20px; }
	.contact_box { margin: 10px 0 30px; margin-left: 0; }
	.contact_box li { width: 100%; padding-left: 0; margin-top: 20px; padding: 0; }
	.contact_box li .item { padding: 10px; }
	.contact_box li .h1 { overflow: visible; height: auto; line-height: 20px; }
	.contact_box li .h1 .icon { display: block; }
	.contact_box li .h1 img { height: 40px; }
	.contact_box li .h2 { line-height: 30px; padding: 10px 0; }
	.contact_box li .h2 .h3 { height: auto; overflow: visible; font-size: 14px; }
	.contact_box li .h2 .h3 a { font-size: 14px; }
}
/* ---- 加入我们 END ---- */

/* ---- 图片放大 ---- */
.index_serve li a:hover .img > img, .index_news_swiper a:hover .img img, .prod_list li a:hover > img, .prods_list li a:hover .img > img,
.plan_list li a .img:hover img, .news_list li a:hover .img img, .prod_main_imgul li:hover img,
.ClassName {
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/* ---- 过渡效果 ---- */
.header .button li a img, .header, .search_box, .header .button, .header .button::after, .footer_box .left_box .ewm .img img, .banner .swiper-button-prev, .banner .swiper-button-next, .swiper-pagination-bullet, .swiper-pagination-bullet-active, .banner a .h3, .banner a .h3::after, .index_serve li a .img > img, .index_serve li a .shadow, .index_serve li a .text, .index_serve li a .text .h1, .index_serve li a .text .h2, .index_serve li a .text .h2 i, .index_serve li a .text .h2::after, .index_serve li a .text .h3, .index_plan ul li .icon img, .index_plan ul li .h1, .index_plan ul li .h2, .index_news_swiper a .img img, .index_news_swiper a .img .shadow, .index_news_swiper a .text .h2, .index_news_box ul li a::after, .about3 li .shadow, .prod_list li a .shadow, .prod_list li a > img, .prods_list li a .img > img, .prods_list li a .img .shadow, .prods_list li a .h1, .plan_list li a .img img, .plan_list li a .img .shadow, .news_list li a .text, .news_list li a .img .shadow, .news_list li a .img img, .prod_main_imgul li .shadow, .prod_main_imgul li img,
.ClassName {
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
