
.w1720 {
    position: relative;
    width: 89.6%;
    margin: 0 auto;
}
header{
	background-color:transparent;
	height:85px;
	line-height:85px;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	width:100%;

}
header.noheader{
	background-color:#fff;
	position:fixed;
	// border-bottom:1px solid #e5e5e5;
	box-sizing:border-box;
}
header .logo{
	position:absolute;
	left:0;
	top:0;
	width: 405px;
}
header .logo img{
	width:100%;
}
header ul.nav-header{
	text-align: right;
	padding-right: 1.75rem;
    display: inline-block;
}
header ul.nav-header li{
	display:inline-block;
	font-size:0.4rem;
    padding: 0px 1.5rem;
	position:relative;
}
header ul.nav-header li:nth-last-chilid(1){
	margin-right:0;
}
header ul.nav-header li a.tit{
color:#fff;
display: inline-block;
transition:all 0.3s;
background-repeat:no-repeat;
	background-position:center 80%;
}

header ul.nav-header li.cur .header-xiala{
	display:block;
}
.fr {
    float: right;
    display: inline;
}
header ul.nav-header li .header-xiala{
	position:absolute;
	// top:2rem;
	top:69px;
	height:1.25rem;
	line-height:1.25rem;
	left:0;
	z-index:100;
	white-space: nowrap;
	display:none;
	transition:all 0.3s;
	
}
header ul.nav-header li.li5 .header-xiala{
	left:auto;
	right:0;
}
header ul.nav-header li.li6 .header-xiala{
	left:auto;
	right:0;
}
header ul.nav-header li .header-xiala a.tit-a{
	display:inline-block;
	font-size:0.35rem;
	color:#333333;
	margin-right:1.75rem;
	z-index:90;
	position:relative;
}
header ul.nav-header li .header-xiala a.tit-a.act{
	color:#e60012;
}
header ul.nav-header li.li5 .header-xiala a.tit-a{
	margin-right:0;
	margin-left: 1.75rem;
}
header ul.nav-header li.li6 .header-xiala a.tit-a{
	margin-right:0;
	margin-left: 1.75rem;
}
header ul.nav-header li .header-xiala:after{
	position:absolute;
	content: "";
	width:5000px;
	height:100%;
	background-color:#f9f9f9;
	transform:translateX(-50%);
	top:0;
	z-index:0;
}
header.active{
	background-color: rgb(41 41 41 / 30%);
	
}
.return-top {
    background: #1aa778 none repeat scroll 0 0;
    border: 2px solid #2bac80;
    border-radius: 50%;
    bottom: 50px;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    height: 55px;
    line-height: 43px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 55px;
    cursor: pointer;
    transition: all .3s ease 0s;
    margin-bottom: 50px;
    z-index: 99;
}
.return-top:hover {
    background-color: transparent;
    color: #2bac80;
}
header.active-on , header.header_on{
    background-color: rgba(41, 41, 41, 0.73);
    position: fixed;
    top: 0;
    width: 100%;
}
header.bai ul.nav-header li a.tit{
	color:#fff;
}
header.bai.active-on ul.nav-header li a.tit{
	color:#444444
}
header.bai ul.nav-header li.cur a.tit{
	color:#e60213;
}
header.bai.active ul.nav-header li a.tit{
	color:#444444
}
header.bai.active ul.nav-header li.cur a.tit{
	color:#e60213;
}
.eg {
    display: inline-block;
}
.pho-banner {
    display: none;
}
.banner-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
   
}
.banner-swiper img {
    width: 100%;
    height: auto;
}
img{
    max-width: 100%;
    height: auto;
}
.eg li {
    display: inline-block;
    margin-right: 26px;
}
.eg li a {
    color: #fff;
    font-size: 16px;
}
.eg ul {
    display: inline-block;
}
header ul.nav-header li a {
    font-size: 18px;
    color: #fff;
    /*font-weight: bold;*/
}
.eg ul {
    padding-left: 15px;
}
.eg li a.active {
    color: #19a777;
}
.eg li a::after {
    content: '';
    height: 10px;
    background: #6e7975;
    width: 1px;
    display: inline-block;
    position: relative;
    right: -14px;
}
.eg li:last-child a::after {
    width: 0px;
}
body a:hover{
    text-decoration: none;
}
header ul.nav-header li a::after {
    height: 3px;
    background: #88c122;
    width: 0;
    content: '';
    display: block;
    position: relative;
    left: -10px;
    bottom: 0;
    transition: all .3s;
}
header ul.nav-header li.cur>a:after, header ul.nav-header li a:hover:after {
    width: calc(100% + 20px);
}

header ul.nav-header li .sub_nav {
    position: absolute;
    left: -10px;
    width: calc(100% + 20px);
    background: rgba(255,255,255,.95);
    transition: all 300ms;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    padding: 15px 0;
}
header ul.nav-header li:hover .sub_nav {
    top:74px;
    opacity: 1;
    visibility: visible;
}
header ul.nav-header li .sub_nav a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
header ul.nav-header li .sub_nav a:hover {
    background: rgba(0,0,0,.1);
    transition: all .3s;
}
.banner-swiper .banner-pagination {
    position: absolute;
    right: 5.2%;
    bottom: 66px;
    z-index: 10;
}
.banner-swiper .banner-pagination span {
    width: 12px;
    height: 12px;
    background-color: transparent;
    transition: all 0.3s;
    border-radius: 1.2rem;
    border: 2px solid #fff;
    box-sizing: border-box;
    transition: all 0.3s;
    background: #fff;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 17px;
}
.banner-swiper .banner-pagination span.swiper-pagination-bullet-active {
    width: 100px;
    background-color: #19a777;
    border: 2px solid #19a777;
}
.banner-swiper .banner-prev, .banner-swiper .banner-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
    transition: all 0.3s;
    cursor: pointer;
}
.banner-swiper .banner-prev {
    left: 1.5%;
}
.banner-swiper .banner-next {
    right: 1.5%;
}
.news .container {
    max-width: 1700px;
    width: 100%;
}
.news {
    background: #f4f4f6;
}
.news .container {
    background: #fff;
    margin-top: 45px;
    border-radius: 20px;
}
.news {
    background: #f4f4f6;
    display: inline-block;
    width: 100%;
    padding-bottom: 55px;
}
.about-content.inner .com_nav {
    margin-left: 0px;
}
.about-content.inner .container.case {
    padding-top: 0px;
}
.about-content.inner .col-md-9.col-sm-12.col-xs-12.yanfa ul {
    margin-top: 0px;
}
.about-content.inner .col-md-9.col-sm-12.col-xs-12.yanfa ul li {
    margin-bottom: 0px;
}
.about-content.inner .col-md-9.col-sm-12.col-xs-12.yanfa ul.cf li {
    min-height: 370px;
}
.about-content.inner .col-md-9.col-sm-12.col-xs-12.yanfa ul.cf li .txtarea {
    text-align: center;
}
.new-top h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 60px;
    margin-bottom: 36px;
        display: inline-block;
}
.new-top h3::before {
    content: '';
    width: 6px;
    height: 30px;
    display: inline-block;
    background: #19a777;
    position: relative;
    left: -21px;
    top: 5px;
}
.col-md-6.col-sm-6.col-lg-6.col-12.new-left , .col-md-6.col-sm-6.col-lg-6.col-12.new-right{
    padding: 0px;
}
.new-top {
    border-bottom: 2px solid #f0f0f0;
}
.new-top a {
    float: right;
    margin-top: 41px;
    padding-right: 25px;
    margin-bottom: 36px;
    font-size: 15px;
    color: #9e9d9d;
    text-transform: uppercase;
}
.new-bottom ul {
    list-style-type: none;
}
.new-bottom .name {
    font-size: 18px;
    color: #666666;
    padding-top: 25px;
	overflow: hidden; 
	white-space: nowrap;
}
.new-bottom  .titl.shuzi {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
}
.new-bottom ul li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 12px;
    margin-right: 36px;
}
.zhang-new a {
    display: inline-block;
}
.zhang-new a.more {
    float: right;
    padding-top: 52px;
    color: #949494;
    font-size: 20px;
}
.zhang-new:hover a {
    color: #19a777;
    padding-left: 8px;
    transition: all .3s;
}
.zhang-new a {

    transition: all .3s;
}
.zhang-new:hover a .name {
    color: #19a777;
}
.new-bottom ul li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 12px;
}
.new-bottom {
    padding-bottom: 20px;
}
.zou .container {
    background: #fff;
    border-radius: 20px;
    max-width: 1700px;
    width: 100%;
}
.zou {
    background: #f4f4f6;
    display: inline-block;
    width: 100%;
    padding: 35px 0 0;
}
.about-tianyan {
    margin-top: 1.25rem;
    border-radius: 10px;
    background-color: #fff;
    max-height: 300px;
    overflow: hidden;
}
@media screen and (max-width:767px) {
.about-tianyan {
    max-height: 1500px;
}
}
.f-cb {
    zoom: 1;
}

.about-tianyan .kapian .kapian-div {
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    border-bottom-left-radius: 10px;
    background-size: cover;
    transition: all 0.3s;
    width: 16.66666%;
    position: relative;
    overflow: hidden;
}
.about-tianyan .kapian .kapian-div:nth-child(2),.about-tianyan .kapian .kapian-div:nth-child(3),.about-tianyan .kapian .kapian-div:nth-child(4) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.about-tianyan .kapian .kapian-div:nth-child(5) {
    border-bottom-left-radius: 0;
}
.about-tianyan .kapian .kapian-div.last {
    border-bottom-right-radius: 10px;
}
.about-tianyan .kapian .kapian-div.chang .img1 {
    background-position: left center!important;
}
.about-tianyan .kapian .kapian-div.chang .img1 {
    opacity: 1;
}
.about-tianyan .kapian .kapian-div .bgdiv {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}
.about-tianyan .kapian .kapian-div.chang .img2 {
    opacity: 0;
}

.about-tianyan .kapian .kapian-div .ka-con {
    padding-top: 40px;
    padding-left: 25px;
    position: relative;
}
.about-tianyan .kapian .kapian-div .ka-con .en-ka {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 1px #333;
}
.about-tianyan .kapian .kapian-div .ka-con .cn-ka {
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    margin-top: 0.35rem;
}
.about-tianyan .kapian .kapian-div .ka-con .cn-sm-ka {
    margin-top: 1.25rem;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    width: 70%;
}
.about-tianyan .kapian .kapian-div.ka-div1 .ka-con .cn-ka {
    color: #666;
}
.about-tianyan .kapian .kapian-div.ka-div1 .ka-con .cn-sm-ka {
 color: #666;
}
.kapian-div.ka-div1 .en-ka {
    color: #fff!important;
    text-shadow: none!important;
}
.about-tianyan .kapian .kapian-div .ka-con .more {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    display: inline-block;
    font-size: 0.3rem;
    color: #fff;
    padding-right: 0.7rem;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/kamore.png);
    transition: all 0.3s;
}
.about-tianyan .kapian .chang {
    width: 33.3333%;
}
.zou .col-lg-12.col-md-12.col-sm-12.col-12 {
    padding: 0px;
}
.about-name.pinbold h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-top: 0px;
    padding-left: 60px;
    margin-bottom: 36px;
    display: inline-block;
}
.about-name.pinbold h2::before {
    content: '';
    width: 6px;
    height: 30px;
    display: inline-block;
    background: #19a777;
    position: relative;
    left: -21px;
    top: 5px;
}
footer {
    background: #ebebed;
    padding-bottom: 25px;
}
.footer-top ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #919191;
    display: inline-block;
}
.footer-top ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 65px;
}
footer .container {
    max-width: 1700px;
    width: 100%;
    padding-top: 62px;
}
.footer-top ul {
    padding: 0px;
    display: inline-block;
}
.jishu {
    display: inline-block;
    float: right;
    font-size: 12px;
    color: #666666;
}
.jishu a{
    padding-left: 5px;
    font-size: 12px;
    color: #666666;
}
.footer-top ul li a::after {
    content: '';
    width: 2px;
    height: 16px;
    display: inline-block;
    background: #919191;
    position: relative;
    right: -32px;
    top: 3px;
}

.footer-top ul li:last-child a::after {
    width: 0px;
}
.footer-top {
    border-bottom: 1px solid #d9d9dc;
}
.footer-bottom li {
    display: inline-block;
    font-size: 16px;
    color: #646465;
    padding-right: 65px;
}
.footer-bottom ul {
    padding-left: 0px;
    padding-top: 15px;
    display: inline-block;
}
.footer-bottom li i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    background: #bababa;
    text-align: center;
    color: #fff;
    margin-right: 15px;
}
.footer-bottom li i.fa.fa-envelope {
    font-size: 13px;
}
.footer-bottom span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    float: right;
    padding-top: 20px;
}
.footer-weixin {
    text-align: center;
    background: #f1f1f2;
    border: 1px solid #d5d5d6;
    border-radius: 10px;
    padding-top: 10px;
}
.footer-weixin p {
    font-size: 14px;
    color: #343735;
    text-align: center;
    margin-bottom: 5px;
}
.nav_cont {
    width: 100%;
    background: #eee;
    position: relative;
}
.top_nav {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.top_nav li {
    float: left;
    padding: 10px 30px;
    color: #333;
    margin: 0 20px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 17px;
    text-transform: capitalize;
}
.nav_cont .nav_width {
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(to right, #2a2973 0%,#0d97d0 50%,#89bca3 100%);
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
}
body a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}
ul li{
    list-style-type: none;
}
.news-box .container{
    max-width: 1400px;
    width: 100%;
    padding: 0 10px;
}
.inner .newslist {
    padding: 3% 0;
    width: 103%;
}
.cf, .clearfix {
    clear: both;
    *zoom: 1;
}
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.inner .newslist li {
    width: 30.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;
}
.inner .newslist li.hot .imgarea {
    width: 100%;
    border: 1px solid #ddd;
}
.about-content .container {
    max-width: 1400px;
}
.imgarea {
    overflow: hidden;
}
.inner .newslist li.hot .imgarea .wrap {
    margin: 10px;
    overflow: hidden;
}
.inner .newslist li.hot .imgarea img {
    height: 270px;
}
.imgarea img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.inner .newslist li .txtarea {
    padding: 15px 20px;
}
.inner .newslist li .txtarea .time {
    font-size: 22px;
    color: #2a2973;
    margin-bottom: 10px;
    line-height: 1.5;
}
.inner .newslist li .txtarea h5 {
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .newslist li .txtarea .des {
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin: 10px 0 15px;
}
.inner .newslist li .txtarea .more {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.inner .newslist li.hot:hover .imgarea {
    border: 2px solid #2a2973;
}
.inner .newslist li.hot:hover .wrap {
    margin: 9px;
    overflow: hidden;
}
.inner .newslist li.hot:hover .txtarea {
    background: #184692;
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea .des, .inner .newslist li.hot:hover .txtarea .time {
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea h5 {
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea .more {
    border-color: #19a777;
    color: #fff;
    background: #19a777;
}
.imgarea:hover img {
    transform: scale(1.1);
}.inner .newslist li.normal {
    box-shadow: 0 0 10px #ddd;
}
.inner .newslist li .txtarea {
    padding: 15px 20px;
}
.inner .newslist li.normal .time {
    border-bottom: 1px solid #ddd;
    color: #888;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.inner .newslist li.normal .time .more {
    display: inline-block;
    float: right;
    border: none;
    width: auto;
    height: auto;
    line-height: normal;
}
.inner .newslist li .txtarea h5 {
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .newslist li.normal h5 i {
    color: #0e96cf;
    margin-right: 10px;
}
.inner .newslist li .txtarea .des {
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin: 10px 0 15px;
}
.inner .newslist li.normal:hover h5 i, .inner .newslist li.normal:hover .time {
    color: #2a2973;
}
.inner .newslist li.normal:hover h5 {
    color: #2a2973;
    font-weight: bold;
}
.page_aboutindex {background: url(./static/image/bg1.png) no-repeat left top;}
.ptb80mb30 {padding-top: 80px;padding-bottom: 80px;}

.pb60mb20 {padding-bottom: 60px; overflow: hidden;}
.page_aboutindex .panel1 h4 { font-size: 30px; color: #1d599b; padding: 40px 0 0;}
.page_aboutindex .panel1 h4:after {
    display: block;
    content: '';
    width: 50px;
    height: 4px;
    background: #004f3a;
    margin-top: 30px;
}
.page_aboutindex .panel1 .con {padding: 35px 60px 0 0;font-size: 16px;color: #333;}
.page_aboutindex .panel2 ul {
    padding-right: 60px;}
.flex_wrap { flex-wrap: wrap;}
.flex { display: flex;}
.page_aboutindex .panel2 ul li {
    flex-grow: 1;
    flex-basis: 45%;
    background: #0b5939;
    margin: 0 0 3px 3px;
    height: 260px;
    padding: 30px 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.page_aboutindex .panel2 ul li:nth-child(odd) {
    margin-left: 0;
}
.page_aboutindex .panel2 ul li .img {
    margin-bottom: 15px;
}
.page_aboutindex .panel2 ul li p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    height: 90px;
    overflow: hidden;
}
.page_aboutindex .panel2 ul li .line {
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}
.page_aboutindex .panel2 ul li:nth-child(2) {
    background: #bbb;
}
.page_aboutindex .panel2 ul li:nth-child(3) {
    background: #333;
}
.page_aboutindex .panel2 ul li:nth-child(4) {
    background: #88c122;
}
.page_aboutindex .panel2 .con p {
    font-size: 16px;
    margin-top: 30px;
}
html body p , html body span {
    line-height: 1.9;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page_aboutindex .panel3 {
    position: relative;
}
.page_aboutindex .panel3 .con {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 50%;
    /*background: rgba(11,89,57,.8);*/
    color: #fff;
    padding: 60px;
}
.page_aboutindex .panel3 .con h4 {
    font-size: 28px;
}
.page_aboutindex .panel3 .con p {
    font-size: 16px;
    padding: 0 0 0 22px;
    margin: 30px 0 0;
    position: relative;
}
.page_aboutindex .panel3 .con p:before {
    width: 9px;
    height: 9px;
    background: #fff;
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 10px;
}
.tit_box2 h4 {
    font-size: 28px;
    color: #333;
    position: relative;
    padding: 0 0 0 20px;
}
.tit_box2 h4:before {
    content: '';
    background: #0b5939;
    width: 5px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}
.page_aboutindex .panel4 li {
    margin-top: 40px;
    list-style-type: none;
}
.page_aboutindex .container {
    max-width: 1440px;
    width: 100%;
}
.page_aboutindex img:hover {
    transform: scale(1.1);
    overflow: hidden;
}
.page_aboutindex div  {
    overflow: hidden;
}
img {
    transition: all .3s;
}
.about-content {
    padding-top: 50px;
}
.col-md-3.col-sm-3.hidden-xs.com_left {
    width: 21%;
}
.com_left .com_lt_list {
    height: auto;
    overflow: hidden;
}
.com_left .com_lt_list .list_t {
    height: 100px;
    background: -moz-linear-gradient(to right, #27c873 0%,#119ab8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#27c873), color-stop(100%,#119ab8));
    background: -webkit-linear-gradient(to right, #27c873 0%,#119ab8 100%);
    background: -o-linear-gradient(to right, #27c873 0%,#119ab8 100%);
    background: -ms-linear-gradient(to right, #27c873 0%,#119ab8 100%);
    background: linear-gradient(to right, #27c873 0%,#119ab8 100%);
}
.com_left .com_lt_list .list_t b {
    display: block;
    font-size: 32px;
    color: #fff;
    line-height: 100px;
    padding-left: 24px;
}
.com_left .com_lt_list ul, .com_left .com_lt_list ul li {
    margin: 0;
    padding: 0;
}
.com_left .com_lt_list ul li> a {
    color: #666;
    font-size: 16px;
    padding-left: 24px;
}
.com_left .com_lt_list ul li> a {
    display: block;
}
.com_left .com_lt_list ul li >a {
    min-height: 46px;
    line-height: 46px;
    background-color: #f3f3f3;
    margin-top: 3px;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: 212px top;
    background-image: url(./static/image/pro_li1.png);
}
.com_left .com_lt_list ul li:hover>a , .com_left .com_lt_list ul li.active>a,.com_left .com_lt_list ul li>a:hover{
    background-color: #139eb2;
    background-position: 212px bottom;
    transition: 0.5s;color:#ffffff;
}
.com_left .com_lt_con {
    height: auto;
    overflow: hidden;
    padding: 30px 20px 30px 24px;
    margin-top: 10px;
}
.back-footer {
    position: relative;
}
.back-footer::before {
    left: 50%;
    width: 27px;
    height: 27px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    bottom: 5px;
    background: #139eb2;
    position: absolute;
    content: '';
    pointer-events: none;
    transition: all 0s;
}
.com_left .com_lt_con .con_img {
    width: 213px;
    height: 44px;
}
.about-content p {
    margin: 15px 0px;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 3px;
}
.con_img i.fa.fa-volume-control-phone {
    font-size: 38px;
    margin-right: 5px;
    color: #139fb2;
}
span.mobile {
    font-size: 20px;
}
.com_left .com_lt_con .con_desc {
    line-height: 30px;
    font-size: 16px;
    padding: 2px 0;
}
.about-content p {
    margin: 15px 0px;
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 3px;
}
.back-footer {
    background-color: #139eb2;
    height: 20px;
}
.com_nav {
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    margin-left: 15px;
}
.com_nav ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.com_nav ul li {
    float: left;
    height: 28px;
    line-height: 28px;
}
.com_nav ul li a {
    padding: 0 2px;
    color: #565353;
    font-size: 14px;
}
.com_nav i.fa.fa-university {
    margin-right: 8px;
}
.pro-content .com_left .com_lt_list ul li.active>a, .com_left .com_lt_list ul li.active>a, .com_left .com_lt_list ul li a.select {
    background-color: #139eb2;
    color: #fff;
}
header ul.nav-header ul.sub_nav {
    padding-left: 0px;
    text-align: center;
}
header ul.nav-header ul.sub_nav li {
    padding: 5px 0px!important;
    line-height: 26px!important;
    display: inherit;
}
header ul.nav-header li .sub_nav li:hover ul.sub_nav {
    opacity: 1;
    visibility: visible;
    top: 0px;
    left: 100%;
    position: absolute;
    z-index: 99999;
    width: 100%;
}
header ul.nav-header li .sub_nav li ul.sub_nav {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 40px;
    left: 0;
    text-align: left;
    opacity: 0;
    padding: 5px 0 15px;
    visibility: hidden;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 5px;
        top: 0px;
    left: 90%;
}

/***产品页面***/
.ptb80mb30 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.ptb80mb30 .container {
    max-width: 1440px;
    width: 100%;
}
.left_border {
    border: 1px solid #ddd;
    padding: 25px 28px;
    margin-bottom: 25px;
}
.left_border .tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.left_product_menu ul li p {
    padding: 0 4px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.left_product_menu ul li .inner_sublist {
    padding: 0 0 0 16px;
}
.left_product_menu ul li p:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    background: #19a777;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.left_product_menu ul li p:hover a {
    color: #fff;
    transition: all .3s;
}
.left_product_menu ul a:hover:before{
    background-color: #fff;
}
.left_product_menu ul a {
    padding: 0 0 0 24px;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    flex: 1;
    overflow: hidden;
    font-weight: bold;
}
.left_product_menu ul a:before {
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 23px;
}
.left_product_menu ul li p:hover:before {
    left: 0;
}
.left_news ul li {
    padding-top: 15px;
}
.left_news ul li p {
    font-size: 13px;
    color: #999;
}
.left_news ul li p span {
    margin-left: 10px;
}
.left_news ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.left_news ul li a:hover {
    color: #19a777;
}
.left_tag ul {
    margin: 0 -3px;
}
.flex_wrap {
    flex-wrap: wrap;
}
.left_tag li {
    flex-basis: 40%;
    flex-grow: 1;
    margin: 0 3px 6px;
}
.left_tag li a {
    display: block;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.left_tag ul{
    padding-left: 0px;
}
.left_product_menu.left_border ul , .left_news.left_border.mb_none ul{
    padding-left: 0px;
}
.page_picList li a {
    display: block;
    margin-bottom: 40px;
    background: #eee;
    padding-bottom: 0;
}
.page_picList li .img {
    overflow: hidden;
    border: 10px solid #eee;
    background: #fff;
    position: relative;
}
.page_picList li img {
    transition: all 0.6s;
    margin: auto;
    height: 360px;
}
.page_picList li .img span {
    background: rgb(103 175 49 / .5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: #fff;
    transition: all .3s;
}

.page_picList li .con h4 {
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.page_picList li a:hover h4 {
    background: linear-gradient(to top,#43a283 10% ,#449077 90%);
}
.page_picList li a:hover .con h4 {
    color: #fff;
}

.page_picList li a:hover {
    background: #1aa778;
}
.page_picList li a:hover .img {
    border-color: #1aa778;
}
.page_picList li:hover img {
    transform: scale(1.1);
}
.page_picList li a:hover .img span {
    top: 0;
}
.left_tag li a:hover {
    background: #19a777;
    color: #fff;
}
/***产品页面***/
/***分页***/
.pages {
    text-align: center;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 30px;
    margin: 0px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination li.active span {
    background-color: #19a777;
    border: 1px solid #139eb3;
        z-index: 3;
    color: #fff;
    cursor: default;

}
    .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
ul.pagination {
    display: inline-block;
}
/***分页***/
/***联系我们***/
.ptb80mb30 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.page_contactindex .tit {
    text-align: center;
}
.page_contactindex .tit h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.page_contactindex .tit p {
    font-size: 14px;
    color: #999;
}
.page_contactindex ul {
    margin: 40px 60px 0;
}
.flex {
    display: flex;
}
.page_contactindex li {
    display: flex;
    flex: 1;
    margin: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}
.page_contactindex li i {
     color: #19a777;
    font-size: 48px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 5px;
}
.page_contactindex li p {
    font-size: 14px;
    color: #333;    margin: 0 10px;
}
.page_contactindex .map {
    margin: 70px 0 0;
    text-align: center;
}
.contact-page .container {
    max-width: 1440px;
    width: 100%;
}
div#dituContent {
    margin: auto;
        max-width: 1210px;
}
.contact-page ul.flex {
    padding-left: 0px;
}
.contact-page .com_nav {
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    margin-left: 15px;
    margin: 11px 100px 0;
}
/***联系我们***/
/***研发***/
.container.yanfa {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
.inner .case {
    position: relative;
    padding: 3% 0;
}
.inner .case h3 {
    font: 600 30px/1 "Microsoft yahei";
    text-align: center;
}
.inner .case ul {
    width: 100%;
    margin-top: 3%;
    padding-left: 0px;
}
.inner .case li .imgarea {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
    height: 285px;
}
.inner .case li .imgarea img {
    max-width: 100%;
}
.imgarea img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.inner .case li .txtarea h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 15px;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .case li .txtarea p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    margin-bottom: 10px;
}
.inner .case li .txtarea .more {
    color: #0e96cf;
}
.inner .case li {
    margin-bottom: 30px;
}
.pages ul.pagination {
    width: auto;
}
/***研发***/
/***招聘***/
.job-top {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
}
.job-page .pages {
    display: block;
    margin: 20px auto;
}
.job-top img {
    display: inline-block;
}
.job-top h3 {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
    border-top: 1px solid #D8D8D8;
    padding-top: 30px;
}
.job-top p {
    font-size: 12px;
}
.job-bottom {
    padding-right: 15px;
    padding-left: 15px;
}
.job-bottom h4 {
    line-height: 24px;
    font-size: 12px;
    color: #6a6a6a;
}
.job-bottom p {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
}
.job-page .container {
    max-width: 1440px;
    width: 100%;
}
.job-page .com_nav {
    margin-top: 15px;
}
.job-top img {
    display: inline-block;
    margin-bottom: 20px;
}
/***招聘***/
/***产品详情页***/
.single-content h1.h1 {
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: lighter;
    color: #211715;
    text-align: center; display: none; 
}

.single-content .info {
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    text-align: center;    display: none;
}
.single-content .com_desc {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}
.single-content .com_desc * {
    max-width: 100%;
}
.skip {
    margin-top: 50px;
    margin-bottom: 20px;
    background: #f6f6f6;
    padding: 5px;
    border-radius: 30px;
    display: inline-block;
    width: 100%;
}
.skip .fl {
    float: left;
    margin-left: 20px;
}
.skip>div {
    width: 46%;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.skip a {
    color: #666666;
}
.skip .fr {
    float: right;
}
.back a {
    width: 121px;
    background: #19a777;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #19a777;
    padding: 3px 0px;
}
.back {
    text-align: right;
}
.back a:hover {
    background: transparent;
    border: 2px solid #19a777;
    color: #19a777;
}
/***产品详情页***/
/***菜单***/
.mm-menu.mm-offcanvas.mm-current ul.nav-header.mm-listview {
    display: block!important;
}
.mobile-menu {
    display: none;
}
/***菜单***/
/***荣誉***/
.inner .honor {
    position: relative;
}
.inner .honor h3 {
    font: 600 30px/1 "Microsoft yahei";
    text-align: center;
}
.inner .honor ul {
    margin-top: 3%;
    width: 100%;
}
.inner .honor ul li {
    text-align: center;
    width: 17%;
    margin-right: 3%;
    font-size: 16px;
    margin-bottom: 40px;
    float: left;
}
.inner .honor ul li .imgarea {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 15px;
    height: 345px;
}
.inner .honor ul li img {
    max-width: 100%;
}
/***荣誉***/
/***底部小工具***/
.phone_fixed_menu {
    border-top: 1px solid #E5E9F2;
    width: 100%;
    height: 55px;
    background: #19a777;
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    display: none;
}
.phone_fixed_menu .flex {
    display: flex;
    padding-left: 0px;
    padding-top: 10px;
}
.phone_fixed_menu ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 55px;
    line-height: 1.2;
}
.phone_fixed_menu ul li a {
    display: block;
}
.phone_fixed_menu ul li i {
    font-size: 20px;
    color: #fff;
}
.phone_fixed_menu ul li p {
    color: #fff;
    font-size: 14px;
}

/***底部小工具***/
@media only screen and (max-width: 1600px){
header .logo {width: auto;}
header ul.nav-header li{display:inline-block;font-size:0.4rem;padding: 0px 0.85rem;position:relative;}
.page_aboutindex .panel1 h4 { font-size: 26px; color: #1d599b; padding: 40px 0 0;}
}




@media only screen and (max-width: 1460px){
	
	.about-content.inner .col-md-9.col-sm-12.col-xs-12.yanfa ul.cf li { min-height: 30px;}
	
    .inner .case li {margin-bottom: 30px;min-height: 30px;}
    .footer-bottom li {padding-right: 31px;}
    .inner .honor ul li .imgarea {height: auto;}
    .page_contactindex li {margin: 0 10px;}
    .page_contactindex ul { margin: 0px;}
    .w1720 {position: relative;width: 95.6%;margin: 0 auto;}
    .page_picList li img {height: auto;}
    .imgarea img { width: 100%;height: auto;transition: all 0.5s;}
    .inner .case li .imgarea {height: max-content;}
    .inner .case ul {width: 100%; margin-top: 3%; padding-left: 0px;margin: 0px;}
    header ul.nav-header li a::after {bottom: 12px; transition: all .3s;}
    header ul.nav-header li a {font-size: 16px;color: #fff;  /*font-weight: bold;*/}
    
    header ul.nav-header li{display:inline-block;font-size:0.4rem;padding: 0px 0.85rem;position:relative;}
}    
    
@media only screen and (max-width: 1380px){
.new-bottom .name {font-size: 14px;color: #666666;padding-top: 25px;}
}

@media only screen and (max-width: 1300px){
    header .logo {width: 17%;}
    header ul.nav-header li {font-size: 0.4rem;padding: 0px 1rem;}
}


@media only screen and (max-width: 1110px){
    header ul.nav-header li a {font-size: 12px;color: #fff;font-weight: bold;}
    header ul.nav-header li { font-size: 0.4rem; padding: 0px 0.8rem;}
}


@media only screen and (max-width: 990px){
    header ul.nav-header { display: none;}
    .mobile-menu {display: inline-block;}
    .mobile-menu a#hamburger {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
    header .logo {
    width: 35%;
}
    html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(250px,0,0)!important;
    transform: translate3d(250px,0,0)!important;
}
}
@media only screen and (max-width: 768px){
   .inner .newslist li {
    width: 47%;
} 
}
@media only screen and (max-width: 767px){
.hidden-xs {
    display: none!important;
    }
    .footer-top ul {
    width: 100%;
}
    .page_picList ul.row {
    padding-left: 0px;
}
    .page_picList li img {
    transition: all 0.6s;
    margin: auto;
    height: auto;
}
    .phone_fixed_menu {
    display: block;
}
}
@media only screen and (max-width: 640px){
	.new-bottom .name {width: 300px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .eg img {
    display: none;
}
    footer {
    background: #f5f5f6;
    padding-bottom: 25px;
    margin-bottom: 31px;
}
.inner .honor ul li {
    text-align: center;
    width: 46%;
    margin: 2%;
    font-size: 16px;
    margin-bottom: 40px;
    float: left;
}
    .inner .honor ul {
    margin-top: 3%;
    width: 100%;
    padding-left: 0px;
}
    .page_contactindex.ptb80mb30 .flex {
    display: block;
}
    .page_contactindex li {
    display: flex;
    flex: 1;
    width: 100%;
    margin-left: 0px!important;
        margin-bottom: 15px
}
    .contact-page .com_nav {
 
    margin: 0px;
    padding-top: 15px;
}
    .pho-banner {
    display: block;
}
    .pc-banner {
    display: none;
}
    .banner-swiper .banner-pagination {
    position: absolute;
    right: 5.2%;
    bottom: 17px;
    z-index: 10;
}
    .top_nav {
    display: none;
}
    .eg li a {
    color: #fff;
    font-size: 15px;
}
    .eg li {
    display: inline-block;
    margin-right: 15px;
}
    .eg li a::after {
    right: -11px;
}
    header .logo {
    width: 47%;
}
    .w1720 {
    position: relative;
    width: 93.6%;
    margin: 0 auto;
}
.new-bottom ul {
    list-style-type: none;
    background: #fafafb;
    margin-bottom: 0px;
    padding-left: 20px;
}
.news .container {
    background: #fff;
    margin-top: 0px;
    border-radius: 0px;
}
    .new-bottom {
    padding-bottom: 0px;
}
    .about-tianyan .kapian .chang {
    width: 100%;
}
    .about-tianyan .kapian .kapian-div {
    width: 100%;
}
    .footer-top ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    padding: 18px 0px;
}
    .footer-top ul li a::after {
    content: '';
    width: 0px;
}
    footer .container {
    padding-top: 15px;
}
    .jishu {
    display: none;
}
    .footer-bottom li {
    display: inline-block;
    font-size: 18px;
    color: #646465;
    padding-right: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
    .footer-bottom li i {
    display: none;
}
    .footer-bottom {
    background: #f5f5f6;
    margin: 0px -15px;
}
    .zou {
    padding-bottom: 0px;
}
.footer-weixin {
    display: none;
}
    .footer-bottom span {
    width: 100%;
    text-align: center;
}
    .subbanner img {
    min-height: 200px;
}
    .page_contactindex li:first-child , .page_contactindex li:nth-child(2) {
    width: 48%;
        float: left;
}
    .page_contactindex li:first-child{
        margin-right: 3%;
    }
    .page_contactindex li:nth-child(2){
        margin: 0px;
    }
    .page_aboutindex .panel1 h4 {
    font-size: 19px;
    color: #333;
    padding: 16px 0 0;
    line-height: 1.5;
    font-weight: bold;
}
}

@media only screen and (max-width: 480px){
    .inner .newslist, .inner .newslist li {
    width: 100%;
}
}
@media only screen and (max-width: 640px){
.ptb80mb30 {
    padding-top: 10px;
    padding-bottom: 20px;
}

