body,html{
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 1.42857143;
	color: #393939;
	background: #fefefe;
}

table,tr,td{
	border: 1px solid #666;
}
.main img{
    max-width: 100%;
    height: auto !important;
}
.tag_main{
	display: block;
}
.tag_main h2{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    width: 60px;
    text-align: center;
    background: #3366ff;
    color: #fff;
    margin-bottom: 10px;
}
.tag_main ul li{
    float: left;
    width: auto !important;
    display: inline-block !important;
    margin: 0 18px 18px 0;
}
.tag_main ul li a{
	 padding: 0 11px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    display: block;
    color: #888;
    text-align: center;
    float: left;
}
a:hover,
a:foucu{
	text-decoration: none !important;
	color: #6871fc;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
	line-height: 1.75;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
}

a:link,
a:visited {
	color: #555;
	text-decoration: none;
}

@font-face {
	font-family: 'iconfont_footer';
	/* project id 325027 */
	src: url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.eot');
	src: url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.woff') format('woff'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.ttf') format('truetype'), url('//at.alicdn.com/t/font_cfzl3onswxdjwcdi.svg#iconfont') format('svg');
}

.iconfont_footer {
	font-family: iconfont_footer;
	font-style: normal;
}

.m_footer {
	display: none;
}

ul {
	padding: 0px;
	height: auto;
	margin-bottom: 0px;
}

ul li {
	list-style: none;
}

.clear {
	clear: both;
	display: block;
}

*{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
/**/


/*icon图标*/

@font-face {
  font-family: 'iconfont_bq';  /* project id 336425 */
  src: url('//at.alicdn.com/t/font_336425_lyb7c2wsf6979zfr.eot');
  src: url('//at.alicdn.com/t/font_336425_lyb7c2wsf6979zfr.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_336425_lyb7c2wsf6979zfr.woff') format('woff'),
  url('//at.alicdn.com/t/font_336425_lyb7c2wsf6979zfr.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_336425_lyb7c2wsf6979zfr.svg#iconfont') format('svg');
}


/*icon图标引用*/

.iconfont_bq {
	font-family: "iconfont_bq";
	font-style: normal;
}
@font-face {
  font-family: 'iconfont_dl';  /* project id 493882 */
  src: url('//at.alicdn.com/t/font_493882_6diawaeyxpdmfgvi.eot');
  src: url('//at.alicdn.com/t/font_493882_6diawaeyxpdmfgvi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_493882_6diawaeyxpdmfgvi.woff') format('woff'),
  url('//at.alicdn.com/t/font_493882_6diawaeyxpdmfgvi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_493882_6diawaeyxpdmfgvi.svg#iconfont') format('svg');
}
.iconfont_dl {
	font-family: "iconfont_dl";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
}
/*诚招代理开始*/
.dl_banner{
	display: block;
	overflow: hidden;
}
img{
    max-width: 100%;
	vertical-align: inherit;
}
.lanse{
    color: #6871fc !important
}
.lansebg{
    color: #ffffff !important;
    background: #3e7bfb !important
}
.dl_container{
	width: 1100px;
	margin: 0 auto;
}
.dl_se1{
	display: block;
	padding: 35px 0;
}
.dl_se1 ul li{
	display: block;
	width: 23.333%;
	float: left;
	overflow: hidden;
	min-height: 369px;
	background: #f4f4f4;
	text-align: center;
	margin: 0 5%;
}
.dl_se1 ul li h5{
	position: relative;
	font-size: 18px;
	color: #fff;
	padding: 20px 0 0 0;
	font-weight: bold;
	margin-bottom: 15px;
	z-index: 1;
}
.dl_se1 ul li h5::before{
	content: " ";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: .3s;
	height: 110px;
	z-index: -1;
	background: #999;
}
.dl_se1 ul li h5::after{
	content: " ";
	position: absolute;
	width: 100%;
	top: -110px;
	z-index: -1;
	left: 0;
	transition: .8s;
	height: 110px;
	background: #3366ff;
	
}
.dl_se1 ul li span{
	display: block;
	width: 108px;
	height: 108px;
    z-index: 1;
    position: relative;
	border-radius: 50%;
	transition: .8s;
	margin: 0 auto;
	text-align: center;
	background: url(../images/dl_se1_span_bg.png) no-repeat center;
}
.dl_se1 ul li span i{
    font-size: 36px;
    color: #999;
    line-height: 108px;
    transition: .8s;
}
.dl_se1 ul li p{
	font-size: 14px;
	color: #a1a1a1;
	padding: 20px 30px;
	text-align: left;
	line-height: 1.68;
}
.dl_se1 ul li.active h5::before{
	top: -110px;
}
.dl_se1 ul li.active h5::after{
	top: 0;
}
.dl_se1 ul li.active span{
	transform: rotateY(360deg);
}
.dl_se1 ul li.active span i{
	color: #3366ff;
}
.dl_se2{
	display: block;
	background: url(../images/dl_se2_bf.png) no-repeat center top;
	padding: 50px 0;
}
.dl_title{
	display: block;
	text-align: center;
	background: url(../images/dl_se2_title_bg.png) no-repeat center 25px;
	font-size: 32px;
	color: #3366ff;
	font-weight: bold;
	margin-bottom: 50px;
}
.dl_se2_main{text-align: center;}
.dl_se2_main p{
	display: block;
	font-size: 16px;
	color: #7f7f7f;
	line-height: 1;
	margin-bottom: 15px;
}
.dl_se2_main a{
	display: inline-block;
	margin-top: 30px;
	padding: 12px 30px;
	background: #3366ff;
	color: #fff;
	border: 1px solid #3366ff;
	transition: .8s;
	font-size: 16px;
}
.dl_se2_main a i{
	margin-right: 5px;
}
.dl_se2_main a:hover{
	color: #999;
	background: transparent;
	border: 1px solid #999;
}
.dl_se3{
	display: block;
	padding: 30px 0;
}
.dl_se3_main_l{
	width: 45%;
	float: left;
}
.dl_se3_main_r{
	width: 52%;
	float: right;
}
.dl_se3_main_r ul li{
	width: 32.33%;
	float: left;
	margin-bottom: 10px;
	padding: 13px 5px;
	transition: .5s;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 1px 1px 1px 1px #C0C0C0;
}
.dl_se3_main_r ul li::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: #3366ff;
	transition: .5s;
	z-index: -1;
}
.dl_se3_main_r ul li.active::before{
	top: 0;
}
.dl_se3_main_r ul li:nth-child(3n+2){
	margin: 0 1.5% 10px 1.5%;
}
.dl_se3_main_r ul li:nth-of-type(4),
.dl_se3_main_r ul li:nth-of-type(5),
.dl_se3_main_r ul li:nth-of-type(6){
	margin-bottom: 2px;
}
.dl_se3_main_r ul li.active{
	box-shadow: 0;
}
.dl_se3_main_r ul li.active span i,
.dl_se3_main_r ul li.active p{
	color: #fff;
}
.dl_se3_main_r ul li span{
	display: block;
	margin-bottom: 15px;
}
.dl_se3_main_r ul li span i{
	font-size: 30px;
	color: #7a7a7a;
	transition: .5s;
}
.dl_se3_main_r ul li p{
	font-size: 14px;
	transition: .5s;
	color: #a5a5a5;
}
.dl_se4{
	display: block;
	padding: 40px 0;
	background: url(../images/dl_se4_bg.png) repeat-y center top;
	text-align: center;
}
.dl_se4 h5{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.dl_se4 p{
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	
}
.dl_se5{
	display: block;
	padding: 50px 0;
}
.dl_se5 ul li{
	width: 19%;
	float: left;
	background: #f4f5f9;
	margin-right: 1.25%;
	text-align: center;
}
.dl_se5 ul li:nth-of-type(5){
	margin-right: 0;
}
.dl_se5 ul li h5{
	padding-top: 20px;
	position: relative;
    font-size: 16px;
    color: #fff;
    z-index: 1;
}
.dl_se5 ul li h5::before{
	content: " ";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	transition: .3s;
	height: 110px;
	z-index: -1;
	background: #999;
}
.dl_se5 ul li h5::after{
	content: " ";
	position: absolute;
	width: 100%;
	top: -110px;
	z-index: -1;
	left: 0;
	transition: .8s;
	height: 110px;
	background: #3366ff;
	
}
.dl_se5 ul li span{
	display: block;
	width: 108px;
	height: 108px;
    z-index: 1;
    position: relative;
    padding-top: 30px;
	border-radius: 50%;
	transition: .8s;
	margin: 0 auto;
    font-size: 18px;
    color: #999;
    margin-top: 18px;
    padding-top: 30px;
    font-weight: bold;
	text-align: center;
	background: url(../images/dl_se1_span_bg.png) no-repeat center;
}
.dl_se5 ul li .dl_se5_li{
	margin: 15px 0 30px 0;
}
.dl_se5 ul li .dl_se5_li p{
	
    margin-bottom: 8px;
    line-height: 1.46;
}
.dl_se5 ul li:hover h5::before{
	top: -110px;
}
.dl_se5 ul li:hover h5::after{
	top: 0;
}
.dl_se5 ul li:hover span{
	color: #3366ff;
}
.dl_se6{
	display: block;
	padding: 50px 0;
}
.dl_se6_main{
	display: block;
	background: url(../images/dl_se6_main_bg.png) no-repeat -65px center;
}
.dl_se6_main ul li{
	display: block;
	width: 16.667%;
	font-size: 16px;
	color: #4d4e4e;
	font-weight: bold;
	line-height: 30px;
	float: left;
	padding-right: 20px;
	text-align: center;
}
.dl_se6_main ul li i{
	font-size: 30px;
	line-height: 1;
	font-weight: normal;
	margin-right: 8px;
}
.dl_se6_main ul li:nth-of-type(1){
	padding: 0 0 60px 0;
}
.dl_se6_main ul li:nth-of-type(2){
	padding: 60px 0 0 0;
}
.dl_se6_main ul li:nth-of-type(3){
	padding: 0 0 60px 0;
}
.dl_se6_main ul li:nth-of-type(4){
	padding: 60px 0 0 0;
}
.dl_se6_main ul li:nth-of-type(5){
	padding: 0 0 60px 0;
}
.dl_se6_main ul li:last-of-type{
	padding: 0;
	text-align: right;
    padding-top: 25px;
}
.dl_se6_main ul li:last-of-type span{
	display: inline-block;
	padding: 5px 20px;
	background: #3366ff;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
}
/*诚招代理结束*/




.returnTop {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 99998;
	cursor: pointer;
	width: 40px;
	height: 37px!important;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #fff;
	opacity: 1;
	display: inline-block;
	background: url(../images/ss.png) no-repeat -42px center #666;
}

.mb50{
    margin-bottom: 50px;
}
/*右侧在线咨询 开始*/

.ImTable * {
	padding: 0px;
	margin: 0px
}

.ImTable {
	border-collapse: collapse;
	border: 9px solid #434343;
	background: #fff
}

.ImTable h2 {
	font-size: 14px;
	margin-top: 5px;
	color: #333
}

.ImHeader {
	height: 91px;
	background: url(../images/Img/im_01.png) no-repeat
}

.ImRow0 {
	background: #fff;
	line-height: 34px;
}

.ImRow1 {
	background: #fff;
	line-height: 34px;
}

a.im,
a:hover.im {
	text-decoration: none;
	color: #333;
	font-size: 13px;
}

.ImFooter {
	height: 177px;
	background: url(../images/Img/im_04.png) no-repeat;
}

.index_xf_fen {
	display: block;
	overflow: hidden;
}

.index_xf_fen img {
	width: 100%;
}


/*右侧在线咨询 结束*/


/*header部分开始*/

.header_meta {
	width: 100%;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin: 0px auto;
	background: #d8d8d8;
}

.top_left {
	width: 50%;
	height: 36px;
	line-height: 36px;
	float: left;
	font-size: 12px;
	color: #373737;
}

.top_right {
	width:50%;
	height: 36px;
	line-height: 36px;
	float: right;
}

.top_right span {
	display: block;
	float: right;
}

.top_right span a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #373737;
}

.logo_l {
	float: left;
	width: 50%;
}

.logo_l h1 {
	margin: 0px;
}

.logo_img,
.logo_wel {
	display: inline-block;
	float: left;
}

.qow {
	font-size: 14px;
}

.logo_img {
	margin-right: 2%;
}

.logo_wel {
	border-left: 1px solid #cdcdcd;
	padding-left: 2%;
	padding-top: 5px;
}

.logo_wel h5 {
	font-size: 16px;
	margin: 0px;
	color: #3366ff;
}

.logo_wel p {
	font-size: 14px;
	color: #5b5b5b;
}

.logo_r {
	float: right;
	width: 50%;
}

.logo_sea,
.logo_tel {
	display: block;
	float: right;

}
.logo_tel{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
}
.logo_sea {
	padding-top: 10px;
	margin-right: 25px;
	position: relative;
}
.logo_sea input[type="text"]{
	width: 250px;
	height: 30px;
	border: 1px solid #ddd;
	outline: none;
	display: block;
	text-indent: 10px;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.logo_sea input[type="submit"]{
	position: absolute;
	width: 42px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 0;
	font-size: 12px;
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	background: #d8261e;
}
.logo_erwei {
	float: right;
}

.logo_erwei div {
	display: inline-block;
	margin-right: 10px;
}

.logo_erwei .sw {
	position: relative;
}

.logo_erwei .sw span {
	position: absolute;
	top: -100%;
	left: 0;
	opacity: 0;
	transition: .8s;
	z-index: 99999;
}

.logo_erwei .sw:last-of-type span {
	top: -10px;
	left: -100%;
}

.logo_erwei .sw:hover span {
	top: 30px;
	opacity: 1;
}

.logo_erwei .sw:last-of-type:hover span {
	left: 30px;
	top: -10px;
	opacity: 1;
}

.top_right span a {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	padding: 0px 5px;
}

.logo {
	background: #fff;
	padding: 20px 0;
}

header {
	width: 100%;
	z-index: 99;
}

.navbar {
	height: 60px;
	transition: .6s;
	border-radius: 0px;
	margin-bottom: 0px;
	border: 0px;
}

.navbar-header a:focus {
	color: #363636;
}

.nav {
	line-height: 60px;
	height: 60px;
}

.nav li a {
	display: block;
	padding: 0 16px;
	color: #363636;
	font-size: 16px;
	font-weight: 400;
	line-height: 60px;
}

.nav li a:focus,
.nav li a:hover {
	background: #3f63ff;
	color: #FFFFFF;
}


.nav li ul {
    padding-left: 0;
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 2;
    width: max-content;
    display: none;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 2px;
}
.nav li ul li a {
    display: block;
    padding: 0 15px;
    color: #363636;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
}

.nav_div{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.carousel-indicators {
	bottom: 10px;
}

.carousel-indicators li {
	border-radius: 0;
    background: #9aa7ff;
    border: 1px solid #9aa7ff;
    display: inline-block;
    width: 20px;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
}

.carousel-indicators li.active {
	background: #6276fd;
    border: 1px solid #6276fd;
    width: 60px;
    height: 6px;
}


/*header部分结束*/
.carousel-inner>.item a img{
    margin: 0 auto;
}

/*营销力 开始*/

.index_yxl {
	display: block;
}

.in_xyl_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.in_xyl_title h5 {
	font-size: 18px;
	color: #313131;
}

.in_xyl_title p {
	font-size: 14px;
	color: #6d6d6d;
}

.in_yxl_main {
	display: block;
	margin-bottom: 10px;
}

.in_yxl_main ul li {
	display: block;
    width: 20%;
    float: left;
    text-align: center;
    min-height: 120px;
    transition: .6s;
}

.in_yxl_main ul li span {
	display: block;
	margin-bottom: 10px;
	transition: .6s;
	text-align: center;
}

.in_yxl_main ul li span img {
	width: 50px;
	height: 50px;
}
.in_yxl_main ul li span img:nth-of-type(1){
	display: inline-block;
}
.in_yxl_main ul li span img:nth-of-type(2){
	display: none;
}
.in_yxl_main ul li:hover span img:nth-of-type(1){
	display: none;
}
.in_yxl_main ul li:hover span img:nth-of-type(2){
	display: inline-block;
}
.in_yxl_main ul li h5, .in_yxl_main ul li .title1 {
	display: block;
    font-size: 18px;
    margin: 20px 40px 20px 40px;
    padding: 10px;
    border-radius: 50px;
    transition: .6s;
    color: #303030;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px 1px #bac2ff8f;
}

.in_yxl_main ul li p {
	font-size: 14px;
	transition: .6s;
	color: #7f7f7f;
}

.in_yxl_main ul li h5:hover {
	border: 1px solid #9ca1f5;
	background: #9ca1f5;
}

.in_yxl_main ul li:hover span {
	transform: rotateY(360deg);
}

.in_yxl_main ul li:hover h5{
	color: #fff;
}


/*营销力 结束*/


/*分割 开始*/

.index_fen {
	display: block;
	margin-bottom: 80px;
}

.in_fen_main {
	display: block;
	width: 100%;
	transform: translateY(80px);
}
.in_fen_main_l,.in_fen_main_r{
	width: 50%;
	float: left;
}
.in_fen_main_r{
	padding: 60px 0px 0px 10px;
}
.in_fen_main_c {
	display: block;
	margin-bottom: 20px;
}
.in_fen_main_c:hover span{
	transform: rotateY(360deg);
	background: #fff;
	border-radius: 50%;
	padding: 20px;
	text-align: center;
}
.in_fen_main_c:hover span i{
	color: #3366ff;
}
.in_fen_main_c span {
	display: block;
	width: 15%;
	margin-right: 10px;
	transition: .6s;
	float: left;
}
.in_fen_main_c span img{
	width: 36px;
	height: 36px;
}
.in_fen_main_c span img:nth-of-type(1){
	display: inline-block;
}
.in_fen_main_c span img:nth-of-type(2){
	display: none;
}
.in_fen_main_c:hover span img:nth-of-type(1){
	display: none;
}
.in_fen_main_c:hover span img:nth-of-type(2){
	display: inline-block;
}
.in_fen_main_c span i {
	font-size: 36px;
	color: #fff;
	line-height: 1;
}

.in_fen_main_c .in_fen_info {
	width: 70%;
	float: left;
}

.in_fen_main_c .in_fen_info h5 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 10px;
}

.in_fen_main_c .in_fen_info p {
	font-size: 12px;
	color: #fff;
}

.index_fen_conten {
	display: block;
	padding: 30px 0;
}

.in_fen_conten {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.in_fen_conten h5 {
	font-size: 18px;
	color: #313131;
	margin-bottom: 15px;
}

.in_fen_conten p {
	font-size: 14px;
	color: #6d6d6d;
}

.in_fen_more {
	display: block;
	text-align: center;
}

.in_fen_more a {
	display: inline-block;
	width: 100px;
	line-height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	transition: .6s;
	border: 1px solid #3366ff;
	background: #3366ff;
}

.in_fen_more a:hover {
	background: #fff;
	color: #3366ff;
}


/*分割 结束*/
/*精选主题 开始*/
.jx_title{
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.jx_title h5{
	display: block;
    font-size: 30px;
    color: #303030;
    font-weight: 600;
}
.jx_title h5 font{
	font-size: 30px;
    color: #3366ff;
    font-weight: 600;
}
.jx_title p{
	font-size: 16px;
	color: #4c4c4c;
}
.jx_main{
	display: block;
	padding: 0 30px;
}
.jx_main_l{
	width: 15%;
	float: left;
	border: 1px solid #c4c4c4;
	padding: 17px 13px;
}
.jx_main_l_list{
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.jx_main_l_list:nth-of-type(4) a:nth-of-type(1){
	width: 49%;
	margin-right: 2%;
}
.jx_main_l_list:nth-of-type(4) a:nth-of-type(2){
	margin-right: 0;
}
.jx_main_l_list:last-of-type a{
	width: 23%;
	padding: 0 5px;
	height: 26px;
	margin:10px 2% 0 0;
	border: 0px;
}
.jx_main_l_list:last-of-type a:first-of-type{
	display: block;
	width: 100%;
	margin-top: 15px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	height: auto;
	color: #fff;
	transition: .3s;
	background: #2992DC;
	border: 1px solid #2992dc;
	
}
.jx_main_l_hangye{
	display: none;   
	width: 676px;
    position: absolute;
    right: -690px;
    padding:15px 0 15px 20px;;
    top: -10px;
    background: #198ede;
    z-index: 99;
    min-height: 316px;
}
.jx_main_l_hangye a{
	color: #fff !important;
    font-size: 13px !important;
    cursor: pointer;
    display: block;
    border: 0px !important;
    text-align: left !important;
    margin: 0 !important;
    background: none !important;
    float: left !important;
    width: 131px !important;
    height: 24px;
    overflow: hidden;
}
.jx_main_l_hangye_s{
	position: absolute;
    width: 0;
    height: 0;
    top: 5px;
    right: -22px;
    display: none;
    border-top: 10px solid transparent;
    border-right: 20px solid #2992DC;
    border-bottom: 10px solid transparent;
}
.jx_main_l_hangye a:hover{
	color: #2af2e3 !important;
}
.jx_main_l_list h5{
	font-size: 14px;
	color: #3e3e3e;
	font-weight: 600;
}
.jx_main_l_list a{
	display: block;
	width: 49%;
	margin-top: 15px;
	float: left;
	position: relative;
	text-align: center;
	font-size: 12px;
	padding: 7px 0;
	color: #2992dc;
	transition: .3s;
	border: 1px solid #2992dc;
}
.jx_main_l_list a:nth-child(odd){
	margin-right: 2%;
}
.jx_main_l_list a:nth-of-type(1){
	display: block;
	width: 100%;
	background: #2992DC;
	color: #fff;
}
.jx_main_l_inp{
	display: block;
	margin-bottom: 20px;	
}
.jx_main_l_inp .jx_main_l_inp_text{
	line-height: 22px;
    font-size: 12px;
    border: 0;
    float: left;
    width: 80%;
    border: 1px solid #2992DC;
    color: #aeaeae;
    text-indent: 5px;
}
a:hover{
	text-decoration: none;
    color: #6871fc;
}
.jx_main_l_inp  a{
	
    float: left;
    width: 20%;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: block;
    border: 1px solid #2992DC;
    border-left: 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
.jx_main_l_inp  a i{
	font-size: 16px;
	color: #2992DC;
}
.jx_main_l_list a:hover{
	background: #2992DC;
	color: #fff;
}
.jx_main_r{
	width: 83%;
	float: left;
	margin-left: 2%;
}
.jx_list{
	display: block;
	margin-bottom: 20px;
}
.jx_list ul li{
	display: block;
	width: 22%;
	float: left;
	margin-left: 3%;
}
.jx_list ul li:hover .jx_img img{
	transform: scale(1.06);
}
.jx_list ul li:hover .jx_info_l_pri span{
	background: #2992DC;
	color: #fff;
}
.jx_img{
	display: block;
	overflow: hidden;
	margin: 5px;
	box-shadow: 4px 0px 15px 0px #808080;
	margin-bottom: 15px;
}
.jx_img img{
	width: 100%;
	transition: .3s;
}
.jx_info{
	display: block;
}
.jx_info .jx_info_l{
	width: 70%;
	float: left;
}
.jx_info_l_s span{
	display: block;
	font-size: 14px;
	color: #949393;
	margin-bottom: 5px;
}
.jx_info_l_s h5{
	font-size: 14px;
	color: #5a5a5a;
}
.jx_info_l_s h5 a{
	display: inline-block;
	font-size: 12px;
	color: #2992DC;
}
.jx_info_l_pri{
	display: block;
	width: 28%;
	float: right;
}
.jx_info_l_pri span{
	display: inline-block;
	padding: 7px 15px;
	float: left;
	border-radius: 5px;
	border: 1px solid #2992DC;
	font-size: 14px;
	color: #2992DC;
}
/*精选主题 结束*/

/*案例 开始*/

.index_case {
	display: block;
	padding: 50px 0 25px 0;
}

.in_case_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.in_case_title h5 {
	font-family: "microsoft yahei";
	font-size: 48px;
	color: #3366ff;
}

.in_case_title p {
	font-size: 18px;
	color: #dedede;
}

.in_case_main {
	display: block;
}

.in_case_main_t {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.in_case_main_t ul li {
	display: inline-block;
	padding: 10px;
	margin-right: 10px;
	border: 1px solid #d2d2d2;
	transition: .6s;
}

.in_case_main_t ul li a {
	font-size: 14px;
	color: #d2d2d2;
}

.in_case_main_t ul li.active {
	border: 1px solid #3366ff;
	background: #3366ff;
}

.in_case_main_t ul li.active a {
	color: #fff;
}

.in_case_list {
	display: none;
	opacity: 0;
	transition: .6s;
}

.in_case_list.active {
	display: block;
	opacity: 1;
}

.in_case_list ul {
	display: flex;
    flex-wrap: wrap;
}

.in_case_list ul li {
	    display: block;
    width: 31.33%;
    background: #fff;
    flex: 1 0 30%;
    margin: 1.66%;
    position: relative;
}



.in_case_list ul li .div_items {
   position: relative;
}

.in_case_list ul li .div_items::before {
       content: '';
    display: block;
    padding-top: 75%;
}

.in_case_list ul li .div_items div {
	display: block;
    margin-bottom: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.in_case_list_more {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #bac2ffdb;
	top: -100%;
	text-align: center;
	left: 0px;
	padding-top: 25%;
	transition: .6s;
}

.in_case_list_more samp {
	display: block;
	font-family: "微软雅黑";
	margin-bottom: 15px;
}

.in_case_list_more samp img {
	width: 40px !important;
	height: 40px !important;
}

.in_case_list_more font {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.in_case_list ul li div img {
	transition: .6s;
	width: 100%;
}

.in_case_list ul li span {
	display: block;
	text-align: center;
}

.in_case_list ul li span a {
	display: block;
	padding: 5px 0;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .6s;
}

.in_case_list ul li:hover .in_case_list_more {
	top: 0px;
}

.in_case_list ul li:hover div img {
	transform: scale(1.08);
}

.in_case_list ul li:hover span a {
	background: #6871fc;
	color: #FFFFFF;
}

.index_more {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.index_more a {
	display: inline-block;
	width: 100px;
	line-height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #c8c8c8;
	transition: .6s;
	border: 1px solid #c8c8c8;
}

.index_more a:hover {
	background: #6871fc;
	border: 1px solid #6871fc;
	color: #fff;
}


/*案例 结束*/
.in_jxhyy_list {
	opacity: 0;
	transition: .6s;
	display: block;
	opacity: 1;
}

.in_jxhyy_list ul {
	display: flex;
    flex-wrap: wrap;
}

.in_jxhyy_list ul li {
	display: block;
    background: #fff;
    flex: 0 0 255px;
    margin: 15px;
    position: relative;
    height: 200px;
}

.in_jxhyy_list ul li .div_items {
   position: relative;
   height: 100%;
}

.in_jxhyy_list ul li .div_items .divbg {
	display: block;
    margin-bottom: 1px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.in_jxhyy_list ul li .div_items .divbg:hover  .in_jxhyy_list_more{
	background: #4770eae0;
    color: #FFFFFF;
}
.in_jxhyy_list ul li .div_items .divbg:hover  .in_jxhyy_list_more samp{
    color: #FFFFFF;
}

.in_jxhyy_list_more {
    width: 80%;
    display: flex;
    background: #d6dfe7de;
    text-align: center;
    transition: .1s;
    min-height: 150px;
    border-radius: 10px;
    flex-direction: column;
}
.in_jxhyy_list_more samp{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #0744fc;
}
.in_jxhyy_list_more font{
    font-size: 12px;
    padding: 10px;
}

/*理由 开始*/

.index_reason {
	display: block;
	padding: 30px 0;
}

.in_reason_title {
	display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.in_reason_title h5 {
	font-size: 28px;
    color: #505050;
    position: relative;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}
.in_reason_title .img img{
    height: 100px;
    margin-top: 20px;
}
.in_reason_title h5 span{
    color: #6871fc;
}
.in_reason_title h5 dd {
    color: #ffffff;
}
.in_reason_title h5::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #6871fc;
    bottom: 0;
    margin-left: -7%;
}

.in_reason_title p {
	color: #6f6f6f;
    font-size: 13px;
    position: relative;
    padding-top: 10px;
}

.in_reason_title p d{
    display: inline-block;
    padding: 10px;
}
.in_reason_title p d font{
    display: flex;
}


.in_reason_title h5::after {
    content: '';
    position: absolute;
    width: 6%;
    height: 4px;
    background: #6871fc;
    bottom: 0;
    margin-left: 2%;
}

.in_reason_main {
	display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}

.in_reason_main .service_left {
	width: 55%;
}

.in_reason_main .service_right {
	width: 35%;
}

.in_reason_main .service_right .service_ritem{
	display: block;
	padding-bottom: 50px;
}

.in_reason_main .service_right .service_ritem .ititle{
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 7px;
    display: inline-flex
;
    align-items: center;
}

.in_reason_main .service_right .service_ritem .ititle span{
	width: 40px;
    height: 40px;
    display: inline-block;
    background: #f0f0f0;
    padding: 7px;
    border-radius: 10px;
    margin-right: 10px;
}

.in_reason_main .service_right .service_ritem .idesc{
	font-size: 14px;
    line-height: 22px;
    color: #666;
}



.in_reason_main .youshi_left {
	width: 50%;
}

.in_reason_main .youshi_right {
	width: 45%;
    display: inline-flex;
    flex-wrap: wrap;
}

.in_reason_main .youshi_right .youshi_ritem{
	display: block;
    padding-bottom: 50px;
    width: 50%;
    padding: 0 15px 0 15px;
}

.in_reason_main .youshi_right .youshi_ritem .ititle{
    font-size: 18px;
	padding-bottom: 10px;
}

.in_reason_main .youshi_right .youshi_ritem .ititle span{
	width: 100%;
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
}

.in_reason_main .youshi_right .youshi_ritem .ititle span img{
	width: 80px;
}

.in_reason_main .youshi_right .youshi_ritem .ititle p{
	width: 100%;
    height: 40px;
    display: inline-block;
    padding: 7px;
    text-align: center;
}

.in_reason_main .youshi_right .youshi_ritem .idesc{
	font-size: 14px;
    line-height: 22px;
    color: #666;
}

.in_wmjz_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    background: url(../images/wmjzimh1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 600px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.in_wmjz_main .item1{
    margin-top: 60px;
}
.in_wmjz_main .item2{
    margin-top: 270px;
}
.in_wmjz_main .item3{
    margin-top: 60px;
}
.in_wmjz_main .item4{
    margin-top: 270px;
}
.in_wmjz_main .item5{
    margin-top: 60px;
}
.in_wmjz_main .wsm_item .item{
    display: flex;
    background: url(../images/wmjzwsmbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    font-size: 12px;
    text-align: center;
    align-items: center;
    padding: 25px;
    color: #FFFFFF;
}
.in_wmjz_main .wsm_item .title{
    font-size: 16px;
    text-align: center;
}


.in_fuwu_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_fuwu_main .service_left{
    width: 32%;
    display: flex;
    align-items: center;
}
.in_fuwu_main .service_right {
    width: 50%;
}
.in_fuwu_main .service_right .service_ritem {
    display: block;
    padding-bottom: 30px;
}
.in_fuwu_main .service_right .service_ritem .ititle {
    font-size: 25px;
    display: flex;
    align-items: center;
}
.in_fuwu_main .service_right .service_ritem .istitle {
    font-size: 18px;
    background: url(../images/istitbg.png);
    line-height: 50px;
    text-align: center;
    border-radius: 20px;    
    margin-bottom: 10px;
    margin-left: 50px;
}
.in_fuwu_main .service_right .service_ritem .idesc {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-left: 50px;
}
.in_fuwu_main .service_right .service_ritem .ititle span {
    display: inline-block;
    margin-right: 15px;
    color: #6871fc;
    font-size: 36px;
    font-family: sans-serif;
}


.in_yhwq_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_yhwq_main .service_left{
    width: 65%;
    display: flex;
    align-items: center;
}
.in_yhwq_main .service_right {
    width: 50%;
    background: url(../images/bdwqimgbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.in_yhwq_main .service_right .service_ritem {
    display: block;
    padding-bottom: 10px;
}
.in_yhwq_main .ritem{
    padding-right: 20px;
}
.in_yhwq_main .service_right .service_ritem .ititle {
    font-size: 20px;
    display: flex;
    align-items: center;
}
.in_yhwq_main .service_right .service_ritem .idesc {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-left: 30px;
    padding-bottom: 5px;
}
.in_yhwq_main .service_right .service_ritem .ititle span {
    display: inline-block;
    color: #6871fc;
    font-size: 25px;
    font-family: sans-serif;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
}

.service-item:hover .service-overlay {
    background: rgba(255,255,255,1);
}

.service-overlay {
	position: absolute;
    top: 10%;
    left: 15%;
    width: calc(100% - 30%);
    height: calc(100% - 40%);
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 8px;
    pointer-events: none;
}

.service-description {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding: 15px;
    pointer-events: auto; /* 添加这行 */
}
.service-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

.service-title {
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #333;
    background: rgba(255,255,255,0.9);
    font-size: 16px;
}

.in_buju{
    background: linear-gradient(to right, #FFFFFF 0%, #679aff 100%);
}

.in_buju_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}
.in_buju_main .buju_item{
    width: 28%;
    background: linear-gradient(to right bottom, #FFFFFF, #679aff);
    box-shadow: 0 5px 15px 1px #9394988f;
    border-radius: 15px;
    padding: 20px;
}
.in_buju_main .buju_item span{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
}
.in_buju_main .buju_item .bjcon{
    width: 100%;
    font-size: 16px;
    display: inline-block;
    padding: 15px;
}
.in_buju_main .buju_item .bjcon p{
    line-height: 28px;
    margin-bottom: 10px;
}


.in_jzlx_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.in_jzlx_main .jzlx_item{
    width: 28%;
}
.in_jzlx_main .jzlx_item .item_div{
    background: #86aeff;
    padding: 20px;
    margin: 15px;
}
.in_jzlx_main .jzlx_item span{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
}
.in_jzlx_main .jzlx_item span.img{
    padding: 15px 0 0 0;
}
.in_jzlx_main .jzlx_item span.img img{
    height: 140px;
}
.in_jzlx_main .jzlx_item .bjcon{
    width: 100%;
    font-size: 14px;
    display: inline-block;
    padding: 15px;
    line-height: 24px;
    height: 100px;
}
.in_jzlx_main .jzlx_item .line{
    position: relative;
    height: 2px;
    background: #fff;
    margin: 0 20px 0 20px;
}
.in_jzlx_main .jzlx_item .line::after {
    content: '●';
    position: absolute;
    top: -12px;
    left: -8px;
    color: #ffffff;
}


.in_gglx{
    background: #f7f6f6;
    padding-bottom: 60px;
}
.in_gglx_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.in_gglx_main .jzlx_item{
    width: 28%;
}
.in_gglx_main .jzlx_item.item_1{
    margin-top: -20px;
}
.in_gglx_main .jzlx_item.item_2{
    margin-top: 10px;
}
.in_gglx_main .jzlx_item.item_3{
    margin-top: 20px;
}
.in_gglx_main .jzlx_item.item_4{
    margin-top: 10px;
}
.in_gglx_main .jzlx_item.item_5{
    margin-top: -20px;
}
.in_gglx_main .jzlx_item .item_div{
    background: #86aeff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 15px 1px #33333361;
    border: 1px solid #fff;
}
.in_gglx_main .jzlx_item span{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}
.in_gglx_main .jzlx_item span.img img{
    height: 140px;
}
.in_gglx_main .jzlx_item .title{
    padding-top: 15px;
}
.in_gglx_main .jzlx_item .bjcon{
    width: 100%;
    font-size: 13px;
    display: inline-block;
    padding: 15px;
    line-height: 24px;
    height: 100px;
}


.in_googleseo{
    background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
}

.in_googleseo_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}
.in_googleseo_main .googleseo_item{
    width: 31%;
    background: linear-gradient(to right bottom, #f3f5f9, #f3f5f9);
    box-shadow: 0 5px 15px 1px #9394988f;
    border-radius: 30px;
}
.in_googleseo_main .googleseo_item .item_top{
    width: 100%;
    /*background: linear-gradient(to right bottom, #FFFFFF, #679aff);*/
    box-shadow: 0 5px 15px 1px #9394988f;
    border-radius: 15px 15px 0 0;
    padding: 20px;
}
.in_googleseo_main .googleseo_item.item_1{
   box-shadow: 5px 2px 5px 2px #abd5fa;
}
.in_googleseo_main .googleseo_item.item_2{
   box-shadow: 5px 2px 5px 2px #88a4e7;
}
.in_googleseo_main .googleseo_item.item_3{
   box-shadow: 5px 2px 5px 2px #4491fa;
}
.in_googleseo_main .googleseo_item.item_1 .item_top{
    background: #abd5fa;
}
.in_googleseo_main .googleseo_item.item_2 .item_top{
    background: #88a4e7;
}
.in_googleseo_main .googleseo_item.item_3 .item_top{
    background: #4491fa;
}
.in_googleseo_main .googleseo_item span{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
    color: #FFFFFF;
}
.in_googleseo_main .googleseo_item .bjcon{
    width: 100%;
    font-size: 16px;
    display: inline-block;
    padding: 15px;
}
.in_googleseo_main .googleseo_item .bjcon p{
    line-height: 28px;
    margin-bottom: 10px;
}


.in_googleys{
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
}

.in_googleys_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}
.in_googleys_main .googleys_item{
    width: 33.33%;
    z-index: 1;
}

.in_googleys_main .googleys_item .item_list{
    display: inline-flex;
    margin-bottom: 15px;
}

.in_googleys_main .googleys_item .item_list.list_1 .list, .in_googleys_main .googleys_item .item_list.list_2 .list, .in_googleys_main .googleys_item .item_list.list_3 .list{
    text-align: right;
}

.in_googleys_main .googleys_item .item_list .list .tit{
    font-size: 24px;
    padding-bottom: 5px;
}

.in_googleys_main .googleys_item .item_list .list .desc{
    
}

.in_googleys_main .googleys_item .item_list .yuan{
    padding-left: 15px;
}

.in_googleys_main .googleys_item .item_list .list{
    padding-left: 15px;
}

.in_googleys_main .googleys_item .item_list .yuan span{
        width: 80px;
    height: 80px;
    border: 1px solid #CCC;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #3366ff;
}

.in_googleys_main .googleys_item .item_list.list_1{
    right: -30px;
    top: -15px;
    position: relative;
    width: 540px;
    height: 110px;
}

.in_googleys_main .googleys_item .item_list.list_2{
    top: 10px;
    right: 45px;
    position: relative;
    width: 540px;
    height: 110px;
}

.in_googleys_main .googleys_item .item_list.list_3{
    right: -35px;
    top: 30px;
    position: relative;
    width: 540px;
    height: 110px;
}

.in_googleys_main .googleys_item .item_list.list_4{
    top: -15px;
    left: -130px;
    position: relative;
    width: 540px;
    height: 110px;
}

.in_googleys_main .googleys_item .item_list.list_5{
    top: 10px;
    left: -70px;
    position: relative;
    width: 540px;
    height: 110px;
}

.in_googleys_main .googleys_item .item_list.list_6{
    left: -130px;
    top: 30px;
    position: relative;
    width: 540px;
    height: 110px;
}



.in_googleys_main .googleys_item.item_2{
    z-index: 0;
}

.in_googleys_main .googleys_item.item_2 .yuan_1{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: 0 auto;
    border: 2px dashed #CCC;
    display: flex;
    justify-content: center;
    align-items: center;    
    z-index: 0;
    position: relative;
}
.in_googleys_main .googleys_item.item_2 .yuan_2{
    width: 220px;
    height: 220px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    font-size: 32px;
    color: #3366ff;
    justify-content: center;
    display: inline-flex;
    margin: 0 auto;
    box-shadow: 0px 1px 10px 0px #9394988f;
}


.in_googlelc{
    background: linear-gradient(to right, #90abfa 0%, #90abfa 100%);
}

.in_googlelc .in_reason_title h5, .in_googlelc .in_reason_title p{
    color: #FFFFFF;
}

.in_googlelc_main {
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googlelc_main .googlelc_item {
    padding-right: 10px;
    width: 33.33%;
}

.in_googlelc_main .googlelc_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googlelc_main .googlelc_item .cols_item{
    background-color: #FFFFFF;
    padding: 40px 20px 40px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.in_googlelc_main .googlelc_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.in_googlelc_main .googlelc_item .cols_item .tit .text{
    padding-left: 20px;
}

.in_googlelc_main .googlelc_item .cols_item .tit span img{
    height: 60px !important;
}

.in_googlelc_main .googlelc_item .cols_item .desc{
    line-height: 32px;
    height: 100px;
}



.in_googledyw_main {
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googledyw_main .googledyw_item {
    padding-right: 10px;
    width: 25%;
}

.in_googledyw_main .googledyw_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledyw_main .googledyw_item .cols_item{
    background-color: #FFFFFF;
    padding: 40px 20px 40px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.in_googledyw_main .googledyw_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.in_googledyw_main .googledyw_item .cols_item .tit .text{
    padding-left: 20px;
}

.in_googledyw_main .googledyw_item .cols_item .tit span img{
    height: 70px !important;
}

.in_googledyw_main .googledyw_item .cols_item .desc{
    line-height: 28px;
    height: 100px;
    font-size: 13px;
    text-align: left;
}


.in_googledzdlc_main {
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
    justify-content: space-between;
}

.in_googledzdlc_main .line {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #3333ff;
    font-family: fangsong;
}
.in_googledzdlc_main .googledzdlc_item {
    width: calc(100% / 8);
}

.in_googledzdlc_main .googledzdlc_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledzdlc_main .googledzdlc_item .cols_item{
    background-color: #3333ff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.in_googledzdlc_main .googledzdlc_item .cols_item .tit{
    padding: 10px;
    background: #e1e1ff;
    border-radius: 10px;
    font-size: 18px;
    height: 72px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.in_googledzdlc_main .googledzdlc_item .cols_item .tit span img{
    height: 70px !important;
}

.in_googledzdlc_main .googledzdlc_item .cols_item .desc{
    line-height: 28px;
    height: 100px;
    font-size: 13px;
    text-align: left;
}


.in_googledwlfb_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background: #a8aefc;
}

.in_googledwlfb_main .googledyw_item {
    padding-right: 10px;
    width: 25%;
}

.in_googledwlfb_main .googledyw_item:nth-of-type(4n+0)
{
	padding-right: 0;
}
.in_googledwlfb_main .googledyw_item:nth-of-type(2n+0)
{
	background: #c2c5fc;
}

.in_googledwlfb_main .googledyw_item .cols_item{
    padding: 40px 20px 40px 20px;
    text-align: center;
    margin-bottom: 10px;
}

.in_googledwlfb_main .googledyw_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.in_googledwlfb_main .googledyw_item .cols_item .tit .text{
    padding-left: 20px;
}

.in_googledwlfb_main .googledyw_item .cols_item .tit span img{
    height: 70px !important;
}

.in_googledwlfb_main .googledyw_item .cols_item .desc{
    line-height: 28px;
    font-size: 13px;
    text-align: left;
}


.in_googledyx_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background: url(../images/nryxbg.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledyx_main .googledyx_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googledyx_main .googledyx_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googledyx_main .googledyx_item .cols_item{
    background-color: #f5f5f5c9;
    margin: 40px 40px 40px 40px;
    text-align: center;
    padding: 40px 20px 40px 20px;
    border-radius: 30px;
}

.in_googledyx_main .googledyx_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.in_googledyx_main .googledyx_item .cols_item .tit .img{
    
}

.in_googledyx_main .googledyx_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledyx_main .googledyx_item .cols_item .tit span img{
    height: 70px !important;
}

.in_googledyx_main .googledyx_item .cols_item .desc{
    line-height: 28px;
    height: 160px;
    font-size: 13px;
    text-align: left;
    padding: 20px;
}

.in_googlewmys_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googlewmys_main .googlewmys_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googlewmys_main .googlewmys_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googlewmys_main .googlewmys_item .cols_item{
    background-color: #eeeeee;
    margin: 25px;
    text-align: center;
    padding: 40px 20px 40px 20px;
}

.in_googlewmys_main .googlewmys_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.in_googlewmys_main .googlewmys_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googlewmys_main .googlewmys_item .cols_item .tit span img{
    height: 60px !important;
}

.in_googlewmys_main .googlewmys_item .cols_item .desc{
    line-height: 28px;
    height: 90px;
    font-size: 13px;
    text-align: center;
    padding: 20px;
}


.in_googleyhys{
    background: url(../images/yhysbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.in_googleyhys_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.in_googleyhys_main .googledyhys_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googleyhys_main .googledyhys_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googleyhys_main .googledyhys_item .cols_item{
    background-color: #e5e5e5e3;
    margin: 40px 40px 40px 40px;
    text-align: center;
    padding: 40px 20px 40px 20px;
    border-radius: 30px;
}

.in_googleyhys_main .googledyhys_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.in_googleyhys_main .googledyhys_item .cols_item .tit .img{
    
}

.in_googleyhys_main .googledyhys_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googleyhys_main .googledyhys_item .cols_item .tit span img{
    height: 70px !important;
}

.in_googleyhys_main .googledyhys_item .cols_item .desc{
    line-height: 28px;
    height: 160px;
    font-size: 13px;
    text-align: left;
    padding: 20px;
}


.in_googledzdfa_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledzdfa_main .googledzdfa_item {
    padding-right: 10px;
    width: calc(100% / 5);
}

.in_googledzdfa_main .googledzdfa_item:nth-of-type(5n+0)
{
	padding-right: 0;
}

.in_googledzdfa_main .googledzdfa_item .cols_item{
    background-color: #6595fc;
    text-align: center;
    padding: 20px 20px 20px 20px;
    color: #FFFFFF;
}

.in_googledzdfa_main .googledzdfa_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.in_googledzdfa_main .googledzdfa_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledzdfa_main .googledzdfa_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledzdfa_main .googledzdfa_item .cols_item .desc{
    line-height: 28px;
    height: 160px;
    font-size: 13px;
    text-align: left;
}

.in_googledseogfa_main {
    display: inline-flex;
    width: 100%;    
    background: #eeeeee;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}
.in_googledseogfa_main .googledseogfa_main{
    display: inline-flex;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    justify-content: space-between;
}

.in_googledseogfa_main .googledseogfa_main .seogfa_l{
    width: 30%;
}
.in_googledseogfa_main .googledseogfa_main .seogfa_r{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.in_googledseogfa_main .googledseogfa_item {
    padding-right: 10px;
    width: calc(100% / 4);
}

.in_googledseogfa_main .googledseogfa_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledseogfa_main .googledseogfa_item .cols_item{
    text-align: center;
    padding: 15px;
    margin: 10px;
    display: flex;
    height: 345px;
    flex-direction: column;
    justify-content: space-between;
}

.in_googledseogfa_main .googledseogfa_item .cols_item .tit{
        font-size: 22px;
    width: 100%;
    display: inline-flex
;
    line-height: 32px;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}

.in_googledseogfa_main .googledseogfa_item .cols_item .tit .text{
    font-size: 16px;
}

.in_googledseogfa_main .googledseogfa_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledseogfa_main .googledseogfa_item .cols_item .desc{
    line-height: 24px;
    height: 160px;
    font-size: 13px;
    text-align: left;
}

.in_googledseogfa_main .googledseogfa_item .cols_item .info{
    font-size: 12px;
    text-align: left;
    position: relative;
}
.in_googledseogfa_main .googledseogfa_item .cols_item .info span.shuzi{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 60px;
    color: #7997ff;
    z-index: 0;
    font-family: fantasy;
}


.in_googledseofa_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledseofa_main .googledseofa_item {
    padding-right: 10px;
    width: calc(100% / 4);
}

.in_googledseofa_main .googledseofa_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledseofa_main .googledseofa_item .cols_item{
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    margin: 10px;
    display: flex;
    height: 345px;
    flex-direction: column;
    justify-content: space-between;
}

.in_googledseofa_main .googledseofa_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    border-bottom: 2px dashed #4775ff;
}

.in_googledseofa_main .googledseofa_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledseofa_main .googledseofa_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledseofa_main .googledseofa_item .cols_item .desc{
    line-height: 24px;
    height: 160px;
    font-size: 13px;
    text-align: left;
}

.in_googledseofa_main .googledseofa_item .cols_item .info{
    font-size: 12px;
    text-align: left;
    position: relative;
}
.in_googledseofa_main .googledseofa_item .cols_item .info span.shuzi{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 60px;
    color: #7997ff;
    z-index: 0;
    font-family: fantasy;
}


.in_googledseotfa_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledseotfa_main .googledseotfa_main{
    display: inline-flex;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    justify-content: space-between;
}
.in_googledseotfa_main .googledseotfa_main .seotfa_l{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
.in_googledseotfa_main .googledseotfa_main .seotfa_r{
    width: 40%;
}
.in_googledseotfa_main .googledseotfa_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googledseotfa_main .googledseotfa_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledseotfa_main .googledseotfa_item .cols_item{
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in_googledseotfa_main .googledseotfa_item .cols_item .tit{
    font-size: 18px;
    width: 100%;
    /* padding-bottom: 10px; */
    line-height: 32px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid #4775ff;
}

.in_googledseotfa_main .googledseotfa_item .cols_item .tit .text{
    font-size: 16px;
}

.in_googledseotfa_main .googledseotfa_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledseotfa_main .googledseotfa_item .cols_item .desc{
    line-height: 24px;
    height: 110px;
    font-size: 13px;
    text-align: left;
}

.in_googledseotfa_main .googledseotfa_item .cols_item .info{
    font-size: 12px;
    text-align: left;
    position: relative;
}
.in_googledseotfa_main .googledseotfa_item .cols_item .info span.shuzi{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 60px;
    color: #7997ff;
    z-index: 0;
    font-family: fantasy;
}


.in_googledyzhq_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledyzhq_main .googledyzhq_item {
    padding-right: 10px;
    width: calc(100% / 4);
}

.in_googledyzhq_main .googledyzhq_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googledyzhq_main .googledyzhq_item .cols_item{
    background-color: #eeeeee;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    margin: 10px;
    display: flex;
    height: 210px;
    flex-direction: column;
    justify-content: space-between;
}

.in_googledyzhq_main .googledyzhq_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #ffffff;
    padding: 5px;
    border-radius: 45px 0px 45px 0px;
}

.in_googledyzhq_main .googledyzhq_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledyzhq_main .googledyzhq_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledyzhq_main .googledyzhq_item .cols_item .desc{
    line-height: 24px;
    height: 100px;
    padding-top: 20px;
    font-size: 13px;
    text-align: left;
    background: url(../images/yzhqbg.png);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 50%;
}

.in_googledyzhq_main .googledyzhq_item .cols_item .info{
    font-size: 12px;
    text-align: left;
    position: relative;
}
.in_googledyzhq_main .googledyzhq_item .cols_item .info span.shuzi{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 60px;
    color: #7997ff;
    z-index: 0;
    font-family: fantasy;
}




.in_googledseofadz{
    background:#c1d1fd;
}

.in_googledseofadz_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
}

.in_googledseofadz_main .googledseofadz_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googledseofadz_main .googledseofadz_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googledseofadz_main .googledseofadz_item .cols_item{
    background-color: #ffffff;
    text-align: center;
    padding: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
    margin: 10px;
    display: flex;
    height: 345px;
    flex-direction: column;
    justify-content: space-between;
}

.in_googledseofadz_main .googledseofadz_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    padding-bottom: 10px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background: #e6edfe;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 10px;
}

.in_googledseofadz_main .googledseofadz_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledseofadz_main .googledseofadz_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledseofadz_main .googledseofadz_item .cols_item .desc{
    line-height: 24px;
    height: 160px;
    font-size: 13px;
    text-align: left;
}

.in_googledseofadz_main .googledseofadz_item .cols_item .info{
    font-size: 12px;
    text-align: left;
    position: relative;
}
.in_googledseofadz_main .googledseofadz_item .cols_item .info span.shuzi{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 60px;
    color: #7997ff;
    z-index: 0;
    font-family: fantasy;
}




.in_googledzdsc_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
    background: url(../images/zdscbg.png);
}

.in_googledzdsc_main .googledzdsc_item {
    width: calc(100% / 4);
}

.in_googledzdsc_main .googledzdsc_item:nth-of-type(4n+0)
{
	margin-right: 0;
}

.in_googledzdsc_main .googledzdsc_item .cols_item{
    background-color: #ffffff96;
    text-align: center;
    margin: 20px 40px 20px 40px;
    border-radius: 15px;
}

.in_googledzdsc_main .googledzdsc_item .cols_item .tit{
    font-size: 22px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background: #FFFFFF;
    height: 68px;
    padding: 5px;
}

.in_googledzdsc_main .googledzdsc_item .cols_item .tit .text{
    font-size: 20px;
}

.in_googledzdsc_main .googledzdsc_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googledzdsc_main .googledzdsc_item .cols_item .desc{
    line-height: 28px;
    height: 160px;
    font-size: 13px;
    text-align: left;
    padding: 20px;
}


.in_googlefw{
    background: linear-gradient(to right, #eeeeee 0%, #eeeeee 100%);
}

.in_googlefw_main {
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googlefw_main .googlefw_item {
    padding-right: 10px;
    width: 50%;
}

.in_googlefw_main .googlefw_item:nth-of-type(2n+0)
{
	padding-right: 0;
}

.in_googlefw_main .googlefw_item .cols_item{
    padding: 40px 20px 40px 20px;
    margin-bottom: 10px;
    display: inline-flex;
}

.in_googlefw_main .googlefw_item .cols_item .tit{
    font-size: 22px;
    width: 60px;
}
.in_googlefw_main .googlefw_item .cols_item .desc .text{
    font-size: 22px;
}

.in_googlefw_main .googlefw_item .cols_item .tit img{
    height: 50px !important;
    max-width: initial;
}

.in_googlefw_main .googlefw_item .cols_item .desc{
    line-height: 32px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
}



.in_googleqa{
    background: linear-gradient(to right, #90abfa 0%, #90abfa 100%);
}

.in_googleqa .container{
    background: url(../images/q.png);
    background-size: 22%;
    background-repeat: no-repeat;
    background-position: center;
}

.in_googleqa_main {
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.in_reason_title .lbjbs{
    background: linear-gradient(to right, #4775fe 0%, #FFFFFF 100%);
    display: flex;
    padding: 5px 30px;
    border-radius: 15px;
    align-items: center;
}
.in_reason_title h5 dd {
    color: #ffffff;
    margin-right: 20px;
}

.in_reason_title .lbjbs img{
    margin-left: 30px;
    height: 35px;
}

.in_googleqa_main .question {
    padding-right: 10px;
    width: 33.33%;
    margin-bottom: 10px;
}
.in_googleqa_main .question .cols_item {
    background-color: #ffffffa1;
    padding: 10px 10px 10px 10px;
    height: 100%;
}
.in_googleqa_main .question h3 em{
    font-style: initial;
    color: #0054ff;
}
.in_googleqa_main .question .aslist{
    display: flex;
    margin-top: 15px;
}
.in_googleqa_main .question .aslist em{
    font-size: 24px;
    font-style: initial;
    color: #0054ff;
}
.in_googleqa_main .question .aslist div{
    padding-top: 5px;
    padding-left: 10px;
}
.in_googleqa_main .question .aslist div p{
    line-height: 28px;
}


.in_googlestep_main {
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    height: 300px;
}
.in_googlestep_step{
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    align-content: space-between;
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    height: 100%;
}
.in_googlestep_main .step1{
    width: 20%;
    text-align: center;
    background: #90abfa;
    padding: 10px;
    border-radius: 0 35px 35px 0;
    position: relative;
    z-index: 11;
}
.in_googlestep_main .step2{
    width: 20%;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #90abfa 100%);
    padding: 10px;
    border-radius: 0 35px 35px 0;
    position: relative;
    z-index: 11;
}
.in_googlestep_main .step3{
    width: 20%;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #90abfa 100%);
    padding: 10px;
    border-radius: 0 35px 35px 0;
    position: relative;
    z-index: 11;
}
.in_googlestep_main .step4{
    width: 20%;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #90abfa 100%);
    padding: 10px;
    border-radius: 0 35px 35px 0;
    position: relative;
    z-index: 11;
}
.in_googlestep_main .step5{
    width: 20%;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #90abfa 100%);
    padding: 10px;
    border-radius: 0 35px 35px 0;
    position: relative;
    z-index: 11;
}
.in_googlestep_main .step6{
    width: 70px;
    text-align: center;
    background: linear-gradient(to right, #FFFFFF 0%, #90abfa 100%);
    padding: 10px;
    border-radius: 35px 35px 35px 35px;
    position: absolute;
    z-index: 10;
    right: 0;
    height: 100%;
    box-shadow: 0 0px 10px 0px #9394988f;
}
.in_googlestep_main .step7{
    width: 22%;
    text-align: center;
    background: linear-gradient(to right, #90abfa 0%, #FFFFFF 100%);
    padding: 10px;
    border-radius: 35px 0 0 35px;
    position: relative;
    z-index: 10;
}
.in_googlestep_main .step8{
    width: 22%;
    text-align: center;
    background: linear-gradient(to right, #90abfa 0%, #FFFFFF 100%);
    padding: 10px;
    border-radius: 35px 0 0 35px;
    position: relative;
    z-index: 10;
}
.in_googlestep_main .step9{
    width: 22%;
    text-align: center;
    background: linear-gradient(to right, #90abfa 0%, #FFFFFF 100%);
    padding: 10px;
    border-radius: 35px 0 0 35px;
    position: relative;
    z-index: 10;
}
.in_googlestep_main .step10{
    width: 22%;
    text-align: center;
    background: linear-gradient(to right, #90abfa 0%, #FFFFFF 100%);
    padding: 10px;
    border-radius: 35px 0 0 35px;
    position: relative;
    z-index: 10;
}
.in_googlestep_main .step11{
    width: 10%;
    text-align: center;
    position: relative;
}
.in_googlestep_main .step11 span{
    position: absolute;
    top: -50%;
    left: 0;
}

.in_googlestep_main .step11 span img{
    width: 100px;
    max-width: 100px;
}

.googleseo_news {
	display: block;
	padding: 15px 0;
	background: #eeeeee;
}



.in_reason_main .ggtf_left {
    text-align: center;
	width: 50%;
	position: relative;
}
.in_reason_main .ggtf_left .ggtftop1_text{
    width: 320px;
    background: #33333324;
    text-align: left;
    padding: 10px;
    margin-top: -200px;
    z-index: 9;
    position: relative;
}
.in_reason_main .ggtf_left .ggtftop1_text dt{
    font-size: 14px;
    color: #4b53fe;
}
.in_reason_main .ggtf_left .ggtftop1_text dd{
    font-size: 12px;
}
.in_reason_main .ggtf_right .ggtftop2_text{
    width: 320px;
    background: #33333324;
    text-align: left;
    padding: 10px;
    margin-top: -200px;
    z-index: 9;
    position: relative;
}
.in_reason_main .ggtf_right .ggtftop2_text dt{
    font-size: 14px;
    color: #4b53fe;
}
.in_reason_main .ggtf_right .ggtftop2_text dd{
    font-size: 12px;
}


.in_reason_main .ggtf_left img{
	width: 90%;
}

.in_reason_main .ggtf_right {
    text-align: center;
	width: 50%;
}

.in_reason_main .ggtf_right img{
	width: 90%;
}

.in_googleys_cd{
    background: url(../images/yscdbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}



.in_googlecd_main {
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googlecd_main .googlecd_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googlecd_main .googlecd_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googlecd_main .googlecd_item .cols_item{
    padding: 40px 20px 40px 20px;
    margin-bottom: 10px;
    display: inline-flex;
}

.in_googlecd_main .googlecd_item .cols_item .tit{
    font-size: 22px;
    width: 60px;
    writing-mode: vertical-rl;
    padding-top: 5px;
    border-right: 2px solid #4b53fe;
}
.in_googlecd_main .googlecd_item .cols_item .desc .text{
    font-size: 22px;
}

.in_googlecd_main .googlecd_item .cols_item .tit img{
    height: 50px !important;
    max-width: initial;
}

.in_googlecd_main .googlecd_item .cols_item .desc{
    line-height: 28px;
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
}


.in_googleadfw_div{
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googleadfw_main {
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    flex-wrap: wrap;
}
.in_googleadfw_r{
    width: 5%;
    position: relative;
}

.in_googleadfw_r .in_googleadfw_rm{
    position: absolute;
    top: 30px;
    width: 180px;
    height: 650px;
    background: #eeeeee;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 80px;
    align-items: end;
}

.in_googleadfw_r .in_googleadfw_rm li{
        text-align: right;
    padding: 10px;
    background: #d6d6f0;
    margin-bottom: 20px;
    display: inline-block;
    width: 90%;
    border-radius: 30px 0 0 30px;
}

.in_googleadfw_r .in_googleadfw_rm li span{
    font-size: 10px;
    display: inline-block;
    width: 100%;
}

.in_googleadfw_main .googleadfw_item {
    padding-right: 60px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}

.in_googleadfw_main .googleadfw_item .cols_item{
    background: #eeeeee;
}

.in_googleadfw_main .googleadfw_item .cols_item .item_text{
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
}

.in_googleadfw_main .googleadfw_item .cols_item .tit{
    font-size: 28px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.in_googleadfw_main .googleadfw_item .cols_item .tit::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #999;
    bottom: 0px;
    left: 10px;
}
.in_googleadfw_main .googleadfw_item .cols_item .desc .text{
    font-size: 22px;
    padding-bottom: 10px;
}

.in_googleadfw_main .googleadfw_item .cols_item .tit img{
    height: 50px !important;
    max-width: initial;
}

.in_googleadfw_main .googleadfw_item .cols_item .desc{
    line-height: 28px;
    font-size: 14px;
    text-align: left;
    width: 100%;
    min-height: 150px;
}


.in_ggzxxscon{
    background: url(../images/ggzxxsbg.jpg);
    background-position: center;
    height: 700px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}
.in_ggzxxs_div{
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 40px;
    height: 100%;
}
.in_ggzxxs_div .zxxs_item .title span{
    background: #dee2e7;
    padding: 15px;
    font-size: 18px;
    display: block;
    width: 150px;
    text-align: center;
    border-radius: 30px;
}
.in_ggzxxs_div .zxxs_item .desc{
    font-size: 12px;
    padding: 5px 0px 0px 20px;
    text-align: left;
}
.in_ggzxxs_div .ggzxxs_infol{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.in_ggzxxs_div .ggzxxs_infol .item_2{
    margin-top: 30px;
    margin-left: 100px;
}
.in_ggzxxs_div .ggzxxs_infol .item_3{
    
    margin-top: 30px;
    margin-left: 200px;
}
.in_ggzxxs_div .ggzxxs_infol .item_4{
    
    margin-top: 30px;
    margin-left: 300px;
}
.in_ggzxxs_main {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 50px;
    height: 650px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 80px;
}
.in_ggzxxs_div .ggzxxs_infor{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    position: relative;
}
.in_ggzxxs_div .ggzxxs_infor .zxxs_item{
    display: flex;
    position: absolute;
}
.in_ggzxxs_div .ggzxxs_infor .zxxs_item .l{
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.in_ggzxxs_div .ggzxxs_infor .zxxs_item .r{
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.in_ggzxxs_div .ggzxxs_infor .zxxs_item .l span{
    color: #1c7ef7;
    font-size: 18px;
}
.in_ggzxxs_div .ggzxxs_infor .item_1 img{
    height: 245px;
}
.in_ggzxxs_div .ggzxxs_infor .item_2 img{
    height: 220px;
}
.in_ggzxxs_div .ggzxxs_infor .item_3 img{
    height: 250px;
}
.in_ggzxxs_div .ggzxxs_infor .item_4 img{
    height: 320px;
}
.in_ggzxxs_div .ggzxxs_infor .item_1{
    top: 120px;
}
.in_ggzxxs_div .ggzxxs_infor .item_2{
    top: 30px;
    right: 0;
}
.in_ggzxxs_div .ggzxxs_infor .item_3{
    bottom: 100px;
    left: 175px;
}
.in_ggzxxs_div .ggzxxs_infor .item_4{
    bottom: 30px;
    right: 0;
}


.in_googletgcon{
    background: #eeeeee;
}
.in_googletg_div{
    display: inline-flex;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
}

.in_googletg_main {
    display: inline-flex;
    flex-wrap: wrap;
    padding-left: 50px;
    height: 650px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 80px;
}
.in_googletg_main .googletg_item .cols_item{
    padding: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    border-radius: 0 30px 30px 0;
}
.in_googletg_r{
    position: relative;
}

.in_googletg_r .in_googletg_rm{
    
    width: 160px;
    height: 650px;
    background: #e3e3fe;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 80px;
}

.in_googletg_r .in_googletg_rm li{
    padding: 10px;
    background: #ffffff;
    margin-bottom: 20px;
    margin-left: 10px;
    /* display: inline-block; */
    width: 88%;
    border-radius: 0 30px 30px 0;
    list-style: unset;
}


.index_case {
    display: block;
    padding: 50px 0 25px 0;
}
.in_wztg_div{
    background: #a8aefc;
    padding: 40px;
}
.in_wztg_title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.in_wztg_title h5 {
    font-family: "microsoft yahei";
    font-size: 48px;
    color: #3366ff;
}

.in_wztg_title p {
    font-size: 18px;
    color: #dedede;
}

.in_wztg_main {
    display: block;
}

.in_wztg_main_t {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.in_wztg_main_t ul li {
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #d2d2d2;
    transition: .6s;
}

.in_wztg_main_t ul li a {
    font-size: 14px;
    color: #d2d2d2;
}

.in_wztg_main_t ul li.active {
    border: 1px solid #3366ff;
    background: #3366ff;
}

.in_wztg_main_t ul li.active a {
    color: #fff;
}

.in_wztg_list {
    display: none;
    opacity: 0;
    transition: .6s;
}

.in_wztg_list.active {
    display: block;
    opacity: 1;
}

.in_wztg_list ul {
    display: flex;
    flex-wrap: wrap;
}

.in_wztg_list ul li {
    display: block;
    width: 25%;
    flex: 1 0 20%;
    margin: 10px;
    position: relative;
}

.in_wztg_list ul li .div_items {
   position: relative;
}

.in_wztg_list ul li .div_items::before {
       content: '';
    display: block;
    padding-top: 75%;
}

.in_wztg_list ul li .div_items div {
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.in_wztg_list ul li .desc {
    padding: 10px;
}
.in_wztg_list ul li .desc span{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
}
.in_wztg_list_more {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bac2ffdb;
    top: -100%;
    text-align: center;
    left: 0px;
    padding-top: 25%;
    transition: .6s;
}

.in_wztg_list_more samp {
    display: block;
    font-family: "微软雅黑";
    margin-bottom: 15px;
}

.in_wztg_list_more samp img {
    width: 40px !important;
    height: 40px !important;
}

.in_wztg_list_more font {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.in_wztg_list ul li div img {
    transition: .6s;
    width: 100%;
}

.in_wztg_list ul li span {
    display: block;
    text-align: center;
}

.in_wztg_list ul li span a {
    display: inline-block;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .6s;
    background: #c2c6fd;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: #ffffff;
}

.in_wztg_list ul li:hover .in_wztg_list_more {
    top: 0px;
}

.in_wztg_list ul li:hover div img {
    transform: scale(1.08);
}

.in_wztg_list ul li:hover span a {
    background: #6871fc;
    color: #FFFFFF;
}


.in_bdanli_list ul {
    display: block;
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
}

.in_bdanli_list ul li {
    display: block;
    width: 50%;
    flex: 1 0 45%;
    margin: 10px;
    position: relative;
    background: #4899fa;
}
.in_bdanli_list ul li .li_item{
    margin: 10px 20px 20px 20px;
}

.in_bdanli_list ul li .div_items {
   position: relative;
}

.in_bdanli_list ul li .div_items::before {
       content: '';
    display: block;
    padding-top: 75%;
}

.in_bdanli_list ul li .div_items div {
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.in_bdanli_list ul li .desc {
    padding: 10px;
}
.in_bdanli_list ul li .title{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: center;
    padding-bottom: 10px;
}




.in_case_main {
    display: block;
}

.in_anli_list.active {
    display: block;
    opacity: 1;
}

.in_anli_list ul {
    display: flex;
    flex-wrap: wrap;
}

.in_anli_list ul li {
    display: block;
    width: 50%;
    flex: 1 0 45%;
    margin: 10px;
    position: relative;
}

.in_anli_list ul li .div_items {
   position: relative;
}

.in_anli_list ul li .div_items::before {
       content: '';
    display: block;
    padding-top: 75%;
}

.in_anli_list ul li .div_items div {
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.in_anli_list ul li .desc {
    padding: 10px;
}
.in_anli_list ul li .desc span{
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.in_anli_list_more {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bac2ffdb;
    top: -100%;
    text-align: center;
    left: 0px;
    padding-top: 25%;
    transition: .6s;
}

.in_anli_list_more samp {
    display: block;
    font-family: "微软雅黑";
    margin-bottom: 15px;
}

.in_anli_list_more samp img {
    width: 40px !important;
    height: 40px !important;
}

.in_anli_list_more font {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.in_anli_list ul li div img {
    transition: .6s;
    width: 100%;
}

.in_anli_list ul li span {
    display: block;
    text-align: center;
}

.in_anli_list ul li span a {
    display: inline-block;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: .6s;
    background: #c2c6fd;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    color: #ffffff;
}

.in_anli_list ul li:hover .in_wztg_list_more {
    top: 0px;
}

.in_anli_list ul li:hover div img {
    transform: scale(1.08);
}

.in_anli_list ul li:hover span a {
    background: #6871fc;
    color: #FFFFFF;
}

.in_bdgghzlc_main {
    display: inline-flex;
    border-radius: 200px 200px 60px 60px;
    padding: 60px;
    width: 100%;
    flex-wrap: wrap;
    background: linear-gradient(to right, #9fc8f9 0%, #9fc8f9 100%);
}

.in_bdgghzlc_main .googlehzlc_item {
    padding-right: 10px;
    width: 25%;
}

.in_bdgghzlc_main .googlehzlc_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_bdgghzlc_main .googlehzlc_item .cols_item{
   
    text-align: center;
    margin-bottom: 10px;
}

.in_bdgghzlc_main .googlehzlc_item .cols_item .tit{
    font-size: 20px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.in_bdgghzlc_main .googlehzlc_item .cols_item .tit .img{
    background: #FFFFFF;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.in_bdgghzlc_main .googlehzlc_item .cols_item .tit span img{
    height: 50px !important;
}

.in_bdgghzlc_main .googlehzlc_item .cols_item .desc{
    line-height: 32px;
    font-size: 12px;
}




.in_googlehzlc_main {
    display: inline-flex;
    border-radius: 200px 200px 60px 60px;
    padding: 60px;
    width: 100%;
    flex-wrap: wrap;
    background: linear-gradient(to right, #e3e3fe 0%, #e3e3fe 100%);
}

.in_googlehzlc_main .googlehzlc_item {
    padding-right: 10px;
    width: 25%;
}

.in_googlehzlc_main .googlehzlc_item:nth-of-type(4n+0)
{
	padding-right: 0;
}

.in_googlehzlc_main .googlehzlc_item .cols_item{
   
    text-align: center;
    margin-bottom: 10px;
}

.in_googlehzlc_main .googlehzlc_item .cols_item .tit{
    font-size: 20px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
}
.in_googlehzlc_main .googlehzlc_item .cols_item .tit .img{
    background: #FFFFFF;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.in_googlehzlc_main .googlehzlc_item .cols_item .tit span img{
    height: 50px !important;
}

.in_googlehzlc_main .googlehzlc_item .cols_item .desc{
    line-height: 32px;
    font-size: 12px;
}

.in_baiduzsxt{
    background: #eeeeee;
}

.in_googleseohzlc_main {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
}

.in_googleseohzlc_main .googleseohzlc_item {
    padding-right: 10px;
    width: calc(100% / 8);
}

.in_googleseohzlc_main .googleseohzlc_item:nth-of-type(8n+0)
{
	padding-right: 0;
}

.in_googleseohzlc_main .googleseohzlc_item .cols_item{
   
    text-align: center;
    margin-bottom: 10px;
}

.in_googleseohzlc_main .googleseohzlc_item .cols_item .tit{
    font-size: 16px;
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
.in_googleseohzlc_main .googleseohzlc_item .cols_item .tit .img{
    background: #eeeeee;
    border-radius: 100%;
    width: 85px;
    height: 85px;
    margin: 10px 0 10px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.in_googleseohzlc_main .googleseohzlc_item .cols_item .tit span img{
    height: 45px !important;
}

.in_googleseohzlc_main .googleseohzlc_item .cols_item .desc{
    line-height: 32px;
    font-size: 12px;
}


.googleedu_news {
	display: block;
	padding: 15px 0;
}


.googleedu_news .in_edunews_main {
	display: flex;
}

.googleedu_news .in_edunews_main .news_ltem{
	width: 50%;
}


.googleedu_news .in_edunews_main .news_jg{
	width: 60px;
}


.googleedu_news .in_edunews_main .news_ltem .news_con li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.googleedu_news .in_edunews_main .news_ltem .news_con li.img_item{
	margin-bottom: 20px;
}

.googleedu_news .in_edunews_main .news_ltem .news_con li .img img{
	width: 100px;
    max-width: 100px;
}

.googleedu_news .in_edunews_main .news_ltem .news_con li .img:hover img{
	scale: 1.2;
}

.googleedu_news .in_edunews_main .news_ltem .news_con li .remark a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
    line-height: normal;
    margin-bottom: 10px;
}


.googleedu_news .in_edunews_main .news_ltem .news_con li .remark p{
	line-height: 22px;
	color: #666;
    font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}    


.googleedu_news .in_edunews_main .news_ltem .news_con li .remark{
    margin-right: 10px;
}

.googleedu_news .in_edunews_main .news_ltem .news_con li .img img{
	width: 110px;
    max-width: 110px;
    margin-right: 15px;
}

.googleedu_news .in_edunews_main .news_ltem .news_con li .date{  
    line-height: normal;
    font-size: 14px;
	width: 200px;
}

.googleedu_news .in_edunews_div{
    display: flex;
}
.googleedu_news .in_edunews_div .edunews_l{
    width: 50%; 
}
.googleedu_news .in_edunews_div .edunews_l .in_news_info{
    background: #e3e3fe;
    list-style: none;
    padding: 20px;
    margin-bottom: 20px;
}
.googleedu_news .in_edunews_div .edunews_l .in_news_info .remark .title{
   line-height: 35px;
}
.googleedu_news .in_edunews_div .edunews_l .in_news_info .remark  p{
    font-size: 14px;
}
.googleedu_news .in_edunews_div .edunews_l .in_news_info .date{
    float: right;
    margin-top: -15px;
    font-size: 14px;
	width: 200px;
}
.googleedu_news .in_edunews_div .edunews_r{
    width: 50%;
    padding-left: 20px
}

.googleedu_news .in_edunews_div .edunews_r li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #e3e3fe;
    margin-bottom: 45px;
}
.googleedu_news .in_edunews_div .edunews_r li:last-child{
	list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #e3e3fe;
    margin-bottom: 0;
}

.googleedu_news .in_edunews_div .edunews_r li .title{
    display: inline-block;
}
.googleedu_news .in_edunews_div .edunews_r li .date{
	float: right;
	width: 200px;
}
.googleedu_news .in_edunews_div .edunews_r li .remark{
	font-size: 14px;
    padding-top: 15px;
}




.in_googleys_cd{
    background: url(../images/yscdbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}



.in_googleyw_main {
    display: inline-flex;
    padding-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.in_googleyw_main .googleyw_item {
    padding-right: 10px;
    width: calc(100% / 3);
}

.in_googleyw_main .googleyw_item:nth-of-type(3n+0)
{
	padding-right: 0;
}

.in_googleyw_main .googleyw_item .cols_item{
    padding: 40px 20px 40px 20px;
    margin-bottom: 10px;
    display: inline-flex;
}

.in_googleyw_main .googleyw_item .cols_item .tit{
    font-size: 22px;
    width: 60px;
    writing-mode: vertical-rl;
    padding-top: 5px;
    border-right: 2px solid #4b53fe;
}
.in_googleyw_main .googleyw_item .cols_item .desc .text{
    font-size: 22px;
}

.in_googleyw_main .googleyw_item .cols_item .tit img{
    height: 50px !important;
    max-width: initial;
}

.in_googleyw_main .googleyw_item .cols_item .desc{
    line-height: 28px;
    font-size: 14px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
}


.in_yw_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_yw_main .service_left{
    width: 60%;
    display: flex;
    align-items: center;
}
.in_yw_main .service_right {
    width: 40%;
}
.in_yw_main .service_right .right1{
    display: inline-block;
    width: 40px;
    height: 60px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.in_yw_main .service_right .right2{
    display: inline-block;
    width: 40px;
    height: 60px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    float: right;
}
.in_yw_main .service_right dd{
    padding: 8px;
    text-indent: 50px;
}
.in_yw_main .service_right .service_ritem {
    display: block;
    padding-bottom: 30px;
}
.in_yw_main .service_right .service_ritem .ititle {
    font-size: 25px;
    display: flex;
    align-items: center;
}
.in_yw_main .service_right .service_ritem .istitle {
    font-size: 18px;
    background: url(../images/istitbg.png);
    line-height: 50px;
    text-align: center;
    border-radius: 20px;    
    margin-bottom: 10px;
    margin-left: 50px;
}
.in_yw_main .service_right .service_ritem .idesc {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-left: 50px;
}
.in_yw_main .service_right .service_ritem .ititle span {
    display: inline-block;
    margin-right: 15px;
    color: #6871fc;
    font-size: 36px;
    font-family: sans-serif;
}



.in_wt_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_wt_main .service_left{
    width: 50%;
    display: flex;
    align-items: center;
}
.in_wt_main .service_right {
    width: 35%;
}
.in_wt_main .service_right .right1{
    display: inline-block;
    width: 40px;
    height: 60px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}
.in_wt_main .service_right dd{
    padding: 20px;
    font-size: 18px;
}
.in_wt_main .service_right .dd1{
        margin-left: -100px;
}
.in_wt_main .service_right .dd2{
        margin-left: -45px;
}
.in_wt_main .service_right .dd3{
        margin-left: 5px;
}

.in_wt_main .service_right .dd4{
        margin-left: 60px;
}
.in_wt_main .service_right .dd5{
        margin-left: 100px;
}
.in_wt_main .service_right .dd6{
        margin-left: 60px;
}
.in_wt_main .service_right .dd7{
        margin-left: 5px;
}
.in_wt_main .service_right .dd8{
        margin-left: -45px;
}
.in_wt_main .service_right .dd9{
        margin-left: -100px;
}


.in_fwlc_div{
    background: linear-gradient(to right, #FFFFFF 0%, #91aafa 100%);
}
.in_fwlc_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
.in_fwlc_main .service_left{
    width: 50%;
    display: flex;
    align-items: center;
}
.in_fwlc_main .service_right {
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.in_fwlc_main .service_right .item_list{
    width: calc(100% / 3);
    padding: 15px;
}
.in_fwlc_main .service_right .item_list .title{
    font-size: 16px;
    line-height: 36px;
}
.in_fwlc_main .service_right .item_list .desc p{
    font-size: 14px;
}


.in_about_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_about_main .service_left{
    width: 50%;
    display: flex;
    align-items: center;
}
.in_about_main .service_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}
.in_about_main .service_right .right1{
    display: inline-block;
    width: 300px;
    line-height: 32px;
    border-bottom: 2px solid #aeccf9;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.in_about_main .service_right .right1::after {
    content: '●';
    position: absolute;
    color: #0000ff;
    left: 0px;
    font-size: 22px;
}
.in_about_main .service_right .right2{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    padding-top: 20px;
}
.in_about_main .service_right dd{
    padding: 8px;
    text-indent: 50px;
}

.in_aboutsm_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_aboutsm_main .service_left{
    width: 50%;
    background: url(../images/aboutsmbg.png);
    background-size: 100%;
    background-position: -60px center;
    background-repeat: no-repeat;
}
.in_aboutsm_main .service_left .right1{
    padding-left: 30%;
    padding-top: 10%;
    display: flex;
}
.in_aboutsm_main .service_left .right2{
    display: flex;
    margin: 100px 0 0 400px;
    align-items: center;
    width: 480px;
    position: relative;
    font-size: 22px;
    padding: 25px;
    background: #eeeeee;
    justify-content: center;
}
.in_aboutsm_main .service_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
}



.in_qywh_main {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    background: url(../images/qywhbg.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 600px;
}
.in_qywh_main .in_qywh1{
    padding-top: 155px;
    padding-left: 20px;
    display: flex;
    width: 440px;
    flex-wrap: wrap;
}
.in_qywh_main .in_qywh1 .item{
    width: calc(100% / 2);
    text-align: center;
    padding: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.in_qywh_main .in_qywh1 .item_con{
    height: 150px;
    width: 150px;
    background: url(../images/qywh_itembg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
}
.in_qywh_main .in_qywh1 .item_con .title{
    font-size: 14px;
    font-weight: bold;
}
.in_qywh_main .in_qywh1 .item_con .desc{
    font-size: 12px;
}
.in_qywh_main .in_qywh1 .item3{
    width: 100%;
    margin-top: -90px;
}
.in_qywh_main .in_qywh1 .item4{
    margin-top: -90px;
}
.in_qywh_main .in_qywh1 .item5{
    margin-top: -90px;
}
.in_qywh_main .in_qywh2 {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.in_qywh_main .in_qywh2 .item{
    line-height: 280px;
    font-size: 40px;
    color: #FFFFFF;
    font-weight: bold;
}
.in_qywh_main .in_qywh3 {
    width: 400px;
    padding-top: 15px;
    padding-right: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.in_qywh_main .in_qywh3 .item{
    width: calc(100% / 2);
    text-align: center;
    padding: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.in_qywh_main .in_qywh3 .item_con{
    height: 150px;
    width: 150px;
    background: url(../images/qywh_itembg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    font-size: 14px;
}
.in_qywh_main .in_qywh3 .item_con .title{
    font-size: 14px;
    font-weight: bold;
}
.in_qywh_main .in_qywh3 .item_con .desc{
    font-size: 12px;
}
.in_qywh_main .in_qywh3 .item8{
    width: 100%;
    margin-bottom: -60px;
}
.in_qywh_main .in_qywh3 .item11{
    width: 100%;
    margin-top: -60px;
}


.in_nryx_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_nryx_main .service_left{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_nryx_main .service_left img{
    width: 85%;
    text-align: center;
}
.in_nryx_main .service_right {
    width: 45%;
    display: inline-flex;
}
.in_nryx_main .service_right .itemline{
    width: 5px;
    border: 2px solid #c9c9c9;
    background: #c9c9c9;
    border-radius: 2px;
}
.in_nryx_main .service_right .itemlist{
    margin-left: 10px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.in_nryx_main .service_right .itemlist .item{
    padding-left: 20px; 
}
.in_nryx_main .service_right .itemlist .item .title{
    position: relative;
    padding-bottom: 5px;
}
.in_nryx_main .service_right .itemlist .item .title::after {
    content: '●';
    position: absolute;
    width: 5px;
    height: 5px;
    left: -30px;
    color: #CCC;
}
.in_nryx_main .service_right .itemlist .item .title::before {
    content: '';
    position: absolute;
    width: 145px;
    height: 2px;
    background: #6871fc;
    bottom: 0;
}
.in_nryx_main .service_right .itemlist .item .desc{
    font-size: 13px;
}



.in_zdnr_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_zdnr_main .service_left{
    width: 45%;
    display: flex;
    align-items: center;
}
.in_zdnr_main .service_left img{
    width: 100%;
}
.in_zdnr_main .service_right {
    width: 55%;
    display: inline-flex;
}
.in_zdnr_main .service_right .itemline{
    width: 5px;
    border: 2px solid #c9c9c9;
    background: #c9c9c9;
    border-radius: 2px;
}
.in_zdnr_main .service_right .itemlist{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.in_zdnr_main .service_right .itemlist .item{
    padding-left: 20px; 
    margin-bottom: 5px;
}
.in_zdnr_main .service_right .itemlist .item .title{
    position: relative;
    display: inline-flex;
    align-items: center;
}

.in_zdnr_main .service_right .itemlist .item .title .span1{
    display: flex;
}

.in_zdnr_main .service_right .itemlist .item .title .span1 img{
    width: 28px;;
}
.in_zdnr_main .service_right .itemlist .item .title .span3{
    padding: 6px;
    background: #dcdcdc;
    border-radius: 10px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 12px;
}

.in_zdnr_main .service_right .itemlist .item .title::before {
    content: '';
    position: absolute;
    width: 225px;
    height: 1px;
    background: #6871fc;
    top: 0;
}
.in_zdnr_main .service_right .itemlist .item .desc{
    font-size: 13px;
}



.in_wsmxz_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
}
.in_wsmxz_main .service_left{
    width: 45%;
    display: flex;
    align-items: center;
}
.in_wsmxz_main .service_left img{
    width: 100%;
    border: 5px solid #b3b8fc;
    border-radius: 0 100px 0 100px;
}
.in_wsmxz_main .service_right {
    width: 55%;
    display: inline-flex;
}
.in_wsmxz_main .service_right .itemline{
    width: 5px;
    border: 2px solid #c9c9c9;
    background: #c9c9c9;
    border-radius: 2px;
}
.in_wsmxz_main .service_right .itemlist{
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.in_wsmxz_main .service_right .itemlist .item{
    padding-left: 20px;
    margin-bottom: 5px;
    width: 50%;
}
.in_wsmxz_main .service_right .itemlist .item .title{
   text-align: center;
}

.in_wsmxz_main .service_right .itemlist .item .title .span1{
     display: block;
}

.in_wsmxz_main .service_right .itemlist .item .title .span2{
     display: block;
    line-height: 42px;
    font-size: 20px;
}

.in_wsmxz_main .service_right .itemlist .item .title .span1 img{
    height: 80px;;
}

.in_wsmxz_main .service_right .itemlist .item .desc{
    font-size: 13px;
    padding: 20px;
}




.in_xuanze_main {
    display: inline-flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    flex-wrap: wrap;
}

.in_xuanze_main .xuanze_item {
    padding: 20px;
}
.in_xuanze_main .xuanze_item span {
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
}
.in_xuanze_main .xuanze_item .xzcon p {
    line-height: 28px;
    padding: 20px;
}

.in_xuanze_main .tdbg1 {
     background: linear-gradient(to bottom, #aecdee 0%, #fcfdfe 100%);
}

.in_xuanze_main .tdbg2 {
     background: linear-gradient(to bottom, #e2e1e2 0%, #fcfdfe 100%);
}

.in_xuanze_main .tdbg3 {
     background: linear-gradient(to bottom, #fcfdfe 0%, #e2e1e2 100%);
}

.in_xuanze_main .tdbg4 {
     background: linear-gradient(to bottom, #fcfdfe 0%, #aecdee 100%);
}



.index_reason .hzkehu {
    background-color: #e5e5e5;
    height: 100px;
    width: 100%;
}

.index_reason .hzkehu .list_link{
    height: 100px;
    display: flex;
    align-items: center;
}

.index_reason .hzkehu .list_link a{
    flex: 0 0 calc(100% / 6);
    display: inline-block;
    padding: 15px;
}
link_list
.index_reason .hzkehu .list_link a img{
    width: 100%;
}


.text-lanse{
    color: #3366ff;
}

.in_reason_main ul li h5 {
	font-size: 22px;
	color: #363636;
}

.in_reason_main ul li p {
	font-size: 14px;
	color: #4e4e4e;
}

.in_reason_main ul li:nth-child(even) {
	background: #3366ff;
}

.in_reason_main ul li:nth-child(even) h5,
.in_reason_main ul li:nth-child(even) p {
	color: #fff;
}

.in_reason_main ul li:hover {
	opacity: .6;
}


.news_info_div{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: -180px;
    position: relative;
    background: #FFFFFF;
}
.news_info_div .news_info_left{
    width: 900px;
}
.news_info_div .news_info_right{
    width: 250px;
    background: #eeeeee;
    padding: 15px;
    margin-top: 100px;
}
.news_info_div .news_info_right .rel_list_title{
    margin-top: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4775ff;
}
.news_info_div .news_info_right ul{
    padding: 15px;
}
.news_info_div .news_info_right ul li{
    list-style: disc;
    line-height: 24px;
    font-size: 15px;
    padding-bottom: 10px;
}
.news_info_div .news_info_right ul li .n_time{
    display: none;
}

.in_dlz{
    background: linear-gradient(to bottom, #89b1ff 0%, #FFFFFF 100%);
}
.in_dlz_main {
	display: block;
	margin-bottom: 10px;
}

.in_dlz_main .info-con{
	display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    line-height: 32px;
}

.in_wpjz_main {
	display: block;
	margin-bottom: 10px;
}

.in_wpjz_main .info-con{
	display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    line-height: 32px;
    background: #eeeeee;
    border-radius: 50px;
}
.in_wpjz_info {
	display: flex;
    justify-content: space-between;
    height: 480px;
}
.in_wpjz_info .wpjz_l{
	display: flex;
    align-items: center;
}
.in_wpjz_info .wpjz_r{
	display: flex;
    width: 60%;
    justify-content: flex-end;
}
.in_wpjz_info .wpjz_r .wpjz_yuan{
	width: 550px;
    height: 480px;
}
.in_wpjz_info .wpjz_r .wpjz_img img{
	width: 550px;
    height: 433px;
}



.in_bdgg_main {
	display: block;
	margin-bottom: 10px;
}

.in_bdgg_main .info-con{
	display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 20px;
    line-height: 32px;
    background: #eeeeee;
    border-radius: 50px;
}
.in_bdgg_info {
	display: flex;
    justify-content: space-between;
    height: 480px;
}
.in_bdgg_info .wpjz_l{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 60px 0px 60px 20px;
    width: 80%;
}
.in_bdgg_info .wpjz_r{
	display: flex;
    justify-content: flex-end;
}

.in_bdgg_info .wpjz_l .bdgg_item{
	display: flex;
    width: calc(100% / 3);
}
.in_bdgg_info .wpjz_l .bdgg_item .tit{
	display: flex;
    align-items: center;
    font-size: 18px;
}

.in_bdgg_info .wpjz_l .bdgg_item .tit .img{
	width: 35px;
	display: flex;
	margin-right: 10px;
}

.in_bdgg_info .wpjz_l .bdgg_item .tit em{
    color: #0571f5;
    font-style: inherit;
}
.in_bdgg_info .wpjz_l .bdgg_item .desc{
	padding-top: 10px;
    font-size: 14px;
    padding-left: 45px;
}

.in_bdggys{
    background: #dee9f7;
    padding-top: 20px;
}
.in_bdggys_info {
	display: flex;
    justify-content: space-between;
}
.in_bdggys_info{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 60px 0px 60px 20px;
    justify-content: center;
}
.in_bdggys_info .bdgg_item{
	display: flex;
    width: calc(100% / 4);
    margin-bottom: 30px;
}
.in_bdggys_info .bdgg_item .line{
    border-left: 2px dashed #3366ff;
    margin: 20px;;
    height: 130px;
}
.in_bdggys_info .bdgg_item .tit{
	display: flex;
    align-items: center;
    font-size: 18px;
}

.in_bdggys_info .bdgg_item .tit .img{
	width: 60px;
	display: flex;
	margin-right: 10px;
}

.in_bdggys_info .bdgg_item .tit em{
    color: #0571f5;
    font-style: inherit;
}
.in_bdggys_info .bdgg_item .desc{
	padding-top: 10px;
    font-size: 14px;
}

.in_info_main {
	display: block;
	margin-bottom: 10px;
}

.in_info_main .info-con{
	display: block;
    margin-bottom: 10px;
    text-align: center;
    padding: 50px;
    line-height: 32px;
}

.in_info_main ul li {
	display: block;
    width: calc(100% / 6);
    float: left;
    text-align: center;
    min-height: 120px;
    transition: .6s;
}

.in_info_main ul li .info-icon {
	width: 80px;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px;
}

.in_info_main ul li .info-icon img{
	
}

.in_info_main ul li .info-title {
	margin-top: 15px;
}

.in_info_main ul li span img {
	width: 50px;
	height: 50px;
}
.in_info_main ul li span img:nth-of-type(1){
	display: inline-block;
}
.in_info_main ul li span img:nth-of-type(2){
	display: none;
}
.in_info_main ul li:hover span img:nth-of-type(1){
	display: none;
}
.in_info_main ul li:hover span img:nth-of-type(2){
	display: inline-block;
}
.in_info_main ul li h5 {
	display: block;
    font-size: 18px;
    margin: 20px 40px 20px 40px;
    padding: 10px;
    border-radius: 50px;
    transition: .6s;
    color: #303030;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px 1px #bac2ff8f;
}

.in_info_main ul li p {
	font-size: 14px;
	transition: .6s;
	color: #7f7f7f;
}

.in_info_main ul li h5:hover {
	border: 1px solid #9ca1f5;
	background: #9ca1f5;
}

.in_info_main ul li:hover span {
	transform: rotateY(360deg);
}

.in_info_main ul li:hover h5{
	color: #fff;
}

.in_jianzhan{
   padding-bottom: 80px;
   background: linear-gradient(to bottom, #FFFFFF 0%, #679aff 100%);
}

.order-timelines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px 50px 30px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.order-steps {
    text-align: center;
    position: relative;
    flex-grow: 1;
}

.step-icons {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px;
}

.step-labels {
    margin-top: 10px;
    font-size: 18px;
}
.step-cons {
    margin-top: 10px;
    font-size: 14px;
}
.step-cons p{
    margin-top: 10px;
    font-size: 14px;
}
.connectors {
    flex-grow: 1;
    height: 2px;
    border-top: 2px dashed #424ff7;
    position: relative;
    width: 70px;
    margin-top: -125px;
}

.connectors::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 40%;
    background: url(../../../images/static/icon_jt.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}



.wmjz_order-timelines {
    display: flex;
    justify-content: space-between;
    padding: 50px 30px 50px 30px;
    border-radius: 10px;
}

.wmjz_order-steps {
    text-align: center;
    position: relative;
    flex-grow: 1;
}

.wmjz_step-icons {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px;
}

.wmjz_step-labels {
    margin-top: 10px;
    font-size: 16px;
}
.wmjz_step-cons {
    margin-top: 10px;
    font-size: 14px;
}
.wmjz_step-cons p{
    margin-top: 10px;
    font-size: 14px;
}


.wmjz_connectors {
    flex-grow: 1;
    height: 2px;
    border-top: 2px dashed #424ff7;
    position: relative;
    width: 70px;
    margin-top: 40px;
}

.wmjz_connectors::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 40%;
    background: url(../../../images/static/icon_jt.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}

/*理由 结束*/

.order-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 20px 50px 20px;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
}

.order-step {
    text-align: center;
    position: relative;
    flex-grow: 1;
}

.step-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 20px;
    padding: 10px;

}

.step-label {
    margin-top: 10px;
    height: 45px;
}

.connector {
    flex-grow: 1;
    height: 2px;
    border-top: 2px dashed #424ff7;
    position: relative;
    width: 60px;
    margin-top: -30px;
}

.connector::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    background: url(../../../images/static/icon_jt.png);
    background-size: cover;
    width: 15px;
    height: 15px;
}

/*新闻 开始*/

.index_news {
	display: block;
	padding: 15px 0;
}

.in_news_title {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.in_news_title h5 {
	font-size: 48px;
	color: #858585;
}

.in_news_title p {
	font-size: 18px;
	color: #484848;
}

.in_news_main {
	display: flex;
}

.in_news_main .news_ltem{
	width: 50%;
}


.in_news_main .news_jg{
	width: 60px;
}


.in_news_main .news_ltem .news_con li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.in_news_main .news_ltem .news_con li.img_item{
	margin-bottom: 20px;
}

.in_news_main .news_ltem .news_con li .img img{
	width: 100px;
    max-width: 100px;
}

.in_news_main .news_ltem .news_con li .img:hover img{
	scale: 1.2;
}

.in_news_main .news_ltem .news_con li .remark a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
    line-height: normal;
    margin-bottom: 10px;
}


.in_news_main .news_ltem .news_con li .remark p{
	line-height: 22px;
	color: #666;
    font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}    


.in_news_main .news_ltem .news_con li .remark{
    margin-right: 10px;
}

.in_news_main .news_ltem .news_con li .img img{
	width: 110px;
    max-width: 110px;
    margin-right: 15px;
}

.in_news_main .news_ltem .news_con li .date{  
    line-height: normal;
    font-size: 14px;
	width: 200px;
}



.in_newslr_main .news_ltem{
	width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.in_newslr_main .news_jg{
	width: 60px;
}


.in_newslr_main .news_ltem li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
    width: 48%;
}
.in_newslr_main .news_ltem li.img_item{
	background: #e7efff;
    border-radius: 10px;
}
.in_newslr_main .news_ltem li .newscon{
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.in_newslr_main .news_ltem li.img_item{
	margin-bottom: 20px;
}

.in_newslr_main .news_ltem li .img img{
	width: 100px;
    max-width: 100px;
}

.in_newslr_main .news_ltem li .img:hover img{
	scale: 1.2;
}

.in_newslr_main .news_ltem li .remark .title{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
    line-height: normal;
    margin-bottom: 10px;
}


.in_newslr_main .news_ltem li .remark p{
	line-height: 22px;
	color: #666;
    font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}    


.in_newslr_main .news_ltem li .remark{
    margin-right: 10px;
}

.in_newslr_main .news_ltem li .img img{
	width: 110px;
    max-width: 110px;
    margin-right: 15px;
}

.in_newslr_main .news_ltem li .date{  
    line-height: normal;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
	width: 200px;
}



.in_news_t {
	display: block;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
}

.in_news_t ul li {
	display: inline-block;
	margin-right: 15px;
}

.in_news_t ul li a {
	font-size: 14px;
	color: #646464;
}

.in_news_t ul li.active a {
	color: #3366ff;
}

.in_news_list {
	display: none;
	opacity: 0;
	transition: .6s;
}

.in_news_list.active {
	display: block;
	opacity: 1;
}

.in_news_list ul li {
	display: block;
	width: 47.5%;
	margin-bottom: 15px;
	float: left;
}

.in_news_list ul li:nth-child(even) {
	margin-left: 5%;
}

.in_news_list ul li .in_news_time {
	display: block;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 50%;
	float: left;
	padding-top: 7px;
	transition: .6s;
	background: #3366ff;
	border: 1px solid transparent;
}

.in_news_list ul li .in_news_time h5 {
	color: #fff;
	line-height: 1;
	transition: .6s;
	font-size: 48px;
}

.in_news_list ul li .in_news_time p {
	font-size: 14px;
	color: #fff;
	transition: .6s;
}

.in_news_list ul li .in_news_info {
	display: inline-block;
	float: right;
	width: 80%;
}

.in_news_list ul li .in_news_info h5 {
	display: block;
	margin-bottom: 10px;
}

.in_news_list ul li .in_news_info h5 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #3366ff;
	transition: .6s;
}

.in_news_list ul li .in_news_info h5 a:hover {
	text-decoration: underline;
}

.in_news_list ul li .in_news_info p {
	font-size: 12px;
	color: #666666;
	min-height:68px;
	overflow: hidden;
}

.in_news_list ul li:hover .in_news_time {
	transform: rotateY(360deg);
	border: 1px solid #3366ff;
	background: transparent;
}

.in_news_list ul li:hover .in_news_time h5,
.in_news_list ul li:hover .in_news_time p {
	color: #3366ff;
}


/*新闻 结束*/




.in_news2_title {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}

.in_news2_title h5 {
	font-size: 48px;
	color: #858585;
}

.in_news2_title p {
	font-size: 18px;
	color: #484848;
}

.in_news2_main {
	display: flex;
}

.in_news2_main .news_ltem{
	width: 50%;
}


.in_news2_main .news_jg{
	width: 60px;
}


.in_news2_main .news_ltem .news_con li{
	list-style: none;
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.in_news2_main .news_ltem .news_con li.img_item{
	margin-bottom: 20px;
}

.in_news2_main .news_ltem .news_con li .img img{
	width: 100px;
    max-width: 100px;
}

.in_news2_main .news_ltem .news_con li .img:hover img{
	scale: 1.2;
}

.in_news2_main .news_ltem .news_con li .remark a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;    
    line-height: normal;
    margin-bottom: 10px;
}


.in_news2_main .news_ltem .news_con li .remark p{
	line-height: 22px;
	color: #666;
    font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}    


.in_news2_main .news_ltem .news_con li .remark{
    margin-right: 10px;
}

.in_news2_main .news_ltem .news_con li .img img{
	width: 110px;
    max-width: 110px;
    margin-left: 15px;
}

.in_news2_main .news_ltem .news_con li .date{  
    line-height: normal;
    font-size: 14px;
	width: 200px;
}



/*优势 开始*/

.index_advan {
	display: block;
    padding: 20px 0;
    background: #b5b5b5;
    position: relative;
}

.in_advan_main {
	display: block;
}

.in_advan_list ul li {
	display: inline-flex;
    width: 25%;
    text-align: center;
    float: left;
    padding-top: 5px;
    justify-content: center;
}

.in_advan_list ul li span {
	display: inline-block;
	float: left;
	margin-right: 10px;
	transition: .6s;
}

.in_advan_list ul li span img {
	width: 40px;
	height: 40px;
}
.in_advan_list ul li span img:nth-of-type(1){
	display: inline-block;
}
.in_advan_list ul li span img:nth-of-type(2){
	display: none;
}
.in_advan_list ul li:hover span img:nth-of-type(1){
	display: none;
}
.in_advan_list ul li:hover span img:nth-of-type(2){
	display: inline-block;
}
.in_advan_list ul li p {
	display: inline-block;
	float: left;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	transition: .6s;
}

.in_advan_list ul li:hover span {
	transform: rotateY(360deg);
}

.in_advan_list ul li:hover span i {
	color: #6871fc;
}

.in_advan_list ul li:hover p {
	color: #6871fc;
}

.in_news_more {
	position: absolute;
	width: 30%;
	right: 0px;
	top: 0px;
	height: 100%;
	padding: 24px 80px;
}

.in_news_more a {
	display: inline-block;
	width: 100px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	border: 1px solid #fff;
	transition: .6s;
}

.in_news_more a:hover {
	background: #fff;
	color: #3366ff;
}


/*优势 结束*/


/*footer 开始*/

footer {
	display: block;
    background: #535353;
    padding-top: 60px;
}

.footer_nav,
.footer_info {
	display: inline-flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}

.footer_info .f_logo{
    width: 150px;
    margin-right: 40px;
}
.footer_info .finfo_list{
    width: 75%;
    display: inline-flex;
    justify-content: space-between;
}

.footer_nav {
	border-right: 1px solid #fff;
}

.footer_nav_list {
	display: block;
	width: 33.33333333%;
	float: left;
}

.footer_nav_list p {
	display: block;
	font-size: 16px;
	color: #e8e8e8;
	margin-bottom: 20px;
}

.footer_nav_list ul li {
	display: block;
	margin-bottom: 10px;
}

.footer_nav_list ul li a {
	display: block;
	font-size: 13px;
	color: #fff;
}

.footer_content,
.footer_er {
	display: block;
	width: 100%;
	float: left;
}

.footer_content {
	padding-left: 60px;
}

.footer_content p {
	display: block;
	margin-bottom: 15px;
}

.footer_content p font,
.footer_content p a,
.footer_content p span,
.footer_content p {
	font-size: 13px;
	color: #fff;
}

.footer_er img {
	width: 40%;
	float: left;
}

.footer_er img:nth-of-type(1) {
	margin-right: 20%;
}

.footer_links {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #3e3e3e;
	border-top: 1px solid #3e3e3e;
	background: #292929;
}

.footer_links p {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #bbbbbb;
}

.footer_links a {
	display: inline-block;
	float: left;
	margin-left: 5px;
	font-size: 12px;
	color: #bbb;
	margin-bottom: 5px;
}

.footer_links a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer_beian {
	display: block;
	padding: 15px 0;
	text-align: center;
	background: #535353;
}

.footer_beian p,
.footer_beian p a,
.footer_beian p font,
.footer_beian p span {
	font-size: 12px;
	color: #fff;
}


/**/

/*footer 结束*/

.nei_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.nei_banenr img {
	width: 100%;
}
.nei_banenr .desc_con{
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.nei_banenr .desc_con .title{
	font-size: 45px;
    color: #FFFFFF;
    padding-bottom: 65px;
}
.nei_banenr .desc_con .desc{
	font-size: 22px;
    color: #FFFFFF;
}
.nei_banenr .desc_con .desc p{
	 line-height: 42px;
}


.bdgg_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.bdgg_banenr img {
	width: 100%;
}
.bdgg_banenr .desc_con{
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.bdgg_banenr .desc_con .title{
	font-size: 45px;
    padding-bottom: 65px;
}
.bdgg_banenr .desc_con .desc{
	font-size: 22px;
}
.bdgg_banenr .desc_con .desc p{
	 line-height: 42px;
}

.about_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.about_banenr img {
	width: 100%;
}
.about_banenr .desc_con{
	position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.about_banenr .desc_con .title{
	font-size: 45px;
    padding-bottom: 65px;
}
.about_banenr .desc_con .desc{
	font-size: 16px;
    text-align: center;
    background: #ffffffad;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 42px;
}
.about_banenr .desc_con .desc p{
	 line-height: 24px;
}

.wmjz_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.wmjz_banenr img {
	width: 100%;
}
.wmjz_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.wmjz_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.wmjz_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.wmjz_banenr .desc_con .desc_r{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.wmjz_banenr .desc_con .desc_r .title{
	font-size: 36px;
    padding-bottom: 40px;
    color: #FFFFFF;
}
.wmjz_banenr .desc_con .desc_l{
    display: flex;
    width: 60%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}
.wmjz_banenr .desc_con .desc_l .title_l{
    position: absolute;
    bottom: 74px;
    background: #ffffff;
    border-radius: 0 30px 30px 0;
    padding: 10px;
    padding-left: 50px;
    padding-right: 60px;
}
.wmjz_banenr .desc_con .desc_l img{
    width: 90%;
}


.h_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.h_banenr img {
	width: 100%;
}
.h_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.h_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.h_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.h_banenr .desc_con .desc_l{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.h_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 40px;
    color: #FFFFFF;
}
.h_banenr .desc_con .desc_l .desc{
	font-size: 22px;
    color: #FFFFFF;
}
.h_banenr .desc_con .desc_l .desc p{
	 line-height: 42px;
    color: #FFFFFF;
}
.h_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.h_banenr .desc_con .desc_r img{
    width: 90%;
}


.bdseo_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.bdseo_banenr img {
	width: 100%;
}
.bdseo_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.bdseo_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.bdseo_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.bdseo_banenr .desc_con .desc_l{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.bdseo_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 40px;
}
.bdseo_banenr .desc_con .desc_l .desc{
	font-size: 22px;
}
.bdseo_banenr .desc_con .desc_l .desc p{
	 line-height: 42px;
}
.bdseo_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.bdseo_banenr .desc_con .desc_r img{
    width: 90%;
}

.yw_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.yw_banenr img {
	width: 100%;
}
.yw_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.yw_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.yw_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.yw_banenr .desc_con .desc_l{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.yw_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 40px;
    color: #FFFFFF;
}
.yw_banenr .desc_con .desc_l .desc{
	font-size: 14px;
    color: #FFFFFF;
    padding: 20px;
    background: #858df9;
    display: inline-block;
    width: max-content;
    padding-right: 80px;
    padding-left: 30px;
}
.yw_banenr .desc_con .desc_l .desc p{
	 line-height: 32px;
    color: #FFFFFF;
}
.yw_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.yw_banenr .desc_con .desc_r img{
    width: 90%;
}




.zdfa_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.zdfa_banenr img {
	width: 100%;
}
.zdfa_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.zdfa_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.zdfa_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.zdfa_banenr .desc_con .desc_l{
    display: flex;
    max-width: 60%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.zdfa_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 40px;
}
.zdfa_banenr .desc_con .desc_l .title span{
	font-size: 16px;
    display: block;
}
.zdfa_banenr .desc_con .desc_l .desc{
	font-size: 14px;
    display: inline-block;
    width: max-content;
    max-width: 100%;
}
.zdfa_banenr .desc_con .desc_l .desc p{
	 line-height: 32px;
}
.zdfa_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.zdfa_banenr .desc_con .desc_r img{
    width: 90%;
}


.seofa_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.seofa_banenr img {
	width: 100%;
}
.seofa_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.seofa_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.seofa_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.seofa_banenr .desc_con .desc_l{
    display: flex;
    max-width: 60%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.seofa_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 40px;
    color: #ffffff;
}
.seofa_banenr .desc_con .desc_l .title span{
	font-size: 16px;
    display: block;
}
.seofa_banenr .desc_con .desc_l .desc{
	font-size: 14px;
    display: inline-block;
    width: max-content;
    color: #ffffff;
}
.seofa_banenr .desc_con .desc_l .desc p{
	 line-height: 32px;
}
.seofa_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.seofa_banenr .desc_con .desc_r img{
    width: 90%;
}

.seogfa_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.seogfa_banenr img {
	width: 100%;
}
.seogfa_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.seogfa_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.seogfa_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.seogfa_banenr .desc_con .desc_r{
    display: flex;
    max-width: 50%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.seogfa_banenr .desc_con .desc_r .title{
	font-size: 32px;
    padding-bottom: 40px;
    color: #ffffff;
}
.seogfa_banenr .desc_con .desc_r .title span{
	font-size: 16px;
    display: block;
}
.seogfa_banenr .desc_con .desc_r .desc{
	font-size: 14px;
    display: inline-block;
    color: #ffffff;
}
.seogfa_banenr .desc_con .desc_r .desc p{
	 line-height: 32px;
}
.seogfa_banenr .desc_con .desc_l{
    display: flex;
    width: 50%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.seogfa_banenr .desc_con .desc_l img{
    width: 90%;
}

.news_banenr {
	display: block;
    overflow: hidden;
    position: relative;
}

.news_banenr img {
	width: 100%;
}
.news_banenr .desc_ad{
   display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.news_banenr .desc_ads{
    display: flex;
    height: 100%;
}
.news_banenr .desc_con{
	display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.news_banenr .desc_con .desc_l{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.news_banenr .desc_con .desc_l .title{
	font-size: 45px;
    padding-bottom: 120px;
    color: #ffffff;
}
.news_banenr .desc_con .desc_l .title span{
	font-size: 16px;
    display: block;
}
.news_banenr .desc_con .desc_l .desc{
	font-size: 14px;
    display: inline-block;
    width: max-content;
}
.news_banenr .desc_con .desc_l .desc p{
	 line-height: 32px;
}
.news_banenr .desc_con .desc_r{
    display: flex;
    width: 100%;
    height: 100%;
    text-align: right;
    justify-content: center;
    align-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
}
.news_banenr .desc_con .desc_r img{
    width: 90%;
}
/*核心优势开始*/

.hxys_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.hxys_title h5 {
	font-size: 22px;
	color: #000;
	margin-bottom: 10px;
}

.hxys_title p {
	font-size: 14px;
	color: #8d8d8d;
}

.hxys_main {
	display: block;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	border-right: 0;
}

.hxys_main ul li {
	display: block;
	float: left;
	width: 25%;
	position: relative;
	padding: 40px 30px 30px 30px;
	text-align: center;
	overflow: hidden;
	border-right: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

.hxys_main ul li span {
	display: inline-block;
	margin-bottom: 15px;
}

.hxys_main ul li span i {
	color: #5db0e8;
	line-height: 1;
	font-size: 34px;
}

.hxys_main ul li h5 {
	font-size: 14px;
	color: #7b7a7a;
}

.hxys_main ul li p {
	font-size: 12px;
	color: #9c9c9c;
	min-height: 34px;
}

.hxys_info {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	text-align: left;
	transition: .6s;
	left: -100%;
	background: rgba(211, 39, 25, .7);
	padding: 18px 20px;
}
@font-face {
	font-family: 'iconfont_zz';
	/* project id 380611 */
	src: url('//at.alicdn.com/t/font_380611_u5b9vmwyvvpctyb9.eot');
	src: url('//at.alicdn.com/t/font_380611_u5b9vmwyvvpctyb9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_380611_u5b9vmwyvvpctyb9.woff') format('woff'), url('//at.alicdn.com/t/font_380611_u5b9vmwyvvpctyb9.ttf') format('truetype'), url('//at.alicdn.com/t/font_380611_u5b9vmwyvvpctyb9.svg#iconfont') format('svg');
}

.iconfont_zz {
	font-family: "iconfont_zz";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.hxys_info h2 {
	font-size: 14px;
	color: #fff;
	background: url(../images/hyxs_li_active_p_bg.png) no-repeat 0px 10px;
	padding-left: 8px;
	margin-bottom: 5px;
}

.hxys_info h3 {
	font-size: 12px;
	color: #fff;
}

.hxys_main ul li:hover .hxys_info {
	top: 0px;
	left: 0px;
}


/*网站建设 开始*/

.wzjs_top {
	display: block;
	padding: 25px 0;
	background: #f4f4f4;
}

.wzjs_top_l {
	display: inline-block;
	float: left;
}

.wzjs_top_l p {
	display: inline-block;
	font-size: 24px;
	color: #373737;
	line-height: 43px;
}

.wzjs_top_r {
	display: inline-block;
	float: right;
}

.wzjs_top_r a {
	display: inline-block;
	width: 177px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #3366ff;
	transition: .6s;
	color: #fff;
	font-size: 24px;
	border: 1px solid #3366ff;
}

.wzjs_top_r a:hover {
	background: #f4f4f4;
	color: #3366ff;
}

.wzjs_title {
	display: block;
	padding: 30px 0 50px 0;
	text-align: center;
}

.wzjs_title h5 {
	font-size: 30px;
	color: #343434;
	font-weight: 600;
	margin-bottom: 10px;
}

.wzjs_title p {
	font-size: 16px;
	color: #4c4c4c;
}

.wzjs_list {
	display: block;
}

.wzjs_list ul li {
	display: block;
	width: 24%;
	float: left;
	margin-right: 1%;
	padding-top: 45px;
	background: url(../images/wzjs_list_bg.png) repeat-x top left;
	text-align: center;
	border: 1px solid #afafaf;
	transition: .6s;
}

.wzjs_list ul li h3 {
	font-size: 24px;
	color: #4e4e4e;
	margin-bottom: 5px;
	transition: .6s;
	font-weight: 600;
}

.wzjs_list ul li h4 {
	font-size: 16px;
	color: #434343;
	transition: .6s;
}

.wzjs_list ul li h5 {
	display: block;
	margin: 20px auto;
	width: 144px;
	height: 144px;
	text-align: center;
	line-height: 144px;
	border-radius: 50%;
	border: 1px solid #cbcbcb;
	background: #fff;
	font-size: 27px;
	font-weight: 600;
	color: #7a7a7a;
	transition: .6s;
}

.wzjs_list ul li h5 font {
	font-size: 18px;
	color: #7a7a7a;
	transition: .6s;
}

.wzjs_list ul li p {
	display: block;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px dashed #cbcbcb;
	font-size: 14px;
	color: #4a4a4a;
}

.wzjs_list ul li p:first-of-type {
	border-top: 1px dashed #cbcbcb;
}

.wzjs_list ul li a {
	display: block;
	height: 58px;
	color: #4e4e4e;
	font-size: 18px;
	line-height: 58px;
	transition: .6s;
	font-family: "微软雅黑";
	background: #dbdbdb;
}

.wzjs_list ul li.active {
	background: #3366ff;
	border: 1px solid #3366ff;
}

.wzjs_list ul li.active h3,
.wzjs_list ul li.active h4 {
	color: #fff;
}

.wzjs_list ul li.active h5 {
	transform: rotateZ(360deg);
	border: 1px solid #3366ff;
	color: #3366ff;
}

.wzjs_list ul li.active h5 font {
	color: #3366ff;
}

.wzjs_list ul li.active a {
	background: #3366ff;
	color: #fff;
}

.wzjs_hezuo {
	display: block;
	padding: 50px 0 0 0;
}

.wzjs_hezuo_title {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.wzjs_hezuo_title h5 {
	font-size: 30px;
	color: #353535;
	font-weight: 600;
	margin-bottom: 10px;
}

.wzjs_hezuo_title h5 font {
	color: #3366ff;
	font-size: 30px;
	font-weight: 600;
}

.wzjs_hezuo_title p {
	font-size: 16px;
	color: #4c4c4c;
}

.wzjs_hezuo_list {
	display: block;
}

.wzjs_hezuo_list ul li {
	display: block;
	width: 19%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #b6b6b6;
	transition: .6s;
}

.wzjs_hezuo_list ul li a {
	display: block;
	overflow: hidden;
}

.wzjs_hezuo_list ul li a img {
	width: 100%;
	transition: .6s;
}

.wzjs_hezuo_list ul li:hover {
	border: 1px solid #3366ff;
}

.wzjs_hezuo_list ul li:hover a img {
	transform: scale(1.08);
}


/*网站建设 结束*/


/*网站优化 开始*/

.wzyh_main {
	display: block;
	padding: 50px 0;
	background: url(../images/wzyh_bg.png) no-repeat center top;
}

.wzyh_se1 {
	display: block;
	margin-bottom: 50px;
}

.wzyh_se1_title {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}

.wzyh_se1_title h5 {
	font-size: 34px;
	color: #3b3b3b;
	font-weight: 600;
	margin-bottom: 20px;
}

.wzyh_se1_title p {
	font-size: 14px;
	color: #6f6f6f;
}

.wzyh_se1_list {
	display: block;
}

.wzyh_se1_list ul li {
	display: block;
	width: 31.33%;
	float: left;
	margin: 0 1% 10px 1%;
	text-align: center;
	padding: 30px 0;
	background: #fff;
	transition: .6s;
	border: 1px solid #d1d1d1;
}
.wzyh_se1_list ul li:hover{
	border: 1px solid #3366ff;
	box-shadow: 3px 4px 10px 0px #666666;
}
.wzyh_se1_list ul li h4 {
	margin-bottom: 10px;
}

.wzyh_se1_list ul li h5 {
	font-size: 18px;
	color: #2992dc;
	margin-bottom: 10px;
	font-weight: 600;
}

.wzyh_se1_list ul li p {
	font-size: 14px;
	color: #515151;
}

.wzyh_se2,
.wzyh_se3 {
	display: block;
	margin-bottom: 50px;
}

.wzyh_se2_title,
.wzyh_se3_title,
.wzyh_se4_title {
	display: block;
}

.wzyh_se2_title h5,
.wzyh_se3_title h5,
.wzyh_se4_title h5 {
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.wzyh_se2_list {
	display: block;
	padding: 0px 12%;
}

.wzyh_se2_list ul li {
	display: block;
	width: 24%;
	float: left;
	margin: 0 1% 10px 0;
	transition: .6s;
	border: 1px solid #cdcdcd;
}

.wzyh_se2_list ul li a {
	display: block;
	overflow: hidden;
}

.wzyh_se2_list ul li a img {
	width: 100%;
	transition: .6s;
}

.wzyh_se2_list ul li:hover {
	border: 1px solid #3366ff;
}

.wzyh_se2_list ul li:hover a img {
	transform: scale(1.08);
}

.wzyh_se3_list {
	display: block;
}

.wzyh_se3_list ul li {
	display: block;
	width: 31.3333%;
	margin: 0 1% 20px 1%;
	min-height: 100px;
	float: left;
	transition: .6s;
	padding: 20px 0 0 120px;
}

.wzyh_se3_list ul li h5 {
	font-size: 16px;
	color: #fff;
}

.wzyh_se3_list ul li p {
	font-size: 12px;
	color: #fff;
}

.wzyh_se3_list ul li:nth-of-type(1) {
	background: url(../images/wzyh_se3_img1.png) no-repeat 20px 22px #55b3ff;
}

.wzyh_se3_list ul li:nth-of-type(2) {
	background: url(../images/wzyh_se3_img2.png) no-repeat 20px 16px #00ce7d;
}

.wzyh_se3_list ul li:nth-of-type(3) {
	background: url(../images/wzyh_se3_img3.png) no-repeat 20px 18px #ff4851;
}

.wzyh_se3_list ul li:nth-of-type(4) {
	background: url(../images/wzyh_se3_img4.png) no-repeat 35px 18px #3ee1e5;
}

.wzyh_se3_list ul li:nth-of-type(5) {
	background: url(../images/wzyh_se3_img5.png) no-repeat 37px 14px #ff6400;
}

.wzyh_se3_list ul li:nth-of-type(6) {
	background: url(../images/wzyh_se3_img6.png) no-repeat 20px 18px #9157c8;
}

.wzyh_se3_list ul li:hover {
	opacity: .6;
}

.wzyh_se4 {
	display: block;
}

.wzyh_se4_list {
	display: block;
	border: 3px solid #fff;
	background: url(../images/wzyh_se4_bg.png) no-repeat 100px 40px;
	padding: 40px 87px 0px 187px;
}

.wzyh_se4_list ul li {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #7cbcea;
	margin-bottom: 34px;
}

.wzyh_se4_list ul li h5 {
	font-size: 18px;
	color: #fff;
}

.wzyh_se4_list ul li p {
	font-size: 14px;
	color: #fff;
}


/*网站优化 结束*/


/*优化案例 开始*/

.list_product_title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.list_product_title h5 {
	display: block;
	font-size: 30px;
	color: #303030;
	font-weight: 600;
}

.list_product_title h5 font {
	font-size: 30px;
	color: #3366ff;
	font-weight: 600;
}

.list_product_title h5 span {
	font-size: 25px;
	color: #434343;
}

.list_product_t {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #B2B2B2;
	margin-bottom: 20px;
}

.list_product_t ul li {
	display: inline-block;
	width: 200px;
	height: 48px;
	text-align: center;
	transition: .6s;
	border: 1px solid #b2b2b2;
}

.list_product_t ul li a {
	display: block;
	font-size: 16px;
	color: #b2b2b2;
	line-height: 48px;
	height: 48px;
}

.list_product_t ul li.active {
	background: #3366ff;
	border: 1px solid #3366ff;
}

.list_product_t ul li.active a {
	color: #fff;
	text-decoration: none;
}

.list_product_t ul li:first-of-type {
	margin-right: 20px;
}

.product_list {
	display: none;
}

.product_list.active {
	display: block;
}

.product_list ul li {
	display: block;
	width: 32.33333%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 10px;
}

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

.product_list ul li .product_list_img {
	display: block;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	position: relative;
}

.product_list ul li .product_list_img img {
	width: 100%;
	transition: .6s;
}

.product_list ul li .product_list_img .product_list_more {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(175, 0, 0, 0.6);
	top: -100%;
	text-align: center;
	left: 0px;
	padding-top: 20%;
	transition: .6s;
}

.product_list ul li .product_list_img .product_list_more samp {
	display: block;
	font-family: "微软雅黑";
	margin-bottom: 15px;
}

.product_list ul li .product_list_img .product_list_more samp i {
	font-size: 38px;
	color: #fff;
}

.product_list ul li .product_list_img .product_list_more font {
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.product_list ul li span {
	display: block;
}

.product_list ul li span a {
	display: block;
	padding: 5px 0;
	background: #fff;
	color: #666;
	border: 1px solid #bebebe;
	transition: .6s;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.product_list ul li:hover .product_list_img {
	border: 1px solid rgba(175, 0, 0, .6);
}

.product_list ul li:hover .product_list_img img {
	transform: scale(1.08);
}

.product_list ul li:hover .product_list_more {
	top: 0px;
}

.product_list ul li:hover span a {
	background: #3366ff;
	border: 1px solid #3366ff;
	color: #fff;
}


/*优化案例 结束*/


/*新闻中心 开始*/

.news_list_title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.news_list_title h5 {
	display: block;
	font-size: 30px;
	color: #303030;
	font-weight: 600;
}

.news_list_title h5 font {
	font-size: 30px;
	color: #3366ff;
	font-weight: 600;
}

.news_list_title h5 span {
	font-size: 25px;
	color: #434343;
}

.news_list_t {
	display: block;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 20px;
}

.news_list_t ul li {
	display: inline-block;
}

.news_list_t ul li a {
	font-size: 18px;
	display: inline-block;
	color: #808080;
	transition: .6s;
	margin-right: 10px;
}

.news_list_t ul li.active a {
	color: #3366ff;
}

.news_list {
	display: none;
}

.news_list.active {
	display: block;
}

.news_list ul li {
	display: block;
	width: calc(100% / 3);
	float: left;
}
.news_list ul li .new_item{
	 margin: 20px;
    border: 1px solid #d3d3d3;
    background: #FFFFFF;
    border-radius: 10px;
}

.news_list ul li:nth-child(even) {
	margin-right: 0px;
}

.news_list ul li .news_list_time {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

.news_list ul li .news_list_time h5 {
    font-size: 56px;
    color: #fff;
    line-height: 1;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #d78080;
}

.news_list ul li .news_list_time p {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
}

.news_list ul li .news_list_info {
	padding: 9px 15px;
}

.news_list ul li .news_list_info h5 {
	display: block;
	margin-bottom: 8px;
}

.news_list ul li .news_list_info h5 a {
	display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #282828;
    transition: .6s;
}

.news_list ul li .news_list_info p {
	font-size: 14px;
	color: #6b6b6b;
	max-height: 40px;
	overflow: hidden;
}

.news_list ul li .news_list_info .news_list_more {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #727272;
	transition: .6s;
}

.news_list ul li:hover .news_list_info h5 a,
.news_list ul li:hover .news_list_info .news_list_more {
	color: #3366ff;
}


.bolg_news_con{
    background: #eeeeee;
    padding-top: 20px;
    padding-bottom: 40px;
}
.blog_list {
	display: none;
}
.blog_list.active {
	display: block;
}

.blog_list ul li {
	width: calc(100% / 2);
	float: left;
}
.blog_list ul li .blog_item{
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.blog_list ul li .blog_item p {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
}
.blog_list ul li .blog_item .blog_item_left{
	flex: 1;
	height: 100px;
	margin-right: 10px;
}
.blog_list ul li .blog_item .blog_item_left img{
	width: 100%;
	height: 100%;
}

.blog_list ul li .blog_item .blog_item_right{
	flex: 2;
}

.blog_list ul li .blog_item .blog_item_right .blog_item_right_title{
	display: block;
}

.blog_list ul li .blog_item .blog_item_right .blog_item_right_title a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	/* white-space: nowrap; */
	font-size: 18px;
	color: #282828;
	transition: .6s;
}

.blog_list ul li .blog_item .blog_item_right p {
	font-size: 14px;
	color: #6b6b6b;
	overflow: hidden;
}
.blog_list ul li .blog_item .blog_item_right .blog_item_right_time {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.blog_list ul li .blog_item .blog_item_right .blog_item_right_time_more {
	font-size: 12px;
	color: #727272;
	transition: .6s;
}

.blog_list ul li:hover .blog_item .blog_item_right .blog_item_right_title a,
.blog_list ul li:hover .blog_item .blog_item_right p,
.blog_list ul li:hover .blog_item .blog_item_right_time p,
.blog_list ul li:hover .blog_item .blog_item_right_time a{
	color: #3366ff;
}
.blog_list ul li:hover{
	color: #3366ff;
}
.blog_list ul li:nth-child(even) {
	margin-right: 0px;
}

/*新闻中心 结束*/


/*建站案例 开始*/

.case_list_title {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.case_list_title h5 {
	display: block;
	font-size: 30px;
	color: #303030;
	font-weight: 600;
}

.case_list_title h5 font {
	font-size: 30px;
	color: #3366ff;
	font-weight: 600;
}

.case_list_title h5 span {
	font-size: 25px;
	color: #434343;
}

.case_list_t {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	margin-bottom: 20px;
}

.case_list_t ul li {
	display: inline-block;
	margin-right: 10px;
}

.case_list_t ul li a {
	display: inline-block;
	width: 128px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	color: #666;
	border: 1px solid #666;
	transition: .6s;
}

.case_list_t ul li.active a {
	background: #3366ff;
	border: 1px solid #3366ff;
	color: #fff;
}

.case_list {
	display: none;
}

.case_list.active {
	display: block;
}

.case_list ul li {
	display: block;
	width: 24.5%;
	overflow: hidden;
	float: left;
	margin-right: 0.666667%;
	margin-bottom: 10px;
	position: relative;
}

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

.case_list ul li:before {
	content: " ";
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	transition: .6s;
	width: 100%;
	height: 100%;
}

.case_list ul li p {
	overflow: hidden;
	display: block;
}

.case_list ul li p img {
	width: 100%;
	transition: .6s;
}

.case_more {
	display: block;
	position: absolute;
	top: -100%;
	left: 0px;
	width: 100%;
	transition: .6s;
	height: 100%;
	padding-top: 20%;
	text-align: center;
}

.case_more font {
	display: inline-block;
	width: 109px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-family: "微软雅黑";
	background: #3366ff;
	color: #fff;
	border-radius: 5px;
	font-size: 20px;
}

.case_list ul li:hover:before {
	display: none;
}

.case_list ul li:hover p img {
	transform: scale(1.08);
}

.case_list ul li:hover .case_more {
	top: 0px;
}


/*建站案例 结束*/


/*新闻内页 开始*/

.conten {
	display: block;
}

.crumbs {
	display: block;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.crumbs,
.crumbs a,
.crumbs b,
.crumbs font,
.crumbs strong,
.crumbs span,
.crumbs p {
	color: #666;
	font-size: 14px;
}

.conten_title {
	display: block;
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
    color: #080808;
}
.conten_info h2 {
	display: block;
	padding-bottom: 15px;
	color: #080808;
	font-size: 24px;
	margin-top: 30px;
}
.conten_info h3 {
	font-size: 20px;
	margin-top: 30px;
 }
 
 .conten_info .wp-block-image{
    display: flex;
    justify-content: center;
}

.conten_bianji {
	display: block;
	text-align: center;
}

.conten_bianji span {
	display: inline-block;
	font-size: 14px;
	color: #080808;
	margin: 0px 10px;
}

.conten_bianji span p {
	display: inline-block;
	color: #080808;
}

.conten_info {
	display: block;
	padding: 20px 10px;
	border-bottom: 1px dashed;
}


.bdshare-button-style1-16 {
	text-align: center;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #080808;
}

.bdshare-button-style1-16 a {
	float: none !important;
}

.conten_page {
	display: flex;
    margin-top: 20px;
    text-align: left;
    justify-content: space-between;
    background: #eeeeee;
    padding: 15px;
    border-radius: 10px;
}

.conten_page p {
	display: block;
	font-size: 16px;
	color: #080808;
}
.conten_page .pagels{
    display: flex;
}
.conten_page .pagels .ljt{
    background: url(../images/pagel.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-right: 32px;
}
.conten_page .pagers{
    display: flex;
}
.conten_page .pagers .ljt{
    background: url(../images/pager.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-left: 32px;
}
.conten_page p a {
	font-size: 14px;
	color: #363636;
}


/*新闻内页 结束*/
/*产品内页 开始*/
.info_product{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #080808;
}
.info_product_l,.info_product_r{
	width: 50%;
	float: left;
}
.info_product_l{
	text-align: left;
	padding:0px 30px 0 0;
}
.info_product_l img{
	padding: 15px;
	width: 100%;
	border: 1px solid #080808;
}
.info_product_r ul li{
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.info_product_r ul li:last-of-type{
	border-bottom: 0px;
}
.info_product_r .bdshare-button-style1-16{
	padding: 0px;
	border-bottom: 0px;
	text-align: left;
}
.info_product_r ul li,.info_product_r ul li b,.info_product_r ul li a{
	font-size: 16px;
	color: #080808;
}
.info_product_conten,.other_product{
	display: block;
	margin-top: 20px;
}
.info_product_conten h5,.other_product h5{
	display: block;
	padding: 10px 0;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #080808;
	margin-bottom: 10px;
}
.info_product_conten .infp_product_con{
	padding: 10px;
	color: #080808;
}
.other_product ul li{
	display: block;
	width: 24%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
}
.other_product ul li p{
	display: block;
	overflow: hidden;
}
.other_product ul li p img{
	width: 100%;
	transition: .6s;
}
.other_product ul li span{
	display: block;
}
.other_product ul li span a{
	padding: 5px 0;
	font-size: 14px;
	display: block;
	transition: .6s;
	text-align: center;
	color: #080808;
}
.other_product ul li:hover p img{
	transform: scale(1.08);	
}
.other_product ul li:hover span a{
	background: #808080;
	color: #fff;
}
.info_product_btn{
	display: block;
	margin-top: 10px;
}
.info_product_btn a{
	padding: 15px;
	font-size: 14px;
	color: #fff;
}
.info_product_btn a:first-of-type{
	border-radius: 5px 0 0 5px;
}
.info_product_btn a:last-of-type{
	border-radius: 0 5px 5px 0;
}
/*产品内页 结束*/


/*网站地图 开始*/

.lisitemap {
	float: left;
	list-style: none
}

.content_map {
	display: block;
	margin-bottom: 10px;
}

.content_map p {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #3366ff;
	font-size: 16px;
	margin-bottom: 10px;
}

.content_map ul {
	display: block;
}

.content_map ul li {
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	border: 1px solid #666;
	color: #666;
	font-size: 14px;
	padding: 5px;
}


/*网站地图 结束*/


/*在线留言 开始*/

.ask_main {
	display: block;
}

.ask_main h5 {
	display: block;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
}

.guestbook_info {
	display: block;
}

.guestbook_info span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.guestbook_sub {
	display: block;
	margin-top: 10px;
	text-align: right;
}


/*在线留言 结束*/

.page {
	display: block;
	margin-top: 20px;
	text-align: center;
}

.page a {
	display: inline-block;
    padding: 5px 10px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    color: #666;
    margin: 5px;
}

.main {
	display: block;
	padding: 20px 0;
}

.m_footer_info {
	display: none;
}

.m_footer_info h5 {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.m_footer_info p {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.m_footer_info p img {
	width: 100%;
}

/* 首页合作伙伴  开始*/

.index-partner {padding:40px 0;overflow:hidden;}

.index-partner-list{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: hsla(0, 0%, 100%, .05);
	border-radius: 20px;
	overflow: hidden;
}
.index-partner-grid{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}
.index-partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-partner-item img{
	max-width: 100%;
	height: auto;
	max-height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	transition: transform .3s ease;
}
/* 首页合作伙伴  结束*/


/*移动端样式 开始*/


/*小屏幕手机样式 开始*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.crumbs {
		padding: 10px 10px 0 10px;
		margin-bottom: 0;
	}
	.header_meta,
	.logo_wel,
	.logo_sea,
	.nav>li,
	#divOranIm,
	.carousel-indicators,
	.index_fen_conten,
	.in_case_list_more,
	.index_advan,
	/* .footer_nav,
	.footer_er,
	.footer_links,
	.footer_beian, */
	.product_list ul li .product_list_img .product_list_more,
	.case_more,
	.case_list ul li:before,
	.jx_main_l{
		display: none;
	}
	.footer_content {
		padding-left: 0px;
	}
	.jx_main_r{
		margin: 0;
	}
	.jx_main_r,
	.logo_img img,
	.logo_tel img,
	.footer_content {
		width: 100%;
	}
	.jx_title{
		margin-bottom: 15px;
	}
	.jx_list ul li{
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	.navbar,
	.jx_main{
		height: auto;
		padding: 5px 0;
	}
	.nav_div{
	    display: inline-flex;
	    width: 100%;
		flex-direction: column;
	    justify-content: space-between;
	}
	.nav {
		height: auto;
		line-height: 1;
		margin: 0px;
	}
	.nav>li {
		width: 25%;
		float: left;
		border: 1px solid #fff;
	}
	.nav>li:nth-of-type(1),
	.nav>li:nth-of-type(2),
	.nav>li:nth-of-type(3),
	.nav>li:nth-of-type(4),
	.nav>li:nth-of-type(5),
	.nav>li:nth-of-type(6),
	.nav>li:nth-of-type(7),
	.nav>li:nth-of-type(8) {
		display: block;
	}
	.nav li a {
		text-align: center;
		font-size: 12px;
		padding: 10px 0;
	}
	.carousel,.nei_banenr,.wmjz_banenr,.h_banenr,.bdseo_banenr,.bdgg_banenr,.yw_banenr,.zdfa_banenr,
	.seofa_banenr,.seogfa_banenr,.news_banenr,.about_banenr,.news_banenr {
	    margin-top: 45px;
	}
	.logo {
		padding: 5px 0;
	}
	.container {
		padding: 0px;
	}
	.index_yxl{
		padding: 10px;
	}
	.index_reason{
		padding: 0px;
	}
	.index_news,
	.wzjs_top{
		padding: 10px 0;
	}
	
	.wzjs_top{
		display:none;
	}
	.in_xyl_title h5,
	.in_case_list ul li span a,
	.in_reason_main ul li h5 {
		font-size: 14px;
	}
	.in_xyl_title p,
	.in_case_main_t ul li a,
	.in_reason_title p,
	.in_reason_main ul li p {
		font-size: 12px;
	}
	.in_reason_title p{
		padding: 10px;
	}
	.in_xyl_title,
	.in_case_title,
	.in_reason_title,
	.in_news_title {
		margin-bottom: 10px;
	}
	.in_yxl_main ul li {
		width: 50%;
		padding-top: 15px;
	}
	.in_reason_main ul li {
		width: 50%;
	}
	.in_yxl_main ul li:nth-of-type(5) {
		display: none;
	}
	.index_case {
		padding: 10px;
		/* background: #313131; */
	}
	.service-overlay {
	    top: 10%;
	    left: 5%;
	    width: calc(100% - 10%);
	    height: calc(100% - 40%);
	    padding: 0;
	}
	.service-description {
	    text-align: center;
	    color: #333;
	    font-size: 12px;
	    pointer-events: auto; /* 添加这行 */
	}
	/* .index_case {
		display: block;
		padding: 50px 0 25px 0;
	} */
	.in_case_title h5,
	.in_news_title h5 {
		font-size: 24px;
	}
	.in_case_main_t ul li {
		padding: 5px;
		margin-right: -4px;
	}
	.in_case_list ul li {
		width: 48%;
	}
	.in_news_t ul li {
		margin-right: 2px;
	}
	.in_news_t ul li a {
		font-size: 12px;
	}
	.in_reason_main{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.in_reason_main .service_left {
	    width: 100%;
	}
	.in_reason_main .service_right {
	    width: 100%;
		padding: 10px;
	}
	
	.in_reason_main ul li:nth-of-type(2),
	.in_reason_main ul li:nth-of-type(3),
	.in_reason_main ul li:nth-of-type(6) {
		background: #3366ff;
	}
	.in_reason_main ul li:nth-of-type(1),
	.in_reason_main ul li:nth-of-type(4),
	.in_reason_main ul li:nth-of-type(5) {
		background: #e7e7e7;
	}
	.in_reason_main ul li:nth-of-type(2) h5,
	.in_reason_main ul li:nth-of-type(2) p,
	.in_reason_main ul li:nth-of-type(3) h5,
	.in_reason_main ul li:nth-of-type(3) p,
	.in_reason_main ul li:nth-of-type(6) h5,
	.in_reason_main ul li:nth-of-type(6) p {
		color: #fff;
	}
	.in_reason_main ul li:nth-of-type(1) h5,
	.in_reason_main ul li:nth-of-type(1) p,
	.in_reason_main ul li:nth-of-type(4) h5,
	.in_reason_main ul li:nth-of-type(4) p,
	.in_reason_main ul li:nth-of-type(5) h5,
	.in_reason_main ul li:nth-of-type(5) p {
		color: #363636;
	}
	.in_reason_main ul li {
		padding: 50px 5px 0 5px;
		min-height: 150px;
	}
	
	.in_reason_main .youshi_left {
		width: 100%;
	}
	.in_reason_main .youshi_right {
	    width: 100%;
	}
	.order-timeline {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    padding: 10px;
	    border: 1px solid #b6b6b6;
	    border-radius: 10px;
	}
	.step-icon {
	    width: 30px;
	    height: 30px;
	    background-color: #e8e8e8;
	    margin: 0 auto;
	    font-size: 20px;
	}
	.step-label {
		font-size: 12px;
	}
	.connector {
		width: 30px;
		margin-top: -50px;
	}
	.in_news_list ul li {
		width: 100%;
	}
	.in_news_list ul li .in_news_time {
		width: 70px;
		height: 70px;
	}
	.in_news_list ul li .in_news_time h5 {
		font-size: 33px;
	}
	.in_news_list ul li .in_news_time p {
		font-size: 12px;
	}
	.in_news_list ul li .in_news_info {
		width: 75%;
	}
	.in_news_list ul li .in_news_info p {
		height: 36px;
		overflow: hidden;
	}
	.in_news_list ul li:nth-child(even) {
		margin-left: 0px;
	}
	.in_news_main {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 10px;
	}
	.in_news_main .news_ltem {
	    width: 100%;
	}
	.in_news_main .news_ltem .news_con li {
		flex-direction: column;
		justify-content: flex-end;
		line-height: 30px;
	}
	.in_news_main .news_ltem .news_con li span{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	
	.in_news_main .news_ltem .news_con li .img{
		display: none;
	}
	.in_news_main .news_ltem .news_con li .date{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		width: 200px;
	}

	
	.in_fuwu_main {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding-top: 0px;
	}
	.in_fuwu_main .service_left img {
		display: none;
	}
	.in_fuwu_main .service_left{
		width: 0px;
	}
	.in_fuwu_main .service_right {
		width: 100%;
		padding: 10px;
	}
	
	.in_fuwu_main .service_right .service_ritem .ititle {
		font-size: 22px;
		display: flex;
		align-items: center;
	}
	.in_fuwu_main .service_right .service_ritem .istitle {
		font-size: 16px;
		line-height: 50px;
		text-align: center;
		border-radius: 20px;    
		margin-bottom: 10px;
		margin-left: 50px;
	}
	
	.in_buju_main{
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.in_buju_main .buju_item {
	    width: 32%;
	    padding: 10px 0;
	}
	.in_buju_main .buju_item span {
		font-size: 14px;
		padding: 5px;
	}
	.in_buju_main .buju_item .bjcon {
	    font-size: 12px;
	    padding: 10px 5px;
	}

	.in_info_main .info-con{
		padding: 0px;
		line-height: 24px;
		font-size: 14px;
	}

	.in_info_main ul li {
		width: calc(100% / 6);
		min-height: 80px;
	}

	.in_info_main ul li .info-icon {
		width: 50px;
		padding: 10px;
	}

	.in_info_main ul li .info-title {
		font-size: 12px;
		margin-top: 10px;
	}
	
	.order-timelines {
	    padding: 10px;
		align-items: start;
		border: 0;
	}
	.connectors{
		margin-top: 20px;
	}
	.in_jianzhan{
		background: #ffffff;
	}
	.step-icons {
	    width: 40px;
	    height: 40px;
	}
	.step-labels {
	    margin-top: 10px;
	    font-size: 12px;
	}
	.step-cons {
	    margin-top: 10px;
	    font-size: 12px;
	}
	
	.wmjz_banenr .desc_ad {
	    
	}
	.wmjz_banenr .desc_ads {
	    display: flex;
	    height: 100%;
	}
	.wmjz_banenr .desc_con {
	    display: inline-flex;
	    justify-content: space-between;
	    width: 100%;
	}
	.wmjz_banenr .desc_con .desc_l {
	    display: flex;
	    width: 60%;
	    height: 100%;
	    justify-content: center;
	    flex-direction: column;
	    flex-wrap: wrap;
	    position: relative;
	}
	.wmjz_banenr .desc_con .desc_l .title_l {
	    bottom: 10px;
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 12px;
	}
	.wmjz_banenr .desc_con .desc_r {
	    padding: 10px;
	}
	.wmjz_banenr .desc_con .desc_r .title {
	    font-size: 18px;
	    padding-bottom: 0px;
	}
	
	
	.in_wmjz_main {
		flex-direction: column;
	    justify-content: center;
		align-items: center;
	    height: auto;
	    width: 100%;
	    padding-left: 50px;
	    padding-right: 50px;
		padding-top: 0;
		background:none;
	}
	.waimao_in_reason_title{
	    margin-bottom: 0px;
	}
	.in_wmjz_main .item2{
	    margin-top: 60px;
	}
	.in_wmjz_main .item4{
	    margin-top: 60px;
	}
	
	.in_jzlx_main {
	    justify-content: center;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.in_jzlx_main .jzlx_item {
	    width: 25%;
	}
	.in_jzlx_main .jzlx_item .item_div {
	    padding: 5px;
	    margin: 5px;
	}
	.in_jzlx_main .jzlx_item span.img {
	    padding: 0;
	}
	.in_jzlx_main .jzlx_item span {
	    font-size: 12px;
	    padding: 0px;
	}
	.in_jzlx_main .jzlx_item span.img img {
	    height: 40px;
	}
	.in_jzlx_main .jzlx_item span {
	    width: 100%;
	    text-align: center;
	    font-size: 14px;
	    display: inline-block;
	    padding: 0px;
	}
	.in_jzlx_main .jzlx_item .line {
	    position: relative;
	    height: 2px;
	    background: #fff;
	    margin: 0 20px 0 20px;
	}
	.in_jzlx_main .jzlx_item .bjcon {
	    font-size: 12px;
	    display: inline-block;
	    padding: 0;
	}
	.in_wpjz_info {
	    flex-direction: column;
	}
	.in_wpjz_info .wpjz_l {
	    justify-content: center;
	    align-items: center;
	    font-size: 14px;
	}
	.in_wpjz_info .wpjz_r {
	    width: 100%;
	}
	.in_googlewmys_main .googlewmys_item {
	    padding-right: 0px;
	}
	.in_googlewmys_main .googlewmys_item .cols_item {
	    margin: 10px;
	    padding: 20px 10px 20px 10px;
	}
	.in_googlewmys_main .googlewmys_item .cols_item .tit {
	    font-size: 16px;
	}
	.in_googlewmys_main .googlewmys_item .cols_item .tit span img {
	    height: 40px !important;
	}
	.in_googlewmys_main .googlewmys_item .cols_item .tit .text {
	    font-size: 16px;
	}
	.in_googlewmys_main .googlewmys_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	    font-size: 12px;
	    text-align: center;
	    padding: 0px;
	}
	.wmjz_order-timelines {
	    padding: 0;
	}
	.wmjz_step-icons {
	    width: 36px;
	    height: 36px;
	    font-size: 20px;
	    padding: 10px;
	}
	.wmjz_step-labels {
	    margin-top: 10px;
	    font-size: 12px;
	}
	.in_newslr_main .news_ltem {
	    width: 100%;
	    display: inline-flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    padding: 10px;
	}
	.in_newslr_main .news_ltem li {
	    width: 100%;
		display: flex;
		flex-direction: column;
		line-height: 30px;
	}
	.in_newslr_main .news_ltem li .newscon {
	    display: flex;
	    justify-content: center;
	    padding: 10px;
	}
	.in_newslr_main .news_ltem li span {
	    display: flex;
	    justify-content: flex-end;
	}
	
	.h_banenr .desc_con{
		padding-left: 10px;
		padding-right: 10px;
	}
	.h_banenr .desc_con .desc_l {
	    display: flex;
	    width: 100%;
	    justify-content: center;
	    flex-wrap: wrap;
	    flex-direction: column;
	    text-align: left;
	    padding-left: 10px;
	}
	.h_banenr .desc_con .desc_r {
	    width: 10%;
	    height: 100%;
	    justify-content: center;
	    align-content: flex-end;
	    flex-direction: column;
	    flex-wrap: wrap;
	}
	.h_banenr .desc_con .desc_l .title {
	    font-size: 18px;
	    padding-bottom: 10px;
	}
	.h_banenr .desc_con .desc_l .desc {
	    font-size: 14px;
	}
	.h_banenr .desc_con .desc_l .desc p {
	    line-height: 16px;
	}
	.h_banenr .desc_con .desc_r img {
	    width: 100%;
	}
	.in_googleseo_main .googleseo_item .item_top {
	    padding: 5px;
	}
	
	.in_googleseo_main .googleseo_item span {
	    font-size: 16px;
	    padding: 0;
	    margin-top: 5px;
	}
	.in_googleseo_main .googleseo_item .bjcon {
	    font-size: 12px;
	    padding: 5px;
	}
	.in_googleseo_main .googleseo_item .bjcon p {
	    line-height: 20px;
	}
	.in_googleys_main {
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.in_googleys_main .googleys_item {
	    width: 100%;
	}
	.in_googleys_main .googleys_item .item_list.list_1, .in_googleys_main .googleys_item .item_list.list_2,
	.in_googleys_main .googleys_item .item_list.list_3, .in_googleys_main .googleys_item .item_list.list_4,
	.in_googleys_main .googleys_item .item_list.list_5, .in_googleys_main .googleys_item .item_list.list_6{
	    right: 0;
	    top: 0;
	    position: static;
	    width: auto;
	    height: auto;
	}
	.in_googleys_main .googleys_item .item_list.list_1 .list, .in_googleys_main .googleys_item .item_list.list_2 .list, 
	.in_googleys_main .googleys_item .item_list.list_3 .list {
	    text-align: left;
	}
	.in_googlelc_main {
	    padding-top: 10px;
	    padding-bottom: 0;
	}
	.in_googlelc_main .googlelc_item .cols_item {
	    padding: 10px 5px 10px 5px;
	}
	.in_googlelc_main .googlelc_item .cols_item .tit {
	    font-size: 16px;
	    padding-bottom: 5px;
	}
	.in_googlelc_main .googlelc_item .cols_item .tit span img {
	    height: 34px !important;
	}
	.in_googlelc_main .googlelc_item .cols_item .tit .text {
	    padding-left: 10px;
	}
	.in_googlelc_main .googlelc_item .cols_item .desc {
	    line-height: 18px;
		font-size: 12px;
		height: 110px;
	}
	.in_googlefw_main {
	    
	}
	.in_googlefw_main .googlefw_item .cols_item {
	    padding: 10px 0;
	}
	.in_googlefw_main .googlefw_item .cols_item .tit {
	    width: 40px;
	}
	.in_googlefw_main .googlefw_item .cols_item .tit img {
	    height: 30px !important;
	}
	.in_googlefw_main .googlefw_item .cols_item .desc {
	    line-height: 18px;
	    padding-left: 5px;
		font-size: 14px;
	}
	.in_googlefw_main .googlefw_item .cols_item .desc .text {
	    font-size: 18px;
	}
	.in_googlefw_main .googlefw_item .cols_item .desc .descon {
		margin-top: 10px;
	}
	.in_googleqa_main {
	    
	}
	.in_googleqa_main .question {
	    padding-right: 0;
	}
	.in_googleqa_main .question .cols_item {
	    padding: 5px;
	}
	.in_googleqa_main .question .cols_item h3{
		font-size: 18px;
	}
	.in_googleqa_main .question .aslist {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	    margin-top: 10px;
	}
	.in_googleqa_main .question .aslist em {
	    font-size: 14px;
	}
	.in_googleqa_main .question .aslist div {
	    padding-left: 0px;
	}
	.in_googleqa_main .question .aslist div p {
	    line-height: 20px;
		 font-size: 14px;
	}
	.in_googlestep_main {
	    
	}
	.in_googlestep_step{
		margin-left: 0;
		margin-right:0;
	}
	.in_googlestep_main{
		font-size: 12px;
	}
	.in_googlestep_main .step1,.in_googlestep_main .step2, .in_googlestep_main .step3, .in_googlestep_main .step4,
	.in_googlestep_main .step5, .in_googlestep_main .step8, .in_googlestep_main .step9, 
	.in_googlestep_main .step10,.in_googlestep_main .step12,.in_googlestep_main .step13, .in_googlestep_main .step14{
	    width: 20%;
	    padding: 5px;
	    border-radius: 0 35px 35px 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.in_googlestep_main .step6 {
	    width: 70px;
	    text-align: center;
	    padding: 10px;
	    right: 0;
	    height: 100%;
	}
	.in_googlestep_main .step11{
		width: 10%;
		bottom: -30px;
	}
	.in_googlestep_main .step11 span img {
	    width: 50px;
	}
	
	.in_googlestep_main .step7 {
		width: 20%;
		padding: 5px;
		border-radius: 0 35px 35px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	    z-index: 11;
	}
	
	.bdseo_banenr .desc_con .desc_l {
		padding-left: 10px;
	}
	.bdseo_banenr .desc_con .desc_l .title {
	    font-size: 18px;
	    padding-bottom: 10px;
	}
	.bdseo_banenr .desc_con .desc_l .desc {
	    font-size: 14px;
	}
	.bdseo_banenr .desc_con .desc_l .desc p {
	    line-height: 16px;
	}
	
	.in_wt_main .service_left {
	    width: 30%;
	}
	.in_wt_main .service_right {
	    width: 55%;
	}
	.in_wt_main .service_right dd {
	    padding: 0;
	    font-size: 14px;
	}
	.in_wt_main .service_right .dd1{
	    margin-left: -54px;
	}
	.in_wt_main .service_right .dd2 {
	    margin-left: 25px;
	}
	.in_wt_main .service_right .dd3 {
	    margin-left: -31px;
	}
	.in_wt_main .service_right .dd4{
	    margin-left: 81px;
	}
	.in_wt_main .service_right .dd5 {
	    margin-left: 53px;
	}
	.in_wt_main .service_right .dd6 {
		margin-left: 67px;
	}
	.in_wt_main .service_right .dd7{
		margin-left: -35px;
	}
	.in_wt_main .service_right .dd8 {
	    margin-left: -61px;
	}
	.in_wt_main .service_right .dd9 {
	    margin-left: -74px;
	}
	.in_googleyhys_main .googledyhys_item {
	    margin-bottom: 10px;
	}
	.in_googleyhys_main .googledyhys_item .cols_item {
		margin:0;
		padding: 20px 10px;
	}
	.in_googleyhys_main .googledyhys_item .cols_item .tit .text {
	    font-size: 16px;
	}
	.in_googleyhys_main .googledyhys_item .cols_item .tit span img {
	    height: 60px !important;
	}
	.in_googleyhys_main .googledyhys_item .cols_item .desc {
	    line-height: 18px;
	    height: auto;
	    font-size: 13px;
	    padding: 0;
	}
	
	.in_fwlc_main {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding-top: 0;
	    padding-bottom: 20px;
	}
	.in_fwlc_main .service_left {
	    width: 100%;
	}
	.in_fwlc_main .service_right {
	    width: 100%;
	}
	.in_fwlc_main .service_right .item_list {
	    padding: 10px;
	}
	.in_fwlc_main .service_right .item_list .title {
	    font-size: 16px;
	    line-height: 40px;
	}
	.in_fwlc_main .service_right .item_list .desc p{
	    font-size: 12px;
	}
	.in_yhwq_main {
	    flex-direction: column;
	    justify-content: center;
		padding: 20px 10px;
	}
	
	.in_yhwq_main .service_right {
	    width: 100%;
	}
	
	.in_yhwq_main .service_left {
	    width: 100%;
	}
	
	.in_reason_main .ggtf_left {
	    width: 100%;
	}
	.in_reason_main .ggtf_right {
	    width: 100%;
	}
	.in_googlecd_main {
	}
	.in_googlecd_main .googlecd_item {
	    padding-right: 0;
	}
	.in_googlecd_main .googlecd_item .cols_item {
	    padding: 0;
	}
	.in_googlecd_main .googlecd_item .cols_item .tit {
	    font-size: 18px;
	    width: 50px;
	}
	.in_googlecd_main .googlecd_item .cols_item .desc {
	    line-height: 20px;
	    font-size: 12px;
	    padding-left: 5px;
	}
	.in_googleadfw_div {
	    flex-direction: column;
	}
	.in_googleadfw_main .googleadfw_item {
	    padding-right: 0px;
	}
	.in_googleadfw_main .googleadfw_item .cols_item .item_text {
	    padding: 10px 5px 0px 5px;
	}
	.in_googleadfw_main .googleadfw_item .cols_item .item_text {
	    padding: 10px 5px 0px 5px;
	}
	.in_googleadfw_main .googleadfw_item .cols_item .desc{
		font-size: 12px;
	}
	.in_googleadfw_r {
	    width: 100%;
		display: flex;
		align-items: center;
		align-items: center;
	}
	.in_googleadfw_r .in_googleadfw_rm {
	    position: static;
		width: 100%;
		display: flex;
		align-items: center;
		align-items: center;
	}
	.in_googletg_main {
	    padding-left: 0;
	}
	.in_googletg_main .googletg_item .cols_item {
	    padding: 0;
		font-size: 12px;
	}
	.in_googletg_r .in_googletg_rm {
	    width: 150px;
	    height: 650px;
	}
	.in_googletg_r .in_googletg_rm li {
	    padding: 10px;
	    background: #ffffff;
	    margin-bottom: 20px;
	    margin-left: 10px;
	    width: 88%;
	    border-radius: 0 30px 30px 0;
	    list-style: unset;
	}
	
	.in_googlehzlc_main {
	    border-radius: 30px;
	    padding: 10px;
	}
	.in_googlehzlc_main .googlehzlc_item {
	    padding-right: 0;
	}
	.in_googlehzlc_main .googlehzlc_item .cols_item {
	    margin-bottom: 0;
	}
	.in_googlehzlc_main .googlehzlc_item .cols_item .tit {
	    font-size: 14px;
	}
	.in_googlehzlc_main .googlehzlc_item .cols_item .tit .img {
	    width: 60px;
	    height: 60px;
	}
	.in_googlehzlc_main .googlehzlc_item .cols_item .tit span img {
	    height: 30px !important;
	}
	.in_googlehzlc_main .googlehzlc_item .cols_item .desc {
	    line-height: 18px;
	}
	.googleedu_news .in_edunews_div {
	    flex-direction: column;
	}
	.googleedu_news .in_edunews_div .edunews_l {
	    width: 100%;
	}
	.googleedu_news .in_edunews_div .edunews_l .in_news_info {
	    padding: 10px;
	    margin-bottom: 10px;
	}
	.googleedu_news .in_edunews_div .edunews_r {
	    width: 100%;
	    padding-left: 0;
	}
	.googleedu_news .in_edunews_div .edunews_r li {
	    padding: 10px;
	    margin-bottom: 10px;
	}
	.googleedu_news .in_edunews_div .edunews_r li:last-child {
	    padding: 10px;
	    margin-bottom: 0;
	}
	.googleedu_news .in_edunews_main {
		padding: 10px;
	    flex-direction: column;
	}
	.googleedu_news .in_edunews_main .news_ltem {
	    width: 100%;
	}
	.googleedu_news .in_edunews_main .news_ltem .news_con li {
	    flex-direction: column;
	    line-height: 36px;
	}
	.googleedu_news .in_edunews_main .news_ltem .news_con li span {
		text-align: right;
	}
	.bdgg_banenr .desc_con .title {
	    font-size: 30px;
	    padding-bottom: 0;
	}
	.bdgg_banenr .desc_con .desc {
	    font-size: 16px;
	}
	.bdgg_banenr .desc_con .desc p {
	    line-height: 20px;
	}
	.in_bdgg_info {
	    flex-direction: column;
	    height: auto;
	}
	.in_bdgg_info .wpjz_l {
	    padding: 40px 0px 40px 0px;
	    width: 100%;
	}
	.in_bdgg_info .wpjz_l .bdgg_item .tit {
	    font-size: 16px;
	}
	.in_bdgg_info .wpjz_l .bdgg_item .tit .img {
	    width: 20px;
	}
	.in_bdgg_info .wpjz_l .bdgg_item .desc {
	    padding-top: 10px;
	    font-size: 14px;
	    padding-left: 23px;
	}
	.in_reason_title .img img {
	    height: 60px;
	}
	.in_gglx_main {
	    flex-direction: column;
	    padding-top: 20px;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.in_gglx_main .jzlx_item.item_1 {
	    margin-top: 0px;
	}
	.in_gglx_main .jzlx_item {
	    width: 100%;
	}
	.in_gglx_main .jzlx_item .item_div {
	    padding: 10px;
	}
	.in_gglx_main .jzlx_item .title {
	    padding-top: 0;
	}
	.in_gglx_main .jzlx_item span {
	    font-size: 22px;
	}
	.in_gglx_main .jzlx_item .bjcon {
	    font-size: 14px;
	    padding: 10px;
	    line-height: 24px;
	    height: auto;
	}
	.in_gglx_main .jzlx_item.item_5 {
	    margin-top: 10px;
	}
	.in_bdggys_info {
	    flex-direction: column;
	    padding: 30px 0px 30px 10px;
	}
	.in_bdggys_info .bdgg_item {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.in_bdggys_info .bdgg_item .line {
	    border-left: 0 dashed #3366ff;
	    margin: 0;
	}
	.in_jxhyy_list ul li {
		flex: 0 0 100%;
	    margin: 0 0 10px 0;
	}
	.in_ggzxxs_div {
	    height: auto; 
		flex-direction: column;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.in_ggzxxs_div .ggzxxs_infol {
	    width: 100%;
		
	}
	.in_ggzxxs_div .zxxs_item .title span {
	    padding: 10px;
	    font-size: 14px;
	    width: 100px;
	}
	.in_ggzxxs_div .ggzxxs_infol .item_2,.in_ggzxxs_div .ggzxxs_infol .item_3,.in_ggzxxs_div .ggzxxs_infol .item_4 {
	    margin-top: 20px;
	    margin-left: 0;
	}
	.in_ggzxxs_div .zxxs_item .desc {
	    padding: 5px 0px 0px 10px;
	}
	.in_ggzxxs_div .ggzxxs_infor {
	    width: 100%;
		position: static;
	}
	.in_ggzxxs_div .ggzxxs_infor .item_1 {
	    top: 0;
	}
	.in_ggzxxs_div .ggzxxs_infor .zxxs_item {
	    display: flex;
	    position: static;
	}
	.in_ggzxxs_div .ggzxxs_infor .zxxs_item .l {
	    writing-mode: horizontal-tb;
	    text-orientation: upright;
	}
	.in_ggzxxs_div .ggzxxs_infor .zxxs_item {
		display: flex;
		position: static;
	}
	.in_ggzxxscon {
	    height: auto;
	}
	.in_bdgghzlc_main {
	    border-radius: 30px;
	    padding: 10px;
	}
	.in_bdgghzlc_main .googlehzlc_item .cols_item .tit {
	    font-size: 16px;
	}
	.in_bdgghzlc_main .googlehzlc_item .cols_item .tit .img {
	    width: 60px;
	    height: 60px;
	}
	.in_bdgghzlc_main .googlehzlc_item .cols_item .tit span img {
	    height: 30px !important;
	}
	.in_bdgghzlc_main .googlehzlc_item .cols_item .desc {
	    line-height: 20px;
	    font-size: 12px;
	}
	.yw_banenr .desc_con .desc_l {
		padding-left: 10px;
	}
	.yw_banenr .desc_con .desc_l .title {
	    font-size: 16px;
	    padding-bottom: 0;
	}
	.yw_banenr .desc_con .desc_l .desc {
	    font-size: 12px;
	    padding: 0px;
	    padding-right: 100px;
	    padding-left: 0px;
	}
	.yw_banenr .desc_con .desc_l .desc p {
	    line-height: 20px;
	}
	.in_yw_main {
		flex-direction: column;
	    justify-content: center;
	}
	.in_yw_main .service_left,.in_yw_main .service_right  {
	    width: 100%;
		font-size: 14px;
	}
	.in_yw_main .service_right .right1, .in_yw_main .service_right .right2 {
	    width: 20px;
	    height: 30px;
	}
	.in_yw_main .service_right dd {
	    padding: 0 10px 10px 10px;
	    text-indent: 20px;
	}
	.in_googledyw_main .googledyw_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_wztg_div {
	    padding: 0px;
	}
	.in_wztg_list ul li .desc {
	    padding: 10px 0;
	}
	.in_wztg_list ul li span a {
	    font-size: 12px;
	    padding: 6px 14px 6px 14px;
	    border-radius: 16px;
	}
	.in_googledyx_main .googledyx_item .cols_item {
	    margin: 10px 0;
	    padding: 20px 10px;
	    border-radius: 20px;
	}
	.in_googledyx_main .googledyx_item .cols_item .tit span img {
	    height: 40px !important;
	}
	.in_googledyx_main .googledyx_item .cols_item .tit .text {
	    font-size: 16px;
	}
	.in_googledyx_main .googledyx_item .cols_item .desc {
	    line-height: 28px;
	    height: auto;
	    font-size: 12px;
	    text-align: left;
	    padding: 0;
	}
	.in_nryx_main {
	    flex-direction: column;
	    justify-content: center;
	    padding-top: 20px;
	}
	.in_nryx_main .service_left {
	    width: 100%;
	}
	.in_nryx_main .service_left img {
	    width: 40%;
	}
	.in_nryx_main .service_right {
	    width: 100%;
		padding: 10px;
	}
	.in_googledwlfb_main .googledyw_item {
	    padding-right: 0;
	    width: 100%;
	}
	.step-label {
	    margin-top: 0;
	    height: 60px;
	}
	.zdfa_banenr .desc_con .desc_l {
		padding-left: 10px;
	}
	.zdfa_banenr .desc_con .desc_l .title {
	    font-size: 20px;
	    padding-bottom: 10px;
	}
	.zdfa_banenr .desc_con .desc_l .title span {
	    font-size: 14px;
	}
	.zdfa_banenr .desc_con .desc_l .desc {
	    font-size: 14px;
	}
	.zdfa_banenr .desc_con .desc_l .desc p {
	    line-height: 16px;
	}
	.in_googledzdfa_main {
	    flex-direction: column;
	}
	.in_googledzdfa_main .googledzdfa_item {
	    padding-right: 0;
	    width: 100%;
	    margin-bottom: 10px;
	}
	.in_googledzdfa_main .googledzdfa_item .cols_item {
	    padding: 10px;
	}
	.in_googledzdfa_main .googledzdfa_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	}
	.in_zdnr_main{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.in_zdnr_main .service_left {
	    width: 100%;
	}
	.in_zdnr_main .service_right {
	    width: 100%;
	}
	.in_zdnr_main .service_right .itemlist .item {
	    padding: 10px;
	    margin-bottom: 10px;
	}
	.in_googledzdsc_main .googledzdsc_item {
	    width: 100%;
	}
	.in_googledzdsc_main .googledzdsc_item .cols_item {
	    margin: 10px 20px;
	}
	.in_googledzdsc_main .googledzdsc_item .cols_item .desc {
	    line-height: 28px;
	    height: auto;
	    padding: 10px;
		font-size: 14px;
	}
	.in_googledzdlc_main .googledzdlc_item .cols_item .tit {
	    padding: 5px;
	    font-size: 12px;
	    height: auto;
	    width: 100%;
	}
	.in_googledzdlc_main .line {
	    font-size: 20px;
	    align-items: start;
	}
	.in_wsmxz_main{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.in_wsmxz_main .service_right {
	    width: 100%;
	    margin-top: 10px;
	}
	.in_wsmxz_main .service_right .itemlist .item {
	    padding-left: 0;
	    margin-bottom: 5px;
	    width: 100%;
	}
	.seofa_banenr .desc_con .desc_l {
	    max-width: 100%;
		padding-left: 10px;
	}
	.seofa_banenr .desc_con .desc_l .title {
	    font-size: 14px;
	    padding-bottom: 5px;
	}
	.seofa_banenr .desc_con .desc_l .title span {
	    font-size: 14px;
	}
	.seofa_banenr .desc_con .desc_l .desc {
	    font-size: 12px;
	    width: auto;
	}
	.seofa_banenr .desc_con .desc_l .desc p {
	    line-height: 14px;
	}
	.seofa_banenr .desc_con .desc_r {
	    width: 50%;
	}
	.seofa_banenr .desc_con .desc_r img {
	    width: 70%;
	}
	.in_googledseofa_main {
	    display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.in_googledseofa_main .googledseofa_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_googledseofa_main .googledseofa_item .cols_item {
	    padding: 10px;
	    margin: 10px;
	    height: auto;
	}
	.in_googledseofa_main .googledseofa_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	    font-size: 13px;
	    text-align: left;
		padding: 10px 0;
	}
	.in_googledseofadz_main {
	    display: inline-flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	.in_googledseofadz_main .googledseofadz_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_googledseofadz_main .googledseofadz_item .cols_item {
	    padding: 10px;
	    margin: 10px;
	    height: auto;
	}
	.in_googledseofadz_main .googledseofadz_item .cols_item .desc {
	   line-height: 20px;
	   height: auto;
	   font-size: 13px;
	   text-align: left;
	   padding: 10px 0;
	}
	.in_googledyzhq_main {
	   display: inline-flex;
	   flex-direction: column;
	   align-items: center;
	   justify-content: center;
	}
	.in_googledyzhq_main .googledyzhq_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_googledyzhq_main .googledyzhq_item .cols_item {
	    padding: 10px;
	    margin: 10px;
	    height: auto;
	}
	.in_googledyzhq_main .googledyzhq_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	    padding-top: 20px;
	    font-size: 13px;
	}
	.in_googleseohzlc_main .googleseohzlc_item {
	    padding-right: 10px;
	    width: calc(100% / 4);
	}
	.in_googleseohzlc_main .googleseohzlc_item .cols_item .tit .img {
	    width: 70px;
	    height: 70px;
	}
	
	.seogfa_banenr .desc_con .desc_l {
	    width: 14%;
	}
	.seogfa_banenr .desc_con .desc_r {
	    max-width: 86%;
	    justify-content: start;
	    flex-direction: column;
	}
	.seogfa_banenr .desc_con .desc_r .title {
	    font-size: 16px;
	    padding-top: 4px;
		padding-bottom: 4px;
	}
	.seogfa_banenr .desc_con .desc_r .desc {
	    font-size: 12px;
	}
	.seogfa_banenr .desc_con .desc_r .desc p {
	    line-height: 16px;
	}
	.seogfa_banenr .desc_con .desc_r .title span {
	    font-size: 14px;
	}
	.in_googledseogfa_main .googledseogfa_main {
		flex-direction: column;
	    justify-content: center;
	}
	.in_googledseogfa_main .googledseogfa_main .seogfa_l {
	    width: 100%;
	}
	.in_googledseogfa_main .googledseogfa_main .seogfa_r {
	    width: 100%;
	    flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
	}
	.in_googledseogfa_main .googledseogfa_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_googledseogfa_main .googledseogfa_item .cols_item {
	    padding: 10px 0;
	    margin: 0;
	    height: auto;
	}
	.in_googledseogfa_main .googledseogfa_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	}
	.in_googledseotfa_main .googledseotfa_main {
		display: flex;
		flex-direction: column;
		align-items: center;
	    justify-content: center;
	}
	.in_googledseotfa_main .googledseotfa_main .seotfa_l {
	    width: 100%;
	}
	.in_googledseotfa_main .googledseotfa_item {
	    padding-right: 0;
	    width: 100%;
	}
	.in_googledseotfa_main .googledseotfa_item .cols_item .desc {
	    line-height: 20px;
	    height: auto;
	}
	.zixun_main{
		padding: 0;
	}
	.bolg_news_con {
	    padding-top: 0;
	    padding-bottom: 20px;
	}
	.news_list ul li .new_item {
	    margin: 10px;
	}

	.blog_list ul li {
		width: 100%;
		margin-right: 0px;
	}
	.blog_list ul li .blog_item {
		margin: 10px;
	}

	.in_news2_main {
	    flex-direction: column;
	    padding: 10px;
	}
	.in_news2_main .news_ltem {
	    width: 100%;
	}
	.in_news2_main .news_ltem .news_con li .date {
	    text-align: end;
		width: 200px;
	}
	.in_about_main {
		flex-direction: column;
	    justify-content: center;
		align-items: center;
	    padding-top: 20px;
	}
	.in_about_main .service_left {
	    justify-content: center;
	    align-items: center;
	}
	
	.in_about_main .service_right {
	    width: 100%;
	    justify-content: center;
	    align-items: center;
		padding: 10px;
	}
	.in_qywh_main {
	   flex-direction: column;
	   justify-content: center;
	   align-items: center;
	    height: auto;
	}
	.in_qywh_main .in_qywh1 .item {
	    padding: 10px;
	}
	
	.in_qywh_main .in_qywh1 {
	    padding: 10px;
	    width: 440px;
	}
	.in_qywh_main .in_qywh2 .item {
	    line-height: 43px;
	    font-size: 30px;
	}
	.in_aboutsm_main {
		flex-direction: column;
		align-items: center;
	    justify-content: center;
	}
	.in_aboutsm_main .service_left {
	    width: 100%;
	}
	.in_aboutsm_main .service_right {
	    padding-left: 0;
	}
	.news_info_div {
	    margin-top: 10px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.min_detail_main{
		padding: 0;
	}
	.conten_title {
	    font-size: 18px;
	    padding: 10px;
	}
	.conten h2 {
		padding: 10px;
	}
	.news_info_div .news_info_left {
	    width: 100%;
	}
	.conten_page {
		margin-top: 0;
	    padding: 10px;
	}
	.news_info_div .news_info_right {
	    width: 100%;
	    padding: 10px;
	    margin-top: 20px;
	}
	/* .in_wmjz_main .wsm_item .item {
	    width: 260px;
	    height: 260px;
	    padding: 25px;
	} */
	.index_more {
		margin-top: 10px;
	}
	footer {
		padding: 10px;
	}
	.footer_info {
		width: 100%;
		margin-bottom: 0px;
	}
	.footer_info .f_logo {
	    width: 100px;
	    margin-right: 20px;
	}
	.finfo_list{
		display: none !important;
	}
	
	.footer_content p {
		margin-bottom: 5px;
	}
	.m_footer_info {
		display: block;
	}
	.m_footer {
		display: block;
		height: 50px;
		position: fixed;
		bottom: 0px;
		width: 100%;
		left: 0px;
		background: #292929;
		z-index: 999;
	}
	.m_foot_btn {
		width: 20%;
		float: left;
		height: 50px;
		display: block;
		padding-top: 3px;
		text-align: center;
		border-right: 1px solid #fff;
	}
	.m_foot_btn i {
		color: #fff;
		display: block;
		font-size: 20px;
	}
	.m_foot_btn span {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 12px;
	}
	.footer_beian{
		padding: 10px;
	}
	.recruit_container {
		width: 100% !important;
		min-width: 100% !important;
	}
	.recruit_content,
	.recruit_contenttop,
	.recruit_contenttopmain,
	.recruit_joinmain {
		height: auto !important;
		width: 100% !important;
		overflow: hidden;
	}
	.recruit_contenttop dl {
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 20px;
		text-align: center;
	}
	.recruit_contentbottom,
	.recruit_list,
	.recruit_saleRight {
		display: none;
	}
	.recruit_join {
		overflow: hidden;
		height: auto !important;
	}
	.recruit_join dl dt {
		width: 100% !important;
		margin-bottom: 20px;
		margin-right: 0px !important;
	}
	.recruit_join dl dt img {
		width: 100%;
	}
	.recruit_saleLeft,
	.recruit_Powermian,
	.recruit_PowerBg,
	.recruit_PowerLeft {
		width: 100% !important;
	}
	.recruit_PowerBg {
		background-position: center;
	}
	.recruit_join dl dd a.join_btn {
		width: 80% !important;
		margin: 0px auto;
	}
	.recruit_PowerLeft {
		padding: 0px !important;
	}
	.recruit_saleLeft .img1,
	.recruit_saleLeft .img2,
	.recruit_saleLeft .img3 {
		right: 0px !important;
		display: none !important;
	}
	.recruit_banner {
		display: none;
	}
	.recruit_contenttopmain {
		padding-top: 20px;
	}
	.recruit_saleLeft h1 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	.recruit_join dl dd ol {
		margin-bottom: 20px;
	}
	.recruit_joinmain,
	.recruit_contenttopmain {
		padding: 20px 0px;
	}
	.hxys_main ul li h5{
		font-size: 12px;
		height: 17px;
		overflow: hidden;
	}
	.hxys_main ul li p{
		height: 51px;
		overflow: hidden;
	}
	.hxys_main ul li{
		width: 33.3333%;
		padding: 10px 0;
	}
	/* body{
		padding: 0px 0px 50px 0px;
	} */
	.wzjs_top_l p{
		display: block;
		margin-bottom: 5px;
		line-height: 28px;
	}
	.wzjs_title{
		padding: 0px 0px 15px 0px;
	}
	.wzjs_list ul li{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.wzjs_hezuo{
		padding: 15px 0;
	}
	.wzjs_hezuo_list ul li,
	.wzyh_se2_list ul li{
		width: 49%;
	}
	.wzyh_main{
		padding: 15px 0;
		background: #2992DC;
	}
	.wzyh_se1_title h5{
		font-size: 24px;
		color: #fff;
	}
	.wzyh_se1_title p{
		display: none;
	}
	.wzyh_se1_title{
		margin-bottom: 15px;
	}
	.wzyh_se1_list ul li{
		width: 98%;
		padding: 10px 0;
	}
	.wzyh_se2_title h5, .wzyh_se3_title h5, .wzyh_se4_title h5{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.wzyh_se2_list{
		padding: 0px;
	}
	.wzyh_se3_list ul li{
		width: 98%;
		margin-bottom: 5px;
	}
	.wzyh_se4_list{
		background: none;
		padding: 10px;
	}
	.wzyh_se4_list ul li{
		margin-bottom: 15px;
	}
	.list_product_title,
	.case_list_title{
		margin-bottom: 10px;
	}
	.list_product_title h5,.list_product_title h5 font{
		font-size: 20px;
	}
	.list_product_title h5 span{
		font-size: 15px;
	}
	.list_product_t ul li{
		width: 152px;
	}
	.list_product_t ul li:first-of-type{
		margin-right: 10px;
	}
	.product_list ul li{
		width: 48%;
		margin: 10px 1%;
	}
	.product_list ul li:nth-child(3n+3){
		margin-right: 1%;
	}
	.list_product_t,
	.case_list_t,
	.news_list_title,
	.news_list_t{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.case_list_title h5,.case_list_title h5 font,.news_list_title h5,.news_list_title h5 font{
		font-size: 24px;
	}
	.case_list_title h5 span,.news_list_title h5 span{
		font-size: 20px;
	}
	.case_list_t ul li{
		width: 50%;
		float: left;
		margin-right: 0px;
	}
	.case_list_t ul li a{
		display: block;
		width: auto;
	}
	.case_list ul li{
		width: 48%;
		margin: 5px 1%;
	}
	.news_list ul li{
		width: 100%;
		margin-right: 0px;
	}
	.news_list ul li .news_list_time h5{
		font-size: 45px;
	}
	.news_list ul li .news_list_info{
		padding: 5px;
	}
	
	.dl_container{
		width: 100%;
	}
	.dl_se1,
	.dl_se2,
	.dl_se3{
		padding: 10px 0;
	}
	.dl_se3_main_l,
	.dl_se5,
	.dl_se6{
		display: none;
	}
	.dl_se3_main_r{
		width: 100%;
		float: left;
	}
	.dl_se1 ul li{
		width: 90%;
		margin-bottom: 10px;
		height: auto;
	}
	.dl_title{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.dl_se2_main p{
		line-height: 1.46;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.dl_se2_main a{
		margin-top: 10px;
	}
	.dl_se3_main_r ul li{
		width: 48%;
		margin: 1% !important;
	}
	.dl_se1 ul li p{
		padding: 10px 30px;
	}
	.dl_se3_main_r ul li span{
		margin-bottom: 10px;
	}
	.dl_se3_main_r ul li p{
		font-size: 12px;
	}
	.dl_se4{
		padding: 20px 0;
	}
	.dl_se4 h5{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.dl_se4 p{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.info_product_l{
		width:100%;
		padding:0 0 30px;
		text-align:center
	}
	.info_product_l, .info_product_r{
		width:100%;
	}
	
	.nei_banenr .desc_con .title {
	    font-size: 20px;
	    color: #FFFFFF;
		padding-bottom: 0px;
	}
	.nei_banenr .desc_con .desc{
		font-size: 12px;
	}
	.nei_banenr .desc_con .desc p {
	    line-height: 20px;
	}
}


/*小屏幕手机样式 结束*/
/*手机横版样式 开始*/

/*手机横版样式 结束*/
/*ipad竖版样式 开始*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.navbar-nav{
		float: none;
	}
	.in_news_list ul li .in_news_info{
		width: 89%;
	}
	.dl_se1 ul li{
		width: 30.333%;
		margin: 0 1.5%;
	}
	.m_footer_info p{
		text-align: center;
	}
	.m_footer_info p img{
		width: 50%;
	}
	.dl_title{
		    background: url(../images/dl_se2_title_bg.png) no-repeat center 15px;
	}
	.wzjs_list ul li{
		width: 50%;
	}
	.wzyh_se1_list ul li{
		width: 48%;
	}
	.wzyh_se1_list ul li:last-of-type{
		display: none;
	}
	.wzyh_se2_list ul li{
		width: 24%;
	}
	.wzyh_se3_list ul li{
		width: 48%;
	}
	.product_list ul li{
		width: 31.3333%;
	}
	.case_list_t ul li{
		width: 25%;
	}
	.case_list ul li{
		width: 31.333%;
	}
	.case_list ul li:nth-child(4n+4){
		margin-right: 1%;
	}
	.news_list ul li .news_list_time{
		width: 15%;
	}
	.news_list ul li .news_list_info{
		width: 85%;
	}
	.jx_list ul li{
		width: 48%;
		margin: 0 1%;
		margin-bottom: 10px;
	}
	
}
/*ipad竖版样式 结束*/
/*ipad横版样式 开始*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.logo_l{
		width: 55%;
	}
	.logo_r{
		width: 45%;
	}
	.dl_se6_main{
		background: url(../images/dl_se6_main_bg.png) no-repeat -94px center;
	}
	.dl_container{
		width: 100%;
	}
	.logo_sea{
		width: 48%;
		margin-right: 4%;
	}
	.logo_tel{
		width: 48%;
	}
	.logo_sea img, .logo_tel img{
		width: 100%;
	}
	.in_news_more{
		width: 20%;
		padding: 24px 40px;
	}
	.footer_content{
		padding-left: 25px;
	}
	.case_list_t ul li{
		width: auto;
	}
	.wzyh_se1_list ul li{
		width: 31.33%;
	}
	.wzyh_se1_list ul li:last-of-type{
		display: block;
	}
	.wzjs_list ul li{
		width: 24%;
	}
	.wzjs_list ul li h3{
		font-size: 20px;
	}
	.wzjs_list ul li h4{
		font-size: 14px;
	}
	.in_fen_main_l img{
		width: 100%;
	}
	.in_fen_main_r{
		padding: 25px 0px 0px 10px;
	}
	.in_fen_main_c span{
		    transform: rotateY(360deg);
    background: #fff;
    border-radius: 50%;
    padding: 14px;
    text-align: center;
	}
	.in_fen_main_c span i{
		color: #3366ff;
	}
	.in_news_list ul li .in_news_info{
		width: 79%;
	}
	.jx_main_l{
		width: 25%;
	}
	.jx_main_r{
		width: 73%;
	}
	.jx_list ul li{
		width: 47%;
		margin-bottom: 10px;
	}
	.recruit_container{
		min-width: 1024px;
		overflow: hidden;
	}
}
/*ipad横版样式 结束*/
/*移动端样式 结束*/






.wrapper{
	display: none;
}





