﻿#content {
	width: 100%;
	background-color: #fff;
}

/* 移动端 */
.header_top_nav_icon {
	width: 24px;
	display: none;
}

.menu-list-h5 {
	display: none;
}

/* 移动端 */

.fixed_top {
	width: 100%;
	height: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #fff;
}

.fixed_top_pd {
	padding-top: 202px;
}

.nav_top {
	height: 40px;
	background-color: #606060;
	padding-left: 60px;
	line-height: 40px;
}

.nav_top a {
	display: block;
	width: auto;
	float: left;
	margin-right: 160px;
}
.cloudDetails_news .text,
.pro_details_title_buttom1 .h1{
	font-weight: bold;
	color: #104480;
	padding-bottom: 5px;
}
.cloudDetails_news a:hover,
.pro_details_title_buttom1 a:hover{
	text-decoration: underline;
}
.cloudDetails_news a,
.pro_details_title_buttom1 a{
	color: #104480;
	display: block;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
}
.pro_details_title_buttom1{
	margin: 30px 0px;
}
.pro_details_title_buttom1 li{
	float: left;
	width: 31.3%;
	padding: 0px 1%;
	font-size: 14px;
	line-height: 28px;
}
.pro_details_title_buttom1 li .cont{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.pro_details_title_buttom1 img {
   height: 120px;
	 margin: 10px 0px;
}
.pro_details_title_buttom1 a{
	margin-top: 6px;
	font-weight: normal !important;
}

.nav_top a:last-child {
	margin-right: 0;
}

.nav_top a img {
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

.nav_top a span {
	display: inline-block;
	font-size: 14px;
	color: #eee;
}

.top_icon1 {
	width: 21px;
}

.top_icon2 {
	width: 19px;
}

.top_icon3 {
	width: 24px;
}

.top_icon4 {
	width: 28px;
}

.top_icon5 {
	width: 15px;
}

.top_icon6 {
	width: 23px;
}

/* 头部 */
.header {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
}

.header_left {
	width: auto;
	float: left;
}

.header_left_logo {
	width: 150px;
	float: left;
}

.header_left_logo img {
	display: block;
	width: 104px;
	margin: 0 auto 5px;
}

.header_left_logo span {
	display: block;
	font-size: 16px;
	color: #2A2A2A;
	text-align: center;
}

.logo_line {
	display: block;
	float: left;
	width: 2px;
	height: 72px;
	background: linear-gradient(0deg, #FFFFFF 0%, #005DA8 50%, #FFFFFF 100%);
}

.header_left_name {
	width: auto;
	float: left;
	padding-left: 24px;
}

.header_left_name label {
	display: block;
	font-size: 32px;
	color: #333;
}

.header_left_name span {
	display: block;
	font-size: 16px;
	color: #2A2A2A;
}

.header_left_name span i {
	display: inline-block;
	color: #104480;
}

.header_right {
	width: auto;
	float: right;
}

.header_right_phone {
	width: auto;
	float: left;
	margin-left: 30px;
}

.header_right_phone>img {
	display: block;
	width: 35px;
	float: left;
	margin: 8px 12px 0 0;
}

.header_right_phone_num {
	width: auto;
	float: left;
}

.header_right_phone_num label {
	display: block;
	font-size: 14px;
	color: #424242;
}

.header_right_phone_num span {
	display: block;
	font-size: 22px;
	color: #104480;
}

.nav_link {
	height: 50px;
	background-color: #104480;
}

.nav_link_center {
	width: 1280px;
	margin: 0 auto;
}

.nav_link_a {
	width: auto;
	float: left;
}

.nav_link_a li {
	width: auto;
	float: left;
	position: relative;
}

.nav_link_a_f {
	display: block;
	font-size: 16px;
	color: #fff;
    font-weight: 900;
	padding: 0 24px;
	line-height: 50px;
}

.nav_link_a_f:hover {
    color: #104480;
  	background-color: #FFFFFF;
}

.nav_link_a_f.on {
    color: #104480;
  	background-color: #FFFFFF;
}

.nav_link_a_d {
	display: none;
	width: auto;
	height: auto;
	background-color: #fff;
	box-shadow: 0 0 6px 0px rgba(231, 231, 231, 0.54);
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1000;
	padding: 15px 24px;
}

.nav_link_a_d a {
	display: block;
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	margin-bottom: 15px;
}

.nav_link_a_d a:last-child {
	margin-bottom: 0;
}

.nav_link_a_d a:hover {
	color: #104480;
}

.nav_link_a_f:hover+.nav_link_a_d,
.nav_link_a_d:hover {
	display: block;
}

.nav_link_a_fixed {
	display: none;
	width: 100%;
	height: auto;
	padding-top: 15px;
	position: fixed;
	z-index: 1000000;
	left: 0;
	top: 200px;
	background-color: #fff;
	box-shadow: -11px 5px 6px 0px rgba(231, 231, 231, 0.54);
}

.nav_link_a_center {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
}

.nav_link_a_item {
	width: 16.6%;
	float: left;
	/*margin-right: 120px;*/
	margin-bottom: 20px;
}

.nav_link_a_item:nth-child(4n) {
	margin-right: 0;
}

.nav_link_a_item label {
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 15px;
	font-weight: bold;
}

.nav_link_a_item a {
  	width: 85%;
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
}

.nav_link_a_item a:hover {
	color: #104480;
}

.nav_link_a_item i {
	display: block;
	font-size: 15px;
	color: #333;
}

.nav_link_search {
	float: right;
	width: 205px;
	height: 35px;
	border-radius: 17px;
	margin-top: 8px;
	overflow: hidden;
}

.nav_link_search>input {
	display: inline-block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	background-color: #fff;
	padding: 0 15px;
	box-sizing: border-box;
	color: #707070;
	font-size: 14px;
	border: none;
}

.nav_link_search>span {
	display: inline-block;
	width: 45px;
	height: 100%;
	background-color: #606060;
	text-align: center;
	line-height: 35px;
	border-radius: 0 17px 17px 0;
	cursor: pointer;
}

.nav_link_search>span img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}

.nav_link_a_f.product:hover+.nav_link_a_fixed,
.nav_link_a_fixed:hover {
	display: block;
}

.platform {
	width: 100%;
	height: 930px;
	background: url(../image/pintai-bg.png) center / cover no-repeat;
	padding-top: 60px;
	box-sizing: border-box;
	position: relative;
}

.platform_title {
	display: block;
	font-size: 40px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}

.platform_intro {
	display: block;
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
	color: #74787C;
}

.platform_wrap {
	width: 982px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 200px;
	transform: translateX(-50%);
}

.platform_img {
	width: 100%;
}

.platform_cont {
	width: 390px;
	height: auto;
	position: absolute;
}

.platform_cont label {
	display: block;
	color: #104480;
	font-size: 18px;
	margin-bottom: 10px;
}

.platform_cont span {
	display: block;
	font-size: 14px;
	color: #383838;
	line-height: 28px;
	text-indent: 2em;
}

.platform_cont.cont1 {
	left: -400px;
	top: 0;
}

.platform_cont.cont1 label,
.platform_cont.cont1 span,
.platform_cont.cont3 label,
.platform_cont.cont3 span,
.platform_cont.cont5 label,
.platform_cont.cont5 span {
	text-align: left;
}

.platform_cont.cont2 {
	right: -400px;
	top: 0;
}

.platform_cont.cont3 {
	left: -400px;
	top: 225px;
}

.platform_cont.cont4 {
	right: -400px;
	top: 225px;
}

.platform_cont.cont5 {
	left: -400px;
	top: 465px;
}

.platform_cont.cont6 {
	right: -400px;
	top: 465px;
}



.arrows {
	width: 92px;
	height: 26px;
	line-height: 26px;
	background: #104480;
	border-radius: 13px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}

.arrows:hover{
    background: #606060;
	/*color: #104480;*/
}

.arrows img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	width: 67px;
}

.arrows.plat {
	position: absolute;
	left: 50%;
	bottom: 50px;
	margin-left: -46px;
}

.fire_plat {
	width: 100%;
	height: 930px;
	background: url(../image/fire_bg.png) center / cover no-repeat;
	padding: 70px 0 0;
	box-sizing: border-box;
}

.fire_plat_top {
	display: none;
	width: 1810px;
	margin: 0 auto 30px;
}

.fire_plat_ul {
	width: 1810px;
	margin: 0 auto;
}

.fire_plat_top_img {
	width: 718px;
	height: 500px;
	background-color: #fff;
	float: left;
	/*overflow: hidden;*/
	cursor: pointer;
	position: relative;
}

.fire_plat_top_img img {
	max-width: 90%;
	max-height: 90%;
	transition: all .5s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*.fire_plat_top_img:hover img {
	transform: translate(-50%,-50%) scale(1.2);
}*/

.fire_plat_top_cont {
	width: 980px;
	margin-left: 45px;
	padding-top: 50px;
	float: left;
}

.fire_plat_top_cont label {
	display: block;
	font-size: 34px;
	/* font-size: 40px; */
	color: #fff;
	margin-bottom: 60px;
	/* margin-bottom: 80px; */
	transition: all .5s;
}

.fire_plat_top_cont label:hover{
	color: #749cf3;
}

.fire_plat_top_cont p {
	height: 230px;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	/* height: 190px;
	font-size: 14px;
	line-height: 30px; */
	color: #fff;
	
	text-indent: 2em;
}

.fire_plat_ul li {
	width: 258px;
	height: 240px;
	border: 1px solid #fff;
	padding-top: 60px;
	box-sizing: border-box;
	float: left;
	transition: all .5s;
	cursor: pointer;
}

.fire_plat_ul li>div {
	min-height: 75px;
}

.fire_plat_ul li>div img {
	margin: 0 auto;
}

.fire_plat_ul li img.icon1 {
	width: 57px;
}

.fire_plat_ul li img.icon2 {
	width: 63px;
}

.fire_plat_ul li img.icon3 {
	width: 58px;
}

.fire_plat_ul li img.icon4 {
	width: 56px;
}

.fire_plat_ul li img.icon5 {
	width: 49px;
}

.fire_plat_ul li img.icon6 {
	width: 61px;
}

.fire_plat_ul li img.icon7 {
	width: 60px;
}

.fire_plat_ul li span {
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.fire_plat_ul li div img:first-child {
    display: none;
}

.fire_plat_ul li:hover div img:last-child, .fire_plat_ul li.on div img:last-child {
    display: none;
}

.fire_plat_ul li:hover div img:first-child, .fire_plat_ul li.on div img:first-child {
    display: block;
}

.fire_plat_ul li:hover, .fire_plat_ul li.on {
    background: #FFFFFF;
}

.fire_plat_ul li:hover span, .fire_plat_ul li.on span {
    color: #104480;
}

.about_us {
	width: 100%;
	/*height: 930px;*/
	height: 650px;
	background: url(../image/pintai-bg.png) center / cover no-repeat;
	padding: 60px 0 0;
	box-sizing: border-box;
}

.about_us_top {
	width: 1810px;
	margin: 0 auto 80px;
}

.about_us_top_left {
	width: 868px;
	float: left;
}

.about_us_top_left label {
	display: block;
	font-size: 34px;
	color: #383838;
	margin-bottom: 50px;
}

.about_us_top_left span {
	display: block;
	font-size: 16px;
	color: #383838;
	margin-bottom: 35px;
}

.about_us_top_left p {
	font-size: 16px;
	color: #383838;
	line-height: 40px;
	margin-bottom: 50px;
	text-indent: 2em;
}

.about_us_top_right {
	width: 885px;
	float: right;
	overflow: hidden;
	cursor: pointer;
}

.about_us_top_right img {
	width: 100%;
	transition: all .5s;
}

.about_us_top_right:hover img {
	transform: scale(1.2);
}

.about_us_bottom {
	width: 1750px;
	margin: 0 auto;
}

.about_us_bottom li {
	width: auto;
	float: left;
	margin-right: 280px;
}

.about_us_bottom li:last-child {
	margin-right: 0;
}

.about_us_bottom li>label {
	display: block;
	font-size: 18px;
	color: #383838;
	text-align: center;
}

.about_us_bottom li>label i {
	display: inline-block;
	font-size: 56px;
	color: #104480;
}

.about_us_bottom li>span {
	display: block;
	font-size: 18px;
	color: #383838;
	text-align: center;
}

.product_center {
	width: 100%;
	height: 1366px;
	background: url(../image/product_bg.png) center / cover no-repeat;
	padding: 60px 0 45px;
	position: relative;
}

.product_title {
	display: block;
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.product_ul_tab {
	text-align: center;
}

.product_ul_tab li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
	cursor: pointer;
	transition: all .5s;
}

.product_ul_tab li.on span {
	background-color: #FFFFFF;
    color: #104480;
}

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

.product_ul_tab li span {
	display: inline-block;
	padding: 2px 5px;
}

.product_ul_tab li:hover span {
	background-color: #FFFFFF;
    color: #104480;
}

.product_list {
	display: none;
	width: 1800px;
	margin: 60px auto 50px;
}

.product_list li {
	width: 435px;
	float: left;
	margin: 0 20px 20px 0;
	background-color: #fff;
}

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

.product_list li>a {
	display: block;
}

.product_li_img {
	height: 435px;
	overflow: hidden;
	position: relative;
}

.product_li_img img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.product_li_img:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}

.product_li_cont {
	height: 70px;
	background-color: #104480;
	padding: 0 15px;
	line-height: 70px;
	transition: all .5s;
}

.product_li_cont span {
	display: block;
    width: 90%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    /* text-overflow: ellipsis; */
    float: left;
    text-align: center;
}

.product_li_cont img {
	width: 26px;
	float: right;
	margin-top: 22.5px;
}

.product_li_cont:hover {
    background-color: #FFFF;
}

.product_li_cont:hover span{
	color: #104480;
}

.news_center {
	width: 100%;
	height: 930px;
	background: url(../image/news_bg.png) center / cover no-repeat;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
}

.news_list {
	display: none;
	width: 1800px;
	margin: 0 auto;
	padding-top: 30px;
}

.news_list_img {
	width: 880px;
	float: left;
}

.news_list_img_top {
	height: 467px;
	overflow: hidden;
	margin-bottom: 11px;
}

.news_list_img_top img {
	width: 100%;
	transition: all .5s;
}

.news_list_img_top img:hover {
	transform: scale(1.2);
}

.news_list_cont {
	width: 880px;
	float: right;
}

.news_list_cont_item {
	display: block;
	padding: 35px;
	background-color: #F9F9F9;
	margin-bottom: 5px;
	transition: all .5s;
}

.news_list_cont_item_l {
	width: 70px;
	float: left;
	margin-right: 40px;
	text-align: right;
}

.news_list_cont_item_l label {
	display: block;
	font-size: 24px;
	color: #333;
}

.news_list_cont_item_l span {
	display: block;
	font-size: 18px;
	color: #949494;
}

.news_list_cont_item_r {
	width: 700px;
	float: left;
	margin-bottom: 8px;
}

.news_list_cont_item_r label {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_list_cont_item_r span {
	display: block;
	height: 46px;
	font-size: 14px;
	color: #949494;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list_cont_item.mb0 {
	margin-bottom: 0;
}

.product_title.co0 {
	color: #333;
}

.product_ul_tab.news_tab li {
	color: #666;
	border-right-color: #666;
}

.product_ul_tab li:hover,
.product_ul_tab li.on {
	color: #fff;
}

.news_list_cont_item:hover {
	background-color: #104480;
}

.news_list_cont_item:hover .news_list_cont_item_l label {
	color: #fff;
}

.news_list_cont_item:hover .news_list_cont_item_l span {
	color: #fff;
}

.news_list_cont_item:hover .news_list_cont_item_r label {
	color: #fff;
}

.news_list_cont_item:hover .news_list_cont_item_r span {
	color: #fff;
}

.client_list {
	display: none;
	width: 1800px;
	margin: 0 auto;
	padding: 40px 0;
}

.client_list>a {
	display: block;
	width: 445px;
	height: 300px;
	overflow: hidden;
	margin-right: 5px;
	float: left;
	position: relative;
}
.client_list > a::after{
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #104480 0%, rgba(16, 68, 128, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.client_list>a:last-child{
	margin-right: 0;
}

.client_list_img {
	width: 100%;
	height: 18.75rem;
	transition: all .5s;
}

.client_list>a:hover .client_list_img {
	transform: scale(1.2);
}
.client_list>a:hover::after{
	display: none;
}

.client_list_cont {
	width: 100%;
	height: 100px;
	padding: 20px 15px 0;
	box-sizing: border-box;
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 100;
	transition: all .5s;
}

.client_list>a:hover .client_list_cont {
	bottom: 0;
	background-color: #FFFFFF;
}

.client_list_cont_label {
	display: block;
}

.client_list_cont_label span {
	display: block;
	width: 80%;
	color: #104480;
	font-size: 18px;
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.client_list_cont_label img {
	display: block;
	width: 26px;
	float: right;
}

.client_list_cont_txt {
	font-size: 16px;
	color: #104480;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 12px;
}

.client_case {
	width: 100%;
	height: 989px;
	background: url(../image/client_bg.png) center / cover no-repeat;
	padding-top: 40px;
	box-sizing: border-box;
}

.arrows.client_a {
	margin: 0 auto 60px;
}

.cooperation_tit {
	display: block;
	text-align: center;
	color: #424242;
	font-size: 18px;
	margin-bottom: 50px;
}

.teamwork_li img {
	width: 16%;
	margin-right: 0.6%;
	float: left;
}

.teamwork_li img:last-child {
	margin-right: 0;
}

.banner-wrap.teamwork-wrap {
	width: 1800px;
	height: 160px;
	margin: 0 auto;
}

/*.footer {
	background-color: #424242;
	padding-top: 70px;
}*/
.comm-width{width:1300px;margin:0 auto;float:none;display:block;}

.footer_top {
	width: 1300px;
	margin: 0 auto;
	/*padding-bottom: 30px;*/
}

.footer_top_item {
	width: auto;
	float: left;
	margin-right: 45px;
}

.footer_top_item:last-child {
	margin-right: 0;
}

.footer_top_item label {
	display: block;
	width: 160px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 12px;
	color: #FFFFFF;
	position: relative;
}

.footer_top_item label::after {
	content: '';
	width: 60px;
	height: 2px;
	background-color: #104480;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.footer_top_item a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.footer_top_item>span {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.footer_top_item>div img {
	width: 83px;
	display: inline-block;
	margin-right: 8px;
}

.footer_bottom {
	width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #FFFFFF;
}

.footer_bottom img {
	display: block;
	width: 123px;
	float: left;
}

.footer_bottom span {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 48px;
	float: right;
}





/* 关于我们 */
.about_us_banner {
	width: 100%;
	height: 385px;
	background: url(../image/aboutUs_bg.png) center / cover no-repeat;
}

.about_us_banner_center {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.about_us_banner_title {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	right: 0;
	color: #343434;
}

.about_us_banner_title.left {
	text-align: left;
	right: inherit;
	left: 0;
}

.about_us_banner_title label {
	display: block;
	font-size: 45px;
}

.about_us_banner_title span {
	display: block;
	font-size: 20px;
}

.about_link {
	background-color: #F7F7F7;
}

.about_link_center {
	width: 1200px;
	margin: 0 auto;
}

.about_link_center a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 50px;
	padding: 20px 0;
}

.about_link_center a:hover {
	color: #104480;
	border-bottom: 2px solid #104480;
}

.about_link_center a.on {
	color: #104480;
	border-bottom: 2px solid #104480;
}

.about_center {
	width: 1200px;
	margin: 0 auto;
}

.bread_nav {
	padding-top: 20px;
}

.bread_nav img {
	display: inline-block;
	width: 12px;
	margin-right: 10px;
	vertical-align: middle;
}

.bread_nav a {
	display: inline-block;
	font-size: 14px;
	color: #999;
}

.about_title {
	display: block;
	font-size: 25px;
	color: #104480;
	text-align: center;
	padding: 30px 0px;
}

.about_news {
	width: 100%;
	height: 500px;
	/*background: url(/app/index/pc_view/image/ankr/about_news_bg.png) center / cover no-repeat;*/
}

.about_news_top {
	padding-top: 60px;
}

.about_news_top_p video{
	width: 600px;
	float: right;
}

.about_news_top_p>p {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-indent: 30px;
	margin-bottom: 15px;
}

.about_news_top_p>p>i {
	display: inline-block;
	color: #104480;
}

.about_news_top>img {
	width: 590px;
	float: right;
}

.about_kind {
	padding: 40px 0;
}

.about_kind>li {
	width: auto;
	float: left;
}

.about_kind>li>label {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #383838;
}

.about_kind>li>label i {
	display: inline-block;
	font-size: 56px;
	color: #104480;
}

.about_kind>li>span {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #383838;
}

.about_kind>em {
	width: 2px;
	height: 72px;
	background: linear-gradient(0deg, #FFFFFF 0%, #104480 50%, #FFFFFF 100%);
	float: left;
	margin: 20px 80px 0;
}

.about_img {
	margin-bottom: 60px;
}

.about_img img {
	width: 295px;
	float: left;
	margin-right: 6px;
}

.about_img img:last-child {
	margin-right: 0;
}

.about_cont {
	margin-bottom: 60px;
}

.about_cont>p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-indent: 30px;
	margin-bottom: 20px;
}

.relation_fixed {
	width: auto;
	height: auto;
	position: fixed;
	right: 40px;
	top: 40%;
	z-index: 9;
}

.relation_fixed>a {
	display: block;
	width: 78px;
	height: 78px;
	background-color: #fff;
	border: 1px solid #D6D6D6;
	margin-bottom: 2px;
	padding-top: 15px;
	box-sizing: border-box;
	position: relative;
}

.relation_fixed>a > img {
	display: block;
	margin: 0 auto 5px;
}

.relation_fixed>a img.icon1 {
	width: 26px;
}

.relation_fixed>a img.icon2 {
	width: 31px;
}

.relation_fixed>a img.icon3 {
	width: 36px;
}

.relation_fixed>a img.icon4 {
	width: 31px;
}

.relation_fixed>a > i {
	display: none;
	width: 210px;
	padding: 0 5px;
	box-sizing: border-box;
	height: 78px;
	line-height: 78px;
	font-size: 18px;
	color: #333;
	position: absolute;
	left: -210px;
	top: 0;
	text-align: center;
}
.relation_fixed>a > i em{
	display: block;
	background-color: #fff;
}
.relation_fixed>a .code{
	display: none;
	width: 105px;
	height: 105px;
	box-sizing: border-box;
	position: absolute;
	left: -105px;
	top: -11px;
}
.relation_fixed>a .code img{
	width: 100px;
	height: 100px;
}

.relation_fixed>a span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #104480;
}

.relation_fixed>a:hover .code, .relation_fixed>a:hover i{
	display: block;
}

.about_us_banner.cloud {
	background: url(../image/cloud_bg.png) center / cover no-repeat;
}

.about_us_banner_title.cof {
	color: #fff;
}

/* .bread_nav.cloud_nav {
	padding-top: 80px;
} */

.cloud_list {
	padding: 40px 0;
}

.cloud_list>a {
	display: block;
	width: 290px;
	background: #fff;
	box-shadow: 0px 11px 24px 0px #eee;
	float: left;
	margin-right: 12px;
	margin-bottom: 30px;
	padding: 15px;
	box-sizing: border-box;
}

.cloud_list>a:nth-child(4n) {
	margin-right: 0;
}

.cloud_list_img {
	height: 260px;
	overflow: hidden;
}

.cloud_list_img img {
	width: 100%;
	transition: all .5s;
}

.cloud_list_img img:hover {
	transform: scale(1.2);
}

.cloud_list_cont {
	display: block;
	padding: 20px 0 10px;
	text-align: center;
	color: #666;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cloud_list>a:hover {
	box-shadow: 0px 11px 24px 0px #b9c8da;
}

.cloud_list>a:hover .cloud_list_cont {
	color: #104480;
}


.about_us_banner.system {
	background: url(../image/system_banner.png) center / cover no-repeat;
}

.about_us_banner.news_banner {
	background: url(../image/news_banner.png) center / cover no-repeat;
}

.bread_nav.news_nav {
	padding-bottom: 8px;
	border-bottom: 1px solid #D6D6D6;
	margin-bottom: 30px;
}

.news_list_top {
	margin-bottom: 24px;
}

.news_list_top_img {
	width: 468px;
	height: 299px;
	float: left;
	overflow: hidden;
}

.news_list_top_img img {
	width: 100%;
	height: 100%;
}

.news_list_top_cont {
	display: block;
	width: 732px;
	height: 299px;
	float: left;
	background-color: #F7F7F7;
	padding: 60px 30px;
	box-sizing: border-box;
	position: relative;
}

.news_list_top_cont_l {
	width: auto;
	padding-right: 30px;
	padding-top: 10px;
	float: left;
}

.news_list_top_cont_l label {
	display: block;
	font-size: 24px;
	color: #104480;
	margin-bottom: 5px;
	text-align: right;
}

.news_list_top_cont_l span {
	display: block;
	font-size: 18px;
	color: #999;
	text-align: right;
}

.news_list_top_cont_r {
	width: 418px;
	float: left;
	border-left: 1px solid #D6D6D6;
	padding: 10px 0 20px 19px;
}

.news_list_top_cont_r label {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list_top_cont_r span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 112px;
	overflow: hidden;
}

.news_list_top_cont_to {
	width: 67px;
	height: 5px;
	background: url(../image/new_to.png) center / cover no-repeat;
	position: absolute;
	top: 140px;
	right: 30px;
}

.news_list_bottom {
	display: block;
	margin-bottom: 24px;
	padding: 45px 30px;
	border-bottom: 1px solid #D6D6D6;
	border-left: 6px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	position: relative;
	transition: all .5s;
}

.news_list_bottom_l {
	width: auto;
	float: left;
	padding: 10px 30px 0 0;
}

.news_list_bottom_l label {
	display: block;
	font-size: 24px;
	color: #104480;
	margin-bottom: 5px;
	text-align: right;
}

.news_list_bottom_l span {
	display: block;
	text-align: right;
	font-size: 18px;
	color: #999;
}

.news_list_bottom_r {
	width: 880px;
	float: left;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	border-left: 1px solid #D6D6D6;
}

.news_list_bottom_r label {
	display: block;
	font-size: 18px;
	color: #333;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all .5s;
}

.news_list_bottom_r span {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	height: 55px;
	overflow: hidden;
}

.news_list_bottom_to {
	width: 67px;
	height: 5px;
	background: url(../image/new_to.png) center / cover no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.news_list_bottom:hover {
	border-bottom-color: #104480;
	border-left-color: #104480;
	border-top-color: #104480;
	border-right-color: #104480;
}

.news_list_bottom:hover .news_list_bottom_r label {
	color: #104480;
}

.news_list_bottom:hover .news_list_bottom_to {
	background: url(../image/news_to_on.png) center / cover no-repeat;
}

.news_d_tit {
	display: block;
	text-align: center;
	font-size: 25px;
	color: #104480;
	padding-bottom: 5px;
}

.news_d_txt {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
}
.news_d_p{
	word-wrap: break-word;
	word-break: normal;
}
.news_d_p img{
	margin: 0px auto;
	display: initial;
}
.news_d_p > p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 30px;
	text-indent: 30px;
}

.news_d_img {
	max-width: 960px;
	display: block;
	margin: 0 auto 30px;
}

.news_page {
	padding: 30px 0;
	border-top: 1px dashed #D6D6D6;
}

.news_page_item {
	font-size: 14px;
	color: #999;
	margin-bottom: 12px;
}

.news_page_item label {
	display: inline-block;
	width: 60px;
}

.news_page_item a {
	display: inline-block;
	color: #999;
}

.news_page_item:hover a {
	color: #104480;
}

.about_honor_list {
	padding: 40px 0;
}

.about_honor_list li {
	width: 1200px;
    height: 800px;
	background-color: #F7F7F7;
	float: left;
	margin: 0 13px 10px 0;
	position: relative;
}

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

.about_honor_list li img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.about_honor_list li:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}

.about_us_banner.project_banner {
	background: url(../image/project_case_banner.png) center / cover no-repeat;
}

.project_list_wrap {
	padding-bottom: 70px;
}

.project_list {
	display: block;
	padding: 40px 0 20px;
	border-bottom: 1px solid #ccc;
}

.project_list_tit {
	margin-bottom: 20px;
}

.project_list_tit label {
	display: block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #222;
	float: left;
}

.project_list_tit span {
	display: block;
	font-size: 14px;
	color: #999;
	float: right;
}

.project_list_cont {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	height: 52px;
	overflow: hidden;
}

.project_list_but span {
	display: block;
	width: 104px;
	height: 30px;
	background: #ccc;
	float: right;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

.project_list:hover .project_list_tit label {
	color: #104480;
}

.project_list:hover .project_list_but span {
	background: #104480;
}

.about_us_banner.product_banner {
	background: url(../image/product_banner.png) center / cover no-repeat;
}

.product_list.pro_inner {
	display: block;
	width: 1200px;
	margin: 40px auto;
}

.product_list.pro_inner li {
	width: 298px;
	border: 1px solid #EDEDED;
	box-sizing: border-box;
	margin: 0 2px 15px 0;
}

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

.product_list.pro_inner .product_li_img {
	width: 100%;
	height: 298px;
}

.product_list.pro_inner .product_li_cont:hover {
    background-color: #FFFF;
}

.product_list.pro_inner .product_li_cont:hover span {
	color: #104480;
}

.product_detalis {
	width: 1200px;
	background: #fff;
	margin: 25px 0 0px;
	box-shadow: -10px 3px 40px 0px #E7E7E7;
	border-radius: 11px;
	padding: 40px 30px;
	box-sizing: border-box;
}
.product_detalis_news{
	 padding: 30px 0;
}
.pro_details_title_buttom{
	padding-top: 20px;
}
.pro_details_title_buttom .pro_details_title{
	text-align: left !important;
}
.pro_details_title_buttom .product_list.pro_inner{
	margin: 20px auto !important;
}
.product_detalis_top {
	margin-bottom: 60px;
}

.product_detalis_top_img {
	width: 420px;
	height: 420px;
	background: #fff;
	border: 1px solid #D6D6D6;
	float: left;
	overflow: hidden;
	position: relative;
}

.product_detalis_top_img img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .5s;
}

.product_detalis_top_img:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}

.product_detalis_top_cont {
	width: 670px;
	float: right;
}

.product_detalis_top_tit {
	display: block;
	margin-bottom: 35px;
	font-size: 24px;
	color: #104480;
	padding-left: 15px;
}

.product_detalis_top_tit::before {
	display: inline-block;
	width: 3px;
	height: 23px;
	background-color: #104480;
}

.product_detalis_top_p {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin-bottom: 90px;
	height: 135px;
	overflow: hidden;
}

.product_detalis_top_banner_to {
	display: block;
	width: 26px;
	height: 130px;
	background: #F7F7F7;
	float: left;
	position: relative;
	cursor: pointer;
}

.product_detalis_top_banner_to img {
	width: 11px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_detalis_top_banner_to.fr {
	float: right;
}

.product_detalis_top_banner_to.fr img {
	transform: translate(-50%, -50%) rotate(180deg);
}

.product_top_banner_wrap {
	width: 580px;
	height: 130px;
	float: left;
	margin-left: 20px;
	position: relative;
	overflow: hidden;
}

.product_top_banner_img {
	width: 10000%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s;
}

.product_top_banner_img img {
	width: 130px;
	height: 130px;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}

.product_tab_choose_wrap{
	height: 41px;
	margin-bottom: 30px;
}

.product_tab_choose {
	border-bottom: 1px dashed #BCBCBC;
	background-color: #fff;
}
.product_tab_choose.fixed{
	width: 1140px;
	height: auto;
	position: fixed;
	top: 202px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 108;
}

.product_tab_choose li {
	width: 120px;
	height: 40px;
	background-color: #F7F7F7;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	margin-right: 18px;
	float: left;
	cursor: pointer;
}
.product_tab_choose li > a{
	display: block;
	color: #666;
}
.product_tab_choose li:hover,
.product_tab_choose li.on {
	background-color: #104480;
	color: #fff;
}

.product_tab_choose li:hover > a,
.product_tab_choose li.on > a {
	color: #fff;
}

.project_detail {
	margin-top: 25px;
}

.about_us_banner.relation_banner {
	background: url(../image/lianxi.jpg) center / cover no-repeat;
}

.relation_us {
	margin: 40px 0;
}

.relation_us_l {
	width: 200px;
	float: left;
}

.relation_us_l span {
	display: block;
	font-size: 30px;
	color: #104480;
	margin-bottom: 8px;
}

.relation_us_l img {
	width: 67px;
	margin-top: 30px;
}

.relation_us_r {
	width: auto;
	float: right;
}

.relation_us_r_item {
	width: 250px;
	float: left;
	margin-left: 60px;
}

.relation_us_r_item label {
	display: block;
	font-size: 18px;
	color: #333;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
	position: relative;
}

.relation_us_r_item label::after {
	content: '';
	width: 33px;
	height: 3px;
	background: #104480;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.relation_us_r_item span {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 8px;
}

.map {
	margin-bottom: 40px;
}

.relation_info {
	margin-bottom: 80px;
}

.relation_info_item {
	width: 600px;
	height: 280px;
	background: url(../image/huikuan.png) left / cover no-repeat;
	float: left;
}

.relation_info_item.fr {
	float: right;
}

.relation_info_item_tit {
	display: block;
	font-size: 18px;
	color: #fff;
	padding: 27px 0 30px 15px;
}

.relation_info_item_bottom {
	padding-left: 30px;
}

.relation_info_bottom_l {
	width: auto;
	float: left;
	margin-right: 50px;
}
.relation_info_bottom_l:last-child{
	margin-right: 0;
}

.relation_info_bottom_l span {
	display: block;
	font-size: 16px;
	color: #838383;
	margin-bottom: 10px;
}

.banner-wrap.teamwork-wrap.mobile {
	display: none;
}

.footer_top_item.mobile {
	display: none;
}

.project_detail_title {
	display: block;
	font-size: 25px;
	color: #104480;
	margin-bottom: 20px;
	text-align: center;
}

.project_detail_time {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
}

.project_detail_kind {
	margin-bottom: 50px;
}

.project_detail_kind label {
	display: block;
	font-size: 16px;
	color: #104480;
	margin-bottom: 12px;
}
.project_detail_kind div p{
	display: inline-block;
}
.project_detail_kind div {
	display: block;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}

.pro_details_title{
	display: block;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px dashed #BCBCBC;
	margin-bottom: 20px;
}
.pro_details_title span{
	display: inline-block;
	font-size: 24px;
	color: #104480;
	position: relative;
}
.pro_details_title span::after{
	content: '';
	width: 50px;
	height: 3px;
	background: #104480;
	position: absolute;
	bottom: -17px;
	left: 50%;
	transform: translateX(-50%);
}
.pro_details_title_min{
	display: block;
	font-size: 14px;
	color: #104480;
	margin-bottom: 12px;
}
#product_cont > div > p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-bottom: 15px
}
#product_cont > div > p > a{
	color: #666;
}
#product_cont > div > p img{
	display: block;
	max-width: 80%;
	margin: 0 auto 20px;
}




/* 笔记本 */
@media (min-width: 1200px) and (max-width:1366px) {
	.nav_top a {
		margin-right: 50px;
	}

	.platform_wrap {
		width: 710px;
	}
	.footer_top{
		width: 1200px;
	}
	.footer_top_item{
		margin-right: 30px;
	}
	.platform_cont {
		width: 260px;
	}

	.platform_cont.cont1 {
		left: -265px;
	}

	.platform_cont.cont2 {
		right: -265px;
	}

	.platform_cont.cont3 {
		left: -265px;
		top: 160px;
	}
	
	.product_list.pro_inner .product_li_cont {
		height: 48px;
		line-height: 48px;
		/* background-color: #F7F7F7; */
	}

	.platform_cont.cont4 {
		right: -265px;
		top: 160px;
	}

	.platform_cont.cont5 {
		left: -265px;
		top: 336px;
	}

	.platform_cont.cont6 {
		right: -265px;
		top: 336px;
	}

	.platform_cont label {
		margin-bottom: 5px;
	}

	.platform_cont span {
		line-height: 26px;
	}

	.platform {
		height: 800px;
	}

	.fire_plat_top {
		width: 1200px;
	}

	.fire_plat_top_img {
		width: 600px;
		height: 418px;
	}

	.fire_plat_top_cont {
		width: 580px;
		margin-left: 20px;
		padding-top: 40px;
	}

	.fire_plat_top_cont label {
		margin-bottom: 60px;
	}

	.fire_plat_ul li {
		width: 170px;
		height: 160px;
		padding-top: 35px;
	}

	.fire_plat_ul li img.icon1 {
		width: 45px;
	}

	.fire_plat_ul li img.icon2 {
		width: 52px;
	}

	.fire_plat_ul li img.icon3 {
		width: 55px;
	}

	.fire_plat_ul li img.icon4 {
		width: 56px;
	}

	.fire_plat_ul li img.icon5 {
		width: 45px;
	}

	.fire_plat_ul li img.icon6 {
		width: 55px;
	}

	.fire_plat_ul li img.icon7 {
		width: 56px;
	}

	.fire_plat_ul li span {
		font-size: 15px;
	}

	.fire_plat {
		height: 760px;
	}

	.fire_plat_ul {
		width: 1200px;
	}

	.about_us_top {
		width: 1200px;
	}

	.about_us_top_left {
		width: 620px;
	}

	.about_us_top_right {
		width: 560px;
	}

	.about_us_top_left label {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.about_us_top_left span {
		margin-bottom: 20px;
	}

	.about_us_top_left p {
		line-height: 28px;
		margin-bottom: 50px;
	}

	.about_us_bottom {
		width: 1200px;
	}

	.about_us_bottom li {
		margin-right: 165px;
	}

	.about_us {
		height: 710px;
	}

	.product_list {
		width: 1200px;
	}

	.product_list li {
		width: 285px;
	}

	.product_li_img {
		height: 285px;
	}

	.product_li_cont {
		height: 50px;
		line-height: 50px;
	}

	.product_li_cont span {
		font-size: 15px;
	}

	.product_li_cont img {
		width: 24px;
		margin-top: 13px;
	}

	.product_center {
		height: 1040px;
	}

	.news_list {
		width: 1200px;
	}

	.news_list_img {
		width: 590px;
	}

	.news_list_cont {
		width: 590px;
	}

	.news_list_img_top {
		height: 342px;
		margin-bottom: 15px;
	}

	.news_list_cont_item {
		padding: 15px;
	}

	.news_list_cont_item_l {
		margin-right: 15px;
	}

	.news_list_cont_item_r {
		width: 470px;
	}

	.news_center {
		height: 780px;
	}

	.client_list {
		width: 1200px;
	}

	.client_list>a {
		width: 296px;
		max-height: 260px;
	}

	.banner-wrap.teamwork-wrap {
		width: 1200px;
	}

/* 	.teamwork_li img {
		width: 232px;
		margin-right: 10px;
	} */

	.client_case {
		height: 860px;
	}
	.footer_bottom{
		width: 1200px;
	}


}

/* 笔记本 */
@media (min-width: 1370px) and (max-width:1700px) {
	.nav_top a {
		margin-right: 50px;
	}

	.platform_wrap {
		width: 740px;
	}

	.platform_cont {
		width: 300px;
	}

	.platform_cont.cont1 {
		left: -305px;
	}

	.platform_cont.cont2 {
		right: -305px;
	}

	.platform_cont.cont3 {
		left: -305px;
		top: 166px;
	}
	
	.product_list.pro_inner .product_li_cont {
		height: 48px;
		line-height: 48px;
		/* background-color: #F7F7F7; */
	}

	.platform_cont.cont4 {
		right: -305px;
		top: 166px;
	}

	.platform_cont.cont5 {
		left: -305px;
		top: 347px;
	}

	.platform_cont.cont6 {
		right: -305px;
		top: 347px;
	}

	.platform_cont label {
		margin-bottom: 5px;
	}

	.platform_cont span {
		line-height: 26px;
	}

	.platform {
		height: 800px;
	}

	.fire_plat_top {
		width: 1320px;
	}

	.fire_plat_top_img {
		width: 600px;
		height: 418px;
	}

	.fire_plat_top_cont {
		width: 670px;
		padding-top: 40px;
	}

	.fire_plat_top_cont label {
		margin-bottom: 60px;
	}

	.fire_plat_ul li {
		width: 188px;
		height: 180px;
		padding-top: 40px;
	}

	.fire_plat_ul li img.icon1 {
		width: 45px;
	}

	.fire_plat_ul li img.icon2 {
		width: 52px;
	}

	.fire_plat_ul li img.icon3 {
		width: 55px;
	}

	.fire_plat_ul li img.icon4 {
		width: 56px;
	}

	.fire_plat_ul li img.icon5 {
		width: 45px;
	}

	.fire_plat_ul li img.icon6 {
		width: 55px;
	}

	.fire_plat_ul li img.icon7 {
		width: 56px;
	}

	.fire_plat_ul li span {
		font-size: 15px;
	}

	.fire_plat {
		height: 760px;
	}

	.fire_plat_ul {
		width: 1316px;
	}

	.about_us_top {
		width: 1320px;
	}

	.about_us_top_left {
		width: 670px;
	}

	.about_us_top_right {
		width: 600px;
	}

	.about_us_top_left label {
		font-size: 36px;
		margin-bottom: 15px;
	}

	.about_us_top_left span {
		margin-bottom: 20px;
	}

	.about_us_top_left p {
		line-height: 28px;
		margin-bottom: 50px;
	}

	.about_us_bottom {
		width: 1200px;
	}

	.about_us_bottom li {
		margin-right: 165px;
	}

	.about_us {
		height: 710px;
	}

	.product_list {
		width: 1320px;
	}

	.product_list li {
		width: 315px;
	}

	.product_li_img {
		height: 298px;
	}

	.product_li_cont {
		height: 50px;
		line-height: 50px;
	}

	.product_li_cont span {
		font-size: 15px;
	}

	.product_li_cont img {
		width: 24px;
		margin-top: 13px;
	}

	.product_center {
		height: 1040px;
	}

	.news_list {
		width: 1320px;
	}

	.news_list_img {
		width: 645px;
	}

	.news_list_cont {
		width: 645px;
	}

	.news_list_img_top {
		height: 342px;
		margin-bottom: 15px;
	}

	.news_list_cont_item {
		padding: 15px;
	}

	.news_list_cont_item_l {
		margin-right: 20px;
	}

	.news_list_cont_item_r {
		width: 490px;
	}

	.news_center {
		height: 780px;
	}

	.client_list {
		width: 1320px;
	}

	.client_list>a {
		width: 325px;
		max-height: 260px;
	}

	.banner-wrap.teamwork-wrap {
		width: 1320px;
	}

	/* .teamwork_li img {
		width: 252px;
		margin-right: 15px;
	} */

	.client_case {
		height: 860px;
	}


}

@media (max-width:1500px){
	.relation_fixed {
		right: 10px;
		top: 220px;
	}
}
@media (max-width:1400px){
	.footer .wechat li{
		width: 30%;
	}
}



a:hover .more2{
	background: #104480;
}
.more2 {
	display: block;
	width: 104px;
	height: 30px;
	background: #ccc;
	float: right;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	float: right;
}