@charset "utf-8";
/* CSS Document */
html{font-size:20px;}
body{font-size:.7rem;color:#2f2f2f;font-family:'Microsoft YaHei',Simsun,Arial,Verdana,Sans-serif;}
html,body{margin:0px;padding:0px;width:100%;height:100%;}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
h1, h2, h3, h4, h5, h6{font-size:100%;font-weight:normal;margin:0;padding:0; }
video,
img{border:none;max-width:100%;}
div,ul,ol,li,dl,dt,dd,p,form{margin:0;padding:0;}
ul,ol,li,dl,dt,dd{list-style:none;}
a{font-size:inherit;text-decoration:none;color:#2f2f2f;}
a:hover,
a:focus{ text-decoration:none; color:#405ad0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a:active{color:inherit; text-decoration:none;}
i,em{font-style:normal;}
select,input,textarea,button{font-family:inherit; font-size:inherit;}
table { border-spacing: 0; border-collapse: collapse; background-color: transparent; }
td, th { padding: 0; }
th { text-align: left; }
tr { vertical-align: middle; }

.clearfix:before,
.clearfix:after{display:table;content:" ";clear:both;}
.tbl-type{display:table;width:100%;table-layout:fixed}
.tbl-cell{display:table-cell;}
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.center{ text-align:center; }
.right{ text-align:right; }
.valign *{ display:inline-block; vertical-align:middle; }
.relative{ position: relative; }

.ellipsis{ display: -webkit-box!important; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.ellipsis.lc2 { -webkit-line-clamp: 2; }
.ellipsis.lc3 { -webkit-line-clamp: 3; }
.ellipsis.lc4 { -webkit-line-clamp: 4; }

.shadow { box-shadow: 0 0 20px rgba(103, 103, 103, .2); }
.hide{ display: none; }
.img-box{ line-height:normal; font-size:0; }

* .pc-used{ display: block!important; }
* .m-used{ display: none!important; }

body{ background-color: #f5f5f5; }
.wrap{ width:100%; padding:0 15px; max-width:1400px; margin: auto; }
header{ padding-top: 108px; }
footer{ background-color: #1e1e1e; }

.top-bar { width: 100%; height: 108px; position: fixed; left: 0; top: 0; z-index: 999; background-color: #ffffff; }
.logo-box { float: left; padding-top: 24px; }
.logo-box img{ display: block; }
.nav-box{ float:right; position: relative; padding-right: 20px; }
.search-box { position: absolute; right: 0; display: block; width: 18px; top:45px; cursor: pointer; }

.search-content-box{ display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; right: 0; z-index: 100; opacity: 0; transition: all 0.3s; }
.search-content-box.show{ display: block; opacity: 1; }

.float-window{ width: 350px; background-color: #fff; position: fixed; z-index: 101; bottom: 0; right: calc(50% - 175px); border-radius: 5px; transform: scale(0.1, 0.1); transition: all 0.3s; opacity: 0; }
.search-content-box.show .float-window{ transform: scale(1, 1); opacity: 1; bottom: calc(50% - 100px); transition: all 0.3s; }
.float-window .no{ width: 100%; display: flex; flex-direction: row-reverse; padding-right: 15px; padding-top: 10px; box-sizing: border-box; cursor: pointer; }
.float-window .search{ font-size: 16px; font-weight: bold; padding-left: 20px; box-sizing: border-box; }
.float-window input{ margin:30px 20px 20px; width: calc(100% - 40px); box-sizing: border-box; padding: 5px 10px; border-radius: 5px; border: 1px solid #ccc; outline: none; height: 35px; }
.float-window button{ margin:-5px 20px 20px; width: calc(100% - 40px); background-color: #405ad0; height: 35px; color: #fff; border-radius: 5px; margin-bottom: 54px; border:none; }

.nav ul li { float: left; width: auto; display: block; position: relative; }
.nav ul li .tit { padding: 0 16px; text-align: center; font-size: .8rem; font-weight: 400; display: block; line-height: 108px; position: relative; }
.nav ul li .tit.hasChild::after { position: absolute; top: 50%; margin-top: -5px; right: 2px; content: ' '; display: block; border: solid #999; border-width: 0 1px 1px 0; padding: 3px; vertical-align: middle; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.nav ul li.on .tit,
.nav ul li:hover .tit{ color:#405ad0; }
.nav ul li.on .tit.hasChild::after,
.nav ul li:hover .tit.hasChild::after{ border-color:#405ad0; }
.nav ul li.on .tit::before,
.nav ul li:hover .tit::before{ position: absolute; content: ' '; bottom: 30px; left: 15px; right: 15px; height: 2px; background-color: #405ad0; border-radius: 2px; }
.nav ul li .child { display: none; background-color: #fff; line-height: 3; visibility: visible; text-align: center; border-radius: 5px; padding: 5px; position: absolute; top:110px; left:-20px; right: -20px; }
.nav ul li .child a { display: block; position: relative; color: #333; border-bottom: 1px solid #edecec;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

.menu-button { display: none; position: absolute; top: 10px; right: 15px; z-index: 999; padding: 10px 0; border-radius: 5px; }
.menu-button button { display: block; background: none; overflow: hidden; cursor: pointer; z-index: 1000; border: 0; width: 32px; height: 30px; padding: 0; outline: 0; position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}
.menu-button button::before,
.menu-button button::after,
.menu-button button span { background: #414141; border-radius: 2px; }
.menu-button button::before,
.menu-button button::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}
.menu-button button span { display: block; position: absolute; height: 2px; width: 80%; left: 0; top: 50%; margin-top: 0; overflow: hidden; text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}
.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}

.menu-button.open button span { opacity: 0; background: #fff; }
.menu-button.open button::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    background: #fff;
}
.menu-button.open button::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    background: #fff;
    width: 100%;
}


/** 底部样式 */
.bot-logo-row{ padding: 65px 0; border-bottom: #363636 1px solid; }
.bot-contact,
.bot-logo{ float:left; }
.bot-share,
.bot-nav{ float: right; }
.bot-nav ul li{ float: left; }
.bot-nav ul li a{ display: block; height: 60px; line-height: 60px; color: #ffffff; margin-left:30px; }
.bot-nav ul li:first-child a{ margin-left: 0; }
.bot-contact-row{ padding: 50px 0; border-bottom: #363636 1px solid; }
.bot-contact{ line-height: 32px; }
.bot-contact strong{ font-weight: normal; font-size:.8rem; }
.bot-contact strong,
.bot-contact span{ display: inline-block; color: #ffffff; }
.bot-contact span{ margin-left: 30px; }

.bot-share .bshare-custom a{ display: inline-block; margin:0; background: url(../images/icons_share.png) no-repeat; padding-left: 32px; line-height: 32px; height: 32px; margin-left: 10px; }
.bot-share .bshare-custom .bshare-sinaminiblog{ background-position: 0 -62px; }
.bot-share .bshare-custom .bshare-weixin{ background-position: 0 0; }
.bsBox{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box; }

.copyright{ padding: 20px 0; color:#a9a9a9; }
.copyright p{ float: left; }
.copyright a{ color:#a9a9a9; }
.copyright .support{ float: right; }

/** banner样式 */
.banner-box .attach{ position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ top:50%; bottom: auto; width: auto; right: 30px; left: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-box .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet{ display: block; margin: 10px 0; }
.banner-box .swiper-pagination-bullet{ opacity:1; background-color: transparent; border:1px solid #ffffff; width: 13px; height: 13px; }
.banner-box .swiper-pagination-bullet-active{ background-color: #ffffff; }

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev { background-image: url(../images/sb-prev.png); background-size:10px 21px; top: auto; bottom: 30px; }
.banner-box .swiper-button-next{ background-image: url(../images/sb-next.png); right: auto; left:70px; }

.banner-box .attline{ position: absolute; bottom:54px; left: 0; right: 0; }
.banner-box .attline::after{ display: block; content: " "; position: absolute; border-bottom: 1px solid rgba(255,255,255,.25); height: 1px; left:120px; right: 120px; z-index: 9; }
.banner-box .attline::before{ display: block; content: " "; position: absolute; width: 50px; height: 30px; right: 40px; background: url(../images/xinqiao-2023.png) center no-repeat; z-index: 10; }
.banner-box .attline i{ display: block; position: absolute; width: 13px; height: 22px; bottom: 15px; left: 50%; margin-left: -3px; background: url(../images/icon-shubiao.png) center no-repeat; z-index: 11;
	animation:mymove 1s infinite;
	-webkit-animation:mymove 1s infinite;
}
.banner-box .attline span{ display: block; position: absolute; width: auto; left:120px; bottom: 15px; z-index: 12; color: #ffffff; }
@keyframes mymove{
	from {bottom:30px;}
	to {bottom:15px;}
}
@-webkit-keyframes mymove{ /*Safari and Chrome*/
	from {bottom:30px;}
	to {bottom:15px;}
}

.nbanner-box { position: relative; overflow: hidden; }
.nbanner-box .box { position: absolute; left: 50%; margin-left: -960px; width: 1920px; }

/** 首页 - 关于我们 */
.inx-about{ background: #ffffff url(../images/about-bg.jpg) top center no-repeat; padding: 110px 0 90px 0; }

.about-info{ float: left; width: 50%; }
.about-info .tit-box{ font-size: 1.8rem; position: relative; padding-bottom: 15px; }
.about-info .tit-box span{ display: block; font-size: .9rem; color: #7e7f81; text-transform:uppercase; margin-top: 10px; font-family: 'Arial'; }
.about-info .tit-box::after{ display: block; content: " "; width: 1em; position: absolute; bottom: 0; border-bottom: 2px solid #bdbdbd; }
.about-info .info-box h3{ font-size: 1.3rem; padding: 40px 0; }
.about-info .info-box{ line-height: 2; }

.inx-linian .more,
.about-info .btn-view{ display: inline-block; width: 200px; height: 50px; text-align: center; background-color: #3c59dc; color: #ffffff; line-height: 50px; border-radius: 5px; margin-top: 30px; }
.inx-linian .more i,
.about-info .btn-view i{ margin-left: 20px; }

.about-video{ float: left; width: 50%; padding-left: 100px; }
.about-video .img-box{ background: url(../images/video-titbg.png) top center no-repeat; background-size:contain; padding-top: 80px;  }

.about-number{ background-color: #405ad0; border-radius: 40px 4px; margin-top: 90px; }
.about-number ul li { float: left; width: calc(25% - 20px); margin: 50px 10px; border-right: 1px solid #617aea; }
.about-number ul li:last-child { border-right: 0; }
.about-number ul li h3 { text-align: center; color: #ffffff; }
.about-number ul li h3 span { font-size: 2.1rem; margin-bottom: 10px; font-family: 'Arial'; }
.about-number ul li p { font-size: .8rem; color: #d2d7f2; text-align: center; margin-top: 10px; }


.tit-box-s2,
.tit-box-s1{ text-align:center; padding:5px 0; margin-bottom:50px; }
.tit-box-s2 em,
.tit-box-s1 em{ font-size:1.3rem; display:block; position:relative; padding-bottom:15px; margin-bottom:15px; color: #ffffff; font-weight: 700; }
.tit-box-s2 em:after,
.tit-box-s1 em:after{ content:' '; display:block; width:1em; border-bottom:#ffffff 2px solid; position:absolute; bottom:0; left:50%; margin-left:-.5rem; }
.tit-box-s2 span,
.tit-box-s1 span{ color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:.8rem; text-transform: uppercase; }
.tit-box-s2 em{ color:#000; }
.tit-box-s2 em:after{ border-bottom-color: #bdbdbd; }
.tit-box-s2 span{ color: #7e7f81; }

/** 首页 - 产品展示 */
.inx-product{ background: #ffffff url(../images/product-bg.jpg) top center no-repeat; padding: 90px 0; }
.inx-product .info-box{ padding: 0 70px; position: relative; }
.inx-product .info-box .swiper-slide a{ display: block; background-color: #ffffff; border-radius: 5px; overflow: hidden; }
.inx-product .info-box .swiper-slide a span{ display: block; padding: 20px; border-top: 2px solid #efefef; position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.inx-product .info-box .swiper-slide a:hover span{ background-color: #405ad0; color:#ffffff; border-top-color: #405ad0; }
.inx-product .info-box .swiper-slide a span i{ position: absolute; right: 20px; top:50%; width: 32px; height: 32px; line-height: 32px; text-align: center; background-color:#eeeeee; color:#c9c9c9; border-radius:100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.inx-product .info-box .swiper-slide a:hover span i{ background-color:#ffffff; color:#405ad0; }

.inx-product .info-box .swiper-button-next,
.inx-product .info-box .swiper-button-prev { background-image: url(../images/sb-prev.png); background-size:auto; left:0; z-index: 99; }
.inx-product .info-box .swiper-button-next{ background-image: url(../images/sb-next.png); left:auto; right: 0; }

.inx-huanbao .more,
.inx-product .more{ display: block; width: 200px; margin: auto; height: 50px; text-align: center; background-color: #3c59dc; color: #ffffff; line-height: 50px; border-radius: 5px; margin-top: 50px; }

/** 首页 - 新闻中心 */
.inx-news{ padding: 90px 0; background-color: #ffffff; }
.inx-news .news-fr,
.inx-news .news-fl{ float: left; width: 45%; padding-right: 40px; }
.inx-news .news-fl .img-box img{ border-radius:10px; }
.inx-news .news-fr{ width: 55%; padding-right: 0; }
.notice-list ul li,
.inx-news .news-fr ul li{ line-height: 70px; position: relative; padding-right: 100px; border-bottom: 1px solid #ededed; }
.notice-list ul li i,
.inx-news .news-fr ul li i,
.notice-list ul li time,
.inx-news .news-fr ul li time{ display: block; position: absolute; right: 0; top: 0; color: #999; }
.notice-list ul li a h3,
.inx-news .news-fr ul li a h3{ position: relative; padding-left: 25px; font-size: .8rem; }
.notice-list ul li a h3::after,
.inx-news .news-fr ul li a h3::after{ position: absolute; left: 0; top:50%; margin-top: -5px; content: " "; width: 10px; height: 10px; border:1px solid #ededed; border-radius: 100%; }
.notice-list ul li a i,
.inx-news .news-fr ul li a i{ display: none; font-size: 1.2rem; }
.notice-list ul li a:hover h3::after,
.inx-news .news-fr ul li a:hover h3::after{ border-color: #405ad0; }
.notice-list ul li a:hover h3::before,
.inx-news .news-fr ul li a:hover h3::before{ position: absolute; left: 4px; top:50%; margin-top: -1px; content: " "; width: 4px; height: 4px; background-color:#405ad0; border-radius: 100%; }
.notice-list ul li a:hover i,
.inx-news .news-fr ul li a:hover i{ display: block; color:#405ad0; }
.notice-list ul li a:hover time,
.inx-news .news-fr ul li a:hover time{ display: none; }

/** 首页 - 环保资讯 */
.inx-huanbao{ background: #f2f5fa url(../images/huanbao-bg.jpg) top center no-repeat; padding: 90px 0; }
.newspic-list ul,
.inx-huanbao .info-box ul{ margin-left: -25px; margin-top: -25px; }
.newspic-list ul li,
.inx-huanbao .info-box ul li{ width: 25%; padding-left: 25px; margin-top: 25px; float: left; }
.newspic-list ul li a,
.inx-huanbao .info-box ul li a{ display: block; position: relative; border-radius: 5px; overflow: hidden; }
.newspic-list ul li .img-box img,
.inx-huanbao .info-box ul li .img-box img{ display: block; opacity: 0; }
.newspic-list ul li .txt-box,
.inx-huanbao .info-box ul li .txt-box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newspic-list ul li .txt-box h3,
.inx-huanbao .info-box ul li .txt-box h3{ font-size: .8rem; color: #000000; line-height:1.75;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newspic-list ul li .txt-box i,
.newspic-list ul li .txt-box time,
.inx-huanbao .info-box ul li .txt-box i,
.inx-huanbao .info-box ul li .txt-box time{ display: block; font-size: .7rem; position: absolute; left: 20px; bottom: 20px; height: 30px; line-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.newspic-list ul li .txt-box i,
.inx-huanbao .info-box ul li .txt-box i{ font-size: 1.3rem; left:auto; right: 20px; }
.newspic-list ul li a:hover .txt-box,
.inx-huanbao .info-box ul li a:hover .txt-box{ background-color: #3c59dc; }
.newspic-list ul li a:hover .img-box img,
.inx-huanbao .info-box ul li a:hover .img-box img{ opacity: 1; }
.newspic-list ul li a:hover .txt-box h3,
.newspic-list ul li a:hover .txt-box i,
.newspic-list ul li a:hover .txt-box time,
.inx-huanbao .info-box ul li a:hover .txt-box h3,
.inx-huanbao .info-box ul li a:hover .txt-box i,
.inx-huanbao .info-box ul li a:hover .txt-box time{ color: #ffffff; }

.inx-huanbao .more{ background-color: transparent; border: 1px solid #3c59dc; color: #3c59dc; }

.inx-linian{ background: #f2f5fa url(../images/linian-bg.jpg) top center no-repeat; padding: 50px 0; }
.inx-linian .txt-box{ float: left; color:#ffffff; }
.inx-linian .txt-box p{ margin-top: 10px; font-size: 1.6rem; }
.inx-linian .more{ float: right; background-color: #ffffff; color:#3c59dc; margin-top: 20px; }

.container{ padding: 40px 0; background-color: #ffffff; }
.txt-content{ line-height:2; padding: 20px 0; }

.crumbs{ background-color: #f9f9f9; margin-top: -80px; height: 75px; padding-left: 0; border-top-left-radius: 5px; border-top-right-radius: 5px; margin-bottom: 50px; }
.crumbs .position{ float: right; line-height: 75px; padding: 0 15px; }
.crumbs .submenu{ float: left; }
.crumbs .submenu a{ display: block; float: left; padding: 0 30px; line-height: 75px; position: relative; }
.crumbs .submenu a:hover,
.crumbs .submenu a.on{ background-color: #3c59dc; color: #ffffff; }
.crumbs .submenu a:first-child{ border-top-left-radius: 5px; }
.crumbs .submenu a:hover::after,
.crumbs .submenu a.on::after{ display: block; content: " "; position: absolute; left: 0; width: 100%; bottom: -5px; background: url(../images/submenu-arr.png) center no-repeat; height: 5px; }

.news-list ul li{ position: relative; border-bottom: 1px solid #eee; padding: 30px 0 30px 110px; min-height: 150px; }
.news-list ul li time { position: absolute; left: 0; top: 30px; width: 90px; height: 90px; background-color: #f2f2f2; border-radius: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-list ul li time span { position: absolute; width: 100%; text-align: center; top: 50%; color: #666; font-size: .7rem;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-list ul li time span i{ font-style: normal; font-weight: 700; font-size: 1.8rem; color: #2f2f2f; display: block; }
.news-list ul li h3{ font-size: .9rem; margin-bottom: 10px; color: #000; }
.news-list ul li .time,
.news-list ul li p{ font-size: .7rem; line-height: 2; color: #666; }
.news-list ul li .time{ display:none; color:#999; }

.news-list ul li:hover time{ background-color: #3c59dc; }
.news-list ul li:hover time span,
.news-list ul li:hover time span i{ color:#ffffff; }
.news-list ul li:hover h3{ color:#3c59dc; }


.pager { text-align: center; margin-top: 40px; padding: 20px 0; }
.pager strong,
.pager span,
.pager a { display: inline-block; border:1px solid #eee; padding: 5px 10px; margin: 0 4px; border-radius: 3px; color:#666; }
.pager a:hover,
.pager strong { border:1px solid #405ad0; background-color: #405ad0; color: #fff; }

.view-title{ font-size: 1.5rem; text-align:center; margin-bottom: 20px; }
.view-element{ color:#666; border-bottom:1px solid #eee; border-top:1px solid #eee; padding: 15px 0; margin-bottom: 20px; }
.view-element .view-attr{ float: left; }
.view-element .view-attr span{ display: inline-block; margin-left: 10px; }
.view-element .view-attr span:first-child{ margin-left: 0; }
.view-element .bshare-custom{ display:inline-block; float:right; }
.view-element .bshare-custom a{ display:inline-block; background: url(../images/share-icon.png) no-repeat; padding-left: 25px; line-height: 24px; height: 24px; }
.view-element .bshare-custom .bshare-more { display: none; }
.view-element .bshare-custom .bshare-sinaminiblog { background-position: 0 -98px; }
.view-element .bshare-custom .bshare-weixin{ background-position:0 -162px; }
.view-element .bshare-custom .bshare-qzone { background-position: 0 -47px; }
.view-element .bshare-custom .bshare-qqim{ background-position: 0 -260px; }

.view-content{ line-height:2; padding: 15px 0; }
.view-content p{ margin-bottom: 5px; }

.view-assoc{ background-color: #f5f5f5; height: 80px; line-height: 80px; }
.view-assoc .prev{ float: left; padding-left: 20px; position: relative; width: 50%; }
.view-assoc .next{ float: right; padding-right: 20px; position: relative; width: 50%; text-align: right; }
.view-assoc .next::after,
.view-assoc .prev::after { position: absolute; top: 50%; margin-top: -5px; left: 0; content: ' '; display: block; border: solid #999; border-width: 0 2px 2px 0; padding: 3px; vertical-align: middle; transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.view-assoc .next::after{ left: auto; right: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.gray-bg{ background-color: #f5f5f5; }
.pro-list ul{ margin-left: -25px; margin-top: -25px; }
.pro-list ul li{ width: 25%; float: left; padding-left: 25px; margin-top: 25px; }
.pro-list ul li a{ display: block; background-color: #ffffff; border-radius: 5px; overflow: hidden; }
.pro-list ul li a span{ display: block; padding: 20px; border-top: 2px solid #efefef; position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pro-list ul li a:hover span{ background-color: #405ad0; color:#ffffff; border-top-color: #405ad0; }
.pro-list ul li a span i{ position: absolute; right: 20px; top:50%; width: 32px; height: 32px; line-height: 32px; text-align: center; background-color:#eeeeee; color:#c9c9c9; border-radius:100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pro-list ul li a:hover span i{ background-color:#ffffff; color:#405ad0; }

.contact-list{ margin-bottom: 80px; }
.contact-list ul li{ width: 33.33%; float: left; text-align: center; border-left: 1px solid #ddd; padding: 0 15px; }
.contact-list ul li:first-child{ border-left: 0; }
.contact-list ul li i{ font-size: 1.6rem; color: #405ad0; }
.contact-list ul li em{ display: block; font-weight: 700; margin-top: 15px; margin-bottom: 15px; font-size: .9rem; }

.job-list ul ol{ border-bottom: 2px solid #c4c4c4; }
.job-list ul li{ border-bottom: 1px solid #ddd; }
.job-list ul li div span,
.job-list ul ol span { width: 19%; display: block; float: left; position: relative; font-weight: 700; background-color: #ffffff; line-height: 50px; height: 50px; color: #000000; text-align: center; padding: 0 15px; }
.job-list ul ol span:first-child,
.job-list ul li div span:first-child{ width:24%; }
.job-list ul li div span{ color:#333; font-weight:normal; }
.job-list ul li:hover div span,
.job-list ul li.on div span{ background:#f7f7f7; }
.job-list ul li div span em{ width:15px; height:15px; border-radius:3px; text-align:center; line-height:15px; color:#fff; font-weight:normal; position:absolute; left:15px; top:15px; background:#405ad0; display:block; font-size:.8rem; }
.job-list ul li .content-box{ display:none; position:relative; padding:15px 160px 15px 15px; }
.job-list ul li .content-box div{ line-height: 1.75; margin-top: 10px; color: #666; }
.job-list ul li .content-box a{ background:#405ad0; width:120px; height:40px; line-height:40px; text-align:center; color:#fff; position:absolute; right:15px; top:15px; }


.resume dl dt { margin: 0 0 20px; color: #333; font-size: .9rem; padding-left: 15px; border-left: 5px solid #405ad0; background: #f7f7f7; line-height: 2; }
.resume dd ul{ margin-left: -20px; }
.resume dd li { float: left; width:33.33%; padding-left: 20px; margin-bottom: 20px; position: relative; }
.resume dd .select-li select { color: #999; width: 100%; line-height: 46px; height: 46px; border: 1px solid #dadada; }
.resume dd .select-li select option { line-height: 46px; color: #999; }

.resume dd .education li { width: 18.4%; list-style: none; }
.resume dd .education li:nth-child(3n) { margin-right: 2% }
.resume dd .education li:nth-child(5n) { margin-right: 0 }
.resume dd li:nth-child(3n) { margin-right: 0; }
.resume dd .text { border: 1px solid #dadada; line-height: 2; height: 46px; width: 100%; background: #fff; padding: 10px; }
.resume dd li label { position: absolute; left: 5px; top: 0; line-height: 46px; }
.resume dd li .form_err { position: absolute; right: 5px; top: 50%; color: #f00; line-height: 20px; margin-top: -10px; }
.resume dd textarea.text { height: 220px; }
.resume dl:nth-child(4) dd textarea.text { height: 100px; }
.resume .education input { width: calc(100%/4 - 20px); background: #fefefe; margin-right: 20px; line-height: 46px; height: 46px; border: 1px solid #dadada; padding: 0 10px; }
.resume .education input:last-child { margin-right: 0 }

.resume .job input { width: calc(25% - 20px); background: #fefefe; margin-right: 20px; line-height: 46px; height: 46px; border: 1px solid #dadada; padding: 0 10px; }
.resume .job input:last-child { margin-right: 0 }
.resume .btn { margin-top: 40px; cursor: pointer; border-radius: 5px; background: #405ad0; color: #fff; height: 45px; border: none; font-size: .9rem; width: 120px; }


.about-number_2 ul li:last-child { border-right: 0; }
.about-number_2 { margin-top: 10px; }
.about-number_2 ul li h3 { text-align: center; color: #405ad0; }
.about-number_2 ul li h3 span { font-size: 3.1rem; margin-bottom: 10px; font-family: 'Arial'; }
.about-number_2 ul li p { font-size: .9rem; color: #666; text-align: center; margin-top: 10px; }
.about-number_2 ul li { float: left; width: calc(25% - 20px); margin: 50px 9px; border-right: 1px solid #e7e7e7; }

.profile-wrap .cont { width: 100%; margin-top: 65px; font-size: .7rem; color: #333333; line-height: 2.3; }
.profile-wrap { margin-top:90px; padding-bottom: 135px; transition: normal; }
.profile-wrap .left-images img { transition: .5s ease; border-radius: 5px; }
.f-cb { zoom: 1; }
.profile-wrap .right-words { width: 100%!important; float: none; }
.profile-wrap .left-images { width: 45%; margin-right: 3%; height: auto; }
.profile-wrap .left-images:hover img {
    transition: .5s ease;
    transform: scale3d(1.05,1.05,1);
	transition: all 0.5s;
}
.nei-about img { transition: all 0.5s; }
	
/*.nei-about-img-left ul li.img-left-min{ margin-left:0;}*/
.nei-about img:hover{ transition: .5s ease-in-out;
    transform: scale3d(1.05,1.05,1); border-radius:5px;}
.nei-about img{ border: none; width: 100%; border-radius:5px; display: block; cursor: pointer; transition: all 0.6s; }
.nei-about{ background:#f4f4f4; padding:90px 0 70px 0; margin-top:30px; }
.nei-about-img-left{ width:50%; float:left; }
.nei-about-img-left ul{ margin-left:-15px; }
.nei-about-img-left ul li{ float:left; width:50%;/* height:200px;*/ margin-bottom:9px; padding-left:15px; overflow: hidden; }
.nei-about-img-right{ width:50%; float:right; overflow: hidden; padding-left:15px; }
/*.nei-about-img-right img{width:690px;float:right;}*/
.nei-about:after { display: table; content: " "; clear: both; }


/*中等屏幕   w<1200*/
@media screen and (max-width: 1200px) {
	.nav ul li .tit { padding: 0 12px; }
	
	.logo-box { padding-top: 32px; }
	.logo-box img{ height: 44px; }
	.nav ul li .tit { font-size: .7rem; }
	.nav ul li .child a { font-size: .6rem; }
	
	.bot-contact, .bot-logo img{ height: 50px; }
	.bot-nav ul li a{ margin-left: 20px; }
}
/*pad: w< 992*/
@media screen and (max-width: 992px) {
	* .pc-used{ display: none!important; }
	* .m-used{ display: block!important; }
	
	header { padding-top: 68px; }
	.top-bar { height: 68px; }
	.logo-box { padding-top: 12px; }
	
	.menu-button { display: block; }
	.nav { display: none; }
	.search-box{ display: none; }
	.nav-box{ padding-right: 0; }
	
	.smart-nav { display: block; }
    .smart-nav { position: fixed; width: 70%; z-index: 998; left: auto; right: -70%; top: 0; bottom: 0; background: rgba(64, 90, 208, .8); padding-top: 68px; overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open { right: 0; }
    .smart-nav ul { display: block; width: 100%; height: 100%; border-top: 1px solid rgba(255, 255, 255, .5); overflow-y: auto; }
    .smart-nav ul li { position: relative; border-bottom: 1px solid rgba(255, 255, 255, .5); cursor: pointer; }
    .smart-nav ul li .tit { font-size: .8rem; text-indent: 1em; display: block; padding: 12px 0; color: #ffffff; }
	.smart-nav ul li .hasChild{ background: url(../images/person5_h.png) 300px center no-repeat; background-size: 8px 15px; }
	.smart-nav ul li.on .hasChild{ background:none; }
    .smart-nav ul li .tit.ignore { background: none; }
    .smart-nav ul li .child { border-top: 1px solid rgba(206, 206, 206, 0.5); display: none; }
    .smart-nav ul li .child a { display: block; padding: 5px 0; font-size: .8rem; line-height: 2; color: #eeeeee; text-indent: 2em; }
    .smart-nav ul li .child a:first-child { padding-top: 10px; }
    .smart-nav ul li .child a:last-child { padding-bottom: 10px; }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover { background-color: #ffffff; color: #3c59dc; }
	
	.copyright .support,
	.copyright p,
	.bot-contact,
	.bot-logo{ float:none; }
	.bot-share{ float: none; }
	.bot-contact, .bot-logo img{ height:auto; }
	
	.bot-nav{ display: none; }
	/*.bot-nav ul li a{ height: 30px; line-height: 30px; }*/
	
	.bot-contact{ margin-bottom: 10px; }
	.bot-contact strong,
	.bot-contact span{ display: block; color: #ffffff; }
	.bot-contact span{ margin-left: 0; }
	
	.bot-contact-row,
	.bot-logo-row{ padding: 25px 0; }
	.bot-share .bshare-custom a:first-child{ margin-left: 0; }
	
	.banner-box .attline,
	.banner-box .swiper-container-horizontal .swiper-pagination-bullets{ display: none; }
	
	.banner-box .swiper-button-next,
	.banner-box .swiper-button-prev { top: 50%; bottom: auto; margin-top: -22px; }
	.banner-box .swiper-button-next{ right: 10px; left:auto; }
	
	.inx-huanbao,
	.inx-news,
	.inx-product,
	.inx-about{ padding: 40px 0; }
	.about-info{ float: none; width: 100%; }
	.about-video{ float: none; width: 100%; padding-left: 0; }
	.about-info .info-box h3{ padding: 20px 0; }
	
	.about-video .img-box{ padding-top: 40px; }
	.about-number{ margin-top:40px; }
	.about-number ul li {float: left; width: calc(100% - 80px); margin: 0 40px; border-right:0; border-bottom: 1px solid #617aea; padding: 15px 0; }
	.about-number ul li:last-child { border-bottom: 0; }
	
	.tit-box-s2, .tit-box-s1{ margin-bottom: 30px; }
	.inx-huanbao .more,
	.inx-product .more { margin-top: 30px; }
	
	.inx-product .info-box{ padding: 0 30px; }
	.inx-product .info-box .swiper-button-next,
	.inx-product .info-box .swiper-button-prev { left:-10px; z-index: 99; }
	.inx-product .info-box .swiper-button-next{ left:auto; right: -10px; }
	
	.inx-news .news-fr,
	.inx-news .news-fl{ float: none; width: 100%; padding-right: 0; }
	.inx-news .news-fr ul li time{ font-size: .6rem; }
	
	.newspic-list ul li,
	.inx-huanbao .info-box ul li{ width: 50%; margin-top: 20px; }
	.newspic-list ul,
	.inx-huanbao .info-box ul{ margin-top: -20px; }
	
	.crumbs{ height: auto; }
	.crumbs .position{ float: none; line-height: 2; padding: 15px; }
	.crumbs .submenu{ float: none; }
	.crumbs .submenu a{ line-height: 50px; }
	.crumbs .submenu a:first-child{ border-top-left-radius: 0; }
	
	.view-element .view-attr,
	.view-element .bshare-custom{ float: none; }
	
	.view-assoc .prev a span,
	.view-assoc .next a span{ display: none; }
	.view-assoc .prev a::after{ content:"上一条"; }
	.view-assoc .next a::after{ content:"下一条"; }
	
	.job-list ul ol{ display: none; }
	.job-list ul li .content-box a{ position:static; display:block; margin-top:15px;}
	.job-list ul li .content-box{ padding:15px; }
	.job-list ul li div span{ width: 100%; float: none; text-align: left; height: auto; line-height: 2; }
	.job-list ul li div span::before{ content: attr(data-title); display: inline-block; }
	.job-list ul li div span:first-child{ width:100%; padding-left: 40px; height: 45px; line-height: 45px; font-weight: 700; }
	
	.resume dd li { float: none; width: auto; margin-right: 0 !important; }
    .resume .education input { width: 100%; margin-bottom: 20px; }
    .resume .job input { width: 100%; margin-bottom: 20px; }
	
	.nei-about-img-left{width:100%;}
	.nei-about-img-left ul li{float:left;width:50%;height:auto; margin-bottom:15px; }
	.nei-about-img-left ul li img{width:100%;}
	.nei-about-img-right img{width:100%;}
	.nei-about-img-right{width:100%; padding-left:0;}
	.profile-wrap .left-images{width:100%;}
	.nei-about-img-right{width:100%;}
	/*.wrap {padding: 0 6%;width: 88%}*/
	.about-number_2 ul li {
		float: left;
		width: calc(100% - 80px);
		margin: 0 30px;
		border-right: 0;
		border-bottom: 1px solid #e7e7e7;
		padding: 15px 0;
	}
}
/*mobile: w < 768*/
@media screen and (max-width: 768px) {
	.contact-list ul li{ width: 100%; border-left: 0; margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 20px; }
	.contact-list ul li:last-child{ border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
	
	.news-list ul li{ padding: 15px 0 15px 0; min-height: auto; }
	.news-list ul li time { display:none; }
	.news-list ul li .time{ display:block; }
}
/*mobile: w < 640*/
@media screen and (max-width: 640px) {
	.newspic-list ul li,
	.inx-huanbao .info-box ul li{ width: 100%; }
	.inx-linian{ padding: 30px 0; }
	.inx-linian .txt-box,
	.inx-linian .more{ float: none; }
	.inx-linian .txt-box p{ font-size: 1.2rem; }
}
/*mobile: w < 480*/
@media screen and (max-width: 480px) {
	.logo-box { padding-top: 18px; }
	.logo-box img{ height: 32px; }
	header .wrap { padding: 0 5px; }
	.menu-button { right:5px; }
	
	.crumbs .position{ display: none; }
	.crumbs .submenu a{ line-height: 50px; width: 100%; text-align: left; border-bottom: 1px solid #ddd; }
	.crumbs .submenu a:hover::after,
	.crumbs .submenu a.on::after{ display: none; }
}