/*引用reset*/
@import url("reset.css");
@import url("animation.css");
@import url("hover.css");
@import url("jquery.fullPage.css");

body{font-family: 微软雅黑; color:#000; font-size: 14px;min-width: 1200px}
a{color: #333;}
/* a:hover{color: #eee;} */
/* a:visited{color: none;} */
/* a:active{color: none;} */

#bd{overflow: hidden;}
@font-face {
  	font-family: 'RuiZi';   /*字体名称*/
  	src:url('../font/ruizizhenyan.ttf'),
  	url('../font/ruizizhenyan.otf');     /*字体源文件*/
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1 }

/*main_style*/




/***************公用样式********************/
.wrap{width: 1200px;margin: auto;position: relative;display: table}



.header{
	height: 242px;
	position: relative;
}
.header .wrap{
	position: relative;
}

.mini-nav p {
	font: 14px/35px "微软雅黑";
	color: #8a8a8a;
	float: left;
	padding-left: 25px;
}
.mini-nav{
	position: relative;
	height: 35px;
	width: 100%;
	background: #efefef;
}
.mini-nav-right {
	float: right;
	color: #8a8a8a;
}

.mini-nav-right a {
	font: 14px/35px "微软雅黑";
	color: #8a8a8a;
}

.mini-nav-right>a:hover {
	color: #216c9f;
	transition: all 0.3s;
}
.header-title{
	height: 133px;
}
.header-logo{
	float: left;
}
.header-logo a img{
	float: left;
	margin-top: 13px;
}
.header-logo>img{
	float: left;
	margin: 40px 0 0 50px;
}
.header-logo p{
	float: left;
	font: 24px/24px "微软雅黑";
	color: #333333;
	margin: 40px 0 0 30px;
	position: relative;
}
.header-logo p i{
	font-weight: bold;
}
.header-logo p span{
	font: 18px/18px "微软雅黑";
	color: #666666;
}
.header-logo p:before{
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	width: 1px;
	height: 55px;
	background: #020100;
}
.header-title-right{
	float: right;
	width: 250px;
	margin-top: 40px;
}
.header-title-right p:nth-of-type(1){
	font: 14px/20px "微软雅黑";
	color: #6a6a6a;
	width: 300px;
}
.header-title-right p span{
	font: bold 28px/28px "microsoft yahei";
	color: #2b4da3;
}
.header-title-right p img{
	float: left;
	margin-right: 10px;
	/*margin: 10px;*/
}

.header-nav{
	height: 74px;
	background: #2b4da3;
}
.header-nav ul li{
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 74px;
	/*margin: 0 10px;*/
	text-align: center;
	transition: 1s;
}
.header-nav ul li:after{
	content: "";
	position: absolute;
	right: 0;
	top: 30px;
	width: 2px;
	height: 17px;
	background: #fff;
}
.header-nav ul li:last-child:after{
	display: none;
}
.header-nav ul li.nLi:hover{
	background: #183888;	
}
.header-nav ul li.nLi:hover a{
	color: #fff;
}

.header-nav ul li a{
	/*display: block;*/
	font: 16px/74px "微软雅黑";
	color: #fff;
}  
.header-nav ul li.nLi{
	/*position: relative;
	float: left;*/
	/*padding: 0 35px;*/
}
.header-nav ul li.nLi a{
	/*color: #fff;
	font: 16px/45px "微软雅黑";
	color: #fff;*/
}
.header-nav ul li.nLi>span{
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	transform: rotate(90deg);
	color: #fff;
	transition: 1s;
}
.header-nav ul li.nLi:hover span{
	display: none;
}
.header-navul .productul {
    display: none;
    /* height: auto; */
    position: absolute;
    left: 0px;
    width: 100%;
    /*background: #fff;*/
    /* overflow: hidden; */
    z-index: 30;
}
.header-navul .productul-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.9;
	z-index: 0;
}
.header-navul .productul li {
    position: relative;
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.header-navul .productul li:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dadada;
    width: 100%;
    height: 1px;
}
.header-navul .productul li a{
    line-height: 50px;
    color: #5a5a5a;
}
.header-navul .productul li .second-sub{
	display: none;
	/* height: auto; */
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #7bc63b;
	/* overflow: hidden; */
	z-index: 10;
}
.header-navul .productul li .second-sub li{
	position: relative;
	height: 50px;
	width: 100%;
	text-align: center;
}
.header-navul .productul li .second-sub li a{
	line-height: 50px;
	color: #fff;
}


.banner{
	position: relative;
	overflow: hidden;
}
.banner>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.banner .hd{
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.banner .hd ul li{
	width: 11px;
	height: 11px;
	border-radius: 100%;
	background: #fff;
	float: left;
	margin: 0 5px;
}
.banner .hd ul li.on{
	background: #216c9f;
}
.lib07116989_1 {
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	margin: auto
}

.lib07116989_1:after {
	content: " ";
	display: block;
	clear: both
}

.lib07116989_1 i,
.lib07116989_1 em {
	font-style: normal
}

.lib07116989_1 .clear {
	clear: both
}

.lib07116989_1 .fl {
	float: left
}

.lib07116989_1 .fr {
	float: right
}

.lib07116989_1 .serch {
	width: 1200px;
	margin: 0 auto;
	height: 224px;
	overflow: hidden
}

.lib07116989_1 .ser_1,
.lib07116989_1 .ser_2,
.lib07116989_1 .ser_3 {
	position: relative;
	margin-top: 40px;
	width: 399.33333333333px;
	padding: 0 60px;
	box-sizing: border-box;
	padding-top: 30px
}

.lib07116989_1 .ser_1 {
	padding-left: 0
}

.lib07116989_1 .ser_2 {
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5
}

.lib07116989_1 .ser_3 {
	padding-right: 0
}

.lib07116989_1 .ser_1::after,
.lib07116989_1 .ser_2::after,
.lib07116989_1 .ser_3::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 2px;
	background-color: #2b4da3;
	top: 0;
	left: 0
}

.lib07116989_1 .ser_2::after,
.lib07116989_1 .ser_3::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 2px;
	background-color: #2b4da3;
	top: 0;
	left: 60px
}

.lib07116989_1 .ser_1 h3 {
	height: 30px;
	font-size: 24px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	overflow: hidden
}

.lib07116989_1 .ser_1 p {
	float: left;
	width: 50px;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	height: 51px;
	overflow: hidden;
	line-height: 15px;
	margin-right: 36px
}

.lib07116989_1 .ser_1 p img {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #ccc;
	margin: 0 auto 6px
}

.lib07116989_1 .ser_1 p:hover img {
	background: #2b4da3
}

.lib07116989_1 .ser_2 {
	font-size: 14px;
	color: #333
}

.lib07116989_1 .ser_2 i,
.lib07116989_1 .ser_3 i {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #d2d2d2;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.lib07116989_1 .ser_2>span {
	display: block;
	padding-left: 36px;
	margin-top: 20px;
	font-size: 30px;
	color: #333;
	font-family: Arial;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.lib07116989_1 .ser_2 p {
	font-size: 14px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.lib07116989_1 .ser_3 p {
	font-size: 12px;
	color: #aaa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.lib07116989_1 .ser_3 p a {
	display: inline-block;
	padding: 0 2px;
	color: #aaa
}

.lib07116989_1 .ser_3 p a:hover {
	color: #2b4da3
}

.lib07116989_1 .sea_in {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: 10px
}

.lib07116989_1 .inp01 {
	width: 270px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: none;
	color: #333;
	font-size: 12px;
	padding-left: 10px;
	float: left;
	font-family: "Microsoft Yahei";
	border: 1px solid #ccc;
	outline: none;
	box-sizing: border-box;
}

.lib07116989_1 .inp02 {
	background: url(https://sjzz.ilhjy.cn/uimg/201909/ss1572418452569.png) no-repeat center center #2b4da3;
	width: 60px;
	height: 40px;
	border: 0;
	float: left;
	outline: none
}

.lib07116989_1 {
	color: #2b4da3;
	background-color: #f9f9f9;
	margin: auto;
	padding: 0px 0px 0px 0px;
	position: static;
	z-index: auto
}

@media screen and (max-width: 992px) {
	.lib07116989_1 {
		display: none
	}
}
.sec-title{
	
}
.sec-title p{
	text-align: center;
}
.sec-title p:nth-of-type(1){
	font: bold 42px/42px "microsoft yahei";
	color: #2b4da3;
}
.sec-title p:nth-of-type(2){
	font: 20px/20px "microsoft yahei";
	color: #262626;
	margin-top: 10px;
}
.section1{
	height: 400px;
	padding-top: 90px;
}
.section1 .wrap>div{
	float: left;
}
.sec1-titleimg{
	padding-top: 35px;
}
.sec1-txt{
	width: 605px;
	margin-left: 35px;
	padding-top: 35px;
}
.sec1-txt p{
	font: 15px/30px "微软雅黑";
	color: #666666;
}
.sec1-txt span{
	display: block;
	position: relative;
	font: 15px/30px "微软雅黑";
	color: #999999;
	transition: 1s;
	margin-top: 10px;
}

.sec1-pic{
	margin-left: 35px;
	overflow: hidden;
	width: 330px;
	height: 280px;
}
.sec1-pic img{
	transition: 2s;
}
.sec1-pic:hover img{
	transform: scale(1.2);
}
.section2{
	height: 200px;
	background: #f5f5f5;
}
.sec2-pic{
	float: left;
}
.sec2-tel{
	float: left;
	box-sizing: border-box;
	padding: 58px 0 0 82px;
}
.sec2-tel p{
	font: 24px/24px "microsoft yahei";
	color: #333333;
}
.sec2-tel p img{
	float: left;
	margin-right: 14px;
}
.sec2-tel a{
	display: block;
	width: 140px;
	height: 40px;
	background: #2b4da3;
	font: 14px/40px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin: 39px 0 0 60px;
}
.sec2-logo{
	float: right;
	box-sizing: border-box;
	padding-top: 20px;
}
.section3{
	height: 570px;
}
.section3 .sec-title{
	padding: 90px 0 50px 0;
}
.sec3-body ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.sec3-body ul li{
	width: 387px;
}
.sec3-body ul li .sec3-pic{
	position: relative;
	width: 387px;
	height: 238px;
}
.sec3-body ul li .sec3-pic>img{
	width: 100%;
	height: 100%;
}
.sec3-body ul li .sec3-pic .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(43,77,163,0.8);
	transform: scale(0);
	opacity: 0;
	transition: .5s;
}
.sec3-body ul li .sec3-pic .mask>div{
	width: 367px;
	height: 218px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.sec3-body ul li .sec3-pic .mask>div p:nth-of-type(1){
	font: bold 18px/18px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin-top: 63px;
}
.sec3-body ul li .sec3-pic .mask>div p:nth-of-type(2){
	font: 14px/25px "microsoft yahei";
	color: #fff;
	padding: 0 35px;
	margin-top: 34px;
}
.sec3-body ul li .sec3-pic .mask>div p:nth-of-type(2) a{
	font-weight: bold;
	color: #fff;
}
.sec3-body ul li>p{
	font: 18px/18px "microsoft yahei";
	color: #333333;
	text-align: center;
	margin-top: 14px;
}
.sec3-body ul li:hover .sec3-pic .mask{
	transform: scale(1);
	opacity: 1;
}
.section4{
	height: 796px;
	background-color: #fcf9f0;
}
.section4 .sec-title{
	padding: 84px 0 18px 0;
}
.sec4-pic{
	position: relative;
}
.sec4-pic ul{
	position: absolute;
	left: 50%;
	top: 98%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 63px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}
.sec4-pic ul li{
	width: 195px;
	height: 63px;
	background: url(../images/sec4-list-bg.jpg) center no-repeat;
	font: bold 18px/63px "microsoft yahei";
	color: #fff;
	text-align: center;
	margin: 0 20px;
}
.sec4-txt{
	margin-top: 48px;
}
.sec4-txt p:nth-of-type(1){
	font: bold 24px/24px "microsoft yahei";
	color: #333333;
	text-align: center;
}
.sec4-txt p:nth-of-type(2){
	font: 14px/14px "microsoft yahei";
	color: #333333;
	text-align: center;
	margin-top: 18px;
}
.section5{
	height: 978px;
	position: relative;
}
.section5 .sec-title{
	padding: 90px 0 50px 0;
}
.sec5-cate{
	position: relative;
}
.sec5-cate::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	z-index: 0;
}
.sec5-cate ul{
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	
}
.sec5-cate ul li{
	position: relative;
	width: 286px;
	height: 65px;
	background: #f4f4f4;
	border: 1px solid #dbdbdb;
	border-radius: 65px;
	margin: 0 22px;
	transition: 1s;
	z-index: 1;
}
.sec5-cate ul li a{
	display: block;
	font: 20px/20px "微软雅黑";
	color: #262626;
	transition: 1s;
	padding-top: 12px;
}
.sec5-cate ul li a i{
	font-size: 12px;
	color: #b5b5b5;
	transition: 1s;
}
.sec5-cate ul li span{
	/*position: absolute;
	left: 40px;
	top: 14px;*/
	float: left;
	font: 46px/45px "微软雅黑";
	color: #b5b5b5;
	margin: -5px 15px 0 40px;
	transition: 1s;
}
.sec5-cate ul li:hover{
	background: #2b4da3;
}
.sec5-cate ul li:hover a,
.sec5-cate ul li:hover span,
.sec5-cate ul li:hover i{
	color: #fff;
}
.sec5-list{
	
}
.sec5-list>a{
	display: block;
	width: 144px;
	height: 40px;
	border-radius: 20px;
	background: #174a9c;
	margin: 0 auto;
	margin-top: 40px;
	font: 14px/40px "microsoft yahei";
	color: #fff;
	text-align: center;
}
.sec5-list ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 28px;
} 
.sec5-list ul li{
	position: relative;
	width: 382px;
	height: 262px;
	overflow: hidden;
	margin-top: 28px;
}
.sec5-list ul li img{
	width: 100%;
	height: 100%;
}
.sec5-list ul li .sec5-mask{
	position: absolute;
	bottom: -100px;
	left: 0;
 	width: 100%;
 	height: 50%;
 	transition: 1s;
 	z-index: 1;
 }
.sec5-list ul li .sec5-mask .sec5-mask-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 0;
}
.sec5-list ul li .sec5-mask p:nth-of-type(1){
	position: relative;
	font: 16px/30px "微软雅黑";
	color: #fff;
	text-align: center;
	z-index: 1;
}
.sec5-list ul li .sec5-mask p:nth-of-type(2){
	font: 14px/20px "微软雅黑";
	color: #fff;
	margin-top: 10px;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
.sec5-list ul li:hover .sec5-mask{
	bottom: 0;
} 

.lib07349036_2 {
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-position: 0px 0px;
	background-image: url('/public/theme/utooliwanshangcloud/default/css/');
	background-size: cover;
	overflow: hidden
}
.lib07349036_2 .form-txt{
	float: left;
}
.lib07349036_2 .form-txt>p{
	padding-left: 25px;
	padding-top: 110px;
}
.lib07349036_2 .form-txt .form-txt-tel{
	margin: 70px 0 0 45px;
}
.lib07349036_2 .form-txt .form-txt-tel p{
	font-size: 16px;
	color: #fff;
}
.lib07349036_2 .form-txt .form-txt-tel p span{
	font-size: 24px;
	margin-top: 10px;
}
.lib07349036_2 .form-txt .form-txt-tel p img{
	float: left;
	margin-right: 19px;
}
.lib07349036_2:after {
	content: " ";
	display: block;
	clear: both
}

.lib07349036_2 .lybj {
	overflow: hidden;
	box-sizing: border-box;
	height: 549px
}

.lib07349036_2 .content,
.lib07349036_2 .footer,
.lib07349036_2 .header {
	margin: 0 auto;
	width: 1200px
}

.lib07349036_2 .ly {
	float: right;
	box-sizing: border-box;
	padding: 60px 40px 0;
	width: 564px;
	height: 549px;
	background: #2b4da3;
}

.lib07349036_2 .ly h2 {
	margin-bottom: 35px;
	padding-left: 56px;
	background: url(https://sjzz.ilhjy.cn/uimg/201909/1231571991068324.png) no-repeat left center;
	color: #fff;
	text-align: left;
	font-weight: 700;
	font-size: 36px;
	line-height: 40px
}

.lib07349036_2 .ly h2 i {
	display: inline-block;
	padding-left: 15px;
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-style: normal;
	font-size: 24px
}

.lib07349036_2 .lyform h3 {
	margin-bottom: 20px;
	color: #fff;
	font-weight: 400;
	font-size: 16px
}

.lib07349036_2 .lyform li {
	position: relative;
	float: left;
	margin-bottom: 20px;
	width: 470px;
	/* height: 40px; */
	background: url(https://sjzz.ilhjy.cn/uimg/201908/lytm1569659140292.png) repeat
}

.lib07349036_2 .lyform li lable {
	float: left;
	padding-left: 30px;
	height: 40px;
	color: #fff;
	text-align: justify;
	font-size: 14px;
	line-height: 40px
}

.lib07349036_2 .lyform li input {
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 5px;
	width: 145px;
	height: 40px;
	border: 0;
	background: 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 40px
}

.lib07349036_2 .lyform li span {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 40px;
	color: red;
	line-height: 40px
}

.lib07349036_2 .lyform li input::-webkit-input-placeholder,
.lib07349036_2 .lyform li textarea::-webkit-input-placeholder {
	color: #fff;
	text-align: left;
	font-size: 12px;
	opacity: 0.6;
}

.lib07349036_2 .lyform .ly1 {
	float: left;
	width: 225px
}

.lib07349036_2 .lyform .ly2 {
	float: left;
	margin-left: 20px;
	width: 225px
}

.lib07349036_2 .lyform .ly1 lable {
	background: url(https://sjzz.ilhjy.cn/uimg/201908/xm1569659158264.png) no-repeat 10px center
}

.lib07349036_2 .lyform .ly2 lable {
	background: url(https://sjzz.ilhjy.cn/uimg/201908/sj1569659180195.png) no-repeat 10px center
}

.lib07349036_2 .lyform .ly3 input {
	width: 400px
}

.lib07349036_2 .lyform .ly3 lable {
	background: url(https://sjzz.ilhjy.cn/uimg/201908/yx1569659206644.png) no-repeat 10px center
}

.lib07349036_2 .lyform .ly4 {
	height: 104px;
	background: 0 0
}

.lib07349036_2 .lyform .ly4 lable {
	float: none;
	display: block;
	padding-left: 0;
	color: #fff;
	font-weight: 400;
	font-size: 16px
}

.lib07349036_2 .lyform .ly4 textarea {
	padding: 0 5px;
	width: 470px;
	height: 72px;
	outline: none;
	border: 0;
	background: url(https://sjzz.ilhjy.cn/uimg/201908/lytm1569659140292.png) repeat;
	color: #fff;
	line-height: 36px;
	resize: none
}

.lib07349036_2 .lyform .ly5 img {
	float: left;
	padding-left: 8px
}

.lib07349036_2 .lyform .submit .form-btn-submit {
	/* margin-top: 40px; */
	width: 128px;
	/* border-radius: 18px; */
	background-color: #fff;
	color: #2b4da3;
	text-align: center;
	letter-spacing: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 40px
}

.lib07349036_2 .lyform .submit .form-btn-reset {
	display: none;
	width: 65px;
	height: 50px;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px
}

.lib07349036_2 input {
	outline: none;
	border: 0;
	background-color: rgba(0, 0, 0, 0)
}

.lib07349036_2 {
	color: #2b4da3;
	background-color: #fff;
	margin: auto;
	padding: 0px 0px 0px 0px;
	position: static;
	z-index: auto
}
.lib07349036_2 .ly .idx-form .msg-typeBox{
	padding: 8px 0px;
	width: 470px;
	/* float: left; */
	/* margin-top: 38px; */
}

	
.lib07349036_2 .ly .idx-form .msg-typeBox{
	font:18px/18px "微软雅黑";
	color: #919191;
	
}
.lib07349036_2 .ly .idx-form .msg-typeBox label{
	font-size: 14px;
	color: #c8c8c8;
}
.lib07349036_2 .ly .idx-form .msg-typeBox input{
	position: relative;
	margin-left: 10px;
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	border: 1px solid #c0c0c0;
	background: none;
	border-radius: 100%;
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
	float: none;
	outline: none;
}
.lib07349036_2 .ly .idx-form .msg-typeBox input:after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	display: none;
}
.lib07349036_2 .ly .idx-form .msg-typeBox input:checked:after{
	/*background-color: #e2232a;*/
	display: block;
	
}
.lib07349036_2 .ly .idx-form .msg-typeBox input+input{
	margin-left: 10px;
}
.lib07349036_2 .ly .ly5{
	background: none;
	margin: 0px 0px 20px 0;
}
@media screen and (max-width: 992px) {
	.lib07349036_2 {
		display: none
	}
}

.lib07368540_4 {
	margin: auto;
	padding: 40px 0;
	background-color: #f7f7f7;
	overflow: hidden
}

.lib07368540_4 .faq_c dl dd p {
	height: 54px;
	width: 329px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.lib07368540_4 .content,
.lib07368540_4 .footer,
.lib07368540_4 .header {
	margin: 0 auto;
	width: 1200px
}

.lib07368540_4 .fl {
	float: left
}

.lib07368540_4 .fr {
	float: right
}

.lib07368540_4 .faqs,
.lib07368540_4 .news {
	overflow: hidden;
	width: 572px;
	height: 622px
}

.lib07368540_4 .newtil {
	position: relative;
	padding: 0 0 0 17px;
	height: 52px;
	font-weight: 400;
	font-size: 24px;
	line-height: 52px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.lib07368540_4 .til01 {
	clear: both;
	display: block;
	color: #2b4da3;
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
	font-size: 42px;
	line-height: 52px;
	text-overflow: ellipsis;
	overflow: hidden
}

.lib07368540_4 .probox .til01 {
	font-size: 38px
}

.lib07368540_4 .til01 p {
	display: block;
	font-size: 20px;
	line-height: 34px;
	color: #262626;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.lib07368540_4 .til01 a {
	color: #2f3030
}

.lib07368540_4 .newtil a {
	color: rgba(0, 0, 0, 0.8)
}

.lib07368540_4 .newtil:before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 3px;
	height: 23px;
	background: #2b4da3;
	content: ""
}

.lib07368540_4 .newtil span {
	float: right;
	font-size: 14px
}

.lib07368540_4 .newtil span a {
	display: inline-block;
	color: #2b4da3
}

.lib07368540_4 .new_c {
	color: #7d7d7d
}

.lib07368540_4 .new_c dl {
	overflow: hidden;
	/* margin-bottom: 10px; */
	height: 422px;
	background-color: #fff
}

.lib07368540_4 .new_c dt,
.lib07368540_4 .new_c dt img {
	display: block;
	overflow: hidden;
	width: 572px;
	height: 322px
}

.lib07368540_4 .new_c dd {
	padding: 20px 0 0 21px
}

.lib07368540_4 .new_c dd em {
	float: left;
	display: inline-block;
	display: block;
	margin-right: 15px;
	width: 73px;
	height: 26px;
	/* border-radius: 25px; */
	background: #2b4da3;
	color: #fff;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	font-style: normal
}

.lib07368540_4 .new_c dd h4 {
	overflow: hidden;
	height: 26px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px
}

.lib07368540_4 .new_c dd h4 a {
	color: #333
}

.lib07368540_4 .new_c ul {
	clear: both;
	overflow: hidden;
	padding: 18px 22px 20px;
	background-color: #fff
}

.lib07368540_4 .new_c li {
	display: block;
	box-sizing: border-box;
	padding-left: 12px;
	height: 36px;
	background: url(https://sjzz.ilhjy.cn/uimg/201908/ico031569654555567.gif) no-repeat 0 center;
	line-height: 36px
}

.lib07368540_4 .new_c li a {
	width: 425px;
	height: 36px;
	float: left;
	overflow: hidden;
	color: #2e2e2e;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap
}

.lib07368540_4 .new_c li span {
	float: right;
	color: #999
}

.lib07368540_4 .faq_c dl {
	margin-bottom: 16px;
	height: 124px;
	background-color: #fff;
	color: #7d7d7d
}

.lib07368540_4 .faq_c dt,
.lib07368540_4 .faq_c dt img {
	float: left;
	display: block;
	overflow: hidden;
	width: 221px;
	height: 124px
}

.lib07368540_4 .faq_c dd {
	float: left;
	box-sizing: border-box;
	padding-left: 22px;
	width: 350px
}

.lib07368540_4 .faq_c dd h4 {
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	font-size: 16px;
	line-height: 60px
}

.lib07368540_4 .faq_c dd h4 a {
	color: #303030
}

.lib07368540_4 .faq_c dd h4 a:hover {
	color: #2b4da3
}

.lib07368540_4 .faq_c1 {
	padding: 30px 30px 0;
	height: 290px;
	background-color: #fff
}

.lib07368540_4 .faq_c1 h5 {
	height: 35px;
	font-weight: 400;
	font-size: 14px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	transition: 0.5s;
}
.lib07368540_4 .faq_c1 h5 p{
	padding-left: 30px;
}
.lib07368540_4 .faq_c1 h5:hover{
	height: 130px;
}

.lib07368540_4 .faq_c1 h5 span {
	width: 200px;
	height: 26px;
	color: #282828;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.lib07368540_4 .faq_c1 h5 a p {
	overflow: hidden;
	padding-top: 10px;
	padding-left: 26px;
	height: 40px;
	color: #7d7d7d;
	white-space: nowrap;
	font-size: 12px;
	line-height: 24px;
	text-overflow: ellipsis
}

.lib07368540_4 .faq_m {
	display: none;
	overflow: hidden;
	padding-left: 26px;
	height: 95px
}

.lib07368540_4 .about_p img,
.lib07368540_4 .faq_c dt img,
.lib07368540_4 .new_c dt img,
.lib07368540_4 .part_c li p img,
.lib07368540_4 .plan_l1 dt img,
.lib07368540_4 .plan_l2 dt img,
.lib07368540_4 .pro_c li img,
.lib07368540_4 .show li p img {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: .5s
}

.lib07368540_4 .about_p img:hover,
.lib07368540_4 .faq_c dt img:hover,
.lib07368540_4 .new_c dt img:hover,
.lib07368540_4 .part_c li p img:hover,
.lib07368540_4 .plan_l1 dt img:hover,
.lib07368540_4 .plan_l2 dt img:hover,
.lib07368540_4 .pro_c li img:hover,
.lib07368540_4 .show li p img:hover {
	transform: scale(1.04);
	transition: .5s
}

.lib07368540_4 .shiqi_ersan {
	position: relative;
	margin-right: 10px;
	margin-top: 8px;
	width: 20px;
	height: 20px;
	background-color: #cecece;
	color: #fff;
	font-size: 18px;
	transition: 0.5s;
}
.lib07368540_4 .shiqi_ersan::after{
	position: absolute;
	content: "";
	width: 9px;
	height: 1px;
	background: #fff;
	left: 34%;
	top: 50%;
	transition: 0.5s;
}
.lib07368540_4 .shiqi_ersan::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 9px;
	background: #fff;
	left: 50%;
	top: 32%;
	transition: 0.5s;
}
.lib07368540_4 .faq_c1 h5:hover .shiqi_ersan::before{
	transform: rotate(90deg);
}

.lib07368540_4 .faq_c1 a:hover div {
	background: #2b4da3
}

.lib07368540_4 .faq_c1 a:hover span {
	color: #2b4da3
}

.lib07368540_4 .new_c dd h4 a:hover {
	color: #2b4da3
}

.lib07368540_4 .new_c li a:hover {
	color: #2b4da3
}

.lib07368540_4 {
	color: #2b4da3;
	background-color: #fff;
	margin: auto;
	padding: 40px 0;
	position: static;
	z-index: auto
}

@media screen and (max-width: 992px) {
	.lib07368540_4 {
		display: none
	}
}


.lib66984288_17 {
	margin: auto;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	background-position: 0px 0px;
	background-image: url('/public/theme/utooliwanshangcloud/default/css/');
	background-size: cover;
	overflow: hidden
}

.lib66984288_17:after {
	content: " ";
	display: block;
	clear: both
}

.lib66984288_17 .f_bot {
	overflow: hidden;
	margin: auto;
	width: 1200px;
	/* height: 76px; */
	text-align: center;
	padding-top: 38px;
}

.lib66984288_17 .f_bot b {
	float: left;
	display: block;
	padding: 10px 0 0;
	width: 130px;
	/* background: url(https://sjzz.ilhjy.cn/uimg/201908/f_line021569579081909.gif) no-repeat right 13px; */
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 26px
}

.lib66984288_17 .f_bot b i {
	display: block;
	color: #e7b60a;
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.lib66984288_17 .f_bot p {
	float: left;
	overflow: hidden;
	width: 1070px;
	height: 76px;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	text-align: left;
}

.lib66984288_17 .f_bot p a {
	padding: 0 0 0 20px;
	color: #666;
	font-size: 14px
}

.lib66984288_17 .f_bot p a:hover {
	color: #2b4da3;
	text-decoration: none
}

.lib66984288_17 {
	color: #01AF05;
	background-color: #f6f6f6;
	margin: auto;
	padding: 0px 0px 0px 0px;
	position: static;
	z-index: auto
}

.footer {
	padding: 60px 0;
	background-color: #2b4da3;
}

.footer:after {
	content: " ";
	display: block;
	clear: both
}

.footer i,
.footer em {
	font-style: normal
}

.footer .content {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.footer .clear {
	clear: both
}

.footer .foter {
	overflow: hidden
}

.footer .ft_nav {
	float: left;
	width: 290px
}

.footer .ft_nav h3 {
	padding-bottom: 8px
}

.footer .ft_nav p a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 51px;
	width: 113px;
	transition: 0.3s
}

.footer .ft_nav p a:hover,
.footer .ft_logo p span a:hover {
	font-weight: bold;
	transition: 0.3s
}

.footer .ft_logo p span a {
	color: #fff;
	transition: 0.3s
}

.footer .footer h3 {
	float: left;
	padding: 27px 55px 0 42px
}

.footer .ft_logo {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 40px;
	margin-left: 40px;
	margin-right: 360px
}

.footer .ft_logo h3 {
	padding-left: 40px;
	height: 32px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	font-weight: normal;
	background: url(https://sjzz.ilhjy.cn/uimg/201908/lx1569654208664.png) no-repeat
}

.footer .ft_logo p {
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 19px
}

.footer .ft_logo p i {
	display: block
}

.footer .ft_logo p span {
	padding: 0 19px
}

.footer .erwm {
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	overflow: hidden;
	color: #9d9d9d;
	font-size: 14px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	padding-left: 40px
}

.footer .erwm h3 {
	padding-left: 40px;
	height: 32px;
	font-size: 20px;
	color: #fff;
	line-height: 32px;
	font-weight: normal;
	background: url(https://sjzz.ilhjy.cn/uimg/201908/lx1569654208664.png) no-repeat
}

.footer .erwm img {
	width: 128px;
	border: 7px solid #fff
}

.footer .erwm p {
	display: inline-block;
	float: left;
	margin-top: 30px;
	margin-right: 20px
}

.footer .erwm p span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 22px;
}

.footer .erwm p:last-child {
	margin-right: 0
}

.footer .ft_nav p {
	width: 290px;
	height: 153px;
	overflow: hidden
}

.footer {
	color: #F6A413;
	background-color: #2b4da3;
	margin: auto;
	padding: 60px 0
}
.footer .share{
	height: 30px;
	margin-top: 10px;
}
.footer .share .bdsharebuttonbox{
	float: left;
}
.footer .share a{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/share-icon.png) no-repeat;
	padding: 0;
	margin: 0;
}
.footer .share a+a{
	margin-left: 10px; 
}
.footer .share a:nth-of-type(1){
	background-position:0 0;
}
.footer .share a:nth-of-type(2){
	background-position:-40px 0;
}
.footer .share a:nth-of-type(3){
	background-position:-80px 0;
}
.footer .share span{
	font: 14px/14px "微软雅黑";
	color: #fff;
	margin-top: 5px;
	float: left;
}
.footer .share p{
	clear: both;
	font: bold 28px/35px "微软雅黑";
	color: #3a3a3a;
}
@-webkit-keyframes leftright{
	0%{left:0%}
	50%{left:5%}
	100%{left:0%}
}
@keyframes leftright{
	0%{left:0%}
	50%{left:5%}
	100%{left:0%}
}