body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	*zoom: 1;
	font-family: 'PingFang SC','microsoft yahei',tahoma,arial,'Hiragino Sans GB',sans-serif;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

fieldset,
img {
	border: none;
}

input:focus,
textarea:focus {
	outline: none;
}

select:focus {
	outline: none;
}

i {
	font-style: normal;
}

em {
	font-style: normal;
}

* {
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.top {
	width: 100%;
	float: left;
}

.header {
	width: 100%;
	float: left;
	margin-top: 25px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.content2 {
	width: 1200px;
	margin: 0 auto;
}

.logo {
	float: left;
}

.nav {
	float: left;
	margin-left: 80px;
	margin-top: 3px;
}

.nav ul li {
	float: left;
	margin-left: 30px;
	position: relative;
	padding: 0 10px;
}

.nav ul li a {
	font-size: 14px;
	color: #ffffff;
}

.nav ul li i {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 51px;
	width: calc(100% + 14px);
	border-bottom: 1px solid #FFFFFF;
	display: none;
}

.nav ul li.active i {
	display: block;
}

.nav ul li:hover i {
	display: block;
}

.header_right {
	float: right;
}
.header_right .demo-btn {
	position: static!important;
}
.header_right .demo-btn:hover .showdemo-box {
	display: block;
}

.header_right .demo-btn .showdemo-box {
	display: none;
	position: absolute;
	cursor:default;
	top: 80px;
	right: 50%;
	border: 2px solid rgba(255, 150, 0, 1);
	transform: translateX(600px);
	z-index: 999;
	width: 664px;
	padding-bottom: 20px;
	background-color: #fff;
	color: #333;
}
.header_right .demo-btn .showdemo-box .show-box-btmtext{
	text-align: center;
	margin-top: 50px;
	color: #999;
	line-height: 1;
	font-size: 12px;
}
.header_right .demo-btn .showdemo-box .show-box-btmtext span{
	color: #4382F0;
}
.header_right .demo-btn .showdemo-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 100%;
	transform: translateY(-100%);
	background-color: transparent;
}
.header_right .admin_center2{
	cursor: pointer;
	position: relative;
}
.header_right .demo-btn .showdemo-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 120px;
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom-color: rgba(255, 150, 0, 1);
	transform: translateY(-100%);
}

.header_right .demo-btn .showdemo-box .box-title {
	text-align: center;
	margin-top: 42px;
	font-size: 32px;
}

.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-title {
	margin-top: 30px;
	color: #4382F0;
	font-size: 20px;
	text-align: center;
}

.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table {
	margin: 16px auto 0;
	width: 600px;
}
.header_right .demo-btn .showdemo-box .box-mod1 table {
	border-collapse: collapse; 
}
.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table table tr {
	height: 34px;
	border: 1px solid #f1f1f1;
	color: #666;
}

.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table tr:nth-child(1) {
	background-color: #f1f1f1;
}

.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table tr:nth-child(2) {
	background-color: #f7f7f7;
}
.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table tr:nth-child(3) {
	background-color: #fafafa;
}


.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table tr th {
	width: 150px;
	color: #333;
}

.header_right .demo-btn .showdemo-box .box-mod1 .boxmod1-table tr td:nth-child(1) {
	color: #4382F0;
}

.header_right .demo-btn .showdemo-box .box-mod2 .boxmod2-title {
	margin-top: 30px;
	font-size: 20px;
	color: #333;
}

.header_right .demo-btn .showdemo-box .box-mod2 .boxmod2-table {
	display: flex;
	margin-top: 16px;
	justify-content: center;
}

.header_right .demo-btn .showdemo-box .box-mod2 .boxmod2-table li {
	flex: 0 0 86px;
	height: 86px;
	margin: 0 15px;
	position: relative;
}

.header_right .demo-btn .showdemo-box .box-mod2 .boxmod2-table li img {
	width: 100%;
	height: 100%;
	display: block;
}

.header_right .demo-btn .showdemo-box .box-mod2 .boxmod2-table li .ewm-text {
	position: absolute;
	bottom: 0;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%, 100%);
	font-size: 14px;
}

.header_right a,.header_right .admin_center2{
	width: 80px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	color: #ffffff;
}

.header_right>a:hover {
	color: #4382F0;
	border: 1px solid #ffffff;
	background: #ffffff;
}

.header_right a.admin_center1 {
	background: #ffffff;
	color: #4382F0;
	position: relative;
}

.header_right a.admin_center1:hover {
	background: #F1F1F1;
	border: 1px solid #F1F1F1;
}
.mobile_nav_right {
	display: none;
	float: right;
	width: 20px;
	height: 14px;
	margin: 3px 0px;
	margin-left: 10px;
}

.mobile_nav_right span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.mobile_nav_right span:nth-child(2) {
	margin: 4px 0;
}

.mobile_nav_right.ac .line1 {
	transform: rotate(45deg) translate(0px, 2px);
}

.mobile_nav_right.ac .line2 {
	opacity: 0;
}

.mobile_nav_right.ac .line3 {
	transform: rotate(-45deg) translate(6px, -8px);
}

.banner.about_banner {
	width: 100%;
	float: left;
	margin-top: 160px;
	margin-bottom: 65px;
}

.banner_left {
	float: left;
	margin-top: 20px;
}

.banner_right {
	float: right;
}

.banner_left h1 {
	font-weight: normal;
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 30px;
}

.banner_left p {
	font-size: 20px;
	color: #ffffff;
	line-height: 41px;
}

.banner_left p span {
	margin-right: 45px;
}

.index_mod1 {
	width: 100%;
	float: left;
	margin-top: 100px;
}

.title {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 34px;
	color: #333333;
	line-height: 34px;
}

.text {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #999999;
	margin-top: 20px;
}

.func_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.func_left {
	float: left;
	width: 610px;
}

.func_left ul {
	width: 100%;
	float: left;
}

.func_left ul li {
	width: 120px;
	height: 120px;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	border-radius: 2px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	font-size: 18px;
}

.func_left ul li:nth-child(4n) {
	margin-right: 0;
}

.func_left ul li a {
	display: block;
	text-align: center;
	color: #333333;
	width: 100%;
}

.func_left ul li a span {
	width: 100%;
	height: 80px;
	float: left;
}

.func_left ul li a span.func_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN019VIOlr28JkHbNrsTX_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01EbzVxl28JkHZxhFhq_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Q9Jzpw28JkHczgbEK_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Ntpom828JkHVFhFtF_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01VPGfeA28JkHiUQYLY_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01M1Ovnu28JkHe168Vh_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01koi2vV28JkHhONxD5_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01rQ1Rek28JkHdOYsDj_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01fVFJ5228JkHe17Xom_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01HFH1Vz28JkHczi0Z1_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01sJ5qWP28JkHVFiGFm_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01MNqNF728JkHdOa9DF_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a {
	color: #ffffff;
}

.func_left ul li.active {
	background: #4382F0;
}


.func_left ul li.active a span.func_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0197fQvH28JkHaxHehm_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01d3Lclk28JkHiUQt8b_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0183U4Ps28JkHf4KaBT_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01waKEa228JkHgjajRa_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN018WfprZ28JkHZxif1H_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN016W0feV28JkHdOa0sn_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01QCpqNv28JkHhOMXv9_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN017xjKcL28JkHe15X6j_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01cqrIu528JkHf4JucC_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Val5ID28JkHfcqd91_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01or0VzO28JkHe16Kyy_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN014TOVR028JkHf4Ln3q_!!688637912.png) no-repeat center center;
}


.func_right {
	float: right;
	display: none;
}

.func_right img {
	float: right;
	margin-top: -20px;
}

.index_mod2 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 100px;
}

.programme {
	width: 100%;
	float: left;
}

#tab {
	width: 100%;
	float: left;
	margin-top: 70px;
}

#tab li {
	width: 220px;
	height: 64px;
	line-height: 64px;
	background: #f6f6f6;
	border-radius: 2px;
	text-align: center;
	float: left;
	margin-right: 25px;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
}

#tab li:last-child {
	margin-right: 0;
}

#tab li i {
	width: 37px;
	height: 34px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01jC9v5R28JkHhOPhOg_!!688637912.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-top: -4px;
}

#tab li.active {
	color: #FFFFFF;
	background: #4382F0;
}

#tab li.active i {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01930QHK28JkHi9XFx1_!!688637912.png) no-repeat;
	background-size: 100%;
}

#tab li:hover i {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01930QHK28JkHi9XFx1_!!688637912.png) no-repeat;
	background-size: 100%;
}

.pro_con {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
	margin-top: 60px;
}

.pro_con img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.index_mod3 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 100px;
}

.special {
	width: 100%;
	float: left;
	margin-top: 70px;
}

#tab2 {
	width: 100%;
	float: left;
	text-align: center;
}

#tab2 li {
	font-size: 20px;
	color: #333333;
	padding: 6px 18px;
	display: inline-block;
	border-radius: 2px;
	cursor: pointer;
}

#tab2 li.active {
	color: #FFFFFF;
	background: #4382F0;
}

.special_con {
	width: 100%;
	float: left;
	background: #fafafa;
	margin-top: 40px;
	padding: 70px 0;
	display: none;
}

.special_left {
	float: left;
	margin-left: 27px;
	width: 370px;
}

.special_left span {
	font-size: 30px;
	color: #333333;
	float: left;
	margin-top: 55px;
}

.special_left p {
	width: 100%;
	float: left;
	margin-top: 50px;
	color: #333333;
	font-size: 20px;
}

.special_left p label {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.special_left p i {
	margin-right: 10px;
}

.special_right {
	float: right;
	margin-right: 27px;
}

.special_right img {
	max-width: 100%;
}

.index_mod4 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 100px;
}

.index_mod4_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.index_mod4_con li {
	width: 388px;
	padding: 25px 20px;
	background: #FFFFFF;
	float: left;
	display: flex;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	margin-right: 18px;
	margin-bottom: 18px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.index_mod4_con li:nth-child(3n) {
	margin-right: 0;
}

.index_mod4_con li:hover {
	transform: translateY(-5px);
}

.index_mod4_img {
	float: left;
}

.index_mod4_info {
	float: left;
	margin-left: 23px;
}

.index_mod4_info span {
	display: block;
	font-size: 18px;
	color: #333333;
}

.index_mod4_info p {
	font-size: 14px;
	color: #666666;
	float: left;
	margin-top: 5px;
}

.index_mod5 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 100px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01K9ZhIm28JkHbNtQ8A_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.index_mod5_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.index_mod5_con ul {
	width: 100%;
	float: left;
}

.index_mod5_con ul li {
	width: 215px;
	float: left;
	border: 2px solid #ffffff;
	border-radius: 2px;
	margin-right: 31px;
}

.index_mod5_con ul li:last-child {
	margin-right: 0;
}

.index_mod5_col1 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
}

.index_mod5_col1 img {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.index_mod5_con ul li:hover img {
	transform: translateY(-5px);
}

.index_mod5_col2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin: 20px 0;
}

.index_mod5_border {
	width: 100%;
	float: left;
	text-align: center;
}

.index_mod5_border i {
	width: 55px;
	border-bottom: 1px solid #4382F0;
	display: block;
	margin: 0 auto;
}

.index_mod5_col3 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin-top: 27px;
	margin-bottom: 25px;
}

.index_mod5_col3 p {
	width: 100%;
	float: left;
	margin-bottom: 12px;
}

.index_mod6 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 100px;
}

.index_mod6_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

#tab3 {
	width: 100%;
	float: left;
	padding: 0 10px;
}

#tab3 li {
	width: 130px;
	float: left;
	margin-right: 45px;
	background: #f7f7f7;
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 10px;
	border-radius: 2px;
	cursor: pointer;
}

#tab3 li:focus {
	border-radius: 2px;
	border: none;
}

#tab3 li:last-child {
	margin-right: 0;
}

#tab3 li.active {
	background: #4382F0;
	color: #ffffff;
}

#tab3 li span {
	width: 100%;
	float: left;
	height: 70px;
}

#tab3 li span.index_mod6_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01y26AkN28JkHVFfZyv_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01o3B9MD28JkHVFgJl4_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01blE5n328JkHduCPvF_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01siitVy28JkHczhPC8_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01TsE7jL28JkHe16fos_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01RLE5Wf28JkHdObDmy_!!688637912.png) no-repeat center center;
}

#tab3 li span.index_mod6_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN011nTo9D28JkHf4LvQu_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon1,
#tab3 li:hover span.index_mod6_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01A1vWnm28JkHaxGzAF_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon2,
#tab3 li:hover span.index_mod6_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01mxX7Id28JkHgjbjos_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon3,
#tab3 li:hover span.index_mod6_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01vbGGJ928JkHhOPQhl_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon4,
#tab3 li:hover span.index_mod6_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01IYqQy528JkHaxGmhV_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon5,
#tab3 li:hover span.index_mod6_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CqtdMJ28JkHhOOMCi_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon6,
#tab3 li:hover span.index_mod6_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01VEupnM28JkHczh8Z4_!!688637912.png) no-repeat center center;
}

#tab3 li.active span.index_mod6_icon7,
#tab3 li:hover span.index_mod6_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN019K2b2528JkHi9WaLk_!!688637912.png) no-repeat center center;
}

.index_mod6_main {
	width: 100%;
	float: left;
	padding: 24px 29px;
	background: #f7f7f7;
	border-radius: 2px;
	display: none;
	margin-top: 40px;
}

.index_mod6_main img {
	width: 100%;
	border-radius: 2px;
}

.index_mod6_more {
	width: 100%;
	float: left;
	margin-top: 95px;
}

.index_mod6_more a {
	width: 460px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	color: #ffffff;
	background: #4382F0;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
}

.index_mod6_more a:hover {
	background: #11bd53;
}

.index_mod6_more a img {
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

.index_mod7 {
	clear: both;
	width: 100%;
	float: left;
	margin-top: 70px;
}

.index_mod7 ul {
	width: 100%;
	float: left;
}

.index_mod7 ul li {
	width: 285px;
	padding: 25px 20px;
	background: #FFFFFF;
	float: left;
	display: flex;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	margin-right: 20px;
}

.index_mod7 ul li:last-child {
	margin-right: 0;
}

.index_mod7_img {
	width: 50px;
	height: 50px;
	float: left;
	text-align: center;
}

.index_mod7_img img {
	vertical-align: middle;
}

.index_mod7_info {
	flex: 1;
	margin-left: 15px;
}

.index_mod7_info span {
	font-size: 20px;
	color: #333333;
}

.index_mod7_info p {
	font-size: 14px;
	color: #666666;
	margin-top: 3px;
}

.foot {
	width: 100%;
	float: left;
	background: #141d17;
}

.foot_col1 {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.foot_mod1 {
	width: 420px;
	float: left;
	margin-left: 25px;
}

.foot_mod1 dl {
	float: left;
	margin-right: 70px;
	width: 80px;
}

.foot_mod1 dl dt {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
}

.foot_mod1 dl dd {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
}

.foot_mod1 dl:last-child {
	margin-right: 0;
}

.foot_mod2 {
	width: 390px;
	height: 180px;
	float: left;
	border-left: 1px solid #515151;
	border-right: 1px solid #515151;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot_mod2 img {
	display: inline-block;
}

.foot_ewm {
	width: 140px;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	margin-left: 20px;
	text-align: center;
	line-height: 30px;
}

.foot_mod3 {
	float: right;
	margin-right: 25px;
}

.foot_mod3 dl dt {
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
}

.foot_mod3 dl dd {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 15px;
}

.foot_col2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	margin: 10px 0;
	color: #ffffff;
	line-height: 30px;
	margin-top: 25px;
}


.special_left img {
	max-width: 100%;
	float: left;
	margin-top: 30px;
}

.special_left.cnxh {
	max-width: 385px;
}

.special_left.cnxh span {
	margin-top: 30px;
}

.special_left.cnxh p {
	margin-top: 30px;
}

.prog_left {
	width: 50%;
	float: left;
}

.prog_left img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.prog_right {
	width: 530px;
	float: right;
}

.prog_right dl {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.prog_right dl dt {
	font-size: 24px;
	color: #333333;
	width: 100%;
	float: left;
	text-align: left;
}

.prog_right dl dt i {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #000000;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}

.prog_right dl dd {
	font-size: 18px;
	color: #666666;
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 15px;
	margin-top: 15px;
}

.gyj_col {
	width: 100%;
	float: left;
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
	line-height: 25px;
}

.gyj_col em {
	margin-right: 20px;
}

.special_right.shq img {
	float: right;
}

.special_left.shq {
	width: 540px;
	max-width: 540px;
}

.special_left p img {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-top: 0;
	margin-left: 15px;
	margin-top: -5px;
}


/*****************************更新日志***************************/
.gxrz_ban1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 50px;
}

.gxrz_ban2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 20px;
}

.main {
	width: 100%;
	float: left;
	background: #f7f7f7;
}

.gxrz_tab {
	width: 100%;
	float: left;
	margin: 30px 0;
	text-align: center;
}

#gxrz_tab,
#gxrz_tab2 {
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #4382F0;
	border-radius: 2px;
	width: 600px;
	line-height: 45px;
	display: flex;
}

#gxrz_tab li,
#gxrz_tab2 li {
	flex: 1;
	text-align: center;
	font-size: 18px;
	color: #333333;
	border-right: 2px solid #4382F0;
}

#gxrz_tab li.active,
#gxrz_tab2 li.active {
	background: #4382F0;
	color: #FFFFFF;
}

#gxrz_tab li:last-child,
#gxrz_tab2 li:last-child {
	border: none;
}

#gxrz_tab li:hover,
#gxrz_tab2 li:hover {
	color: #FFFFFF;
	background: #4382F0;
	cursor: pointer;
}

#gxrz_tab2 {
	display: none;
}

.gxrz_con1 {
	width: 100%;
	float: left;
	background: #FFFFFF;
	padding: 35px 20px;
	margin-bottom: 35px;
	display: none;
	position: relative;
}

.gxrz_con_col1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.gxrz_con_col1 .gxrz_left {
	width: 210px;
	float: left;
	font-size: 20px;
	color: #333333;
}

.gxrz_con_col1 .gxrz_left span {
	float: right;
	line-height: 34px;
}

.gxrz_con_col1 .gxrz_right {
	width: 945px;
	float: right;
}

.gxrz_con_col1 .gxrz_lab1 {
	width: 184px;
	height: 34px;
	text-align: center;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01QUdowO28JkHgjcCoc_!!688637912.png) no-repeat;
	background-size: 100%;
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
}

.gxrz_con_col2 {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.gxrz_con_col2 .gxrz_left {
	width: 188px;
	float: left;
	font-size: 18px;
	color: #333333;
}

.gxrz_con_col2 .gxrz_left span {
	float: right;
	line-height: 34px;
	letter-spacing: 1px;
}

.gxrz_con_col2 .gxrz_right {
	width: 922px;
	float: right;
}

.gxrz_con_col2 .gxrz_cen {
	width: 50px;
	float: left;
	text-align: center;
	position: relative;
}

.gxrz_con_col2 .gxrz_cen i {
	width: 10px;
	height: 10px;
	background: #4382F0;
	border-radius: 50%;
	float: left;
	margin-left: 20.5px;
	margin-top: 12px;
}

.gxrz_border {
	position: absolute;
	top: 90px;
	left: 231.5px;
	background: #f1f1f1;
	width: 3px;
	bottom: 50px;
}

.gxrz_con_col2 .gxrz_right_col1 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	letter-spacing: 1px;
}

.gxrz_con_col2 .gxrz_right_col1 span {
	width: 100px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -1px;
	border-radius: 3px;
}

.gxrz_con_col2 .gxrz_right_col1 span.green {
	background: rgba(55, 202, 111, 0.1);
	color: #4382F0;
}

.gxrz_con_col2 .gxrz_right_col1 span.gray {
	background: #f7f7f7;
	color: #999999;
}

.gxrz_con_col2 .gxrz_right_col1 span.red {
	background: rgba(255, 73, 102, 0.1);
	color: #ff4966;
}

.gxrz_con_col2 .gxrz_right_col1 span.purple {
	background: rgba(157, 102, 255, 0.1);
	color: #9d66ff;
}

.gxrz_con_col2 .gxrz_right_col1 span.blue {
	background: rgba(89, 191, 255, 0.1);
	color: #32b0ff;
}

.gxrz_con_col2 .gxrz_right_col2 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	line-height: 22px;
}

.gxrz_con_col2 .gxrz_right_col3 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #4382F0;
	margin-top: 5px;
	line-height: 22px;
}

/*****************************关于我们***************************/

.header_bg {
	width: 100%;
	height: 80px;
	float: left;
	background: rgba(0, 0, 0, 0.25);
}

.about_us_ban1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.about_us_ban2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 34px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: 2px;
}

.about_us_ban3 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 10px;
	letter-spacing: 2px;
}

.about_us_ban5 {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	text-align: justify;
}

.about_us_ban4 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 40px;
	letter-spacing: 2px;
}

.about_us_ban4 em {
	color: #4382F0;
}

.about_mod1 {
	width: 100%;
	float: left;
	margin: 110px 0;
}

.about_mod1 .about_us_left {
	width: 500px;
	float: left;
	text-align: center;
}

.about_mod1 .about_us_left img {
	margin: 0 auto;
	margin-top: 10px;
}

.about_mod1 .about_us_right {
	width: 590px;
	float: left;
}

.about_mod1 .about_us_p1 {
	width: 100%;
	float: left;
	font-size: 34px;
	color: #333333;
}

.about_mod1 .about_us_p2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #666666;
	margin-top: 30px;
	text-align: justify;
	line-height: 28px;
}

.about_mod2 {
	clear: both;
	width: 100%;
	float: left;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01S2Zk7B28JkHfweWJq_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.about_mod2_con {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.about_mod2_con2 {
	width: 100%;
	float: left;
	padding: 60px 0;
	text-align: center;
	color: #FFFFFF;
}

.about_mod2_con2 span {
	width: 100%;
	float: left;
	font-size: 50px;
}

.about_mod2_con2 p {
	width: 100%;
	float: left;
	font-size: 20px;
	margin-top: 10px;
}

.my-pagination {
	width: 100%;
	float: left;
	position: relative;
}

.my-pagination ul {
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.my-pagination ul li {
	color: #FFFFFF;
	float: left;
	position: relative;
}

.my-pagination ul li p {
	font-size: 48px;
	color: #FFFFFF;
	opacity: 0.45;
}

.my-pagination ul li.active p {
	opacity: 1;
}

.about_mod2_border {
	width: 96%;
	float: left;
	border-bottom: 2px solid #FFFFFF;
	margin-left: 2%;
	margin-bottom: 30px;
}

.my-pagination ul li i {
	position: absolute;
	left: 50%;
	top: -35.5px;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #FFFFFF;
	margin-left: -4.5px;
}

.about_mod2 .swiper-button-prev {
	width: 42px;
	height: 42px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01HJOmrs28JkHiUQouM_!!688637912.png) no-repeat;
	background-size: 100%;
	margin-top: 0;
	top: 90px;
	left: 250px;
}

.about_mod2 .swiper-button-next {
	width: 42px;
	height: 42px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CM9XxA28JkHiUR5YB_!!688637912.png) no-repeat;
	background-size: 100%;
	margin-top: 0;
	top: 90px;
	right: 250px;
}

.about_mod2 .swiper-button-prev,
.about_mod2 .swiper-button-next {
	outline: none;
}

.about_mod2 .swiper-button-prev::after,
.about_mod2 .swiper-button-next::after {
	display: none;
	opacity: 0;
	z-index: -1;
}

.about_mod3 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.about_zs {
	width: 100%;
	float: left;
	margin-top: 70px;
	text-align: center;
}

.about_zs ul {
	margin: 0 auto;
}

.about_zs ul li {
	display: inline-block;
	margin: 0 30px;
}

.about_mod4 {
	clear: both;
	width: 100%;
	float: left;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01IfHxon28JkHi9VRX1_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.about_mod4_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.about_mod4_con ul {
	width: 1140px;
	margin: 0 auto;
	overflow: hidden;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.about_mod4_con ul li {
	width: 25%;
	float: left;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 30px 25px;
	border-right: 0;
}

.about_mod4_con ul li:hover {
	background: rgba(255, 255, 255, 0.2);
}

.about_mod4_col1 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
}

.about_mod4_col2 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
	letter-spacing: 1px;
}

.about_mod4_col3 {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.about_mod4_col3 i {
	width: 55px;
	height: 3px;
	background: #01be74;
	float: left;
}

.about_mod4_col4 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 23px;
	margin-top: 45px;
}

.about_mod4_col4 p {
	min-height: 69px;
	display: flex;
	width: 100%;
	float: left;
}

.about_mod4_col4 p i {
	width: 8px;
	height: 8px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01hkTIda28JkHhOMLON_!!688637912.png) no-repeat;
	background-size: 100%;
	float: left;
	margin-top: 8px;
	margin-right: 10px;
}

.about_mod4_col4 p span {
	flex: 1;
}

.about_mod5 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	padding-bottom: 30px;
}

.about_mod5_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.about_mod5_con2 {
	width: 710px;
	height: 292px;
	background: #fafafa;
	margin: 0 auto;
	padding: 25px 30px;
}

.about_mod5_left {
	width: 50%;
	float: left;
	text-align: center;
}

.about_mod5_left span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 3px;
}

.about_mod5_right {
	width: 45%;
	float: left;
}

.about_mod5_right p {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 14px;
}


/*****************************合作代理***************************/
.hznl_ban_left {
	margin-top: 50px;
}

.hznl_mod1 {
	width: 100%;
	float: left;
	padding: 100px 0;
}

.hznl_mod1_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.hznl_mod1_con ul {
	width: 100%;
	float: left;
}

.hznl_mod1_con ul li {
	width: 285px;
	float: left;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	margin-right: 20px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.hznl_mod1_con ul li:last-child {
	margin-right: 0;
}

.hznl_mod1_con ul li:hover {
	transform: translateY(-5px);
}

.hznl_mod1_col1 {
	width: 100%;
	height: 100px;
	padding: 25px 20px;
	color: #FFFFFF;
}

.hznl_mod1_col1 span {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: bold;
}

.hznl_mod1_col1 p {
	width: 100%;
	float: left;
	font-size: 12px;
	margin-top: 3px;
}

.hznl_mod1_col1 i {
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
}

.hznl_mod1_col1.hznl_mod1_bg1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01VbOfIX28JkHVFhrHj_!!688637912.jpg) no-repeat center;
	background-color: #4fd081;
}

.hznl_mod1_col1.hznl_mod1_bg2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01NdnUPE28JkHfcptOL_!!688637912.jpg) no-repeat center;
	background-color: #ff4a55;
}

.hznl_mod1_col1.hznl_mod1_bg3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01D9JRyT28JkHVFfVkf_!!688637912.jpg) no-repeat center;
	background-color: #5c7bff;
}

.hznl_mod1_col1.hznl_mod1_bg4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01emY7ov28JkHfweBan_!!688637912.jpg) no-repeat center;
	background-color: #ff934b;
}

.hznl_mod1_con ul li dl {
	width: 100%;
	float: left;
	padding: 15px 18px;
}

.hznl_mod1_con ul li dl dd {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
}

.hznl_mod1_con ul li dl dd i {
	width: 6px;
	height: 6px;
	background: #01be74;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 50%;
	margin-top: -2px;
}

.hznl_mod2 {
	clear: both;
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 100px 0;
}

.hznl_mod2_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.hznl_mod2_con ul {
	width: 100%;
	float: left;
}

.hznl_mod2_con ul li {
	width: 590px;
	float: left;
	display: flex;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	border-radius: 10px;
	background: #FFFFFF;
	padding: 30px;
}

.hznl_mod2_con ul li:hover {
	transform: translateY(-5px);
}

.hznl_mod2_con ul li:nth-child(2n) {
	margin-right: 0;
}

.hznl_mod2_img {
	float: left;
	margin-right: 28px;
	margin-left: 15px;
}

.hznl_mod2_info {
	float: left;
}

.hznl_mod2_info span {
	font-size: 18px;
	color: #333333;
}

.hznl_mod2_info p {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	line-height: 22px;
}

.hznl_mod3 {
	width: 100%;
	float: left;
	padding: 100px 0;
}

.hznl_mod3_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.hznl_mod3_con ul li {
	width: 20%;
	float: left;
	position: relative;
}

.hznl_mod3_con ul li.hznl_mod3_li1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN014fnN7928JkHhONYFH_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.hznl_mod3_con ul li.hznl_mod3_li2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Mcx6Bt28JkHduBLMt_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.hznl_mod3_con ul li.hznl_mod3_li3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01rW8k5R28JkHiUP912_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.hznl_mod3_con ul li.hznl_mod3_li4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01EVvxC428JkHfcqEAH_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.hznl_mod3_con ul li.hznl_mod3_li5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xA3BpP28JkHdOscVr_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.hznl_mod3_col1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-style: italic;
}

.hznl_mod3_col2 {
	width: 100%;
	float: left;
	text-align: center;
	height: 105px;
	position: relative;
}

.hznl_mod3_col2 img {
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.hznl_mod3_col3 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 37px;
}

.hznl_mod3_li_bg {
	width: 100%;
	height: 100%;
	float: left;
	padding: 65px 0;
}

.hznl_mod3_con ul li:hover .hznl_mod3_li_bg {
	background: rgba(55, 202, 111, 0.7);
}

.hznl_mod4 {
	clear: both;
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 100px 0;
}

.hznl_mod4_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.hznl_mod4_con_form {
	width: 865px;
	margin: 0 auto;
	overflow: hidden;
}

.hznl_mod4_col1 {
	width: 100%;
	float: left;
}

.hznl_mod4_col1 span {
	width: 400px;
	float: left;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 15px 20px;
}

.fr {
	float: right !important;
}

.hznl_mod4_col1 span input {
	width: 100%;
	font-size: 16px;
	border: 0;
}

.hznl_mod4_col2 {
	width: 100%;
	float: left;
	margin-top: 20px;
	background: #FFFFFF;
	border-radius: 2px;
	padding: 15px 20px;
}

.hznl_mod4_col2 textarea {
	width: 100%;
	min-height: 50px;
	border: none;
	resize: none;
	font-size: 16px;
}

.hznl_mod4_col3 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 35px;
}

.hznl_mod4_col3 button {
	width: 400px;
	height: 50px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	border: none;
	background: #4382F0;
	border-radius: 2px;
	cursor: pointer;
}

.hznl_mod4_col3 button:hover {
	background: #11bd53;
}

.hznl_mod4_col3 p {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #01be74;
	margin-top: 10px;
}

.hznl_mod4_col3 p img {
	vertical-align: middle;
	margin-right: 5px;
}

.hznl_mod4_col3 p a:hover {
	text-decoration: underline;
}

.hznl_mod4_col4 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
}

.hznl_mod4_col4 a img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}

/***********************淘客cms*****************************/
.tkcms_mod1 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.tkcms_mod1_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.tkcms_mod1_left {
	width: 500px;
	float: left;
}

.tkcms_mod1_left ul {
	width: 100%;
	float: left;
}

.tkcms_mod1_left li {
	width: 100%;
	float: left;
	position: relative;
	padding: 23px 20px;
	display: flex;
}

.tkcms_tab_img {
	width: 34px;
	margin-right: 15px;
	margin-left: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tkcms_tab_img i {
	width: 34px;
	height: 34px;
	display: block;
}

.tkcms_tab_img i.tkcms_tab_img1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01hxcUDz28JkHfwix12_!!688637912.png) no-repeat center center;
}

.tkcms_tab_img i.tkcms_tab_img2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN013IRFH228JkHZxnh9u_!!688637912.png) no-repeat center center;
}

.tkcms_tab_img i.tkcms_tab_img3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01YqRrhz28JkHiUVilG_!!688637912.png) no-repeat center center;
}

.tkcms_tab_img i.tkcms_tab_img4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01D2fHHd28JkHhOTnG2_!!688637912.png) no-repeat center center;
}

.tkcms_tab_img i.tkcms_tab_img5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01TeBTdo28JkHduEdMN_!!688637912.png) no-repeat center center;
}

.tkcms_tab_img i.tkcms_tab_img6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01T2kmGj28JkHgjgMwz_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active,
.tkcms_mod1_left li:hover {
	background: #4382F0;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img1,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Oy0lIh28JkHe18p4E_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img2,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01p6w70O28JkHdOdht5_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img3,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01qUW4cD28JkHe1CAwb_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img4,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01boznSl28JkHdOcV46_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img5,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01JkC0vE28JkHf4PPp6_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_left li.active .tkcms_tab_img i.tkcms_tab_img6,
.tkcms_mod1_left li:hover .tkcms_tab_img i.tkcms_tab_img6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01wCRH6w28JkHi9aXtx_!!688637912.png) no-repeat center center;
}

.tkcms_mod1_right {
	float: right;
}

.tkcms_mod1_info {
	float: right;
	display: none;
}

.tkcms_img {
	height: 520px;
	margin-top: 5px;
}

.tkcms_tab_info {
	float: left;
}

.tkcms_tab_info span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
}

.tkcms_tab_info p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999999;
}

.tkcms_mod1_left li:hover .tkcms_tab_info span,
.tkcms_mod1_left li.active .tkcms_tab_info span,
.tkcms_mod1_left li:hover .tkcms_tab_info p,
.tkcms_mod1_left li.active .tkcms_tab_info p {
	color: #FFFFFF;
}

.tkcms_jt {
	position: absolute;
	right: -16px;
	top: 50%;
	width: 16px;
	height: 19px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01BvFMEn28JkHdOvqML_!!688637912.png) no-repeat;
	margin-top: -9.5px;
	display: none;
}

.tkcms_mod1_left li.active .tkcms_jt,
.tkcms_mod1_left li:hover .tkcms_jt {
	display: block;
}

.tkcms_mod2 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fafafa;
}

.tkcms_mod2_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.tkcms_mod2_left {
	width: 375px;
	float: left;
}

.tkcms_mod2_left ul {
	width: 100%;
	float: left;
}

.tkcms_mod2_left ul li {
	width: 100%;
	float: left;
	padding: 15px 30px;
	background: #ffffff;
	margin-bottom: 10px;
	min-height: 100px;
}

.tkcms_mod2_left ul li span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
}

.tkcms_mod2_left ul li span i {
	margin-top: -2px;
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #999999;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
}

.tkcms_mod2_left ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999999;
	margin-top: 7px;
	line-height: 20px;
}

.tkcms_mod2_left ul li.active,
.tkcms_mod2_left ul li:hover {
	background: #4382F0;
	cursor: pointer;
}

.tkcms_mod2_left ul li.active span,
.tkcms_mod2_left ul li:hover span,
.tkcms_mod2_left ul li.active p,
.tkcms_mod2_left ul li:hover p {
	color: #FFFFFF;
}

.tkcms_mod2_left ul li.active span i,
.tkcms_mod2_left ul li:hover span i {
	background: #FFFFFF;
}

.tkcms_mod2_right {
	width: 745px;
	float: right;
}

.tkcms_mod2_info {
	width: 100%;
	float: left;
	display: none;
}

.tkcms_mod2_info img {
	width: 100%;
	float: left;
	margin-top: -10px;
}

.tkcms_mod3 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	padding-bottom: 30px;
}

.tkcms_mod3_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.tkcms_mod3_con #tkcms_tab3 {
	width: 100%;
	float: left;
	text-align: center;
}

.tkcms_mod3_con #tkcms_tab3 li {
	display: inline-block;
	width: 200px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	color: #666666;
	background: #f7f7f7;
	line-height: 60px;
	margin: 0 25px;
	border-radius: 2px;
}

.tkcms_mod3_con #tkcms_tab3 li.active,
.tkcms_mod3_con #tkcms_tab3 li:hover {
	background: #4382F0;
	color: #FFFFFF;
	cursor: pointer;
}

.tkcms_cont3 {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.tkcms_cont3_con {
	width: 100%;
	float: left;
	display: none;
}

.tkcms_cont3_con table {
	width: 100%;
	float: left;
}

.tkcms_cont3_con table .th1 {
	width: 230px;
	height: 45px;
	border-top: 4px solid #4382F0;
	background: #fafafa;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.tkcms_cont3_con table .th2 {
	width: 230px;
	height: 45px;
	border-top: 4px solid #ff9600;
	background: #fafafa;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.tkcms_cont3_con table .th3 {
	height: 45px;
	border-top: 4px solid #4382F0;
	background: #fafafa;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.tkcms_cont3_con table .td1 {
	background: #4382F0;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	height: 45px;
}

.tkcms_cont3_con table .td2 {
	text-align: center;
	background: #fafafa;
	color: #333333;
	font-size: 14px;
}

.tkcms_cont3_con table .td3 {
	text-align: center;
	color: #333333;
	font-size: 14px;
	background: #fafafa;
	padding: 10px 15px;
}

.tkcms_cont3_con table .td2 .o {
	color: #ff9600;
	font-weight: bold;
}

.tkcms_cont3_con table .download {
	width: 120px;
	line-height: 40px;
	border-radius: 2px;
	text-align: center;
	display: block;
	background: #ff9600;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
}

.tkcms_cont3_con table .buy {
	width: 120px;
	line-height: 40px;
	border-radius: 2px;
	text-align: center;
	display: block;
	background: #4382F0;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
}

.func_left ul li a span.tkzy_func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01tdMpk928JkHVFmYbr_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon2,
.func_left ul li:hover a span.tkzy_func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xXeyBw28JkHdOchYW_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN019c62LQ28JkHgG4sMM_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon5,
.func_left ul li:hover a span.tkzy_func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pLQOuE28JkHgG5Xxs_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01WKVPKf28JkHVFm5V7_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon6,
.func_left ul li:hover a span.tkzy_func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01dvKZCR28JkHiUVWJi_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01E0Ui0E28JkHbNxeNR_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon7,
.func_left ul li:hover a span.tkzy_func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN017vsNzH28JkHgjhJ9i_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN013eKy6m28JkHf4QQBj_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon8,
.func_left ul li:hover a span.tkzy_func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN012CvJpT28JkHaxM5RF_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01sm3MHi28JkHgjhF0D_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon9,
.func_left ul li:hover a span.tkzy_func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01wEXVCS28JkHf4O4jU_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01bVvlpv28JkHfcvGI4_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon10,
.func_left ul li:hover a span.tkzy_func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01j5ZeSg28JkHbNyvLp_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01UxScWv28JkHfwjp5I_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon11,
.func_left ul li:hover a span.tkzy_func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ei7nqn28JkHhOQyex_!!688637912.png) no-repeat center center;
}

.func_left ul li a span.tkzy_func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ygBZMn28JkHVFkc5m_!!688637912.png) no-repeat center center;
}

.func_left ul li.active a span.tkzy_func_icon12,
.func_left ul li:hover a span.tkzy_func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ZSnGSX28JkHfcueuJ_!!688637912.png) no-repeat center center;
}

.tkzy_mod2 {
	clear: both;
	width: 100%;
	float: left;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01FpRiKf28JkHhOU83q_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	margin-top: 100px;
}

.tkzy_mod2_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.tkzy_mod2_left {
	width: 210px;
	float: left;
}

.tkzy_mod2_left ul {
	width: 100%;
	float: left;
}

.tkzy_mod2_left ul li {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #FFFFFF;
	background: rgba(255, 255, 255, 0.2);
	padding: 24px 25px;
	margin-bottom: 10px;
	min-height: 86px;
}

.tkzy_mod2_left ul li i {
	width: 37px;
	height: 37px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.tkzy_mod2_right {
	width: 922px;
	float: right;
}

.tkzy_mod2_left ul li i.tkzy_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Lpqpff28JkHduH35L_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li i.tkzy_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01MmErUV28JkHe1AZF5_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li i.tkzy_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Nvw2cD28JkHdOe6sw_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li i.tkzy_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ne5WEP28JkHhORqke_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li i.tkzy_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01NK0gSu28JkHduGB3P_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li i.tkzy_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CUdW7K28JkHbNwiBm_!!688637912.png) no-repeat;
}

.tkzy_mod2_left ul li:hover,
.tkzy_mod2_left ul li.active {
	cursor: pointer;
	background: #4382F0;
}

.tkzy_mod2_con2 {
	width: 100%;
	float: left;
	text-align: center;
	display: none;
}

.tkzy_mod3 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	padding-bottom: 0px;
}

.tkzy_mod3_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.tkzy_mod3_tab {
	width: 100%;
	float: left;
}

.tkzy_mod3_tab li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #333333;
	padding-bottom: 50px;
}

.tkzy_mod3_tab li i {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
}

.tkzy_mod3_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01cxoOhY28JkHdOwmcU_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01umuo6b28JkHdOwuvA_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01gk4f0M28JkHiUVefK_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01jHkfQj28JkHfwcAne_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_tab li.active,
.tkzy_mod3_tab li:hover {
	cursor: pointer;
	color: #4382F0;
	border-bottom: 3px solid #4382F0;
}

.tkzy_mod3_tab li.active .tkzy_mod3_icon1,
.tkzy_mod3_tab li:hover .tkzy_mod3_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pV2fqR28JkHgjimhR_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_tab li.active .tkzy_mod3_icon2,
.tkzy_mod3_tab li:hover .tkzy_mod3_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN015an0qD28JkHe1ApsQ_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_tab li.active .tkzy_mod3_icon3,
.tkzy_mod3_tab li:hover .tkzy_mod3_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01vL8AnD28JkHdOduQW_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_tab li.active .tkzy_mod3_icon4,
.tkzy_mod3_tab li:hover .tkzy_mod3_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01yPv2IF28JkHZxiBnZ_!!688637912.png) no-repeat center center;
}

.tkzy_mod3_main {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 70px 0;
}

.tkzy_mod3_con2 {
	width: 100%;
	float: left;
	display: none;
	position: relative;
}

.tkzy_mod3_left {
	float: left;
}

.tkzy_mod3_right {
	width: 300px;
	float: right;
	margin-top: 60px;
}

.tkzy_mod3_right p {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333333;
	margin: 12px 0;
}

.tkzy_mod3_right p i {
	color: #4382F0;
	margin-right: 10px;
}

.tkzy_mod4 {
	clear: both;
	width: 100%;
	float: left;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN014QVMdp28JkHdOc68D_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0;
}

.tkzy_mod4 ul {
	width: 100%;
	float: left;
}

.tkzy_mod4 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.tkzy_mod4 ul li span {
	font-size: 40px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 40px;
	width: 100%;
	float: left;
}

.tkzy_mod4 ul li p {
	font-size: 20px;
	color: #FFFFFF;
}

/***************************新闻中心*********************/
.news_top {
	width: 100%;
	float: left;
	background: #FFFFFF;
	height: 80px;
}

.news_top .nav ul li a {
	color: #666666;
}

.news_top .nav ul li i {
	border-bottom: 1px solid #4382F0;
}

.news_top .nav ul li a {
	color: #333333;
}

.news_top .header_right a {
	color: #4382F0;
	border: 1px solid #4382F0;
}

.news_top .header_right a:hover {
	background: #4382F0;
	color: #FFFFFF;
}

.news_top .header_right a.admin_center {
	background: #4382F0;
	color: #FFFFFF;
}

.news_top .header_right a.admin_center:hover {
	background: #11bd53;
	border: 1px solid #11bd53;
}

.news_top .content {
	overflow: visible;
}

.news_top .mobile_nav_right span {
	background: #4382F0;
}

.news_left {
	width: 886px;
	float: left;
}

.news_mod1 {
	width: 100%;
	float: left;
	background: #FFFFFF;
	margin-top: 20px;
	padding: 20px;
}

.news_banner {
	width: 100%;
	float: left;
	position: relative;
}

.news_banner img {
	width: 100%;
	float: left;
}

.news_banner span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(5, 5, 5, 0.4);
	line-height: 60px;
	color: #FFFFFF;
	padding: 0 25px;
	font-size: 20px;
}

.news_mod1 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 22px;
}
.new_mod_top {
	margin-top: 20px;
	width: 886px;
	height: 190px;
	background-color: #ffffff;
	overflow: hidden;
}

.new_mod_top .news-info {
	margin-top: 60px;
	height: 110px;
	padding: 0 20px;
	overflow: hidden;
}

.new_mod_top .news-info .img-wrap {
	float: left;
	width: 180px;
	height: 110px;
}

.new_mod_top .news-info .img-wrap img {

	width: 100%;
	height: 100%;
}

.new_mod_top .news-info .news-text {
	float: left;
	width: 440px;
	margin-left: 20px;
}

.new_mod_top .news-info .news-text .news-title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-top: 8px;
}

.new_mod_top .news-info .news-text .news-det {
	font-size: 14px;
	text-align: justify;
	color: #666;
	line-height: 1.6;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new_mod_top .news-info .news-nums {
	float: right;
	width: 180px;
	height: 84px;
	margin-top: 18px;
	display: flex;
	background: #FFFFFF;
	border: 1px solid #F7F7F7;
	box-shadow: 0px 2px 4px 0px rgba(188, 188, 188, 0.14);
}

.new_mod_top .news-info .news-nums>div {
	flex: 0 0 50%;
	text-align: center;
}

.new_mod_top .news-info .news-nums>div:nth-child(1) {
	border-right: 1px solid #f7f7f7;

}

.new_mod_top .news-info .news-nums>div p:nth-child(1) {
	height: 30px;
	background: #fbfbfb;
	color: #656565;
	font-size: 12px;
	line-height: 30px;
}

.new_mod_top .news-info .news-nums>div p:nth-child(2) {
	height: 54px;
	background: #fff;
	line-height: 54px;
	color: #37C96F;
	font-size: 22px;
	font-weight: 700;
}
.news_mod2 {
	width: 100%;
	float: left;
	margin-top: 20px;
	background: #FFFFFF;
	margin-bottom: 45px;
}

.news_tab {
	width: 100%;
	float: left;
	padding: 0 20px;
	border-bottom: 1px solid #f7f7f7;
	padding-top: 5px;
}

.news_tab a {
	float: left;
	font-size: 20px;
	color: #666666;
	margin-right: 20px;
	padding: 15px 25px;
	position: relative;
}

.news_tab a.active {
	font-weight: bold;
	color: #4382F0;
}

.news_tab a:hover {
	color: #4382F0;
}

.news_tab a,
.news_tab a:hover,
.news_tab a:active,
.news_tab a:visited,
.news_tab a:link,
.news_tab a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}

.news_tab a i {
	display: none;
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 3px;
	background: #4382F0;
	left: 0;
}

.news_tab a.active i {
	display: block;
}

.news_list {
	width: 100%;
	float: left;
	padding: 0px 20px;
}

.news_list ul {
	float: left;
	width: 100%;
}

.news_list ul li {
	width: 100%;
	float: left;
	padding: 20px 0px;
	border-bottom: 1px solid #f7f7f7;
}

.news_list ul li a {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
}

.news_img {
	width: 188px;
	height: 128px;
	float: left;
	margin-right: 20px;
}

.news_img img {
	width: 188px;
	height: 128px;
	float: left;
}

.news_info {
	flex: 1;
	float: left;
	overflow: hidden;
}

.news_info .news_tit {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.news_info .news_info2 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_info .news_info3 {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #999999;
}

.news_list ul li a:hover .news_info .news_tit {
	color: #4382F0;
}

.news_info .news_info3 span {
	margin-right: 10px;
}
.news_info .news_info3 span:last-child{
	float:right;
}
.page {
	width: 100%;
	float: left;
	text-align: center;
	margin: 35px 0;
}

.page a {
	color: #999999;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	margin: 0 2px;
}

.page a.active,
.page a:hover {
	background: #4382F0;
	color: #FFFFFF;
}

.news_right {
	width: 294px;
	float: right;
	margin-top: 20px;
}

.news_right_mod1 {
	width: 100%;
	float: left;
	background: #FFFFFF;
	margin-bottom:20px;
}

.news_right_mod3 {
	width: 100%;
	float: left;
	background: #FFFFFF;
	margin-bottom:20px;
}
.news_right_mod3 .news_right_info{
    display: flex;
    flex-wrap: wrap;
}
.news_right_mod3 .news_right_info a{
    width: 46%;
    height: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
    padding: 7px 10px;
}
.news_right_tit {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f7f7f7;
	padding: 15px 20px;
	font-size: 18px;
	color: #333333;
	line-height: 17px;
}

.news_right_tit i {
	width: 2px;
	height: 17px;
	float: left;
	margin-right: 10px;
	background: #4382F0;
}

.news_right_info {
	width: 100%;
	float: left;
	padding: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.news_right_info a {
	float: left;
	background: #f7f7f7;
	margin-right: 10px;
	border-radius: 3px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	padding: 7px 13px;
}

.news_right_info a.active,
.news_right_info a:hover {
	background: #4382F0;
	color: #FFFFFF;
}

.news_right_mod2 {
	width: 100%;
	float: left;
	background: #FFFFFF;
	margin-bottom:20px;
}
.news_empty{
	width:100%;
	height: 500px;
	color:#999999;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-direction: column;
}
.news_right_info2 {
	width: 100%;
	float: left;
	padding: 20px;
}

.news_right_info2_img {
	width: 100%;
	float: left;
}

.news_right_info2_img img {
	width: 100%;
	float: left;
}

.news_right_info2 ul {
	width: 100%;
	float: left;
}

.news_right_info2 ul li {
	width: 100%;
	float: left;
	margin-top: 15px;
}

.news_right_info2 ul li a {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.news_right_info2 ul li a:hover {
	color: #4382F0;
}

.news_right_info2 ul li a i {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #e5e5e5;
	color: #666666;
	text-align: center;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	vertical-align: middle;
	margin-top: -3px;
}

.news_right_info2 ul li a i.i1 {
	background: #ff9600;
	color: #FFFFFF;
}

.news_right_info2 ul li a i.i2 {
	background: #feb349;
	color: #FFFFFF;
}

.news_right_info2 ul li a i.i3 {
	background: #fec676;
	color: #FFFFFF;
}

.news_right_info3 {
	width: 100%;
	float: left;
	padding: 20px;
	padding-bottom: 0px;
}

.news_right_info3 ul,
.news_right_info3 ul li {
	width: 100%;
	float: left;
}

.news_right_info3 ul li a {
	display: block;
}

.news_right_info3 ul li a:hover span {
	color: #4382F0;
}

.news_right_info3 ul li img {
	width: 100%;
	float: left;
}

.news_right_info3 ul li span {
	width: 100%;
	float: left;
	line-height: 35px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-bottom: 10px;
}

.news_list_col_tit {
	width: 100%;
	float: left;
	padding: 20px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 0px;
	line-height: 14px;
	letter-spacing: 1px;
}

.news_list_col_tit i {
	width: 2px;
	height: 14px;
	float: left;
	margin-right: 10px;
	background: #4382F0;
}

.news_list_col_tit a:hover {
	color: #4382F0;
}

.pb45 {
	padding-bottom: 45px;
}

.news_detail {
	width: 100%;
	float: left;
	padding: 20px;
}

.news_detail_top {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 5px;
}

.news_detail_tit {
	width: 100%;
	float: left;
	font-size: 30px;
	color: #131313;
	margin-top: 25px;
}

.news_detail_txt {
	width: 100%;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #999999;
	margin-top: 16px;
	margin-bottom: 30px;
	line-height: 14px;
}

.news_detail_txt span {
	margin: 0 15px;
}

.news_detail_con {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding: 20px;
}

.news_detail_con h3,.news_detail_con p h3{
    font-size: 16px;
    font-weight: bolder;
}

.news_detail_con p {
	font-size: 15px;
	color: #333;
	text-align: justify;
	width: 100%;
	float: left;
	line-height:30px;
}

.news_detail_con p img {
	width: 100%;
	float: left;
}

.news_detail_bottom {
	width: 100%;
	float: left;
	border-top: 1px solid #f7f7f7;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.news_detail_prev {
	width: 50%;
	float: left;
}

.news_detail_prev .news_detail_but {
	width: 60px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	background: #4382F0;
	display: inline-block;
	margin-right: 15px;
}

.news_detail_bottom_tit {
	font-size: 14px;
	color: #999999;
}

.news_detail_bottom_tit:hover {
	color: #4382F0;
}


/*****************************首页********************/
.product_pc {
	display: none;
	width: 100%;
	float: left;
	position: fixed;
	left: 0;
	top: 80px;
	background: #FFFFFF;
	/* padding-top: 20px; */
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
}

.product_pc ul {
	width: 100%;
	float: left;
}

.product_pc ul li {
	width: 25%;
	float: left;
	padding: 30px;
	padding-top: 50px;
	display: flex;
}

.product_pc .pro_img {
	width: 60px;
	float: left;
}

.product_pc .pro_info {
	flex: 1;
}

.product_pc .pro_info span {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333333;
}

.product_pc .pro_info p {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #666666;
	margin: 15px 0;
	line-height: 18px;
}

.product_pc ul li .pro_info a {
	width: 74px;
	height: 30px;
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #999999;
	float: left;
}

.product_pc ul li:hover .pro_info a {
	color: #fff;
	border: 1px solid #4382F0;
	background-color: #4382F0;
}

.product_pc_bottom {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding: 20px 0;
	border-top: 1px solid rgba(80, 80, 80, 0.08);
}

.product_pc_bottom span {
	margin: 0 18px;
}

.product_pc_bottom span img {
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}

.product_pc ul li:hover {
	background: #f7f7f7;
}

.product_pc.show {
	display: block;
	opacity: 100;
	filter: alpha(opacity=100);
	z-index: 100;
}

.add {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	display: none;
	width: 30px;
	text-align: right;
	color: #666666;
	font-weight: normal;
}

.product_mo {
	display: none;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.product_mo dd {
	line-height: 45px !important;
}

.product_mo dd a {
	font-size: 16px !important;
	margin-left: 15px;
}

.banner2 {
	width: 100%;
	float: left;
	margin: 0;
	position: relative;
}

.sy_banner1 {
	width: 100%;
	float: left;
}

.sy_banner_con {
	width: 100%;
	float: left;
	margin-top: 81px;
	margin-bottom: 265px;
}

.banner2 .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 0;
}

.banner2 .swiper-pagination-bullet-active {
	background: rgba(255, 255, 255, 1);
}

.sy_ban_con2 {
	width: 100%;
	float: left;
	margin-top: 45px;
}

.sy_ban_con2 span {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	padding: 5px 10px;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

.sy_ban_con2 span img {
	position: absolute;
	bottom: 47px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.sy_ban_con2 span:hover img {
	display: block;
}

.sy_ban_con2 span:hover {
	color: #4382F0;
	background: #FFFFFF;
}

.banner2_con2 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.15);
	z-index: 99;
}

.banner2_con2 ul {
	width: 100%;
	float: left;
}

.banner2_con2 ul li {
	width: 20%;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
}

.banner2_con2 ul li:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner2_info {
	margin-left: 10px;
}

.banner2_info span {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.banner2_info p {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 5px;
}

.banner2 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 80px;
}

.sy_mod1 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.sy_mod_con {
	width: 100%;
	float: left;
}

.sy_mod_con #sy_tab {
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #4382F0;
	border-radius: 2px;
	width: 400px;
	line-height: 60px;
}

.sy_mod_con #sy_tab li {
	width: 50%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #333333;
	border-right: 1px solid #4382F0;
	cursor: pointer;
}

.sy_mod_con #sy_tab li:last-child {
	border-right: 0;
}

.sy_mod_con #sy_tab li.active {
	background: #4382F0;
	color: #FFFFFF;
}

.sy_mod1_con2 {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.sy_mod1_con3 {
	width: 100%;
	float: left;
	display: none;
}

.sy_mod1_con3 ul {
	width: 100%;
	float: left;
}

.sy_mod1_con3 ul li {
	width: 285px;
	float: left;
	/* border: 1px solid #f1f1f1; */
	margin-right: 20px;
	padding: 0px 20px;
	margin-bottom: 20px;
	background-color: #fafafa;
}

.sy_mod1_con3 ul li:nth-child(4n) {
	margin-right: 0;
}

.sy_mod1_info1 {
	width: 100%;
	float: left;
}

.sy_mod1_info1_col1 {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy_mod1_info1_col2 {
	width: 100%;
	float: left;
	text-align: center;
}

.sy_mod1_info1_col2 span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
}

.sy_mod1_info1_col2 p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}

.sy_mod1_info3 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
	text-align: center;
}

.sy_mod1_info4 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}

.sy_mod1_info4 a {
	width: 140px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #4382F0;
	border: 1px solid #4382F0;
	display: inline-block;
	border-radius: 3px;
	margin: 0 auto;
}

.sy_mod1_info2 {
	width: 100%;
	float: left;
	display: none;
}

.sy_mod1_info2>div {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f1f1f1;
	height: 105px;
	display: flex;
	align-items: center;
}

.sy_mod1_info2_img {
	flex: 1;
	float: left;
}

.sy_mod1_info2_info {
	width: 165px;
	float: right;
}

.sy_mod1_info2_info span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
}

.sy_mod1_info2_info p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}

.sy_mod1_con3 ul li:hover {
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.2);
	border: none;
	background-color: #fff;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info1 {
	display: none;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info2 {
	display: block;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info3 {
	height: 126px;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info4 a {
	background: #4382F0;
	color: #FFFFFF;
}

.sy_mod1_info5 {
	width: 100%;
	float: left;
	text-align: center;
	margin: 40px 0;
}

.sy_mod1_info5 a {
	width: 117px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #4382F0;
	border: 1px solid #4382F0;
	display: inline-block;
	border-radius: 3px;
	margin: 0 auto;
	margin-right: 3px;
}

.sy_mod1_info5 a.sy_mod1_spjs {
	background: #4382F0;
	color: #FFFFFF;
	margin-right: 0;
}

.sy_mod1_info5 a.sy_mod1_spjs i {
	width: 15px;
	height: 15px;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01EtQRoU28JkHZxkwaj_!!688637912.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -2px;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info5 a {
	background: #4382F0;
	color: #FFFFFF;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info5 a.sy_mod1_spjs {
	color: #4382F0;
	border: 1px solid #4382F0;
	background: none;
}

.sy_mod1_con3 ul li:hover .sy_mod1_info5 a.sy_mod1_spjs i {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN010eW7yk28JkHZxlsoO_!!688637912.png) no-repeat;
	background-size: 100%;
}

.sy_mod2 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fafafa;
}

.sy_mod2_con {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.sy_mod2_con ul {
	width: 100%;
	float: left;
}

.sy_mod2_con ul li {
	width: 224px;
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
	margin-top: 66px;
	padding: 0 20px;
	border-radius: 2px;
}

.sy_mod2_con ul li:nth-child(5n) {
	margin-right: 0;
}

.sy_mod2_img {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: -50px;
}

.sy_mod2_con ul li h4 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.sy_mod2_con ul li span {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0;
}

.sy_mod2_con ul li span i {
	display: block;
	margin: 0 auto;
	width: 42px;
	height: 4px;
	background: #4382F0;
}

.sy_mod2_con ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	min-height: 140px;
	text-align: justify;
}

.sy_mod2_con ul li:hover {
	background: #4382F0;
}

.sy_mod2_con ul li:hover h4 {
	color: #FFFFFF;
}

.sy_mod2_con ul li:hover span i {
	background: #FFFFFF;
}

.sy_mod2_con ul li:hover p {
	color: #FFFFFF;
}

.sy_mod3 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.sy_mod3_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod3_con img {
	max-width: 100%;
	float: left;
}

.sy_mod4 {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
}

.sy_mod4_con_pc,
.sy_mod4_con {
	width: 100%;
	float: left;
}

.sy_mod4_1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01tWsojb28JkHhOOpTA_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	padding-bottom: 170px;
}

.sy_mod4_2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN010Coozb28JkHiUSu4t_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	padding-bottom: 170px;
}

.sy_mod4_3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ECmN3V28JkHe1AUw1_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 100px 0;
	padding-bottom: 170px;
}

.sy_mod4_con {
	width: 100%;
	float: left;
	display: none;
}

.sy_mod4_con2 {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod4_con2_left {
	width: 285px;
	float: left;
}

.sy_mod4_con2_left ul {
	width: 100%;
	float: left;
}

.sy_mod4_con2_left ul li {
	width: 100%;
	height: 85px;
	float: left;
	padding: 20px;
	margin-bottom: 8px;
}

.sy_mod4_con2_left ul li.li1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01L4pF2X28JkHi9YOmJ_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li3_1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ArYFCP28JkHgjdt2R_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xqmucN28JkHgjf5rN_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2_2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01QoPh2N28JkHfwgOyF_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01X2N3kT28JkHVFkH9g_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2_3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01clSQXL28JkHdOwulr_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li3_3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Eiia3L28JkHbNwmD4_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01RwVDvo28JkHi9X7mz_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li3_4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN013FteeZ28JkHZxmp2y_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2_4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CU372q28JkHaxKPP2_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01OAqKRT28JkHfwiTpr_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2_5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN011JX8em28JkHbNuxxr_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01QdWpEq28JkHaxLPmB_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li2_6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01qUChXA28JkHfcun65_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left ul li.li3_6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ZrnGHO28JkHbNxa7X_!!688637912.png) no-repeat bottom right+20px;
	background-color: rgba(255, 255, 255, 0.2);
}

.sy_mod4_con2_left .sy_mod4_col {
	width: 100%;
	float: left;
}

.sy_mod4_con2_left .sy_mod4_col span {
	line-height: 20px;
	text-align: center;
	color: #00f092;
	font-size: 12px;
	border: 1px solid #00ee91;
	float: left;
	padding: 0 6px;
}

.sy_mod4_con2_left p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-top: 5px;
}

.sy_mod4_con2_right {
	float: right;
	width: 857px;
	margin-top: -9px;
}

.sy_mod4 #mod4_tab {
	width: 1200px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.sy_mod4 #mod4_tab li {
	width: 33.33%;
	float: left;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #ffffff;
	height: 109px;
	padding-top: 20px;
	cursor: pointer;
}

.sy_mod4 #mod4_tab li img {
	margin-right: 15px;
}

.sy_mod4 #mod4_tab li.active,
.sy_mod4_con #mod4_tab li:hover {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CS9rve28JkHVFj0DI_!!688637912.png) no-repeat;
	background-size: cover;
}

.sy_mod5 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fafafa;
}

.sy_mod5_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod5_con ul {
	width: 100%;
	float: left;
}

.sy_mod5_con ul li {
	width: 285px;
	float: left;
	margin-right: 20px;
	background: #FFFFFF;
	border-radius: 2px;
}

.sy_mod5_con ul li:last-child {
	margin-right: 0;
}

.sy_mod5_top {
	width: 285px;
	height: 100px;
	float: left;
	padding: 0 25px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sy_mod5_img1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01G4nSf728JkHfcurH0_!!688637912.png) no-repeat;
	background-size: cover;
}

.sy_mod5_img2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01DizLts28JkHiUTNCI_!!688637912.png) no-repeat;
	background-size: cover;
}

.sy_mod5_img3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN015r6FeB28JkHaxKLFq_!!688637912.png) no-repeat;
	background-size: cover;
}

.sy_mod5_img4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01moyoPH28JkHaxLPmu_!!688637912.png) no-repeat;
	background-size: cover;
}

.sy_mod5_top img {
	float: right;
	margin-top: 3px;
}

.sy_mod5_info {
	width: 100%;
	float: left;
	padding: 18px 25px;
	font-size: 14px;
	color: #666666;
	text-align: justify;
	height: 170px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.sy_mod5_con ul li:hover {
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
}

.sy_mod6 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.sy_mod6_con {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.sy_mod6_con2 {
	width: 990px;
	margin: 0 auto;
}

.sy_mod6_con .swiper2 {
	padding-top: 80px;
	padding-bottom: 150px;
}

.sy_mod6_con .swiper-slide {
	transition: 300ms;
	transform: scale(1);
	padding: 10px;
}

.sy_mod6_con .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1.3);
	z-index: 99;
}

.sy_mod6_con img {
	max-width: 100%;
	float: left;
	background: #f1f1f1;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.2);
	border-radius: 10px;
}

.sy_mod6_con .swiper-slide span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 20px;
	color: #515151;
	margin-top: 15px;
}

.sy_mod6 .swiper-pagination-bullet {
	width: 62px;
	height: 6px;
	background: #4382F0;
	opacity: 0.3;
	border-radius: 0;
}

.sy_mod6 .swiper-pagination-bullet-active {
	opacity: 1;
}

.sy_mod7 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fafafa;
}

.sy_mod7_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod7_con ul {
	width: 100%;
	float: left;
	margin-bottom: -20px;
}

.sy_mod7_con ul li {
	width: 590px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 170px;
	padding: 0 40px;
	border-radius: 2px;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}

.sy_mod7_con ul li:nth-child(2n) {
	margin-right: 0;
}

.sy_mod7_con ul li:hover {
	transform: translateY(-5px);
}

.sy_mod7_con .sy_mod7_img {
	flex: 1;
}

.sy_mod7_con .sy_mod7_info {
	width: 380px;
	float: right;
}

.sy_mod7_con .sy_mod7_info span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333333;
}

.sy_mod7_con .sy_mod7_info p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.sy_mod8 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xvLFi428JkHbNxuvX_!!688637912.jpg) no-repeat;
	background-size: cover;
}

.sy_mod8_con {
	width: 100%;
	float: left;
	margin-top: 70px;
	padding: 0 45px;
}

.sy_mod8_con1 {
	width: 100%;
	float: left;
	text-align: center;
}

.sy_mod8_con1 ul {
	width: 100%;
	float: left;
	text-align: center;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01aoNC7r28JkHduEA8a_!!688637912.png) no-repeat center center;
}

.sy_mod8_con1 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.sy_mod8_con1 ul li span {
	width: 100px;
	height: 100px;
	background: #4382F0;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	display: block;
	font-size: 34px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
}

.sy_mod8_con1 ul li span img {
	position: absolute;
	top: 50%;
	right: -16px;
	margin-top: -9.5px;
}

.sy_mod8_con2 {
	width: 100%;
	float: left;
	margin-top: 35px;
}

.sy_mod8_con2 ul {
	width: 100%;
	float: left;
}

.sy_mod8_con2 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	padding: 0 45px;
}

.sy_mod8_con2 ul li span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
}

.sy_mod8_con2 ul li p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #ffffff;
	margin-top: 25px;
}

.sy_mod9 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
}

.sy_mod9_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod9_con ul {
	width: 100%;
	float: left;
}

.sy_mod9_con ul li {
	width: 25%;
	float: left;
	border: 1px solid rgba(80, 80, 80, 0.08);
	padding: 35px 20px;
	border-right:none;
}

.sy_mod9_con ul li.last{
    border-right: 1px solid rgba(80, 80, 80, 0.08);
}

.sy_mod9_con ul li:hover {
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.2);
	border: 1px solid #FFFFFF;
}

.sy_mod9_col1 {
	width: 100%;
	float: left;
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01euYhov28JkHbNwyiL_!!688637912.jpg) no-repeat;
	background-size: cover;
	padding: 0 20px;
}

.sy_mod9_col1 span {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #ffffff;
	margin-top: 25px;
	line-height: 50px;
}

.sy_mod9_col1 p {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	background: #ffffff;
	padding-left: 10px;
	margin-bottom: 23px;
}

.sy_mod9_col2 {
	width: 100%;
	float: left;
}

.sy_mod9_col2 dl {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.sy_mod9_col2 dl dd {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.sy_mod9_col2 dl dd a i {
	width: 6px;
	height: 6px;
	background: #dcdcdc;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: -2px;
}

.sy_mod9_col2 dl dd a {
	width: 100%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sy_mod9_col2 dl dd a:hover {
	color: #4382F0;
}

.sy_mod9_col2 dl dd a:hover i {
	background: #4382F0;
}

.sy_mod9_col3 {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #4382F0;
	margin-top: 30px;
}

.sy_mod9_col3 img {
	margin-left: 15px;
}

.sy_mod10 {
	clear: both;
	width: 100%;
	float: left;
	padding: 100px 0;
	background: #fafafa;
}

.sy_mod10_con {
	width: 100%;
	float: left;
	margin-top: 70px;
}

.sy_mod10_con ul {
	width: 100%;
	float: left;
}

.sy_mod10_con ul li {
	width: 292px;
	height: 121px;
	float: left;
	background: #FFFFFF;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sy_mod10_con ul li:nth-child(4n) {
	margin-right: 0;
}

.sy_mod10_con ul li a {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sy_mod10_con ul li:hover {
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
}

.sy_mod10_con ul li a img {
	max-width: 70%;
}

.float {
	position: fixed;
	top: 25%;
	left: 0;
	z-index: 99;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	padding: 13px 0;
	width: 140px;
}

.float_mod1 {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(80, 80, 80, 0.08);
	padding: 0px 15px;
	text-align: center;
}

.float_mod1 img {
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.float_mod1 span {
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}

.float_mod2 {
	width: 100%;
	float: left;
	padding: 0 25px;
}

.float_mod2_con {
	width: 100%;
	float: left;
	padding: 10px 0;
	border-bottom: 1px solid rgba(80, 80, 80, 0.08);
}

.float_mod2_con p,
.float_mod2_con div {
	cursor: pointer;
	width: 100%;
	float: left;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
	color: #666666;
}

.float_mod2_con p.p1>img,
.float_mod2_con div.p1>img {
	margin-right: 10px;
}

.float_mod2_con p.p2,
.float_mod2_con div.p2 {
	color: #4382F0;
	position: relative;
}

.float_mod2_con p.p3,
.float_mod2_con div.p3 {
	background: #f0fff6;
	border-radius: 20px;
	margin: 5px 0;
	position: relative;
}

.float_mod2_con p.p3>img,
.float_mod2_con div.p3>img {
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -2px;
}

.float_mod3 {
	width: 100%;
	float: left;
	padding-top: 20px;
	text-align: center;
	border-top: 1px solid rgba(80, 80, 80, 0.08);
	font-size: 12px;
	color: #666666;
}

.float_mod3 img {
	margin-bottom: 3px;
}

.float_close {
	position: absolute;
	top: -15px;
	right: -15px;
}


.float_zx {
	position: absolute;
	top: 50%;
	right: -36px;
	transform: translate(100%, -50%);
	display: none;
	width: 131px!important;
	background-color: #f0fff6;
	box-sizing: border-box;
	border: 1px solid #e5fff0;
	font-size: 12px;
	color: #333;
	box-shadow: 2px 1px 5px  0px rgba(55, 202, 111, .2);
}
.float_zx .array-icon{
	position: absolute;
	top: 50%;
	left: -10px;	
	width: 12px;
	height: 19px;
	transform: translateY(-50%);
	background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN015ATxEY28JkHjJQuSD_!!688637912.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.float_zx .float_zx-text {
	float: none;
	line-height: normal;
	color: #333;
	margin-top: 5px;
}
.float_zx .float_info-text {
	float: none;
	line-height: normal;
	color: #4382F0;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.float_zx .float_zx-text span {
	color: #4382F0;
}

.float_zx .float_img{
	height: 131px;
	width: 131px;
	padding: 10px;
	
}
.float_zx .float_img img {
	display: block;
	width: 100%;
}

.p2:hover .float_zx,.p3:hover .float_zx {
	display: block;
}


.float_mod3 a {
	display: block;
}

.float2 {
	position: fixed;
	top: 60%;
	left: 0;
	z-index: 99;
	display: none;
}



.hzdl_ban .banner_right {
	margin-top: -40px;
}

.hzdl_ban .banner_left {
	margin-top: 40px;
}

.tkzy_ban .banner_right {
	margin-top: -35px;
	margin-bottom: -13px;
}

.tkcms_ban .banner_right {
	margin-top: -25px;
	margin-bottom: 29px;
}

.down {
	position: relative;
	display: inline-block;
}

.download_con {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 340px;
	transform: translateX(-50%);
	display: none;
	padding-bottom: 20px;
}

.download_left {
	width: 165px;
	float: left;
	background: #f7f7f7;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.08);
	background: #f7f7f7;
	border-radius: 2px;
}

.download_img {
	width: 100%;
	float: left;
	background: #FFFFFF;
	text-align: center;
	padding: 11px 9.5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.download_img img {
	max-width: 100%;
}

.download_right {
	width: 165px;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.16);
	float: right;
	background: #f7f7f7;
	border-radius: 2px;
}

.download_col1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #ff9600;
	font-weight: bold;
	margin-top: 8px;
}

.download_col2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin-top: 2px;
}

.download_col3 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #ff9600;
	margin-top: 2px;
	margin-bottom: 10px;
}

.download_col3 a:hover {
	text-decoration: underline;
}

.down.show .download_con {
	display: block;
}

.buy_con {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 145px;
	transform: translateX(-50%);
	display: none;
	box-shadow: 0 0 10px rgba(80, 80, 80, 0.16);
	background: #f7f7f7;
	border-radius: 2px;
}

.down:hover .buy_con {
	display: block;
}

.buy_col1 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #ff9600;
	margin-top: 8px;
}

.buy_col2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_mod1 .swiper-pagination {
	text-align: right;
}

.news_mod1 .swiper-pagination-bullet {
	width: 28px;
	height: 2px;
	background: #FFFFFF;
	border-radius: 0;
	opacity: 0.6;
}

.news_mod1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 20px;
}

.news_mod1 .swiper-pagination-bullet-active {
	opacity: 1;
}



.list_more {
	display: none;
}

.foot_col3 {
	display: none;
}

.m_return {
	display: none;
}

.m_foot {
	display: none;
}

.sy_mod1_m {
	display: none;
}

.sy_mod2_con_m {
	display: none;
}

.sy_mod4_m {
	display: none;
}

.sy_mod9_con_m {
	display: none;
}

.hznl_mod3_m {
	display: none;
}

.sy_ban_con3 {
	display: none;
}

.banner.fxrz_banner {
	margin-top: 190px;
	margin-bottom: 120px;
}

.list_ndate {
	display: none;
}

.index_mod4_m {
	display: none;
}

.index_mod7 .content,
.sy_banner1 .content,
.sy_mod9 .content,
.sy_mod10 .content,
.hznl_mod1 .content,
.index_mod1 .content,
.index_mod4 .content,
.sy_mod1 .content {
	overflow: inherit;
}

.pro_con img.pro_m_img {
	display: none;
}


@media only screen and (max-width: 1220px) {
	.content {
		width: 94%;
	}

	.content2 {
		width: 100%;
	}

	.nav {
		margin-left: 30px;
	}

	.nav ul li {
		margin-left: 30px;
	}

	.func_right {
		width: 40%;
	}

	.func_right img {
		max-width: 100%;
	}

	.func_left {
		width: 500px;
	}

	.func_left ul li {
		margin-right: 20px;
		margin-bottom: 20px;
		width: 110px;
		height: 110px;
	}

	#tab li {
		width: 19%;
		margin-right: 1.25%;
		font-size: 16px;
	}

	#tab li i {
		width: 27px;
		height: 25px;
	}

	#tab2 li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.special_left {
		width: 42%;
	}

	.special_left span {
		font-size: 26px;
	}

	.special_left p {
		font-size: 16px;
	}

	.special_right {
		width: 55%;
	}

	.index_mod4_con li {
		width: 32.33%;
		margin-right: 1.5%;
		padding: 20px 15px;
	}

	.index_mod4_info {
		margin-left: 10px;
	}

	.index_mod5_con ul li {
		width: 18.8%;
		margin-right: 1.5%;
	}

	#tab3 li {
		width: 12.57%;
		margin-right: 2%;
		font-size: 16px;
	}

	.index_mod6_more {
		margin-top: 50px;
	}

	.index_mod7 ul li {
		margin-bottom: 20px;
	}

	.foot_mod1 dl {
		margin-right: 40px;
	}

	.foot_mod1 {
		width: 340px;
	}

	.foot_mod2 {
		width: 34%;
	}

	.special_left {
		margin-left: 0;
	}

	.special_right {
		margin-right: 0;
	}

	.prog_right {
		width: 45%;
	}

	.prog_right dl dt {
		font-size: 18px;
	}

	.prog_right dl dd {
		font-size: 16px;
		margin-top: 10px;
	}

	.gyj_col {
		font-size: 14px;
	}

	.special_left.shq {
		width: 55%;
	}

	.special_right.shq {
		width: 40%;
	}

	.gxrz_con_col1 .gxrz_left {
		width: 20%;
	}

	.gxrz_con_col1 .gxrz_right {
		width: 79%;
	}

	.gxrz_con_col2 .gxrz_left {
		width: 17%;
	}

	.gxrz_con_col2 .gxrz_cen {
		width: 8%;
	}

	.gxrz_con_col2 .gxrz_right {
		width: 75%;
	}

	.gxrz_border {
		left: 22.3%;
	}

	.gxrz_con_col2 .gxrz_cen i {
		float: none;
		display: block;
		margin: 0 auto;
		margin-top: 12px;
	}

	.about_mod1 .about_us_left {
		width: 40%;
	}

	.about_mod1 .about_us_right {
		width: 55%;
	}

	.my-pagination ul li p {
		font-size: 24px;
	}

	.about_mod2 .swiper-button-prev {
		left: 10%;
	}

	.about_mod2 .swiper-button-next {
		right: 10%;
	}

	.about_mod4_con ul {
		width: 100%;
	}

	.hznl_mod1_con ul li {
		margin-bottom: 20px;
	}

	.tkcms_mod1_left {
		width: 45%;
	}

	.tkcms_mod1_right {
		width: 45%;
	}

	.tkcms_mod1_right img {
		max-width: 100%;
		float: right;
	}

	.tkcms_mod2_left {
		width: 33%;
	}

	.tkcms_mod2_right {
		width: 65%;
	}

	.tkcms_mod3_con #tkcms_tab3 li {
		width: 20%;
		margin: 0 1%;
		font-size: 16px;
	}

	.tkzy_mod2_left {
		width: 20%;
	}

	.tkzy_mod2_right {
		width: 78%;
	}

	.tkzy_mod2_con2 img {
		width: 100%;
	}

	.news_left {
		width: 75%;
	}

	.news_right {
		width: 23%;
	}

	.news_tab a {
		font-size: 18px;
	}

	.sy_mod1_con3 ul li:nth-child(4n) {
		margin-right: 20px;
	}

	.sy_mod4_con2_left {
		width: 25%;
	}

	.sy_mod4_con2_right {
		width: 73%;
	}

	.sy_mod4_con2_right img {
		max-width: 100%;
		float: right;
	}

	.sy_mod7_con ul li {
		width: 49%;
		float: left;
		margin-right: 2%;
		padding: 2%;
		margin-bottom: 2%;
	}

	.sy_mod7_con .sy_mod7_info {
		width: 75%;
	}

	.sy_mod8_con1 ul {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01aoNC7r28JkHduEA8a_!!688637912.png) no-repeat center center;
		background-size: 60%;
	}

	.sy_mod10_con ul li {
		width: 24.25%;
		margin-right: 1%;
	}

	.tkcms_img {
		height: auto;
		margin-top: 0;
	}

	.about_us_ban5 {
		width: 100%;
		padding: 0 4px;
		text-align: justify;
	}

	.sy_mod4 #mod4_tab {
		width: 100%;
	}
}

@media only screen and (max-width: 1100px) {
	.index_mod4_con li {
		width: 49.25%;
		margin-right: 1.5%;
	}

	.index_mod4_con li:nth-child(3n) {
		margin-right: 1.5%;
	}

	.index_mod4_con li:nth-child(2n) {
		margin-right: 0%;
	}

	.foot_mod1 {
		width: 100%;
		float: left;
	}

	.foot_mod2 {
		width: 100%;
		float: left;
		border: none;
		border-top: 1px solid #515151;
		border-bottom: 1px solid #515151;
		margin: 20px 0;
	}

	.foot_mod1 {
		margin-left: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.foot_mod1 dl {
		margin-right: 0;
	}

	.foot_mod3 {
		width: 100%;
		margin-right: 0;
	}

	.tkzy_mod3_left {
		width: 60%;
	}

	.tkzy_mod3_left img {
		width: 100%;
	}

	.tkzy_mod3_right {
		width: 30%;
		margin-top: 20px;
	}

	.tkzy_mod3_right p {
		font-size: 16px;
		margin: 8px 0;
	}

	.sy_mod8_con2 ul li {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 1060px) {
	.header {
		margin-top: 14px;
	}

	.nav {
		margin-left: 0;
		width: 100%;
	}

	.nav ul {
		width: 90%;
		margin: 0 auto;
	}

	.nav ul li {
		width: 100%;
		border-bottom: 1px solid #f1f1f1;
		line-height: 45px;
		margin-left: 0;
		padding: 0 10px;
	}

	.mobile_nav_right {
		display: block;
	}

	.header_r {
		display: none;
		position: fixed;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.header_right {
		width: 90%;
		margin-right: 5%;
		margin-top: 20px;
		display: none;
	}

	.banner.about_banner {
		margin-top: 90px;
	}

	.banner_left h1 {
		font-size: 30px;
	}

	.banner_left p {
		font-size: 16px;
		line-height: 30px;
	}

	.banner_right img {
		width: 300px;
		max-width: 100%;
	}

	.banner_left p span {
		margin-right: 25px;
	}

	.func_right {
		width: 100%;
		text-align: center;
	}

	.func_left {
		width: 100%;
	}

	.func_right img {
		margin-top: 10px;
		float: none;
	}

	.func_left ul li:nth-child(4n) {
		margin-right: 20px;
	}

	.index_mod4 {
		margin-top: 50px;
	}

	.index_mod5_con ul li {
		width: 49.25%;
	}

	.index_mod5_con ul li:nth-child(2n) {
		margin-right: 0;
		margin-bottom: 13px;
	}

	.index_mod5 {
		background-size: cover;
	}

	.index_mod5 {
		margin-top: 50px;
	}

	.nav ul li.active i {
		display: none;
	}

	.nav ul li a {
		color: #333333;
		font-size: 18px;
	}

	.nav ul li.active a {
		color: #4382F0;
	}

	.nav ul li dd a {
		color: #666666;
	}

	.nav ul li.active dd a {
		color: #666666;
	}

	.nav ul li.active dd a.active {
		color: #4382F0;
	}

	.nav ul li {
		line-height: 55px;
	}

	.header_right a {
		border: 1px solid #4382F0 !important;
		color: #4382F0 !important;
		margin-right: 10px;
	}

	.header_right a.admin_center {
		background: #4382F0 !important;
		color: #FFFFFF !important;
	}

	.nav {
		margin-top: 60px;
	}

	.logo img {
		height: 22px;
		float: left;
	}

	.header_r_con {
		position: absolute;
		left: 15%;
		top: 0;
		background: #FFFFFF;
		bottom: 0;
		overflow-y: auto;
		padding-bottom: 40px;
	}

	.mobile_nav_right.ac {
		position: fixed;
		right: 10px;
		top: 15px;
		z-index: 999;
	}

	.mobile_nav_right.ac span {
		background: #D8D8D8;
	}

	.gxrz_ban1 {
		font-size: 25px;
		line-height: 30px;
	}

	.gxrz_ban2 {
		font-size: 14px;
		margin-top: 10px;
	}

	.banner.fxrz_banner {
		margin-top: 130px;
		margin-bottom: 100px;
	}

	.header_bg {
		height: auto;
		background: none;
	}

	.about_us_ban1 {
		font-size: 30px;
	}

	.about_us_ban2 {
		font-size: 22px;
		margin-top: 15px;
	}

	.about_us_ban3 {
		font-size: 16px;
	}

	.about_us_ban4.bottom {
		display: none;
	}

	.about_zs ul {
		width: 98%;
	}

	.about_zs ul li {
		width: 31.33%;
		margin: 0 1%;
		float: left;
	}

	.about_zs ul li img {
		max-width: 100%;
		float: left;
	}

	.about_mod4_col4 p {
		min-height: 92px;
	}

	.hznl_mod4_con_form {
		width: 90%;
	}

	.hznl_mod4_col1 span {
		width: 48%;
	}

	.hznl_mod4_col3 button {
		width: 100%;
	}

	.hznl_mod4_col1 span input {
		font-size: 14px;
	}

	.hznl_mod4_col2 textarea {
		font-size: 14px;
	}

	.hznl_mod4_con_form {
		width: 100%;
	}

	.tkzy_mod2_left,
	.tkzy_mod2_right {
		width: 100%;
	}

	.tkzy_mod2_left ul li {
		width: 14.66%;
		margin: 0 1%;
		margin-bottom: 20px;
	}

	.tkzy_mod2_left ul li i {
		display: block;
		margin: 0 auto;
	}

	.tkzy_mod3_tab li {
		font-size: 16px;
		padding-bottom: 30px;
	}

	.tkzy_mod3_tab li i {
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
		background-size: 60%;
	}

	.tkzy_mod3_tab li .tkzy_mod3_icon2 {
		background-size: 70%;
	}

	.tkzy_mod3_tab li.active .tkzy_mod3_icon1 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pV2fqR28JkHgjimhR_!!688637912.png) no-repeat center center;
		background-size: 60%;
	}

	.tkzy_mod3_tab li.active .tkzy_mod3_icon2 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN015an0qD28JkHe1ApsQ_!!688637912.png) no-repeat center center;
		background-size: 70%;
	}

	.tkzy_mod3_tab li.active .tkzy_mod3_icon3 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01vL8AnD28JkHdOduQW_!!688637912.png) no-repeat center center;
		background-size: 60%;
	}

	.tkzy_mod3_tab li.active .tkzy_mod3_icon4 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01yPv2IF28JkHZxiBnZ_!!688637912.png) no-repeat center center;
		background-size: 60%;
	}

	.news_tab a {
		margin-right: 10px;
		font-size: 16px;
	}

	.news_top .nav ul li i {
		display: none;
	}

	.product_pc.show {
		display: none;
	}

	.add {
		display: block;
	}

	.product_pc {
		display: none;
	}

	.sy_mod7_con .sy_mod7_img img {
		width: 70%;
	}

	.sy_mod7_con .sy_mod7_img img.sy_mod7_img_4 {
		width: 60%;
	}

	.sy_mod9_con ul li {
		width: 50%;
	}

	.news_top {
		height: 50px;
	}

	.banner2_img {
		display: block;
		height: 50px;
		line-height: 50px;
	}

	.banner2_img img {
		height: 60%;
		vertical-align: middle;
	}

	.news_top .mobile_nav_right span {
		background: #666666;
	}

	.banner2_con2 ul li {
		display: block;
		text-align: center;
		height: auto;
		padding-bottom: 10px;
	}

	.sy_mod6_con2 {
		width: 100%;
	}

	.sy_m_nav {
		margin: 6px 0;
	}

}

@media only screen and (max-width: 800px) {
	#tab3 li span {
		display: none;
	}

	#tab3 li {
		width: 31.33%;
		margin-bottom: 10px;
		margin-right: 3%;
		font-size: 15px;
		padding: 10px 0;
	}

	#tab3 li:nth-child(3n) {
		margin-right: 0;
	}

	.index_mod6_con {
		margin-top: 40px;
	}

	.index_mod6_main {
		margin-top: 10px;
	}

	.index_mod6_main {
		padding: 10px;
	}

	.index_spec_img {
		display: none;
	}


	.gxrz_con1 {
		padding: 8% 3%;
	}

	.gxrz_con_col1 .gxrz_left {
		font-size: 14px;
	}

	.gxrz_con_col1 .gxrz_lab1 {
		font-size: 14px;
	}

	.gxrz_con_col2 .gxrz_left {
		font-size: 13px;
	}

	.gxrz_con_col2 .gxrz_right_col1 {
		font-size: 14px;
	}

	.gxrz_con_col2 .gxrz_right_col1 span {
		font-size: 12px;
		width: 80px;
		margin-left: 5px;
	}

	.about_mod1 {
		margin: 50px 0;
	}

	.about_mod1 .about_us_left {
		width: 100%;
	}

	.about_mod1 .about_us_right {
		width: 100%;
		margin-top: 30px;
	}

	.about_mod1 .about_us_p1 {
		font-size: 24px;
	}

	.about_mod1 .about_us_p2 {
		font-size: 16px;
	}

	.about_mod2 .swiper-button-prev {
		left: 0%;
		width: 35px;
		height: 35px;
	}

	.about_mod2 .swiper-button-next {
		right: 0%;
		width: 35px;
		height: 35px;
	}

	.about_mod2_con2 span {
		font-size: 40px;
	}

	.about_mod2_con2 p {
		font-size: 16px;
		width: 70%;
		margin-left: 15%;
	}

	.my-pagination ul li p {
		font-size: 16px;
	}

	.about_mod2 {
		padding: 50px 0;
	}

	.about_mod3 {
		padding: 50px 0;
	}

	.about_zs {
		margin-top: 40px;
	}

	.about_mod4 {
		padding: 50px 0;
	}

	.about_mod4_con {
		margin-top: 40px;
	}

	.about_mod4_con ul li {
		width: 50%;
		padding: 5% 3%;
	}

	.about_mod4_con ul li:hover {
		background: none;
	}

	.about_mod4_col3 {
		margin-top: 18px;
	}

	.about_mod4_col4 {
		margin-top: 25px;
	}

	.about_mod4_col2 {
		font-size: 12px;
	}

	.about_mod5_con2 {
		width: 100%;
		height: auto;
		padding: 5%;
		float: left;
	}

	.about_mod5_left {
		width: 42%;
		margin-left: 2.5%;
	}

	.about_mod5_left img {
		max-width: 100%;
	}

	.about_mod5_right {
		width: 48%;
		float: right;
		margin-right: 2%;
	}

	.about_mod5_left span {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.about_mod5_right p {
		font-size: 14px;
		margin-bottom: 7px;
		line-height: 22px;
	}

	.about_mod5 {
		padding: 50px 0;
		padding-bottom: 0px;
	}

	.about_mod5_con {
		margin-top: 40px;
	}

	.hznl_mod1 {
		padding: 50px 0;
	}

	.hznl_mod1_con {
		margin-top: 40px;
	}

	.hznl_mod1_con ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}

	.hznl_mod1_con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.hznl_mod1_col1 {
		padding: 8% 7%;
		height: auto;
		background-size: cover;
		float: left;
	}

	.hznl_mod1_con ul li dl {
		padding: 7%;
	}

	.hznl_mod1_con ul li:hover {
		transform: translateY(0px);
	}

	.hznl_mod2 {
		padding: 50px 0;
	}

	.hznl_mod2_con {
		margin-top: 40px;
	}

	.hznl_mod2_img {
		margin-left: 0;
		margin-right: 10px;
	}

	.hznl_mod2_img img {
		width: 40px;
	}

	.hznl_mod2_info p {
		margin-top: 10px;
	}

	.hznl_mod3 {
		padding: 50px 0;
	}

	.hznl_mod3_con {
		margin-top: 40px;
	}

	.hznl_mod3_con ul li {
		width: 50%;
	}

	.hznl_mod4 {
		padding: 50px 0;
	}

	.hznl_mod4_con {
		margin-top: 40px;
	}

	.tkcms_mod1 {
		padding: 50px 0;
	}

	.tkcms_mod1_left {
		width: 100%;
	}

	.tkcms_mod1_con {
		margin-top: 40px;
	}

	.tkcms_mod1_right {
		width: 100%;
		margin-top: 20px;
	}

	.tkcms_mod1_left li.active .tkcms_jt,
	.tkcms_mod1_left li:hover .tkcms_jt {
		display: none;
	}

	.tkcms_mod2_left {
		width: 100%;
	}

	.tkcms_mod2_right {
		width: 100%;
		margin-top: 20px;
	}

	.tkcms_mod2 {
		padding: 50px 0;
	}

	.tkcms_mod2_con {
		margin-top: 40px;
	}

	.tkcms_mod3 {
		padding: 50px 0;
		padding-bottom: 0;
	}

	.tkcms_mod3_con {
		margin-top: 40px;
	}

	.tkcms_cont3_con table .th1,
	.tkcms_cont3_con table .th2,
	.tkcms_cont3_con table .th3 {
		font-size: 14px;
	}

	.tkcms_mod3_con #tkcms_tab3 {
		display: flex;
	}

	.tkcms_mod3_con #tkcms_tab3 li {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin-right: 2%;
		margin-left: 0;
		flex: 1;
	}

	.tkcms_mod3_con #tkcms_tab3 li:last-child {
		margin-right: 0;
	}

	.tkcms_mod2_left ul {
		display: flex;
	}

	.tkcms_mod2_left ul li {
		flex: 1;
		margin-left: 0;
		margin-right: 2%;
		font-size: 15px;
		padding: 0;
		border-radius: 2px;
		text-align: center;
		min-height: auto;
		margin-bottom: 15px;
		background: #f6f6f6;
		line-height: 45px;
		float: none;
		display: inline-block;
	}

	.tkcms_mod2_left ul li:last-child {
		margin-right: 0;
	}

	.tkcms_mod2_left ul li p {
		display: none;
	}

	.tkcms_mod2_left ul li span i {
		display: none;
	}

	.tkcms_mod2_left ul li span {
		font-size: 14px;
	}

	.tkzy_mod2 {
		padding: 50px 0;
		margin-top: 50px;
	}

	.tkzy_mod2_con {
		margin-top: 40px;
	}

	.tkzy_mod3 {
		padding: 50px 0;
		padding-bottom: 0;
	}

	.tkzy_mod3_con {
		margin-top: 40px;
	}

	.tkzy_mod3_tab li {
		font-size: 14px;
		padding: 0 10px;
		padding-bottom: 15px;
	}

	.tkzy_mod3_left {
		width: 100%;
	}

	.tkzy_mod3_right {
		width: 100%;
		padding: 0 15px;
		display: none;
	}

	.tkzy_mod3_main {
		padding: 30px 0;
	}

	.tkzy_mod4 ul li span {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.tkzy_mod4 ul li p {
		font-size: 16px;
	}

	.news_tab a {
		padding: 15px 0;
		width: 25%;
		float: left;
		text-align: center;
		font-size: 14px;
		margin-right: 0;
	}

	.news_left {
		width: 100%;
		background: #FFFFFF;
	}

	.news_banner span {
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
	}

	.news_tab {
		padding: 0 10px;
	}

	.news_right {
		width: 100%;
		margin-top: 0;
		margin-bottom: 40px;
		display: none;
	}

	.news_img {
		width: 118px;
		height: 80px;
		margin-right: 10px;
	}

	.news_img img {
		width: 118px;
		height: 80px;
		float: left;
	}

	.news_info .news_tit {
		font-size: 16px;
		margin-top: -2px;
	}

	.news_list {
		padding: 0 10px;
	}

	.news_info .news_info2 {
		margin: 3px 0px;
	}

	.news_info .news_info3 span {
		margin-right: 20px;
	}
	.page a {
		font-size: 14px;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}

	.news_right_info {
		padding: 15px 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}

	.news_right_info2 {
		padding: 15px 10px;
	}

	.news_right_info3 {
		padding: 15px 10px;
		padding-bottom: 0px;
	}

	.news_list ul li {
		padding: 15px 0;
	}

	.news_list_col_tit {
		padding: 15px 10px;
		padding-bottom: 0;
	}

	.pb45 {
		padding-bottom: 0;
	}

	.news_detail_prev {
		width: 100%;
		margin-top: 10px;
	}

	.news_detail {
		padding: 15px 10px;
	}

	.news_list_col_tit {
		display: none;
	}

	.news_detail_tit {
		font-size: 18px;
		margin-top: 15px;
	}

	.news_detail_con p {
		margin-top: 10px;
	}

	.news_detail_txt {
		margin: 15px 0;
	}

	.sy_banner_con {
		margin-top: 50px;
		margin-bottom: 180px;
		text-align: center;
	}

	.banner2_con2 .content {
		width: 100%;
	}

	.banner2_info {
		width: 100%;
		float: left;
		margin-left: 0;
		padding: 0 px;
		text-align: center;
	}

	.banner2_info span {
		font-size: 14px;
		width: 100%;
		font-weight: normal;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.banner2_info p {
		width: 100%;
		float: left;
		margin-top: 10px;
		opacity: 0.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.sy_mod1 {
		padding: 50px 0;
	}


	.sy_mod_con #sy_tab {
		width: 65%;
		line-height: 35px;
	}

	.sy_mod_con #sy_tab li {
		font-size: 14px;
	}

	.sy_mod1_con3 ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 0 10px;
	}

	.sy_mod1_con3 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sy_mod2 {
		padding: 50px 0;
	}

	.sy_mod2_con ul li {
		width: 49%;
		float: left;
		margin-right: 2%;
		padding: 0 10px;
	}

	.sy_mod2_con ul li:nth-child(5n) {
		margin-right: 2%;
	}

	.sy_mod2_con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sy_mod2_con ul li p {
		min-height: 160px;
	}

	.sy_mod3 {
		padding: 50px 0;
	}

	.sy_mod3_con {
		margin-top: 40px;
	}

	.sy_mod4_con2_left {
		width: 100%;
	}

	.sy_mod4_con2_left ul li {
		width: 48.5%;
		float: left;
		margin-right: 3%;
		padding: 10px;
	}

	.sy_mod4_con2_left ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sy_mod4_con2_left p {
		font-size: 14px;
	}

	.sy_mod4_con2_right {
		width: 100%;
		margin-top: 20px;
	}

	.sy_mod4_con #mod4_tab li {
		font-size: 16px;
		height: 80px;
	}

	.sy_mod4_con_m {
		margin-top: 30px;
		width: 100%;
		float: left;
	}

	.sy_mod4_con #mod4_tab li img {
		display: none;
	}

	.sy_mod4_con #mod4_tab {
		margin-top: 40px;
	}

	.sy_mod4 #mod4_tab {
		display: none;
	}

	.sy_mod4_con2 {
		display: none;
	}

	.sy_mod4_con_pc {
		display: none;
	}

	.sy_mod4_con_m1 {
		width: 100%;
		float: left;
		padding: 50px 0;
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01tWsojb28JkHhOOpTA_!!688637912.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 80px;
	}

	.sy_mod4_con_m2 {
		width: 100%;
		float: left;
		padding: 50px 0;
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN010Coozb28JkHiUSu4t_!!688637912.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 80px
	}

	.sy_mod4_con_m3 {
		width: 100%;
		float: left;
		padding: 50px 0;
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01ECmN3V28JkHe1AUw1_!!688637912.jpg) no-repeat;
		background-size: cover;
		padding-bottom: 80px;
	}

	.sy_mod5 {
		padding: 50px 0;
	}

	.sy_mod5 .content {
		overflow: inherit;
	}

	.sy_mod5_con {
		margin-top: 40px;
		margin-bottom: -15px;
	}

	.sy_mod5_con ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}

	.sy_mod5_con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sy_mod5_con ul li:hover {
		box-shadow: none;
	}

	.sy_mod5_top {
		width: 100%;
		padding: 0 15px;
		padding-top: 40px;
	}

	.sy_mod5_info {
		padding: 10px 15px;
	}

	.sy_mod5_info {
		height: 170px;
	}

	.sy_mod6 .swiper-pagination-bullet {
		width: 30px;
		height: 3px;
	}

	.sy_mod6,
	.sy_mod7 {
		padding: 50px 0;
	}

	.sy_mod7_con ul li {
		display: block;
		height: auto;
	}

	.sy_mod7_con ul li:hover {
		transform: translateY(0);
	}

	.sy_mod7_con {
		margin-top: 40px;
	}

	.sy_mod7_con .sy_mod7_img {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}

	.sy_mod7_con .sy_mod7_img img {
		height: 50px;
		width: auto;
	}

	.sy_mod7_con .sy_mod7_img img.sy_mod7_img3 {
		height: 40px;
		margin: 5px 0;
	}

	.sy_mod7_con .sy_mod7_info {
		width: 100%;
		height: 150px;
		text-align: center;
	}

	.sy_mod7_con .sy_mod7_img img.sy_mod7_img_4 {
		width: auto;
	}

	.sy_mod8 {
		padding: 50px 0;
	}

	.sy_mod8_con {
		padding: 0;
		margin-top: 40px;
	}

	.sy_mod8_con1 ul li span {
		width: 60px;
		height: 60px;
		font-size: 18px;
		line-height: 60px;
	}

	.sy_mod8_con1 ul li span img {
		width: 12px;
		right: -11px;
		margin-top: -7px;
	}

	.sy_mod8_con2 ul li {
		padding: 0 10px;
	}

	.sy_mod9 {
		padding: 50px 0;
	}

	.sy_mod9_con {
		margin-top: 40px;
	}

	.sy_mod9_con ul li {
		padding: 15px 10px;
	}

	.sy_mod10_con ul li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
		height: 70px;
	}

	.sy_mod10_con ul li:nth-child(4n) {
		margin-right: 2%;
	}

	.sy_mod10_con ul li:nth-child(3n) {
		margin-right: 0;
	}

	.sy_mod10 {
		padding: 50px 0;
	}

	.sy_mod10_con {
		margin-top: 40px;
	}

	.hznl_mod3_col3 {
		margin-bottom: 0;
	}

	.news_detail_left {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.sy_ban_con2 {
		display: none;
	}

	.sy_ban_con2 span {
		float: none;
		display: inline-block;
		margin: 0 5px;
	}

	.sy_ban_con3 {
		display: block;
		width: 100%;
		float: left;
		margin-top: 45px;
	}

	.sy_ban_con3 a {
		font-size: 14px;
		color: #ffffff;
		border: 1px solid #FFFFFF;
		border-radius: 3px;
		padding: 5px 10px;
	}

	.banner2_info p {
		display: none;
	}

	.sy_mod1_info1_col2 span {
		margin-top: 20px;
		font-size: 16px;
	}

	.sy_mod1_info1_col2 p {
		margin-top: 15px;
	}

	.sy_mod1_info1_col1 {
		height: 80px;
	}

	.sy_mod1_info1_col1 img {
		height: 40px;
	}

	.sy_mod1_info3 {
		margin-top: 15px;
	}

	.sy_mod1_info5,
	.sy_mod1_info4 {
		margin: 20px 0;
	}

	.sy_mod1_pc {
		display: none;
	}

	.sy_mod1_m {
		display: block;
	}

	.sy_mod1_m .swiper3 {
		padding-bottom: 30px;
	}

	.sy_mod1_m .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

	.sy_mod1_m .swiper-pagination-bullet {
		width: 23px;
		height: 4px;
		border-radius: 100px;
	}

	.sy_mod1_m .swiper-pagination-bullet {
		background: #f1f1f1;
		opacity: 1;
	}

	.sy_mod1_m .swiper-pagination-bullet-active {
		background: #4382F0;
	}

	.sy_mod2_con_pc {
		display: none;
	}

	.sy_mod2_con_m {
		display: block;
	}

	.sy_mod2 .swiper4 {
		padding-bottom: 40px;
	}

	.sy_mod2 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

	.sy_mod2 .swiper-pagination-bullet {
		width: 23px;
		height: 4px;
		border-radius: 100px;
	}

	.sy_mod2 .swiper-pagination-bullet {
		background: #f1f1f1;
		opacity: 1;
	}

	.sy_mod2 .swiper-pagination-bullet-active {
		background: #4382F0;
	}

	.sy_mod4_con {
		display: none;
		padding: 50px 0;
	}

	.sy_mod4_m {
		display: block;
		margin-top: 7px;
		position: relative;
	}

	.sy_mod4_m {
		width: 100%;
		float: left;
	}

	.sy_mod4_m img {
		width: 100%;
	}

	.sy_mod4_m .swiper-slide span {
		width: 100%;
		color: #FFFFFF;
		float: left;
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}

	.sy_mod4_m .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 45px;
	}

	.sy_mod4_m .swiper-pagination-bullet {
		width: 23px;
		height: 4px;
		border-radius: 100px;
	}

	.sy_mod4_m .swiper-pagination-bullet {
		background: #f1f1f1;
		opacity: 1;
	}

	.sy_mod4_m .swiper-pagination-bullet-active {
		background: #4382F0;
	}

	.hznl_mod2_con ul li:hover {
		transform: translateY(0px);
	}

	.hznl_mod2_con ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
		padding: 20px 15px;
		min-height: 280px;
	}

	.hznl_mod2_con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.news_mod1 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 9px;
	}

	.news_detail_top {
		margin-bottom: 0;
	}

	.about_mod2_con2 {
		padding-top: 40px;
		padding-bottom: 50px;
	}

	.about_mod2_con {
		margin-top: 0;
	}

	.down.show .download_con {
		display: none;
	}

	.down:hover .buy_con {
		display: none;
	}
}

@media only screen and (max-width: 750px) {

	html,
	body {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.banner_left {
		width: 100%;
	}

	.banner.about_banner {
		margin: 80px 0 40px;
	}

	.banner_right {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 40px;
	}

	.hzdl_ban .banner_right {
		margin-top: 40px;
	}

	.tkzy_ban .banner_right {
		margin-top: 40px;
	}

	.tkcms_ban .banner_right {
		margin-top: 40px;
	}

	.index_mod1 {
		margin-top: 50px;
	}

	.title {
		font-size: 24px;
	}

	.text {
		font-size: 14px;
	}

	.func_left ul li {
		margin-right: 3.0vw;
		margin-bottom: 3.0vw;
		width: 29.3vw;
		height: 29.3vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.func_left ul li:nth-child(4n) {
		margin-right: 3.0vw;
	}

	.func_left ul li:nth-child(3n) {
		margin-right: 0;
	}

	.func_left ul li a {
		font-size: 15px;
	}

	.func_left ul li a span {
		height: 70px;
	}

	.func_con {
		margin-top: 40px;
	}

	#tab li {
		width: 32%;
		margin-right: 2%;
		line-height: 45px;
		height: 45px;
		margin-bottom: 10px;
		font-size: 15px;
	}

	#tab li:nth-child(3n) {
		margin-right: 0;
	}

	#tab li i {
		display: none;
	}

	.pro_con {
		margin: 20px 0;
		margin-bottom: 0px;
	}

	#tab {
		margin-top: 40px;
	}

	#tab2 li {
		float: left;
		background: #f6f6f6;
		margin-bottom: 10px;
		font-size: 15px;
		width: 31.33%;
		padding: 10px 0;
		margin-right: 3%;
	}

	#tab2 li:nth-child(3n) {
		margin-right: 0;
	}

	.special_con {
		padding: 40px 0;
		margin-top: 20px;
	}

	.special_left {
		width: 100%;
		margin-left: 0;
	}

	.special_left span {
		margin-top: 0px;
		font-size: 18px;
		width: 100%;
		float: left;
	}

	.special_left p {
		margin-top: 20px;
	}

	.special_right {
		width: 100%;
		margin-top: 25px;
		margin-right: 0;
	}

	.index_mod4_con li {
		width: 48.5%;
		margin-right: 3%;
		min-height: 175px;
		margin-bottom: 3%;
	}

	.index_mod4_con li:nth-child(11) {
		margin-bottom: 0px;
	}

	.index_mod4_con li:last-child {
		margin-bottom: 0px;
	}

	.index_mod4_con li:nth-child(3n) {
		margin-right: 3%;
	}

	.index_mod4_img img {
		width: 40px;
	}

	.index_mod4_con li:nth-child(2n) {
		margin-right: 0;
	}

	.index_mod4_con {
		margin-top: 40px;
		padding: 5px;
	}

	.index_mod5_con ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 13px;
	}

	.index_mod5_con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.index_mod5 {
		margin-top: 50px;
		padding: 50px 0;
	}

	.index_mod6_more a {
		width: 80%;
		font-size: 16px;
		line-height: 50px;
		height: 50px;
	}

	.index_mod7 {
		padding-top: 0px;
	}

	.index_mod7 ul li {
		width: 48.5%;
		margin-right: 0;
		margin-right: 3%;
		padding: 20px 12px;
		margin-bottom: 3%;
	}

	.index_mod7 ul li:nth-child(2n) {
		margin-right: 0;
	}

	.index_mod7 ul li:nth-child(3) {
		margin-bottom: 0;
	}

	.index_mod7 ul li:last-child {
		margin-bottom: 0;
	}

	.index_mod7 ul {
		padding: 7px 0;
	}

	.index_mod7_img {
		width: 40px;
		height: 40px;
	}

	.index_mod7_img img {
		height: 33px;
	}

	.index_mod7_info span {
		font-size: 16px;
	}

	.index_mod7_info {
		margin-left: 5px;
	}

	.special_left.cnxh span {
		margin-top: 0px;
	}

	.special_left.cnxh p {
		margin-top: 20px;
	}

	.prog_left {
		width: 100%;
	}

	.prog_right {
		width: 100%;
	}

	.special_left.cnxh {
		max-width: 100%;
	}

	.special_right.shq img {
		width: 100%;
	}

	.special_left.shq {
		width: 100%;
		max-width: 100%;
	}

	.special_right.shq {
		width: 100%;
	}

	.foot_col1 {
		display: none;
	}

	.foot_col2 {
		margin-bottom: 15px;
		line-height: 18px;
		margin-top: 10px;
	}

	.index_mod2,
	.index_mod3,
	.index_mod6,
	.index_mod7 {
		margin-top: 50px;
	}

	.foot_mod1 dl.foot_dl3 {
		width: 65px;
	}

	.special,
	.index_mod5_con {
		margin-top: 40px;
	}

	.text {
		margin-top: 5px;
	}

	#gxrz_tab {
		display: none;
	}

	#gxrz_tab2 {
		width: 94%;
		line-height: 45px;
		display: flex;
	}

	#gxrz_tab2 li {
		font-size: 14px;
	}

	.hznl_ban_left {
		margin-top: 20px;
	}

	.tkzy_mod2_left ul li i {
		display: none;
	}

	.tkzy_mod2_left ul li {
		width: 31.33%;
		margin: 0;
		margin-bottom: 10px;
		margin-right: 3%;
		font-size: 15px;
		padding: 10px 0;
		border-radius: 2px;
		min-height: 20px;
		line-height: 20px;
		text-align: center;
	}

	.tkzy_mod2_left ul li:nth-child(3n) {
		margin-right: 0;
	}

	.banner.fxrz_banner {
		margin-top: 110px;
		margin-bottom: 70px;
	}

	.float,
	.float2 {
		display: none;
	}

	.news_mod2 {
		margin-bottom: 20px;
		margin-top: 0;
	}

	.news_mod1 {
		padding: 0px;
		margin-top: 0;
	}

	.news_mod1 .swiper-pagination-bullet {
		width: 15px;
		height: 1px;
	}

	.news_mod1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin-right: 10px;
	}

	.page {
		display: none;
	}

	.news_tab a i {
		height: 2px;
	}

	.list_more {
		display: block;
		width: 100%;
		float: left;
		margin-top: 35px;
	}

	.list_more a {
		font-size: 14px;
		color: #999999;
		border: 1px solid #f7f7f7;
		border-radius: 2px;
		text-align: center;
		line-height: 35px;
		display: block;
		margin: 0 auto;
		width: 130px;
		background: #f7f7f7;
	}

	.list_ndate {
		display: block;
		width: 100%;
		float: left;
		text-align: center;
		line-height: 35px;
		color: #999999;
		font-size: 10px;
	}

	.fixed {
		position: fixed;
		top: 0;
		left: 0;
		height: 50px;
		background: #FFFFFF;
		z-index: 100;
		box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.2);
	}

	.foot_col3 {
		display: block;
		width: 100%;
		float: left;
		border-bottom: 1px solid #515151;
		padding: 30px 0;
		padding-bottom: 15px;
	}

	.foot_col3_left {
		width: 45%;
		float: left;
		font-size: 14px;
		color: #ffffff;
		margin-left: 2%;
		margin-top: -2px;
	}

	.foot_col3_left span {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		line-height: 20px;
	}

	.foot_col3_right {
		width: 40%;
		float: right;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
	}

	.foot_col3_right span {
		width: 100%;
		float: left;
		line-height: 20px;
	}

	.foot_col3_right img {
		width: 107px;
	}

	.m_return {
		display: block;
		position: fixed;
		right: 10px;
		bottom: 80px;
		z-index: 99;
	}

	.m_return a {
		display: none;
	}

	.m_return.show a {
		display: block;
	}

	.m_foot {
		display: block;
		position: fixed;
		left: 0;
		width: 100%;
		height: 50px;
		bottom: 0;
		box-shadow: 0px -1px 10px rgba(80, 80, 80, 0.2);
		background-color: #FFFFFF;
		z-index: 99;
	}

	.m_foot_col1 {
		width: 23%;
		float: left;
		font-size: 13px;
		color: #333333;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
		position: relative;
		padding-top: 3px;
	}

	.m_foot_col1 img {
		height: 18px;
		margin-bottom: 1px;
	}

	.m_foot_col1 span {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: -1px;
	}

	.m_foot_col1:first-child img {
		margin-bottom: 0;
	}

	.m_foot_col2 {
		width: 31%;
		float: left;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		color: #ffffff;
		background: #4382F0;
	}

	.foot {
		margin-bottom: 50px;
	}

	.header_bg.fixed .mobile_nav_right {
		margin: 4px 0;
	}

	.header_bg.fixed .mobile_nav_right span {
		background: #666;
	}

	.header.fixed {
		margin-top: 0;
		padding-top: 14px;
	}

	.header.fixed .mobile_nav_right {
		margin: 5px 0;
	}

	.header.fixed .mobile_nav_right span {
		background: #666;
	}

	.m_foot_border {
		position: absolute;
		right: 0;
		top: 7px;
		bottom: 7px;
		border-right: 1px solid #f7f7f7;
		display: block;
	}

	.banner2_img img {
		height: 50%;
		vertical-align: middle;
	}

	.sy_mod1_info5 a.sy_mod1_spjs {
		display: none;
	}

	.sy_mod1_con3 ul li:hover .sy_mod1_info5 a {
		background: none;
		color: #4382F0;
	}

	.sy_mod1_con3 ul li:hover {
		border: 1px solid #f1f1f1;
		box-shadow: none;
	}

	.sy_mod1_con3 ul li:hover .sy_mod1_info3 {
		height: auto;
	}

	.sy_mod1_con3 ul li:hover .sy_mod1_info1 {
		display: block;
	}

	.sy_mod1_con3 ul li:hover .sy_mod1_info2 {
		display: none;
	}

	.sy_mod1_con3 ul li:hover .sy_mod1_info4 a {
		background: none;
		color: #4382F0;
	}

	.sy_mod6_con .swiper-slide span {
		font-size: 14px;
	}

	.sy_mod6_con {
		margin-top: 30px;
	}

	.sy_mod6_con img {
		border-radius: 2px;
	}

	.sy_mod6_con .swiper2 {
		padding: 80px 0;
		padding-top: 50px;
	}

	.sy_mod9_con {
		display: none;
	}

	.sy_mod9_con_m {
		display: block;
		width: 100%;
		float: left;
		margin-top: 20px;
	}

	.sy_mod9_con_m .news_list {
		padding: 0;
	}

	.sy_mod9_con_m_more {
		width: 100%;
		float: left;
		text-align: center;
		margin-top: 20px;
	}

	.sy_mod9_con_m_more a {
		font-size: 14px;
		color: #999999;
		border: 1px solid #f7f7f7;
		border-radius: 2px;
		text-align: center;
		line-height: 35px;
		display: block;
		margin: 0 auto;
		width: 130px;
		background: #f7f7f7;
	}

	.tkcms_tab_img {
		display: none;
	}

	.tkcms_tab_info p {
		display: none;
	}

	.tkcms_mod1_left li {
		width: 31.33%;
		margin-bottom: 10px;
		margin-right: 3%;
		font-size: 15px;
		padding: 10px 0;
		border-radius: 2px;
		text-align: center;
		background: #f6f6f6;
	}

	.tkcms_tab_info {
		width: 100%;
		float: left;
		text-align: center;
	}

	.tkcms_tab_info span {
		font-size: 15px;
		width: 100%;
		float: left;
		text-align: center;
	}

	.tkcms_mod1_left li:nth-child(3n) {
		margin-right: 0;
	}

	.hznl_mod3 {
		display: none;
	}

	.hznl_mod3_m {
		width: 100%;
		float: left;
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Mcx6Bt28JkHduBLMt_!!688637912.jpg) no-repeat;
		background-size: cover;
		display: block;
		padding: 50px 0;
	}

	.hznl_mod3_m_con {
		width: 100%;
		float: left;
		margin-top: 30px;
		padding: 0 10%;
	}

	.hznl_mod3_m_con ul {
		width: 100%;
		float: left;
	}

	.hznl_mod3_m_con ul li {
		width: 100%;
		float: left;
		font-size: 16px;
		color: #FFFFFF;
		line-height: 60px;
	}

	.hznl_mod3_m_con ul li label {
		font-style: italic;
		width: 25%;
		float: left;
		font-size: 20px;
	}

	.hznl_mod3_m_con ul li span {
		width: 75%;
		float: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding: 0 5px;
	}

	.banner2 .swiper-pagination-bullet {
		width: 23px;
		height: 4px;
		background: #f1f1f1;
		opacity: 1;
		border-radius: 100px;
	}

	.banner2 .swiper-pagination-bullet-active {
		background: #4382F0;
	}

	.sy_mod2_con ul li:hover {
		background: #FFFFFF;
	}

	.sy_mod2_con ul li:hover h4 {
		color: #333333;
	}

	.sy_mod2_con ul li:hover span i {
		background: #4382F0;
	}

	.sy_mod2_con ul li:hover p {
		color: #999999;
	}

	.index_mod4_con li:hover {
		transform: translateY(0px);
	}

	.index_mod5_con ul li:hover img {
		transform: translateY(0px);
	}

	.sy_mod6_con .swiper-slide-active,
	.swiper-slide-duplicate-active {
		transform: scale(1.45) !important;
	}

	


	.hzdl_ban {
		margin-top: 80px;
	}

	.tkcms_ban {
		margin-top: 100px;
	}

	.tkzy_ban {
		margin-top: 100px;
	}

	.tkzy_mod2_right {
		margin-top: 10px;
	}

	.tkzy_mod3_main {
		padding-top: 20px;
	}

	.about_mod5_left span {
		margin-top: 2px;
		font-size: 14px;
	}

	.about_mod5_left img {
		width: 130px;
	}

	.index_mod4_pc {
		display: none;
	}

	.index_mod4_m {
		display: block;
		width: 100%;
		float: left;
	}

	.index_mod4_m .swiper4 {
		padding-bottom: 25px;
	}

	.index_mod4_m .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}

	.index_mod4_m .swiper-pagination-bullet {
		width: 23px;
		height: 4px;
		border-radius: 100px;
	}

	.index_mod4_m .swiper-pagination-bullet {
		background: #f1f1f1;
		opacity: 1;
	}

	.index_mod4_m .swiper-pagination-bullet-active {
		background: #4382F0;
	}

	.index_mod5_col1 {
		margin-top: 30px;
	}

	.index_mod5_col1 img {
		height: 40px;
	}

	.index_mod5_col2 {
		margin: 15px 0;
	}

	.index_mod5_col3 p {
		margin-bottom: 5px;
	}

	.index_mod5_col3 {
		margin-top: 15px;
	}

	.sy_mod2_con {
		margin-top: 20px;
	}

	.news_tab a:hover {
		color: #666666;
	}

	.news_list ul li a:hover .news_info .news_tit {
		color: #333333;
	}

	.news_tab a.active {
		font-weight: bold;
		color: #4382F0;
	}

	.pro_con img.pro_pc_img {
		display: none;
	}

	.pro_con img.pro_m_img {
		display: block;
	}

}

@media only screen and (max-width: 400px) {
	.index_mod4_con li {
		height: 200px;
	}

	.index_mod7 ul li {
		min-height: 145px;
	}

	.tkzy_mod3_tab li {
		min-height: 120px;
	}

	.sy_mod5_info {
		height: 200px;
		padding: 10px;
	}

	.tkcms_mod3_con #tkcms_tab3 li {
		margin: 0 0.4%;
	}

	.hznl_mod1_con ul li {
		min-height: 368px;
	}
}

/*******************************************       添加样式     ********************************************************/
/* 顶部导航 */
.fixed_top {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 100;
	width: 100%;
	background-color: transparent;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.fixed_top .content {
	overflow: visible;
}

.news_top {
	position: fixed;
	top: 0;
	left: 0;
	height: 80px;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(80, 80, 80, 0.08);
}

.news_top+.main {
	margin-top: 80px;
}


.fixed {
	background: transparent;
}

.banner {
	margin: 0;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .banner_bg_big {
	display: block;
}

.banner .banner_bg_sm {
	display: none;
}

.sy_banner1 img {
	display: block;
	width: 100%;
}

.sy_banner1 .sy_banner1_img_bg {
	display: block;
}

.sy_banner1 .sy_banner1_img_sm {
	display: none;
}

/* 白色导航 */
.nav-white {
	background-color: #fff;
	border-bottom: 1px solid rgba(80, 80, 80, 0.08);
}

.nav-white .nav ul li a {
	color: #666666;
}

.nav-white .nav ul li i {
	border-bottom: 1px solid #4382F0;
}

.nav-white .nav ul li.active a,
.news_top .nav ul li.active a,
.nav-white .nav ul li:hover a,
.news_top .nav ul li:hover a {
	color: #4382F0;
}

.nav-white .nav ul li a {
	color: #333333;
}
.nav-white .header_right .admin_center2,
.nav-white .header_right a {
	color: #4382F0;
	border: 1px solid #4382F0;
}
.nav-white .header_right .admin_center2 .admin-center-box ul li a{
	border:0px;
	color: #666;
}
.nav-white .header_right .admin_center2 .admin-center-box ul li a:hover{
	background-color:#fff;
}
.nav-white .header_right a:hover {
	background: #4382F0;
	color: #FFFFFF;
}

.nav-white .header_right a.admin_center1 {
	background: #4382F0;
	color: #FFFFFF;
}

.nav-white .header_right a.admin_center1:hover {
	background: #11bd53;
	border: 1px solid #11bd53;
}

.nav-white .mobile_nav_right span {
	background: #4382F0;
}



/* 轮播图下 小列表 */
.banner2_con2-my {
	width: 1200px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 50%);
	z-index: 99;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0px 15px rgba(0, 0, 0, .1);
}

.banner2_con2-my ul {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.banner2_con2-my ul li {
	cursor: pointer;
	height: 52px;
	width: 158px;
}

.banner2_con2-my ul li img {
	height: 100%;
	width: 100%;
}



/* 小程序 */
.func_left.xcx-left ul li a span.func_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01N4mBkX28JkHVFirl7_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01bNveIt28JkHgjbjsz_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN015gMRg728JkHi9Uydm_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01zZUrsI28JkHgjc8pk_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Okf0RF28JkHbNud2m_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN010Y1CGY28JkHi9ViN9_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01J5JJZ528JkHduDQMs_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01E2lDDf28JkHiUURb9_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01YbZeOS28JkHhONtCB_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01NQEgC628JkHbNvyCs_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01zM1c2b28JkHZxkGwp_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li a span.func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN013z4t4m28JkHbNtQEw_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01iGG8t728JkHaxHrIc_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pjM77B28JkHe18orK_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01524YBv28JkHVFhzlr_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01MGYIBf28JkHdOu66g_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01toYWCc28JkHgjdokR_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01m7KYob28JkHe16k2r_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0134NXwz28JkHfctFMC_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon8 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01fWAj8X28JkHe17Pct_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon9 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01sYgbSR28JkHaxJXFB_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon10 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xvOpKU28JkHVFi3u5_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon11 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01orb6ZC28JkHVFjGiu_!!688637912.png) no-repeat center center;
}

.func_left.xcx-left ul li.active a span.func_icon12 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01qMDOW228JkHdOZ8yj_!!688637912.png) no-repeat center center;
}

/* 取消 移动端 hover */
@media screen and (min-width: 750px) {
	#tab li:hover {
		color: #FFFFFF;
		background: #4382F0;
	}

	#tab2 li:hover {
		color: #FFFFFF;
		background: #4382F0;
	}

	#tab3 li:hover {
		background: #4382F0;
		color: #ffffff;
	}

	.func_left ul li:hover {
		background: #4382F0;
	}

	.func_left ul li:hover a {
		color: #ffffff;
	}

	.func_left.xcx-left ul li:hover a span.func_icon1 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01iGG8t728JkHaxHrIc_!!688637912.png) no-repeat center center;
	}

	.func_left.xcx-left ul li:hover a span.func_icon2 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pjM77B28JkHe18orK_!!688637912.png) no-repeat center center;
	}

	.func_left.xcx-left ul li:hover a span.func_icon3 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01524YBv28JkHVFhzlr_!!688637912.png) no-repeat center center;
	}

	.func_left.xcx-left ul li:hover a span.func_icon4 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01MGYIBf28JkHdOu66g_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon5 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01toYWCc28JkHgjdokR_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon6 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01m7KYob28JkHe16k2r_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon7 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0134NXwz28JkHfctFMC_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon8 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01fWAj8X28JkHe17Pct_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon9 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01sYgbSR28JkHaxJXFB_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon10 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01xvOpKU28JkHVFi3u5_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon11 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01orb6ZC28JkHVFjGiu_!!688637912.png) no-repeat center center;
	}


	.func_left.xcx-left ul li:hover a span.func_icon12 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01qMDOW228JkHdOZ8yj_!!688637912.png) no-repeat center center;
	}


	.func_left ul li:hover a span.func_icon1 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0197fQvH28JkHaxHehm_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon2 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01d3Lclk28JkHiUQt8b_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon3 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN0183U4Ps28JkHf4KaBT_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon4 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01waKEa228JkHgjajRa_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon5 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN018WfprZ28JkHZxif1H_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon6 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN016W0feV28JkHdOa0sn_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon7 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01QCpqNv28JkHhOMXv9_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon8 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN017xjKcL28JkHe15X6j_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon9 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01cqrIu528JkHf4JucC_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon10 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Val5ID28JkHfcqd91_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon11 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01or0VzO28JkHe16Kyy_!!688637912.png) no-repeat center center;
	}

	.func_left ul li:hover a span.func_icon12 {
		background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN014TOVR028JkHf4Ln3q_!!688637912.png) no-repeat center center;
	}


}

#tab3.xcx_tb3 li span.index_mod6_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Uf6f4H28JkHgjcoL0_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN014SJxIo28JkHhOP1mY_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01CPCYJu28JkHhOOMDn_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01iqRlx328JkHiURlE1_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01Axrkap28JkHdOYTMP_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01AYfTXl28JkHduC59i_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li span.index_mod6_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN019rzWtQ28JkHfcrlvf_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon1,
#tab3.xcx_tb3 li:hover span.index_mod6_icon1 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01sDPQOR28JkHduBc3z_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon2,
#tab3.xcx_tb3 li:hover span.index_mod6_icon2 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01qfyuIR28JkHdOuIW4_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon3,
#tab3.xcx_tb3 li:hover span.index_mod6_icon3 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01wgPzdS28JkHgjdHRU_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon4,
#tab3.xcx_tb3 li:hover span.index_mod6_icon4 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN017bpWZ628JkHdOZ8u2_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon5,
#tab3.xcx_tb3 li:hover span.index_mod6_icon5 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01T65snR28JkHdOth5x_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon6,
#tab3.xcx_tb3 li:hover span.index_mod6_icon6 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01AGrCwP28JkHdObQIC_!!688637912.png) no-repeat center center;
}

#tab3.xcx_tb3 li.active span.index_mod6_icon7,
#tab3.xcx_tb3 li:hover span.index_mod6_icon7 {
	background: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01TQYHNP28JkHgjcwfd_!!688637912.png) no-repeat center center;
}


@media only screen and (max-width: 1220px) {

	/* 隐藏首页 小列表 */
	.banner2_con2-my {
		display: none;
	}

	/* 调整轮播小点位置 */
	.banner2 .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 14px;
	}
}


@media only screen and (max-width: 1060px) {

	/* 调整顶部高度 */
	.fixed_top {
		height: 50px;
	}

	.news_top {
		height: 50px;
	}

	.news_top+.main {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 800px) {

	/* 更换banner 大图 */
	.banner .banner_bg_big {
		display: none;
	}

	.banner .banner_bg_sm {
		display: block;
	}

	.sy_banner1 .sy_banner1_img_bg {
		display: none;
	}

	.sy_banner1 .sy_banner1_img_sm {
		display: block;
	}
}

@media only screen and (max-width: 750px) {

	/* 手机端打开导航样式  */
	.header_bg.fixed .mobile_nav_right span,
	.header.fixed .mobile_nav_right span {
		background-color: #fff;
	}
}

.cms-mod1 {
  height: 855px;
  box-sizing: border-box;
  padding-top: 130px;
  background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01swcSkv28JkHxZll2N_!!688637912.png),url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01pwH12928JkHsxrEKw_!!688637912.png);
  background-size: auto 440px,1920px auto;
  background-repeat: no-repeat,no-repeat;
  background-position: center bottom,top center;
}
.cms-mod1 .cms-title {
  color: #fff;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.cms-mod1 .cms-text {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.cms-mod1 .zx-btn {
  width: 170px;
  height: 54px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 20px;
  color: #FF443E;
  text-align: center;
  line-height: 54px;
  margin: 40px auto 0;
  position: relative;
}
.cms-mod1 .zx-btn:hover{
	opacity: .8;

}
.cms-mod1 .zx-btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cms-mod1 .preview-btn {
  height: 45px;
  width: 100%;
  margin-top: 40px;
}
.cms-mod1 .preview-btn .pre-pc {
  float: left;
  box-sizing: border-box;
  width: 50%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 37px;
}
.cms-mod1 .preview-btn .pre-pc img {
  flex: 0 0 auto;
  height: 33px;
  width: auto;
}
.cms-mod1 .preview-btn .pre-pc .pc-text {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 54px;
  box-sizing: border-box;
  padding: 5px 0;
}
.cms-mod1 .preview-btn .pre-pc .pc-text p {
  color: #fff;
  font-size: 16px;
}
.cms-mod1 .preview-btn .pre-pc .pc-text div {
  color: #FFE659;
  font-size: 14px;
  cursor: pointer;
}
.cms-mod1 .preview-btn .pre-pc .pc-text div img {
  width: 12px;
  height: auto;
  vertical-align: middle;
}
.cms-mod1 .preview-btn .pre-ph {
  float: left;
  padding-left: 37px;
  box-sizing: border-box;
  width: 50%;
  height: 45px;
}
.cms-mod1 .preview-btn .pre-ph .ph-box {
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 45px;
}
.cms-mod1 .preview-btn .pre-ph .ph-box:hover .ewm-img {
  transform: translateY(-50%) scale(1) !important;
}
.cms-mod1 .preview-btn .pre-ph img {
  width: 34px;
  height: 34px;
}
.cms-mod1 .preview-btn .pre-ph .ph-text {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 54px;
  box-sizing: border-box;
  padding: 5px 0;
}
.cms-mod1 .preview-btn .pre-ph .ph-text p {
  color: #fff;
  font-size: 16px;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div {
  color: #FFE659;
  font-size: 14px;
  position: relative;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div img {
  width: 12px;
  height: auto;
  vertical-align: middle;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div .ewm-img {
  width: 160px;
  position: absolute;
  left: calc(100% + 50px);
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s;
  padding-bottom: 15px;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div .ewm-img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-right: 14px solid #fff;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div .ewm-img img {
  width: 140px;
  height: auto;
  margin: 0 auto 0;
  display: block;
}
.cms-mod1 .preview-btn .pre-ph .ph-text div .ewm-img p {
  color: #666;
  font-size: 1px;
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

.fixed-right1 {
  position: fixed;
  top: 400px;
  right: 20px;
  width: 64px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.2);
  border-radius: 4px;
  z-index: 99999;
}
.fixed-right1 li {
  height: 64px;
  width: 64px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fixed-right1 li:hover {
  background-color: #4382F0;
}
.fixed-right1 li:hover .pop-box,
.fixed-right1 li:hover .right-text {
  display: block;
}
.fixed-right1 li:hover .icon {
  display: none;
}
.fixed-right1 li .icon {
  width: 24px;
  height: auto;
}
.fixed-right1 li .right-text {
  user-select: none;
  display: none;
  color: #fff;
  font-size: 16px;
}
.fixed-right1 li .pop-box {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  transform: translateX(-100%);
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(80, 80, 80, 0.2);
  border-radius: 4px;
  z-index: 999;
}
.fixed-right1 li .pop-box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  width: 10px;
  background-color: transparent;
}
.fixed-right1 li:nth-child(1) .pop-box {
  width: 340px;
  height: 206px;
  box-sizing: border-box;
  padding: 0 32px;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-top {
  height: 84px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-top .q-left img {
  width: 31px;
  height: 38px;
  margin-right: 16px;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-top .q-right p:nth-child(1) {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-top .q-right p:nth-child(2) {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-bom p {
  color: #666;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 15px;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-bom .talk-list {
  line-height: 19px;
  margin-bottom: 11px;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-bom .talk-list img {
  height: 19px;
  width: auto;
  vertical-align: middle;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-bom .talk-list span {
  font-size: 14px;
  color: #333;
}
.fixed-right1 li:nth-child(1) .pop-box .q-pop-bom .talk-list span span {
  font-weight: 700;
}
.fixed-right1 li:nth-child(2) .pop-box {
  width: 340px;
  height: 100px;
  box-sizing: border-box;
  padding: 20px 0 0 32px;
}
.fixed-right1 li:nth-child(2) .pop-box .box-item {
  overflow: hidden;
  height: 26px;
  margin-bottom: 10px;
}
.fixed-right1 li:nth-child(2) .pop-box .box-item div {
  width: 45px;
  height: 26px;
  float: left;
}
.fixed-right1 li:nth-child(2) .pop-box .box-item div img {
  height: 26px;
  width: auto;
  vertical-align: middle;
}
.fixed-right1 li:nth-child(2) .pop-box .box-item p {
  float: left;
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.fixed-right1 li:nth-child(2) .pop-box .box-item p span {
  font-weight: 700;
}
.fixed-right1 li:nth-child(3) .pop-box {
  width: 124px;
  height: 170px;
}
.fixed-right1 li:nth-child(3) .pop-box .img-wrap img {
  width: 124px;
  box-sizing: border-box;
  padding: 10px;
}
.fixed-right1 li:nth-child(3) .pop-box .img-wrap img {
   width: 100%;
  height: auto;
}
.fixed-right1 li:nth-child(3) .pop-box .p-title {
  text-align: center;
  line-height: 1.2;
  color: #333;
  font-size: 14px;
}
.fixed-right1 li:nth-child(3) .pop-box .wx-num {
  text-align: center;
  line-height: 1.2;
  color: #4382F0;
  font-size: 12px;
}
.fixed-right2 {
  position: fixed;
  top: 400px;
  right: 20px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.fixed-right2 .list-item {
  cursor: pointer;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border: 1px solid #4382F0;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  transition: all 0.4s;
}
.fixed-right2 .list-item:not(:last-child) {
  margin-bottom: 10px;
}
.fixed-right2 .list-item .item-style1 {
  width: 100%;
  height: 70px;
  font-size: 12px;
  color: #4382F0;
  text-align: center;
  position: relative;
}
.fixed-right2 .list-item .item-style1 .icon-wrap {
  padding-top: 12px;
}
.fixed-right2 .list-item .item-style1 .icon-wrap img {
  display: block;
  width: 22px;
  height: auto;
  margin: 0 auto;
}
.fixed-right2 .list-item .item-style1 .right-text {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  line-height: 1;
}
.fixed-right2 .list-item:hover .item-style2 {
  display: block;
}
.fixed-right2 .list-item .item-style2 {
  display: none;
  position: absolute;
  top: -1px;
  right: 0;
  height: 70px;
  background-color: #4382F0;
  border-radius: 4px;
}
.fixed-right2 .list-item .item-style2 .item-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4382F0;
}
.fixed-right2 .list-item .item-style2 .item-right img {
  width: 35px;
  height: 41px;
}
.fixed-right2 .list-item:nth-child(1) {
  overflow: hidden;
}
.fixed-right2 .list-item:nth-child(1):hover {
  width: 274px;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 {
  width: 100%;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 .item-left {
  padding: 15px;
  height: 70px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 .item-left p {
  white-space: nowrap;
  display: flex;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 .item-left p:nth-child(1) {
  font-size: 12px;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 .item-left p:nth-child(2) {
  font-size: 14px;
}
.fixed-right2 .list-item:nth-child(1) .item-style2 .item-left p :nth-child(1) {
  flex: 0 0 70px;
}
.fixed-right2 .list-item:nth-child(2) {
  overflow: hidden;
}
.fixed-right2 .list-item:nth-child(2):hover {
  width: 236px;
}
.fixed-right2 .list-item:nth-child(2) .item-style2 {
  width: 100%;
}
.fixed-right2 .list-item:nth-child(2) .item-style2 .item-left {
  padding: 13px;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  height: 70px;
  box-sizing: border-box;
}
.fixed-right2 .list-item:nth-child(2) .item-style2 .item-left p:nth-child(1) {
  font-size: 12px;
}
.fixed-right2 .list-item:nth-child(2) .item-style2 .item-left p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
}
.fixed-right2 .list-item:nth-child(3) .item-style1 img {
  width: 28px;
  height: 22px;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 {
  width: 70px;
  border-radius: 0 4px 0px 0;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left {
  width: 124px;
  height: 170px;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #4382F0;
  border-radius: 4px 0 4px 4px;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left .img-wrap {
  width: 100%;
  padding-top: 10px;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left .img-wrap img {
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left p {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  line-height: 1;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left p.wx-text {
  font-size: 14px;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-left p.wx-num {
  font-size: 12px;
}
.fixed-right2 .list-item:nth-child(3) .item-style2 .item-right img {
  width: 40px;
  height: 32px;
}
.fixed-right3 {
  position: fixed;
  top: 200px;
  right: 20px;
  z-index: 999999;
  width: 169px;
  height: 403px;
  background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01l6a0WU28JkHvoMM6H_!!688637912.png);
  background-size: 100% 100%;
  text-align: center;
  box-sizing: border-box;
  padding-top: 85px;
}
.fixed-right3 .list-btn {
  cursor: pointer;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border-radius: 15px;
  margin: 0 auto 14px;
  color: #4382F0;
  font-size: 16px;
  line-height: 30px;
}
.fixed-right3 .phone-num {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1;
}
.fixed-right3 .phone-num img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.fixed-right3 .ewm {
  width: 120px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.fixed-right3 .ewm .img-wrap{
  margin-bottom: 10px;
  display: block;
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}
.fixed-right3 .ewm img {
  width: 100px;
  height: auto;
}
.fixed-right3 .to-top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
  color: #4382F0;
  font-size: 14px;
}
.fixed-right3 .to-top img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.index_mod9 {
  float: left;
  width: 100%;
  height: 54px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.index_mod9 .btn-list {
  height: 54px;
  display: flex;
  justify-content: center;
}
.index_mod9 .btn-list li {
  position: relative;
  flex: 0 0 170px;
  height: 54px;
  margin: 0 15px;
}
.index_mod9 .btn-list li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 54px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
}
.index_mod9 .btn-list li:nth-child(1) a {
  background: linear-gradient(to left, #ffbc75 0%, #ff9600 100%);
  box-shadow: 0px 3px 8px 0px rgba(235, 150, 32, 0.71);
}
.index_mod9 .btn-list li:nth-child(2) a {
  background: linear-gradient(to right, #4382F0 0%, #67e095 99%);
  box-shadow: 0px 3px 8px 0px rgba(62, 204, 116, 0.71);
}
.admin_center2:hover .admin-center-box {
  display: block;
  animation: slidedown 0.3s forwards;
}
.admin-center-box {
  display: none;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.admin-center-box::after {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background-color: transparent;
}
.admin-center-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom: 10px solid #fff;
}
.admin-center-box ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.admin-center-box ul li {
  cursor: pointer;
  color: #666;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  box-sizing: border-box;
}
.admin-center-box ul li a{
    color: #666;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    border: 0px;
    margin: 0 auto;
}
.admin-center-box ul li:hover {
  color: #4382F0;
}
.admin-center-box ul li:not(:first-child) {
  border-top: 1px solid #f1f1f1;
}
@keyframes slidedown {
  0% {
    display: block;
    height: 0;
  }
  100% {
    height: 64px;
  }
}
.popbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
}
.popbox .pop-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN011j5Pix28JkHxGc54W_!!688637912.png);
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.popbox .pop-content .pop-title {
  text-align: center;
  font-size: 26px;
  color: #333;
}
.popbox .pop-content .pop-text {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}
.popbox .pop-content .pop-info {
  margin-top: 40px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.popbox .pop-content .pop-info .info-title {
  color: #333;
}
.popbox .pop-content .btn-list {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.popbox .pop-content .btn-list .btn1 {
  cursor: pointer;
  width: 166px;
  height: 44px;
  border: 1px solid #4382F0;
  border-radius: 22px;
  color: #4382F0;
  line-height: 40px;
  text-align: center;
}
.popbox .pop-content .btn-list .btn2 {
  cursor: pointer;
  width: 166px;
  height: 44px;
  background: linear-gradient(0deg, #4382F0 0%, #4fe087 99%);
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

/*演示*/
.ys-mod1 {
  width: 100%;
  height: 840px;
  color: #333;
  background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01GKfTvm28JkHxGdkzN_!!688637912.png), url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01o7Ecab28JkHvp3K0j_!!688637912.png);
  background-size: auto 504px, 1920px auto;
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, center -5px;
  box-sizing: border-box;
  padding-top: 160px;
}
.ys-mod1 .ys-title {
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.ys-mod1 .ys-text {
  margin-top: 30px;
  line-height: 1;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.ys-mod2 {
  padding-top: 65px;
  color: #333;
}
.ys-mod2 .ys-title {
  font-size: 34px;
  color: #333;
  text-align: center;
  line-height: 1;
}
.ys-mod2 .ys-con {
  margin-top: 50px;
  background-image: linear-gradient(to right, #F1F1F1 0, #F1F1F1 100%);
  background-size: 1200px 1px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.ys-mod2 .ys-con .con-item {
  overflow: hidden;
  margin: 0 auto;
  width: 1200px;
}
.ys-mod2 .ys-con .con-item .con-title {
  font-size: 34px;
  color: #333;
}
.ys-mod2 .ys-con .con-item .con-text {
  color: #999;
  font-size: 20px;
  margin-top: 20px;
}
.ys-mod2 .ys-con .con-item .con-btn {
  cursor: pointer;
  margin-top: 30px;
  width: 170px;
  height: 50px;
  background: #4382F0;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ys-mod2 .ys-con .con-item .con-btn img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.ys-mod2 .ys-con .con-item .con-left {
  float: left;
  width: 740px;
  box-sizing: border-box;
}
.ys-mod2 .ys-con .con-item .con-left .con-btn img {
  margin-right: 10px;
}
.ys-mod2 .ys-con .con-item .con-right {
  float: left;
  width: 460px;
  box-sizing: border-box;
}
.ys-mod2 .ys-con .con-item.con1 {
  height: 370px;
}
.ys-mod2 .ys-con .con-item.con1 .con-left img {
  height: 370px;
  width: auto;
  display: block;
}
.ys-mod2 .ys-con .con-item.con1 .con-right {
  display: flex;
  padding-left: 10px;
  height: 370px;
  flex-direction: column;
  justify-content: center;
}
.ys-mod2 .ys-con .con-item.con2 {
  height: 680px;
}
.ys-mod2 .ys-con .con-item.con2 .con-left {
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 50px;
}
.ys-mod2 .ys-con .con-item.con2 .con-left .con-text {
  width: 450px;
}
.ys-mod2 .ys-con .con-item.con2 .con-right {
  height: 590px;
  margin-top: 90px;
}
.ys-mod2 .ys-con .con-item.con2 .con-right img {
  width: 440px;
  height: 500px;
}
.ys-mod2 .ys-con .con3 {
  height: 640px;
  background-color: #FAFAFA;
}
.ys-mod2 .ys-con .con3 .con-left {
  padding-top: 70px;
}
.ys-mod2 .ys-con .con3 .con-left img {
  margin-left: 30px;
  width: 440px;
  height: auto;
}
.ys-mod2 .ys-con .con3 .con-right {
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 10px;
}
.ys-mod2 .ys-con .con3 .con-right .inv-code {
  color: #FF9600;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 700;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list {
  margin-top: 15px;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li {
  float: left;
  margin-right: 30px;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li .ewm-img {
  width: 172px;
  height: 172px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(215, 215, 215, 0.71);
  box-sizing: border-box;
  padding: 10px;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li .ewm-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li .con-btn {
  margin-top: 20px;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li .con-btn img {
  margin-right: 10px;
}
.ys-mod2 .ys-con .con3 .con-right .ewm-list li:nth-child(2) .con-btn {
  background-color: #FF9600;
}
.ys-mod2 .ys-con .con4 {
  height: 650px;
}
.ys-mod2 .ys-con .con4 .con-left {
  height: 650px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ys-mod2 .ys-con .con4 .con-left .con-text {
  width: 460px;
}
.ys-mod2 .ys-con .con4 .con-left .inv-code {
  margin-top: 15px;
  color: #FF9600;
  font-size: 20px;
  font-weight: 700;
}
.ys-mod2 .ys-con .con2 .con-left .ewm-img,
.ys-mod2 .ys-con .con4 .con-left .ewm-img {
  margin-top: 15px;
  width: 172px;
  height: 172px;
  background: #ffffff;
  box-shadow: 0px 3px 8px 0px rgba(215, 215, 215, 0.71);
  box-sizing: border-box;
  padding: 15px;
}
.ys-mod2 .ys-con .con2 .con-left .ewm-img img,
.ys-mod2 .ys-con .con4 .con-left .ewm-img img {
  width: 100%;
  height: 100%;
}
.ys-mod2 .ys-con .con4 .con-left .con-btn {
  margin-top: 20px;
}
.ys-mod2 .ys-con .con4 .con-left .con-btn img {
  width: 25px;
  margin-left: 0;
}
.ys-mod2 .ys-con .con4 .con-right img {
  width: 440px;
  height: auto;
  margin-top: 90px;
}
.ys-mod3 {
  height: 270px;
  color: #333;
  background-image: url(https://shengqianyungw.oss-cn-beijing.aliyuncs.com/img/O1CN01u1ON9s28JkHsNlEA8_!!688637912.png);
  background-size: 1920px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ys-mod3 .mod3-con {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ys-mod3 .mod3-con .img-wrap {
  width: 186px;
  height: 186px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
}
.ys-mod3 .mod3-con .img-wrap img {
  width: 100%;
  height: 100%;
}
.ys-mod3 .mod3-con .bot-text {
  color: #333;
  font-size: 22px;
  margin-left: 22px;
}
.ys-mod3 .mod3-con .bottom-btn {
  position: relative;
  width: 170px;
  height: 54px;
  margin: 0 15px;
}
.ys-mod3 .mod3-con .bottom-btn a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  line-height: 54px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
}
.ys-mod3 .mod3-con .bottom-btn.btn1 {
  margin-left: 140px;
}
.ys-mod3 .mod3-con .bottom-btn.btn1 a {
  background: linear-gradient(to left, #ffbc75 0%, #ff9600 100%);
  box-shadow: 0px 3px 8px 0px rgba(235, 150, 32, 0.71);
}
.ys-mod3 .mod3-con .bottom-btn.btn2 a {
  background: linear-gradient(to right, #4382F0 0%, #67e095 99%);
  box-shadow: 0px 3px 8px 0px rgba(62, 204, 116, 0.71);
}
.talk-icon-f {
	position: fixed;
	right: 25px;
	bottom: 35px;
	width: 65px;
	height: 65px;
	z-index: 99999999;
}

.talk-icon-f a {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
}

.talk-icon-f a img {
	display: block;
	width: 100%;
	height: 100%;
}


/*分页*/
.pagination_page{
	float: left;
	width: 100%;
	text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 35px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin:0 10px;
  line-height: 1.65;
  color: #999999;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  width:40px;
  height:40px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #4382F0;
  border-color: #4382F0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4382F0;
  border-color: #4382F0;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #f7f7f7;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}