<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index{
	float: left;
	width: 100%;
}

.chald{
    padding-bottom: 23px;
    float: left;
    width: 100%;
    border-bottom: 6px solid #E8CA01;
    background: #FFF001;
    padding-top: 20px;
}
.chald h3{
    display: block;
    text-align: center;
    padding: 30px 0;
    font-family: 'Calibri';
    color: #0051BA;
    font-size: 30px;
    font-weight: bold;
    float: left;
    width: 100%;
}
.chald dl{
    width: 100%;
    float: left;
    margin-top: 8px;
    text-align: center;
    font-family: 'Calibri';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 51px;
}
.chald dl dd{
    display: inline-block;
    float: left;
    text-align: left;
    position: relative;
    background: #eeeeee;
    padding: 9px 7px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1), 0 4px 8px 0 rgba(0,0,0,0.2);
    margin: 0 15px 31px 15px;
    min-width: 211px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    max-width: 211px;
}
.chald dl dd:hover {
    background: #e4e4e4;
}
.chald dl dd:hover&gt;a {
    text-decoration: none;
    color:#0051BA;
}
.chald dl dd:nth-of-type(4n+1){
	clear: both;
}
.chald dl dd&gt;a{
    color: #686868;
    font-size: 18px;
    padding-left: 9px;
    display: block;
    line-height: 18px;
    border-left: 4px solid #0051BA;
}
.chald dl dd ul{
    display: none;
    position: absolute;
    top: 100%;
    background: #0051BA;
    width: 100%;
    z-index: 2;
    left: 0;
}
.chald dl dd:hover ul {
    display: block;
}
.chald dl dd ul li{
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #ddd;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.chald dl dd ul li a{
    font-size: 14px;
    color: white;
    display: block;
}
.chald dl dd ul li:hover {
    background: #0051BA;
}
.chald dl dd ul li:hover a {
    text-decoration: none;
}

.chuchuan{
    float: left;
    width: 100%;
    padding-bottom: 28px;
    /*margin-top: 36px;*/
    /*border-top: 6px solid #f2f4f6;*/
}
.chubox{
	float: left;
	width: 100%;
	font-family: 'Calibri';
	padding: 0 10px;
	position: relative;
}
.chubox h3{
    display: block;
    text-align: center;
    width: 100%;
    float: left;
    padding: 30px 0;
    font-weight: bold;
    color: #0051BA;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Calibri';
}
.chubody{
	width: 100%;
	float: left;
	margin-top: 10px;
}
.chubody .item{background: white;text-align: center;margin-bottom: 20px;float: left;width: 249px;margin-right: 24px;}
.chubody .item img{
	max-width: 100%;
}
.chubody .item:nth-of-type(4n+1) {
    clear: both;
}
.chubody .item:nth-of-type(4n) {
    margin-right: 0;
}
.chubody .item h2 {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 10px;
    overflow: hidden;
}
.chubody .item h2 a {
    color: #686868;
    font-size: 18px;
}
.chubody .item h2 a:hover {
    color: #0051BA;
}
.anniuzu{
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.anniuzu .btncp{
	display: inline-block;
	padding: 5px 30px;
	margin: 0 6px;
	border: 1px solid #cecece;
	cursor: pointer;
	color: #cecece;
	font-size: 21px;
	transition: all .5s;
	-moz-transition: all .5s; /* Firefox 4 */
	-webkit-transition: all .5s; /* Safari ÃƒÂ¥Ã¢â‚¬â„¢Ã…â€™ Chrome */
	-o-transition: all .5s; /* Opera */
}
.anniuzu .btncp:hover {
    background: #ffffff;
}

.whychoose{
    float: left;
    width: 100%;
    padding-top: 92px;
    background: url(../images/whychoose.jpg) 0 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: 39px;
}
.whychoose h3{
    padding: 19px 0;
    float: left;
    padding-left: 113px;
    font-size: 44px;
    font-weight: bold;
    background: url(../images/xiaobeijing.png) left 0 no-repeat;
    font-family: 'Microsoft Yahei';
    color: #0051BA;
}
.boxwhyleft{
    clear: both;
    float: left;
    width: 733px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 13px;
}
.boxwhyleft .item{
    float: left;
    width: 244px;
    line-height: 22px;
    font-size: 12px;
    color: #505050;
    position: relative;
    font-family: 'Arial';
}
.boxwhyleft .item img {
    max-width: 100%;
}
.info {
    height: 230px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px;
}
.boxwhyleft .item h2 {
    color: #505050;
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.boxwhyleft .item h2 a {
    color: #505050;
}
.boxwhyleft .item p{
    font-size: 15px;
}
.swiper-pagination.feiyueq {
    position: relative;
    margin-top: 20px;
}
.swiper-pagination.feiyueq .swiper-pagination-bullet {
    margin: 0 5px;
}
.swiper-pagination.feiyueq .swiper-pagination-bullet-active {
    background: #333;
}

.boxwhyright {
    margin-top: -123px;
    float: right;
    width: 291px;
    position: relative;
    background: url(../images/whybgs.jpg) center center no-repeat;
    background-size: 100% auto;
    height: 614px;
}
.whytitle {
    float: left;
    width: 100%;
}
.boxwhyright h1 {
    width: 228px;
    height: 54px;
    background: url(../images/Company.png) 0 0 no-repeat;
    margin-left: 17px;
    margin-top: 33px;
}
.whytitle h2 {
    color: #ffffff;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    margin-right: 36px;
    margin-top: 10px;
    float: right;
}
.whycontent {
    clear: both;
    margin-top: 50px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    margin-bottom: 40px;
}
.whycontent p {
    font-size: 17px;
    font-style: italic;
    max-height: 160px;
    overflow: hidden;
}
.morea {
    float: right;
    clear: both;
    padding-right: 36px;
    padding-left: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dcdcdc;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
.morea a {
    color: #000000;
    font-size: 21px;
}


.nkjsss{
	padding-top: 59px;
	padding-bottom: 80px;
	float: left;
	width: 100%;
	background: #f2f4f6;
}
.zhenbs{
	float: left;
	width: 100%;
}
.zhengshu{
	float: left;
	width: 508px;
}
.zhengshu h3,.team h3,.newall h3{
	font-size: 23px;
	color: #666666;
	display: block;
	float: left;
	width: 100%;
}
.zhengbox{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 41px;
}
.zhengbox .swbtn,.teambox .swbtn{
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    z-index: 2;
    width: 24px;
    height: 34px;
    cursor: pointer;
}
.zhengbox .swbtn.swbtnleft,.teambox .swbtn.swbtnleft{
	background: url(../images/wenbtnleft.png) center center no-repeat #e8e9ea;
}
.zhengbox .swbtn.swbtnright,.teambox .swbtn.swbtnright{
    background: url(../images/wenbtnright.png) center center no-repeat #e8e9ea;
    right: 0;	
}
.zhengbox .swiper-slide{
	float: left;
	width: 113px;
	margin-right: 18px;
}
.zhengbox .swiper-slide img{
	width: 100%;
	display: block;
}

.team{
	float: right;
	width: 524px;
}
.teambox{
	float: left;
	width: 100%;
	margin-top: 44px;
	position: relative;
}
.teambox .swiper-slide{
	float: left;
	width: 252px;
	margin-right: 18px;
}
.teambox .swiper-slide img{
    width: 100%;
	display: block;
}

.newall{
	float: left;
	width: 100%;
	clear: both;
	margin-top: 68px;
}
.newbody{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.newbox{
	float: left;
	width: 468px;
}
.newbox img{
	max-width: 100%;
	display: block;
}
.newbox .swiper-pagination{
}
.newbox .swiper-pagination ul{
	
text-align: right;
	
position: relative;
}
.newbox .swiper-pagination ul li{
	
display: inline-block;
	
background: white;
	
padding: 2px 5px;
	
margin-right: 8px;
	
cursor: pointer;
}
.newright{
	float: right;
	width: 552px;
}
.newright ul{
	float: left;
	width: 100%;
}
.newright ul li{
	float: left;
	width: 100%;
	padding: 9px 0;
	border-bottom: 1px dashed #ddd;
}
.newright ul li a{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 400px;
	padding-left: 16px;
	color: #9f9f9f;
	font-size: 14px;
	background: url(../images/libg.png) 0 center no-repeat;
}
.newright ul li a:hover {
    color: #0051BA;
}
.newright ul li span{
	float: right;
	color: #9f9f9f;
	font-size: 12px;
}
.newright a.more{
	clear: both;
	display: inline-block;
	margin-top: 16px;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
	float: right;
}
.newbox .swiper-pagination ul li.active {
    background: #FF9800;
    color: white;
}
.swiper-container img{
    width: 100%;
    display: block;
}

.newbox .swiper-pagination {
    text-align: right;
}

.newbox .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 0;
    padding: 5px;
    color: #000000;
    line-height: 10px;
}
.newbox .swiper-pagination .swiper-pagination-bullet{
    opacity: 1;
}

.newbox .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f3ad31;
    color: #fff;
}

</pre></body></html>