@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 40px; font-size: 0; }
.pageflip a { color: #333; line-height: 34px; height: 36px; display: inline-block; overflow: hidden; padding: 0px 13px; border: 1px solid #ccc; margin: 0 3px; font-size: 12px; background: #F7F7F7; }
.pageflip a:hover, .pageflip a.dq { background: #34577E; color: #fff; cursor: pointer; }
.pageflip a i { display: block; line-height: 36px; height: 36px; }
@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:  768px) {
	.pageflip { margin: 0 0 25px; }
	.pageflip a { line-height: 30px; height: 30px; padding: 0px 10px; font-size: 12px; }
	.pageflip a i { line-height: 30px; height: 30px; }
}
/*======================== 翻页公用 ============================*/

/* 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)}
}

/* 主题颜色: #34577E */

/* ---- 通用 ---- */
/* -- 限宽 -- */
.page_max { width: 100%; position: relative; background-image: url(../images/page_bg.png); background-position: center bottom; background-repeat: no-repeat; padding-bottom: 240px; }
.page_w100 { width: 100%; position: relative; padding: 0 100px; }
.page_w1300 { width: 100%; max-width: 1500px; position: relative; padding: 0 100px; margin: 0 auto; }
@media (max-width: 1366px) {
	.page_max { padding-bottom: 120px; }
}
@media (max-width: 1024px) {
	.page_w1300 { padding: 0 20px; }
	.page_w100 { padding: 0 20px; }
	.page_max { padding-bottom: 60px; }
}
@media (max-width: 768px) {
	.page_w1300 { padding: 0 10px; }
	.page_w100 { padding: 0 10px; }
	.page_max { padding-bottom: 0; background: url(); }
}

/* -- 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; }
}
/* ---- 通用 END ---- */

/* ---- 页面顶部 ---- */
.header { position: fixed; top: 0; right: 0; width: 100%; height: 101px; z-index: 10; }
.header02 { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2); }
.header_box { position: relative; width: 100%; height: 100px; padding: 0 100px 0 260px; }
/* LOGO */
.header_box .logo { /* a */ display: block; position: absolute; width: 258px; height: 44px; top: 28px; left: 0; }
/* 分享 */
.header_box .share { /* ul */ display: block; position: absolute; top: 0; left: auto; right: 0; width: 100px; height: 100%; font-size: 0; line-height: 100px; }
.header_box .social-share a { margin: 0 0 0 20px; }
.header_box .social-share .social-share-icon { width: 30px; height: 30px; font-size: 24px; line-height: 30px; color: #999; border-width: 0; }
.header_box .social-share .social-share-icon:hover { background: rgba(0,0,0,0); }
.header_box .social-share .icon-wechat:hover { color: #7bc549; }
.header_box .social-share .icon-weibo:hover { color: #ff763b; }
/* 导航 */
.header_box .nav { /* ul */ display: block; position: relative; width: 100%; height: 100%; font-size: 0; text-align: right; }
.header_box .nav li { display: inline-block; height: 100%; margin: 0 35px; position: relative; }
.header_box .nav li > a { display: inline-block; margin-top: 20px; height: 60px; line-height: 60px; font-size: 16px; color: #000; border-bottom: 4px solid rgba(0,0,0,0); }
.header_box .nav li > a.on,
.header_box .nav li:hover > a { color: #34577E; border-color: #34577E; }
/* 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 solid rgba(0,0,0,.03); 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: 4px; height: 4px; background: #999; position: absolute; top: 15px; left: 10px; }
.header .nav_submenu a:hover { color: #fff; background:#34577E; }
.header .nav_submenu a:hover::after { background: #fff; }
@media (max-width: 1366px) {
	.header_box .nav li { margin: 0 20px; }
}
@media (max-width: 1024px) {
	.header_box .nav li > a { font-size: 14px; }
	.header_box { padding: 0 130px 0 260px; }
	.header_box .share { right: 30px; }
}
@media (max-width: 768px) {
	.header { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.2); }
	.header_box .nav,
	.header_box .share { display: none; }
	.header_box .logo { width: 193px; top: 23px; }
	.header_box .logo img { width: 193px; }
	.header_box { height: 80px; padding: 0 0 0 193px; }
	.header { height: 80px; }
}
/* ---- 页面顶部 END ---- */

/* ---- 页面底部 ---- */
.footer { background: #34577E; padding-top: 75px; }
.footer_box { position: relative; margin-bottom: 50px; padding-right: 380px; height: 170px; }
.footer_ul { width: 65%; float: left; display: block; }
.footer_ul ul { width: 20%; float: left; display: block; }
.footer_ul li { display: block; margin-bottom: 8px;  }
.footer_ul a { font-size: 14px; color: #ddd;}
.footer_ul a:hover { font-size: 14px; color: #fff; text-decoration: underline; }
.footer_ul .ul_title a { font-size: 15px; color: #fff; font-weight: bold; }
.footer_ul .ul_title { font-size: 14px; color: #fff; margin-bottom: 15px; }
.footer_2wm { display: block; position: relative; width: 35%; float: left; }
.footer_2wm li { display: inline-block; margin-right: 45px; width: 96px; float: right; }
.footer_2wm li:nth-of-type(2) { margin-right: 0; }
.footer_2wm li .h1 { text-align: center; color: #f6f6f6; font-size: 14px; margin-top: 10px; }
.footer_2wm .img { height: auto; padding-bottom: 0; }
.footer_contact { width: 380px; color: #fff; position: absolute; top: 0; right: 0; font-size: 14px; line-height: 30px; }
.footer_contact b { font-size: 15px; }
.footer_contact .share { width: 100%; height: 32px; font-size: 0; margin-top: 15px; text-align: left; }
.footer_contact .social-share a { margin: 0 15px 0 0; background: #fff; }
.footer_contact .social-share .social-share-icon { width: 32px; height: 32px; font-size: 16px; line-height: 30px; color: #3B426B; border-color: #ddd; }
.footer_contact .social-share .social-share-icon:hover { color: #fff; border-color: rgba(0,0,0,.0); }
.footer_contact .social-share .social-share-icon.icon-heart:hover { background: #f00; }
.footer .bottom { padding: 15px 0; font-size: 14px; line-height: 30px; color: #fff; background: #274468; }
.footer .bottom a { color: #fff; margin: 0 20px; }
.footer .bottom a:hover { text-decoration: underline; }
.footer .bottom .bottom_left { display: inline-block; float: left; }
.footer .bottom .bottom_right { display: inline-block; float: right; }
@media (max-width: 1024px) {
	.footer { padding-top: 30px; }
	.footer_ul { display: none; }
	.footer_2wm { width: 100%; float: none; }
	.footer_box { margin-bottom: 30px; padding-right: 550px; }
	.footer_contact { width: 550px; }
	.footer .bottom .bottom_left,
	.footer .bottom .bottom_right { width: 100%; text-align: center; line-height: 20px; }
}
@media (max-width: 768px) {
	.footer_2wm { text-align: center; }
	.footer_box { margin-bottom: 20px; padding-right: 0; height: auto; }
	.footer_contact { width: 100%; position: relative; padding-top: 20px; line-height: 20px; }
	.footer_contact .share { display: none; }
	.footer .bottom { padding: 10px 0; font-size: 12px; }
}
/* ---- 页面底部 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: 70px; 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: #999; margin-bottom: 2px; }
.zxkf ul li:hover { background: #34577E; 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: 10px; transition: all .3s; }
.zxkf ul li i.bgs1 { background-image: url(../images/right_pic5_on.png); }
.zxkf ul li i.bgs2 { background-image: url(../images/right_pic7_on.png); }
.zxkf ul li i.bgs3 { background-image: url(../images/right_pic2_on.png); }
.zxkf ul li i.bgs4 { background-image: url(../images/right_pic1_on.png); }
.zxkf ul li i.bgs5 { background-image: url(../images/right_pic3_on.png); }
.zxkf ul li i.bgs6 { background-image: url(../images/right_pic6_on.png); }
.zxkf ul li:hover i.bgs1 { background-image: url(../images/right_pic5_on.png); }
.zxkf ul li:hover i.bgs2 { background-image: url(../images/right_pic7_on.png); }
.zxkf ul li:hover i.bgs3 { background-image: url(../images/right_pic2_on.png); }
.zxkf ul li:hover i.bgs4 { background-image: url(../images/right_pic1_on.png); }
.zxkf ul li:hover i.bgs5 { background-image: url(../images/right_pic3_on.png); }
.zxkf ul li.zxkftop,.zxkf ul li.zxkffeedback { background: #999; color:#fff; }
.zxkf ul li.zxkftop:hover,.zxkf ul li.zxkffeedback:hover { opacity: .8; filter: Alpha(opacity=80); }
.zxkf ul li.zxkfewm .ewBox { width: 120px; height: 120px; display: none; color: #363636; text-align: center; position: absolute; left: -123px; top: -25px; border: 3px solid #34577E; }
.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: -243px; top: -4px; background: #34577E; }
.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/right_pic8.png) 28px center no-repeat; padding-bottom: 13px; background-color: #34577E; }
.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; }
.banner a { background-position: center; background-size: cover; padding: 100px 100px; color: #fff; text-align: center; }
.banner a .ani { position: relative; z-index: 2; }
.banner a .shadow { z-index: 1; opacity: 0; }
.banner .swiper-button-prev { left: 100px; }
.banner .swiper-button-next { right: 100px; }
.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; color: #fff; font-size: 24px; background: #34577E; opacity: 1; }
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover { opacity: .6; }
.banner .swiper-pagination { bottom: 70px; text-align: right; padding-right: 200px; height: 40px; line-height: 40px; }
.banner.swiper-container-horizontal .swiper-pagination-bullet { margin: 0 5px; }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; border-radius: 0%; background: #fff; opacity: 1; }
.banner .swiper-pagination-bullet-active { width: 12px; height: 12px; background: #34577E; }
.banner a .h1 { height: 142px; margin-top: 15%; }
.banner a .h1 img { height: 100%; width: auto; max-width: none; }
.banner a .h2 { font-size: 22px; color: #8F8E8E; line-height: 26px; margin: 40px 0; text-transform: uppercase; }
.banner a .h3 span { display: inline-block; width: 208px; height: 49px; line-height: 44px; border-radius: 46px; font-size: 18px; color: #000; font-weight: bold; background-position: top left; background-repeat: no-repeat; }
.banner a .h3 span:hover { opacity: .6; }
.banner .mouse { width: 17px; height: 98px; position: absolute; bottom: 30px; left: 50%; margin-left: -8px; z-index: 2; }
@media (max-width: 1366px) {
	.banner a .h1 { height: 100px; margin-top: 10%; }
	.banner a .h2 { font-size: 18px; line-height: 22px; margin: 30px 0; }
	.banner a .h3 span { font-size: 16px; font-weight: normal; }
}
@media (max-width: 1024px) {
	.banner { height: 450px; }
	.banner a .h1 { height: 70px; }
	.banner a .h3 span { width: 120px; height: 30px; line-height: 28px; background: #C8C8C9; font-size: 14px; border-radius: 30px; }
	.banner .mouse { display: none; }
	.banner .swiper-button-prev { left: 20px; }
	.banner .swiper-button-next { right: 20px; }
	.banner .swiper-button-prev,
	.banner .swiper-button-next { bottom: 20px; width: 30px; height: 30px; margin-top: -15px; line-height: 30px; font-size: 16px; }
	.banner .swiper-pagination { bottom: 20px; padding-right: 100px; height: 30px; line-height: 30px; }
	.banner .swiper-pagination-bullet { width: 8px; height: 8px; }
	.banner .swiper-pagination-bullet-active { width: 8px; height: 8px; }
}
@media (max-width: 768px) {
	.banner { height: 200px; margin-top: 80px; }
	.banner a { padding: 0 10px; }
	.banner a .h1 { height: 40px; }
	.banner a .h2 { font-size: 14px; line-height: 18px; margin: 10px 0; }
	.banner .swiper-button-prev { left: 10px; }
	.banner .swiper-button-next { right: 10px; }
	.banner .swiper-button-prev,
	.banner .swiper-button-next { bottom: 10px; }
	.banner .swiper-pagination { bottom: 10px; padding-right: 0; height: 8px; line-height: 8px; text-align: center; }
}

/* 服务范围 */
.index_serve { /* ul */ display: block; margin: 3px 0 0 -3px; }
.index_serve li { display: block; width: 33.3%; float: left; padding-left: 3px; }
.index_serve li a { display: block; }
.index_serve li a .img { width: 100%; height: 0; padding-bottom: 54%; 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; background: #34577E; opacity: .8; }
.index_serve li a:hover .img .shadow { opacity: 0; }
.index_serve li a .img .p { position: absolute; left: 0; top: 50%; width: 100%; margin-top: -70px; color: #fff; z-index: 3; font-weight: bold; font-size: 24px; line-height: 30px; text-align: center; }
.index_serve li a .img .p img { width: auto; max-width: none; height: 81px; margin-bottom: 30px; }
@media (max-width: 1366px) {
	.index_serve li a .img .p { font-size: 18px; line-height: 22px; margin-top: -48px; }
	.index_serve li a .img .p img { height: 60px; margin-bottom: 15px; }
}
@media (max-width: 1024px) {
	.index_serve li a .img .p { font-size: 14px; line-height: 18px; margin-top: -34px; }
	.index_serve li a .img .p img { height: 40px; margin-bottom: 10px; }
}
@media (max-width: 768px) {
	.index_serve { margin-top: 0; }
	.index_serve li { width: 100%; margin-top: 3px; }
}

/* 关于我们 */
.index_about { margin: 60px 0; position: relative; padding-left: 230px; height: 450px; }
.index_about_title { position: absolute; top: -10px; left: 0; width: 220px; }
.index_about_title .h1 { color: #34577E; text-transform: uppercase; font-weight: bold; font-size: 40px; line-height: 50px; }
.index_about_title .h2 { color: #34577E; font-size: 20px; }
.index_about_title a { display: inline-block; text-align: center; background: #34577E; color: #fff; width: 160px; height: 40px; line-height: 38px; font-size: 14px; margin-top: 140px; border: 1px solid #34577E; }
.index_about_title a:hover { background: rgba(0,0,0,0); color: #34577E; }
.index_about .img { width: 45%; float: left; height: 100%; overflow: hidden; }
.index_about .img img { width: auto; max-width: none; height: 100%; }
.index_about .text { width: 55%; height: 100%; float: left; padding: 50px 0 0 50px; overflow: hidden; }
.index_about .text .num { display: block; width: 100%; margin-top: 50px; }
.index_about .text .num li { display: block; width: 33.3%; float: left; text-align: center; }
.index_about .text .num li img { margin-bottom: 15px; }
.index_about .text .num li .h2 { font-size: 36px; color: #34577E; }
.index_about .text .num li .h2 span:nth-last-of-type(1) { font-size: 14px; }
@media (max-width: 1366px) {
	.index_about { margin: 40px 0; padding-left: 140px; height: 300px; }
	.index_about_title { top: -6px; width: 140px; }
	.index_about_title .h1 { font-size: 24px; line-height: 30px; }
	.index_about_title .h2 { font-size: 16px; }
	.index_about_title a { width: 120px; height: 36px; line-height: 34px; margin-top: 80px; }
	.index_about .text { padding: 20px 0 0 20px; font-size: 14px; line-height: 20px; }
	.index_about .text .num { margin-top: 30px; }
	.index_about .text .num li img { margin-bottom: 10px; height: 30px; }
	.index_about .text .num li .h2 { font-size: 24px; }
	.index_about .text .num li .h2 span:nth-last-of-type(1) { font-size: 14px; }
}
@media (max-width: 1024px) {
	.index_about .img { width: 40%; }
	.index_about .text { width: 60%; }
}
@media (max-width: 768px) {
	.index_about { margin: 30px 0; padding-left: 0; height: auto; }
	.index_about_title { position: relative; top: auto; width: 100%; margin-bottom: 20px; }
	.index_about_title .h1 { font-size: 18px; line-height: 20px; }
	.index_about_title .h2 { font-size: 16px; }
	.index_about_title a { position: absolute; top: 14px; right: 0; margin-top: 0; }
	.index_about .img { width: 100%; height: auto; }
	.index_about .img img { width: 100%; height: auto; }
	.index_about .text { width: 100%; padding: 0; margin-top: 20px; }
	.index_about .text .num { margin-top: 20px; }
	.index_about .text .num li .h2 span:nth-last-of-type(1) { width: 100%; display: block; }
}

/* 新闻动态 */
.index_news { background: #F3F3F3; overflow: hidden; padding: 60px 0; }
.index_news_title { text-align: center; margin-bottom: 60px; }
.index_news_title .h1 { text-transform: uppercase; font-size: 16px; color: #bababa; font-weight: bold; line-height: 18px; }
.index_news_title .h2 { font-size: 44px; font-weight: bold; color: #34577E; line-height: 46px; margin: 10px 0 20px; }
.index_news_title .h3 { font-size: 24px; color: #34577E; line-height: 26px; }
.index_news_list { /* ul */ display: block; margin-left: -20px; padding: 0 0 0 0; }
.index_news_list li { display: block; width: 25%; float: left; padding-left: 20px; }
.index_news_list li a { display: block; position: relative; overflow: hidden; width: 100%; }
.index_news_list li a .img { width: 100%; height: 0; padding-bottom: 67%; position: relative; overflow: hidden; }
.index_news_list li a .img > img { position: relative; z-index: 1; width: 100%; }
.index_news_list li a .img .shadow { z-index: 2; opacity: 0; }
.index_news_list li a .text { padding: 30px 20px; background: #F9F9F9; }
.index_news_list li a .text .time { font-size: 14px; color: #000; }
.index_news_list li a .text .h1 { font-size: 18px; line-height: 20px; height: 20px; overflow: hidden; margin-top: 10px; color: #34577E; font-weight: bold; }
.index_news_list li a .text .h2 { font-size: 14px; line-height: 24px; height: 48px; overflow: hidden; margin: 20px 0; }
.index_news_list li a:hover .text { background: #34577E; color: #fff; }
.index_news_list li a:hover .img .shadow { opacity: .2; }
.index_news_list li a:hover .h1 { color: #fff; }
.index_news_list li a:hover .time { color: #fff; }
.index_news_a { text-align: center; }
.index_news_a a { display: inline-block; text-align: center; background: #34577E; color: #fff; width: 160px; height: 40px; line-height: 38px; font-size: 14px; margin-top: 40px; border: 1px solid #34577E; }
.index_news_a a:hover { background: rgba(0,0,0,0); color: #34577E; }
@media (max-width: 1366px) {
	.index_news { padding: 40px 0; }
	.index_news_title { margin-bottom: 30px; }
	.index_news_title .h1 { font-size: 14px; font-weight: normal; line-height: 16px; }
	.index_news_title .h2 { font-size: 24px; line-height: 26px; margin: 5px 0 10px; }
	.index_news_title .h3 { font-size: 16px; line-height: 18px; }
	.index_news_list { margin-left: -10px; }
	.index_news_list li { padding-left: 10px; }
	.index_news_list li a .text { padding: 15px 10px; color: #999; }
	.index_news_list li a .text .time { color: #999; }
	.index_news_list li a:hover .text .time { color: #fff; }
	.index_news_list li a .text .h1 { font-size: 16px; line-height: 18px; height: 18px; margin-top: 5px; }
	.index_news_list li a .text .h2 { font-size: 14px; line-height: 20px; height: 40px; margin: 10px 0 0;}
	.index_news_a a { width: 120px; height: 36px; line-height: 34px; margin-top: 20px; }
}
@media (max-width: 768px) {
	.index_news { padding: 30px 0; }
	.index_news_title .h2 { font-size: 18px; line-height: 20px; margin: 2px 0 4px; }
	.index_news_title .h3 { font-size: 14px; line-height: 16px; }
	.index_news_list { margin-top: -10px; }
	.index_news_list li { width: 100%; margin-top: 10px; }
}
/* ---- 首页 END ---- */

/* ---- 单页 ---- */
/* banner(内页) */
.page_ban { background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; margin-top: 100px; height: 600px; }
.page_ban .mouse { width: 17px; height: 98px; position: absolute; bottom: 30px; left: 50%; margin-left: -8px; z-index: 2; }
.page_ban .ban_box { width: 100%; max-width: 900px; color: #fff; text-align: center; margin: 0 auto; position: absolute; top: 40%; left: 50%; margin-left: -450px; margin-top: -65px; }
.page_ban .ban_box .h1 { font-size: 50px; text-transform: uppercase; line-height: 50px; height: 50px;  }
.page_ban .ban_box .h2 { font-size:30px; line-height: 30px; position: relative; margin-top: 60px; }
.page_ban .ban_box .h2::after { content: ""; width: 40px; height: 1px; background: #fff; position: absolute; top: -30px; left: 50%; margin-left: -20px; }
@media (max-width: 1366px) {
	.page_ban { height: 400px; }
	.page_ban .ban_box .h1 { font-size: 40px; line-height: 35px; height: 34px; }
	.page_ban .ban_box .h2 { font-size: 26px; line-height: 18px; margin-top: 40px; }
	.page_ban .ban_box .h2::after { top: -20px; }
}
@media (max-width: 1024px) {
	.page_ban .ban_box { margin-top: -42px; top: 50%; }
	.page_ban { height: 300px; }
	.page_ban .mouse { display: none; }
}
@media (max-width: 768px) {
	.page_ban .ban_box .h1 { font-size: 18px; line-height: 25px; height: 20px; }
	.page_ban .ban_box .h2 { font-size: 14px; line-height: 16px; margin-top: 20px; }
	.page_ban .ban_box .h2::after { top: -10px; }
	.page_ban .ban_box { margin-left: 0; left: 0; margin-top: -28px; }
	.page_ban { height: 200px; margin-top: 80px; }
}
/* 子导航 */
.page_nav { width: 100%; height: 70px; background: #E8E8E8; overflow: hidden; padding: 0 100px; }
.page_nav ul { display: block; width: 100%; height: 100%; text-align: center; font-size: 0; }
.page_nav ul li { display: inline-block; height: 100%; padding: 0 15px; }
.page_nav ul li a { display: inline-block; height: 100%; font-size: 20px; line-height: 70px; width: 160px; text-align: center; }
.page_nav ul li a:hover,
.page_nav ul li a.on { color: #fff; background: #34577E; }
@media (max-width: 1366px) {
	.page_nav { height:auto; }
	.page_nav ul li { padding: 0 5px; }
	.page_nav ul li a { font-size: 16px; line-height: 50px; width: 160px; }
}
@media (max-width: 768px) {
	.page_nav { height: auto; padding: 0 10px; }
	.page_nav ul li { padding: 0; width: 33.3%; }
	.page_nav ul li a { font-size: 14px; line-height: 40px; width: 100%; }
}
/* -- 新闻单页 -- */
/* 新闻/联系我们单页 */
.page_news { background: rgba(255,255,255,.5); margin: 60px 0; }
.page_news h1 { text-align: center; font-size: 36px; line-height: 46px; font-weight: bold; }
.page_news .text_author { font-size: 14px; color: #666; padding: 20px 0 50px; border-bottom: 1px solid #ddd; text-align: center; }
.page_news .text_main { padding: 50px 0; color: #666; font-size: 14px; line-height: 24px; }
.page_news .share_news { text-align: right; }
.page_news .news_button { margin-top: 30px; color: #666; line-height: 24px; font-size: 14px; }
.page_news .news_button a:hover { color: #34577E; text-decoration: underline; }
@media (max-width: 1366px) {
	.page_news { margin: 40px 0; }
	.page_news h1 { font-size: 26px; line-height: 30px; }
	.page_news .text_author { padding: 25px 0 30px; }
	.page_news .text_main { padding: 20px 0; }
}
@media (max-width: 768px) {
	.page_news { margin: 30px 0; }
	.page_news h1 { font-size: 18px; line-height: 22px; }
	.page_news .text_author { padding: 10px 0 15px; }
}
/* -- 其他单页 -- */
.page_main { margin: 60px 0; font-size: 16px; line-height: 26px; }
.page_main .title_02 { font-size: 24px; letter-spacing: 2px; color: #34577E; position: relative; line-height: 24px; height: 24px; overflow: hidden; padding-left: 20px; margin: 40px 0; }
.page_main .title_02::after { content: ""; position: absolute; top: 2px; left: 0; width: 3px; height: 24px; background: #34577E; }
.page_main .num { display: block; width: 100%; margin-top: 50px; }
.page_main .num li { display: block; width: 33.3%; float: left; text-align: center; }
.page_main .num li img { margin-bottom: 50px; height: 60px; }
.page_main .num li .h2 { font-size: 66px; color: #34577E; }
.page_main .num li .h2 span:nth-last-of-type(1) { font-size: 24px; }
@media (max-width: 1366px) {
	.page_main { margin: 40px 0; font-size: 14px; line-height: 22px; }
	.page_main .title_02 { font-size: 18px; letter-spacing: 1px; line-height: 20px; height: 20px; padding-left: 15px; margin: 20px 0; }
	.page_main .title_02::after { height: 18px; top: 1px; }
	.page_main .num { margin-top: 40px; }
	.page_main .num li img { margin-bottom: 30px; height: 50px; }
	.page_main .num li .h2 { font-size: 50px; }
	.page_main .num li .h2 span:nth-last-of-type(1) { font-size: 22px; }
}
@media (max-width: 768px) {
	.page_main { margin: 30px 0; }
	.page_main .num li img { margin-bottom: 10px; height: 30px; }
	.page_main .num { margin-top: 20px; }
	.page_main .num li .h2 { font-size: 20px; }
	.page_main .num li .h2 span:nth-last-of-type(1) { font-size: 14px; }
}

/* -- 产品单页 -- */

.prod_nav { width: 100%; height: 40px; overflow: hidden; padding: 0 100px; font-size: 0; margin-top: 70px; }
.prod_nav ul { display: block; width: 100%; height: 100%; text-align: center; font-size: 0; }
.prod_nav ul li { display: inline-block; height: 100%; padding: 0 5px; }
.prod_nav ul li a { display: inline-block; height: 100%; font-size: 16px; line-height: 40px; padding: 0 50px; border-radius: 40px; text-align: center; }
.prod_nav ul li a:hover,
.prod_nav ul li a.on { background: #E5E5E5; }
@media (max-width: 1366px) {
	.prod_nav { height: 30px; margin-top: 40px; }
	.prod_nav ul li a { font-size: 14px; padding: 0 30px; line-height: 30px; border-radius: 30px; height: 30px; }
}
@media (max-width: 768px) {
	.prod_nav { margin-top: 20px; padding: 0 10px; height: auto; }
	.prod_nav ul li { width: 50%; padding: 0 5px; margin-bottom: 5px; }
	.prod_nav ul li a { padding: 0; width: 100%; border-radius: 2px; background: #f8f8f8; }
}

.prod_list { display: block; margin-left: -35px; padding: 0 0 50px 0; }
.prod_list li { display: block; width: 33.3%; float: left; padding-left: 35px;; margin-top: 70px; }
.prod_list li a { display: block; position: relative; overflow: hidden; width: 100%; box-shadow: 0 0 20px rgba(0,0,0,.03); border-radius: 3px; padding: 40px; border: 1px solid #E5E5E5; }
.prod_list li a .img { width: 100%; height: 0; padding-bottom: 63%; position: relative; overflow: hidden; }
.prod_list li a .img > img { position: relative; z-index: 1; width: 100%; }
.prod_list li a .h1 { text-align: center; font-size: 24px; height: 30px; line-height: 30px; overflow: hidden; margin: 20px 0 30px; }
.prod_list li a .h2 { text-align: center; }
.prod_list li a .h2 span { display: inline-block; width: 140px; height: 40px; line-height: 38px; border-radius: 40px; border: 1px solid #34577E; background: #34577E; color: #fff; }
.prod_list li a:hover { box-shadow: 0 0 30px rgba(0,0,0,.4); }
.prod_list li a:hover .h1 { color: #34577E; }
.prod_list li a:hover .h2 span { color: #34577E; background: #fff; }
@media (max-width: 1366px) {
	.prod_list { margin-left: -10px; padding-bottom: 40px; }
	.prod_list li { padding-left: 10px; margin-top: 40px; width: 25%; }
	.prod_list li a { padding: 30px 10px; }
	.prod_list li a .h1 { font-size: 18px; height: 20px; line-height: 20px; margin: 10px 0 15px; }
	.prod_list li a .h2 span { width: 120px; height: 30px; line-height: 28px; border-radius: 30px; font-size: 14px; }
}
@media (max-width: 1024px) {
	.prod_list li { margin-top: 25px; }
}
@media (max-width: 768px) {
	.prod_list { padding-bottom: 20px; }
	.prod_list li { margin-top: 10px; width: 100%; }
	.prod_list li a { padding: 20px 10px; }
}
/* ---- 产品中心 END ---- */


.prod_listyg { display: block; margin-left: -35px; padding: 0 0 50px 0; }
.prod_listyg li { display: block; width: 33.3%; float: left; padding-left: 35px;; margin-top: 70px; }
.prod_listyg li a { display: block; position: relative; overflow: hidden; width: 100%; box-shadow: 0 0 20px rgba(0,0,0,.03); border-radius: 3px; padding: 10px 10px 20px 10px; border: 1px solid #E5E5E5; }
.prod_listyg li a .img { width: 100%; height: 0; padding-bottom: 63%; position: relative; overflow: hidden; }
.prod_listyg li a .img > img { position: relative; z-index: 1; width: 100%; }
.prod_listyg li a .h1 { text-align: center; font-size: 24px; height: 30px; line-height: 30px; overflow: hidden; margin: 15px 0 15px; }
.prod_listyg li a .h2 { text-align: center; }
.prod_listyg li a .h2 span { display: inline-block; width: 140px; font-size: 14px; height: 30px; line-height: 30px; border-radius: 30px; border: 1px solid #34577E;  color: #34577E; }
.prod_listyg li a:hover { box-shadow: 0 0 30px rgba(0,0,0,.4); }
.prod_listyg li a:hover .h1 { color: #34577E; }
.prod_listyg li a:hover .h2 span { color: #34577E; background: #fff; }
@media (max-width: 1366px) {
	.prod_listyg { margin-left: -10px; padding-bottom: 40px; }
	.prod_listyg li { padding-left: 10px; margin-top: 40px; width: 25%; }
	.prod_listyg li a { padding: 30px 10px; }
	.prod_listyg li a .h1 { font-size: 18px; height: 20px; line-height: 20px; margin: 10px 0 15px; }
	.prod_listyg li a .h2 span { width: 120px; height: 30px; line-height: 28px; border-radius: 30px; font-size: 14px; }
}
@media (max-width: 1024px) {
	.prod_listyg li { margin-top: 25px; }
}
@media (max-width: 768px) {
	.prod_listyg { padding-bottom: 20px; }
	.prod_listyg li { margin-top: 10px; width: 100%; }
	.prod_listyg li a { padding: 20px 10px; }
}








/* ---- 新闻动态 ---- */
/* 01 新闻中心列表 */
.news_list { display: block; margin: 30px 0 50px; }
.news_list li { display: block; margin-top: 30px; width: 100%; float: left; }
.news_list a { display: block; padding: 130px 40px 40px 430px; position: relative; overflow: hidden; border: 1px solid #D2D2D2; }
.news_list .img { position: absolute; overflow: hidden; top: 40px; left: 40px; width: 340px; height: 230px; }
.news_list .img img { width: 100%; position: relative; z-index: 1; }
.news_list .img .shadow { opacity: .2; z-index: 2; }
.news_list .text { position: relative; padding-left: 25px; border-left: 1px solid #CECECE; }
.news_list .text .time2 { position: absolute; left: -3px; top: -60px; color: #8e8e8e; font-size: 28px; line-height: 24px; }
.news_list .text .time2 .d3 { font-size: 14px; line-height: 16px; }
.news_list .h1 { font-size: 18px; color: #34577E; line-height: 20px; height: 20px; font-weight: bold; overflow: hidden; margin: 4px 0 20px; }
.news_list .h2 { font-size: 14px; color: #000; line-height: 24px; height: 96px; overflow: hidden; }
.news_list a:hover { box-shadow: 0 0 20px rgba(0,0,0,.25); }
.news_list a:hover .img .shadow { opacity: 0; }
.news_list a:hover .h2 {  color: #34577E; }
@media (max-width: 1366px) {
	.news_list { margin: 25px 0 30px; }
	.news_list li { margin-top: 15px; }
	.news_list a { padding: 59px 15px 15px 310px; }
	.news_list .img { top: 15px; left: 15px; width: 272px; height: 184px; }
	.news_list .text .time2 { top: -48px; font-size: 22px; line-height: 20px; }
}
@media (max-width: 768px) {
	.news_list { margin: 10px 0 20px; }
	.news_list li { margin-top: 10px; }
	.news_list a { padding: 10px; }
	.news_list .img { top: auto; left: auto; width: 100%; height: 0; padding-bottom: 67%; overflow: hidden; position: relative; }
	.news_list .text { padding-left: 0; border-width: 0; margin-top: 10px; }
	.news_list .text .time2 { top: auto; left: auto; position: relative; font-size: 16px; }
	.news_list .text .time2 .d3 { display: none; }
	.news_list .h1 { font-size: 16px; margin-bottom: 10px; }
}
/* ---- 新闻动态 END ---- */

/* ---- 加入我们 ---- */
.page_contact { padding-left: 530px; min-height: 320px; position: relative; margin: 100px 0; }
.page_contact .img { width: 470px; height: 320px; background: #F6F6F6; padding: 10px; position: absolute; top: 0; left: 0; }
.page_contact .img img { width: 100%; }
.page_contact .h1 { font-size: 22px; line-height: 36px; }
.page_contact .h2 { font-size: 22px; line-height: 36px; color: #6b6b6b; font-weight: bold; }
.page_contact_ul { display: block; margin-top: 60px; }
.page_contact_ul li { display: block; line-height: 30px; font-size: 18px; color: #6b6b6b; margin-top: 30px; text-align: left; }
.page_contact_ul li a { background: #34577E; color: #fff; padding: 5px 10px; border-radius: 20px; font-size: 22px; font-weight: bold; border: 1px solid #34577E; display: inline-block; }
.page_contact_ul li a:hover { background: #fff; color: #34577E; }
@media (max-width: 1366px) {
	.page_contact { padding-left: 500px; min-height: 256px; margin: 50px 0; overflow: hidden; }
	.page_contact .img { width: 376px; height: 256px; padding: 5px; }
	.page_contact .h1 { font-size: 18px; line-height: 24px; margin-top: 20px; }
	.page_contact .h2 { font-size: 18px; line-height: 24px; }
	.page_contact_ul { margin-top: 30px; }
	.page_contact_ul li { font-size: 16px; margin-top: 20px; }
	.page_contact_ul li a { padding: 3px 6px; border-radius: 20px; font-size: 18px; }
}
@media (max-width: 1024px) {
	.page_contact { padding-left: 400px; margin: 30px 0; }
}
@media (max-width: 768px) {
	.page_contact { padding-left: 0;}
	.page_contact .img { width: 100%; position: relative; height: 256px; }
	.page_contact_ul { margin-top: 15px; }
	.page_contact_ul li { font-size: 14px; margin-top: 5px; line-height: 20px; }
	.page_contact_ul li a { margin-top: 5px; }
}
/* ---- 加入我们 END ---- */


.about2-ul { display: block; border: 1px solid #B5B5B5; }
.about2-ul > li { display: block; background: #fff; overflow: hidden; }
.about2-ul-title { background: #34577E; height: 66px; line-height: 64px; font-size: 18px; }
.about2-ul-title > div { width: 25%; float: left; text-align: center; color: #fff; }
.about2-ul > li:nth-child(odd) { background: #F5F3F2; }
.about2-ul-lit { display: block; }
.about2-ul-lit > li { width: 25%; display: block; float: left; font-size: 16px; color: #666; text-indent: 9.5%; height: 66px; line-height: 64px; cursor: pointer; }
.about2-ul-lit > li:nth-child(4) { text-align: center; text-indent: 0; position: relative; }
.about2-ul-span { display: block; width: 90px; height: 24px; line-height: 22px; background: #34577E; color: #fff; font-size: 16px; font-weight: 100; border-radius: 24px; position: absolute; top: 50%; margin-top: -12px; left: 50%; margin-left: -45px; text-align: left; padding-left: 15px; }
.about2-ul-span > i { display: inline-block; position: absolute; top: 4px; right: 15px; width: 16px; height: 16px; text-align: center; border: 1px solid #fff; border-radius: 50%; overflow: hidden; line-height: 14px; }
.about2-ul-span > i > img { width: 100%; }
.about2-ul-img01 { display: block; }
.about2-ul-img02 { display: none; }
/*.about2-ul-span > i::after { width: 16px; height: 16px; border-radius: 16px; border: 1px solid #fff; content: ""; position: absolute; top: 3px;left: 1px; }*/
.about2-ul-span-h { background: #B4B4B4; }
.about2-ul > li > .about2-ul-lib { display: block; width: 100%; height: 0; padding: 0 75px; font-size: 20px; text-indent: 0; overflow: hidden; }
.about2-ul > li > .about2-ul-lib.about2-ul-lib-h { border-top: 1px solid #B5B5B5; }
.about2-ul-lib > h1 { font-size: 16px; line-height: 20px; color: #333; margin-top: 35px; }
.about2-ul-lib > h1 > span { font-size: 18px; line-height: 20px; color: #34577E; margin-right: 30px; }
.about2-ul-lib > .h2 { font-size: 15px; line-height: 22px; color: #666; margin-top: 30px; margin-bottom: 35px; }
.about2-ul-lib > .h2 > span { color: #333; }
@media (max-width: 1050px) {
	.about2-ul-lit > li { height: 50px; line-height: 48px; font-size: 14px; }
	.about2-ul-span { font-size: 14px; }
	.about2-ul-span > i::after { top: 4px; }
	.about2-ul-title { height: 50px; line-height: 48px; font-size: 16px; }
	.about2-ul > li > .about2-ul-lib { padding: 0 30px; }
	.about2-ul-lib > h1 { margin-top: 20px; }
	.about2-ul-lib > .h2 { margin-bottom: 20px; }
}
@media (max-width: 770px) {
	.about2-ul-lit > li { text-indent: 0; text-align: center; }
	.about2-ul > li > .about2-ul-lib { padding: 0 15px; }
	.about2-ul-lib > h1 { margin-top: 15px; }
	.about2-ul-lib > h1 > span { margin-right: 20px; }
	.about2-ul-lib > .h2 { margin-top: 15px; margin-bottom: 15px; }
}
@media (max-width: 480px) {
	.about2-ul-span { width: 70px; padding: 0 10px; margin-left: -35px; }
	.about2-ul-span > i { right: 8px; }
	.about2-ul-lit > li { color: #666; }
	.about2-ul-title { font-size: 14px; }
}
/* == 加入我们 about2 END == */





.clearfix-time{display:block;zoom:1}
.clearfix-time:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0}

.about2 .f12{font-size:12px}
.about2 .f24{font-size:24px}
.about2 .f14{font-size:14px}

.about2{padding-bottom:80px}
.about2 .tit{text-align:center}
.about2 ul{background:url(../images/sy51.png) repeat-y 250px; padding: 0px 100px;}

.about2 .tit h6{color:#666}
.about2 .tit h5{color:#333;margin:15px 0 45px}

.about2 li{float:right;width:100%;text-align:left;position:relative;margin-top:40px}

.about2 li h4:hover{ }
.about2 li h4{position:absolute;;display:block;text-decoration:none;font-family:lato;color:#fff;text-transform:uppercase;padding:8px 0;transition:.5s;
background: #34577E; width: 150px; font-size: 18px; text-align: center; }

.about2 li h4:hover{color:#95a5a6}

.about2 li h4{ transition:all 1s}
.about2 li .p{color:#666;margin-top:0px; border-top: 1px solid #34577E; padding-top: 20px; padding-left: 200px; min-height: 100px; height:auto;overflow:hidden; font-size: 15px;  }
.about2 li .p img{ margin-top: 15px;}

.future{text-align:center;color:#999;font-size:12px;margin-top:17px}




#timeline {
    width: 90%;
    margin: 30px auto;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #34577E;
    left: 50%;
    top: 0;
    position: absolute;
}
#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%}
#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}
#timeline .timeline-item .timeline-icon {
    background: #34577E;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%}
#timeline .timeline-item .timeline-icon img {
    position: relative;
    top: 14px;
    left: 14px;
}
#timeline .timeline-item .timeline-content {
    width: 45%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#timeline .timeline-item .timeline-content .p{font-size: 14px; padding: 20px 0px 0px 0px;}
#timeline .timeline-item:nth-child(2n)  .timeline-content{ float:right;}
#timeline .timeline-item:nth-child(2n)  .timeline-content:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #34577E;
}


#timeline .timeline-item .timeline-content h2 {
    padding: 15px;
	text-align: right;
    background: #34577E;
    color: #fff;
    margin: -20px -20px 0 -20px;
    font-weight: 500;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
#timeline .timeline-item:nth-child(2n) .timeline-content h2{text-align: left;}

#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #34577E;
}
#timeline .timeline-item .timeline-content.right {
    float: right;
}
#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid #34577E;
}
.btn {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #f27c7c;
    color: #f27c7c;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-box-shadow: 2px 2px 0 #f27c7c;
    -moz-box-shadow: 2px 2px 0 #f27c7c;
    -ms-box-shadow: 2px 2px 0 #f27c7c;
    box-shadow: 2px 2px 0 #f27c7c;
}
.btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: 2px 2px 0 transparent;
    -moz-box-shadow: 2px 2px 0 transparent;
    -ms-box-shadow: 2px 2px 0 transparent;
    box-shadow: 2px 2px 0 transparent;
}
@media screen and (max-width: 768px) {
    #timeline {
    margin: 30px;
    padding: 0;
}
#timeline:before {
    left: 0;
}
#timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
}
	
	
#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #34577E;
}
#timeline .timeline-item .timeline-icon {
    left: 0;
}
}















/* ---- 图片放大 ---- */
.index_news_list li a:hover .img > img,
.news_list a:hover .img img,
.index_serve li a:hover .img > img, .index_news_swiper a:hover .img img, .prod_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);
}

/* ---- 过渡效果 ---- */
.header02, .banner a .h3 span, .index_serve li a .img > img, .index_serve li a .shadow,
.index_news_list li a .img > img, .index_news_list li a .text, .index_news_list li a .img .shadow, .index_news_list li a .img img,
.index_news_list li a .time, .index_news_list li a .h1,
.news_list a .img .shadow, .news_list a .img img,
.prod_list li a .h1, .prod_list li a .h2 span,
.footer_box .left_box .ewm .img img, .banner .swiper-button-prev, .banner .swiper-button-next, .swiper-pagination-bullet, .swiper-pagination-bullet-active, .about3 li .shadow, .prod_list li a .img > img, .prod_list li a .img .shadow, .prod_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;
}
.message{margin-bottom: 30px;}
.message .input, .message .textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    padding: 0 40px;
    margin-bottom: 20px;
}
.message .submit {
    width: 160px;
    height: 60px;
    background: #34577E;
    color: #ffffff;
}
.message .input,.message .textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    padding: 0 40px;
    margin-bottom: 20px;
}
.message .textarea {
    height: 260px;
    padding: 20px 40px;
}
.text-center {
    text-align: center;
}
.col-md-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.p-lr10 {
    padding: 0 10px;
}
@media(max-width: 1230px){
    .message .input,.message .textarea{height: 50px;padding: 0 20px;margin-bottom: 15px;}
    .message .textarea{height: 220px;padding: 10px 20px;}
    .message .submit{width: 140px;height: 50px;background-color: #34577E; color: #ffffff;}
}
@media(max-width: 1024px){
    .message{margin-top: 30px;padding-top: 30px; }
    .message .input,.message .textarea{height: 40px;padding: 0 10px;}
    .message .textarea{height: 160px;padding: 5px 10px;}
    .message .submit{width: 112px;height: 40px;}
}
@media (min-width: 992px){
	.col-md-4 {width: 33.33333333%;float: left;}
}









//产品详情页样式
.content-width{word-wrap: break-word !important; word-wrap: break-word !important;}
.content-text{font-size: 16px; line-height: 2; color: #666;}
.m-t20{margin-top: 20px;}
.m-t40 {margin-top: 40px;}
.m-t60 {margin-top: 0.6rem;}
.p-lr5{padding: 0 5px;}
.p-lr10 {padding: 0 10px;}
.col-xs-6 {width: 60%;}
.space{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pos-r{position: relative;}
.show-content img{border: none; vertical-align: middle; -ms-interpolation-mode: bicubic; width: auto; max-width: 100%;}
.w-100{width: 100%;}
.text-p p{margin-bottom: 0;}
.content-text p{line-height: 2 !important;}
.content-swiper-top{border: 1px solid #eee;}
.content-swiper-bottom .swiper-slide{border: 1px solid #eee;cursor: pointer;}
.content-swiper-bottom .swiper-slide-thumb-active{border-color: #d70c18;}
.details-con{padding: 0 30px;}
.content-next-prev .swiper-button-next{right: -30px;}
.content-next-prev .swiper-button-prev{left: -30px;}
.content-next-prev .swiper-button-next:after,.content-next-prev .swiper-button-prev:after{font-size: 24px;font-weight: bold;color: #333;}
.content-next-prev .swiper-button-next:hover:after,.content-next-prev .swiper-button-prev:hover:after{color: #d70c18;}
.details-left{width: 600px;}
.details-right{width: calc(100% - 600px);padding-left: 40px;}
.type-title{color: #999;}
.features{padding: 10px 30px;background: #f7f7f7;color: #d70c18;}
.desc-con{padding: 30px;}
a.proshow-list{width: 100%;padding: 5px;border: 1px solid #ddd;display: flex;justify-content: left;align-items: center;}
a.proshow-list .proshow-img{width: 80px;}
a.proshow-list .proshow-con{width: calc(100% - 80px);padding: 0 15px;}
a.proshow-list .proshow-con .ptitle{font-size: 20px;font-weight: bold;color: #333;}
a.proshow-list .proshow-con .desc{line-height: 1.8;color: #999;}
a.proshow-list.active{border-color: #e60012;}
a.proshow-list:hover{box-shadow: 0 2px 12px rgba(0,0,0,.12);}
a.pdf_file,a.boxconsult{width: 124px;display: block;float: left;text-align: center;line-height: 36px;font-size: 16px;color: #d70c18;border: 1px solid #d70c18;border-radius: 5px;}
a.boxconsult{margin-left: 30px;}
a.pdf_file:hover,a.boxconsult:hover{background: #d70c18;color: #fff;}
.item-show-width{max-width: 1400px;margin: auto;}
.pro-next-prev .swiper-button-next,.pro-next-prev .swiper-button-prev{width: 28px;height: 28px;line-height: 28px;text-align: center;border: 1px solid #5c5c5c;border-radius: 50%;}
.pro-next-prev .swiper-button-next{right: -48px;}
.pro-next-prev .swiper-button-prev{left: -48px;}
.pro-next-prev .swiper-button-next:after,.pro-next-prev .swiper-button-prev:after{font-size: 16px;color: #5c5c5c;}
.pro-next-prev .swiper-button-next:hover,.pro-next-prev .swiper-button-prev:hover{background: #d70c18;border-color: #d70c18;}
.pro-next-prev .swiper-button-next:hover:after,.pro-next-prev .swiper-button-prev:hover:after{color: #fff;}
.pro-next-prev .pro-list:hover{border-color: #d70c18;box-shadow: none;}
.description{height: 60px;line-height: 60px;border-bottom: 1px solid #ddd;}
.description.active{width: 100%;padding: 0 2.4rem;background: #fff;position: fixed;left: 0;top: 80px;z-index: 99;}
.description ul li{float: left;}
.description ul li a{font-size: 18px;display: block;color: #333;padding: 0 15px;position: relative;}
.description ul li.on a:before{content: '';width: 100%;height: 3px;background: #e60012;position: absolute;left: 0;bottom: -1px;}
@media (max-width: 1680px){
    .show-content,.description.active{padding: 0 1.25rem;}
    .show-content-r{padding-right: 1.25rem;}
    .show-content-l{padding-left: 1.25rem;}
}
@media (max-width: 1440px){
    .show-content,.description.active{padding: 0 1rem;}
    .show-content-r{padding-right: 1rem;}
    .show-content-l{padding-left: 1rem;}
}
@media (max-width: 1360px){
    .show-content,.description.active{padding: 0 0.5rem;} 
    .show-content-r{padding-right: 0.5rem;} 
    .show-content-l{padding-left: 0.5rem;} 
    .fz-16, .content-text{font-size: 15px;}
}
@media(max-width: 1230px){
    .details-left{width: 480px;}
    .details-right{width: calc(100% - 480px);padding-left: 20px;}
    .pro-next-prev .swiper-button-next{right: 0;}
    .pro-next-prev .swiper-button-prev{left: 0;}
}
@media(max-width: 1024px){
    .show-content,.show-content-r,.show-content-l{padding: 0 15px;}
	.description{height: 40px;line-height: 40px;}
	.description ul li a{font-size: 15px;}
	.description.active{top: 60px;padding: 0;}
	.m-t20{margin-top: 14px;}
	.m-t40{margin-top: 24px;}
	.m-t60{margin-top: 30px;}
	.p-lr5{padding: 0 8px;}
	.fz-16, .content-text{font-size: 14px;}
	.prev-next a,.prev-next span{padding: 10px 16px;text-align: left;}
	.details-left{width: 100%;}
	.details-right{width: 100%;padding-left: 0;margin-top: 32px;}
	a.proshow-list .proshow-img{width: 60px;}
	a.proshow-list .proshow-con{width: calc(100% - 60px);padding: 0 10px;}
	a.proshow-list .proshow-con .ptitle{font-size: 16px;}
}
/*展开收缩*/
.joinus-con .title{padding: 15px 0.7rem 15px 0.4rem;background: #f7f7f7;color: #333;cursor: pointer;position: relative;}
.joinus-con .title:after{content: '';width: 27px;height: 27px;background: url('../images/arrow.png') no-repeat center center/100%;position: absolute;top: 50%;transform: translateY(-50%);right: 0.4rem;transition: all .5s;}
.joinus-con .text{display: none;padding: 15px 0.4rem;}
.joinus-con.open .text{display: block;}
.joinus-con .title:hover,.joinus-con.open .title{background: #d70c18;color: #fff;}
.joinus-con .title:hover:after,.joinus-con.open .title:after{background-image: url('../images/arrow-active.png');transition: all .5s;}