img{
    border:0px;
}
.casebanner{
	width:100%;
	height: 441px;
	background: url(../images/1920x314.jpg) center center no-repeat;
}
.casetitlogo{
	width: 250px;
	display: block;
	margin: auto;
	padding-top: 135px;
    margin-bottom: 40px;
}
.caseflxz{
	width: 750px;
	height: 100px;
	margin: auto;
}
.caseflxz1{
	width: 20%;
	float: left;
	height: 100%;
	text-align: center;
	transition: all 0.3s ease;
}
.caseflxz1 a{
	display: block;
	width: 100%;
	height: 100%;
}
.caseflxz1:hover{
	transform: scale(1.05);
}
.caseflxz1 i{
	color: #FFFFFF;
    margin-bottom: 25px;
    font-size: 48px;
    margin-top: 28px;
    display: inline-block;
}
.caseflxz1 p{
	font-size: 16px;
	color: #FFFFFF;
}
.casebg3841{
	background-color: #f1426d;
}
.casebg3842{
	background-color: #ffbb32;
}
.casebg3919{
	background-color: #038bb3;
}
.casebg3918{
	background-color: #00c693;
}
.casebg3843{
    background-color: #e89821;
}
.caseflxzlitit{
	width: 100%;
	padding: 30px;
	margin-top: -40px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	-moz-box-shadow:0px 2px 10px #BABABA; -webkit-box-shadow:0px 2px 10px #BABABA; box-shadow:0px 2px 10px #BABABA;
}
.caseflxzlitit01{
	width: 7%;
	float: left;
	color: #666;
}
.caseflxzlitit02{
	width: 82%;
	float: left;
	max-height: 30px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.caseflxzlitit03{
	width: 5%;
	float: right;
	color: #50b7c1;
	font-size: 15px;
	cursor: pointer;
}
.caseflxzlitit03 i{
	margin-left: 3px;
}
.caseflxzlitit02 li a{
	display: inline-block;
	font-size: 15px;
	color: #595757;
	margin: 0 8px;
	margin-bottom: 15px;
	transition: all 0.3s ease;
}
.caseflxzlitit02 li a:hover{
	color: #50b7c1;
}
.caseflxzlitit1{
	margin: 10px 0;
}
.caseflxzlitit02 li .caseflxzlitit02name{
	color: #50b7c1;
}
.caseflxzlitit03 img{
	width: 15px;
	float: left;
	margin-left: 3px;
}
.caseflxzlitit03 span{
	float: left;
}
.casenrlb{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 50px;
}
.casenrlb li{
	width: 31.33%;
	float: left;
	margin: 20px 0;
	margin-right: 3%;
}
.casenrlb li:nth-child(3n){
	margin-right: 0;
}
.casenrlb li a img{
	width: 100%;
}
.casenrlb li a{
	display: block;
	position: relative;
}
.casenrlb li:hover> a .casenrlbzz{
	opacity: 1;
}
.casenrlbzz{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.3s ease;
}
.casenrlbzz1{
	position: absolute;
    width: 80%;
    left: 10%;
    top: 39%;
    padding: 15px 0;
}
.casenrlbzz1:after{
	width: 30%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 35%;
	content: '';
	top: 0;
}
.casenrlbzz1:before{
	width: 30%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 35%;
	content: '';
	bottom: 0;
}
.casenrlbzz1 h4{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.casenrlbzz1 p{
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}
.casenrlb1{
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.casenrz{
	width: 79%;
	margin: auto;
	max-width:1600px;
    margin-bottom: 50px;
}
.pre a, .next a, .core a{
    transition: all 0.3s ease;
}
.pre a:hover{
    background-color:#69cad4;
    border-color: #69cad4;
    color: #fff;
}
.next a:hover{
    background-color: #69cad4;
    border-color: #69cad4;
    color: #fff;
}
.core a:hover{
    background-color: #69cad4;
    border-color: #69cad4;
    color: #fff;
}
.casename a{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    /* margin-bottom: 30px; */
    color: #222222;
    transition: all 0.3s ease;
}
.casenrlb li:hover> .casename a{
   color:#69cad4;
}

.type3 {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    display: block;
    font-size: 18px;
    margin: 1em auto;
}

.type3 {
    color:#ffffff;
}
.type3::after, .type3::before {
    content:"";
    display:block;
    position:absolute;
    width:20%;
    height:20%;
    border:2px solid;
    transition:all 0.6s ease;
    border-radius:2px;
}
.type3::after {
    bottom:0;
    right:0;
    border-top-color:transparent;
    border-left-color:transparent;
    border-bottom-color:#ffffff;
    border-right-color:#ffffff;
}
.type3::before {
    top:0;
    left:0;
    border-bottom-color:transparent;
    border-right-color:transparent;
    border-top-color:#ffffff;
    border-left-color:#ffffff;
}
.type3:hover:after, .type3:hover:before {
    border-bottom-color:#ffffff;
    border-right-color:#ffffff;
    border-top-color:#ffffff;
    border-left-color:#ffffff;
    width:100%;
    height:100%;
}
.casenrlbzz1:before, .casenrlbzz1:after{
    display: none;
}
.casenrlbzz1{
    padding:0;
}
/*联系我们*/
.contactbanner{
    width: 100%;
    height: 499px;
    background: url(../images/contactbanner.jpg) center center no-repeat;
}

.contacttit{
    width: 500px;
    display: block;
    margin: auto;
    padding-top: 135px;
    position: relative;
}
.contactfs{
    width: 415px;
    position: absolute;
    right: -78px;
    top: 250px;
}
.contactfs h4{
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.contactfs h5{
    width: 100%;
    height: 3px;
    background-color: #0066cc;
    margin: 5px 0;
}
.contactfs p{
    font-size: 19px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.contacttit img{
    width: 100%;
}
.contact1{
    width: 1200px;
    margin:80px auto;
}
.contact1left{
    width: 30%;
    float: left;
}
.contact1right{
    width: 65%;
    float: right;
}
.contact1righttit{
    margin-top: 30px;
}
.contact1righttit h4{
    font-size: 33px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact1righttit p{
    font-size: 17px;
    color: #666666;
    font-weight: bold;
}
.contact1rightnr{
    width: 100%;
    float: left;
    margin-top: 60px;
}
.contact1rightnr li{
    width: 48%;
    float: left;
    padding: 35px 30px;
    margin-bottom: 30px;
    -moz-box-shadow:0px 0px 7px #D9D9D9; -webkit-box-shadow:0px 0px 7px #D9D9D9; box-shadow:0px 0px 7px #D9D9D9;
    transition: all 0.3s ease;
}
.contact1rightnr li:hover{
    -moz-box-shadow:0px 0px 9px #C9C9C9; -webkit-box-shadow:0px 0px 9px #C9C9C9; box-shadow:0px 0px 9px #C9C9C9;
}
.contact1rightnr li:nth-child(2n){
    float: right;
}
.contact1rightnr li img{
    width: 50px;
    float: left;
    margin-left: 45px;
}
.contact1rightnr li p{
    float: left;
    font-size: 22px;
    margin-left: 42px;
    line-height: 50px;
}
.contact1rightnr li p a{
    float: left;
    font-size: 22px;
    line-height: 50px;
    display: block;
    color: #222222;
}
.contact2{
    width: 1200px;
    margin: auto;
}
.contact2tit{
    margin-bottom: 30px;
}
.contact2tit h4{
    font-size: 33px;
    text-align: center;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
}
.contact2tit p{
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #666;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.contact2 .casenrlb{
    margin-bottom: 30px;
}
.contact2gd{
    width: 100px;
    display: block;
    line-height: 35px;
    text-align: center;
    color: #666666;
    margin: auto;
    font-size: 15px;
    border: 1px solid #dddddd;
    border-radius: 15px;
    transition: all 0.3s ease;
}
.contact2gd:hover{
    background-color: #50b7c1;
    border: 1px solid #50b7c1;
    color: #FFFFFF;
}
.contact3{
    width: 1200px;
    margin: 80px auto;
}
.textC {
   position: absolute;
   width: 100%;
   overflow: hidden;
   /* margin-top: 100px; */
   line-height: 30px;
   /* margin-left: 300px; */
   height: 30px;
}
.textC span {
   color: #222222;
   font-size: 30px;
   font-family: "微软雅黑";
   position: absolute;
}
.contact3main{
    width: 100%;
}
.contact3main1{
    width: 100%;
    float: left;
    margin: 30px 0;
}
.contact3main01{
    width: 25%;
    float: left;
    position: relative;
    margin-bottom: 20px;
}
.contact3main01 h4{
    text-align: center;
    font-size: 50px;
    line-height: 50px;
    color: #222222;
    margin-bottom: 15px;
}
.contact3main01 h4 i{
    font-size: 23px;
    line-height: 22px;
    vertical-align: top;
    margin-left: 5px;
    vertical-align: text-top;
}
.contact3main01 p{
    text-align: center;
    font-size: 15px;
    color: #878787;
}
.contact3main02{
    width: 100%;
    padding:10px 20px;
}
.contact3main02 a img{
    width: 100%;
}
.contact3main2 a{
    display: block;
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}
.contact3main2 a:nth-child(4n){
    margin-right: 0;
}
.contact4{
    width: 1200px;
    margin: auto;
    margin-bottom: 80px;
    position: relative;
}
.contact4left{
    width: 45%;
    position: absolute;
    height: 400px;
    background-color: #FFFFFF;
    left: 0;
    top: 50px;
    padding: 45px;
    z-index: 2;
    -moz-box-shadow:0px 0px 7px #C2C2C2; -webkit-box-shadow:0px 0px 7px #C2C2C2; box-shadow:0px 0px 7px #C2C2C2;
}
#container{
    width: 60%;
    height: 500px;
}
.contact4left1{
    width: 100%;
}
.contact4left1 h4{
    font-size: 25px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 10px;
}
.contact4left1 p{
    font-size: 15px;
    font-weight: bold;
    color: #666;
    margin-bottom: 5px;
}
.contact4left2{
    width: 100%;
    margin-top: 23px;
}
.contact4left2 h4{
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}
.contact4left2 p{
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

/*关于我们*/
.aboutbanner {
    width: 100%;
    height: 499px;
    background: url(../images/aboutbanner.jpg) center center no-repeat;
}
.aboutbannertit {
    width: 300px;
    display: block;
    margin: auto;
    padding-top: 150px;
    position: relative;
}
.aboutbannertit img{
    width: 100%;
}
.about1{
    width: 1200px;
    margin: auto;
}
.about1main{
    padding-top: 20px;
    margin-top: -99px;
    background-color: #ffffff;
    -moz-box-shadow:0px 0px 7px #C2C2C2; -webkit-box-shadow:0px 0px 7px #C2C2C2; box-shadow:0px 0px 7px #C2C2C2;
    
}
.about1main1{
    width: 100%;
    margin: 80px 0;
}
.about1main1 p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 15px 0;
    letter-spacing: 1px;
    text-align: justify;
}
.about1main1 p span{
    color: #3399cc;
}
.about2{
    width: 1200px;
    margin: auto;
}
.about2main{
    width: 100%;
    margin-top: 50px;
}
.about2left{
    width: 48%;
    float: left;
    padding: 100px 0;
    padding-left: 100px;
    position: relative;
}
.about2right{
    width: 42%;
    float: right;
    margin-top: 75px;
}
.about2right:before
.about2left .swiper-container{
    width: 100%;
    height: 316px;
    overflow: hidden;
}
.swiper-slide img{
    width: 100%;
}
.about2left:after{
    width: 300px;
    height: 100%;
    content: '';
    background-color: #cc5eff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #c958fe 0%,#a151eb 100%);
}
.swiper-pagination{
    display: block;
    left: 75px;
    top: 63px;
}
.swiper-pagination-bullet{
    display: block;
    margin: 70px 0;
}
.swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: .2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}
.about2right1{
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.about2right1 img{
    width: 60px;
    float: left;
}
.about2right01{
    width: 80%;
    float: right;
}
.about2right01 h4{
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
}
.about2right01 p{
    font-size: 15px;
    color: #666666;
    line-height: 20px;
}
.about3{
    width: 100%;
    height: 400px;
    margin: 80px 0;
    background: url(../images/aboutbanner2.jpg) center center no-repeat;
}
.about3main{
    text-align: center;
    padding-top: 135px;
}
.about3main h4{
    font-size: 35px;
    color: #222222;
    margin-bottom: 15px;
    font-weight: bold;
}
.about3main p{
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
}
.about3main a{
    width: 120px;
    line-height: 35px;
    display: inline-block;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    background: linear-gradient(to right, #57dfa2 0%,#a0e758 100%);
}
.about4{
    width: 1000px;
    margin: auto;
    margin-bottom: 80px;
}
.about4lb1tit{
    line-height: 40px;
    font-size: 17px;
    color: #666666;
    position: relative;
}
.about4lb1tit b{
    font-weight: normal;
    margin-left: 20px;
}
.about4lb1tit span{
    width: 30px;
    display: block;
    height: 30px;
    background: url(../images/jtxia.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 5px;
}
.about4lb1nr{
    padding: 15px 0;
}
.about4lb1nr p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.about4lb1{
    max-height: 40px;
    overflow: hidden;
    margin: 20px 0;
    transition: all 0.5s ease;
}
.about4lb2 .about4lb1tit{
    border-bottom: 2px solid #666;
}
.about4lb2{
    max-height: 500px;
    transition: all 1s ease;
}
.about4lb2 .about4lb1tit span{
    width: 30px;
    display: block;
    height: 30px;
    background: url(../images/jtshang.png);
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 5px;
}
/*分页*/
.newscontent_page{
    text-align: center;
    margin:15px 0;
}
.pre a, .next a{
    display: inline-block;
    min-width: 36px;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 0 4px;
    font-size: 15px;
    padding: 0 10px;
    background-color: #fff;
    color: #999;

}
.core, .pre, .next{
    display: inline-block;
}
.core a{
    min-width: 36px;
    line-height: 36px;
    display: inline-block;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    margin: 0 5px;
    background-color: #fff;
    color: #999;
}
.core .curr{
    background-color: #50b7c1;
    border-color: #50b7c1;
    color: #fff;
}
.aboutbanner canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.aboutbannertit {
    z-index: 2;
    position: relative;
}
.about1main {
    z-index: 2;
    position: relative;
}
.casebanner canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.casetitlogo {
    z-index: 2;
    position: relative;
}
.caseflxz{
    position: relative;
    z-index: 2;
}
.casename span{
    margin:0 3px;
    display: none;
    vertical-align: text-top;
}
.contactbanner canvas{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.contacttit {
    z-index: 2;
    position: relative;
}
.casenrlb li h4 a{
    display: inline-block;
    max-width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.casename1{
    border-right: 1px solid #222222;
    padding-right: 5px;
    margin-right: 5px;
}
.casename{
    transition: all 0.3s ease;
    text-align: center;
}
.casenrlb li:hover> h4{
  color: #50b7c1;
}
.layui-layer-setwin .layui-layer-close2 {
    position: absolute !important;
    right: -15px !important;
    top: -15px !important;
    width: 100px !important;
    height: 100px !important;
    margin-left: 0 !important;
    background-position: 0px 0px !important;
    background: url(/static/v2/images/homegbimg.png?v=2);
    background-size: 100%;
}
.bhgrys{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #50b7c1;
    line-height: 50px;
    margin-bottom: 80px;
}
.casenrlb{
    min-height: 400px;
}
.yingsilogo{
    display: block;
    width: 80px;
    margin: auto;
    margin-top: 80px;
}
/*新闻中心*/
.newsbanner{
    width: 100%;
    height: 440px;
    background: url(../images/newsbanner.jpg) center center no-repeat;
}
.newmain{
    width: 1200px;
    margin: 80px auto;
}
.newmainleft{
    width: 75%;
    float: left;
    padding-right: 30px;
}
.newslb{
    width: 100%;
}
.newslb1{
    padding: 0 0 35px;
    margin: 0 0 50px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.newslb1left{
    width: 40%;
    height: 190px;
    float: left;
    overflow: hidden;
    position: relative;
}
.newslb1left a img{
    width: 100%;
    transition: all 0.3s ease;
}
.newslb1:hover>.newslb1left a img{
    transform: scale(1.05);
}
.newslb1leftzz{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}
.newslb1:hover>.newslb1left .newslb1leftzz{
    opacity: 1;
}
.newslb1right{
    width: 60%;
    float: left;
    padding: 0 0 0 25px;
}
.newslb1right h4 a{
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #202020;
    margin: 0 0 20px;
    transition: all 0.3s ease;
}
.newslb1right h5 a{
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    transition: all 0.3s ease;
}
.newslb1right h5 a span{
    margin: 0 5px;
}
.newslb1right p{
    font-size: 15px;
    line-height: 25px;
    max-height: 50px;
    color: #74797b;
    font-weight: 400;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical; 
    display: -moz-box; 
    -moz-line-clamp: 2; 
    -moz-box-orient: vertical; 
    display: -o-box; 
    -o-line-clamp: 2; 
    -o-box-orient: vertical; 
}
.morenew{
    color: #16a4b1;
    font-size: 12px;
    line-height: 1.7em;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 22px 0 0;
    display: block;
}
.newslb1right h4 a:hover{
    color: #16a4b1;
}
.newslb1right h5 a:hover{
    color: #16a4b1;
}
.newmainright{
    width: 25%;
    float: right;
}
.newmainright1{
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.hotnew {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}
.hotnew img {
    width: 20px;
    float: left;
    margin-left: 5px;
}
.hotnew p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    float: left;
    margin: 0;
    margin-left: 3px;
}
.nofollow1 {
    color: #AAAAAA !important;
    float: right;
    font-size: 14px;
    margin-right: 5px;
}
.newmainright1 .swiper-container{
    width: 100%;
}
.alzsimg{
    max-height: 400px;
    overflow: hidden;
}
.alzsjs{
    font-size: 13px;
    width: 100%;
    line-height: 30px;
    color: #9a9a9a;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.xleft2{
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    left: 5px;
    z-index: 9;
}
.xright2{
    width: 40px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    right: 5px;
    z-index: 9;
}
.information111 {
    width: 100%;
    float: left;
}
.information {
    width: 90%;
    margin-left: 5%;
    float: left;
}
.information li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.information li:first-child .remennews {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #aa2116;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 2px;
    margin: 0;
}
.information li:nth-child(2) .remennews {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #009ad6;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 2px;
    margin: 0;
}
.information li:nth-child(3) .remennews {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #deab8a;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 2px;
    margin: 0;
}
.new-tit {
    width: 70%;
    margin: 0;
    color: #666666;
    font-size: 14px;
    margin-left: 5px;
    line-height: 20px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-tit1 {
    float: right;
    margin: 0;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
}
.new-tit a{
    color: #666666;
}
.remennews {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #AAAAAA;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    margin: 0;
}
.newdetailtit{
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #202020;
    text-align: center;
}
.newdetailtime{
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #DDDDDD;
}
.newdetailmain{
    padding: 0 0 30px;
    margin: 0 0 50px;
    min-height: 700px;
    border-bottom: 1px solid #e1e1e1;
}
.newdetailmain p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgb(105, 105, 105);
}
.newdetailtime span{
    margin: 0 5px;
}
.newstj{
    width: 100%;
}
.newstj1{
    width: 33.3333%;
    padding: 0 10px;
    float: left;
}
.newstj1 .newstj1img{
    width: 100%;
    height: 147px;
    overflow: hidden;
    display: block;
    position: relative;
}
.newstj1 a img{
    width: 100%;
    display: block;
    transition: all 0.3s ease;
}
.newstj1:hover> a .newslb1leftzz{
    opacity: 1;
}
.newstj1:hover> a img{
    transform: scale(1.05);
}
.newstj1:hover> h4 a{
    color: #16A4B1;
}
.newstj1 h4 a{
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 500;
    color: #202020;
    margin: 0 0 10px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.newstj1 h5 a{
    display: block;
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
    transition: all 0.3s ease;
}
.tjydtit{
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 30px;
}
.alzsjs {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 35px;
    background: rgba(0,0,0,0.8);
}
.alzsjs a{
   font-size: 13px;
   width: 100%;
   line-height: 35px;
   color: #ffffff;
   text-align: center;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
}
.newslb1right h5{
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 8px;
}
.newscontent_page1{
    text-align: center;
}
.hotnew {
    position: relative;
    z-index: 9;
}
.newdetailmain p{
    font-size: 16px !important;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 16px;
    word-wrap: break-word;
}
.newdetailmain p span{
    font-size: 16px !important;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 16px;
    word-wrap: break-word;
}
.newdetailmain p a{
    font-size: 16px;
    color: #03A9F4;
}
.newdetailmain p img{
    max-width: 100%;
}
.newstj1 h5{
    color: #666;
}
.newstj1 .newstj1img{
    border-radius: 5px;
}
.newstj1 .newstj1img1{
    height: 230px;
}
.newxqright1{
    width: 100%;
    padding: 20px;
    background-color: #50b7c1;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}
.ymgb1{
  position: absolute;
  width: 100px;
  height: 100px;
  right: 0px;
  top: 0px;
  z-index: 99;
}
.ymgb1 img{
    width: 100%;
}
.newxqright1 h4{
    font-size: 18px;
    font-weight: bold;
    padding-right: 40px;
    margin: 0;
    margin-bottom: 10px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newxqright1x{
    width: 20%;
    height: 4px;
    margin-bottom: 10px;
    background-color: #ffffff;
}
.newxqright1 h5{
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}
.newxqright1 h6{
    margin: 10px 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    height: 66px;
    font-weight: normal;
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    display: -moz-box; 
    -moz-line-clamp: 3; 
    -moz-box-orient: vertical; 
    display: -o-box; 
    -o-line-clamp: 3; 
    -o-box-orient: vertical; 
}
.newxqwright1xq{
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
}
.newxqwright1xq span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background-size: 100%;
    /* float: left; */
    margin-left: 2px;
    vertical-align: initial;
    transition: all 0.3s ease;
    animation: containerwright1xqyidong 1.5s infinite;
    -webkit-animation: containerwright1xqyidong 1.5s infinite;
}
.newxqwright1xq:hover{
    color: #a9eaff;
}
.newxqwright1xq:hover>span{
    color: #a9eaff;
}
@keyframes containerwright1xqyidong {
    0% {
        margin-left: 2px;
    }

    50% {
        margin-left: 5px;
    }

    100% {
        margin-left: 2px;
    }
}
.newxqrightjr{
    font-size: 13px;
    color: #ffffff;
    display: block;
    width: 100px;
    text-align: center;
    transition: all 0.3s ease;
    margin: auto;
    line-height: 25px;
    border-radius: 14px;
    background: #50b7c1;
}
.newxqrightjr:hover{
    background: #F44336;
}
.newxqright1sjewm{
    width: 100%;
}
.newxqright1sjewm img{
    width: 100%;
}
.newxqin2 {
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;
    margin-right: 2%;
    border-radius: 5px;
    outline: none;
}
.newxqtij{
    width: 126px;
    margin-top: 10px;
    resize: none;
    height: 35px;
    background-color: #328cd4;
    border: none;
    color: #FFFFFF;
    transition: all 0.5s ease;
    cursor: pointer;
}
.newxqtij:hover {
    background-color: #585858;
}
.cacedd{
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;

}
.cacedd p{
    font-size: 15px;
    line-height: 20px;
    color: #666;
}
.casexqzjx{
    width: 100%;
    margin:15px 0;
    border-bottom: 1px dashed #dddddd;
}
.cacedd1{
    margin-top: 20px;
    margin-bottom: 50px;
    min-height: 500px;
}
.cacedd1 p{
    font-size: 15px;
    line-height: 20px;
}
.cacedd1 p img {
    max-width: 600px;
    margin: auto;
    display: block;
}
.newxqright1sjewm .newxqright1sjewmimg1{
    width: 70%;
    margin-left: 15%;
}
.newxqright1sjewm p{
    font-size: 13px;
    text-align: center;
    margin: 10px 0;
    color: #ffffff;
}
.newxqright1sjewm p span{
    font-size: 15px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.newxqright1sjewm .newxqright1sjewmimg2{
    width: 20px;
    display: block;
    margin:auto;
    margin-bottom: 10px;
}
.newxqright1sjewm .newxqright1sjewmimg3{
    width: 70%;
    margin-left: 15%;
}
.cacedd1 p span{
    font-size: 16px !important;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 16px;
    overflow-x: auto;
    word-wrap: break-word;
}
.cacedd1 p{
    font-size: 16px !important;
    color: #4f4f4f;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 16px;
    overflow-x: auto;
    word-wrap: break-word;
}
.newslb1leftzz .casenrlbzz1{
    top: 31%;
}
.caseflxz1btbj{
    width: 50px;
    height: 50px;
    margin: 10px auto;
   }

@media only screen and (max-width: 1560px){
    .casenrz{
        width: 89%;
    }
}
@media only screen and (min-width: 1920px){
    .casebanner{
        background-size: 100%;
    }
    .contactbanner{
        background-size: 100%;
    }
    .aboutbanner{
        background-size: 100%;
    }
    .about3{
        background-size: 100%;
    }
    .newsbanner{
        background-size: 100%;
    }
}

.naddfooter{
    width: 100%;
    background: #222222;
    padding: 30px 0;
}
.naddfootermain{
    width: 79%;
    max-width: 1600px;
    margin: auto;
}
.naddfooterleft{
    width: 56%;
    float: left;
    margin-right: 2%;
    padding-right: 2%;
    border-right: 1px solid #a0a0a0;
}
.naddfooterleft1{
    width: 100%;
    float: left;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #a0a0a0;
}
.naddfooterleft1 img{
    height: 50px;
    float: left;
}
.naddfooterleft1 p{
    float: left;
    color: #FFFFFF;
    line-height: 20px;
    margin-left: 10px;
    font-size: 15px;
    margin-top: 5px;
}
.naddfooterleft2{
    width: 100%;
}
.naddfooterleft2 h1{
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.naddfooterleft2 p{
    width: 100%;
}
.naddfooterleft2 p a{
    display: block;
    float: left;
    line-height: 30px;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 7px;
    transition: all 0.3s ease;
}
.naddfooterleft2 p a:hover{
    color: #DDDDDD;
}
.naddfooterright{
    width: 40%;
    float: right;
}
.naddfooterright1{
    width: 70%;
    float: left;
}
.naddfooterright1 h4{
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 0;
}
.naddfooterright1 p{
    width: 100%;
    position: relative;
    padding-left: 30px;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
}
.naddfooterright1 p i{
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 8px;
}
.naddfooterright2{
    width: 100px;
    float: right;
    margin-top: 25px;
}
.naddfooterright2 img{
    width: 100%;
}
.naddfooterright2 p{
    font-size: 14px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
}
.naddfooterbq{
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    font-size: 14px;
}
.naddfooterbq a{
    color: #FFFFFF;
}
.contact3main02{
    width: 100%;
    padding:10px 20px;
}
.contact3main02 a img{
    width: 100%;
}
.contact3main2 a{
    display: block;
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}
.contact3main2 a:nth-child(4n){
    margin-right: 0;
}
.zgaba{
    margin: 0 5px;
}
.zgaba img{
    display: inline-block;
    width: 20px;
    vertical-align: bottom;
    margin-right: 3px;
}

@media only screen and (max-width: 1560px){
    .naddfootermain{
        width: 89%;
        min-width: 1200px;
    }
    
}