html, body {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	min-width: 1280px;
	font-family: roboto, menk, 'PingFang SC', Source Han Sans CN, Arial, "SOURCEHANSANSCN-REGULAR", 'Microsoft Yahei', 'Source Han Sans', SimSun, 'Noto Sans CJK SC', 'Noto Sans CJK', source-han-sans-simplified-c, sans-serif;
}
ul, li, a {
	list-style: none;
	text-decoration: none;
}
dl, dt, dd,ul,li{
	padding: 0;
	margin: 0;
}
a {
	color: #153aa0;
}
/*澶撮儴*/
header {
	width: 84%;
	margin: 0 auto;
	border-bottom: 1px #e5e6eb solid;
	position: fixed;
	z-index: 999;
	padding: 0 8%;
}
.ons{ background-color:#fff; box-shadow:#E8E8E8;}
.logo {
	margin: 20px 0;
	float: left;
	width:196px;
}
.logo img{ width:100%;}
.menu {
	width: auto;
	float: right;
}
.menu ul {
	flex-wrap: wrap;
	display: flex;
	margin: 0;
	padding: 0;
}
.menu ul li {
	padding: 0px 20px;
	height: 90px;
	line-height: 90px;
}
.menu ul li a {
	color: #000;
	font-size: 18px;
	display: block;
}
.menu ul li a:hover, .menu ul li.on a {
	color: #153aa0;
	border-top: 3px #153aa0 solid;
	line-height: 84px;
}

.menu ul li ul{ width:100%; background-color:#fff; left:0; top:84px; border-top:1px #e5e6eb solid; display:none; position:absolute; padding:0 8%; width:84%; justify-content:flex-start; flex-wrap:wrap; padding-bottom:84px;}
.menu ul li:hover ul,.menu ul li:hover .navpro{ display:flex;}
.menu ul li ul li{ width:20%; padding:0 0; height:64px; line-height:64px; margin-top:60px;}
.menu ul li:hover ul li img{ vertical-align:middle; margin-right:25px;}
.menu ul li ul li a:hover{ border-top:0px #fff solid; line-height:64px;}

.menu ul li.on li a,.menu ul li .navpro .left a,.menu ul li.on .navpro .left a{border-top:0px #fff solid; line-height:64px; color:none;}

.navpro{background-color:#fff; left:0; top:84px; border-top:1px #e5e6eb solid; display:none; position:absolute; padding:64px 8%; width:92%;}
.navpro .left{ width:57%; float:left; display:flex; flex-wrap:wrap;}
.navpro .left dl{ width:31%; margin:0 1% 1.5%;}
.navpro .right{ width:31.3%; float:right; text-align:right; line-height:0;}
.navpro img{width:100%;}


/*杞挱*/
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination1 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #fff;
	opacity: 1;
}
.swiper-pagination1 .swiper-pagination-bullet-active {
	background-color: #fff;
	width: 28px;
	border-radius: 5px;
}
/*涓讳綋*/
.main {
	padding: 0 8%; height:auto; overflow:hidden;
}
/*鏁板瓧*/
.shuzi {
	width: 100%;
	margin: 60px 0 40px;
}
.shuzi ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.shuzi ul li {
	width: 25%;
}
.shuzi ul li dl {
	width: 140px;
	float: left;
}
.shuzi ul li dl img {
	width: 100%;
}
.shuzi ul li dt {
	width: calc(100% - 150px);
	float: right;
	margin-top: 5px;
}
.shuzi ul li dd {
	float: right;
	width: calc(100% - 150px);
}
.shuzi ul li dt span, .shuzi ul li dt b, .shuzi ul li dt sup {
	font-weight: bold;
	font-size: 46px;
	color: #153aa0;
	line-height: 1.5;
}
.shuzi ul li dt em {
	font-style: normal;
	color: #34383f;
	font-size: 20px;
}
.shuzi ul li dd {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

@media screen and (max-width:1600px) {
.shuzi ul li dt em, .shuzi ul li dd {
	font-size: 18px;
}
}

@media screen and (max-width:1599px) {
.shuzi ul li dl {
	width: 120px;
	float: left;
}
.shuzi ul li dt {
	width: calc(100% - 130px);
	float: right;
	margin-top: 15px;
}
.shuzi ul li dt span, .shuzi ul li dt b, .shuzi ul li dt sup {
	font-size: 34px;
}
.shuzi ul li dt em, .shuzi ul li dd {
	font-size: 16px;
}
}
@media screen and (max-width:1440px){
.shuzi ul li dd,.shuzi ul li dt{
	width: calc(100% - 120px);
}
	}
@media screen and (max-width:1280px)
{
.shuzi ul li dt {
	width: calc(100% - 110px);}
.shuzi ul li dl {
    width: 110px;
    float: left;
}
.shuzi ul li dt em, .shuzi ul li dd {
    font-size: 14px;
}
.shuzi ul li dd {
	float: right;
	width: calc(100% - 110px);
}
	}	
/*鍏充簬*/
.about {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 70px 0;
}
.video {
	width: 47%;
	float: left;
	position: relative;
}
/*瑙嗛*/
.homevideo {
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.homevideo img {
	width: 100%;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}
.father {
	width: 100%;
	height: 100%;
	position: relative;
}
/*绠€浠?/
.aboutbody {
	width: 51%;
	float: right;
}
.abouttitle {
	font-size: 30px;
	font-weight: bold;
	color: #1d2129;
}
.abouttext {
	font-size: 34383f;
	line-height: 1.9;
	font-size: 16px;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
@media screen and (max-width:1600px)
{
.abouttext{ line-height:1.6;}
	}
@media screen and (max-width:1440px)
{
.abouttext{line-height:1.6;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp:9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
	}
@media screen and (max-width:1440px)
{
.abouttext{
    -webkit-line-clamp:7;}
	}	

/*浜у搧*/
.pro {
	width: 100%;
	margin: 0px 0 50px;
}
.protitle dl {
	text-align: center;
	font-size: 46px;
	color: #1d2129;
	line-height: 1.5;
	font-weight: bold;
}
.protitle dt {
	font-size: 16px;
	text-align: center;
	color: #999999;
}
.probody {
	position: relative;
}
.mySwiper2 {
	position: relative;
}
.thumbs-swiper {
	position: absolute;
	bottom: 0;
	height: 160px;
	background: rgba(112,121,135,0.70)
}
.thumbs-swiper .swiper-slide {
	padding-top: 25px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.thumbs-swiper img {
	width: 78px;
	height: 78px;
	margin: 0 auto;
	line-height: 0;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.thumbs-swiper .swiper-slide p {
	line-height: 2;
	margin: 0;
	padding: 0;
}
.thumbs-swiper .swiper-slide-thumb-active {
	background: rgba(21,58,160,0.70)
}
.thumbs-swiper .swiper-slide-thumb-active img {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/*浼樺娍*/
.youshi {
	width: 100%;
	margin: 90px 0
}
.youshibody{ margin-top:40px;}
.youshibody ul {
}
.youshibody ul li {
	width: calc(30% - 140px);
	height: auto;
	display: inline-table;
	margin: 1.5%;
	box-shadow: 1px 2px 20px #dde6ff;
	border-radius: 15px;
	text-align: center;
	padding: 20px 70px;
}
@media screen and (max-width:1600px)
{
.youshibody ul li{width: calc(30% - 60px); padding: 20px 30px;}
	}
.youshibody ul li img {
	width: 95px;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.youshibody ul li dt {
	font-size: 18px;
	color: #2446a6;
	font-weight: bold;
	line-height: 1.5;
	margin: 15px 0;
}
.youshibody ul li dd {
	font-size: 14px;
	color: #34383f;
	line-height: 2;
}
.youshibody ul li:hover img {
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
/*妗堜緥*/
.case {
	background: url(../images/casebg.png) no-repeat center top;
	background-size: 100% auto;
	padding: 0 8% 60px;
}

.casetitle{    font-size: 46px;
    color: #1d2129;font-weight: bold;text-align: center;}
.casetitle dl{
    line-height: 1.5;
    }
.casetitle dl b{ color:#153aa0;}


.casebody {
	margin: 40px 0;
	position: relative;
}
.mySwipercase {
	position: relative;
}
.thumbs-swipercase {
	position: relative;
	width: 80%;
	margin: 0 auto;
	background: none;
	margin-bottom: 50px;
}
.thumbs-swipercase dl {
	color: #464950;
	border-radius: 5px;
	border: 1px #c9cdd4 solid;
	font-size: 16px;
	padding: 10px 0;
	width: 90%;
}
.thumbs-swipercase .swiper-slide {
	height: 50px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.thumbs-swipercase .swiper-slide-thumb-active dl {
	color: #153aa0;
	border: 1px #153aa0 solid;
}
.caselist {
	width: 24%;
	margin: 0.5%;
	float: left;
	position: relative;
	overflow: hidden;
}
.caselist dl {
	position: relative;
}
.caselist dt {
	position: absolute;
	bottom: 0;
	line-height: 45px;
	height: 45px;
	color: #fff;
	background: rgba(0,0,0,0.60);
	width: 100%;
	text-align: center;
}
.caselist img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.caselist:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s ease 0s;
}
.casemore {
	width: 120px;
	margin: 0 auto;
	color: #153aa0;
	border: 1px #153aa0 solid;
	font-size: 16px;
	text-align: center;
	line-height: 2.5;
	border-radius: 5px;
}
.casemore a {
	display: block;
}
.casemore:hover a {
	font-weight: bold;
}

/*妗堜緥椤靛垎绫?/
.casemenu{ display:flex; justify-content:center;}
.casemenu li{height: 50px;
    padding-top: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer; margin:0 10px;}
.casemenu li a{color: #464950;
	border-radius: 5px;
	border: 1px #c9cdd4 solid;
	font-size: 16px;
	padding: 10px 20px;
	width: 90%;}
.casemenu li a:hover,.casemenu li a.on{color: #153aa0;
    border: 1px #153aa0 solid;}
.casemain{ height:auto; overflow:hidden;}

.caselist2 {
	width: 24%;
	margin: 0.5%;
	float: left;
	position: relative;
	overflow: hidden;
}
.caselist2 dl {
	position: relative;
}
.caselist2 dt {
	position: absolute;
	bottom: 0;
	line-height: 45px;
	height: 45px;
	color: #fff;
	background: rgba(0,0,0,0.60);
	width: 100%;
	text-align: center;
}
.caselist2 img {
	width:100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.caselist2:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s ease 0s;
}


/*鍖犲績鍒堕€?/
.jiangxin {
	width: 100%;
}
.jiangxin img {
	width: 100%;
}
/*鏂伴椈*/
.xinwen {
	padding: 60px 8%;
}
.xinwenbody {
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.xinwenbody .left {
	width: 50%;
	float: left;
}
.xinwenbody .left img {
	width: 100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.xinwenbody .left a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.xinwenbody .left dl {
	overflow: hidden;
}
.xinwenbody .left dt {
	font-size: 20px;
	line-height: 1.5;
	margin: 15px 0;
	font-weight: bold;
	color: #000;
}
.xinwenbody .left dd {
	font-size: 14px;
	color: #34383f;
	line-height: 1.5;
}
.xinwenbody .left dd span {
	color: #4260b3;
}
.xinwenbody .left a:hover dd span {
	color: #0e2973;
	font-weight: bold;
}
.xinwenbody .right {
	width: 47%;
	float: right;
}
.xinwenbody .right .title {
	font-size: 26px;
	line-height: 2;
	font-weight: bold;
	color: #000;
}
.xinwenbody .right a {
	border-bottom: 1px #e5e6eb solid;
	display: block;
	padding-bottom: 17px;
}
.xinwenbody .right dt {
	font-size: 16px;
	line-height: 1.5;
	margin: 16px 0;
	font-weight: bold;
	color: #000;
}

@media screen and (max-width:1600px)
{
.xinwenbody .right dt {
	margin: 10px 0;}
	}
.xinwenbody .right dd {
	font-size: 14px;
	color: #34383f;
	line-height:2;
height: auto;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.xinwenbody .right dd span {
	color: #4260b3;
}
.xinwenbody .right a:hover dt {
	color: #0e2973;
}
.xinwenbody .right a:hover dd span {
	color: #0e2973;
	font-weight: bold;
}
/*璧勮川*/
.rongyu {
	background: url(../images/honor.png) no-repeat center top;
	background-size: cover;
	padding: 80px 8%;
}
.rongyutitle dl {
	text-align: center;
	font-size: 46px;
	color: #fff;
	line-height: 1.5;
	font-weight: bold;
}
.rongyutitle dt {
	font-size: 16px;
	text-align: center;
	color: #fff;
}
/*璧勮川婊氬姩*/
/* marquee6 */
#marquee1 {
	width: 100%;
	height: 355px;
	overflow: hidden;
	margin: 70px 0 40px;
}
#marquee1 ul li {
	width: 292px;
	height: 355px;
	float: left;
	margin-right: 35px;
}
#marquee1 ul li img {
	width: 100%;
	height: 100%;
}
.control {
	display: flex;
	justify-content: center;
}
.control a {
	width: 50px;
	margin: 0 10px;
	opacity: .8;
}
.control a img {
	width: 100%;
}
.control a:hover {
	opacity: 1;
}
/*搴曢儴*/
footer {
	padding: 60px 8%;
	display: flex;
	justify-content: center;
}
.footleft {
	width: 35%;
}
.flogo {
	width:196px;
}
.flogo img {
	max-width: 100%;
}
.flx {
	width: 100%;
	padding: 10px 0;
	height: auto;
	overflow: hidden;
	font-size: 14px;
}
.flx dl {
	width: 40px;
	float: left;
	height: 100%;
}
.flx dt, .flx dd {
	width: calc(100% - 45px);
	float: right;
	color: #4a4d54;
}
.flx dd {
	color: #000000;
}
.fmenu {
	width: 50%;
}
.fmenu ul {
	display: flex;
	justify-content: space-between;
}
.fmenu ul li a {
	font-size: 18px;
	color: #000000;
	display: block;
	overflow: hidden;
}
.mb20 {
	margin-bottom: 20px;
}
.fmenu ul li dl a {
	font-size: 14px;
	line-height: 2.5;
}
.fma {
	margin: 0 0 0 0%;
}
.ftel {
	float: right;
}
.ftel dl {
	width: 46px;
	float: left;
	height: 100%;
}
.ftel dt, .ftel dd {
	width: calc(100% - 60px);
	float: right;
	color: #4a4d54;
	font-size: 16px;
}
.ftel dd {
	color: #3253ab;
	font-size: 22px;
	font-weight: bold;
}
.ma {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 180px;
}
.ma dl {
	width: 90px;
	margin: 0 2.5%;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
}
.ma dl img {
	width: 100%;
}
.bottom {
	display: block;
	border-top: 2px #f2f2f5 solid;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 0;
}
.nohome{ background-color:#fff;}
/*浜у搧椤?/
.nbanner {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: relative;
	line-height: 0; padding-top:92px;
}
.nbanner img {
	width: 100%;
}
.sortnav {
	position: absolute;
	bottom: 0;
	width: 60%;
	left: 20%;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: space-around;
	background: rgba(0,0,0,0.50);
}
.sortnav li {
	width: 33.333333%
}
.sortnav li a {
	width: 100%;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
}
.sortnav li:hover, .sortnav li a.on {
	background: rgba(21,70,227,0.50);
}
.img1 {
	width: 100%;
}
.img1 img {
	width: 100%;
}
.img2 {
	width: 100%;
	text-align: center;
}
.img2 img {
	max-width: 100%;
}
.zhdakf {
	background: none;
	margin: 0 auto;
}
.mySwipercp {
	position: relative;
}
.thumbs-swipercp {
	position: relative;
	width: 100%;
	margin: 0 auto;
	background: none;
	margin-top: 40px;
	margin-bottom: 40px;
}
@media screen and (max-width:1280px)
{
.thumbs-swipercp{ width:100%;}
	}	
.thumbs-swipercp dl {
	color: #464950;
	border-radius: 5px;
	border: 1px #c9cdd4 solid;
	font-size: 16px;
	padding: 10px 0;
	width: 90%;
}
.thumbs-swipercp .swiper-slide {
	height: 50px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.thumbs-swipercp .swiper-slide-thumb-active dl {
	color: #153aa0;
	border: 1px #153aa0 solid;
}
.fannao {
	margin: 50px 0;
}
.cptitle {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 58px;
	color: #092f76;
	line-height: 2.5;
	font-weight: bold;
	border-bottom: 2px #092f76 solid;
	position: relative;
	margin-bottom: 30px;
}
.cptitle:after {
	content: '';
	position: absolute;
	bottom: -4px;
	height: 8px;
	width: 66px;
	background-color: #ff8a00;
	left: 50%;
	margin-left: -33px;
}
.cptitle2 {
	color: #fff;
	border-bottom: 2px #fff solid;
}
.xitong {
	background-color: #f4f4f4;
	padding: 30px 10%;
}
.xitong dl {
	color: #7b7b7b;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.cpyoushi {
	background-color: #516cbd;
	padding-bottom: 30px;
}
.taishi {
	padding: 30px 10%;
}
.taishi dl {
	color: #7b7b7b;
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
.cptit {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b76c5), to(#32caf9)); /*閽堝鑻规灉鑰佸紡娴忚鍣ㄥ啓鐨勫吋瀹?/
	background-image: -webkit-linear-gradient(left, #5b76c5, #32caf9); /*鑳屾櫙娓愬彉锛岄拡瀵硅嫻鏋滄祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -moz-linear-gradient(left, #5b76c5, #32caf9); /*鑳屾櫙娓愬彉锛岄拡瀵圭伀鐙愭祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -o-linear-gradient(left, #5b76c5, #32caf9); /*鑳屾櫙娓愬彉锛岄拡瀵规鏈嬫祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -ms-linear-gradient(left, #5b76c5, #32caf9); /*鑳屾櫙娓愬彉锛岄拡瀵规墜鏈哄井杞祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: linear-gradient(left, #5b76c5, #32caf9);  /*鑳屾櫙娓愬彉锛屾甯哥殑鍐欐硶*/
	width: 380px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	border-radius: 35px;
	font-weight: bold;
}
.guanli {
	padding: 30px 10%;
}
.guanli dl {
	display: flex;
	justify-content: flex-start;
}
.guanli dl span {
	line-height: 0;
	margin-top: 10px;
}
.guanli dl span img {
	width: 69px;
	line-height: 0;
}
.guanli dl p {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 1;
	text-indent: 15px;
}
.guanli dt {
	color: #7b7b7b;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 30px;
}
.cpfuwu {
	background: url(../images/fwbg.jpg) no-repeat;
	background-size: cover;
}
.cpbody {
	display: flex;
	justify-content: space-between;
	padding: 0 8%;
}
.cpbody dl {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5b76c5), to(#32caf9)); /*閽堝鑻规灉鑰佸紡娴忚鍣ㄥ啓鐨勫吋瀹?/
	background-image: -webkit-linear-gradient(left, #5b76c5, transparent); /*鑳屾櫙娓愬彉锛岄拡瀵硅嫻鏋滄祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -moz-linear-gradient(left, #5b76c5, transparent); /*鑳屾櫙娓愬彉锛岄拡瀵圭伀鐙愭祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -o-linear-gradient(left, #5b76c5, transparent); /*鑳屾櫙娓愬彉锛岄拡瀵规鏈嬫祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: -ms-linear-gradient(left, #5b76c5, transparent); /*鑳屾櫙娓愬彉锛岄拡瀵规墜鏈哄井杞祻瑙堝櫒鍐欑殑鍏煎*/
	background-image: linear-gradient(left, #5b76c5, transparent);  /*鑳屾櫙娓愬彉锛屾甯哥殑鍐欐硶*/
	width: 300px;
	height: 70px;
	border-radius: 35px 0 0 35px;
	line-height: 70px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	text-indent: 10%;
	margin-bottom: 20px;
}
.cpbody p {
	background: url(../images/ico.png) no-repeat 0px 12px;
	text-indent: 30px;
	line-height: 2.5;
}
.kfjieshao {
	padding: 30px 8%;
}
.kfptitle {
	text-align: center;
	position: relative; padding:30px 0 50px 0;
}
.kfptitle dl {
	background: linear-gradient(to bottom, #dfdfdf, transparent);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size:70px;
	text-transform: uppercase;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	font-family: "寰蒋闆呴粦";
}
.kfptitle dt {
	font-size: 50px;
	font-weight: bold;
	color: #000;
	position: relative;
	z-index: 9;
}
.kfptitle dt b{ color:#ff7d00;}
.kfptitle dt span{ color:#3e77fb;}

.kfbody{  height:auto; overflow:hidden;}
.kfvideo{ width:60%; float:left;}
.kfbody .right{ width:37%; float:right;}
.kfbody .right dl{ font-size:40px; font-weight:bold; color:#000; position:relative; margin-bottom:20px;}
.kfbody .right dl span{ color:#165dff;}
.kfbody .right dl em{ position:absolute; right:0; top:0;}
.kfbody .right dt{ font-size:18px; color:#1e222a; line-height:2;}
.dfimgs{ display:flex; justify-content:space-between; width:100%; height:auto; overflow:hidden;}
.dfimgs li{ width:32.5%; margin:50px .1% 0 0;}
.dfimgs li img{ width:100%;}

@media screen and (max-width:1440px)
{
.kfvideo{ width:50%;}
.kfbody .right{ width:47%;}
.kfbody .right dt {
    font-size: 16px;
    color: #1e222a;
    line-height: 1.6;
}
	}	

.tongdian{ padding:50px 8%; background-color:#f7f8fa; height:auto; overflow:hidden;}

.tongdianbody{ width:100%; height:auto; overflow:hidden; display:inline-flex; justify-content:space-between; flex-wrap: wrap; padding-bottom:30px;}
.tongdianbody li{ width:48%; margin-right:2%; float:left; position:relative; margin-top:50px;}
.tongdianbody li dl{ width:155px; height:155px; background-color:#fff;box-shadow: 1px 2px 20px #dde6ff; border-radius:50%; text-align:center; position:absolute; left:0; top:8%;}
.tongdianbody li dl img{ width:116px; margin-top:20px;}

.tongdianbody li dt{ width:calc(100% - 179px); float:right; background-color:#FFFFFF; min-height:180px; border-radius:20px; padding:30px 0 0 100px; box-shadow: 1px 2px 20px #dde6ff;}
.tongdianbody li dt span{ font-size:30px; color:#000; font-weight:bold;}
.tongdianbody li dt p{ padding:0 30px 0 0; font-size:18px; line-height:2; color:#4e5969;}

@media screen and (max-width:1440px)
{
.tongdianbody li dt span{ font-size:26px;}
.tongdianbody li dt p {
    padding: 0 30px 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #4e5969;
}
	}	

.kfyoushi{ padding:50px 8%;}
.kfbody{ width:100%; height:auto; overflow:hidden; display:inline-flex; justify-content:space-between; flex-wrap: wrap; padding-bottom:30px;}
.kfbody li{ width:31%; margin: 2% 1% 0 0;}
.kfbody li dd{ width:104px; height:104px; background:url(../images/num.png) no-repeat center top; text-align:center; line-height:104px; font-size:40px; color:#fff; font-weight:bold; box-shadow:10px 10px 20px #92bcf1; text-shadow: 5px  3px 10px #999999; border-radius:50%; margin:15px;}

.kfbody li dt{ width:calc(100% - 0px);}
.kfbody li dt span{ font-size:26px; color:#000; font-weight:bold;}
.kfbody li dt p{ padding:0 30px 0 0; font-size:16px; line-height:2; color:#4e5969;}

.prolistleft{ width:220px; float:left; margin-top:50px;}
.prolistleft dl{ font-size:26px; font-weight:bold; line-height:2; color:#000000;}
.prolistleft{ font-size:14px; color:#959da8; line-height:2;}
.prolistleft ul{ width:100%; margin-top:30px;}
.prolistleft li{ width:100%; height:48px; line-height:48px; font-size:16px;}
.prolistleft li a{ color:#4e5969; border-left:3px #fff solid; display:block;}
.prolistleft li a b{ padding:0 10px; font-weight:bold;}
.prolistleft li a:hover,.prolistleft li a.on{ background-color:#e6eefb; border-left:3px #153aa0 solid; color:#153aa0;}

.xiangqing{ width:calc(100% - 300px); float:right; padding:30px;}
.xiangqing img{ max-width:100%;}
.xiangqing .title{ border-bottom:2px #eeeeee dotted; padding:30px 0 15px; text-align:center;}
.xiangqing .title dl{ font-size:22px; color:#000; line-height:2.5}
.xiangqing .title dt{ font-size:14px; color:#646e7c; line-height:2;}

.fanganlist{ width:calc(100% - 300px); float:right; padding:30px;}
.fanganlist ul li{ height:60px; line-height:60px; border-bottom:1px #e5e6eb solid; font-size:16px;}
.fanganlist ul li dl{ width:auto; float:left; margin-right:30px; color:#153aa0;}
.fanganlist ul li dt{ width:auto; float:left;}
.fanganlist ul li dd{ width:auto; float:right; color:#34383f;}
.fanganlist ul li a{ width:100%; color:#000000; display:block;}
.fanganlist ul li a:hover{ color:#153aa0}

.newslist{width:calc(100% - 300px); float:right; padding:30px;}
.newslist ul li{height:auto; border-bottom:1px #e5e6eb solid; font-size:16px; height:auto; overflow:hidden; padding:20px 0 20px;}
.newslist ul li dl{ width:240px; float:left; margin-right:30px; position:relative;}
.newslist ul li dl img{ width:100%;}
.newslist ul li dt{ font-size:16px; font-weight:bold; line-height:2.5;}
.newslist ul li dd{ font-size:14px; line-height:2; color:#333333;}
.newslist ul li dd span{ color:#2d4eaa;}
.newslist ul li p{ font-size:14px; color:#333333;}
.newslist ul li a{ color:#000000;}
.newslist ul li a:hover{ color:#2d4eaa;}
.newslist ul li a:hover span{ font-weight:bold;}

.prevnext{ border-top:2px #eeeeee dotted; width:100%; padding:40px 0; line-height:2; font-size:14px;}
.prevnext a{ color:#000000;}
.prevnext a:hover{ color:#153aa0;}

.aboutxq{ padding:50px 8%;}
.aboutxq dl{ font-size:32px; font-weight:bold; line-height:3;}
.aboutxq dt{ line-height:2; margin-bottom:50px;}

.toubiao{ width:100%;}
.toubiao dt{ width:100%;}
.toubiao dt p{ margin:0; padding:0;}
.toubiao dt img{ width:100%; margin:0; padding:0;display: block;}

.contentxq{padding:50px 8%; background-color:#f7f8fa;}
.zongbu{ background-color:#fff; height:auto; overflow:hidden; padding:30px; border-radius:15px;}
.zongbu dl{ font-size:26px; font-weight:bold; line-height:2; margin-bottom:20px;}
.zongbu ul{ display:flex;justify-content: space-between}
.zongbu ul li{ background:#f7f8fa; width:28.5%; padding:2%; border-radius:15px;}
.zongbu ul li dl{ line-height:0;}
.zongbu ul li dt{ font-size:16px; font-weight:bold; line-height:3;}
.zongbu ul li dd{ font-size:14px; line-height:2;}

.fengongsi{ background-color:#fff; height:auto; overflow:hidden; padding:30px; border-radius:15px; margin-top:30px;}
.fengongsi dl{ font-size:26px; font-weight:bold; line-height:2; margin-bottom:20px;}
.fengongsi ul{ display:flex;justify-content: flex-start; flex-wrap: wrap;}
.fengongsi ul li{width:25%; padding:1% 0; border-radius:15px;}
.fengongsi ul li dt{ font-size:18px; line-height:2; font-weight:bold;}
.fengongsi ul li dd{ font-size:14px; line-height:2;}

.lianxi{ background-color:#fff; height:auto; overflow:hidden; padding:30px; border-radius:15px; margin-top:30px;}
.lianxi dl{ font-size:26px; font-weight:bold; line-height:2; margin-bottom:20px;}
.lianxi ul{ display:flex;justify-content: space-between}
.lianxi ul li{ width:28.5%; padding:1%; border-radius:15px;}
.lianxi ul li dl{ line-height:0; float:left; margin-right:15px;}
.lianxi ul li dt{ font-size:14px; line-height:1.5;}
.lianxi ul li dd{ font-size:18px; line-height:1; font-weight:bold;}
.lianxi p{ text-align:center; font-size:22px; font-weight:bold; color:#153aa0;}


/********瀹㈡湇*********/
.toolbar {width:138px;
    position: fixed;
	height:314px;
    right: 0%;
    top: 200px;
    z-index: 999;
    border-radius: 15px;
    padding:0; background:url(../images/Frame427319572.png) no-repeat center top; padding-top:30px;}
.toolbar2{ top:460px; background:url(../images/Frame427319575.png) no-repeat center top; width:138px; height:138px;}
.toolbar dd {width:100%;
    height:80px;
    margin-bottom: 1px;
    position: relative;
    border-radius: 100%;
    position: relative;}
.toolbar2 dd{ padding-bottom:30px;}
.toolbar dd:first-child:after{ background-color:#fff;}
.toolbar dd i {width: 60px;
    height: 55px;
    display: block;
    position: relative;
    left:8px;
    top: 20px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    list-style: none;
    font-style: normal;}
.toolbar dd i span {width:100%;height:40px;display:block; text-align:center; background:url(../images/rightfixicon.png) no-repeat 0 0; font-size:14px;}
.toolbar dd p{ font-size:14px; text-align:center; line-height:1; color:#4e5969;}
.toolbar dd.gottop {display:none;}
.toolbar dd a{ color:#333333; display:block;}
.toolbar .slide-tel {display:block;width:0;height:50px;line-height:50px;font-size:24px;font-family:arial;color:#FFF;position:absolute;padding:0 0 0 50px;top:0;right:0;overflow:hidden;-webkit-border-radius:50px;border-radius:50px;-webkit-transition:all .0s ease-in-out 0s;-moz-transition:all .0s ease-in-out 0s;transition:all .0s ease-in-out 0s;}
.toolbar .pop-code {width:auto;}
.toolbar .pop {position:absolute;right:120px;top:-80px; display:none;}
.toolbar .poptel{ width:auto; top:-5px; font-size:16px; color:#0241ad; text-align:right;}

.toolbar .pop-code h3 {height:30px;line-height:26px;text-align:center;color:#333333;font-size:16px;font-weight:400;white-space:nowrap;}
.toolbar .pop-code h3 b {display:block;font-size:14px;font-weight:normal;}
.toolbar .qq span {background-position:0 -40px; margin:0 auto;}
.toolbar .qq a {width:50px;height:50px;cursor:pointer;display:block;}
.toolbar .tel span {background-position:0 0;}
.toolbar .code span {background-position:0 -95px;}
.toolbar2 dd i{ height:30px; top:10px;}
.toolbar2 .top span {background-position:0 -142px;}
.toolbar2 .top i{ height:30px;}
.toolbar2 .top p{ padding:0; margin:0;}
/*瀵嗛泦鏋舵柊澧?/
.damjj{padding: 60px 8%;}
.damjjmain{ height:auto; overflow:hidden; padding:2% 0 0}

.damjjlist {
	width: 24%;
	margin: 0.5%;
	float: left;
	position: relative;
	overflow: hidden;
}
.damjjlist dl {
	position: relative;
}
.damjjlist dt {
	position: relative;
	bottom: 0;
	line-height: 45px;
	height: 45px;
	color: #fff;
	background: rgba(78,89,105,1);
	width: 100%;
	text-align: center;
}
.damjjlist img {
	width:100%;
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}
.damjjlist:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: 0.3s ease 0s;
}

/*250115鏂板*/
.zhdakfbg{ background:url(../images/zhdakfbg.jpg) no-repeat center center; background-size:cover; padding:50px 5%; margin-bottom:50px;}
.bd_con4 {height:auto; width:100%; overflow:hidden; max-width:1700px; position: relative; margin: 0px auto; margin-top:80px;}
.bd_c4l { width:1120px; float: left; height:610px; padding-top:60px; background:url(../images/zhdakfleft.jpg) no-repeat center top; background-size:cover; position:relative;}
.bd_c4l ul{display:flex; justify-content:center; flex-wrap:wrap; position:relative;}
.bd_c4l ul li {width:auto; color: #FFF; text-align: center; cursor: pointer; opacity:.5; border:1px #04177e solid; position:absolute;}
.bd_c4l ul li:nth-child(1){ top:0; left:15px;}
.bd_c4l ul li:nth-child(2){ top:0; left:320px;}
.bd_c4l ul li:nth-child(3){ top:0; right:15px;}
.bd_c4l ul li:nth-child(4){ top:300px; left:15px;}
.bd_c4l ul li:nth-child(5){ top:355px; left:320px;}
.bd_c4l ul li:nth-child(6){ top:300px; right:15px;}
.bd_c4l ul .bd_cutLi {opacity:1; border:1px #fff dotted;}
.bd_c4r { float: right; width:538px; height:360px; background:url(../images/zhtext.jpg) no-repeat center top;}
.bd_c4top { height: 333px;}
.bd_lbtn { padding: 0px 0px 0px 5px; float: left; width: 23px; background: url(bd_lbtn.jpg) no-repeat; display: block; height: 21px; margin-top: 145px; }
.bd_rbtn { float: right; width: 19px; padding-top: 0px; padding-right: 9px; display: block; height: 21px; margin-top: 145px; background: url(http://demo.lanrenzhijia.com/2014/pic0830/images/bd_rbtn.jpg) no-repeat; }
.bd_lbtn:hover { background: url(http://demo.lanrenzhijia.com/2014/pic0830/images/hbd_lbtn.jpg) no-repeat; }
.bd_rbtn:hover { background: url(http://demo.lanrenzhijia.com/2014/pic0830/images/hbd_rbtn.jpg) no-repeat; }
.bd_chgBox { float: left; height: 333px; width:538px; overflow:hidden; position:relative}
.bd_long { width:4216px; position: absolute; left: 0px; top: 0px; height:333px; }
.bd_long ul li { height: 333px; width: 538px; float: left; }
.bc_chgTitle { height: 45px; line-height:40px; text-indent:45px; width:100%; font-weight:bold; color:#50697f;}
.bd_lbtn img,.bd_rbtn img{cursor:pointer}
.bd_long ul li p { font-size:14px; line-height: 22px; padding:20px 50px; color:#50697f;}

@media screen and (max-width:1860px){
.bd_c4l { width:calc(100% - 550px); float: left; height:550px; padding-top:60px; padding-bottom:10px; background:url(../images/zhdakfleft.jpg) no-repeat center top; background-size:cover; position:relative;}
.bd_c4l ul{display:flex; justify-content:center; flex-wrap:wrap; height:100%; position:relative;}
.bd_c4l ul li {width:auto; color: #FFF; text-align: center; cursor: pointer; opacity:.5; border:1px #04177e solid; position:absolute;}
.bd_c4l ul li:nth-child(1){ width:26%; top:0; left:15px;}
.bd_c4l ul li:nth-child(2){ width:43%; top:0; left:28.5%;}
.bd_c4l ul li:nth-child(3){ width:26%; top:0; right:15px;}
.bd_c4l ul li:nth-child(4){ width:26%; top:auto; bottom:0; left:15px;}
.bd_c4l ul li:nth-child(5){ width:43%; top:auto; bottom:0; left:28.5%;}
.bd_c4l ul li:nth-child(6){ width:26%; top:auto; bottom:0; right:15px;}
.bd_c4l ul li img{width:100%;}
	}
@media screen and (max-width:1600px){.bd_c4l{ height:460px}}
@media screen and (max-width:1600px){.bd_c4l{ height:390px}}
@media screen and (max-width:1366px){.bd_c4l{ height:350px}}
@media screen and (max-width:1280px){.bd_c4l{ height:320px}}


/*棣栭〉鏂板*/
.zhdakfhome{position:relative; width:100%; height:auto; max-width:1920px; margin:0 auto;}
.zhdakfhome .img{ width:100%;}
.zhdakfhome .img img{ width:100%;}
.titles{ position:absolute; width:100%; height:100%; top:0; left:0; z-index:2;}
.titles .popup-title{
    cursor: pointer;
    margin:0px; width:300px; text-indent:70px; height:50px; line-height:50px; overflow:hidden; display:block;
    color: #fff; font-size:20px; font-weight:normal; position:absolute;
}


@media screen and (max-width:1600px){.titles .popup-title{font-size:18px; line-height:40px;}}
@media screen and (max-width:1440px){.titles .popup-title{font-size:16px; text-indent:50px; line-height:38px;}}
@media screen and (max-width:1280px){.titles .popup-title{font-size:16px; text-indent:40px; line-height:33px;}}


.titles .popup-title:nth-child(1){ left:28.5%; top:19%;}
.titles .popup-title:nth-child(2){ left:62%; top:19%;}
.titles .popup-title:nth-child(3){ left:8.5%; top:31.6%;}
.titles .popup-title:nth-child(4){ left:82%; top:30.8%;}
.titles .popup-title:nth-child(5){ left:8.5%; top:69.2%;}
.titles .popup-title:nth-child(6){ left:82%; top:68.4%;}
.titles .popup-title:nth-child(7){ left: 28.5%; top: 88.4%;}
.titles .popup-title:nth-child(8){ left:62%; top: 88.4%;}

.popup-window {
    display: none; /* 鍒濆鏃剁獥鍙ｄ笉鍙 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 50% 榛戣壊鑳屾櫙 */
    justify-content: center;
    align-items: center; z-index:99999;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    max-width:1200px;
    width: 80%;
    position: relative; max-height:860px; background:url(../images/tcbg.png) no-repeat center top;
}
.popup-content h3{ text-align:center; font-size:30px; line-height:1; font-weight:normal;}
.popup-content dl{ text-align:center; line-height:2; border-bottom:1px #999999 dotted; padding-bottom:30px; width:80%; margin:0 auto;}
.popup-content dt{ margin-top:35px; height:580px; overflow-y:scroll;}
.close-btn {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 24px;
    cursor: pointer;
}


/*瑙嗛鎸夐挳鍔ㄧ敾*/
@keyframes telshow {
0% {
transform: scale(1.0)
}
25% {
transform: scale(1.05)
}
50% {
transform: scale(1.0
}
75% {
transform: scale(1.05)
}
100% {
transform: scale(1.0)
}
}
@-webkit-keyframes telshow {
0% {
transform: scale(1.0)
}
25% {
transform: scale(1.05)
}
50% {
transform: scale(1.0
}
75% {
transform: scale(1.05)
}
100% {
transform: scale(1.0)
}
}
