@charset "utf-8";
/* 
	Trp CSS Document 
	Author By Globalstech.LD
	date:2021-10-12
*/
/*struct css*/


.v1-content{width:81%;margin:50px auto;margin-bottom:100px;}
.second-module-title{color:#004da3;font-size:48px;text-align:center;margin:60px 0px;line-height:50px;}

/*业务领域*/
/*.ywly-module-content{padding:0.5%;}
.ywly-item{width:32%;float:left;margin: 0.6%;box-shadow: 1px 1px 10px 8px #deecfc;position:relative;}
.ywly-item-title{position:absolute;bottom:0px;height:105px;background:rgba(255,255,255,.8);width:100%;font-size:24px;text-align:center}
.ywly-item-title a.news-title{color:#000;display:inline-block;width:70%;line-height:32px;margin:20px 0px;height:64px;overflow:hidden;}
.ywly-item-pic{width:100%;height:365px;overflow:hidden;}
.ywly-item-pic img{width:100%;height:100%;transition:all 0.8s}
.ywly-item:hover .ywly-item-pic img{transform:scale(1.1)}*/



.ywly-item{width:100%;position:relative;margin-bottom:30px;}
.ywly-item-title{position:absolute;width:100%;font-size:48px;text-align:center;top: 50%;left: 0px;transform: translateY(-50%);}
.ywly-item-title a.news-title{color:#fff;display:inline-block;width:70%;line-height:32px;margin:20px 0px;}
.ywly-item-pic{width:100%;height:365px;overflow:hidden;}
.ywly-item-pic img{width:100%;height:100%;transition:all 0.8s}
.ywly-item:hover .ywly-item-pic img{transform:scale(1.1)}

/*企业文化*/
.qywh-module{margin:50px auto;}
.qywh-module-content{display:flex;justify-content:space-between}
.qywh-item-outer{float:left;width:55%;padding:45px 25px;box-sizing:border-box;}
.qywh-item{width:47%;background:#fff;box-shadow: 1px 1px 10px 8px #deecfc;height:275px;}
.qywh-item-pic{float:left;width:45%;height:100%;overflow:hidden;}
.qywh-item-pic img{height:100%;min-width:100%;transition:all 0.8s}

.qywh-item-title{font-size:20px;line-height:34px;height:68px;overflow:hidden;}
.qywh-item-title a{color:#000;}
.qywh-item-sum{font-size:13px;color:#333;line-height:22px;margin-top:20px;text-align:justify;height:88px;overflow:hidden;}
.qywh-item:hover .qywh-item-pic img{transform:scale(1.1)}

/*出版物*/
.cbw-top{font-size:24px;color:#000;line-height:40px;margin:30px 0px;}
.cbw-item{padding:60px 0px;border-bottom:1px solid #88acd4;}
.cbw-item-inner{width:72%;overflow:hidden;margin:0 auto;}
.cbw-item:first-child{border-top:1px solid #88acd4;margin-top:50px;}
.cbw-item-pic{width: 18%;float:left;box-shadow: 1px 1px 5px 4px #d0d0d0;margin:10px;overflow:hidden;}
.cbw-item-pic img{width:100%;transition:all 0.8s}
.cbw-item-outer{width:70%;float:right}
.cbw-item-title{font-size:32px;line-height:42px;font-weight:bold;margin-bottom:10px;}
.cbw-item-title a{color:#292929}
.cbw-item-sum{font-size:16px;color:#333;line-height:30px;text-align:justify;margin-top:30px;}
.cbw-item:hover .cbw-item-pic img{transform:scale(1.1)}

/*新闻中心*/
.xwzx-nav ul{height:100px;text-align:center;display:flex;justify-content:center}
.xwzx-nav ul li{}
.xwzx-nav ul li span{font-size:43px;color:#004da3;display:inline-block;padding:10px 20px;height:40px;line-height:40px;border-right:1px solid #6fbf20;cursor:pointer}
.xwzx-nav ul li:last-child span{border-right:none}
.xwzx-nav ul li.xwzx-active span{background:#6fbf20;color:#fff;}
.xwzx-module-content{overflow:hidden;}
.xwzx-item{float:left;width:31%;margin-left:1.8%;box-shadow:1px 1px 10px 8px #dcecfc;margin-top:20px;height:610px;margin-bottom:20px;}
.xwzx-module{width:1400px;}
.xwzx-item-pic{width:100%;height:290px;overflow:hidden}
.xwzx-item-pic img{width:100%;height:100%;transition:all 0.8s}
.xwzx-item-title{width:96%;margin:0 auto;text-align:center;border-bottom:1px solid #a0a0a0;line-height:72px;font-size:20px;height:72px;overflow:hidden;}
.xwzx-item-title a{color:#000;}
.xwzx-item-sum{width:90%;margin:25px auto;font-size:14.5px;line-height:30px;text-align:justify;height:180px;overflow:hidden;}
.xwzx-module-more{width:130px;height:60px;margin:0 auto;background:#6fbf20;border-radius:30px;text-align:center;line-height:60px;font-size:18px;margin-top:60px;}
.xwzx-module-more a{color:#fff;}
.display-none{display:none;}

.xwzx-item:hover .xwzx-item-pic img{transform:scale(1.1)}
@media screen and (max-width:1450px){
   .second-module-title{color:#004da3;font-size:30.72px;text-align:center;margin:60px 0px;}
   .ywly-item-title {
       position: absolute;
       width: 100%;
       font-size: 30.72px;
       text-align: center;
       top: 50%;
       left: 0px;
       transform: translateY(-50%);
   }
   .cbw-item-title {
       font-size: 24px;
       line-height: 42px;
       font-weight: bold;
       margin-bottom: 10px;
   }
   .cbw-item-sum {
       font-size: 13px;
       color: #333;
       font-weight: 900;
       line-height: 30px;
       text-align: justify;
       margin-top: 30px;
   }
   .cbw-top {
       font-size: 16.15px;
       color: #000;
       line-height: 40px;
       margin: 30px 0px;
   }
}
/*@media screen and (max-width:1024px){
	
	.content-left{width:25%}
	.accordion-3-container li.level-0{font-size:1.3rem !important;line-height:40px !important;}
	.accordion-3-container li.level-0 a{line-height:46px !important;}
	.v1-content{margin:50px auto !important;}
	.xwzx-module-more{width:175px;height:75px;line-height:75px;font-size:1.7rem;border-radius:40px;}
	.xwzx-item{width:47%;margin-left:2%;}
	.xwzx-item-title{font-size:1.4rem;}
	.xwzx-item-sum{font-size:1.2rem}
	.ywly-item{width:100%;margin-bottom:1rem}
	.ywly-item-pic{height:35vh}
	.ywly-item-title{font-size:2.5rem;height:10vh;}
    	.ywly-item-title a.news-title{height:8vh;line-height:4vh}
	.qywh-module-content{width:90%;margin:0 auto;display:block;}
    	.qywh-item{width:97%;box-sizing:border-box;height:18vh;margin:4% 2%;}
    	.qywh-item-title{font-size:1.8rem;line-height:2.5rem;height:4.5vh}
   	.qywh-item-sum{font-size:1.2rem;line-height: 1.7rem;height: 8vh;}
	.link-h-e-lusion-1-container li{font-size:1.3rem !important;}
	.cbw-item-inner{width:100%;}
	.cbw-item-outer{width:75%;}
	.cbw-module{width:100% !important;}
	.cbw-item-title{line-height:60px;}

}*/

/*css end*/