@charset "UTF-8";
.fu_bg{
    width: 100%;
    height: 550px;
    max-width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}
.fu_bg{
    position: relative;
}
.fu_inner{
    width:100%;
    position: absolute;
    top:45%;
    margin-top: -35px;
    text-align: center;
}
.fu_text h1{
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    font-family: Arial;
    margin-bottom: 2%;
}

.fu_text p{
    font-size:20px;
    color:#fff;
    padding-bottom:40px;
}
.hyjs h1,.hyjs p{
    color:#033333;
}
.fu_btn{
    display: inline-block;
    background-color: #00A0E9;
    font-size:14px;
    color: #fff;
    width: 140px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.fu_btn a{
    color: #fff;
    font-family: Arial;
}
.title_d{
    padding: 60px 0 0;
}
.tit_top {
    display: flex;
    text-align: center;
    padding-bottom: 60px;
    justify-content: space-around;
}
.tit_top_ico{
    /*width: 80px;*/
    display: inline-block;
    /*margin:0 120px ;*/
}
.tit_top_ico p{
    font-size: 18px;
    color: #707070;
}
.sti_hide{
    display: none;
}
.tit_top_ico:hover p,.tit_top_ico.active p{
    color: #00A0E9;
}
.tit_top_ico:hover .sti_hide,.tit_top_ico.active .sti_hide{
    display: block;
    margin:0 auto;
}
.tit_top_ico:hover .sti_show,.tit_top_ico.active .sti_show{
    display: none;
}
.dtm ul{
    display: flex;
    text-align: center;
    justify-content: center;
}
.dtm ul li{
    /*float: left;*/
    text-align: center;
    width: 25%;
    padding-bottom: 60px;
    border-bottom: 2px solid transparent;
}
.prolist ul li{
    width: 20%;
}
.dtm ul li span{
    font-size:16px;
    /*padding-left: 10px;*/
}
.prolist ul li span{
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.prolist ul li:hover .sti_hide,.prolist ul li.active .sti_hide{
    display: block;
    margin: 0 auto;
}
.prolist ul li:hover .sti_show,.prolist ul li.active .sti_show{
    display: none;
    margin: 0 auto;
}


.dtm ul li.active,.dtm ul li:hover{
    border-bottom: 2px solid #00a0e9;
}
.dtm ul li.active span,.dtm ul li:hover span{
    color:#00a0e9;
}
/*页码*/
.mypage {
    clear: both;
    width:100%;
    height:auto;
    border:#f00 0  solid;
    margin:0 auto;
    padding: 50px 0 60px 0;
    text-align:center;
    font-size: 16px;
}
.ph_dis{
    display: none;
}
.mypage a{
    color:#000;
    width:auto;
    height:auto;
    padding:7px 11px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #ccc;
    /*background: #F5F5F5;*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #f8dfa1;
    /*background: #9F2623;*/
    border:1px solid #ccc;
    border-radius: 100%;
}

.inner{
    width: 1200px;
    margin: 0 auto;
}
.main-md{
    width: 1200px;
    margin: 0 auto;
}
.line{
    border-top: 1px solid #DCDCDC;
    position: relative;
    top:0;
}
.contents_text h4{
    font-size: 30px;
    color: #00a0e9;
    line-height: 40px;
}
.contents_text{
    padding: 50px 0;
    /*color: #999999;*/
    color: #4e4c4c;
}
.contents_text h2,.contents_list h2{
	font-size: 30px;
    color: #00a2ea;
    margin-bottom: 25px;
}
.contents_text h6,.contents_list h6{
	font-size: 26px;
    color: #00a2ea;
    margin-bottom: 25px;
}
.contents_text p{
    font-size: 16px;
    line-height: 45px;
}
.contents_text p img,.contents_text img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.contents_list p{
    font-size: 16px;
    line-height: 45px;
}
.contents_list p img,.contents_list img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.blue{
    color: #00a0e9;
}
.pto_tit{
    padding-left: 15px;
    font-size: 18px;
    line-height: 45px;
}
.contents_text p img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.contents_list{
    padding: 60px 0;
}
.contents_list ul li{
    float: left;
    width: 25%;
    text-align: center;
    margin-bottom: 3%;
}
.contents_list ul li:hover p{
    color: #00A0E9;
}
.contents_list ul li a{
    display: block;
    padding: 0 15px;
}
.contents_img{
    border: 1px solid #ccc;
}
.contents_img img{
    width: 100%;
}
.contents_list ul li p{
    font-size: 16px;
    color: #707070;
    padding: 15px 0;
}

/*产品列表详情*/
.return{
    margin: 30px auto 60px;
}
.return a{
    font-size: 14px;
    color:#00a0e9;
}
.return h1:after{
    content:"";
    display: block;
    clear: both;
}
.return h1{margin:20px auto 0;}
/*动态*/
.dongtai{
    padding:30px 0 0 0;
}
.dongtai .dtm ul li{
    padding-bottom: 20px;
    width: 33.33%;
}
.news{
    margin:30px auto;
}
.news-title h1{
    font-size:25px;
    font-family:Arial-BoldMT;
    font-weight:bold;
    margin-bottom: 20px;
    color:rgba(18,77,93,1);
}
.news-title b{
    vertical-align: middle;
    display: inline-block;
    width:117px;
    height:2px;
    background:rgba(238,176,19,1);
}
.news-nr{
    display: flex;
    padding: 40px 0;
}
.news-nr .dongtai-left{
    width: 100%;
}
.news-nr-lf{
    width:70%;
    margin-right: 5%;
}
.news-nr-rt{
    width: 25%;
}
.news-nr-lf div ul li a{
    display: flex;
}
.news-nr-lf div ul li{ padding: 15px 0; margin-top: 15px;transition: 0.5s all ease-in-out; -moz-transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out;}

.news-nr-lf div ul li div.ft{ width: 10%;padding-left: 5px;}
.news-nr-lf div ul li div.sd{ width: 20%;}
.news-nr-lf div ul li div.td{ width: 70%;padding:10px 20px; }

.news-nr-lf div ul li div.ft h2{
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #D0D0D0;
    font-size:14px;
    font-family:ArialMT;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.news-nr-lf div ul li div.ft h2 span{
    display: block;
    margin-bottom: 5px;
    font-size:24px;
    font-family:ArialMT;
    font-weight:400;
    color:rgba(0,0,0,1);
}
.news-nr-lf div ul li div.sd img{ width: 100%;height: 100%;}
.news-nr-lf div ul li div.td h1{
    font-size:18px;
    font-family:Arial-BoldMT;
    font-weight:bold;
    color:rgba(20,20,20,1);
    line-height:35px;
}
.news-nr-lf div ul li div.td p{
    font-size:14px;
    font-family:MyriadPro-Regular;
    font-weight:400;
    color:rgba(111,111,111,1);
    line-height:22px;
    text-align: left;
    margin-bottom: 25px;
}
.news-nr-lf div ul li div.td i{
    font-size: 25px;
    color:#999999;
}
.news-nr-lf div ul li:hover{ background: #00bfd3;transition: 0.5s all ease-in-out; -moz-transition: 0.5s all ease-in-out; -webkit-transition: 0.5s all ease-in-out;}
.news-nr-lf div ul li:hover .ft h2{ color:#fff; }
.news-nr-lf div ul li:hover .ft h2 span{ color:#fff; }
.news-nr-lf div ul li:hover .td h1{ color:#fff; }
.news-nr-lf div ul li:hover .td p{ color:#fff; }
.news-nr-lf div ul li:hover .td i{ color:#fff; }

.lines{
    display: block;
    border-top: 1px solid #ECECEC;
    width: 75%;
    float: right;
    margin: 20px auto;
}

.oldnewstit h1{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    color:rgba(20,20,20,1);
    line-height:35px;
    padding: 0 10px;
    border-bottom:1px solid #141414;
}
.oldnewstit h1 i{color:#124D5D;font-size: 14px;}
.oldnews ul li:after{
    content:"";
    display: block;
    clear: both;
}
.oldnews ul li{margin-top:20px;}
.oldnews ul li div:first-child{
    width:35%;
    float: left;
}
.oldnews ul li div:last-child{
    width:65%;
    padding:0 5px 0 10px;
    float: left;
}
.oldnews ul li div:first-child img{
    width: 100%;
}
.oldnews ul li div:last-child h1{
    font-size:14px;
    font-weight:bold;
    line-height: 20px;
    color:rgba(20,20,20,1);
}
.oldnews ul li div:last-child p{
    font-size:12px;
    font-weight:400;
    color:rgba(111,111,111,1);
    line-height:17px;
}
.newsdetail img{
    max-width: 100%;
    display: block;
}
.dongtaidetail p img{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.dongtaidetail{padding-bottom: 40px;}
.dongtaidetail h1{
    font-size:25px;
    font-weight:300;
    color:rgba(18,77,93,1);
    line-height:30px;
}
.dongtaidetail h2{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.dongtaidetail h2 span{color:#EEB013;}
.dongtaidetail p{
    margin:10px auto 0;
    text-align: justify;
    font-size:18px;
    font-weight:400;
    color:#909090;
    line-height:30px;
}
.f-return{
    border-bottom: 1px solid #141414;
    border-top: 1px solid #141414;
    padding:10px;
    margin-top:30px;
}
.f-return:after{
    content:"";
    display: block;
    clear: both;
}
.f-return a{
    font-size:14px;
    font-weight:normal;
    color:rgba(20,20,20,1);
    line-height:30px;
}
.f-return li:hover{
	color:#00A0E9;
}
.f-return li:hover a{
	color:#00A0E9;
}
.f-return a img{vertical-align: middle;}
.newsevent{margin:30px auto;}
.newsevent ul:after{
    content:"";
    display: block;
    clear: both;
}
.newsevent ul li{
    width: 48%;
    float: left;
    margin:0 3% 3% 0;
}
.newsevent ul li:nth-child(even){
    margin-right: 0;
}
.newsevent ul li img{
    width: 100%;
}
.newsevent-nr ul li a h1{
    font-size:24px;
    font-weight:bold;
    color:rgba(20,20,20,1);
    line-height:35px;
    margin:10px auto;
}
.newsevent-nr ul li a h2{
    font-size:14px;
    margin-bottom: 10px;
    font-weight:400;
    color:rgba(210,168,86,1);
}
.newsevent-nr ul li a p{
    font-size:16px;
    font-weight:400;
    color:rgba(111,111,111,1);
    line-height:27px;
    text-align: left;
    height: 108px;
    overflow: hidden;
}
/*行业介绍*/
.hangyejishao .dtm ul li {
    width: 50%;
}
/*.industry{background: #f6f9fa;}*/
/*联系我们*/
.dizhi ul{
    display: flex;
    justify-content: space-around;
}
.dizhi ul li{
    display: flex;
    width: 33.33%;
    padding:60px 0;
    /*padding:30px 0;*/
    text-align: center;
}
.dizhi ul li div:first-child{
	width:60px;
	height: 60px;
	float: left;
}
.dizhi ul li div:last-child{
	float: right;
    width: 75%;
    margin-left: 5%;
}
    
.dizhi ul li div img{width: 100%;}
/* .dizhi ul li:first-child div p{
    padding: 3% 0;
}
.dizhi ul li:last-child div p{
    padding: 3% 0;
} */
.dizhi ul li div h1{
    font-size:18px;
    font-weight:bold;
    font-style: italic;
    color:rgba(51,51,51,1);
    line-height:30px;
    margin-bottom: 5px;
}
.dizhi ul li div p{
    font-size:16px;
    font-weight:400;
    color:#141414;
    line-height:24px;
    text-align: left;
}
#map{
    width: 100%;
    height: 300px;
}
.titles{
    text-align: center;
    width: 80%;
    margin:0 auto;
}
.titles h1{
    font-size:24px;
    margin-bottom: 10px;
    font-weight:bold;
    color:rgba(20,20,20,1);
    line-height:24px;
}
.titles p{
    font-size:20px;
    font-weight:400;
    color:rgba(111,111,111,1);
    line-height:30px;
}
.contactme{padding: 30px 0;}
.contactme-nr{margin:50px auto;}
.contactme-nr ul li{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.contactme-nr ul li i{
    position: absolute;
    top: 20px;
    left: 5px;
}
.contactme-nr ul li label{position: relative;width: 31%;}
.contactme-nr ul li.wenben label{width: 100%;}
.contactme-nr ul li label input{
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding-left: 15px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(20, 20, 20, 1);
}
.contactme-nr ul li label input::-webkit-input-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li label input:-ms-input-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li label input:-moz-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li label textarea{
    width: 100%;
    padding:10px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(20, 20, 20, 1);
}
.contactme-nr ul li label textarea:-ms-input-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li label textarea:-moz-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li label textarea::-webkit-input-placeholder{
    font-size:14px;
    font-weight:400;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li button{
    width:165px;
    display: block;
    float: right;
    border: 0;
    height:40px;
    line-height: 40px;
    background:#eeb013;
    font-size:16px;
    font-weight:bold;
    color:rgba(20,20,20,1);
}
.contactme-nr ul li:last-child{display: block;height: max-content;}
.org{color:#EEB013;}

/*公司介绍*/
.fzlc-top,.fzlc-bottom{
    width: 38px;
    /*height:57px;*/
    margin:0 auto;
}
.lichengpath{
    display: flex;
}
.lichenglf{
    width: 50%;
    padding-left: 5%;
    border-right: 2px solid #00a0e9;
}
.lichengrt{
    padding-top: 0;
    padding-left: 0;
    padding-right: 5%;
    width: 50%;
    border-right: 0;
}
.lichenglf ul li{
    /*border:1px solid;*/
    display: flex;
}
.fzlc{
    display: block;
}
.fzlc-sj{
    display: none;
}
.fzlc-sj ul li{
    width: 100%;
    margin-bottom: 10px;
}
.fzlc-sj ul li h1{
    color:#00a0e9;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.fzlc-sj ul li p{
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
}


.lcwenzi{width: 55%;}
.lichenglf .lctupian{position:relative;width: 45%;background: url(../images/second/zquan.webp) no-repeat;background-position: right;}
.lichengrt .lctupian{position:relative;width: 45%;background: url(../images/second/yquan.webp) no-repeat;background-position: left;}
.lichenglf .lctupian h1{
    display: block;
    position: absolute;
    top: 47%;
    left: 15%;
    width: 85%;
    margin: 0 auto;
    /*width: 100%;*/
    /*height: 100%;*/
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    /*padding: 65% 20% 65% 35%;*/
}
.lichengrt .lctupian h1{
    display: block;
    position: absolute;
    top: 48%;
    left: -16%;
    right: 0;
    width: 85%;
    margin: 0 auto;
    /*width: 100%;*/
    /*height: 100%;*/
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    /*padding: 65% 35% 65% 20%;*/
}
.lcwenzi h1{
    font-size: 24px;
    color:#00a0e9;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
}
.lcwenzi p{
    text-align: justify;
    font-size: 14px;
    font-family:Arial;
    color:#666666;
    line-height: 26px;
    margin-bottom: 15px;
}

.businessscope{
    background: #00bfd3;
    padding:5% 0;
}
.businessscope h1{
    font-size: 30px;
    margin-bottom: 3%;
    color:#fff;
    font-weight: normal;
    text-align: center;
}
.businessscope-nr{
    display: table;
}
.scope-lf,.scope-rt{
    width: 50%;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.qiuqiu{
    width: 75%;
    margin:0 auto;
    position: relative;
}
.scope-lf img{
    max-width: 100%;
    display: block;
    margin:0 auto;
    animation: flashr 2s linear infinite;
    animation-direction: alternate;
}
.scope-rt p{
    font-size: 16px;
    font-family: Arial;
    color:#fff;
    line-height: 26px;
}
.qiuqiu ul li h2{
    color:#feffff;
}
.qiuqiu ul li{
    position: absolute;
    text-align: right;
    font-size: 14px;
}
.qiuqiu ul li.li1{
    top:5%;
    left: 45%;
}
.qiuqiu ul li.li2{
    top:45%;
    left: 11%;
}
.qiuqiu ul li.li3{
    bottom: 6%;
    left: 28%;
}
.qiuqiu ul li.li4{
    bottom: 20%;
    right: 0%;
}
.qiuqiu ul li h2 b{
    width: 8px;
    height: 8px;
    display: block;
    margin-bottom: 5px;
    border-radius: 100%;
    background: #feffff;
}






@keyframes flashr {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}

@media screen and (max-width: 1399px) and (min-width: 1300px){
    .fu_bg{height:350px;}
    .fu_inner{top:30%;}
    .fu_text p{padding-bottom: 20px;}
}

@media screen and (max-width: 1200px) {
    .inner{
        width: 1024px;
    }
    .main-md{
        width: 1024px;
        padding:0 10px;
    }
}
@media screen and (max-width: 1023px) {
    .inner{
        width: 100%;
    }
    .main-md{
        width: 100%;
        padding: 0 10px;
    }
    .title_d{
        display: block;
        padding:20px 0 0 0;
    }
    .tit_top{display: none;}
    .tit_bottom{display: block;}
    .line{
        display: none;
    }
    .fu_inner {
        width: 95%;
        left: 2.5%;
    }
    .fu_bg {
        width: 100%;
        height: 350px;
    }
    .fu_text h1{
        font-size: 30px;
    }
    .fu_text p{
        padding-bottom: 0;
        font-size: 16px;
    }
    .contents_text h4 {
        font-size: 25px;
    }
    .contents_text p {
        font-size: 16px;
    }
    .contents_text {
        padding: 0;
    }
    .news-nr {
        padding: 20px 0;
    }
    .news-nr-rt{display: none;}
    .news-nr-lf{width: 100%;margin-right: 0;padding:0 10px;}
    .news-nr-lf div ul li div.ft{display: none;}
    .news-nr-lf div ul li div.sd{width: 28%;padding-left: 10px;}
    .news-nr-lf div ul li div.td {
        width: 72%;
        padding: 10px;
    }
    .news-nr-lf div ul li div.td p{
        height: 66px;
        text-align: justify;
        margin-bottom: 0;
        overflow: hidden;
    }
    .news-title h1{padding:0 10px;}
    .newsevent-nr{
        padding:0 10px;
    }
    .newsevent ul li {
        width: 49%;
        margin: 0 2% 3% 0;
    }
    .newsdetail img {
        margin: 0 auto;
    }
    .newsevent-nr ul li a h1 {font-size: 20px;}
    .mypage {
        padding: 20px 0 30px 0;
    }
    .dongtaidetail h1 {
        font-size: 20px;
    }
    .dongtaidetail p {
        font-size: 14px;
    }
    .dizhi ul li div:first-child{
        width: 50px;
        height:50px;
        margin-right: 10px;
    }
    .dizhi ul li div img {
        width: 100%;
        height:100%;
        max-width: inherit;
    }
    .dizhi ul li:first-child div p {
        padding: 0% 0;
    }
    .dizhi ul li:last-child div p {
        padding: 0% 0;
    }
    .dizhi ul li:first-child{
    	width: 30%;
    }
    .dizhi ul li:last-child{
    	width: 40%;
    }
    .dizhi ul li div:last-child{margin-left: 0;}
    .dizhi ul li div p{font-size: 14px;}
    .titles p {
        font-size: 16px;
    }
    .scope-lf{
        width: 65%;
        display: block;
        margin:0 auto;
    }
    .scope-rt {
        width: 90%;
        display: block;
        margin:0 auto;
    }
    .scope-rt p{
        text-align: justify;
    }
    .businessscope h1 {
        font-size: 20px;
    }
    .lcwenzi h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .lcwenzi {
        width: 70%;
    }
    .lcwenzi p {
        font-size: 14px;
        line-height: 24px;
    }
    .lichenglf{padding-left: 2%;}
    .lichengrt{padding-left: 0;padding-right: 2%;}
    .lichenglf .lctupian {
        width: 30%;
        margin-left: 3%;
        background-size: 100%;
    }
    .lichengrt .lctupian {
        margin-left: 0;
        margin-right: 3%;
    }
    .lichenglf .lctupian h1 {
        font-size: 12px;
        top: 49%;
        left: 10%;
        width: 65%;
        margin: 0 auto;
    }
    .fzlc-top img,.fzlc-bottom img{
        display: block;
        max-width: 75%;
        margin: 0 auto;
    }
    .lichengrt .lctupian h1 {
        left: 15%;
    }
}

@media screen and (max-width: 767px){
    .contents_text h4 {
        font-size: 18px;
    }
    .contents_text h2,.contents_list h2{
		font-size: 18px;
	    color: #00a2ea;
	    margin-bottom: 10px;
	}
	.contents_text h6,.contents_list h6{
		font-size: 16px;
	}
    .contents_text {
        padding: 15px 0;
        display: block;
    }
    .contents_text p {
        font-size: 14px;
        line-height: 35px;
        text-align: justify;
    }
    .contents_list ul li {
        float: left;
        width: 50%;
    }
    .pc_dis {
        display: none;
    }
    .ph_dis {
        display: block;
    }
    .mypage {
        padding: 15px 0;
    }
    .fu_bg {
        width: 100%;
        height: 250px;
    }
    .fu_inner {
        top: 30%;
    }
    .fu_text p {
        font-size: 14px;
        color: #fff;
        padding-bottom: 0;
    }
    .hyjs p{
        color:#033333;
    }
    .fu_btn {
        font-size: 14px;
        height: 35px;
        line-height: 36px;
    }
    .contents_list {
        padding: 15px 0;
    }
    .return h1 a{
        display: block;
        font-size: 14px;
        color: #00a0e9;
        width: 100%;
        margin: 10px auto 0;
    }
    .return h1 {
        margin: 0 auto;
    }
    .news-nr {
	    padding: 10px 0;
	}
    .news-nr-lf{padding:0;}
    .news-nr-lf div ul li div.sd{width:35%;padding-left: 0;}
    .news-nr-lf div ul li div.td{
        padding:0 0 0 5px;
        width: 65%;
    }
    .news-nr-lf div ul li div.td h1{
        font-size: 14px;
        line-height: normal;
        height: 20px;
        overflow: hidden;
    }
    .news-nr-lf div ul li div.td p{
        height:50px;
        font-size: 12px;
        overflow: hidden;
        margin-bottom: 0;
        text-align: left;
    }
    .news-nr-lf div ul li div.td i{font-size: 16px;}
    .line{width: 100%;}
    .lines{width: 100%;}
    .newsdetail p{font-size: 14px;}
    .f-return a{font-size: 13px;color:#00A0E9;}
    .f-return a img {
        vertical-align: inherit;
    }
    .newsevent-nr ul li a h1 {
        font-size: 16px;
        line-height: inherit ;
    }
    .newsevent-nr ul li a p {
        font-size: 12px;
        line-height: 25px;
        text-align: left;
        height: 100px;
    }
    .newsevent-nr ul{padding:0 10px;}
    .newsevent ul li {
        width: 49%;
        float: left;
        margin: 0 2% 3% 0;
    }
    .fu_text h1 {
        font-size: 20px;
    }
    .news-nr-lf div ul li {
        padding: 15px 10px;
        margin-top:0;
    }
    .lines{
        margin: 20px auto 5px;
    }
    .contactme-nr ul li{display: block;padding:0 10px;margin-bottom:0px;}
    .contactme-nr ul li label{width: 100%;margin-bottom: 10px;}
    .contactme-nr { margin: 30px auto 0; }
    .contactme-nr ul li button{float: none;margin:0 auto;}
    .dizhi ul{
        flex-wrap: wrap;
    }
    .dizhi ul li{
        width: 100%;
        padding: 10px 0 5px 0;
    }
    .dizhi ul li:first-child {
	    width: 100%;
	}
    .dizhi ul li:last-child {
	    width: 100%;
	}
    #map{
        height:250px;
    }
    .contactme {
        padding: 15px 0;
    }
    .titles{
        width: 100%;
    }
    .contactme-nr ul li label input{
        height:40px;
    }
    .contactme-nr ul li i{
        top:15px;
    }
    .qiuqiu,.scope-lf{
        width: 100%;
    }
    .scope-rt {
        width: 95%;
    }
    .scope-rt p{
        font-size: 14px;
    }
    .fzlc{
        display: none;
    }
    .fzlc-sj{
        display: block;
    }
    .businessscope h1 {
        font-size: 18px;
    }
    .qiuqiu ul li h2 {
        font-size: 14px;
    }
    .dtm ul {
        display: flex;
        text-align: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .dtm ul li {
        /* float: left; */
        text-align: center;
        width: 33%;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid transparent;
    }
    .dtm_item a img{
        width: 40px;
        height:40px;
    }
    .dtm ul li span {
        display: block;
        font-size: 12px;
        padding-top: 5px;
        padding-left: 0; 
    }
}