/*!	* common JavaScript Document  * The site is designed by LEBANG,Inc 11/2015 */


/* 移动设备布局: 480px 及更低。 */
.page .rows{display:none;}
.page .current{width:43px;height:36px;float:left;color:#666; text-align:center; line-height:36px;}
.overHidden{overflow: hidden;height: 100%;}
.imgBg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.motion {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}


/*公用弹窗*/

.msg_pop_main {
    background: rgba(0, 0, 0, 0.5);
    max-width: 250px;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 10000;
    display: none;
    border-radius: 3px;
    font-size: 12px;
}

.msg_pop_main p {
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}


/*头部*/

.header {
    padding: 0 60px;
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 99;
    height: 81px;
    width: 100%;
    box-sizing: border-box;
}

.header .logo {
    width: 145px;
    height: 60px;
    margin-top: -33px;
    /*margin-top: 10px;*/
}

.header .logo .logo1 {
    display: block;
    width: 100%;
}

.header .logo .logo2 {
    display: none;
    width: 100%;
}

.header .language {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 81px;
}

.header .drop,
.header .drop:hover{
    color: #999 !important;
    cursor: no-drop;
}

.header .line {
    width: 1px;
    height: 17px;
    border: 1px solid #fff;
    background-color: #b9babb;
    margin: 32px 17px 0;
}

.header .nav li {
    float: left;
    margin: 0 30px;
    font-size: 16px;
    height: 81px;
    line-height: 81px;
	position:relative;
}

.header .nav li a {
    display: block;
    color: #fff;
}

.header .search {
    width: 21px;
    height: 81px;
    margin: 0 30px 0 8px;
    background: url('../images/search.png') no-repeat center center;
    cursor: pointer;
}
.header .nav li.on a,
.header a:hover {
    color: #009490 !important;
}
.header_bg .logo{margin-top: 0;}

.header_bg {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    top: 0;
}

.header_bg .logo .logo1 {
    display: none;
}

.header_bg .logo .logo2 {
    display: block;
}

.header_bg .language,
.header_bg .nav li a {
    color: #333;
}

.header_bg .drop,
.header_bg .drop:hover{
    color: #e0e0e0 !important;
}


.header_bg .search {
    background-image: url('../images/search_b.png');
}

.m_header {
    display: none;
}
.ind_company.wrap{width:100%;}
@media screen and (min-width:1024px) and (max-width:1400px){
	.header .nav li{margin: 0 10px;font-size:14px;}
}
@media only screen and (min-width: 1680px) {
	.ind_news_main{width: 1300px !important;float: right;margin-right: 12% !important;}
}
@media only screen and (min-width: 1440px) {
	.ind_company.wrap{width:1400px;margin:43px auto 0;}
	.company_left{width:600px !important;margin-top:30px;}
	.company_left li:first-child{width:96px;margin-right:65px;}
	.company_left li:first-child p,.company_left li:nth-child(2) p{text-align:left;}
	.company_left li:nth-child(2){width:87px;margin-right:56px;}
	.company_left li:nth-child(3){width:142px;margin-right:50px;}
	.company_left li:nth-child(4){width:102px;}
	.ind_news_main{width: 1300px !important;float: right;margin-right: 8% !important;}
	.ind_news_main li{width:412px;}
	.footer .container{min-width:1400px;max-width:1480px;}
	.footer_contact,.footer_sites{width:320px !important;}
	.footer_sites{margin-left:0;}
	.footer_ewm img{width:105px !important;}
	.footer_top_left ul{margin-top:90px;}
	.footer_ewm{width:320px !important;height:auto !important;}
	.footer_ewm p{padding-left:130px;font-size:13px;color:#666;line-height:22px !important;text-align:left !important;width:190px;}
	.footer_ewm{margin-left:16px !important;}
}
@media only screen and (max-width: 1440px) {
	.ind_company.wrap{width:96%;}
    .header {
        padding: 0 40px;
    }
	.footer .container{min-width:1200px;}
	.footer_contact,.footer_sites{width:320px !important;}
	.footer_sites{margin-left:0;}
	.footer_ewm img{width:105px !important;}
	.footer_top_left ul{margin-top:90px;}
	.footer_ewm{width:320px !important;height:auto !important;}
	.footer_ewm p{padding-left:130px;font-size:13px;color:#666;line-height:22px !important;text-align:left !important;width:190px;}
	.footer_ewm{margin-left:16px !important;}
}

@media only screen and (max-width: 1200px) {
	.footer .container{min-width:96%;}
    .header {
        padding: 0 30px;
    }
    .header .nav li {
        margin: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .m_header {
        display: block;
        width: 100%;
        height: 50px;
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
    }
    .m_header .container {
        width: 92%;
        margin: 0 auto;
    }
    .m_header .logo {
        display: block;
        width: 88px;
        /*margin-top: 6px;*/
    }
    .m_header .logo img {
        display: block;
        width: 100%;
    }
    .m_header .nav {
        width: 25px;
        height: 20px;
        background: url('../images/m_nav.png') no-repeat;
        background-size: 100%;
        margin-top: 15px;
    }
    .m_header .search {
        width: 20px;
        height: 20px;
        background: url('../images/m_search.png') no-repeat;
        background-size: 100%;
        margin: 15px 20px 0 0;
    }
	.m_header .en{
		font-size: 0.32rem;
		margin-top: 0.34rem;
		line-height: 0.3rem;
		margin-right: 0.3rem;
		color: #0aa07e;
	}
	.m_sub_main {
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        display: none;
    }
    .m_sub_left {
        width: 50%;
        float: left;
        background-color: #1a1a1a;
    }
    .m_sub_right {
        width: 50%;
        float: right;
        background-color: #404040;
    }
    .m_sub_right ul {
        display: none;
    }
    .m_sub_left li,
    .m_sub_right li {
        padding: 0 8%;
        height: 60px;
        position: relative;
    }
    .m_sub_left li a,
    .m_sub_right li a {
        display: block;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 14px;
    }
    .m_sub_left li a {
        font-size: 15px;
    }
    .m_sub_left li:hover a, 
    .m_sub_left li.on a {
        color: #009490;
    }
    .m_search_main {
        position: absolute;
        left: 0;
        top: 50px;
        background: rgba(0, 17, 34, 0.8);
        padding: 20px 4%;
        width: 92%;
        display: none;
    }
    .m_search_main .main {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background-color: #fff;
        box-shadow: 0 0 10px 0px #55708f;
        border-radius: 3px;
        overflow: hidden;
    }
    .m_search_main .text {
        width: 85%;
        height: 40px;
        border: none;
        color: #333;
        background: none;
        text-indent: 20px;
    }
    .m_search_main .btn {
        width: 15%;
        height: 40px;
        background: url('../images/m_search.png') no-repeat center center;
        background-size: 20px;
        border: none;
    }
}


/*底部*/

.last-screen .fp-tableCell {
    display: block !important;
}

.footer {
    width: 100%;
    background-color: #eeeeef;
}

.footer .container {
    width: 92%;
    padding-top: 45px;
    margin: 0 auto;
    max-width: 1200px;
}

.footer_top {
    position: relative;
    z-index: 10;
}

.footer_top_left {
    float: left;
    width: 50%;
}

.footer_top_left .logo {
    display: block;
    width: 188px;
    margin-bottom: 23px;
}

.footer_top_left .logo img {
    display: block;
    width: 100%;
}

.footer_address {
    margin-bottom: 30px;
}

.footer_address h4 {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    font-weight: normal;
    margin-bottom: 4px;
}

.footer_address .tel span {
    font-size: 15px;
    text-decoration: underline;
    color: #666;
    line-height: 16px;
    margin-right: 15px;
}

.footer_top_left li {
    float: left;
}

.footer_top_left li.arrow {
    width: 7px;
    height: 34px;
    background: url('../images/footer_arrow.png') no-repeat center center;
    margin: 0 22px;
}

.footer_top_left li a {
    display: block;
    font-size: 13px;
    color: #666;
    line-height: 34px;
}
.footer_top_left li a:hover{color:#0aa07e;font-weight:bold;}
footer_top_left li:hover a {
    color: #0aa07e;
	
}

.footer_top_left li i {
    display: block;
    width: 32px;
    height: 34px;
    background: url('../images/footer_icon.png') no-repeat;
    float: left;
    margin-right: 17px;
}

.footer_top_left li .icon2 {
    background-position: -32px 0;
}

.footer_top_left li .icon3 {
    background-position: -64px 0;
}

.footer_contact {
    width: 50%;
    float: right;
}

.footer_ewm {
    float: left;
    width: 130px;
    height: 130px;
    margin-left: 10%;
}

.footer_ewm img {
    display: block;
    width: 100%;
}

.footer_ewm p {
    font-size: 15px;
    color: #666;
    line-height: 25px;
    text-align: center;
    margin-top: 5px;
}

.footer_sites {
    width: 45%;
    float: left;
    margin-left: calc(45% - 130px);
}

.footer_sites .title {
    font-size: 15px;
    color: #666;
    font-weight: bolder;
    margin-bottom: 15px;
}

.footer_link {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 18px;
}

.footer_link p {
    padding-left: 15px;
    height: 38px;
    line-height: 40px;
    border: 1px solid #e2e2e2;
    background: #fff url('../images/arrow_f.png') 95% center no-repeat;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.footer_link ul {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    background: #fff;
    position: absolute;
    /*top:39px;*/
    bottom: 39px;
    left: 0;
    max-height: 200px;
    overflow-y: scroll;
    display: none;
}

.footer_link ul li {
    line-height: 38px;
    border-left: 1px solid #e2e2e2;
}

.footer_link ul li a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    color: #888;
}

.footer_link ul li a:hover {
    background: #f5f5f5;
}

.footer_share a {
    background: url('../images/footer_share2.png') no-repeat !important;
    background-size: auto 100% !important;
    height: 30px !important;
    width: 30px !important;
    margin: 0 10px 0 0 !important;
}

.footer_share a.bds_qzone {
    background-position: -40px 0 !important;
}

.footer_share a.bds_weixin {
    background-position: -80px 0 !important;
}

.footer_share a.bds_dingyue {
    background-position: -240px 0 !important;
}

.footer_share a:hover {
    opacity: 1 !important;
}

.footer_share a.bds_tsina:hover {
    background-position: -120px 0 !important;
}

.footer_share a.bds_qzone:hover {
    background-position: -160px 0 !important;
}

.footer_share a.bds_weixin:hover {
    background-position: -200px 0 !important;
}

.footer_share a.bds_dingyue:hover {
    background-position: -280px 0 !important;
}

.footer_bot {
    margin-top: 26px;
    height: 71px;
    line-height: 71px;
    border-top: 1px solid #9c9c9d;
    position: relative;
    z-index: 10;
    font-size: 13px;
    color: #666;
    text-align: right;
}

.footer_bot p a {
    color: #666;
}

.footer_bot p a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1440px) {
    .container {
        width: 92% !important;
        max-width: 1200px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .footer_ewm {
        margin-left: 4%;
    }
    .footer_sites {
        width: 56%;
        margin-left: calc(40% - 130px);
    }
}
.m_banner-swiper{display:none;}
@media only screen and (max-width: 768px) {
    .footer_top_left,
    .footer_contact,
    .footer_sites {
        float: none;
        width: 100%;
    }
    .footer_sites {
        margin-top: 30px;
        margin-left: 0;
    }
    .footer_ewm {
        float: none;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 480px) {
    .footer_top_left .logo {
        margin-bottom: 20px;
        width: 120px;
    }
    .footer_top_left {
        float: none;
    }
    .footer_top_left li i {
        margin-right: 10px;
        width: 18px;
        height: 19px;
        background-size: 54px 19px;
        margin-top: 7px;
    }
    .footer_address {
        margin-bottom: 20px;
    }
    .footer_top_left li .icon2 {
        background-position: -18px 0;
    }
    .footer_top_left li .icon3 {
        background-position: -36px 0;
    }
    .footer_top_left li.arrow {
        margin: 0 12px;
    }
    .footer_sites {
        margin-top: 0;
    }
    .footer_contact {
        float: none;
        margin-top: 20px;
        width: 100%;
    }
    .footer_bot {
        height: auto;
        line-height: 22px;
        padding: 10px 0;
    }
    .footer_ewm {
        float: none;
    }
    .footer_ewm i {
        margin-top: 0;
    }
    .footer_bot p {
        float: none;
    }
}


/*首页*/

.banner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide .banner_more {
    display: block;
    width: 190px;
    height: 52px;
    line-height: 52px;
    background: #0aa07e;
    border-radius: 4px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    padding: 0 49px;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    bottom: 38%;
}

.banner-swiper .swiper-slide .banner_more .motion {
    width: 13px;
    height: 11px;
    background: url('../images/arrowR.png') no-repeat;
    display: block;
    float: right;
    margin-top: 21px;
}

.banner-swiper .swiper-slide .banner_more:hover .motion {
    margin-right: -5px;
}

.banner-swiper .swiper-pagination-bullets {
    padding: 0 60px;
    box-sizing: border-box;
    bottom: 52px;
}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{opacity:1;}
.banner-swiper .swiper-pagination-bullet{opacity:0.6;}
.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    float: left;
    width: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 19px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 0;
    background: none;
    line-height: 30px;
    margin: 0 19px 0 0;
    text-align: left;
    font-family: Gotham Pro;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border-top: 4px solid #fff;
    font-size: 24px;
    color: #fff;
    line-height: 39px;
    width: 100px;
}

.section-product {
    padding-top: 81px;
}

.section-product li {
    float: left;
    /* width: 20%; */
    width: 25%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
}

.section-product li:last-child {
    border-right: none;
}

.section-product li .section-tb {
    display: table;
    position: relative;
    width: 100%;
}

.section-product li .section-tell {
    display: table-cell;
    vertical-align: middle;
}

.section-product li .main .pic {
    width: 94px;
    height: 94px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    margin: 0 auto 53px;
    border-radius: 8px;
    overflow: hidden;
}

.section-product li .main .pic i {
    display: block;
    width: 58px;
    height: 58px;
    background: url('../images/product_icon.png') no-repeat;
    margin: 18px auto 0;
}

.section-product li .main .pic .icon2 {
    background-position: 0 -58px;
}

.section-product li .main .pic .icon4 {
    background-position: 0 -116px;
}

.section-product li .main .pic .icon3 {
    background-position: 0 -174px;
}

.section-product li .main .pic .icon5 {
    background-position: 0 -232px;
}

.section-product li .main h4 {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    font-weight: normal;
}

.section-product li .main p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 22px;
}

.section-product li .main .txt {
    width: 92%;
    margin: 40px auto 0;
    max-width: 250px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    display: none;
    opacity: 0;
}

.section-product li .main .more {
    display: block;
    width: 60px;
    height: 60px;
    margin: 44px auto 0;
    background: url('../images/more.png') no-repeat center center #fff;
    border-radius: 8px;
    display: none;
    opacity: 0;
}

.section-product li:hover {
    background: rgba(0, 0, 0, 0.6);
}

.section-product li:hover .txt,
.section-product li:hover .more {
    display: block;
    opacity: 1;
}

.ind_title {
    width: 268px;
}

.ind_title h4 {
    font-size: 36px;
    line-height: 58px;
    color: #303030;
    font-weight: normal;
    text-align: right;
    margin-right: 12px;
}

.ind_title .line {
    width: 268px;
    height: 1px;
    background: #0aa07e;
    position: relative;
}

.ind_title .line i {
    display: block;
    position: absolute;
    right: -12px;
    top: -5px;
    /*background: url('../images/title_arrow.png') no-repeat;*/
    width: 10px;
    height: 12px;
}

.ind_title p {
    font-size: 14px;
    color: #0aa07e;
    line-height: 34px;
    text-align: right;
    margin-right: 12px;
}

.ind_company {
    width: 78%;
    margin: 43px auto 0;
}

.company_left {
    width: 46.24%;
    float: left;
}

.company_left li {
    float: left;
    width: 25%;
    text-align: center;
}

.company_left li .num {
    font-size: 84px;
    color: #0aa07e;
    font-weight: bold;
    line-height: 85px;
	height:85px;
	overflow:hidden;
}

.company_left li p {
    font-size: 18px;
    color: #353535;
    line-height: 36px;
}

.company_left .txt {
    padding-top: 32px;
    border-top: 1px solid #e9e9e9;
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

.ind_more {
    display: block;
    width: 150px;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    padding: 0 26px 0 32px;
    background-color: #0aa07e;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    margin-top: 45px;
}

.ind_more i {
    width: 13px;
    height: 11px;
    background: url('../images/arrowR.png') no-repeat;
    display: block;
    float: right;
    margin-top: 21px;
}

.ind_more:hover i {
    margin-right: -5px;
}

.company_right {
    width: 48%;
    float: right;
    position: relative;
    background: url('../img/company_bg.jpg') no-repeat right top;
    padding: 16px 16px 0 0;
    box-sizing: border-box;
}

.company_right img {
    display: block;
    width: 100%;
}

.ind_news {
    background-image: url('../img/news_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ind_news .ind_title h4 {
    color: #fff;
}

.ind_news .ind_title .line {
    background-color: #fff;
}

.ind_news .ind_title .line i {
    background-position: 0 -18px;
}

.ind_news .ind_title p {
    color: #fff;
}

.ind_news_main {
    width: 67.7%;
    margin: -34px auto 0;
}

.ind_news_main li {
    width: 31.54%;
    margin-right: 2.69%;
    float: left;
}

.ind_news_main li:last-child {
    margin-right: 0;
}

.ind_news_main li a {
    display: block;
    width: 100%;
}
.ind_news_main li .img_hover{overflow:hidden;}
.ind_news_main li .pic {
    width: 100%;
    height: 245px;
	transition: all 1s;-ms-transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;
}
.ind_news_main li:hover .pic{transform: scale(1.2);-ms-transform: scale(1.2);-moz-transform: scale(1.2);-webkit-stransform: scale(1.2);}

.ind_news_main li .title {
    font-size: 22px;
    color: #fff;
    line-height: 41px;
    margin: 11px 0 3px;
}

.ind_news_main li .date {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
}

.ind_news_main li .date i {
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background: url('../images/date.png') no-repeat;
    margin-right: 10px;
}

.ind_news_main li .txt {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    margin-top: 24px;
}

.ind_news_main .ind_more {
    background: #fff;
    color: #0aa07e;
    margin: 83px auto 0;
}

.ind_news_main .ind_more i {
    background-position: 0 -14px;
}


/*公司概况*/

.sub_banner {
    width: 100%;
    height: 528px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.sub_banner .txt {
    width: 202px;
    height: 122px;
    padding: 50px 24px 0;
    margin: 202px auto 0;
    background: url('../images/sub_txt_bg.png') no-repeat right top;
}

.sub_banner .txt h4 {
    font-size: 50px;
    color: #fff;
    line-height: 75px;
    font-weight: normal;
}

.sub_banner .txt p {
    font-size: 16px;
    color: #fff;
    line-height: 31px;
    text-align: center;
}

.about_nav {
    width: 100%;
    height: 76px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 76px;
}

.about_nav .container {
    width: 78.125%;
    margin: 0 auto;
}

.about_nav .site {
    float: left;
}

.about_nav .site span,
.about_nav .site a {
    display: block;
    float: left;
    margin-right: 10px;
    color: #2e2e2e;
}

.about_nav .site .home {
    width: 15px;
    height: 76px;
    background: url(../images/title_arrow.png) no-repeat right 32px;
}

.about_nav .site a:hover,
.about_nav .site .last {
    color: #0aa07e;
}

.about_nav .nav_list {
    float: right;
}

.about_nav .nav_list li {
    float: left;
    margin-left: 43px;
}

.about_nav .nav_list li a {
    display: block;
    color: #2e2e2e;
}

.about_nav .nav_list li:hover a,
.about_nav .nav_list li.on a {
    color: #0aa07e;
	font-weight:bold;
}

.about_nav .nav_list li.on i {
    display: block;
    width: 10px;
    height: 12px;
    /*background: url('../images/title_arrow.png') no-repeat;*/
    float: left;
    margin: 33px 7px 0 0;
}

.about_pic,
.about_txt {
    width: 50%;
    height: 640px;
    float: left;
}

.about_txt {
    display: table;
    position: relative;
    background: url('../img/about_txt_bg.jpg') no-repeat center center;
    background-size: cover;
}

.about_txt .about_tell {
    display: table-cell;
    vertical-align: middle;
}

.about_txt .company_left {
    float: right;
    width: 68.75%;
    margin-right: 21.875%;
}

.about_txt .company_left li .num,
.about_txt .company_left li p,
.about_txt .company_left .txt {
    color: #fff;
}

.about_txt .company_left .txt {
    border-top-color: rgba(255, 255, 255, 0.5);
}

.about_product {
    padding: 110px 0 145px;
    background: url('../img/about_product_bg.jpg') no-repeat center center;
    background-size: cover;
}

.about_product .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.about_product .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
    padding: 0 25px;
}

.about_product .txt img {
    display: block;
    margin: 0 auto 42px;
    width: 300px;
}

.about_product ul {
    margin-top: 68px;
}

.about_product ul li {
    float: left;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    border-right: 1px solid #efefef;
    overflow: hidden;
}

.about_product ul li:last-child {
    border-right: none;
}

.about_product ul li a {
    display: block;
    color: #0aa07e;
}

.about_product ul li i {
    display: block;
    width: 58px;
    height: 55px;
    background: url('../images/product_icon.png') no-repeat -58px top;
    margin: 8px auto 0;
}

.about_product ul li .icon2 {
    background-position: -58px -58px;
}

.about_product ul li .icon4 {
    background-position: -58px -116px;
}

.about_product ul li .icon3 {
    background-position: -58px -174px;
}

.about_product ul li .icon5 {
    background-position: -58px -232px;
}

.about_product ul li .name {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
}

.about_product ul li .en {
    font-size: 12px;
    line-height: 22px;
}

.about_info {
    position: relative;
    /*border-top: 1px solid #153b75;*/
}

.about_info img {
    display: block;
    width: 100%;
}

.about_info .txt {
    position: absolute;
    top: 18.5%;
    left: 50%;
    width: 830px;
    padding: 24px 70px;
    margin-left: -475px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.about_contact {
    width: 100%;
    background: url('../img/about_contact_bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 115px 0 74px;
}

.about_contact .container {
    width: 92%;
    margin: 0 auto;
    max-width: 1200px;
}

.about_contact .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.about_contact .ind_more {
    margin: 24px auto 0;
}

.about_company img {
    display: block;
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .about_txt .company_left {
        float: none;
        width: 84%;
        margin: 0 auto;
    }
    .company_left li .num {
        font-size: 64px;
    }
}

@media only screen and (max-width: 1024px) {
    .sub_banner .txt {
        width: 166px;
    }
    .sub_banner .txt h4 {
        font-size: 40px;
        line-height: 60px;
    }
    .about_nav {
        font-size: 14px;
    }
    .about_nav .nav_list li {
        margin-left: 30px;
    }
    .about_pic,
    .about_txt {
        height: 360px;
    }
    .about_txt .company_left {
        width: 92%;
    }
    .company_left li .num {
        font-size: 40px;
        line-height: 45px;
    }
    .company_left li p {
        font-size: 16px;
        line-height: 30px;
    }
    .company_left .txt {
        padding-top: 20px;
        margin-top: 10px;
        font-size: 14px;
        line-height: 28px;
    }
    .about_product {
        padding: 50px 0 70px;
        background-size: cover;
    }
    .about_product .txt {
        font-size: 14px;
        line-height: 28px;
    }
    .about_product .txt img {
        width: 180px;
        margin-bottom: 30px;
    }
    .about_product ul {
        margin-top: 40px;
    }
    .about_contact {
        padding: 60px 0 30px;
        background-size: cover;
    }
    .about_contact .txt {
        font-size: 14px;
        line-height: 28px;
    }
    .ind_more {
        height: 46px;
        line-height: 46px;
        width: 130px;
        padding: 0 16px 0 22px;
    }
    .ind_more i {
        margin-top: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .nav_list {
        display: none;
    }
    .about_pic {
        float: none;
        width: 100%;
        height: 520px;
    }
    .about_txt {
        float: none;
        width: 100%;
        height: auto;
        padding: 20px 0;
    }
    .about_info .txt {
        width: 92%;
        margin-left: 0;
        left: 4%;
        box-sizing: border-box;
        padding: 20px 3%;
        font-size: 14px;
        line-height: 28px;
    }
    .about_contact .txt{
        text-align: justify;
    }
}

@media only screen and (max-width: 750px) {
    .about_pic {
        height: 5.4rem;
    }
    .company_left li .num {
        font-size: .6rem;
        line-height: .8rem;
    }
    .company_left li p {
        font-size: .28rem;
        line-height: .48rem;
    }
    .about_txt {
        padding: .3rem 0;
    }
    .about_txt .company_left .txt {
        padding-top: .3rem;
        margin-top: .2rem;
    }
    .about_product {
        padding: .6rem 0 .8rem;
    }
    .about_product .txt {
        padding: 0;
    }
    .about_product .txt img {
        width: 2.6rem;
        margin-bottom: .3rem;
    }
    .about_product ul {
        margin-top: .5rem;
    }
    .about_product ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #efefef !important;
        padding: .2rem 0;
        text-align: left;
    }
    .about_product ul li i {
        float: left;
        margin: 0;
    }
    .about_product ul li .main {
        float: left;
        margin-left: .3rem;
    }
    .about_product ul li .name {
        margin-top: 0;
        font-size: 16px;
    }
    .about_info .txt {
        width: 100%;
        padding: .3rem 4%;
        line-height: 24px;
        top: 0;
        left: 0;
        border: none;
    }
    .about_contact {
        padding: .8rem 0 .4rem;
    }
}

@media only screen and (max-width: 360px) {

    .about_info .txt{font-size: 12px;line-height: 22px;}
}

/*企业文化*/

.culture_main {
    padding: 70px 0 40px;
    background: -webkit-linear-gradient(#fff, #f5f5f5);
    background: -o-linear-gradient(#fff, #f5f5f5);
    background: -moz-linear-gradient(#fff, #f5f5f5);
    background: linear-gradient(#fff, #f5f5f5);
}

.culture_main .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.sub_title {
    font-size: 40px;
    color: #000;
    line-height: 50px;
    padding-top: 23px;
    position: relative;
    text-align: center;
}

.sub_title span {
    font-size: 14px;
    color: #b1b1b1;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.sub_title i {
    display: block;
    width: 55px;
    height: 47px;
    background: url('../images/subtitle_icon.png') no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
}

.culture_main .sub_title i {
    margin-left: -16px;
}

.culture_list {
    margin-top: 65px;
}

.culture_list li {
    float: left;
    width: 31.82%;
    margin: 0 2.27% 32px 0;
}

.culture_list li.big {
    width: 65.91%;
}

.culture_list li:nth-child(3),
.culture_list li:nth-child(5),
.culture_list li:last-child {
    margin-right: 0;
}

.culture_list li .pic {
    height: 320px;
}

.culture_list li .main {
    background: #fff;
    padding: 24px 0 32px;
    text-align: center;
}

.culture_list li .name {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.culture_list li .en {
    font-size: 12px;
    color: #a8a8a8;
    line-height: 18px;
}

.culture_list li .line {
    width: 1px;
    height: 16px;
    margin: 8px auto;
    background: #02938d;
}

.culture_list li .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 26px;
}

@media only screen and (max-width: 1024px) {
    .sub_title {
        font-size: 30px;
        line-height: 40px;
        padding-top: 18px;
    }
    .sub_title i {
        width: 43px;
        height: 37px;
        background-size: 100%;
    }
    .culture_main {
        padding: 60px 0 30px;
    }
    .culture_list li .pic {
        height: 254px;
    }
}

@media only screen and (max-width: 768px) {
    .culture_list {
        margin-top: 45px;
    }
    .culture_list li {
        margin-bottom: 24px;
    }
    .culture_list li .pic {
        height: 206px;
    }
    .culture_list li .main {
        padding: 16px 0 24px;
    }
    .culture_list li .name {
        font-size: 18px;
        line-height: 28px;
    }
    .culture_list li .txt {
        font-size: 14px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 750px) {
    .sub_title {
        font-size: 24px;
        line-height: 34px;
        padding-top: 13px;
		margin-bottom:10px;
    }
	.honor_list{margin-top:10px !important;}
	.honor_list li{cursor:pointer;}
    .sub_title i {
        width: 32px;
        height: 27px;
    }
    .culture_main .sub_title i {
        margin-left: -24px;
    }
    .sub_title span {
        font-size: 12px;
        top: 2px;
    }
    .culture_main {
        padding: .8rem 0 .4rem;
    }
    .culture_list {
        margin-top: .6rem;
    }
    .culture_list li .pic {
        height: 1.85rem;
    }
    .culture_list li .main {
        padding: .32rem 0 .48rem;
    }
    .culture_list li .name {
        font-size: .28rem;
        line-height: .48rem;
    }
    .culture_list li .en {
        height: 36px;
    }
    .culture_list li .txt {
        font-size: .24rem;
        line-height: .34rem;
        height: .68rem;
        width: 92%;
        margin: 0 auto;
    }
}


/*发展历程*/

.history_main {
    padding: 70px 0 89px;
    background: url('../img/histroy_bg.jpg') no-repeat right bottom;
}

.history_main .container {
    width: 92%;
    margin: 0 auto;
    max-width: 1200px;
}

.history_main .sub_title i {
    margin-left: 15px;
}

.history-swiper {
    width: 100%;
    height: 560px;
    position: relative;
    z-index: 0;
    margin-top: 65px;
}

.history-swiper .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.history-swiper .gallery-top {
    width: 100%;
    height: 560px;
    position: relative;
    z-index: 11;
}

.history-swiper .gallery-top .pic {
    float: left;
    width: 53.08%;
    height: 396px;
    display: table;
    text-align: center;
}

.history-swiper .gallery-top .pic .img {
    height: 396px;
    display: table-cell;
    vertical-align: middle;
}

.history-swiper .gallery-top .pic .img img{
    max-width: 100%;
    max-height: 396px;
    margin: 0 auto;
}


.history-swiper .gallery-top .main {
    width: 40%;
    float: right;
    max-height: 396px;
    overflow: hidden;
}

.history-swiper .gallery-top .main .title {
    font-size: 24px;
    color: #0aa07e;
    margin-top: 45px;
}

.history-swiper .gallery-top .main .title span {
    font-size: 54px;
    font-weight: bold;
}

.history-swiper .gallery-top .main .txt {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 28px;
    margin-top: 30px;
}

.history-swiper .gallery-top .swiper-button-disabled {
    opacity: 1;
}

.history-swiper .gallery-top .swiper-button-prev,
.history-swiper .gallery-top .swiper-button-next {
    bottom: 26px;
    margin: 0;
    width: 45px;
    height: 45px;
    background: #0aa07e;
    left: 0;
    top: auto;
    border-radius: 50%;
    overflow: hidden;
}

.history-swiper .gallery-top .swiper-button-next {
    left: auto;
    right: 0;
}

.history-swiper .gallery-top .swiper-button-prev i,
.history-swiper .gallery-top .swiper-button-next i {
    display: block;
    width: 27px;
    height: 17px;
    background: url('../images/history_arrow.png') no-repeat;
    margin: 14px 0 0 18px;
}

.history-swiper .gallery-top .swiper-button-next i {
    margin: 14px 0 0 0;
    background-position: -27px 0;
}

.history-swiper .gallery-top .swiper-button-prev:hover i,
.history-swiper .gallery-top .swiper-button-next:hover i {
    margin-left: 9px;
}

.history-swiper .gallery-thumbs {
    width: 100%;
    height: 135px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.history-swiper .gallery-thumbs .swiper-slide {
    width: 20%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.history-swiper .gallery-thumbs .swiper-slide i {
    display: block;
    width: 7px;
    height: 7px;
    background: url('../images/history_icon.png') no-repeat;
    margin: 84px auto 9px;
}

.history-swiper .gallery-thumbs .swiper-slide .year {
    font-size: 24px;
    color: #8c8c8c;
    line-height: 32px;
}

.history-swiper .gallery-thumbs .swiper-slide-active i {
    width: 25px;
    height: 100px;
    margin: 0 auto 0;
    background-image: url('../images/history_active_icon.png');
}

.history-swiper .line {
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    bottom: 47px;
    z-index: 5;
}

@media only screen and (max-width: 1024px) {
    .history_main .sub_title i {
        margin-left: 5px;
    }
    .history-swiper .gallery-top .pic {
        height: 312px;
    }

    .history-swiper .gallery-top .pic .img {
        height: 312px;
    }

    .history-swiper .gallery-top .pic .img img{

        max-height: 312px;
    }

    .history-swiper .gallery-top .main {
        max-height: 312px;
        width: 42%;
    }
    .history-swiper .gallery-top .main .title {
        font-size: 18px;
        margin-top: 25px;
    }
    .history-swiper .gallery-top .main .title span {
        font-size: 42px;
    }
    .history-swiper .gallery-top .main .txt {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .history-swiper,
    .history-swiper .gallery-top {
        height: 476px;
    }
    .history-swiper .gallery-thumbs .swiper-slide .year {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .history-swiper .gallery-top .pic {
        float: none;
        width: 100%;
        height: 438px;
    }

    .history-swiper .gallery-top .pic .img {
        height: 438px;
    }

    .history-swiper .gallery-top .pic .img img{

        max-height: 438px;
    }

    .history-swiper .gallery-top .main {
        float: none;
        width: 100%;
        max-height: 232px;
    }
    .history-swiper,
    .history-swiper .gallery-top {
        height: 800px;
    }
    .history-swiper .gallery-thumbs .swiper-slide {
        width: 33.3333%;
    }
}

@media only screen and (max-width: 750px) {
    .history_main {
        padding: .6rem 0 .8rem;
    }
    .history-swiper .gallery-top .pic {
        height: 4.3rem;
    }

    .history-swiper .gallery-top .pic .img {
        height: 4.3rem;
    }

    .history-swiper .gallery-top .pic .img img{

        max-height: 4.3rem;
    }   
    .history-swiper .gallery-top .main {
        max-height: 4.3rem;
    }
    .history-swiper {
        margin-top: .6rem;
    }
    .history-swiper,
    .history-swiper .gallery-top {
        height: 10.6rem;
    }
    .history-swiper .gallery-top .main .title {
        font-size: .28rem;
        margin-top: .3rem;
    }
    .history-swiper .gallery-top .main .title span {
        font-size: .64rem;
    }
    .history-swiper .gallery-top .main .txt {
        font-size: .26rem;
        line-height: .36rem;
        margin-top: .3rem;
    }
    .history-swiper .gallery-thumbs .swiper-slide-active i {
        height: 75px;
        background-position: 0 -25px;
        margin-top: 25px;
    }
    .history-swiper .gallery-thumbs .swiper-slide .year {
        font-size: 16px;
    }
    .history-swiper .gallery-top .swiper-button-prev,
    .history-swiper .gallery-top .swiper-button-next {
        width: 25px;
        height: 25px;
        bottom: 36px;
    }
    .history-swiper .gallery-top .swiper-button-prev i,
    .history-swiper .gallery-top .swiper-button-next i {
        width: 14px;
        height: 9px;
        background-size: 29px 9px;
        margin: 8px 0 0 11px;
    }
    .history-swiper .gallery-top .swiper-button-next i {
        background-position: -15px 0;
        margin: 8px 0 0 0;
    }
}


/*荣誉资质*/

.honor_main {
    padding: 70px 0 56px;
}

.honor_main .container {
    width: 78.125%;
    margin: 0 auto;
}

.honor_main .sub_title i {
    margin-left: -15px;
}

.honor_nav {
    margin-top: 65px;
}

.honor_nav li {
    float: left;
    font-size: 16px;
    color: #2e2e2e;
    line-height: 28px;
}

.honor_nav li a {
    display: block;
    color: #2e2e2e;
}

.honor_nav li.line {
    margin: 0 16px;
}

.honor_nav li.on a,
.honor_nav li:hover a {
    color: #0aa07e;font-weight:bold;
}

.honor_list {
    margin-top: 15px;
}

.honor_list li {
    float: left;
    width: 23.4%;
    margin: 0 1.56% 10px 0;
    /*border: 1px solid #e4e4e4;*/
    position: relative;
    z-index: 0;
    cursor: pointer;
    overflow: hidden;
    box-sizing: border-box;
}
.honor_list li h4{margin:20px 0;font-size:16px;color:#666;text-align: center;font-weight: normal;}
.honor_list li:nth-child(4n) {
    margin-right: 0;
}

.honor_list li a {
    display: block;
}

.honor_list li .honor_txt {
    padding: 21px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.honor_list li .pic {
    width: 84px;
    height: 56px;
    border-right: 1px solid #e4e4e4;
    float: left;
}

.honor_list li .pic i {
    display: block;
    width: 42px;
    height: 42px;
    margin: 7px auto;
    border: 1px solid #e4e4e4;
    background: url('../images/honor_icon.png') no-repeat center center;
    border-radius: 50%;
}

.honor_list li .main {
    float: right;
    width: calc(100% - 85px);
    height: 56px;
    box-sizing: border-box;
    padding: 0 20px;
    display: table;
}

.honor_list li .main .tell {
    display: table-cell;
    vertical-align: middle;
}

.honor_list li .main .title {
    font-size: 16px;
    color: #8c8c8c;
    line-height: 25px;
    max-height: 50px;
    overflow: hidden;
}

.honor_list li .honor_bg {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: calc(100% + 1px);
    background: #0aa07e;
    z-index: 5;
}

.honor_list li .honor_bg i {
    display: block;
    width: 18px;
    height: 14px;
    background: url('../images/honor_arrow.png') no-repeat;
    float: right;
    margin: 43px 32px 0 0;
}

.honor_list li:hover .honor_bg {
    width: calc(100% + 1px);
}

.honor_list li:hover .pic {
    display: none;
}

.honor_list li:hover .main {
    width: 100%;
    padding: 0 60px 0 50px;
}

.honor_list li:hover .main .title {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .honor_main .sub_title i{
        margin-left: -25px;
    }
    .honor_list li {
        width: 32%;
        margin: 0 2% 25px 0;
    }
    .honor_list li:nth-child(4n) {
        margin-right: 2%;
    }
    .honor_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {
    .honor_list li {
        width: 48%;
        margin: 0 4% 0px 0;
    }
    .honor_list li:nth-child(3n) {
        margin-right: 4%;
    }
    .honor_list li:nth-child(2n) {
        margin-right: 0;
    }
	.honor_list li h4{font-size:14px;margin:10px 0;}
}

@media only screen and (max-width: 480px) {
    .honor_list li {
        width: 100%;
        margin: 0 0 10px 0!important;
    }
    #boxer .boxer-close {
        width: 30px;
        height: 30px;
        background-size: 16px 16px;
        right: -20px;
        top: -18px;
    }
}


/*太阳成tyc7111cc科技园*/

.science_main {
    padding-top: 70px;
}

.science_main .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.science_main .science_top {
    margin-top: 40px;
}

.science_top .title {
    font-size: 50px;
    line-height: 66px;
    color: #0aa07e;
    font-weight: 200;
}
.science_main .sub_title i{
    margin-left: 35px;
}

.science_top .title span {
    font-size: 54px;
    font-weight: bold;
    margin-left: 25px;
}

.science_top .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
    margin: 30px 0 45px;
    padding-left: 8%;
}

.science_cont {
    padding: 72px 0 130px;
}

.science_title {
    font-size: 46px;
    color: #0aa07e;
    line-height: 69px;
    font-weight: 200;
}

.science_title .line {
    display: block;
    width: 40px;
    height: 2px;
    background: #0aa07e;
    margin: 34px 35px 0;
}

.science_title ul {
    float: left;
}

.science_title ul li {
    float: left;
    margin-right: 25px;
}

.science_title ul li .pic {
    width: 67px;
    height: 67px;
    border: 1px solid #0aa07e;
    border-radius: 50%;
    overflow: hidden;
}

.science_title ul li i {
    display: block;
    width: 34px;
    height: 34px;
    background: url('../images/science_icon.png') no-repeat;
    margin: 17px auto 0;
}

.science_title ul li .icon2 {
    background-position: -34px 0;
}

.science_title ul li .icon3 {
    background-position: -68px 0;
}

.science_title ul li .icon4 {
    background-position: -102px 0;
}

.science_cont .info {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
    margin-top: 42px;
}

.science_cont .info strong {
    color: #0aa07e;
    font-size: 24px;
}

.science_pic img {
    display: block;
    width: 100%;
}

.science_cont a {
    display: block;
    font-size: 16px;
    color: #0aa07e;
    line-height: 26px;
    margin-top: 20px;
}

.science_cont a i {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 11px;
    height: 9px;
    background: url('../images/arrowR.png') no-repeat -2px -15px;
    margin-left: 10px;
}

.policy {
    border-top: 1px solid #e7e7e7;
    margin-top: 40px;
    padding-top: 75px;
    position: relative;
    z-index: 0;
}

.policy .pic1 {
    width: 50%;
    float: left;
    height: 620px;
}

.policy .pic2 {
    width: 46.66%;
    height: 410px;
    float: right;
}

.policy .main {
    width: 65.83%;
    height: 210px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #fff url('../images/policy_bg.png') no-repeat;
    box-sizing: border-box;
    padding: 33px 0 0 70px;
}

.policy .main .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
}

.industries {
    width: 100%;
    height: 587px;
    background: url('../img/industries_pic.jpg') no-repeat center top;
    overflow: hidden;
}

.industries .main {
    display: table;
    height: 587px;
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
}

.industries .main .tell {
    display: table-cell;
    vertical-align: middle;
}

.industries .main .title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 200;
}

.industries .main .txt {
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}

.industries .main ul {
    margin-top: 72px;
}

.industries .main ul li {
    float: left;
    width: 16.6666%;
}

.industries .main ul li i {
    display: block;
    width: 85px;
    height: 65px;
    background: url('../images/industries_icon.png') no-repeat;
    margin: 0 auto;
}

.industries .main ul li .icon2 {
    background-position: -85px 0;
}

.industries .main ul li .icon3 {
    background-position: -170px 0;
}

.industries .main ul li .icon4 {
    background-position: -255px 0;
}

.industries .main ul li .icon5 {
    background-position: -340px 0;
}

.industries .main ul li .icon6 {
    background-position: -425px 0;
}

.industries .main ul li p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
}

@media only screen and (max-width: 1024px) {
    .science_main {
        padding-top: 50px;
    }
    .science_top .title {
        font-size: 40px;
        line-height: 56px;
    }
    .science_main .sub_title i{
        margin-left: 2px;
    }
    .science_top .title span {
        font-size: 44px;
    }
    .science_top .txt {
        padding: 0;
    }
    .science_cont {
        padding: 60px 0 100px;
    }
    .science_title {
        font-size: 38px;
    }
    .policy .pic1 {
        height: 486px;
    }
    .policy .pic2 {
        height: 330px;
    }
    .policy .main {
        padding: 23px 0 0 50px;
        height: 156px;
        background-size: 103px 124px;
    }
    .policy .main .txt {
        line-height: 30px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .policy .pic1,
    .policy .pic2 {
        float: none;
        width: 100%;
    }
    .policy .pic1 {
        height: 725px;
    }
    .policy .pic2 {
        height: 526px;
    }
    .policy .main {
        width: 100%;
        position: static;
    }
}

@media only screen and (max-width: 750px) {
    .science_main {
        padding-top: .6rem;
    }
    .science_main .science_top {
        margin-top: .4rem;
    }
    .science_top .title {
        font-size: .5rem;
        line-height: .6rem;
    }
    .science_top .title span {
        font-size: .56rem;
    }
    .science_top .txt {
        font-size: 14px;
        line-height: 28px;
        margin: .3rem 0 .6rem;
    }
    .science_cont {
        padding: .6rem 0 .8rem;
    }
    .science_title {
        font-size: 24px;
        line-height: 48px;
    }
    .science_title .line {
        margin: 23px 30px 0;
    }
    .science_title ul li .pic {
        width: 46px;
        height: 46px;
    }
    .science_title ul li i {
        width: 20px;
        height: 20px;
        background-size: 80px 20px;
        margin-top: 13px;
    }
    .science_title ul li .icon2 {
        background-position: -20px 0;
    }
    .science_title ul li .icon3 {
        background-position: -40px 0;
    }
    .science_title ul li .icon4 {
        background-position: -60px 0;
    }
    .science_cont .info {
        font-size: 14px;
        line-height: 28px;
        margin-top: .6rem;
    }
    .science_cont .info strong {
        font-size: 18px;
    }
    .science_cont a {
        margin-top: .3rem;
    }
    .policy {
        padding-top: .6rem;
        margin-top: .4rem;
    }
    .policy .pic1 {
        height: 7.1rem;
    }
    .policy .pic2 {
        height: 5.18rem;
    }
    .policy .main {
        padding: .3rem 0 0 .6rem;
        height: auto;
    }
    .industries .main .title {
        font-size: 24px;
        line-height: 34px;
    }
    .industries .main .txt {
        font-size: 14px;
        line-height: 28px;
        margin-top: .3rem;
        text-align: justify;
    }
    .industries .main ul li {
        width: 33.3333%;
        margin-bottom: .3rem;
    }
    .industries .main ul li i {
        width: 46px;
        height: 35px;
        background-size: 275px 35px;
    }
    .industries .main ul li .icon2 {
        background-position: -46px 0;
    }
    .industries .main ul li .icon3 {
        background-position: -92px 0;
    }
    .industries .main ul li .icon4 {
        background-position: -138px 0;
    }
    .industries .main ul li .icon5 {
        background-position: -184px 0;
    }
    .industries .main ul li .icon6 {
        background-position: -230px 0;
    }
    .industries .main ul li p {
        margin-top: .3rem;
    }
}


/*资讯中心*/

.news_body .about_nav {
    border-bottom: 1px solid #ebebeb;
}

.news_main {
    padding: 60px 0 67px;
}

.news_main .container {
    width: 78.125%;
    margin: 0 auto;
}

.newsList li {
    float: left;
    width: 30%;
    margin: 0 5% 58px 0;
}

.newsList li:nth-child(3n) {
    margin-right: 0;
}

.newsList li a {
    display: block;
    border: 1px solid #e8e8e8;
}

.newsList li .pic {
    height: 299px;
}

.newsList li .main {
    padding: 25px 29px 20px;
}

.newsList li .main .title {
    font-size: 18px;
    color: #272727;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.newsList li:hover .main .title {
    color: #0aa07e;
	font-weight:bold;
}
.newsList li:hover .bot{color:#0aa07e;font-weight:bold;}
.newsList li .main .txt {
    font-size: 14px;
    color: #717171;
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    margin-top: 20px;
}

.newsList li .bot {
    border-top: 1px solid #e8e8e8;
    height: 51px;
    line-height: 51px;
    padding: 0 28px;
    font-size: 13px;
    color: #a1a1a1;
}

.newsList li.last {
    box-sizing: border-box;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}

.newsList li.last .link {
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 181px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.newsList li.last .link .info {
    position: relative;
    z-index: 10;
}

.newsList li.last .link .name {
    font-size: 20px;
    color: #666;
    line-height: 26px;
    max-width: 138px;
    margin: 40px auto 0;
    text-align: center;
}

.newsList li.last .link .arrow {
    width: 46px;
    height: 46px;
    border: 2px solid #dcdcdc;
    background: #fff;
    border-radius: 50%;
    margin: 14px auto 0;
    overflow: hidden;
}

.newsList li.last .link .arrow i {
    display: block;
    width: 17px;
    height: 12px;
    background: url('../images/link_arrow.png') no-repeat;
    margin: 17px auto 0;
}

.newsList li.last .link .bg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('../images/link_bg.png') no-repeat center center;
    background-size: cover;
    z-index: 5;
}

.newsList li.last .link:hover .bg {
    left: 0;
}

.newsList li.last .link:hover .name {
    color: #fff;
}

.newsList li.last .link:hover .arrow {
    border-color: #fff;
}

.newsList li.last .link:hover .arrow i {
    background-position: -43px 0;
}

.page {
    text-align: center;
    height: 36px;
}

.page_cont {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 36px;
}

.page a {
    display: block;
    float: left;
    width: 41px;
    height: 34px;
    font-size: 15px;
    color: #666;
    line-height: 34px;
    border: 1px solid #ededed;
}

.page a.on,
.page a:hover {
    border-color: #0aa07e;
    background-color: #0aa07e;
    color: #fff;
}

.page .prev,
.page .next {
    background: url('../images/page_arrow.png') no-repeat;
    margin-right: 13px;
}

.page .next {
    background-position: 0 -34px;
    margin-left: 13px;
    margin-right: 0;
}

.page .prev:hover {
    background-position: -41px 0;
}

.page .next:hover {
    background-position: -41px -34px;
}

@media only screen and (max-width: 1440px) {
    .newsList li {
        width: 32%;
        margin: 0 2% 30px 0;
    }
    .newsList li .pic {
        height: 228px;
    }
    .newsList li.last .link {
        height: 157px;
    }
    .newsList li.last .link .name {
        margin-top: 30px;
        font-size: 18px;
    }
    .newsList li.last .link .arrow {
        width: 36px;
        height: 36px;
    }
    .newsList li.last .link .arrow i {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1024px) {
    .news_main {
        padding: 40px 0 50px;
    }
    .newsList li .pic {
        height: 180px;
    }
    .newsList li .main {
        padding: 20px 20px 15px;
    }
    .newsList li.last .link {
        height: 138px;
    }
    .newsList li.last .link .name {
        margin-top: 20px;
        font-size: 16px;
        max-width: 108px;
    }
    .newsList li.last .link .arrow {
        width: 32px;
        height: 32px;
    }
    .newsList li.last .link .arrow i {
        width: 12px;
        height: 8px;
        background-size: 40px 8px;
    }
    .newsList li.last .link:hover .arrow i {
        background-position: -28px 0;
    }
}

@media only screen and (max-width: 768px) {
    .newsList li {
        width: 48%;
        margin: 0 4% 20px 0;
    }
    .newsList li:nth-child(3n) {
        margin-right: 4%;
    }
    .newsList li:nth-child(2n) {
        margin-right: 0;
    }
    .newsList li .pic {
        height: 200px;
    }
    .newsList li.last .link {
        height: 144px;
    }
}

@media only screen and (max-width: 480px) {
    .newsList li {
        width: 100%;
        margin: 0 0 .3rem 0 !important;
    }
    .newsList li .pic {
        height: 4.12rem;
    }
    .newsList li .main {
        padding: .2rem .2rem .15rem;
    }
    .newsList li .main .title {
        font-size: 16px;
        line-height: 24px;
    }
    .newsList li .main .txt {
        margin-top: .3rem;
    }
    .newsList li .bot {
        height: 36px;
        line-height: 36px;
        padding: 0 .3rem;
    }
}

/*资讯详情*/

.news_det_main {
    padding: 60px 0 80px;
}

.news_det_main .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.news_det_main .title {
    font-size: 18px;
    color: #333;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: center;
}

.news_det_main .date {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative;
}

.news_det_main .date span {
    margin-left: 20px;
}

.bshare-custom{
    position: absolute;
    right: 0;
    top: 0;
}


.det_content {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.det_content img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.news_det_page {
    margin-top: 40px;
}

.news_det_page a {
    display: block;
    font-size: 15px;
    color: #333;
    width: 40%;
    line-height: 25px;
}

.news_det_page a:last-child {
    text-align: right;
}

.news_det_page a:hover {
    color: #009490;
}

@media only screen and (max-width: 768px) {
    .det_content {
        font-size: 14px;
        line-height: 28px;
    }
    .news_det_page a {
        width: 100%;
    }
    .news_det_page a:last-child {
        text-align: left;
        margin-top: .3rem;
    }
	.bshare-custom #bshare-shareto{font-weight:normal !important;color:#999 !important;}
}

@media only screen and (max-width: 750px) {
    .news_det_main {
        padding: .6rem 0 .8rem;
    }
	.bshare-custom{position:relative;}
}


/*电子期刊*/

.periodical_main {
    padding: 60px 0 20px;
}

.periodical_main .container {
    width: 78.125%;
    margin: 0 auto;
}

.periodicalList li {
    float: left;
    width: 14.93%;
    margin: 0 2.084% 12px 0;
    cursor: pointer;
}

.periodicalList li:nth-child(6n) {
    margin-right: 0;
}

.periodicalList li .pic {
    height: 323px;
    border: 1px solid #f0f0f0;
    position: relative;
}

.periodicalList li .yin {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    display: none;
}

.periodicalList li .yin a {
    display: block;
    width: 94px;
    height: 37px;
    padding-left: 43px;
    line-height: 37px;
    background: #0fc799;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 13px;
}

.periodicalList li .yin .read {
    margin-top: 135px;
}

.periodicalList li .yin i {
    display: block;
    width: 15px;
    height: 15px;
    float: left;
    margin: 12px 9px 0 0;
    background: url('../images/periodical_icon.png') no-repeat;
}

.periodicalList li .yin .download i {
    background-position: 0 -15px;
}

.periodicalList li .title {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    margin-top: 13px;
    text-align: center;
}

.periodicalList li:hover .pic {
    border-color: #11b590;
}

.periodicalList li:hover .yin {
    display: block;
}

.periodicalList li:hover .title {
    color: #11b590;
}

.year-swiper {
    margin: 53px 0 33px;
    position: relative;
    z-index: 0;
}

.year-swiper .swiper-wrapper {
    position: relative;
    z-index: 10;
}

.year-swiper .swiper-wrapper .swiper-slide {
    float: left;
    padding: 0 30px;
    width: auto;
}

.year-swiper .swiper-wrapper .swiper-slide a {
    display: block;
    padding: 0 12px;
    font-size: 20px;
    color: #b1b1b1;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
}

.year-swiper .swiper-wrapper .swiper-slide a.on {
    color: #11b590;
    border-bottom: 3px solid #11b590;
}

.year-swiper .line {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    z-index: 5;
}
.sub_banner{height:350px;background-position:center bottom;}
.sub_banner.service_banner{background-position:center top;}
.sub_banner .txt{margin-top:130px;}
@media only screen and (max-width: 1680px) {
	.ind_news_main{margin-top:20px;}
    .periodical_main .container {
        width: 84%;
    }
    .periodicalList li .pic {
        height: 302px;
    }
    .periodicalList li .yin .read {
        margin-top: 125px;
    }
}

@media only screen and (max-width: 1440px) {
	.ind_news_main{width:90%;}
    .periodicalList li {
        width: 18%;
        margin-right: 2.5%;
    }
    .periodicalList li:nth-child(6n) {
        margin-right: 2.5%;
    }
    .periodicalList li:nth-child(5n) {
        margin-right: 0;
    }
    .periodicalList li .pic {
        height: 311px;
    }
    .periodicalList li .yin .read {
        margin-top: 130px;
    }
}


/*招贤纳士*/

.recruit_main {
    padding: 70px 0 174px;
}

.recruit_main .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.recruit_top {
    margin-top: 35px;
    border-top: 2px solid #11b590;
}

.recruit_top li,
.recruit_list li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 61px;
    font-size: 16px;
    color: #11b590;
}

.recruit_list li {
    color: #2e2e2e;
    font-size: 14px;
}

.recruit_list .recruit_item ul {
    background: #f0f0f0;
    width: 100%;
    height: 61px;
    cursor: pointer;
}

.recruit_list .recruit_item:nth-child(2n) ul {
    background: #fff;
}

.recruit_list .erify {
    background: #fff;
    border: 1px solid #11b590;
    display: none;
}

.recruit_list .erify .main {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0 18px;
}

.recruit_list .erify .title {
    font-size: 16px;
    color: #11b590;
    line-height: 26px;
    margin-bottom: 10px;
}

.recruit_list .erify .txt {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 36px;
    min-height: 144px;
}

.recruit_list .erify .bot {
    margin-top: 28px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    color: #2e2e2e;
    line-height: 36px;
    padding-top: 16px;
}

.recruit_list .recruit_item ul.on,.recruit_list .recruit_item ul:hover {
    background: #11b590;
}

.recruit_list .recruit_item ul.on li,.recruit_list .recruit_item ul:hover li {
    color: #fff;
}


/*联系我们*/

.contact_main {
    padding: 70px 0 174px;
}

.contact_main .container {
    width: 78.125%;
    margin: 0 auto;
}

.contact_main .sub_title i {
    margin-left: 8px;
}

.contact_main .pic{margin: 40px auto 0;width: 60%;}

.contact_main .pic img{display: block;width: 100%;}
.contact_txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
    margin: 45px 0 30px;
}

.contact_map {
    width: 100%;
    height: 486px;
    position: relative;
    z-index: 0;
    display: none;
}

.contact_map #allmap {
    height: 486px;
    width: calc(100% - 311px);
    margin-left: 311px;
}

.contact_map #allmap .anchorBL {
    display: none !important;
}

.map_window .title {
    font-size: 16px;
    color: #0aa07e;
    line-height: 28px;
    font-weight: bold;
}

.map_window .txt {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 24px;
}

.map_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 310px;
    border-left: 1px solid #e4e4e4;
    height: 486px;
}

.map-swiper {
    width: 100%;
    height: 414px;
    padding: 36px 0;
}

.map-swiper .swiper-slide {
    width: 100%;
    height: 69px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.map-swiper .swiper-slide .main {
    display: table;
    width: 309px;
    height: 68px;
    position: relative;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    z-index: 10;
}

.map-swiper .swiper-slide .tell {
    display: table-cell;
    vertical-align: middle;
}

.map-swiper .swiper-slide .tell p {
    font-size: 14px;
    color: #2e2e2e;
    line-height: 20px;
    padding: 0 42px;
}

.map-swiper .swiper-slide .info_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #0aa07e;
    z-index: 5;
}

.map-swiper .swiper-slide .info_bg i {
    display: block;
    width: 78px;
    height: 69px;
    background: url('../images/map_arrow.png') no-repeat;
    float: right;
}

.map-swiper .swiper-slide.on .info_bg {
    width: 100%;
}

.map-swiper .swiper-slide.on .main {
    width: 100%;
    height: 69px;
    border: none;
}

.map-swiper .swiper-slide.on .main .tell p {
    padding: 0 40px;
    color: #fff;
}

.map-swiper .swiper-button-next,
.map-swiper .swiper-button-prev {
    width: 310px;
    height: 36px;
    background: #e8e8e8;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 1;
    overflow: hidden;
}

.map-swiper .swiper-button-next {
    top: auto;
    bottom: 0;
}

.map-swiper .swiper-button-next i,
.map-swiper .swiper-button-prev i {
    display: block;
    width: 16px;
    height: 9px;
    margin: 14px auto 0;
    background: url('../images/map_swiper_arrow.png') no-repeat;
}

.map-swiper .swiper-button-next i {
    background-position: 0 -11px;
}


/*培训中心*/

.training_main {
    padding: 70px 0 51px;
}

.training_profile {
    padding-top: 100px;
}

.training_profile .container {
    width: 78.125%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.training_profile .pic {
    width: 53.1%;
    height: 418px;
    position: absolute;
    left: 0;
    top: -34px;
    z-index: 10;
}

.training_profile .txt {
    width: 53.1%;
    float: right;
    height: 418px;
    background: url('../img/training_profile_bg.jpg') no-repeat center center;
}

.training_profile .training_tb {
    display: table;
    position: relative;
    height: 418px;
    width: 74.4%;
    margin-left: 17%;
}

.training_profile .training_tb .tell {
    display: table-cell;
    vertical-align: middle;
}

.training_profile .training_tb p {
    font-size: 16px;
    color: #fff;
    line-height: 36px;
}

.training_type {
    width: 100%;
    background: url('../img/training_type.jpg') no-repeat center top;
    background-size: cover;
    padding-top: 220px;
}

.training_type .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.training_type .container .main {
    background: #fff;
    padding: 60px 10.3% 0;
}

.training_type .title {
    font-size: 36px;
    color: #2e2e2e;
    text-align: center;
    line-height: 48px;
    margin-bottom: 10px;
}

.training_type .info {
    font-size: 16px;
    color: #2e2e2e;
    text-align: center;
    line-height: 36px;
}

.training_nav {
    margin-top: 40px;
}

.training_nav li {
    float: left;
    width: 28.26%;
    height: 61px;
    line-height: 59px;
    text-align: center;
    font-size: 16px;
    color: #8b8b8b;
    border: 1px solid #c7c7c7;
    margin-right: 7.61%;
    box-sizing: border-box;
    cursor: pointer;
}

.training_nav li:last-child {
    margin-right: 0;
}

.training_nav li.on {
    background-color: #0aa07e;
    border-color: #0aa07e;
    color: #fff;
}

.training_tabs {
    margin-top: 80px;
}

.training_list {
    display: none;
}

.training_list li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #e9e9e9;
    padding-right: 10%;
}

.training_list li:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 10%;
}

.training_list li .name {
    font-size: 18px;
    color: #0aa07e;
    line-height: 30px;
    margin-bottom: 10px;
}

.training_list li .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 36px;
}

.training_ewm {
    margin: 32px auto 0;
    width: 155px;
}

.training_ewm .pic {
    border: 1px solid #bfbfbf;
}

.training_ewm .pic img {
    display: block;
    width: 100%;
}

.training_ewm p {
    font-size: 16px;
    color: #2e2e2e;
    text-align: center;
    line-height: 26px;
    margin-top: 10px;
}


/*资料下载*/

.download_main {
    padding: 70px 0 40px;
}

.download_main .container {
    width: 78.125%;
    margin: 0 auto;
}

.download_main .sub_title i{

    margin-left: 10px;
}


.download_cont {
    margin-top: 58px;
}

.download_nav {
    float: left;
    width: 295px;
}

.download_nav li {
    border: 1px solid #9f9f9f;
    height: 78px;
    margin-bottom: 10px;
}

.download_nav li a {
    display: block;
}

.download_nav li i {
    display: block;
    float: left;
    margin: 18px 28px 0 38px;
    width: 42px;
    height: 42px;
    background: url('../images/product_icon.png') no-repeat -84px top;
    background-size: 126px 210px;
}

.download_nav li .icon2 {
    background-position: -84px -42px;
}

.download_nav li .icon3 {
    background-position: -84px -84px;
}

.download_nav li .icon4 {
    background-position: -84px -126px;
}

.download_nav li .icon5 {
    background-position: -84px -168px;
}

.download_nav li .icon5,
.download_nav li .icon6{background: url('../images/new_manual.png') no-repeat;background-size: 84px 84px;}
.download_nav li .icon6{background-position: 0 -42px;}


.download_nav li .main {
    float: left;
    margin-top: 20px;
}

.download_nav li .main .title {
    font-size: 16px;
    line-height: 24px;
    color: #2e2e2e;
}

.download_nav li .main p {
    font-size: 12px;
    line-height: 20px;
    color: rgba(46, 46, 46, 0.5);
}

.download_nav li.on,
.download_nav li:hover {
    background: #0aa07e;
    border-color: #0aa07e;
}

.download_nav li.on i,
.download_nav li:hover i {
    background-position: 0 0;
}

.download_nav li.on .icon2,
.download_nav li:hover .icon2 {
    background-position: 0 -42px;
}

.download_nav li.on .icon3,
.download_nav li:hover .icon3 {
    background-position: 0 -84px;
}

.download_nav li.on .icon4,
.download_nav li:hover .icon4 {
    background-position: 0 -126px;
}

.download_nav li.on .icon5,
.download_nav li:hover .icon5 {
    background-position: 0 -168px;
}

.download_nav li.on .icon5,
.download_nav li:hover .icon5 {
    background-position: -42px 0;
}

.download_nav li.on .icon6,
.download_nav li:hover .icon6 {
    background-position: -42px -42px;
}


.download_nav li.on .main .title,
.download_nav li:hover .main .title {
    color: #fff;
}

.download_nav li.on .main p,
.download_nav li:hover .main p {
    color: rgba(255, 255, 255, 0.5);
}

.download_right {
    float: right;
    width: calc(95% - 280px);
}

.download_right .periodicalList li {
    width: 23.24%;
    margin: 0 2.346% 32px 0;
}

.download_right .periodicalList li:nth-child(4n) {
    margin-right: 0;
}

.download_right .periodicalList li .pic {
    height: 358px;
}

.download_right .periodicalList li .yin .download {
    margin-top: 161px;
}

.new-download-top{background: #eee;height: 75px;line-height: 75px;font-size: 18px;color: #333;}
.new-download-top div{float: left;box-sizing: border-box;}
.new-download-top .name{width: 46.9%;padding-left: 70px;}
.new-download-top .size{width: 18.6%;text-align: center;}
.new-download-top .action{float: right;width: 32.7%;text-align: center;}
.new-download-list{margin-bottom: 40px;}
.new-download-list li{border-bottom: 1px solid #eee;height: 93px;line-height: 93px;font-size: 18px;color: #666;}
.new-download-list li div{float: left;box-sizing: border-box;}
.new-download-list li .name{width: 46.9%;padding-left: 70px;}
.new-download-list li .size{width: 18.6%;text-align: center;}
.new-download-list li .action{width: 32.7%;float: right;text-align: center;}
.new-download-list li a{display: block;color: #666;}
.new-download-list li i{display: inline-block;width: 20px;height: 20px;background: url('../images/new_download.png') no-repeat;margin-right: 8px;position: relative;top: 4px;}
.new-download-list li:hover a{color:#0aa07e;}


/*业务领域*/

.business_nav {
    padding: 10px 52px;
    background: #f8f8f8;
}

.business_nav li {
    float: left;
    /* width: 20%; */
    width: 25%;
    height: 160px;
    box-sizing: border-box;
    text-align: center;
}

.business_nav li a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.business_nav li i {
    display: block;
    width: 53px;
    height: 53px;
    margin: 23px auto 0;
    background: url('../images/product_icon.png') no-repeat -106px top;
    background-size: 159px 265px;
}

.business_nav li .icon2 {
    background-position: -106px -53px;
}

.business_nav li .icon4 {
    background-position: -106px -106px;
}

.business_nav li .icon3 {
    background-position: -106px -159px;
}

.business_nav li .icon5 {
    background-position: -106px -212px;
}

.business_nav li .title {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 26px;
    margin-top: 12px;
}

.business_nav li p {
    font-size: 12px;
    color: rgba(46, 46, 46, 0.3);
    line-height: 20px;
}

.business_nav li .lineR {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    width: 1px;
    height: 50px;
    background: #ddd;
}

.business_nav li .lineB {
    width: 0;
    height: 2px;
    background: #0aa07e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.business_nav li.on {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.business_nav li.on .icon1 {
    background-position: -53px 0;
}

.business_nav li.on .icon2 {
    background-position: -53px -53px;
}

.business_nav li.on .icon4 {
    background-position: -53px -106px;
}

.business_nav li.on .icon3 {
    background-position: -53px -159px;
}

.business_nav li.on .icon5 {
    background-position: -53px -212px;
}

.business_nav li.on .title {
    color: #0aa07e;
}

.business_nav li.on p {
    color: rgba(46, 46, 46, 0.8)
}

.business_nav li.on .lineR {
    display: none;
}

.business_nav li.on .lineB {
    width: 100%;
}

.business_main {
    padding: 72px 0 69px;
}

.business_main .container {
    width: 88.125%;
    margin: 0 auto;
}
.business_l{width:73.759%;float:left;}
.business_l h3,.business_r h3{font-size:26px;line-height:60px;font-weight: normal;}
.business_l .businessList li{width:31.1%;margin-right:2.2%;}
.business_r li a{width:100%;height:100%;display:inline-block;}
.business_r{width:24.24%;float:right;}
.business_r li{height:100px;border:1px solid #e4e4e4;margin-bottom:10px;}
.business_r li i{width:29%;height:100px;float:left;background:url(../images/file_1.png) no-repeat center;}
.business_r li span{width:1px;height:56px;float:left;margin-top:22px;background:#e4e4e4;}
.business_r li font{padding-left:26px;line-height:23px;font-size:16px;color:#666;float:left;width:60%;margin-top:25px;}
.business_r li:hover{background:#009e7e;}
.business_r li:hover i{background:url(../images/file_2.png) no-repeat center;}
.business_r li:hover span{background:#fff;}
.business_r li:hover font{color:#fff;}
.businessList li {
    float: left;
    width: 24.24%;
    margin: 0 1.013% 68px 0;
}

.businessList li:nth-child(3n) {
    margin-right: 0;
}

.businessList li a {
    display: block;
}

.businessList li .pic {
    width: 100%;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.businessList li .pic .yin {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 160, 126, 0.6);
    display: none;
}

.businessList li .pic .yin i {
    display: block;
    width: 56px;
    height: 56px;
    background: url('../images/business_add.png') no-repeat;
    margin: -28px auto 0;
    position: relative;
    top: 50%;
}

.businessList li .main {
    padding: 20px 60px 20px 16px;
    border-bottom: 1px solid #fff;
    position: relative;
}

.businessList li .main .title {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 26px;
    height: 26px;
}

.businessList li .main .txt {
    font-size: 14px;
    color: #858585;
    line-height: 22px;
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
}

.businessList li .main .arrow {
    width: 27px;
    height: 31px;
    position: absolute;
    right: 25px;
    top: 32px;
    display: none;
    background: url('../images/business_arrow.png') no-repeat;
}

.businessList li:hover .pic .yin,
.businessList li:hover .main .arrow {
    display: block;
}

.businessList li:hover .main {
    border-color: #e1e1e1;
}


/*业务详情*/

.business_det_top {
    background: #fafafa;
    padding: 30px 0 25px;
}

.business_det_top .container {
    width: 78.125%;
    margin: 0 auto;
}

.business_det_top .pic {
    width: 50%;
    height: 500px;
    display: table;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}

.business_det_top .pic .img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 500px;
}

.business_det_top .pic .img img {
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}

.business_det_top .main {
    display: table;
    width: 50%;
    float: right;
    height: 500px;
    position: relative;
}

.business_det_top .main .tell {
    display: table-cell;
    vertical-align: middle;
}

.business_det_top .main .title {
    font-size: 36px;
    color: #2e2e2e;
    font-weight: bold;
    line-height: 44px;
}

.business_det_top .main .txt {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 34px;
    margin-top: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
}

.business_det_top .main a {
    display: block;
    width: 210px;
    height: 52px;
    padding-left: 57px;
    box-sizing: border-box;
    background: #0aa07e;
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    margin: 35px 0 5px;
}

.business_det_top .main a i {
    display: block;
    width: 72px;
    height: 52px;
    background: url('../images/business_save.png') no-repeat;
    float: left;
	padding-left:35px;
	background-position:10px center;
	font-style: normal;
}

.business_det_main {
    padding: 22px 0 42px;
}

.business_det_nav {
    height: 54px;
    border-bottom: 1px solid #e3e3e3;
}

.business_det_nav ul {
    width: 78.125%;
    margin: 0 auto;
}

.business_det_nav li {
    float: left;
    margin-left: 36px;
    padding: 0 42px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #2e2e2e;
    cursor: pointer;
}

.business_det_nav li.on {
    border-bottom: 3px solid #0aa07e;
}

.business_det_tabs {
    margin-top: 30px;
}

.business_det_tabs .container {
    width: 78.125%;
    margin: 0 auto;
}

.business_det_cont {
    padding: 30px 0 25px;
    /*background: url('../images/business_det_bg.png') no-repeat right center #fafafa;*/
    height: auto;
    display: none;
	font-size:14px;line-height:24px;color:#666;
}

.business_det_cont .pic {
    width: 50%;
    height: 500px;
    display: table;
    overflow: hidden;
    position: relative;
    text-align: center;
    float: left;
}

.business_det_cont .pic .img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 500px;
}

.business_det_cont .pic .img img {
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}

.business_det_cont .main {
    display: table;
    width: 50%;
    float: right;
    height: 500px;
    position: relative;
}

.business_det_cont .main .tell {
    display: table-cell;
    vertical-align: middle;
}

.business_det_cont .main .content {
    width: 66.66%;
    margin: 0 auto;
}

.business_det_cont .main .title {
    font-size: 24px;
    color: #2e2e2e;
    line-height: 34px;
    margin-bottom: 25px;
}

.business_det_cont .main .txt {
    font-size: 16px;
    color: #2e2e2e;
    line-height: 25px;
}


/*搜索结果*/

.search_top {
    padding: 24px 0 40px 0;
    background-color: #646464;
}

.search_top .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.search_top .title {
    font-size: 25px;
    color: #fff;
    line-height: 47px;
    font-weight: bold;
}

.search_top .text {
    width: 88%;
    height: 49px;
    background: #fff;
    font-size: 15px;
    color: #666;
    text-indent: 20px;
    border: 1px solid #fff;
    display: block;
    box-sizing: border-box;
}

.search_top .btn {
    float: right;
    width: 10%;
    height: 49px;
    border: 1px solid #009490;
    background: url('../images/search.png') no-repeat center center #009490;
    box-sizing: border-box;
}

.search_main {
    margin-top: 28px;
}

.search_main .container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

.search_result {
    font-size: 20px;
    color: #333;
    line-height: 44px;
    margin-bottom: 28px;
}

.search_result span {
    color: #009490;
}

.search_cont {
    margin-bottom: 50px;
}

.search_nav {
    float: left;
    width: 240px;
    padding-top: 23px;
}

.search_nav li {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 38px;
}

.search_nav li a {
    display: block;
    color: #666;
}

.search_nav li i {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
    background: url('../images/search_raido.png') no-repeat;
}

.search_nav li.on i {
    background-position: 0 -35px;
}

.search_tabs {
    float: right;
    width: calc(100% - 260px);
    background-color: #f1f1f1;
}

.search_list {
    padding: 15px 30px 30px;
}

.search_list .name {
    font-size: 18px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
}

.search_list li {
    border-bottom: 1px dashed #d2d2d2;
}

.search_list li a {
    display: block;
    padding: 22px 0;
}

.search_list li .title {
    font-size: 18px;
    color: #009490;
    line-height: 34px;
    float: left;
    width: calc(100% - 100px);
}

.search_list li .time {
    float: right;
    height: 15px;
    line-height: 15px;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    background: url('../images/date_icon.png') no-repeat;
    padding-left: 22px;
}

.search_list li .con {
    font-size: 13px;
    color: #666;
    line-height: 30px;
    padding-top: 4px;
}

.search_list li:hover .title {
    font-weight: bold;
}

.search-more {
    display: block;
    width: 39px;
    height: 34px;
    background: url('../images/search_more.png') no-repeat;
    margin: 30px auto 0;
}

@media only screen and (max-width: 1024px) {
    .search_top {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
	.sub_banner.service_banner{background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;}
    .search_top .title {
        font-size: 20px;
    }
    .search_top .text {
        width: 80%;
    }
    .search_top .btn {
        width: 20%;
    }
    .search_result {
        margin-bottom: 18px;
    }
    .search_nav {
        float: none;
        width: 100%;
    }
    .search_nav li {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .search_tabs {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .search_list {
        padding: 15px 20px 20px;
    }
    .search_list .name {
        font-size: 18px;
    }
    .search_list li a {
        padding-bottom: 47px;
        position: relative;
    }
    .search_list li .title {
        font-size: 16px;
    }
    .search_list li .time {
        position: absolute;
        left: 0;
        bottom: 22px;
    }

    .new-download-top{font-size: 14px;line-height: 45px;height: 45px;}
    .new-download-top .name{width: 50%;padding-left: 10px;}
    .new-download-top .size,
    .new-download-top .action{width: 25%;}

    .new-download-list li{height: 48px;line-height: 48px;font-size: 13px;}
    .new-download-list li .name{width: 50%;padding-left: 10px;}
    .new-download-list li .size,
    .new-download-list li .action{width: 25%;}
}
.d_img{position:relative;}
.pcd_img{position:relative;}
.md_img{display:none;}
.company_left li .num font{font-size:50px;}
.m_contactmap{display: flex;flex-wrap: wrap;}
.m_contactmap li{width: 32%;margin-right:2%;margin-bottom: 30px;}
.m_contactmap li:nth-child(3n){margin-right:0;}
.m_contactmap h3{font-size: 20px;color:#0aa07e;line-height: 2.5;font-weight: normal;}
.m_contactmap h4{font-size: 14px;color:#333;line-height: 1.75;font-weight: normal;}

.m_com,.ind_news_main img{display:none;}
@media only screen and (max-width: 1024px) {
	.company_left li .num font{font-size:34px;}
	.company_left li .num{font-size: 40px;line-height: 45px;height:48px;}
	.company_left li p{font-size: 16px;line-height: 30px;}
}
@media only screen and (max-width: 768px) {
	.ind_more{height: 28px;line-height: 28px;margin-top: 10px;}
	.ind_more i{margin-top:8px;}
	.company_left .txt{padding-top:10px;line-height:24px;}
	.ind_title{margin-top:60px;}
	.ind_company{margin-top:10px}
	.ind_title h4{font-size:20px;line-height:40px;}
	.company_right{float:none;width:90%;margin:0 auto;}
	.company_left{width:90%;float:none;margin:10px auto;}
	.pc_com{display:none;}
	.m_com{display:block;}
	.company_left li p{font-size: 13px;line-height: 30px;}
	.section-product li .main p{display:none;}
	.section-product li .main .pic{width:48px;height:48px;margin-bottom: 10px;}
	.section-product li .main .pic i{width:29px;height:29px;margin: 9px auto 0;}
	.section-product li .main .pic .icon1{background:url(../images/icon1.png) no-repeat center/29px;}
	.section-product li .main .pic .icon2{background:url(../images/icon2.png) no-repeat center/29px;}
	.section-product li .main .pic .icon3{background:url(../images/icon3.png) no-repeat center/29px;}
	.section-product li .main .pic .icon4{background:url(../images/icon4.png) no-repeat center/29px;}
	.section-product li .main .pic .icon5{background:url(../images/icon5.png) no-repeat center/29px;}
	.pc_banner-swiper{display:none;}
	.m_banner-swiper{display:block;}
	.section-product li .main h4{font-size:18px;}
	.section-product li .main .more{display:none;}
	.section-product li .main .txt{font-size:12px;}
	.footer_top_left ul{margin-top:45px;}
	.footer_bot{margin-top:0;font-size:12px;}
	.ind_news_main li .title{font-size:14px;line-height:28px;margin: 8px 0 3px;}
	.ind_news_main li .txt{font-size:12px;line-height:18px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
	.ind_news_main li .pic{height:auto;background:none;}
	.ind_news_main li .pic img{display:block;height: auto !important;}
	.ind_news_main li .txt{margin-top:8px}
	.ind_news_main li .date{font-size:12px;}
	.ind_news_main li .date i{width:10px;height:10px;background-size:cover;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;margin-top:4px;}
	.ind_news_main .ind_more{margin:40px auto 0;}
	.sub_banner{height:250px;}
	.sub_banner .txt{background-size:60px;height:61px;width:126px;background-position:37px 40px;margin-top:85px;text-align: center;}
	.sub_banner .txt h4{font-size:20px;line-height:40px;}
	.sub_banner .txt p{font-size:12px;line-height:20px;}
	.about_nav,.about_nav .site .home{height:38px;}
	.about_nav .site span, .about_nav .site a{line-height:38px;}
	.history-swiper{height:auto;padding-bottom:50px;}
	.honor_main,.contact_main,.training_main,.download_main,.business_main,.recruit_main,.periodical_main{padding:20px 0;}
	.honor_nav,.contact_txt,.download_cont{margin-top:20px;}
	.training_profile{padding-top:50px;}
	.businessList li{width:48%;margin-right:2%;}
	.year-swiper{margin: 15px 0 15px;}
	.periodicalList li{width:48%;margin:0 1% 10px 1%;}
	.sub_banner .txt h4{line-height:28px;}
	.training_type{padding-top:20px;}
	.training_type .container .main{padding: 0px 5% 0;}
	.training_type .title{font-size:22px;line-height:34px;}
	.download_nav{width:100%;border-bottom:1px solid #ddd;}
	.download_nav li{width:33.3333%;float:left;border:0;margin-bottom:20px;height:70px;border-bottom: 2px solid #fff;}
	.download_nav li .main{margin-top:5px;}
	.download_nav li .main p{display:none;}
	.download_nav li i{width:21px;height:21px;margin:18px auto 0;float:none;}
	.download_nav li .main .title{font-size:14px;text-align:center;}
	.download_nav li .main{width:100%;}
	.download_nav li.on, .download_nav li:hover{background:none;border-bottom:2px solid #0aa07e;}
	.download_nav li.on .main .title, .download_nav li:hover .main .title{color:#0aa07e;}
	.honor_nav, .contact_txt, .download_cont{margin-top:0;}
	.download_nav li i{background-position:center !important;background-size:21px;-webkit-background-size:21px;-moz-background-size:21px;-ms-background-size:21px;background-repeat: no-repeat;}
	.download_nav li i.icon1{background-image: url(../images/icon11.png);}
	.download_nav li i.icon2{background-image: url(../images/icon22.png);}
	.download_nav li i.icon3{background-image: url(../images/icon33.png);}
	.download_nav li i.icon4{background-image: url(../images/icon44.png);}
	/* .download_nav li i.icon5{background-image: url(../images/icon55.png);} */
	.download_nav li.on i.icon1{background-image: url(../images/icon111.png);}
	.download_nav li.on i.icon2{background-image: url(../images/icon222.png);}
	.download_nav li.on i.icon3{background-image: url(../images/icon333.png);}
	.download_nav li.on i.icon4{background-image: url(../images/icon444.png);}
	/*.download_nav li.on i.icon5{background-image: url(../images/icon555.png);}*/

    .download_nav li .icon5,
    .download_nav li .icon6{background-size: 42px 42px;background-position: 0 0 !important;}
    .download_nav li .icon6{background-position: 0 -21px !important;}


	.download_right{width:100%;margin-top:15px;}
	.download_right .periodicalList li{width:48%;margin:0 1% 10px 1%;}
	.periodicalList li .title{height:20px;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; }
	.md_img{display:block;}
	.pcd_img{display:none;}
	/*.pcd_img{display:none;}*/
	.pcd_img{height:auto;background:none !important;}
	.download_right .periodicalList li .pic{height:auto;}
	.page a{width:34px;}
	.news_main .rows{display:none;}
	.page span{width:34px;height:34px;float:left;text-align:center;line-height:34px;color:#666;}
	.business_det_top .pic{width:100%;height:auto;}
	.business_det_top .pic .img{vertical-align: top;}
	.business_det_top{padding:15px 0 0;}
	.business_det_top .pic .img{height:auto;}
	.business_det_top .main{width:100%;height:auto;}
	.business_det_top .main .title{font-size:16px;line-height:32px;padding-top:4px;}
	.business_det_top .main .txt{font-size:14px;line-height:15px;margin-top:0;padding-bottom:10px;}
	.page .prev{margin-right:0;}
	.business_det_top .main a{width:100%;padding-left:0; text-align: center;margin: 10px 0 5px;}
	.business_det_top .main a i{display:inline-block; float: none;}
	.business_det_nav ul{width:100%;}
	.business_det_nav ul li{width:25%;padding:0;margin:0;text-align:center;font-size:16px;}
	.business_det_main{padding-top:0;}
	.business_det_top .main .txt{border-bottom:0;}
	.business_det_cont{padding-top:0px;background:none;height:auto;}
	.business_det_main{padding-bottom:0;}
	#boxer{position:fixed;}
	.contact_map{display:none;}
	.m_contactmap{display:block;}
	.m_contactmap li{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ddd;width:100%;}
	.m_contactmap li:last-child{border:0;}
	.m_contactmap h3{font-size:16px;line-height:30px;color:#0aa07e;margin-bottom:5px;}
	.m_contactmap h4{font-size:14px;line-height:24px;color:#333;font-weight:normal;}
	.contact_txt{margin-bottom:20px;}
	.history-swiper .line{bottom:50px;}
	.history-swiper .gallery-thumbs{bottom:4px;}
	.history-swiper .gallery-top .swiper-button-prev, .history-swiper .gallery-top .swiper-button-next{bottom:39px;}
	.history-swiper{padding-bottom:0px;}
	.history_main{padding:20px 0 0;}
	.history-swiper, .history-swiper .gallery-top{height:9rem;}
	/*home*/
	.banner-swiper{height:auto;}
	.home_1{padding-top:50px;}
	.home_2{margin-top:1px;}
	.home_2 .imgBg,.section-product li,.section-product li .section-tb{height:80px;}
	.section-product li .main .pic{border:0;margin-bottom:0;}
	.section-product li .section-tb{margin-top:5px;}
	.section-product li .main h4{line-height:14px;}
	.section-product{padding-top:0;}
	.ind_title{margin-top:20px;}
	.company_right{background:none;}
	.company_right img{border: 10px solid #0aa07e;}
	.home_3 .m_com .company_right{padding-top:0;}
	.home_4{height:auto;padding-top:2px;padding-bottom:20px;}
	.ind_news_main li{width:100%;margin-bottom:20px;}
	.ind_news_main li .title{font-size:16px;margin:8px 0 0;}
	.ind_news_main li .txt{font-size:14px;}
	.ind_news_main .ind_more{margin:20px auto 10px;}
	.ind_news_main li .txt{margin-top:3px;}
	.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active{line-height:30px;font-size:14px;border-top:2px solid #fff;width:50px;}
	.banner-swiper .swiper-pagination-bullets{bottom:28px;padding: 0 20px;}
	.section-product li .section-tell{vertical-align:top;}
	.business_l h3, .business_r h3{font-size:16px;line-height:20px;margin-bottom:15px;}
	.busl_r{margin-top:0;margin-right:0;}
	.busl_r a{height:20px;padding:0 8px;line-height:20px;font-size:12px;margin-left:5px;}
	.ind_title .line i{background:none/*url(../images/home_arrow1.png) no-repeat*/;background-size:10px 12px;-webkit-background-size:10px 12px;}
	.ind_news .ind_title .line i{background:url(../images/home_arrow2.png) no-repeat;background-size:10px 12px;-webkit-background-size:10px 12px;}
	.ind_news_main .ind_more i{background:url(../images/home_arrow3.png) no-repeat;background-size:13px 11px;-webkit-background-size:13px 11px;}
	.ind_more i{background:url(../images/home_arrow4.png) no-repeat;background-size:13px 11px;-webkit-background-size:13px 11px;}
	.ind_more{margin: 20px auto 30px;}
	.about_nav .site .home{background:url(../images/title_arrow.png) no-repeat right 13px !important;background-size:15px 15px;-webkit-background-size:15px 15px;}
}
.mp_img{display:none;}
.training_profile .pic img{display:none;}
@media only screen and (max-width: 1024px){
	.business_nav{padding:10px 0;}
}
@media only screen and (max-width: 768px){
	.business_nav li p{display:none;}
	.business_nav li{height:140px;}
}
@media only screen and (max-width: 480px) {
	.business_nav ul{border-bottom:1px solid #ddd;}
	.section-product li .main h4{font-size:14px;}
	.footer .container{padding-top:15px;min-width: auto;}
	.footer_top_left ul,.footer_contact{margin-top:15px;}
	.footer_link{margin-bottom:15px;}
	.footer_ewm{margin:15px auto;}
	.footer_ewm p{font-size:13px;padding-left:115px;}
    .footer_top_left, .footer_contact, .footer_sites,.footer_ewm{width: 100% !important;}
    .footer_ewm{margin: 0 !important;}
	.business_nav{padding:0;}
	.businessList li{width:100%;margin-bottom:20px;}
	.businessList li .main{padding:10px 60px 10px 16px;}
	.business_nav li i{margin-top:10px;height:26px;width:26px;}
	.business_nav li .title{font-size:14px;}
	.business_nav li{height:75px;}
	.business_nav li .icon1{background:url(../images/icon11.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li .icon2{background:url(../images/icon22.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li .icon3{background:url(../images/icon33.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li .icon4{background:url(../images/icon44.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li .icon5{background:url(../images/icon55.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li.on .icon1{background:url(../images/icon111.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li.on .icon2{background:url(../images/icon222.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li.on .icon3{background:url(../images/icon333.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li.on .icon4{background:url(../images/icon444.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li.on .icon5{background:url(../images/icon555.png) no-repeat center;background-size:26px;-webkit-background-size:26px;-moz-background-size:26px;-ms-background-size:26px;}
	.business_nav li .title{margin-top:4px;}
	.business_nav li p{display:none;}
	.year-swiper .swiper-wrapper .swiper-slide{padding:0 5px;}
	.periodical_main .swiper-wrapper{width:auto;}
	.periodical_main .year-swiper{overflow-x:scroll;}
	.year-swiper .swiper-wrapper .swiper-slide a{font-size:18px;}
	.year-swiper{margin: 10px 0 10px;}
	.periodicalList li{width:100%;margin:0;margin-bottom:5px;}
	.periodicalList li .title{font-size:13px;line-height:20px;text-align:left;margin-top:5px;height:auto;}
	.mp_img{display:block;}
	.pcp_img{background:none !important;height:auto !important;}
	.news_main{padding: 20px 0 20px;}
	.newsList li .main{padding:10px;}
	.newsList li .main .title{font-size:14px;line-height:20px;height:auto;}
	.newsList li .main .txt{margin-top:8px;height:auto;}
	.newsList li .main .txt{font-size:12px;line-height:18px;}
	.contact_txt{font-size:14px;line-height:24px;}
	.training_profile .pic{width:100%;position:relative;left:0;top:0;height:auto;background:none;}
	.training_profile .pic img{display:block}
	.training_profile{padding-top:10px;}
	.training_profile .txt,.training_profile .training_tb{width:100%;margin-left:0;height:auto;}
	.training_profile .training_tb .tell{vertical-align: top;padding: 10px 15px;}
	.training_profile .training_tb p{font-size:14px;line-height:26px;text-align: justify;}
	.training_type .info{line-height:26px;color:#666;font-size:14px;text-align: justify;}
	.training_nav li{height:40px;line-height:40px;font-size:14px;}
	.training_nav{margin-top:25px;}
	.training_tabs{margin-top:15px;}
	.training_list li .name{font-size:16px;}
	.training_list li .txt{font-size:14px;line-height:24px;}
	.training_list li{padding-right:4%;}
	.training_list li:last-child{padding-left:4%;}
	.training_ewm{width:90px;margin: 15px auto 0;}
	.training_ewm p{font-size:14px;margin-top:0;line-height:30px;}
	#boxer .boxer-close{width:25px;height:25px;right:0;top:50px;}
    .contact_main .pic{margin-top: 30px;width: 100%;}
}
@media only screen and (max-width: 1200px) {
	.business_l{width:100%;}
	.business_l .businessList li{width:24.24%;margin:0 1.01% 34px;}
	.business_r{width:100%;}
	.business_r li font{margin-top:38px;}
}
@media only screen and (max-width: 768px) {
	.business_l .businessList li{width:48%;margin:0 1% 15px;}
	.business_r{width:100%;}
	.business_r li font{margin-top:38px;}
	.business_r li i{background:url(../images/file_1.png) no-repeat center/33px 38px;}
	.business_r li i:hover{background:url(../images/file_22.png) no-repeat center/33px 38px;}
}
@media only screen and (max-width: 480px) {
	.business_l .businessList li{width:100%;margin:0 0 10px;}
	.business_r li font{margin-top:26px !important;}
	.business_r li{height:80px;}
	.business_r li i{height:80px;}
	.business_r li span{margin-top:12px;}
	.business_r li font{margin-top:15px;}
}
.business_l .businessList li{position:relative;}
.bus_tab{position:absolute;top:10px;right:10px;z-index:1;width:60px;height:30px;text-align:center;display:block;color:#fff;font-size:14px;line-height:30px;background:#0bd1a9;border-radius:15px;-webkit-border-radius:15px;-ms-border-radius:15px;}
.banner-swiper .swiper-slide-active .pic{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);animation:banner_act 6s forwards;-ms-animation:banner_act 6s forwards;-moz-animation:banner_act 6s forwards;-webkit-animation:banner_act 6s  forwards;-o-animation:banner_act 6s forwards;}


@keyframes banner_act {
	0%{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
	100%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);}
}

@-webkit-keyframes banner_act {
  0%{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
  100%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);}
}

@-moz-keyframes banner_act {
  0%{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
  100%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);}
}

@-o-keyframes banner_act {
  0%{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);}
  100%{transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);}
}
.index_foot .footer_link{display:none;}
@media only screen and (max-width: 768px) {
	.index_foot .footer_sites .iframe{display:none;}
	.index_foot .footer_link{display:block;}
}
@media only screen and (min-width: 768px) {
	.footer_sites{height:40px;margin-bottom:18px;}
	.index_foot .footer_sites{position:relative; z-index:10;}
	.index_foot .footer_sites .iframe{left:0;bottom:0;position:absolute;width:320px;overflow-x:hidden;}
}
/*通用*/
.motion{transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;}
.msg_pop_main{background:rgba(0,0,0,0.5);max-width:250px;position:fixed;left:50%;top:50%;z-index:10000;display:none;border-radius:3px;font-size:12px;}
.msg_pop_main p{padding:10px;line-height:24px;font-size:14px;color:#fff;}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.online-message .title{font-size: 27px;color: #333;line-height: 47px;margin-bottom: 16px;}
.online-item{margin-bottom: 20px;position: relative;}
.online-item .online-text{border:1px solid #e8e8e8;box-sizing: border-box;padding: 0 65px;height: 55px;width: 100%;font-size: 16px;color: #666;-webkit-appearance: none;appearance: none;}
.online-item .online-text:hover,.online-item textarea:hover{border-color:#0aa07e;box-shadow:0 0 10px #b8ffef;}
.online-item .sub-item{float: left;width: 285px;margin-right: 20px;position: relative;}
.online-item .sub-item:last-child{margin-right: 0;width:350px;}
.online-item .tips{position: absolute;left: 0;top: 0;font-size: 16px;color: #666;line-height: 55px;padding-left: 10px;}
.online-item .tips span{color: #e71f1f;}
.online-item textarea{box-sizing: border-box;border:1px solid #e8e8e8;padding: 12px 65px;height: 140px;width: 100%;font-size: 16px;color: #666;line-height: 30px;}
.online-bot {margin-top: 50px;}
.online-bot .online-btn{display: block;width: 175px;height: 50px;border:none;background: #0aa07e;font-size: 16px;color: #fff;margin: 0 auto;}
.online-btn:hover{opacity:0.9;}
.yzm{position:absolute;top:1px;right:1px;border-left:1px solid #e8e8e8;}
@media only screen and (min-width: 768px) {
	.honor_list li h4{overflow:hidden;height:22px;white-space: nowrap; text-overflow: ellipsis; }
}
@media only screen and (max-width: 1060px) {
	.online-item .sub-item{margin-bottom:20px;}
}
@media only screen and (max-width: 680px) {
	.online-item .sub-item,.online-item .sub-item:last-child{width:100%;}
	.honor_img{width:80%;}
}
@media only screen and (max-width: 650px) {
	.online-message .title{font-size:20px;line-height:30px;}
	.online-item .sub-item{width:100%;margin-right:0;margin-bottom:15px;}
	.online-item{margin-bottom:15px;}
	.online-item:first-child{margin-bottom:0;}
	.online-bot{margin-top:25px;}
}

.busl_r{margin-top:15px;margin-right:20px;}
.busl_r a{height:30px;background:#b1b1b1;padding:0 17px;color:#fff;line-height:30px;font-size:14px;margin-left:10px;border-radius:15px;-webkit-border-radius:15px;}
.busl_r a.on,.busl_r a:hover{background:#0bd1a9;}
.screen{width:100%;height:100%;background:#000;opacity:0.6;position:fixed;left:0;top:0;z-index:20;display:none;}
.honor_img{width:720px;position:fixed;z-index:21;left:50%;margin-left:-360px;top:50%;margin-top:-270px;display:none;}
@media only screen and (max-width: 768px){
	.busl_r{margin-top:0;margin-right:0;}
	.busl_r a{height:20px;padding:0 8px;line-height:20px;font-size:12px;margin-left:5px;}
}
@media only screen and (max-width: 768px) {
	.recruit_top li{width:50%;}
	.recruit_list li{font-size:13px;}
	.recruit_top li:last-child,.recruit_top li:nth-child(3),.recruit_list li:last-child,.recruit_list li:nth-child(3){display:none;}
	.recruit_list li{width:50%;}
	.recruit_list .recruit_item ul{height:40px;}
	.recruit_list li{line-height:40px;}
	
	html, body{overflow: auto;}
}
@media only screen and (max-width: 414px) {
	.recruit_list li{font-size:12px;}
}
@media only screen and (max-width: 1200px) {
	.download_right .periodicalList li{width:46.48%;}
}
.map_window div,.map_window p{white-space: nowrap;}
.det_content img{height:auto !important;max-width:100%;}