body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}
header{
	height: 88px;
	background-color: #ffffff;
	box-shadow: 0 0 4px #f5f5f5;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 222;
}
.navbox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 88px;
}
.logo{
	width: 130px;
}
.navyou{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.nav ul{
	display: flex;
	align-items: center;
	margin-right: 110px;
}
.nav ul li{
	margin-left: 50px;
	cursor: pointer;
	height: 88px;
	line-height: 90px;
	position: relative;
}
.nav ul li a{
	font-size: 16px;
	color: #333333;
}
.line{
	width: 30px;
	height: 6px;
	border-radius: 30px;
	background-color: #00589f;
	opacity: 0;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
	transition: all 0.5s;
}
.nav ul li.active .line{
	opacity: 1;
}
.nav ul li.active a{
	color: #00589f;
}
.nav ul li:hover a{
	color: #00589f;
}
.ying{
	width: 75px;
	flex-shrink: 0;
	cursor: pointer;
}
.pt88{
	padding-top: 88px;
}
.xiala{
	opacity: 0;
	z-index: -666;
	display: none;
	position: absolute;
	width: 150px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	top: 88px;
	left: 50%;
	margin-left: -75px;
	box-shadow: 0 3px 6px #dddddd;
	transition: all 0.6s; 
}
.xiaul{
	padding: 0 15px 22px;
}
.xiali{
	border-bottom: 1px solid #dddddd;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #363636;
	transition: all 0.7s;
}
.xiali:hover{
	color: #00589f;
	border-bottom: 1px solid #00589f;
}
.nav ul li:hover .xiala{
	opacity: 1;
	z-index: 666;
	display: block;
}
.lbPic{
	width: 100%;
	height: 830px;
}
.inbga{
	padding: 110px 0 55px;
	position: relative;
}
.dibg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 0;
}
.jie ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 90px;
}
#lbb{
	padding-bottom: 90px;
}
.swpimg{
	width: 450px;
	height: 330px;
	border-radius: 5px;
	transition: all 0.5s;
}
.jie ul li img:hover{
	transform: translate(0,-3%);
}
.sibox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.sileft{
	width: 290px;
	flex-shrink: 0;
	position: relative;
}
.sititle{
	font-size: 36px;
	color: #f9f9f9;
	font-weight: bold;
	position: relative;
}
.sibg{
	width: 248px;
	position: absolute;
	left: 0;
	top: -15px;
}
.siline{
	width: 2px;
	flex-shrink: 0;
}
.siyou{
	flex-grow: 1;
	padding-left: 90px;
}
.siyou p{
	text-indent: 2em;
	font-size: 15px;
	color: #ffffff;
	line-height: 30px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:5;
	overflow:hidden;
}
.flexend{
	display: flex;
	justify-content: flex-end;
}
.seexq{
	width: 165px;
	height: 40px;
	border-radius: 30px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	cursor: pointer;
	font-size: 16px;
	background-color: #90c81f;
	transition: 0.5s;
}
.seexq:hover{
	transform: translate(10%,0);
}
.inbgb{
	padding: 60px 0 65px;
	position: relative;
}
.chantop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
}
.canleft{
	flex-shrink: 0;
}
.cantitle{
	font-size: 36px;
	color: #00589f;
}
.canying{
	font-size: 20px;
	color: #adbfd7;
	font-weight: bold;
	padding-bottom: 5px;
}
.canline{
	width: 110px;
	height: 2px;
	background-image: linear-gradient(to right,#ffffff, #00589f, #ffffff);
}
.morebox{
	display: flex;
	align-items: center;
	padding-right: 17px;
	font-size: 14px;
	color: #545454;
}
.morebox:hover{
	color: #00589f;
}
.chanbox ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.chanbox ul li{
	width: 325px;
	height: 385px;
	border-radius: 12px;
	background-color: #eeeeee;
	margin: 0 33.3px 33px 0;
	text-align: center;
	transition: all 0.5s;
}
.chanbox ul a:nth-child(4n) li{
	margin-right: 0;
}
.chanpic{
	width: 284px;
	height: 284px;
	border-radius: 10px;
	transition: all 0.5s;
	margin: 20px auto;
}
.chanbox ul li:hover{
	transform: translate(0,-5%);
	box-shadow: 0 0 10px #aaa;
}
.channei{
	display: flex;
	align-items: center;
}
.chanline{
	width: 10px;
	height: 30px;
	border-radius: 30px;
	flex-shrink: 0;
	background-color: #00589f;
}
.chantitile{
	font-size: 24px;
	color: #333333;
	transition: all 0.5s;
	padding: 0 20px;
}
.chanbox ul li:hover .chanpic{
	transform: scale(1.05);
}
.chanbox ul li:hover .chantitile{
	color: #00589f;
}
.chanbga{
	width: 260px;
	position: absolute;
	height: 411px;
	top: 0;
	right: 0;
	z-index: 1;
}
.chanbgb{
	width: 188px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.newbg{
	width: 100%;
	height: 1377px;
	position: relative;
}
.newpic{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.rongtitle{
	padding-top: 77px;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
.rongtxt{
	font-size: 20px;
	color: #81a5c9;
	text-align: center;
	padding-bottom: 115px;
}
.rongcard{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 182px;
}
.rongpic{
	width: 450px;
	height: 320px;
	border-radius: 10px;
}
.newtop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 65px 20px;
}
.newtitle{
	width: 273px;
}
.newnei{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-left: 20px;
}
.newleft{
	width: 810px;
}
.newleft ul li{
	padding: 45px 0 20px;
	border-bottom: 1px solid #8bb2d2;
	display: flex;
	align-items: center;
}
.xinpic{
	width: 180px;
	height: 135px;
	border-radius: 7px;
	flex-shrink: 0;
}
.xinyou{
	flex-grow: 1;
	padding-left: 17px;
}
.xintitle{
	font-size: 18px;
	color: #252525;
	padding-bottom: 17px;
	max-width: 600px;
	transition: all 0.5s;
}
.newleft ul li:hover .xintitle{
	color: #00589f;
	font-weight: bold;
}
.xinfu p{
	text-indent: 2em;
	max-width: 600px;
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}
.xinnew{
	font-size: 14px;
	color: #ec6941;
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}
.lanbg{
	width: 480px;
	height: 312px;
	position: relative;
	background-color: #00589f;
	border-radius: 8px;
}
.lanpic{
	width: 500px;
	height: 350px;
	position: absolute;
	bottom: 42px;
	right: 40px;
}
footer{
	background-color: #eeeeee !important;
	text-align: center;
	padding: 25px 0 25px !important;
}
.beian{
	font-size: 16px;
	color: #545454;
	padding-bottom: 5px;
}
.beian a{
	font-size: 16px;
	color: #545454;
}
.tiao{
	font-size: 14px;
	color: #999999;
}
.banner{
	width: 100%;
}
.usnav ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-bottom: 1px solid #eeeeee;
}
.usnav ul li{
	width: 202px;
	position: relative;
	height: 88px;
	text-align: center;
}
.usbg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	opacity: 0;
	z-index: -555;
}
.ussan{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: -3px;
	opacity: 0;
	width: 30px;
	z-index: -555;
}
.ustitle{
	position: relative;
	z-index: 22;
	font-size: 20px;
	color: #999999;
	line-height: 95px;
}
.usnav ul li.active .usbg{
	opacity: 1;
	z-index: 2;
}
.usnav ul li.active .ussan{
	opacity: 1;
	z-index: 2;
}
.usnav ul li.active .ustitle{
	color: #00589f;
}
.usnav ul li:hover .ustitle{
	color: #00589f;
}
.futitle{
	padding: 42px 0 25px;
	font-size: 24px;
	color: #464646;
	font-weight: bold;
}
.titleline{
	width: 50px;
	height: 5px;
	background-color: #00589f;
}
.fuwen{
	padding: 30px 0 60px;
}
.fuwen p{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
	text-indent: 2em;
}
.fuwen p span{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.fuwen p strong{
	font-size: 16px;
	color: #555555;
	line-height: 32px;
}
.fuwen p img{
	max-width: 100%;
	margin: 30px 0 30px -2em;
	width: 100%;
}
.qibox ul{
	padding: 43px 0 78px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.qibox ul li{
	width: 330px;
	height: 300px;
	border-radius: 8px;
	background-color: #f5f5f5;
	text-align: center;
	margin: 0 26.6px 30px 0;
	cursor: pointer;
	transition: all 0.5s;
}
.qibox ul li:nth-child(4n){
	margin-right: 0;
}
.qipic{
	width: 290px;
	height: 205px;
	margin: 20px auto 22px;
}
.qititle{
	padding: 0 10px;
	font-size: 22px;
	color: #00589f;
}
.qibox ul li:hover{
	box-shadow: 0 0 10px #aaa;
	transform: translate(0,-5%);
}
.hebox ul{
	padding: 43px 0 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.hebox ul li{
	width: 450px;
	height: 335px;
	border-radius: 8px;
	margin: 0 25px 40px 0;
	position: relative;
	transition: all 0.5s;
}
.hebox ul li:nth-child(3n){
	margin-right: 0;
}
.hebox ul li:hover{
	transform: translate(0, -5%);
}
.hepic{
	width: 450px;
	border-radius: 8px;
	height: 335px;
}
.heding{
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	background-color: rgba(0, 88, 159, 0.87);
	height: 60px;
	width: 100%;
}
.hezuo{
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	background-color: rgba(0, 88, 159, 0.87);
	height: 60px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hetxt{
	font-size: 18px;
	color: #ffffff;
	padding-right: 30px;
}
.drr{
	position: absolute;
	top: 25px;
	right: 10px;
	width: 18px;
	transform: rotate(90deg);
}
.hetitle{
	font-size: 24px;
	color: #ffffff;
	line-height: 60px;
	padding: 0 30px;
}
.shibox{
	padding: 40px 0;
}
.shili{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 60px;
}
.shipic{
	width: 400px;
	height: 300px;
}
.shiyou{
	flex-grow: 1;
	padding: 0 0 0 85px;
}
.shititle{
	font-size: 30px;
	color: #00589f;
	padding-bottom: 20px;
	max-width: 78%;
}
.shifu{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:7;
	overflow:hidden;
}
.shifu p{
	font-size: 15px;
	color: #363636;
	line-height: 35px;
}
.shili:nth-child(2n) .shiyou{
	padding: 0 85px 0 0;
}
.manbox{
	padding: 70px 0 90px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.manpic{
	width: 802px;
	flex-shrink: 0;
}
.manfu{
	flex-grow: 1;
	padding-left: 70px;
}
.manfu p{
	font-size: 18px;
	color: #252525;
	line-height: 45px;
	text-indent: 2em;
}
.lianbox{
	padding: 95px 0 55px;
}
.ditop ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}
.ditop ul li{
	flex-shrink: 0;
}
.butop{
	display: flex;
	align-items: flex-start;
	padding-bottom: 15px;
}
.bupic{
	width: 32px;
	flex-shrink: 0;
}
.butitle{
	font-size: 28px;
	color: #333333;
	padding-left: 60px;
}
.buline{
	height: 1px;
	background-color: #00589f;
	width: 300px;
	margin: 0 0 55px 57px;
}
.huabox{
	display: flex;
	align-items: center;
	padding: 0 0 25px 30px;
}
.huapic{
	width: 16px;
	flex-shrink: 0;
}
.huatxt{
	font-size: 18px;
	color: #333333;
	padding-left: 10px;
	max-width: 300px;
}
.mapbox{
	border: 1px solid #eeeeee;
	padding: 10px;
	border-radius: 5px;
}
.channav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eeeeee;
}
.channav ul li{
	width: 202px;
	position: relative;
	height: 88px;
	text-align: center;
}
.channav ul li.active .usbg{
	opacity: 1;
	z-index: 2;
}
.channav ul li.active .ussan{
	opacity: 1;
	z-index: 2;
}
.channav ul li.active .ustitle{
	color: #00589f;
}
.ding{
	position: relative;
	min-height: 60vh;
	padding-bottom: 100px;
}
.pt65{
	padding: 65px 0;
}
.fenye ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.fenye ul li{
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin: 0 5px;
	padding: 8px 13px;
	font-size: 13px;
	color: #333333;
	cursor: pointer;
}
.fenye ul li.active{
	background-color: #5eaade;
	color: #ffffff;
}
.newbox{
	padding: 10px 0 100px;
}
.newbox ul li{
	padding: 60px 0 50px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.xinleft{
	text-align: center;
	flex-shrink: 0;
}
.xinqi{
	font-size: 28px;
	color: #404040;
	font-weight: bold;
}
.xinyear{
	font-size: 16px;
	color: #404040;
	padding-bottom: 17px;
}
.xina{
	width: 80px;
	margin: 0 auto;
}
.wenpic{
	width: 338px;
	height: 180px;
	flex-shrink: 0;
	margin: 0 33px 0 110px;
}
.xinright{
	flex: 1;
}
.wentitle{
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	padding-bottom: 15px;
	max-width: 800px;
}
.wenfu{
	margin-bottom: 30px;
}
.wenfu p{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.chamore{
	width: 110px;
	height: 38px;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	background-color: #e5e5e5;
	font-size: 14px;
	color: #404040;
	transition: all 0.5s;
}
.newbox ul li:hover .wentitle{
	color: #00589f;
}
.newbox ul li:hover .chamore{
	color: #ffffff;
	background-color: #90c81f;
}
.pb100{
	padding-bottom: 100px;
}
.detail{
	padding: 60px 0 140px;
}
.wenbenbox{
	padding: 35px 60px 70px;
	border-radius: 3px;
	box-shadow: 0 0 10px #dddddd;
	min-height: 50vh;
}
.wentop{
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 15px;
}
.bentitle{
	font-size: 24px;
	color: #000000;
	padding-bottom: 30px;
}
.bentime{
	font-size: 14px;
	color: #999999;
}
.wenben p{
	font-size: 16px;
	color: #404040;
	text-indent: 2em;
	line-height: 35px;
	padding-top: 28px;
}
.wenben p img{
	max-width: 100%;
	width: 100%;
	margin: 0 0 0 -2em;
}
.zuobox{
	padding: 70px 0;
}
.zuotop{
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 50px;
}
.zuotitile{
	font-size: 30px;
	color: #252525;
}
.zuoline{
	width: 30px;
	height: 5px;
	border-radius: 30px;
	margin: 0 auto 20px;
	background-color: #00589f;
}
.zuotop p{
	padding-bottom: 15px;
	font-size: 16px;
	color: #545454;
}
.yibox ul li{
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 65px;
}
.yipic{
	width: 520px;
	height: 250px;
	flex-shrink: 0;
}
.yiban{
	width: 50%;
	flex-shrink: 0;
}
.yititle{
	font-size: 37px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 5px;
}
.yititle span{
	font-size: 37px;
	color: #00589f;
	font-weight: bold;
	padding-left: 10px;
}
.yifu p{
	font-size: 18px;
	color: #252525;
	line-height: 38px;
}
.yibox ul li:nth-child(2n) .yiban{
	text-align: right;
}
.showBox {
	display: none;
	overflow: hidden;
}

.bailogo {
	width: 2rem;
}

.shou {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.2rem;
}

.dao {
	width: 0.4rem;
	height: 0.4rem;
}

.yang {
	display: none;
	position: fixed;
	background-color: #FFFFFF;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 998;
}

.yang ul li {
	margin-bottom: 0;
	border-bottom: 2px dashed #EEEEEE;
}

.biaoTi {
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.3rem 0;
	cursor: pointer;
}

.yangtxt {
	font-size: 0.3rem;
	color: #333333;
}

.yangtxt.active {
	color: #333333;
}

.sanPic {
	width: 13px;
}

.kaiBox {
	background-color: #FFFFFF;
	display: none;
	border-top: none;
}

.kaiBox.active {
	display: block;
}

.kaiTxt {
	height: 60px;
	line-height: 60px;
	padding-left: 25px;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #DADADA;
	cursor: pointer;
}

.dongyou {
	width: 900px;
	background-color: #FFFFFF;
}

.fancybox__nav .carousel__button.is-next {
	color: #FFFFFF !important;
}
.carousel__button{
	color: #ffffff !important;
}

.fancybox__nav .carousel__button.is-prev {
	color: #FFFFFF !important;
}


.lianjie{
	position: fixed;
	right: 5vh;
	bottom: 10vh;
	z-index: 666;
	width: 35px;
}
.lianpic{
	width: 100%;
	margin-bottom: 15px;
	border-radius: 50%;
	background: #FFFFFF;
}
.licheng{
	padding: 115px 80px 40px;
}
.licheng ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px;
}
.licen{
	width: 200px;
	flex-shrink: 0;
	text-align: center;
}
.liPicbox{
	width: 520px;
	text-align: center;
}
.liyou{
	width: 520px;
}
.lipic{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin: 0 auto;
}
.centitle{
	font-size: 28px;
	color: #404040;
	font-weight: bold;
	padding-bottom: 22px;
}
.cenpic{
	width: 80px;
	margin: 0 auto;
}
.youtitle{
	padding-left: 15px;
	font-size: 24px;
	color: #00589f;
	font-weight: bold;
	padding-bottom: 12px;
}
.youfu p{
	padding-left: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.goubox{
	padding: 20px 0 80px;
}
.goubox ul li{
	padding: 80px 60px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gouli{
	width: 50%;
}
.goubox ul li:nth-child(2n) .gouli{
	text-align: right;
}
.goupic{
	width: 50%;
	height: 310px; 
}
.goutitle{
	font-size: 24px;
	color: #00589f;
	font-weight: bold;
	padding-bottom: 12px;
}
.goubox ul li:nth-child(2n) .gouli .goufu{
	display: flex !important;
	justify-content: flex-end;
}
.goufu p{
	font-size: 16px;
	color: #666666;
	line-height: 35px;
	max-width: 40%;
}
.renbox{
	padding: 45px 0 200px;
}
.peobox ul{
	padding: 0 0 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.peobox ul li{
	width: 450px;
	height: 335px;
	border-radius: 8px;
	margin: 0 25px 0 0;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}
.peobox ul li:nth-child(3n){
	margin-right: 0;
}
.peoding{
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 0 10px 10px;
	background-color: rgba(0, 88, 159, 0.87);
	height: 60px;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
}
.peotxt{
	padding: 0 30px;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}
.peobox ul li:hover .peoding{
	height: 165px;
}
.zhibox ul{
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zhibox ul li{
	width: 328px;
	height: 280px;
	border-radius: 5px;
	background-color: #f9f9f9;
	cursor: pointer;
	text-align: center;
	position: relative;
}
.zhipic{
	margin: 63px auto 30px;
	width: 90px;
}
.zhititle{
	font-size: 24px;
	color: #363636;
	padding-bottom: 25px;
}
.zhirr{
	width: 27px;
	margin: 0 auto;
}

.tanbox{
	opacity: 0;
	width: 100%;
	height: 165px;
	background-color: #00589f;
	border-radius: 7px;
	position: absolute;
	left: 0;
	top: 233px;
	text-align: center;
	transition: all 0.7s;
}
.tanrr{
	width: 27px;
	margin: 13px auto 20px;
}
.tantxt{
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
	padding: 0 20px;
	color: #ffffff;
	line-height: 26px;
}
.zhibox ul li:hover{
	background-color: #ebf2f7;
}
.zhibox ul li:hover .tanbox{
	opacity: 1;
}
.pinBox{
	padding: 70px 0;
	position: relative;
}
.pintop{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 80px;
}
.lunbox{
	width: 700px;
	height: 820px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #eeeeee;
	flex-shrink: 0;
}
.neibox{
	margin: 25px 25px 0;
	overflow: hidden;
}
.pinyou{
	flex-grow: 1;
	padding: 45px 0 0 60px;
}
.namebox{
	display: flex;
	align-items: center;
	padding-bottom: 35px;
}
.nameline{
	width: 8px;
	height: 28px;
	background-color: #00589f;
	border-radius: 20px;
}
.nametitle{
	font-size: 30px;
	color: #333333;
	padding-left: 26px;
	line-height: 30px;
}
.mingbox{
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}
.mingtitle{
	font-size: 24px;
	color: #333333;
	padding-left: 26px;
}
.speark{
	padding: 0 0 40px 34px;
}
.speark p{
	font-size: 16px;
	color: #999999;
}
.dabox{
	text-align: center;
	border-bottom: 1px solid #dddddd;
	position: relative;
	margin-bottom: 55px;
}
.datitle{
	font-size: 20px;
	color: #00589f;
	font-weight: bold;
	padding-bottom: 28px;
}
.threedian{
	position: absolute;
	bottom: -4px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
}
@media screen and (max-width: 750px) {
	header{
		height: auto;
	}
	.wrap{
		width: 98%;
	}
	.logo{
		width: 2rem;
	}
	.nav{
		display: none;
	}
	.navbox{
		height: 1.3rem;
		display: none;
	}
	.pt88{
		padding-top: 1.2rem;
	}
	.ying{
		width: 1rem;
	}
	.downliact {
		width: 100%;
		font-size: 0.3rem;
		color: #666666;
		line-height: 0.6rem;
		text-align: left;
	}
	.downliact a{
		font-size: 0.3rem;
		color: #666666;
		line-height: 0.6rem;
		text-align: left;
	}
	.downli {
		padding-left: 1rem;
		font-size: 0.26rem;
		padding-right: 15px;
		color: #333333;
		font-weight: 400;
		padding-bottom: 0.25rem;
	}
	.showBox {
		display: block;
	}
	.inbga{
		padding: 0.3rem 0;
	}
	.jie ul{
		padding-bottom: 0.4rem;
	}
	.swpimg{
		width: 2.3rem;
		height: 1.66rem;
	}
	.sibox{
		padding-bottom: 0.2rem;
		flex-wrap: wrap;
	}
	.sititle{
		font-size: 0.35rem;
		padding-bottom: 0.25rem;
		color: #000000;
	}
	.siline{
		display: none;
	}
	.siyou{
		padding-left: 0;
	}
	.siyou p{
		color: #333333;
		font-size: 0.26rem;
	}
	.dibg{
		display: none;
	}
	.seexq{
		width: 2.2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.25rem;
	}
	.inbgb{
		padding: 0.4rem 0 0;
	}
	.cantitle{
		font-weight: bold;
		font-size: 0.35rem;
	}
	.canying{
		font-size: 0.24rem;
	}
	.chantop{
		padding-bottom: 0.4rem;
	}
	.chanbox ul{
		justify-content: space-between;
	}
	.chanbox ul a{
		width: 49%;
	}
	.chanbox ul li{
		width: 100%;
		margin: 0 0 0.3rem 0;
		height: 4.2rem;
	}
	.chanpic{
		width: 3.1rem;
		height: 3.1rem;
		margin: 0.2rem auto;
	}
	.chanline{
		width: 0.05rem;
		height: 0.3rem;
	}
	.chantitile{
		font-size: 0.3rem;
	}
	.rongtitle{
		padding-top: 0.41rem;
		font-size: 0.35rem;
		font-weight: bold;
		color: #000000;
	}
	.rongtxt{
		font-size: 0.28rem;
		color: #000000;
		padding-bottom: 0.5rem;
	}
	.rongcard{
		padding-bottom: 0.5rem;
	}
	.rongpic{
		width: 2.2rem;
		height: 1.57rem;
	}
	.newpic{
		display: none;
	}
	.newbg{
		height: auto;
	}
	.newtop{
		padding: 0;
	}
	.newtitle{
		width: 2.5rem;
	}
	.newnei {
		padding: 0 0 0.5rem 0;
		flex-wrap: wrap;
	}
	.newleft{
		width: 100%;
	}
	.newleft ul{
		padding-bottom: 0.4rem;
	}
	.newleft ul li{
		padding: 0.4rem 0;
	}
	.xinpic{
		width: 2.4rem;
		height: 1.65rem;
	}
	.xintitle{
		font-size: 0.28rem;
		padding-bottom: 0.1rem;
		max-width: 4rem;
	}
	.xinfu p{
		font-size: 0.22rem;
		line-height: 0.38rem;
	}
	.lanbg{
		background-color: transparent;
		width: 100%;
		height: auto;
	}
	.lanpic{
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		height: auto;
	}
	footer{
		padding: 0.2rem 0 !important;
	}
	.beian{
		font-size: 0.24rem;
	}
	.tiao{
		font-size: 0.22rem;
	}
	.chanbgb{
		display: none;
	}
	.usnav ul a{
		width: 20%;
	}
	.usnav ul{
		justify-content: space-between;
	}
	.usnav ul li{
		width: 100%;
		height: 1rem;
	}
	.channav ul a{
		width: 30%;
	}
	.channav ul li{
		width: 100%;
		height: 1rem;
	}
	.ustitle{
		font-size: 0.3rem;
		line-height: 1rem;
	}
	.ussan{
		width: 0.4rem;
		margin-left: -0.2rem;
	}
	.futitle{
		font-size: 0.3rem;
		padding: 0.4rem 0 0.2rem;
	}
	.titleline{
		width: 0.6rem;
		height: 0.08rem
	}
	.fuwen{
		padding: 0.4rem 0;
	}
	.qibox ul{
		padding: 0.4rem 0;
		justify-content: space-between;
	}
	.qibox ul li{
		width: 49%;
		margin:  0 0 0.2rem 0;
		height: auto;
	}
	.qipic{
		width: 3rem;
		margin: 0.2rem auto;
		height: 2.1rem;
	}
	.qititle{
		padding: 0  0.1rem 0.2rem;
		font-size: 0.28rem;
	}
	.hebox ul{
		padding: 0.4rem 0;
		justify-content: space-between;
	}
	.hebox ul li{
		width: 49%;
		margin:  0 0 0.2rem 0;
		height: auto;
	}
	.peobox ul{
		padding: 0.4rem 0;
		justify-content: space-between;
	}
	.peobox ul li{
		width: 49%;
		margin:  0 0 0.2rem 0;
		height: auto;
	}
	.peoding{
		height: 0.6rem;
	}
	.peobox ul li:hover .peoding{
		height: 1.6rem;
	}
	.peotxt{
		padding: 0 0.2rem;
		line-height: 0.35rem;
		font-size: 0.24rem;
	}
	.hepic{
		width: 100%;
		height: 2.67rem;
	}
	.heding{
		height: 0.6rem;
	}
	.hetitle{
		line-height: 0.6rem;
		padding: 0 0.2rem;
		font-size: 0.26rem;
	}
	.shipic{
		width: 4rem;
		height: 3rem;
	}
	.shiyou{
		padding: 0 0 0 0.3rem ;
	}
	.shititle{
		font-size: 0.3rem;
		padding-bottom: 0.1rem;
		font-weight: bold;
	}
	.shifu{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp:6;
		overflow: hidden;
	}
	.shifu p{
		font-size: 0.26rem;
		line-height: 0.4rem;
	}
	.shili:nth-child(2n) .shiyou{
		    padding: 0 0.3rem 0 0;
	}
	.shibox{
		padding: 0.4rem 0;
	}
	.shili{
		padding-bottom: 0.6rem;
	}
	.manbox{
		padding: 0.5rem 0;
		flex-wrap: wrap;
	}
	.manpic{
		width: 100%;
	}
	.manfu{
		width: 100%;
		padding: 0.4rem 0 0;
	}
	.manfu p{
		font-size: 0.28rem;
		line-height:  0.6rem;
	}
	.pt65{
		padding: 0.45rem 0;
	}
	.ding{
		padding-bottom: 0.5rem;
	}
	.newbox ul li{
		padding: 0.4rem 0;
	}
	.xinqi{
		font-size: 0.3rem;
	}
	.xinyear{
		font-size: 0.26rem;
	}
	.xina{
		width: 0.8rem;
	}
	.wenpic{
		width: 2.8rem;
		height: 1.8rem;
		margin: 0 0.2rem;
	}
	.wentitle{
		font-size: 0.28rem;
		max-width: 3rem;
		padding-bottom: 0.1rem;
	}
	.wenfu{
		margin-bottom: 0.15rem;
	}
	.wenfu p{
		font-size: 0.24rem;
		line-height: 0.4rem;
	}
	.chamore{
		width: 1.5rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.26rem;
	}
	.newbox{
		padding: 0.25rem 0 0.6rem;
	}
	.pb100{
		padding-bottom: 0.5rem;
	}
	.zuobox{
		padding: 0.4rem 0;
	}
	.zuotitile{
		font-size: 0.35rem;
		font-weight: bold;
	}
	.zuotop p{
		padding-bottom: 0.15rem;
		font-size: 0.26rem;
	}
	.zuotop{
		padding-bottom: 0.45rem;
	}
	.yibox ul li{
		padding: 0.5rem 0;
	}
	.yipic{
		width: 3.5rem;
		height: auto;
	}
	.yititle{
		font-size: 0.32rem;
	}
	.yititle span{
		font-size: 0.32rem;
	}
	.yifu p{
		font-size: 0.26rem;
		line-height: 0.45rem;
	}
	.detail{
		padding: 0.5rem 0;
	}
	.wenbenbox{
		padding: 0.3rem;
	}
	.bentitle{
		font-size: 0.35rem;
		padding-bottom: 0.15rem;
	}
	.wentop{
		padding-bottom: 0.15rem;
	}
	.ditop ul{
		flex-wrap: wrap;
	}
	.ditop ul li{
		padding-left: 0.2rem;
	}
	.lianbox{
		padding: 0.4rem 0;
	}
	.butop{
		padding-bottom: 0.15rem;
	}
	.bupic{
		width: 0.35rem;
	}
	.butitle{
		font-size: 0.3rem;
		font-weight: bold;
		padding-left: 0.35rem;
	}
	.buline{
		width: 3rem;
		margin-left: 0.7rem;
		margin-bottom: 0.3rem;
	}
	.huabox{
		padding: 0 0 0.25rem 0.3rem;
	}
	.huapic{
		width: 0.2rem;
	}
	.huatxt{
		font-size: 0.26rem;
	}
	#container{
		height: 6rem !important;
	}
	.fenye ul li{
		padding: 0.05rem 0.15rem;
	}
	.pintop{
		flex-wrap: wrap;
		padding-bottom: 0.02rem;
	}
	.pinBox{
		padding: 0.5rem 0;
	}
	.lunbox{
		width: 100%;
		height: auto;
	}
	.mySwiper2{
		height: 4rem !important;
	}
	.pinyou{
		width: 100%;
		padding: 0.4rem 0 0 0;
	}
	.nameline{
		width: 0.08rem;
		height: 0.3rem;
	}
	.nametitle{
		font-size: 0.4rem;
		padding-left: 0.2rem;
	}
	.mingtitle{
		font-size: 0.36rem;
		padding-left: 0.2rem;
	}
	.speark{
		padding: 0 0 0.4rem 0.28rem;
	}
	.speark p{
		font-size: 0.26rem;
		line-height: 0.5rem;
	}
	.zhibox ul{
		padding-top: 0.3rem;
		flex-wrap: wrap;
	}
	.zhibox ul li{
		width: 49%;
		height: auto;
		margin-bottom: 0.2rem;
		padding: 0 0 0.3rem;
	}
	.tanbox{
		opacity: 1;
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		
		background-color: transparent;
	}
	.zhirr{
		display: none;
	}
	.tanrr{
		display: none;
	}
	.tantxt{
		color: #333333;
	}
	.zhipic{
		width: 1.2rem;
		margin: 0.5rem auto;
	}
	.renbox{
		padding: 0.5rem 0;
	}
	.hezuo{
		height: 0.6rem;
	}
	.hetxt{
		font-size: 0.24rem;
	}
	.drr{
		width: 0.25rem;
		top: 0.22rem;
	}
	.goubox ul li{
		padding: 0.4rem;
	}
	.goupic{
		height: 2.6rem;
	}
	.goutitle{
		font-size: 0.4rem;
		padding-bottom: 0.15rem;
	}
	.goufu p{
		font-size: 0.26rem;
		line-height: 0.4rem;
		max-width: 80%;
	}
	.licheng{
		padding: 0.5rem 0.2rem;
	}
	.liPicbox{
		width: auto;
	}
	.lipic{
		width: 2rem;
		height: 2rem;
	}
	.licen{
		width: 2rem;
	}
	.centitle{
		font-size: 0.4rem;
	}
	.cenpic{
		width: 1rem;
	}
	.youtitle{
		font-size: 0.4rem;
	}
	.liyou{
		width: auto;
		flex-grow: 1;
	}
	.lbPic{
		width: 100%;
		height: 4rem;
		background: #000000;
	}
}