body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}

header {
	height: 100px;
	width: 100%;
	background-color: #ffffff;
	position: relative;
	z-index: 66;
}

.headBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.bgf {
	background-color: #FFFFFF;
	transition: all 0.4s;
}

.bgfa {
	background-color: #FFFFFF;
	transition: all 0.4s;
}

.sansan {
	color: #000000 !important;
}

.sansanact {
	color: #000000 !important;
}

.logoPic {
	width: 223px;
	flex-shrink: 0;
}

.nav {
	flex-grow: 1;
}

.nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100px;
}

.nav ul li {
	margin-left: 40px;
	height: 100px;
	line-height: 100px;
	position: relative;
}

.nav ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #010101;
	border-bottom: 3px solid transparent;
	padding-bottom: 10px;
}

.nav ul li a.active {
	border-bottom: 3px solid rgb(19,12,98);
}
.xiala{
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100px;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-100%);
    top: 100px;
    opacity: 0;
    z-index: -1;
    transition:  all 0.5s;
}
.nav ul li:hover .xiala{
    transform: translate(-50%,-0%);
    opacity: 1;
    z-index: 1;
}
a:hover {
    color: rgb(33,102,222) !important;
}
.xia_li{
    font-size: 20px;
    color:#ffffff !important;
    padding: 0 10px;
    flex-shrink: 0;
    line-height: 50px !important;
}
.xia_li a{
    font-size: 14px !important;
    color: #ffffff !important;
    line-height: 14px !important;
    padding: 0!important;
    border: none !important;
}
.phone {
	display: flex;
	align-items: center;
}

.headline {
	width: 1px;
	height: 15px;
	background-color: #000000;
	margin: 0 30px 0 40px;
}

.phonepic {
	width: 15px;
	flex-shrink: 0;
}

.ptxt {
	font-size: 15px;
	color: #000000;
	padding-left: 25px;
	font-weight: bold;
}

.lbPic {
	width: 100%;
}

.icon {
	width: 70px;
}

.title_box {
	text-align: center;
	position: relative;
	font-size: 40px;
	color: #dddddd;
	font-weight: bold;
	padding: 75px 0;
}

.title {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}

.pinbox ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pinbox ul li {
	width: 440px;
	height: 350px;
	position: relative;
	margin: 0 40px 40px 0;
	overflow: hidden;
}

.pinbox ul li:nth-child(3n) {
	margin-right: 0;
}

.pin_pic {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pin_di {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.pintxt {
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	display: none;
}

.pin_zhe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	transform: translateY(100%);
	transition: all 0.5s;
}

.zhe_title {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	padding: 115px 0 30px 0;
}

.zhe_txt {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 35px;
}

.zhe_btn {
	width: 125px;
	height: 45px;
	background-color: #0e0062;
	font-size: 16px;
	color: #ffffff;
	border-radius: 30px;
	text-align: center;
	line-height: 45px;
	margin: 0 auto;
}

.pinbox ul li:hover .pin_zhe {
	transform: translateY(0);
	z-index: 1;
}

.pinbox ul li:hover .pin_di {
	opacity: 0;
	z-index: -1;
}
.pinbox ul li:hover .pin_pic{
    transform: scale(1.05);
}
.pin_fu {
	padding-bottom: 70px;
}

.pin_fu p {
	font-size: 14px;
	color: #000000;
	line-height: 30px;
}

.qibox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #2b2b2b;
	height: 345px;
}

.qibox ul li {
	width: 33.3333%;
	text-align: center;
	position: relative;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.qi_pic {
	width: 49px;
	margin: 95px auto 18px;
	position: relative;
	z-index: 3;
}

.qi_title {
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 27px;
	position: relative;
	z-index: 3;
}

.qi_txt {
	font-size: 16px;
	color: #ffffff;
	position: relative;
	z-index: 3;
}

.qi_zhe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(43, 43, 43, 0.8);
	text-align: center;
	z-index: 2;
}
.qibox ul li:nth-child(2) .qi_zhe{
    background-color: rgba(19,12,98,0.8);
}
.zhePic {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	transform: translateY(100%);
}

/*.qibox ul li:hover .qi_zhe {*/
/*	opacity: 1;*/
/*	z-index: 2;*/
/*}*/

.qibox ul li:hover .zhePic {
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
}

.zhizhi {
	background-color: #f5f5f5;
	padding-bottom: 90px;
}

.useBox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 90px;
	height: 650px;
}

.useleft {
	width: 350px;
	flex-shrink: 0;
	height: 650px;
	background: url('../images/lebg_03.png') no-repeat center;
	background-size: cover;
}

.lenei {
	padding: 90px 35px 0;
}

.le_title {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 18px;
}

.le_line {
	width: 32px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 30px;
	margin-bottom: 28px;
}

.zha ul li {
	display: flex;
	align-items: center;
	padding-bottom: 27px;
	font-size: 18px;
	color: #ffffff;
}

.kao ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.kao ul li {
	width: 350px;
	height: 325px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.kaopic {
	width: 350px;
	height: 325px;
}

.kaozhe{
    position: absolute;
    background: rgba(0,0,0,0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 22;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    transition: all 0.5s;
}
.kao ul li:hover .kaozhe{
    transform: translateY(0);
}

.zhe_h1{
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #ffffff;
}

.kaodi {
	background-image: linear-gradient(transparent, #000000);
	height: 80px;
	line-height: 80px;
	padding-left: 30px;
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.kao ul li:hover .kaodi{
    opacity: 0;
}
.lunbo {
	padding: 0 175px;
	position: relative;
}

.zipic {
	width: 280px !important;
	height: 400px;
}

.zuolun {
	width: 70px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
}

.youlun {
	width: 70px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -35px;
	cursor: pointer;
}

.youbox {
	padding: 90px 0 80px;

	position: relative;
}

.youbox ul {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.youbox ul li {
	width: 50%;
	text-align: right;
	margin-bottom: 90px;
}

.flex {
	width: 340px;
	display: flex;
	justify-content: flex-end;
}

.youpic {
	width: 45px;
	height: 45px;
	flex-shrink: 0;
}

.youCen {
	padding: 0 25px;
	flex-grow: 1;
}

.youTitle {
	font-size: 24px;
	color: #333333;
	padding: 10px 0;
}

.youTxt {
	font-size: 14px;
	color: #555555;
	line-height: 22px;
}

.youbox ul li:nth-child(2n) {
	text-align: left;
	display: flex;
	justify-content: flex-end;
}

.cenpic {
	width: 578px;
	position: absolute;
	top: 125px;
	left: 50%;
	transform: translateX(-50%);
}

.ibg {
	width: 100%;
	background: url('../images/ibg_02.png')no-repeat center;
	background-size: 100% 100%;
	padding-bottom: 70px;
}

.zibox ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.zibox ul li {
	width: 440px;
	cursor: pointer;
	margin: 0 40px 40px 0;
}

.zibox ul a:nth-child(3n) li {
	margin-right: 0;
}

.ziTop {
	width: 440px;
	height: 280px;
	position: relative;
}

.xunpic {
	width: 100%;
	height: 100%;
}

.xunzhe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(46, 38, 121, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	opacity: 0;
	z-index: -1;
}

.zibox ul li:hover .xunzhe {
	z-index: 1;
	opacity: 1;
}

.jiatxt {
	width: 60px;
}

.new_time {
	font-size: 14px;
	color: #aaaaaa;
	padding: 20px 0 10px;
}

.new_title {
	font-size: 18px;
	color: #222222;
	padding-bottom: 15px;
}

.blue_line {
	width: 20px;
	height: 4px;
	background-color: #0e0062;
}

.jietxt {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 26px;
	padding-top: 10px;
}

.more {
	font-size: 14px;
	color: #aaaaaa;
	padding-top: 5px;
}

.seemore {
	width: 125px;
	height: 45px;
	border-radius: 5px;
	text-align: center;
	line-height: 45px;
	background-color: #0e0062;
	color: #ffffff;
	font-size: 16px;
	margin: 15px auto 0;
}

footer {
	background-color: #565656;
	padding-top: 100px !important;
}

.foot {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 0 90px 90px;
}

.shouBox {
	flex-shrink: 0;
}

.shoutitle {
	font-size: 18px;
	color: #f5f5f5;
	padding-bottom: 30px;
}

.shoutxt ul li {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 18px;
}

.contantbox {
	width: 333px;
	flex-shrink: 0;
}

.canli {
	display: flex;
	align-items: flex-start;
	padding-bottom: 28px;
}

.dapic {
	width: 18px;
	margin-top: 8px;
}

.datxt {
	font-size: 18px;
	color: #ffffff;
	padding-left: 10px;
	line-height: 32px;
}

.maapic {
	width: 87px;
	height: 87px;
	margin: 10px 0 0 28px;
}

.beian {
	background-color: #636363;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #ffffff;
}

.beian a {
	font-size: 14px;
	color: #ffffff;
}

.beian span {
	font-size: 14px;
	color: #ffffff;
}

.qiye_bg {
	width: 100%;
	background: url('../images/pinbg_02.png')no-repeat center;
	height: 828px;
	background-size: cover;
}

.numbox {
	padding-top: 45px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.numLeft {
	width: 750px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.numli {
	width: 49%;
	text-align: center;
	margin-bottom: 65px;
}

.numTitle {
	font-size: 100px;
	color: #0e0062;
	font-weight: bold;
}

.numTitle span {
	font-size: 36px;
	color: #000000;
	font-weight: 500;
}

.numtxt {
	font-size: 18px;
	color: #000000;
}

.huiline {
	width: 1px;
	height: 100px;
	background-color: #dddddd;
	margin-bottom: 70px;
}

.numRigth {
	width: 510px;
	flex-shrink: 0;
	text-align: right;
}

.siTitle {
	font-size: 30px;
	color: #000000;
	padding-bottom: 27px;
}

.flexend {
	display: flex;
	justify-content: flex-end;
}

.siline {
	width: 125px;
	height: 5px;
	background-color: #0e0062;
}

.sifu {
	padding-top: 55px;
}

.sifu p {
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	text-align: left;
	line-height: 30px;
}

.lunbg {
	width: 100%;
	height: 570px;
	background: url('../images/lunbg_03.png') no-repeat center;
	background-size: cover;
	padding-top: 70px;
}

.lunFa {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: rgba(255, 255, 255, 0.6);
}

.licheng {
	padding: 0 45px;
	position: relative;
}

.chenga {
	width: 45px;
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
}

.chengb {
	width: 45px;
	position: absolute;
	right: -70px;
	top: 50%;
	margin-top: -45px;
	cursor: pointer;
}

.nianbox {
	width: 200px;
}

.yearTxt {
	font-size: 24px;
	color: #0e0062;
	font-weight: bold;
	padding-bottom: 5px;
}

.dian {
	width: 14px !important;
}

.luntxt {
	font-size: 16px;
	color: #000000;
	padding-top: 18px;
	line-height: 30px;
}

.company ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 50px;
}

.company ul li {
	width: 282.5px;
	height: 400px;
	margin: 0 90px 40px 0;
}

.company ul li:nth-child(4n) {
	margin-right: 0;
}

.company ul li img {
	width: 100%;
	height: 100%;
}

.huibg {
	background-color: #f5f5f5;
	padding-bottom: 80px;
}

.zuobox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.bigPic {
	width: 693px;
	height: 694px;
	margin-bottom: 14px;
}

.anbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.anbox img {
	width: 340px;
	height: 340px;
	margin-bottom: 14px;
}

.pl13 {
	padding-left: 13px;
}

.banner {
	width: 100%;
}

.pobottom {
	position: absolute;
	bottom: 0;
	height: 70px;
	border-top: 1px solid #aaaaaa;
	width: 100%;
}

.fenlei ul {
	display: flex;
	align-items: center;
}

.fenlei ul a {
	width: 20%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.fenlei ul a li {
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}

.fenlei ul li.active {
	background-color: #0e0062;
}

.searchBox {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 68px 0 40px;
}

.searnei {
	width: 600px;
	height: 45px;
	border: 2px solid #dddddd;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.put {
	padding: 0 20px;
	flex-grow: 1;
	font-size: 14px;
	color: #333333;
}

.submit {
	width: 85px;
	height: 45px;
	background-color: #0e0062;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border: none;
}

.probox ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 15px;
}

.probox ul li {
	width: 430px;
	margin: 0 55px 40px 0;
}

.probox ul a:nth-child(3n) li {
	margin-right: 0;
}

.probox img {
	width: 100%;
	height: 315px;
}

.protitle {
	font-size: 18px;
	color: #888888;
	text-align: center;
	padding: 20px 0 10px;
}

.protxt {
	font-size: 14px;
	color: #888888;
	text-align: center;
}

.fenye ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 80px;
}

.fenye ul li {
	cursor: pointer;
	width: 46px;
	height: 42px;
	margin: 0 5px;
	background-color: #f3f3f3;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #888888;
	border: 1px solid #f3f3f3;
	border-radius: 2px;
}

.fenye ul li.active {
	background-color: #e6e5ef;
	color: #0e0062;
	border: 1px solid #0e0062;
}

.xueNav {
	padding: 35px 0 65px;
	font-size: 16px;
	color: #000000;
}

.xueNav a {
	font-size: 16px;
	color: #000000;
}

.chanbox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 80px;
}

.pinleft {
	width: 780px;
	flex-shrink: 0;
	overflow: hidden;
}

.pinyou {
	width: 550px;
	flex-shrink: 0;
}

.pintitile {
	font-size: 24px;
	color: #000000;
	padding-bottom: 25px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 40px;
}

.cantxt {
	font-size: 14px;
	color: #888888;
	padding-bottom: 23px;
}

.canjie {
	padding-top: 35px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}

.canjie span {
	font-size: 18px;
	color: #888888;
}

.youshiBox ul {
	padding-bottom: 50px;
}

.youshiBox ul li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
}

.youshiBox ul li .youleft {
	display: flex;
	align-items: flex-start;
	width: 585px;
	justify-content: space-between;
	padding-top: 20px;
}

.youNum {
	font-size: 60px;
	color: #0e0062;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	width: 100px;
	text-align: center;
}

.liright {
	padding-top: 15px;
	width: 390px;
	flex-shrink: 0;
}

.lititle {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 15px;
}

.litxt p {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.lipic {
	width: 700px;
	height: 340px;
	flex-shrink: 0;
}

.jingbox {
	background-color: #f5f5f5;
	padding-bottom: 60px;
}

.tibox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.tiblue {
	width: 400px;
	height: 400px;
	flex-shrink: 0;
	background-color: #0e0062;
}

.neibox {
	padding: 30px 18px 0 35px;
}

.neiNum {
	font-size: 48px;
	color: #ffffff;
	text-align: right;
}

.neititle {
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 20px;
	padding-right: 10px;
}

.neitxt {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	padding-right: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.jingbga {
	width: 980px;
	height: 400px;
	background: url('../images/jinga_07.png') no-repeat center;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}

.jingyou {
	width: 365px;
	flex-shrink: 0;
}

.fontblue {
	color: #0e0062;
}

.jingbgb {
	width: 980px;
	height: 400px;
	background: url('../images/jingb_10.png') no-repeat center;
	background-size: cover;
}

.liubox {
	padding-bottom: 80px;
}

.liubox ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.liubox ul li {
	width: 20%;
	border-right: 1px solid #dddddd;
	height: 670px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}

.liubox ul li:last-child {
	border: none;
}

.liunei {
	padding: 150px 70px 0;
}

.liu_pic {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	transition: all 0.5s;
}

.liu_pica {
	display: none;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	transition: all 0.5s;
}

.liutitle {
	padding: 27px 0 30px;
	font-size: 24px;
	color: #0e0062;
	transition: all 0.5s;
}

.liutxt {
	font-size: 14px;
	color: #0e0062;
	line-height: 30px;
	transition: all 0.5s;
}

.liubox ul li:hover {
	background-color: #0e0062;
}

.liubox ul li:hover .liu_pica {
	display: block;
}

.liubox ul li:hover .liu_pic {
	display: none;
}

.liubox ul li:hover .liutitle {
	color: #ffffff;
}

.liubox ul li:hover .liutxt {
	color: #ffffff;
}

.padding80 {
	padding: 80px 0 30px;
}

.fuTitle {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	padding: 0 0 20px;
}

.jubox {
	padding: 80px 0;
}

.fuTime {
	font-size: 14px;
	color: #888888;
	text-align: center;
	padding-bottom: 40px;
}

.richbox {
	border-bottom: 1px solid #dddddd;
}

.richbox p {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
	padding-bottom: 30px;
}

.richbox p span {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.richbox p strong {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.richbox p img {
	max-width: 100%;
}

.upbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}

.upbox a {
	font-size: 14px;
	color: #000000;
}

.upbox a:hover {
	color: #0e0062;
}

.conbox {
	padding: 80px 0 100px;
}

.conflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.conleft {
	width: 510px;
	flex-shrink: 0;
	position: relative;
	z-index: 2;
}

.contitle {
	font-size: 48px;
	color: #0e0062;
	padding-bottom: 80px;
}

.conli {
	display: flex;
	align-items: center;
	padding-bottom: 13px;
}

.conpic {
	width: 38px;
	flex-shrink: 0;
}

.contxt {
	font-size: 16px;
	color: #555555;
	padding-left: 20px;
}

.conline {
	border-bottom: 1px solid #dddddd;
	margin: 25px 0;
}

.online {
	width: 600px;
	height: 560px;
	background-color: #ffffff;
	box-shadow: 0 0 8px #dddddd;
	position: relative;
	z-index: 2;
	border-radius: 5px;
}

.onnei {
	padding: 65px 65px 0;
}

.ontitle {
	font-size: 24px;
	color: #000000;
	padding-bottom: 17px;
}

.ontxt {
	font-size: 14px;
	color: #888888;
	line-height: 26px;
	padding-bottom: 30px;
}

.onbox {
	height: 50px;
	border: 1px solid #dddddd;
	border-radius: 2px;
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}

.namebox {
	width: 140px;
	height: 50px;
	background-color: #e6e5ef;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #555555;
	flex-shrink: 0;
}

.nameput {
	flex-grow: 1;
	padding: 0 20px;
	font-size: 14px;
	color: #333333;
}

.tijiao {
	width: 100%;
	height: 50px;
	background-color: #0e0062;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.showBox {
	display: none;
	overflow: hidden;
}

.bailogo {
	width: 2.8rem;
}

.shou {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 1.2rem;
}

.dao {
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/dao_27.png)no-repeat center;
	background-size: 0.5rem 0.5rem;
}

.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 {
	border: 1px solid #DADADA;
	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;
}
#lbc{
	display: none;
}
.dongyou {
	width: 900px;
	background-color: #FFFFFF;
}
#lbe{
	display: none;
}
.youbre{
    display: none;
}

@media screen and (max-width: 750px) {
	header {
		height: auto;
	}
    .youbre{
        display: block;
    }
    .youare{
        display: none;
    }
	.wrap {
		width: 98%;
		margin-left: 1%;
		overflow: hidden;
	}

	.showBox {
		display: block;
	}

	.headBox {
		display: none;
	}

	.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;
	}

	.kaiBox {
		padding-left: 1rem;
		border: none;
	}
	
	.icon{
		display: none;
	}
	.title_box{
		padding: 0.6rem 0 0.5rem;
		font-size: 0.4rem;
	}
	.title{
		font-size: 0.4rem;
		top: 0.8rem;
	}
	.pinbox ul{
		justify-content: space-between;
	}
	.pinbox ul li{
		width: 49%;
		margin: 0 0 0.3rem;
		height: 3.6rem;
	}
	.zhe_title{
		font-size: 0.3rem;
		padding: 0.3rem 0;
	}
	.zhe_txt{
		font-size: 0.26rem;
		padding-bottom: 0.4rem;
	}
	.pin_fu{
		padding-bottom: 0.5rem;
	}
	.qibox ul{
		height: 3rem;
	}
	.qi_pic{
		width: 0.5rem;
		margin: 0.3rem auto;
	}
	.qi_title{
		font-size: 0.3rem;
		padding-bottom: 0.1rem;
	}
	.qi_txt{
		font-size: 0.22rem;
		padding: 0 0.1rem;
		display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;
	}
	.useleft{
		display: none;
	}
	.kao ul{
		justify-content: space-between;
	}
	.kao ul li{
		width: 49%;
		margin-bottom: 0.15rem;
		height: 3.5rem;
	}
	.kaopic{
		width: 100%;
		height: 100%;
	}
	.kaodi{
		padding: 0;
		text-align: center;
		font-size: 0.3rem;
		height: 0.8rem;
		line-height: 0.8rem;
	}
	.useBox{
		height: auto;
		margin-bottom: 0.5rem;
	}
	
	.zuolun{
		display: none;
	}
	.youlun{
		display: none;
	}
	.zhizhi{
		padding-bottom: 0.5rem;
	}
	.cenpic{
		width: 0.5rem;
		display: none;
	}
	.youbox ul li{
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.flex{
		width: 100%;
	}
	.youbox{
		padding: 0.5rem 0;
	}
	.zibox ul{
		justify-content: space-between;
	}
	.zibox ul a{
		width: 49%;
	}
	.zibox ul li{
		margin: 0 0 0.3rem;
		width: 100%;
	}
	.ziTop{
		width: 100%;
		height: 2.8rem;
	}
	.new_time{
		padding: 0.2rem 0;
	}
	.new_title{
		font-size: 0.28rem;
		padding-bottom: 0.1rem;
	}
	.jietxt{
		font-size: 0.24rem;
		line-height: 0.35rem;
	}
	.foot{
		padding: 0;
	}
	.shouBox{
		display: none;
	}
	footer{
		padding-top: 0.5rem !important;
	}
	.contantbox{
		width: 100%;
		padding-bottom: 0.5rem;
	}
	.canli{
		padding: 0 0.2rem 0.3rem;
	}
	.dapic{
		width: 0.3rem;
	}
	.datxt{
		font-size: 0.28rem;
	}
	.beian{
		height: auto;
		line-height: 0.4rem;
		font-size: 0.24rem;
	}
	.ccccc{
		display: none;
	}
	#lbc{
		display: block;
	}
	.lunbo{
		padding: 0 1rem;
	}
	.qiye_bg{
		height: auto;
	}
	.numbox{
		flex-wrap: wrap;
	}
	.numLeft{
		width: 100%;
	}
	.numTitle{
		font-size: 0.5rem;
	}
	.numTitle span{
		font-size: 0.3rem;
	}
	.numli{
		margin-bottom: 0.4rem;
	}
	.huiline{
		height: 1rem;
		margin-bottom: 0.2rem;
	}
	.numRigth{
		width: 100%;
		text-align: left;
	}
	.siTitle{
		text-align: center;
		font-size: 0.5rem;
		padding: 0.4rem 0 0.2rem;
	}
	.flexend{
		justify-content: center;
	}
	.siline{
		width: 1rem;
	}
	.sifu{
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.sifu p{
		font-size: 0.25rem;
		line-height: 0.5rem;
	}
	.fff{
		display: none;
	}
	#lbe{
		display: block;
	}
	.lunbg{
		height: auto;
		padding-top: 0.4rem;
	}
	.lunFa{
		height: 5rem;
	}
	.nianbox{
		width: 2.8rem;
	}
	.company ul{
		justify-content: space-between;
	}
	.company ul li{
		width: 49%;
		margin: 0 0 0.3rem;
		height: 5rem;
	}
	.bigPic{
		width: 100%;
		height: auto;
		margin: 0 0 0.2rem;
	}
	.anbox img{
		width: 3.6rem;
		height: 3.6rem;
		margin: 0 0 0.15rem;
	}
	.pl13{
		padding: 0;
	}
	.zuobox{
		flex-wrap: wrap;
	}
	.pobottom{
		height: 0.75rem;
	}
	.fenlei ul a{
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.fenlei ul a li{
		height: 0.7rem;
		line-height: 0.7rem;
		font-size: 0.22rem;
	}
	.searchBox{
		padding: 0.4rem 0;
	}
	.probox ul{
		justify-content: space-between;
	}
	.probox ul a{
		width: 49%;
	}
	.probox ul li{
		width: 100%;
	}
	.probox img{
		height: 3rem;
	}
	.padding80{
		padding: 0.5rem 0;
	}
	.jubox{
		padding: 0.5rem 0;
	}
	.fuTitle{
		font-size: 0.5rem;
		padding-bottom: 0.1rem;
	}
	.fuTime{
		padding-bottom: 0.3rem;
	}
	.conbox{
		padding: 0.6rem 0;
	}
	.conflex{
		flex-wrap: wrap;
	}
	.contitle{
		font-size: 0.5rem;
		padding-bottom: 0.4rem;
		font-weight: bold;
	}
	.conleft{
		width: 100%;
		padding-bottom: 0.4rem;
	}
	.online{
		width: 98%;
		margin: 0 auto;
		height: auto;
	}
	.onnei{
		padding: 0.5rem 0.4rem;
	}
	.xueNav{
		padding: 0.3rem 0 0.4rem;
	}
	.pinleft{
		width: 100%;
	}
	.mySwiper2{
		height: 6rem !important;
	}
	.chanbox{
		flex-wrap: wrap;
	}
	.pinyou{
		width: 100%;
		padding-top: 0.3rem;
	}
	.youCen{
	    text-align: left;
	}
	.kaozhe{
	    display: none;
	}
	.youshiBox ul li{
	    flex-wrap: wrap;
	}
	.youNum{
	    font-size: 0.6rem;
	    width: 1rem;
	    padding-bottom: 0.2rem;
	}
	.lipic{
	    width: 100%;
	    height: auto;
	    display: none;
	}
	.liright{
	    width: auto;
	    flex-grow: 1;
	    padding: 0 0.2rem;
	}
	.youshiBox ul li .youleft{
	    padding-bottom: 0.4rem;
	    justify-content: flex-start;
	}
	.youshiBox ul{
	    padding-bottom: 0;
	}
	.tibox{
	    flex-wrap: wrap;
	    margin: 0;
	}
	.jingbga{
	    width: 100%;
	}
	.jingbgb{
	    width: 100%;
	}
	.tiblue{
	    width: 100%;
	}
	.liubox ul{
	    height: auto;
	    flex-wrap: wrap;
	    border: none;
	    border-top: 1px solid #dddddd;
	}
	.liubox ul li{
	    width: 50%;
	    height: 5rem;
	    border-bottom: 1px solid #dddddd !important;
	}
	.liubox ul li:last-child{
	    border-right: 1px solid #dddddd !important;
	}
	.liunei{
	    padding: 0.5rem 0 0.5rem;
	}
	.pin_di{
	    display: none;
	}
}