ody {
	min-width: 1100px;
	font-size: 1.4rem;
	overflow: auto;
}

a {
	color: #585858;
}

.system_header {
	height: 80px;
	background: #fff;
	box-shadow: 0 10px 10px #ebebeb;
}

.system_header_content {
	position: relative;
	height: 80px;
	width: 1200px;
	min-width: 900px;
	margin: 0 auto;
}

.system_header_logo {
	position: absolute;
	left: -100px;
	top: 17px;
}

.system_menu_box {
	width: 100%;
	height: 80px;
	text-align: center;
}

.system_menu_box > ul {
	display: inline-block;
	/*margin-left: 100px;*/
}

.system_menu_box > ul > li {
	float: left;
	position: relative;
}

.system_menu_box > ul > li > a {
	display: block;
	height: 68px;
	line-height: 68px;
	padding: 0 30px;
	font-size: 1.6rem;
	cursor: pointer;
	overflow: hidden;
}

.system_menu_box > ul > li:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #e4393c;
	/*transition: width 0.3s;
	-moz-transition: width 0.3s; !* Firefox 4 *!
	-webkit-transition: width 0.3s; !* Safari and Chrome *!
	-o-transition: width 0.3s; !* Opera *!*/
	margin: 0 auto;
}

.system_menu_box > ul > li.active:after {
	width: 100%;
}

.system_menu_box > ul > li.active > a {
	color: #e4393c;
}
.system_menu_box > ul > li.active > a .englishName {
	color: #e4393c;
}

/*.system_menu_box > ul > li:hover:after {
	width: 100%;
}*/

.system_menu_box > ul > li:hover > a {
	color: #e4393c;
}

.system_menu_box > ul > li > a > span:first-child {
	position: relative;
	display: block;
	/*transition: all ease-out .3s;*/
}

.system_menu_box > ul > li > a span:last-child {
	font-size: 12px;
	color: #d0d0d0;
	position: absolute;
	left: 0;
	width: 100%;
	top: 23px;
	display: block;
	/*transition: transform ease-out .3s;*/
}

.system_menu_box > ul > li:hover > a > span {
	/*transform: translateY(-100%);*/
	color: #e4393c;
}

/*banner样式*/
.system_banner_content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sy_banner_box {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sy_banner_box img {
	width: 100%;
}

.sy_banner {
	width: 400%;
	overflow: hidden;
}

.sy_banner .banner_item {
	float: left;
	width: 25%;
}

.sy_banner .banner_item img {
	width: 100%;
}

.banner_dh {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 20px;
	text-align: center;
}

.banner_dh span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
}

.banner_dh span.active {
	background: #e4393c;
}

/*主菜单浮动显示子菜单*/
/*.menu_sub_main_modul {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 70px;*/
/*	min-width: 1100px;*/
/*	height: 200px;*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	z-index: 6000;*/
/*	display: none;*/
/*}*/

.menu_sub_main {
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	margin-top: 2px;
	z-index: 6001;
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.englishName {
	float: left;
}
.twoleval_menu {
	width: 100%;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
}
.twoleval_menu_line {
	width: 450px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 45px;
}
.threeleval_menu {
	margin-top: 12px;
	font-size: 14px;
}
.threeleval_menu ul {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
}
.threeleval_menu ul li {
	height: 35px;
	line-height: 35px;
}

.menu_sub_main .menu_box {
	width: 100%;
	text-align: left;
}
.menu_sub_main .menu_box li {
	float: none;
}

.menu_sub_main .menu_box li a {
	cursor: pointer;
	color: #fff;
	height: 35px;
	line-height: 35px;
}

.menu_sub_main.cpyfw {
	width: 500px;
}
.menu_sub_main.jjfa {
	width: 150px;
	padding-left: 35px;
}

.jjfa .twoleval_menu_line {
	width: 450px;
}
.menu_sub_main.dxal {
	width: 215px;
	padding-left: 35px;
}

.dxal .twoleval_menu_line {
	width: 150px;
}
.menu_sub_main.gywm {
	width: 215px;
	padding-left: 35px;
}
.gywm .twoleval_menu_line {
	width: 150px;
}
.menu_sub_main.cpnl {
	width: 500px;
}

.menu_sub_main.cpnl .menu_box li {
	float: left;
	height: 35px;
	line-height: 35px;
}

.menu_sub_main.cpnl .menu_box li a {
	display: block;
	box-sizing: border-box;
	width: 130px;
	height: 20px;
	line-height: 20px;
	padding: 0 12px;
	margin-top: 7px;
	border-right: 1px solid #f1f1f1;
}

.menu_sub_main.cpnl .menu_box li.first a {
	width: 180px;
}

.menu_sub_main.cpnl .menu_box li.last a {
	border-right: none;
}

.menu_sub_main .menu_box li a:hover {
	color: #e4393c;
}

.breadcrumb {
	width: 80%;
	height: 50px;
	min-width: 1000px;
	line-height: 50px;
	display: none;
	margin: 0 auto;
	color: #000000;
	/*background-color: skyblue;*/
}
.breadcrumb .active {
	color: #000000;
}
.breadcrumb a {
	cursor: pointer;
}
div.breadcrumb_footer {
	position: absolute;
	left: 0;
	margin-top: 20px;
	transform: translateX(15%);
}
.bannertimerGt {
	width: 8px;
	height: 8px;
	margin: -2px 4px 0 0;
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sy_content {
	min-height: 70px;
	position: relative;
	z-index: 1;
	background: #fff;
}

/*首页关于汇天*/
.moduleBox {
	width: 80%;
	min-width: 1000px;
	margin: 60px auto 0;
}
.gyhl {
	border-bottom: 2px solid #e83828;
	margin: -100px auto 0;
	height: 250px;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.gyhl .mk_title {
	margin-top: 60px;
}

.mk_title {
	position: relative;
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}

.mk_title i.line {
	position: absolute;
	width: 50px;
	height: 2px;
	background: #e4393c;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}

.gyhl_text {
	font-size: 16px;
	/*width: 900px;*/
	margin: 27px 50px 0;
	line-height: 28px;
	text-align: center;
	color: #585858;
}

/*首页合作伙伴*/
.scaleImg {
	width: 150px;
	/*height: 200px;*/
	box-shadow: #d4d1d1 0px 0px 10px;
	transition: all 500ms;
	position: absolute;
	top: 0px;
	background-color: #fff;
}
.hzhb .mk_title {
	margin-bottom: 25px;
}

.hzhb_content {
	width: 800px;
	height: 100px;
	margin: auto;
	position: relative;
	user-select:none;
}

.carousel {
	width: 800px;
	height: 100px;
	overflow: hidden;
	position: absolute;
}
.carousel ul {
	width: 2600px;
	font-size: 0;
	position: absolute;
	top: 0;
	left: -200px;
}
.carousel.carousel_ypt ul {
	width: 2200px;
}
.carousel.carousel_ypt ul li{
	line-height: 94px;
}
.carousel.carousel_ypt img {
	width: 50px;
}
.carousel.carousel_ypt ul li span {
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
}
.scaleLi {
	width: 200px;
	height: 100px;
	line-height: 94px;
	box-shadow: #d4d1d1 0px 0px 10px;
	padding-left: 10px;
	box-sizing: border-box;
	transition: all 500ms;
	position: absolute;
	top: 0px;
	background-color: #fff;
}
.scaleLi img{
	width: 50px;
}
.scaleLi span {
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
}
.carousel li {
	width: 200px;
	height: 100px;
	display: inline-block;
	text-align: center;
}
.carousel img {
	width: 150px;
	vertical-align: middle;
	position: relative;
}

.icon_btn {
	float: left;
}
.icon_box {
	height: 100px;
	width: 50px;
	cursor: pointer;
	position: absolute;
	transition: all 200ms;
}
.icon_box:hover {
	background-color: #f8f8f8;
}
.icon_box:hover .icon_left,.icon_box:hover .icon_right {
	width: 20px;
	height: 20px;
	border-color: red;
}
.icon_box:first-child {
	left: -50px;
}
.icon_box:last-child {
	right: -50px;
}
.icon_left, .icon_right {
	width: 15px;
	height: 15px;
	transition: all 200ms;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.icon_btn .icon_left {
	border-top: 2px solid black;
	border-left: 2px solid black;
}
.icon_btn .icon_right {
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}



/*首页功能模块*/
.gnmk {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 60px;
	background-color: #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;*/
}

.gnmk_content {
	width: 80%;
	margin: 0 auto;
}

.gnmk_content .gnmk_list {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	justify-content: space-between;
}

.gnmk_content .gnmk_list li {
	vertical-align: top;
	border-bottom: 2px solid #C8000E;
	box-sizing: border-box;
	flex: 0 0 23%;
	text-align: center;
	margin-top: 35px;
	/*overflow: hidden;*/
	-webkit-transition: transform 200ms;
	-moz-transition: transform 200ms;
	-ms-transition: transform 200ms;
	-o-transition: transform 200ms;
	transition: transform 200ms;
}
.gnmk_content .gnmk_list li:hover {
	color: #C2000E;
}
.gnmk_content .gnmk_list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gnmk_item {
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.gnmk_icon {
	width: 100%;
	/*height: 123px;*/
	margin: 0 auto;
	overflow: hidden;
}

.gnmk_icon img {
	display: block;
	width: 100%;
	transition: all ease-out .3s;
}

.gnmk_title {
	width: 80%;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	background-color: #fff;
	font-size: 16px;
	line-height: 46px;
	font-weight: 700;
}

.gnmk_desc {
	width: 138px;
	margin: 0 auto;
	font-size: 13px;
	color: #585858;
}
#sy_gnmk_list .gnmk_desc{
	width: 143px;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
}

/*首页服务客户*/
.fwkh_showDetailImg {
	width: 190px;
	height: 300px;
	transform: scale(1.1);
	position: absolute;
	top: 0px;
	#background-color: skyblue;
	background-color: #fff;
}
.fwkh {
	height: 600px;
	padding-top: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url("/img/sy/fwkh/bgImg.jpg");
	background-size: 100% 926px;
	background-repeat: no-repeat;
	background-position: 0 -30px;
	position: relative;
}
.fwkh .mk_title {
	color: #fff;
}
.fwkh_content {
	width: 990px;
	height: 300px;
	margin: 100px auto 0;
	position: relative;
}
.fwkh_carousel {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.fwkh_carousel ul {
	width: 1790px;
	height: 300px;
	font-size: 0;
	position: absolute;
	top: 0;
	left: -200px;
}
.fwkh_carousel ul li{
	background-color: rgba(255,255,255,.1);
	float: left;
	width: 190px;
	height: 300px;
	line-height: 300px;
	margin-right: 10px;
	text-align: center;
	position: relative;
}
.fwkh_carousel ul li:last-child{
	margin-right: 0px;
}
.fwkh_carousel ul li img {
	width: 66px;
	vertical-align: middle;
	margin-top: -50px;
}
.fwkh_carousel ul li span {
	width:100%;
	height:30px;
	font-size:24px;
	color: #fff;
	position: absolute;
	bottom: 210px;
	left: 50%;
	transform: translateX(-50%);
}
.fwkh .fwkh_icon_box {
	width: 60px;
	height: 60px;
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fwkh .fwkh_icon_box img {
	width: 100%;
}
.fwkh .fwkh_icon_box:hover {
	background-color: rgba(255,255,255,.2);
}
.fwkh .fwkh_icon_left {
	left: -70px;
	right: auto;
}
.fwkh .fwkh_icon_right {
	left: auto;
	right: -70px;
}

/*首页页脚底部大图*/
.bottom_box {
	position: relative;
	width: 100%;
	background: #cc3f36;
	/*overflow: hidden;*/
}

.bottom_img_box {
	width: 100%;
	height: 470px;
	background: #cc3f36 url("../img/sy/bottom_bg.png") repeat-y;
	background-position: 0px 0px;
	background-size: 100%;
	overflow: hidden;
}

.bottom_img_box img {
	display: block;
	margin: 10px auto;
	width: 590px;
	height: auto;
}

.bottom_content {
	position: absolute;
	/*width: 73.6%;*/
	width: 900px;
	left: calc(50% - 450px);
	/*bottom: calc(-33% / (420.17 / 294.23));*/
	bottom: -97px;
	z-index: 100;
	overflow: hidden;
}

.bottom_content > div {
	float: left;
	box-sizing: border-box;
	vertical-align: top;
	overflow: hidden;
}

.bottom_content > div.bottom_content_left {
	width: 33%;
}

.bottom_content > div.bottom_content_left .left_bottom {
	text-align: center;
	background: #cc3f36;
	position: relative;
}

.bottom_content > div.bottom_content_left .left_bottom p {
	width: 100%;
	color: #fff;
	font-size: 22px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
}

.bottom_content > div.bottom_content_center {
	width: 43%;
}

.bottom_content > div.bottom_content_right {
	width: 24%;
}

.bottom_content > div > div {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bottom_content > div > div img {
	width: 100%;
}

.bottom_content > div > div:after {
	display: block;
	width: 100%;
	position: absolute;
	content: 'SaaS云服务平台';
	top: 50%;
	font-size: 22px;
	color: #fff;
	margin-top: -11px;
	text-align: center;
}

.bottom_content > div > div.left_bottom:after {
	content: "产品介绍";
}

.bottom_content > div > div.center_top:after {
	content: '管理';
}

.bottom_content > div > div.center_bottom:after {
	content: '管理';
}

.bottom_content > div > div.right_top:after {
	content: '管理';
}

.bottom_content > div > div.right_bottom:after {
	content: '通';
}

.bottom_zz {
	position: absolute;
	z-index: -1;
	background: #242424;
	width: 100%;
	height: calc(33% / (420.17 / 294.23));
	bottom: calc(-33% / (420.17 / 294.23));
}

/*页脚信息*/
.sy_bottom {
	width: 100%;
	background: #fff;
	/*margin-top: -108px;*/
	overflow: hidden;
}

.sy_bottom_content {
	width: 73.6%;
	min-width: 1000px;
	margin: 80px auto 50px;
	box-sizing: border-box;
	color: #000;
	overflow: hidden;
}

.sy_bottom_content > div {
	float: left;
	width: 320px;
	overflow: hidden;
}

.sy_bottom_content > div .kfrx_num {
	font-size: 22px;
    /*font-weight: bold;*/
	/*color: #ffffff;*/
	line-height: 35px;
	padding-bottom: 8px;
}

sy_bottom_content .sy_bottom_center dl {

}

.sy_bottom_content > div .sy_bottom_title {
	font-weight: bold;
	font-size: 1.8rem;
}
.sy_bottom_content > div .sy_bottom_title p{
	width: 33%;
}
.sy_bottom_content > div .sy_bottom_title p b{
	display: block;
	width: 100px;
	margin: 0 auto;
}
.sy_bottom_content > div .p_desc {
	height: 25px;
	line-height: 25px;
}

.sy_bottom_content > div.sy_bottom_center {
	width: calc(100% -  500px);
}

.sy_bottom_center dl {
	width: 110px;
	height: 260px;
	/*margin: 0 auto;*/
	display: inline-block;
	vertical-align: top;
}
.sy_bottom_title {
	height: 35px;
}
.sy_bottom_center dl dd{
	width: 130px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	cursor: pointer;
}
#foot_cpjs {
	display: flex;
	justify-content: space-around;
}
.sy_bottom_center dl.footer_cpjs {
	width: 270px;
}
.sy_bottom_content > div.sy_bottom_right {
	float: right;
	width: 140px;
}

.gzh_box {
	text-align: right;
}

.sy_bottom_content > div.sy_bottom_right p {
	float: right;
	width: 137px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

/*公司介绍*/
.content_content {
	width: 100%;
	overflow: hidden;
}

.content_content > img {
	width: 100%;
}

.gsjs_gyhl {
	width: 100%;
	overflow: hidden;
}

.gsjs_gyhl > * {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}

.gsjs_gyhl_title {
	width: 100%;
	font-size: 27px;
	margin-top: 76px;
	text-align: center;
}

.gsjs_gyhl_text {
	font-size: 16px;
	width: 914px;
	margin: 27px auto 0;
	line-height: 26px;
	color: #585858;
	text-align: justify;
	font-weight: 300;
}

.gsjs_gslc {
	background: #d63c38;
	margin-top: 100px;
	overflow: hidden;
}

.gslc_box {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.gslc_box img {
	width: 100%;
}

.gsfb_box {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

.gsfb_box img {
	width: 100%;
}

/*产品与服务*/
.middleBox {
	width: 80%;
	min-width: 1000px;
	margin: 0 auto;
}

.tdnd_ListBox {
	margin-top: 40px;
	margin-bottom: 70px;
}
.tdnd_ListBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tdnd_ListBox ul li {
	width: 24%;
}
.tdnd_ListBox.ystd_ListBox ul li {
	width: 32%;
}
.tdnd_ListBox .tdnd_imgBox{
	width: 100%;
}
.tdnd_ListBox .tdnd_imgBox img{
	width: 100%;
}
.tdnd_ListBox .tdnd_textBox{
	width: 85%;
	/*height: 95px;*/
	overflow: hidden;
	margin: -50px auto 0;
	padding: 10px 10px;
	box-sizing: border-box;
	border-bottom: 3px solid #c8000f;
	background-color: #fff;
	position: relative;
}
.tdnd_ListBox .tdnd_textBox .tdnd_text_title{
	font-size: 16px;
}
.tdnd_ListBox .tdnd_textBox .tdnd_text_txt{
	height: 54px;
	font-size: 12px;
	margin-top: 6px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.tdnd_ListBox.jxfpgl_tdnd ul li {
	width: 30%;
	max-height: 200px;
}
.tdnd_ListBox.jxfpgl_tdnd  .tdnd_imgBox {
	width: 100%;
	height: 100%;
}
.tdnd_ListBox.jxfpgl_tdnd  .tdnd_imgBox img {
	width: 100%;
	height: 100%;
}
.tdnd_ListBox.jxfpgl_tdnd ul li:nth-child(n+4) {
	margin-top: 100px;
}
.tdnd_ListBox.jxfpgl_tdnd .tdnd_textBox {
	/*height: 90px;*/
}

	/*产品介绍*/
.cpjs_list_box {
	width: 80%;
	min-width: 1000px;
	margin: 5px auto 50px;
	/*padding: 0 50px;*/
	line-height: 22px;
	box-sizing: border-box;
	overflow: hidden;
}
.cpjs_list_box p {
	text-align: left;
	font-size: 20px;
}
.cpjs_list li {
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	overflow: hidden;
}

.cpjs_bg_box {
	position: relative;
	width: 100%;
	height: 187px;
	padding-top: 35px;
	border-radius: 4px;
	background: url("/img/cpnl/hlsaas.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_item_img {
	margin: 0 auto;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}

.cpjs_desc {
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.cpjs_item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0px;
	width: 0px;
	background: rgba(204, 63, 55, 0.8);
	border-radius: 4px;
	transition: all ease-in-out 0s;
	overflow: hidden;
}

.cpjs_item .cpjs_hlcs {
	width: 278px;
	box-sizing: border-box;
	margin-top: 65px;
	padding: 0 20px;
	color: #fff;
	font-size: 1.2rem;
	vertical-align: middle;
	text-indent: 2em;
	text-align: justify;
}

.cpjs_bg_box:hover .cpjs_item {
	height: 187px;
	width: 100%;
	left: 0;
	top: 0;
}

.cpjs_bg_box.qlt {
	background: url("/img/cpnl/qlt_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.jxgl {
	background: url("/img/cpnl/jxgl_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.xxgl {
	background: url("/img/cpnl/xxgl_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.pjgl {
	background: url("/img/cpnl/pjgl_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.dzfp {
	background: url("/img/cpnl/dzfp_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.swgl {
	background: url("/img/cpnl/swgl_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.gyljr {
	background: url("/img/cpnl/gyljr_bg.jpg") no-repeat;
	background-size: 100% 100%;
}

.cpjs_bg_box.tms {
	background: url("/img/cpnl/tms_bg.jpg") no-repeat center center;
	background-size: 100% 100%;
}

/*产品能力--SaaS*/
.content_content .content_content.cpnl_cpjs {
	width: 80%;
	min-width: 1000px;
	box-shadow: 0 5px 5px #ccc;
	margin: -100px auto 0;
	position: relative;
}
.cpnl_saas .cpnl_cpjs {
	background: #fff;
}

.cpnl_saas .gsjs_gyhl_title {
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

.cpnl_saas .cpjs_list_box p {
	margin-top: 5px;
	padding: 0 20px;
	box-sizing: border-box;
}

.cpnl_cpys {
	margin-top: 40px;
}

.cpnl_cpys .gsjs_gyhl_title {
	color: #585858;
}

.cpnl_cpys .cpys_top {
	width: 100%;
	overflow: hidden;
}

.cpys_list {
	width: 100%;
	overflow: hidden;
}

.cpys_list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
}

.cpys_item_box {
	height: 194px;
	border-right: 1px dotted #fff;
}

.cpys_list li:last-child .cpys_item_box {
	border-right: none;
}

.cpys_item_box .cpys_icon_box {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 50%;
	background: #d63d38;
	margin: 0 auto;
}

.cpys_item_box p.cpys_text {
	text-indent: 0;
	width: 120px;
	margin: 10px auto;
	color: #585858;
	text-align: center;
}

.cpys_bottom .cpys_list {
	width: 75%;
	margin: 40px auto 0;
}

.cpys_bottom .cpys_list li {
	width: 33.33%;
}

.cpnl_bg_red {
	background: #d63d38;
}

.bg_gray {
	background: #efeff1;
}

.cpnl_bg_red .gsjs_gyhl_title {
	margin-top: 30px;
	color: #fff;
}

.cpnl_bg_red .cpjs_list_box p {
	text-align: center;
	color: #f5ecec;
}

/**/
.cpnl_qltte .gsjs_gyhl_title {
	margin-top: 30px;
}

.cpnl_qltte .cpjs_list {
	overflow: hidden;
}

.cpnl_qltte .cpjs_list li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}

.qlt_cpjs_item {
	width: 310px;
	margin: 0 auto;
	overflow: hidden;
}

.qlt_cpjs_item .cpjs_item_left {
	float: left;
	width: 52px;
	margin-right: 20px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.qlt_cpjs_item .cpjs_item_right {
	float: left;
	height: 100px;
}

.qlt_cpjs_item .cpjs_item_right .cpjs_item_title {
	color: #d73c38;
}

.qlt_cpjs_item .cpjs_item_right > p {
	color: #585858;
}

.qlt_gn {
	position: relative;
	overflow: hidden;
}

.qlt_gn_content {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.qlt_gn .gsjs_gyhl_title {
	color: #fff;
}

.qltgn_list {
	width: 100%;
	overflow: hidden;
}

.qltgn_list li {
	float: left;
	width: calc(100% / 5);
	box-sizing: border-box;
	overflow: hidden;
}

.qlt_gn .qltgnitem_desc {
	padding: 0 19px;
}

.qltgnitem {
	padding: 10px;
	color: #fff;
	overflow: hidden;
}

.qltgnitem_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 80px;
}

.qltgnitem_title {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}

.qltgnitem_desc {
	color: #fff;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
	margin: 14px 12px;
}

.qlt_gn_img {
	width: 100%;
	overflow: hidden;
}

.qlt_gn_img img {
	width: 100%;
}

#qltgn_list_second {
	margin-top: 20px;
}

/*产品能力-*/
.swgltd_list {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.swgltd_list li {
	float: left;
	width: 20%;
	height: 143px;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
	overflow: hidden;
}

.swgltd_list li:last-child {
	border-right: none;
}

.swgltd_item {
	width: 100px;
	margin: 0 auto;
}

.swgltd_item .swgltd_item_top {
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: 0 auto;
	position: relative;
}

.swgltd_item .swgltd_item_top:after {
	display: block;
	content: attr(data-xh);
	width: 20px;
	height: 20px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	background: #d63c38;
	position: absolute;
	top: 0px;
	left: 0px;
}

.swgltd_item .swgltd_bottom p {
	text-align: center;
}

.gn_box {
	position: relative;
}

.swgl_gn_content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}

.swgl_gn_content .cpjs_list_box {
	height: calc(100% - 153px);
	margin-top: 0px;
}

.swgl_gn_content .gsjs_gyhl_title {
	color: #fff;
	margin-top: 30px;
}

.swglgn_list {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swglgn_list li {
	float: left;
	width: calc((100% - 40px) / 3);
	height: calc((100% - 130px) / 2);
	margin-right: 20px;
	box-sizing: border-box;
	margin-top: 65px;
	background: #fff;
	border-radius: 4px;
}

.swglgn_list li.last {
	margin-right: 0;
}

.swglgn_item {
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}

.swglgn_item .icon_box {
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
}

.swglgn_item .icon_box img {
	width: 100%;
}

.swglgn_item h2 {
	margin: 15px 30px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	color: #585858;
}

.swglgn_item p {
	margin: 15px 30px 0;
	text-align: justify;
	letter-spacing: -1px;
}

.swglgn_item p.list_p::before {
	float: left;
	margin-left: -12px;
	margin-top: 6px;
	width: 8px;
	height: 8px;
	content: "";
	border-radius: 50%;
	background: #d63c38;
}

@media screen and (max-width: 1232px) {
	.swglgn_item p {
		font-size: 1.2rem;
	}

	.swglgn_item p.list_p::before {
		margin-top: 4px;
	}
}

@media screen and (min-width: 1440px) {
	.swglgn_list li {
		max-height: 390px;
	}
}

@media screen and (min-width: 1500px) {
	.swglgn_list li {
		max-height: 390px;
		margin-top: 10%;
	}
	.dshy .swglgn_list li{
		margin-top: 65px;
	}
}

@media screen and (min-width: 1560px) {
	.swglgn_list li {
		max-height: 390px;
		margin-top: 12%;
	}
	.dshy .swglgn_list li{
		margin-top: 65px;
	}
}

@media screen and (min-width: 1640px) {
	.swglgn_list li {
		max-height: 390px;
		margin-top: 15%;
	}
	.dshy .swglgn_list li{
		margin-top: 115px;
		max-height: 300px;
	}
}

.swgl_jsmb_content {
	width: 100%;
	overflow: hidden;
}

.swgl_jsmb_content .gsjs_gyhl_title {
	margin-top: 40px;
}

.swgl_jsmb_list {
	width: 100%;
	overflow: hidden;
}

.swgl_jsmb_list li {
	float: left;
	width: 33.33%;
	height: 132px;
	margin-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.swgl_jsmb_list li .swgljs_item {
	width: 100%;
	overflow: hidden;
}

.swgl_jsmb_list li .swgljs_item .swgljs_left {
	float: left;
	width: 63px;
	overflow: hidden;
}

.swgl_jsmb_list li .swgljs_item .swgljs_left .icon_box {
	width: 100%;
	padding-top: 10px;
	text-align: center;
	overflow: hidden;
}

.swgl_jsmb_list li .swgljs_item .swgljs_right {
	float: left;
	width: 195px;
	margin-left: 20px;
	overflow: hidden;
}

.swgljs_title {
	font-size: 1.4rem;
	font-weight: bold;
	color: #d63c38;
	border-bottom: 1px solid #d63c38;
}

.swgljs_desc {
	text-align: justify;
	margin-top: 10px;
	color: #585858;
}

.cptd_right_box {
	float: right;
	width: 200px;
	overflow: hidden;
}

.cptd_right_box img {
	width: 100%;
}

.cptd_left_box {
	float: left;
	width: calc(100% - 200px);
	overflow: hidden;
}

.cptd_left_box .cptd_list {
	width: 100%;
	overflow: hidden;
}

.cptd_left_box .cptd_list li {
	float: left;
	width: calc(100% / 5);
	padding: 0 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.cptd_list_item {
	width: 100%;
	overflow: hidden;
}

.cptd_list_item .icon_box {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 auto;
}

.cptd_list_item .icon_box img {
	width: 100%;
}

.cpnl_bg_red .cpjs_list_box p.cptd_text {
	text-align: center;
	margin-top: 10px;
	text-indent: 0;
}

/**/
.dzfptd_second_title {
	color: #d63d38;
	font-weight: bold;
	text-align: center;
}

.dzfptd_list_box {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.dzfptd_list_box .dzfptd_left {
	float: left;
	width: 33.33%;
}

.dzfptd_list_box .dzfptd_center {
	float: left;
	width: 33.33%;
}

.dzfptd_list_box .dzfptd_right {
	float: left;
	width: 33.33%;
}

.dzfptd_item_list_top {
	width: 100%;
	overflow: hidden;
}

.dzfptd_item_list_top li {
	float: left;
	width: 25%;
	padding: 0 20px;
	overflow: hidden;
}
.dzfptd_item_list_bottom{
	width: 75%;
	margin: 50px auto 0;
	overflow: hidden;
}
.dzfptd_item_list_bottom li{
	float: left;
	width: 33%;
	padding: 0 20px;
	overflow: hidden;
}
.dzfptd_list_box li .dzfptd_item {
	width: 100%;
	overflow: hidden;
}
.dzfptd_item_top{
	border-bottom: 1px solid #d63c38;
	text-align: center;
	color: #d63c38;
	padding-bottom: 10px;
}
.dzfptd_item_top img{
	height: 20px;
}
.dzfptd_item_bottom{
	margin-top: 10px;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
}
.bb_bb{
	position: relative;
}
.bb_text{
	position: absolute;
	width: 900px;
	top: calc(50% - 25px);
	left: calc(50% - 550px);
}
.right .bb_text{
	margin-left: 200px;
	text-align: right;
}
.bb_text p{
	color: #fff;
	font-size: 60px;
	font-family: 'Kz';
}
.dzfptd_item_left {
	float: left;
	width: 61px;
	height: 101px;
	line-height: 101px;
	text-align: left;
	border-right: 1px solid #d63d38;
}

.dzfptd_item_right {
	float: left;
	margin-left: 20px;
	width: calc(100% - 130px);
}

.dzfptd_item_right .swgljs_title {
	border-bottom: none;
}

.dzgn_left {
	float: left;
	color: #fff;
}

.dzgn_left h2 {
	font-size: 2rem;
	margin: 40px 0;
}

.dzgn_right {
	float: right;
	position: absolute;
	right: 0;
	top: -79px;
	width: 250px;
	overflow: hidden;
}

.dzgn_right img {
	width: 100%;
}

#dzfpgn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}

.dzfp_gn_list {
	width: 100%;
	overflow: hidden;
}

.dzfp_gn_list li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	overflow: hidden;
}

.dzfp_gn_list li .dzfp_gn_item {
	padding: 0 20px;
}

.dzfp_gn_icon {
	width: 60px;
	margin: 0 auto;
}

.dzfp_gn_icon img {
	width: 100%;
}

.dzgp_gn_content h2 {
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}

.cpnl_bg_red .cpjs_list_box .dzgp_gn_content p {
	text-indent: 0em;
	text-align-last: center;
	-moz-text-align-last:center;
}

/*管理*/
.jxfpgltd_list {
	width: 100%;
	overflow: hidden;
}

.jxfpgltd_list li {
	float: left;
	width: 25%;
	height: 154px;
	margin-top: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.jxfpgltd_item {
	padding: 0 20px;
}

.jxfpgltd_item .icon_box {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	font-size: 2rem;
	text-align: center;
	line-height: 60px;
	border-radius: 50%;
	border: 2px solid #d63d38;
	color: #d63d38;
}

.jxfpgltd_item p {
	color: #585858;
	padding: 0 30px;
	margin-top: 10px;
	text-align: center;
}

/*管理*/
.jxfpgltd_list li fieldset {
	border: 2px solid #d93c37;
	width: 150px;
	height: 120px;
	margin: 0 auto;
	border-radius: 4px;
}

.jxfpgltd_list li fieldset legend {
	text-align: center;
	padding: 0 10px;
	font-size: 3rem;
	color: #d93c37;
}

.jxfpgltd_list li fieldset p {
	color: #585858;
	text-align: center;
}

.xxfpgl .jxfpgltd_list li {
	height: 125px;
}

/**/
.gylpjgltd_list {
	width: 100%;
	overflow: hidden;
}

.gylpjgltd_list li {
	float: left;
	width: 50%;
	height: 65px;
	margin-top: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.gylpjgltd_item {
	width: 300px;
	margin: 0 auto;
	overflow: hidden;
}

.gylpjgltd_item .item_left {
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 7px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background: #d93c37;
}

.gylpjgltd_item .item_left img {
	width: 30px;
}

.item_right {
	float: left;
	width: 210px;
	margin-left: 20px;
}

/**/
.gyljrtd_list {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.gyljrtd_list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
}

.gyljrtd_item {
	width: 100%;
	overflow: hidden;
}

.gyljrtd_item .icon_box {
	text-align: center;
}

.gyljrtd_item .text_box {
	text-align: center;
}

.gyljrtd_item .text_box h2 {
	color: #d63d38;
	font-size: 1.4rem;
	margin-top: 10px;
}

.gyljrtd_item .text_box p {
	padding: 0 24px;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
}
.qytmsxxh .gyljrtd_item .text_box p{
	padding: 0 20px;
}
/**/
.qytmsxxh .gyljrtd_list li {
	float: left;
	width: 20%;
}

.qytmsxxh .gyljrtd_item .icon_box {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	line-height: 60px;
	border-radius: 50%;
	font-size: 3rem;
	color: #d63d38;
	border: 2px solid #d63d38;
}

.gyljrtd_item .text_box p {
	color: #585858;
}

.qytmsxxh .gyljrtd_item .text_box p {
	margin-top: 10px;
}

/*解决方案--*/
.jtqy_glkh {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.glkh_list {
	width: 100%;
	overflow: hidden;
}

.glkh_list li {
	float: left;
	width: 33.33%;
	background: #d63d38;
	border-right: 1px solid #fff;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.glkh_list li.last {
	border-right: none;
}

.glkh_item {
	width: 100%;
	height: 165px;
	padding-top: 20px;
	box-sizing: border-box;
	position: relative;
}

.glkh_item .icon_box {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.glkh_item .icon_box img {
	width: 100%;
}

.glkh_item .glkh_text {
	color: #fff;
	margin: 20px 34px 10px;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
}

.second_row .glkh_item .icon_box {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin-top: 0;
	top: -43px;
	left: 50%;
	margin-left: -35px;
	background: #fff;
}

.second_row .glkh_item .icon_box div {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #d63d38;
	line-height: 60px;
	margin: 5px auto;
	border-radius: 50%;
}

.second_row .glkh_item .icon_box div img {
	width: 34px;
}

@media screen  and (max-width: 1200px) {
	.gsjs_gyhl_title {
		margin-top: 40px;
	}

	.glkh_item {
		height: 155px;
	}

	.jtqy_glkh .cpjs_list_box {
		margin-top: 10px;
	}
	.qltgnitem_desc{
		margin: 0 12px;
	}
	.qlt_gn .qltgnitem_desc {
		padding: 0;
	}

	#qltgn_list_second {
		margin-top: 0;
	}
}

@media screen  and (max-width: 1300px) {
	.gsjs_gyhl_title {
		margin-top: 30px;
	}
	.qlt_gn .qltgnitem_desc {
		padding: 0;
	}
	#qltgn_list_second {
		 margin-top: 10px;
	}
}
@media screen and (max-width: 1500px) {
	.qlt_gn .qltgnitem_desc {
		padding: 0;
	}
	#qltgn_list_second {
		margin-top: 10px;
	}
}
@media screen  and (min-width: 1600px) {
	.jtqy_glkh .cpjs_list_box {
		margin-top: 5%;
	}
}
@media screen  and (min-width: 1800px){
	#qltgn_list_second {
		margin-top: 50px;
	}
	.dshy .swgl_gn_content .gsjs_gyhl_title{
		margin-top: 60px;
	}
	.dshy .swglgn_list li{
		max-height: 350px;
		margin-top: 130px;
	}
}
.jjfa_jzcz .cpjs_list_box {
	margin-top: 0;
	margin-bottom: 0;
}

.jzcc_list {
	width: 100%;
}

.jzcc_list:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.jzcc_list li {
	float: left;
	width: calc(100% / 7);
	box-sizing: border-box;
}

.jzcc_list li .jzcc_item {
	position: relative;
}

.jzcc_list li .jzcc_item .icon_box {
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -40px;
}

.jzcc_list li .jzcc_item .icon_box img {
	width: 100%;
}

.cpnl_bg_red .cpjs_list_box p.jzcc_text {
	padding: 50px 20px 30px;
	text-indent: 0em;
	text-align-last: center;
	-moz-text-align-last:center;
}

.jjfa_jj_list dd {
	position: relative;
	font-size: 1.4rem;
	color: #585858;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 40px;
}

.jjfa_jj_list dd:before {
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: 0;
	content: attr(data-xh);
	width: 24px;
	height: 24px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	background: #e0514d;
	color: #fff;
}

/*解决方案--*/
.spls_glkh_list li {
	width: 20%;
}

.spls_glkh_list li .qltgnitem_icon img {
	width: 100%;
}

.spls_glkh_list li .qltgnitem_desc {
	color: #585858;
}

.jjfa_scls_jztx {
	width: 100%;
	overflow: hidden;
}

.jjfa_scls_jztx li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.jjfa_scls_jztx li .jztx_item {
	position: relative;
	padding-left: 50px;
	overflow: hidden;
}

.jjfa_scls_jztx li .jztx_item .jztx_left_box {
	position: absolute;
	left: 18px;
	top: 0;
}

.jjfa_scls_jztx li .jztx_item .jztx_left_box img {
	width: 18px;
}

.jjfa_scls_jztx li .jztx_item p {
	width: 290px;
	text-indent: 0em;
}

/*解决方案--*/
.ggjy_glkh_list li {
	float: left;
	width: calc(100% / 3);
}

.ggjy_glkh_list .qltgnitem_icon {
	background: none;
	border-radius: 0;
}

.ggjy_glkh_list .qltgnitem_icon img {
	height: 60px;
}
.ggjysy .ggjy_glkh_list .qltgnitem_icon img,.jjfa_jdhy .ggjy_glkh_list .qltgnitem_icon img{
	height: 40px;
}
.ggjy_glkh_list .qltgnitem_desc {
	color: #585858;
	width: 130px;
	margin: 10px auto 0;
}

.ggjy_jzcz_content {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.ggjy_jzcz_content .cpjs_list_box {
	margin-top: 0px;
}

.ggjy_jzcz .gsjs_gyhl_title {
	color: #fff;
}

.ggjy_jzcz_list {
	width: 100%;
	overflow: hidden;
}

.ggjy_jzcz_list li {
	float: left;
	width: calc(100% / 3);
	margin-top: 20px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
}

.ggjy_jzcz_item {
	width: 164px;
	height: 164px;
	margin: 0 auto;
	padding: 10px 20px;
	border-radius: 50%;
	overflow: hidden;
	background: #d63c38;
}

.ggjy_jzcz_item > div {
	margin-top: 10px;
}

.ggjy_jzcz_item > div > img {
	width: 40px;
}
.jjfa_cyhy .ggjy_jzcz_item > div > img{
	width: 35px;
}
.ggjy_jzcz_item p {
	color: #fff;
}
.ggjysy .ggjy_jzcz_item p{
	font-size: 12px;
	margin-top: 15px;
}
.jjfa_cyhy .ggjy_jzcz_item p{
	font-size: 12px;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
}
/*解决方案--*/
.wlhy_jzcz_content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.wlhy_jzcz_content li {
	float: left;
	width: calc((100% - 120px) / 3);
	box-sizing: border-box;
	margin-left: 60px;
	overflow: hidden;
}

.wlhy_jzcz_content li:first-child {
	margin-left: 0;
}

.wlhy_jzcz_item {
	position: relative;
	height: 104px;
	padding: 10px 20px 10px 65px;
	background: #e0514d;
}

.wlhy_jzcz_item div {
	position: absolute;
	left: 20px;
	top: 15px;
}

.wlhy_jzcz_item p {
	color: #fff;
	width: 184px;
}
.jjfa_jdhy .wlhy_jzcz_item{
	padding: 20px 10px 10px 50px;
}
.jjfa_jdhy .wlhy_jzcz_item div{
	position: absolute;
	left: 10px;
	top: 20px;
}
.jjfa_jdhy .wlhy_jzcz_item p{
	width: 200px;
}
/*解决方案--*/
.jrhy_jzcz li {
	margin-top: 45px;
	overflow: visible;
}

.jrhy_jzcz .ggjy_jzcz_item {
	width: 225px;
	height: 115px;
	background: #fff;
	border-radius: 4px;
	overflow: visible;
}

.jrhy_jzcz .ggjy_jzcz_item p {
	color: #585858;
	margin-top: 15px;
	text-align-last: center;
	-moz-text-align-last: center;
}
.jjfa_jthy .jrhy_jzcz .ggjy_jzcz_item p{
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
}
.jrhy_jzcz .ggjy_jzcz_item > div {
	margin-top: -30px;
}

.zzy_glkh li {
	width: 25%;
}

.zzy_glkh li .qltgnitem_icon {
	background: #d63c38;
}

.zzy_glkh li .qltgnitem_icon img {
	width: 40px;
}

/*解决方案--*/
.dshy .cpys_item_box {
	border: none;
}

.dshy .cpnl_bg_red .cpjs_list_box p {
	text-indent: 0em;
	text-align-last: center;
	-moz-text-align-last:center;
}

.dshy .cpys_item_box p.cpys_text {
	width: 170px;
}

.dshy .swglgn_list li {
	width: calc((100% - 60px) / 4);
}

.dshy .swglgn_item p {
	text-align-last: center;
	-moz-text-align-last:center;
}

.dshy .swglgn_item .icon_box {
	background: #d63c38;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	width: 70px;
	height: 70px;
}

.dshy .swglgn_item .icon_box img {
	width: auto;
}

/*解决方案--*/
.jjfa_cyhy .ggjy_jzcz_list li {
	width: calc(100% / 4);
}

/*解决方案--*/
.jjfa_jdhy .wlhy_jzcz_content li {
	margin-top: 30px;
}

/*解决方案--*/
.jjfa_fdchy .qltgn_list li {
	width: calc(100% / 5);
}

/*解决方案--*/
.jjfa_zxwqy .jrhy_jzcz .ggjy_jzcz_item > div {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: -35px auto 0;
	background: #d63d38;
	border-radius: 12px;
}

.jjfa_zxwqy .ggjy_jzcz_item > div > img {
	width: 30px;
}

/*解决方案--*/
.jjfa_jthy .ggjy_glkh_list li {
	width: calc(100% / 4);
}

.jjfa_jthy .ggjy_jzcz_content .cpjs_list_box {
	height: calc(100% - 130px);
	margin-bottom: 0;
}

.jjfa_jthy .ggjy_jzcz_content .cpjs_list_box .ggjy_jzcz_list {
	height: 100%;
}

.jjfa_jthy .ggjy_jzcz_list li {
	width: calc(100% / 5);
}

.jjfa_jthy .jrhy_jzcz .ggjy_jzcz_item {
	width: 135px;
	height: 189px;
	text-align: justify;
}

.jjfa_jthy .jrhy_jzcz .ggjy_jzcz_item > div {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin: -35px auto 0;
	background: #d63c38;
	border-radius: 12px;
}

.jjfa_jthy .ggjy_jzcz_item > div > img {
	width: 30px;
}

.jjfa_jthy .ggjy_jzcz_list li.bottom {
	margin-top: 17%;
}

/*新闻中心*/
.xwzx_list li {
	margin-top: 10px;
	overflow: hidden;
}

.xwzx_list li .xwzx_item {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 20px 40px 20px 20px;
	cursor: pointer;
	overflow: hidden;
}

.xwzx_list li .xwzx_item .xwzx_left {
	float: left;
	width: 180px;
	height: 124px;
	margin-right: 20px;
	overflow: hidden;
}

.xwzx_list li .xwzx_item .xwzx_left img {
	width: 180px;
	height: 124px;
}

.xwzx_list li .xwzx_item .xwzx_center {
	float: left;
	width: calc(100% - 275px);
	overflow: hidden;
}

.xwzx_title {
	font-weight: bold;
}

.xwzx_fbsj {
	color: #babbbb;
}

.xwzx_js {
	text-align: justify;
	line-height: 24px;
	margin-top: 10px;
	max-height: 60px;
	color: #585858;
	overflow: hidden;
}

.xwzx_list li .xwzx_item:hover .xwzx_title {
	color: #e4393c;
}

.xwzx_list li .xwzx_item .xwzx_right {
	float: left;
	width: 30px;
	height: 124px;
	margin-left: 30px;
	position: relative;
	overflow: hidden;
}

.xwzx_list li .xwzx_item .xwzx_right .icon_box {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	color: #ddd;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.jjfa_jthy .ggjy_jzcz_content .cpjs_list_box {
		height: calc(100% - 94px);
	}

	.jjfa_jthy .ggjy_jzcz_list li.bottom {
		margin-top: 13%;
	}
}

@media screen  and (min-width: 1230px) {
	.jjfa_jdhy .ggjy_jzcz .gsjs_gyhl_title {
		margin-top: 40px;
	}

	.jjfa_jdhy .wlhy_jzcz_content li {
		margin-top: 40px;
	}
}

@media screen  and (min-width: 1380px) {
	.jjfa_jdhy .ggjy_jzcz .gsjs_gyhl_title {
		margin-top: 50px;
	}

	.jjfa_jdhy .wlhy_jzcz_content li {
		margin-top: 60px;
	}

	.ggjy_jzcz_list li {
		margin-top: 40px;
	}

	.jrhy_jzcz li {
		margin-top: 60px;
	}
}

@media screen  and (min-width: 1600px) {
	.jjfa_jdhy .ggjy_jzcz .gsjs_gyhl_title {
		margin-top: 50px;
	}
	.jjfa_jdhy .cpjs_list_box {
		margin-top: 20px;
	}
	.jjfa_jdhy .wlhy_jzcz_content li {
		margin-top: 50px;
	}
	.jjfa_jdhy .wlhy_jzcz_item{
		height: 130px;
		padding: 35px 10px 10px 50px;
	}
	.jjfa_jdhy .wlhy_jzcz_item div{
		top: 35px;
	}
	.ggjy_jzcz_list li {
		margin-top: 7%;
	}

	.ggjy_jzcz_item {
		width: 186px;
		height: 186px;
		padding: 10px 30px;
	}

	.jrhy_jzcz li {
		margin-top: 80px;
	}

	.jrhy_jzcz .ggjy_jzcz_item {
		height: 140px;
	}

	.ggjy_jzcz_item > div > img {
		width: 50px;
	}
	.ggjysy .ggjy_jzcz_item > div > img{
		width: 40px;
	}
	.ggjy_jzcz_item p {
		margin-top: 10px;
	}
	.ggjysy .ggjy_jzcz_item p{
		margin-top: 20px;
	}
	.cpjs_list_box {
		margin-top: 70px;
	}
	.cpjs_list_box.aa_aaa{
		margin-top: 20px;
	}
	.jjfa_jthy .jrhy_jzcz .ggjy_jzcz_item {
		padding: 10px 20px;
		height: 200px;
	}

	.jjfa_jthy .ggjy_jzcz_list li.bottom {
		margin-top: 22%;
	}
}
@media screen and (min-width: 1800px) {
	.jjfa_jdhy .ggjy_jzcz .gsjs_gyhl_title {
		margin-top: 70px;
	}
	.jjfa_jdhy .wlhy_jzcz_content li {
		margin-top: 70px;
	}
}
/**/
.table_row{
	display: table-row;
	overflow: hidden;
}
.table_row>div{
	display: table-cell;
	width: 20%;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last:center;
	vertical-align: middle;
}
.table_row>div.table_cell3{
	 width: 15%;
 }
.table_row>div.table_cell5{
	width: 25%;
	padding: 10px 20px 10px 0px;
	text-align-last: left;
	-moz-text-align-last:left;
}
.table_header{
	height: 50px;
	background: #d63c38;
	color: #fff;
}
.table_header>div.table_cell5{
	text-align-last: center;
	-moz-text-align-last:center;
}
.table_body>div{
	border-bottom: 1px solid #e0d5d5;
	color: #555;
}
.table_row>div.table_cell5 .blue{
	color: #4056f3;
}
.table_row>div.table_cell4 b span{
	font-size: 24px;
}
.table_row>div.table_cell4 b{
	color: #ff6200;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color:#e4393c !important;
}

/*产品与服务*/
.cpyfw_banner {
	width: 100%;
}
.ystd_item {
	display: flex;
	width: 100%;
	margin: 1px 0px;
}
.ystd_item div{
	flex: 1;
	display: flex;
	margin: 0 10px;
}
.ystd_item div img{
	width: 36px;
	height: auto;
	margin: 0 10px;
}
.sdb_item {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 40px 20px;
}
.sdb_item div{
	flex: 1;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.sdb_item div img{
	width: 60px;
	margin: 10px auto;
}
.middleBox.ystd_ListBox {
	width: 75%;
}
.versions .ystd_item img {
	width: 50%;
	margin: 0 50px;
}
.versions .ystd_item{
	margin: 50px 50px;
}
.versions .ystd_item p {
	font-size: 20px;
	color: #C8000E;
	margin: 10px 0;
}
.jtqy_czjz div span {
	width: 166px;
	margin: 0 auto;
	color: #2f3232;
	font-size: 16px;
}
@charset "utf-8";

/*main_content*/
/*banner*/
#main_content{
	width:100%;
}
#main_content .banner{
	height:500px;
}
#main_content #banner1{
	background:url("/img/sy/htsjzx.jpg") no-repeat center center;
	background-size:cover; 
	height:auto;
	/*height:500px\9;*//*ie8*/
/*	position:relative;*/
}
#main_content #banner2{
	background:url("/img/sy/sjzx1.jpeg") no-repeat center center;
	background-size:cover; 
}
#main_content #banner1 .banner_words{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
}
#main_content #banner1 video{
	width:100%;
	display: block;
}
#main_content .banner .e_table{
	width:100%;
	height:100%;
	text-align: center;
}
#main_content .banner .banner_content{
	max-width:700px;
	margin:0 auto;
}
#main_content .banner .banner_content h2{
	font-size:44px;
	color:#2f3232;
	font-weight:normal;
	margin-top: 55px;
	/*text-transform: uppercase;*/
	word-break: break-all;
	letter-spacing: 10px;
}
#main_content #banner1 .banner_content h2{
	margin-top:0;
}
#main_content .banner .banner_content h1{
	font-size:40px;
	color:#fff;
	font-weight:normal;
	line-height: 42px;
	margin-top:35px;
}
#main_content .banner .banner_content .a_btn{
	margin-top:50px;
}

/*experience*/
#main_content #experience{
	width:100%;
	background: #eee;
}
#main_content #experience .in_experience{
	padding:0 75px;
	max-width: 1230px;
	margin: 0 auto;
    width: auto;
}
#main_content #experience .in_experience ul{
	overflow: hidden;
}
#main_content #experience .in_experience ul li{
	width:20%;
	float:left;
	overflow: hidden;
	position: relative;
}
#main_content #experience .in_experience ul li span{
	display:block;
	margin-top:100%;
}
#main_content #experience .in_experience ul li .experience_content{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#main_content #experience .in_experience ul li .experience_content .exp_border{
	height:100%;
	border-right:2px solid #dddedf;
}
#main_content #experience .in_experience ul li.first .experience_content .exp_border{
	border-left:2px solid #dddedf;
}
#main_content #experience .in_experience ul li .experience_content .exp_border .e_table{
	width:100%;
	height:100%;
	text-align: center;
}
#main_content #experience .in_experience ul li .experience_content .exp_border .exp_num{
	font-size:20px;
	color:#e83828;
	line-height: 40px;
}
#main_content #experience .in_experience ul li .experience_content .exp_border .exp_name{
	font-size:20px;
	color:#2f3232;
	line-height: 25px;
	min-height:50px;;
	/*text-transform: uppercase;*/
}

/*service*/
#main_content #service{width:100%;background:#eeeeee;}
#main_content #service .in_service{padding:65px 100px;overflow:hidden;max-width: 1230px;margin: 0 auto;  width: auto;}
#main_content #service .in_service .ser_pic{float:left;width:50%;text-align:center;}
#main_content #service .in_service .ser_pic img{width:100%;max-width:294;max-height:200;}
#main_content #service .in_service .ser_words{float:inherit;width:100%;}
#main_content #service .in_service .ser_words h1{font-size:40px;color:#1f252f;line-height:75px;}
#main_content #service .in_service .ser_words p{font-size:18px;color:#58595b;line-height:35px;margin-top:10px;padding-right:5%;}
#main_content #service .in_service .ser_words .a_btn{margin:0;margin-top:40px;}

/*GDS links*/
#main_content #htlinks{width:100%;background:#e83828;}
#main_content #htlinks .in_htlinks{max-width:1230px;margin:0 auto;}
#main_content #htlinks .in_htlinks ul{text-align:center;overflow:hidden;}
#main_content #htlinks .in_htlinks ul li{display:inline-block;}
#main_content #htlinks .in_htlinks ul li a{display:block;padding:70px;cursor:default;}
#main_content #htlinks .in_htlinks ul li a span{display:block;font-size:20px;color:#fff;/*text-transform:uppercase;*/padding-top:90px;line-height:24px;}
#main_content #htlinks .in_htlinks ul li a span sup{font-size:10px;top: -1em;}

#main_content #htlinks .in_htlinks ul li.link1 a span{background:url("/img/sy/icon1.png") no-repeat center top;}
#main_content #htlinks .in_htlinks ul li.link2 a span{background:url("/img/sy/icon2.png") no-repeat center top;}
#main_content #htlinks .in_htlinks ul li.link3 a span{background:url("/img/sy/icon3.png") no-repeat center top;}
#main_content #htlinks .in_htlinks ul li.link4 a span{background:url("/img/sy/icon4.png") no-repeat center top;}

/*download*/
#main_content #download{
	width:100%;
	background: #fff;
}
#main_content #download .in_download{
	padding:100px 100px;
}
#main_content #download .in_download ul{
	overflow: hidden;
}
#main_content #download .in_download ul ol{
	width:33.3%;
	float:left;
}
#main_content #download .in_download ul ol.last .download_content{
	border-left:2px solid #cdcfd0;
	padding-left: 29%;
	padding-bottom: 45px;
}
#main_content #download .in_download ul ol .title{
	font-size:22px;
	color:#58595b;
	/*text-transform: uppercase;*/
	line-height: 30px;
	/*margin-bottom:30px;*/
	height:80px;
}
#main_content #download .in_download ul ol ul li{
	margin-bottom: 15px;
}
#main_content #download .in_download ul ol ul li .name{
	font-size:22px;
	color:#1f252f;
	line-height: 30px;
	padding-left:30px;
	background:url("download-icon.png") no-repeat left center;
}
#main_content #download .in_download ul ol ul li .date{
	font-size:14px;
	color:#58595b;
	line-height: 30px;
	padding-left:30px;
}
#main_content #download .in_download ul ol.last .usd{
	font-size:36px;
	color:#a37b1f;
	line-height: 30px;
}
#main_content #download .in_download ul ol.last .change{
	font-size:18px;
	color:#a37b1f;
	line-height: 28px;
	margin-top:30px;
}
#main_content #download .in_download ul ol.last .time{
	font-size:14px;
	color:#58595b;
	line-height: 30px;
}
/*/download*/





@media screen and (max-width: 1345px) {

	#main_content #download .in_download{
		padding: 80px 80px;
	}
	#main_content #service .in_service{
		    padding: 65px 80px;
	}

}
@media screen and (max-width: 1250px) {
	
	#main_content #g_links .in_g_links ul li a{
		padding:50px;
	}
	
}
@media screen and (max-width: 1230px) {

	#main_content #download .in_download{
		padding: 50px 50px;
	}
	#main_content #service .in_service{
		    padding: 50px 50px;
	}

}
@media screen and (max-width: 1180px){
	
	#main_content #g_links .in_g_links ul li a{
		padding:40px;
	}
	
}
@media screen and (max-width: 1120px) {

	#main_content #experience .in_experience{
		padding: 0px;
	}
	#main_content #experience .in_experience ul li{
		width:100%;
	}
	#main_content #experience .in_experience ul li span{
		margin-top:13%;
	}
	#main_content #experience .in_experience ul li .experience_content .exp_border{
		border-top:1px solid #dddedf;
		border-right:none;
	}
	#main_content #experience .in_experience ul li.first .experience_content .exp_border{
		border-left:none;
		border-top:none;
	}
	#main_content #service .in_service .ser_words p{
		padding-right:0;
	}
	#main_content #g_links .in_g_links ul li{
		width:100%;
		float:left;
	}

}
@media screen and (max-width: 960px) {

	#main_content .banner .banner_content{
		width:auto;
		padding:0 30px;
	}
	#main_content #banner1{
		height:500px;
	}
	#main_content #banner1 video{
		display:none;
	}
	#main_content #download .in_download{
		padding: 30px 30px;
	}
	#main_content #service .in_service{
		padding: 30px 30px;
	}
	#main_content #download .in_download ul ol{
		float:none;
		width:100%;
		margin-bottom: 30px;
	}
	#main_content #download .in_download ul ol .title{
		font-size:18px;
		height:60px;
	}
	#main_content #download .in_download ul ol ul li {
	    margin-bottom: 10px;
	}
	#main_content #download .in_download ul ol ul li .name{
		font-size:20px;
	}
	#main_content #download .in_download ul ol.last .download_content{
		padding-left:30px;
	}
	#main_content #experience .in_experience ul li .experience_content .exp_border .exp_name{
		height:auto;
		min-height:auto;
	}
	#main_content #service .in_service .ser_pic img{max-width: 50%;max-height:50%;}
	#main_content #service .in_service .ser_words h1{line-height: 45px;}
	#main_content #service .in_service .ser_pic{width:100%;float:none;}
	#main_content #service .in_service .ser_words{width:100%;float:none;}

}
@media screen and (max-width: 800px) {

	#main_content #experience .in_experience ul li .experience_content .exp_border .exp_num{
		font-size:15px;
		line-height: 25px;
	}
	#main_content #experience .in_experience ul li .experience_content .exp_border .exp_name{
		font-size:18px;
		line-height: 25px;
	}

}
@media screen and (max-width: 768px) {

	#main_content .banner{
		height:600px;		
	}
	#main_content #banner1{
		height:600px;
	}
	#main_content .banner .banner_content h2{
		margin-top:0;
	}
	#main_content #g_links .in_g_links ul li{
		width:100%;
		float:left;
	}

}
@media screen and (max-width: 483px) {

	#main_content .banner .banner_content h1{
		font-size:23px;
		margin-top:20px;
		line-height: 45px;
	}
	#main_content .banner .banner_content h2{
		font-size:40px;
	}

}
@media screen and (max-width: 360px) {

	#main_content #experience .in_experience ul li .experience_content .exp_border .exp_num{
		font-size:14px;
		line-height: 20px;
	}
	#main_content #experience .in_experience ul li .experience_content .exp_border .exp_name{
		font-size:16px;
		line-height: 20px;
	}

}
