img {
	max-width: 100%;
}
@font-face {
	font-family: "PingFang-TC-Light";
       src: url("../fonts/PingFang-TC-Light.woff2") format("woff2"),
       url("../fonts/PingFang-TC-Light.woff") format("woff"),
       url("../fonts/PingFang-TC-Light.ttf") format("truetype"),
       url("../fonts/PingFang-TC-Light.eot") format("embedded-opentype"),
       url("../fonts/PingFang-TC-Light.svg") format("svg"),
       url("../fonts/PingFang-TC-Light.otf") format("opentype");
      font-weight: normal;
      font-style: normal;
}
.fl {
	float: left
}

.fr {
	float: right
}
 
img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.icon {
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.nav > li {
	transition: border-color 300ms;
	-moz-transition: border-color 300ms;
	-webkit-transition: border-color 300ms;
	-o-transition: border-color 300ms;
}

.lang a {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

.w {
	width: 100%;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.none {
	display: none;
}

.cp {
	cursor: pointer;
}

.db {
	display: block;
}

.d_ib {
	display: inline-block;
	_zoom: 1;
	*display: inline;
}

.baseWidth {
	width: 1280px;
	margin: 0 auto;
}

.txt_overflow {
	display: block;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.clear {
	clear: both;
}

.img_box,.img {
	position: relative;
	display: block;
	overflow: hidden;
}

.img_box img,.img span,.img_box span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.img_box:hover img,.img:hover span {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.over {
	overflow: hidden;
}
/*header*/
.header {
	height: 82px;
	line-height: 82px;
	background: #011340;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.h_box {
	font-size: 0;
}

.nav li {
	padding: 0 16px;
	position: relative;
	float: left;
	display: block;
	box-sizing: border-box;
}

.nav li > a {
	font-size: 17px;
	display: block;
	color: #FFF;
	padding: 0 14px;
}

.nav li:hover > a {
	color: #0f609f;
}

.s_nav {
	border-top: 1px solid transparent;
	display: none;
	white-space: nowrap;
	min-width: 494px;
	font-size: 0;
	box-sizing: border-box;
	padding: 16px 20px;
	position: absolute;
	left: -62px;
	top: 82px;
	width: auto;
	line-height: 40px;
	z-index: 999;
	background: rgba(255,255,255,.94);
	box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
}

.nav_pic {
	width: 266px;
	height: 186px;
	display: inline-block;
	vertical-align: top;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.nav li dl {
	margin-right: 18px;
	display: inline-block;
	vertical-align: top;
}

.nav li dl dd {
	margin-right: 32px;
	display: inline-block;
	vertical-align: top;
}

.nav li dl a {
	font-size: 16px;
	padding: 0 10px;
	min-width: 118px;
	display: block;
	white-space: nowrap;
	background-position: 125px center;
}

.nav li.hase .s_nav {
	display: none;
}

.nav li.goright .s_nav {
	left: auto;
	right: -62px;
}

.header_box {
	text-align: right;
	display: inline-block;
	vertical-align: top;
 /*width: 142px;*/
	height: 82px;
	box-sizing: border-box;
}

.search_form {
/* display: inline-block!important;*/
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 0;
}

.search_input {
	font-size: 14px;
	vertical-align: top;
	color: #000;
	box-sizing: border-box;
	width: 0;
	border: none;
	height: 30px;
	line-height: 30px;
}

.search_btn {
	user-select: none;
	outline: none;
	cursor: pointer;
	margin-left: -1px;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(../hezuo/images/search.png) center no-repeat;
	background-size: 15px;
	border: none;
}

.search_form.on {
	vertical-align: middle;
	width: 140px;
	overflow: hidden;
	border: 1px solid #FFF;
	border-radius: 12px;
}

.search_form.on .search_input {
	background: none;
	height: 30px;
	line-height: 30px;
	width: 110px;
	padding-left: 5px;
}

.search_form.on .search_btn {
	margin-left: 0;
	background: url(../hezuo/images/icon1_g.png) center no-repeat;
	background-size: 15px;
}

.lang {
	position: relative;
	padding: 0 16px 0 20px;
	min-width: 30px;
	font-size: 14px;
	color: #FFF;
	background: url(../hezuo/images/icon8.png) right center no-repeat;
	background-size: 9px;
	height: 30px;
	line-height: 30px;
}

.lang:before {
	content: '';
	position: absolute;
	left: 0;
	height: 18px;
	top: 5px;
	width: 18px;
	background: url(../hezuo/images/icon7.png) center no-repeat;
}

.lang span {
	color: #FFF;
	cursor: pointer;
	display: inline-block;
}

.lang ul {
	display: none;
	border-radius: 5px;
	z-index: 666;
	position: absolute;
	left: -8px;
	top: 30px;
	width: calc(100% + 16px);
	overflow: hidden;
	background: #eee;
	z-index: 99999;
}

.lang li {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #FFF;
	white-space: pre;
	padding: 0 16px;
}

.lang li:first-child {
	border-top: none;
}

.lang li img {
	margin-right: 14px;
}

.lang li a {
	color: #333;
	display: block;
}

.lang li:hover {
	background: #0f609f;
}

.lang li:hover a {
	color: #FFF;
}

.lang:hover ul {
	display: block;
}

.hsearch_icon {
	display: none;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../hezuo/images/icon1_g.png) center no-repeat;
	background-size: 1.4rem;
}

.header .language {
	display: none;
	margin-right: 10px;
}

.header .language {
	font-size: 16px;
	vertical-align: top;
}

.header .language a {
	color: #666;
	padding: 0 8px;
}

.header .language a:hover,.header .language a.on {
	color: #0f609f;
}

.nav-skip {
	display: none;
	box-sizing: border-box;
	width: 2.4rem;
	height: 2.4rem;
	padding: 0.5em 0 .4em;
	text-indent: 2.1875em;
	font-size: 1.3rem;
	line-height: 1.9em;
	text-align: center;
}

.nav-skip span {
	position: relative;
	top: 0.4em;
	margin: 0 auto;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.nav-skip span:before,
.nav-skip span:after {
	position: absolute;
	content: '';
}

.nav-skip span,
.nav-skip span:before,
.nav-skip span:after {
	width: 1.3em;
	height: 2px;
	background-color: #666;
	display: block;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-delay: 0.2s, 0;
	transition-delay: 0.2s, 0;
}

.nav-skip span:before {
	top: -0.4em;
}

.nav-skip span:after {
	top: 0.4em;
}

.nav-skip.toggled span {
	background-color: rgba(0,0,0,0.0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.nav-skip.toggled span:before,
.nav-skip.toggled span:after {
	top: 0;
	-webkit-transition-delay: 0, 0.2s;
	transition-delay: 0, 0.2s;
}

.nav-skip.toggled span:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-skip.toggled span:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pc_menu {
	background: #FFF;
	position: absolute;
	display: block;
	left: 0px;
	top: 82px;
	width: 100%;
	z-index: 99;
	line-height: 60px;
}

.pc_menu .pc_menu2 {
	text-align: center;
	display: none;
	height: 60px;
}

.pc_menu .pc_menu2 dl {
	display: inline-block;
}

.pc_menu .pc_menu2 dl dd {
	float: left;
	margin: 0 30px;
}

.pc_menu .pc_menu2 dl dd a {
	color: #666;
	font-size: 14px;
	display: block;
	height: 60px;
	line-height: 60px;
}

.pc_menu .pc_menu2 dl dd a:hover {
	color: #0063b0;
}

@media screen and (max-width: 1300px) {
	.layout1 {
		width: 94%;
		margin: 0 3%;
	}

	.layout {
		width: 94%;
		margin: 0 3%;
	}

	.baseWidth {
		width: 94%;
		margin: 0 3%;
	}

	.header .baseWidth {
		width: 96%;
		margin: 0 2%;
	}

	.banner, .banner-wrap, .banner-wrap .banner-bg {
		height: 550px;
	}

	.nav li {
		padding: 0 5px;
		font-size: 16px;
	}

	.nav li dl dd {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1201px) {
	.nav {
		display: inline-block!important;
	}
}

@media screen and (max-width: 1200px) {
	.pc_menu {
		opacity: 0;
		z-index: -99;
	}

	body {
		padding-top: 60px;
	}

	.header {
		height: 60px;
		line-height: 60px;
		box-shadow: 0 2px 8px rgba(0,0,0,.1);
	}

	.header .logo {
		max-height: 40px;
	}

	.nav-skip {
		display: inline-block;
		margin-right: 10px;
	}

	.lang {
		display: none!important;
	}

	.header .language {
		display: inline-block;
	}

	.search_btn {
		background: url(../hezuo/images/icon1_g.png) center no-repeat;
		background-size: 22px;
	}

	.search_form.on {
		width: 200px;
	}

	.search_form.on .search_input {
		width: 170px;
	}

	.header_box {
		width: auto;
		height: auto;
	}

	.header .baseWidth {
		width: 94%;
		margin: 0 3%;
	}

	.nav {
		box-shadow: 0 2px 2px rgba(0,0,0,.1);
		display: none;
		box-sizing: border-box;
		overflow: auto;
		position: absolute;
		top: 50px;
		right: 0;
		padding: 10px 0;
		width: 33.3%;
		height: auto;
		background: rgba(255,255,255,.9);
	}

	.nav li {
		margin: 0;
		background: url(../hezuo/images/icon9.png) 97% 21px no-repeat;
		background-size: 10px;
		box-sizing: border-box;
		padding: 0 30px 0 20px;
		width: 100%;
		display: block;
		float: none;
		min-height: 45px;
		line-height: 45px;
		height: auto;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
	}

	.nav li.on, .nav li:hover {
		border-top: none;
		border-bottom: none;
	}

	.nav li.on > a, .nav li:hover > a {
		border: none;
		height: auto;
		line-height: 45px;
	}

	.nav li > a {
		font-size: 16px;
		display: block;
		padding: 0;
		color: #333;
	}

	.nav li.hase {
		margin: 0;
		background: url(../hezuo/images/icon9.png) 97% 21px no-repeat;
		background-size: 10px;
	}

	.s_nav {
		box-shadow: none;
		min-width: 0;
		display: none;
		padding: 0;
		position: static;
		margin: 0!important;
		background: none;
		border-top: none;
	}

	.s_nav .nav_pic {
		display: none;
	}

	.nav li dl {
		width: 100%;
		margin: 0;
		height: auto;
		float: none;
	}

	.nav li dl dd {
		display: block;
	}

	.nav li dl dd {
		height: auto!important;
		margin: 0;
		float: none;
		width: 100%;
		text-align: left;
	}

	.nav li dl dd > a {
		font-size: 14px;
		font-weight: normal;
		border-bottom: none;
		line-height: 30px;
		background: url(../hezuo/images/icon69.png) 5px center no-repeat!important;
		border: none;
		padding: 0 18px;
		width: 100%;
		box-sizing: border-box;
	}

	.nav li dl .baseWidth {
		width: 100%;
	}

	.nav li a:hover,.nav li dl dd > a:hover {
		color: #0f609f;
	}

	.show_left {
		display: block;
	}

	.banner, .banner-wrap, .banner-wrap .banner-bg {
		height: 500px;
	}

	.m_left {
		display: block;
		position: fixed;
		left: -33.3%;
		top: 60px;
		background: #FFF;
		width: 33.3%;
		min-width: 220px;
		height: calc(100% - 50px);
		z-index: 999;
	}

	.m_left .wrap {
		position: absolute;
		height: 100%;
		overflow: auto;
		width: 100%;
		padding-bottom: 50px;
		box-sizing: border-box;
	}

	.m_left.active {
		left: 0;
		box-shadow: 0 0 20px #999;
	}

	.ml_nav dd {
		line-height: 23px;
	}

	.ml_nav dl:after {
		height: calc(100% - 11px);
	}

	.ml_title {
		height: 85px;
		line-height: 85px;
	}

	.ml_nav li > a {
		padding: 15px 10% 15px 5%;
		background-position: 95% center;
	}

	.ml_nav li.on > a, .ml_nav li.active > a, .ml_nav dd.on a {
		background-position: 95%;
	}

	.ml_nav dl {
		height: auto!important;
	}

	.ml_nav dd {
		padding: 0 5% 0 10%;
	}

	.ml_nav dd p a {
		padding-left: 6%;
	}

	.ml_nav li > a .tit {
		right: 2%;
	}

	.ml_title h2 {
		font-size: 22px;
	}

	.m_right {
		width: 100%;
	}

	.nav {
		display: none;
	}
}

@media screen and (max-width:480px) {
	.header .logo {
		max-height: 25px;
	}

	.nav {
		width: 40%;
	}
}

@media screen and (max-width: 960px) {
	.banner {
		height: 550px;
	}

	.banner .ban_box {
		height: 550px;
	}
}

.footer {
	background: #272727;
}

.f_t {
	padding: 75px 0;
}

.flogo {
	width: 34.67%;
	margin-right: 3.33%
}

.f_l {
	float: left;
	position: relative;
	width: 54.54%;
}

.f_l:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 197px;
	background: #3d3d3d;
	right: 0;
	top: -20px;
	z-index: 0;
}

.f_l dl {
	float: left;
	width: 16.66%;
}

.f_l dl dt {
	font-size: 16px;
	color: #cfcfcf;
	margin-bottom: 30px;
}

.f_l dl dd a {
	display: block;
	font-size: 14px;
	color: #727272;
	margin-bottom: 15px;
}

.f_l dl dd a:hover {
	color: #FFF;
}

.f_r {
	float: right;
	width: 45%
}

.f_r .leve {
	float: left;
	margin-left: 5%;
}

.f_r .leve h2 {
	color: #cfcfcf;
	margin-bottom: 16px;
}

.f_r .leve .puts {
	margin-bottom: 3px;
}

.f_r .leve .puts input {
	float: left;
	width: 150px;
	font-size: 12px;
	color: #727272;
	border: 1px solid #525252;
	height: 28px;
	line-height: 26px;
	box-sizing: border-box;
	padding-left: 8px;
	background: none;
}

.f_r .leve .puts input:nth-child(1) {
	margin-right: 3px;
}

.f_r .leve textarea {
	padding: 8px;
	color: #727272;
	box-sizing: border-box;
	width: 303px;
	height: 70px;
	border: 1px solid #525252;
/*margin-bottom: 3px;*/
	background: none;
}

.f_r .leve .submit {
	display: block;
	width: 86px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #a7a7a7;
	border: 0;
	background: #464646;
	margin-top: 3px;
}

.f_r  .code {
	float: right;
	text-align: center;
}

.f_r  .code  .pic {
	margin-bottom: 12px;
}

.f_r  .code p {
	font-size: 14px;
	color: #969696;
}
/*.fewm{width:auto ;margin:0 60px;}
.fewm h3{font-size:20px;color:#FFF;line-height:40px;text-align:center;margin-bottom:20px}
.fewm img{display:block;margin:0 auto}
.fewm p{font-size:14px;color:#999;line-height:34px;text-align:center}*/
.f_b {
	background: #1b1b1b;
}
  

.pubt h2 {
       padding-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-family: "PingFang-TC-Light";
	font-size: 2.25em;
	font-weight:500;
}

.pubt span {
	text-align: center;
	font-size: 1.125em;
	margin-top: 0.1em;
	margin-bottom: 2.8em;
}
/*.main1_box {height: 850px;}*/
.main1 {
	padding-bottom: 70px;
}

.main1 .pubt {
	margin-bottom: 50px;
}

.banner2 .box {
	position: relative;
	height: auto;
}

.banner2 .box .pic {
	float: left;
	width: calc(82% - 286px);
	margin-left: 18%;
	height: auto;
}

.banner2 .box img {
	display: block;
}

.banner2 .box .b2_left {
/*float: left;*/
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
}

.banner2 .box .b2_left span {
	font-size: 26px;
	display: block;
	margin-bottom: 12px;
}

.banner2 .box .b2_left h2 {
	font-size: 40px;
	font-weight: bold;
}

.banner2 .box .b2_right {
	float: right;
}

.banner2 .box .b2_right h4 {
	font-size: 26px;
	font-weight: 400;
	margin-bottom: 20px;
}

.banner2 .box .b2_right h1 {
	font-size: 48px;
	color: #0063b0;
	font-weight: bold;
	margin-bottom: 45px;
}

.banner2 .box .b2_right p {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 60px;
}

.more {
	display: inline-block;
	width: 136px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	border: 2px solid #817f7f;
}

.more i {
	width: 9px;
	height: 9px;
	background-image: url(../hezuo/images/more.png);
	margin-left: 10px;
}

.banner2 .slick-arrow {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	width: 48px;
	top: 50%;
	height: 48px;
	border: 1px solid #b2b2b2;
	color: transparent;
	position: absolute;
	cursor: pointer;
	z-index: 9;
}

.banner2 .slick-prev {
	left: 0;
	margin-top: -24px;
	background: url(../hezuo/images/bl.png) center no-repeat;
}

.banner2 .slick-next {
	left: 40px;
	margin-top: 16px;
	background: url(../hezuo/images/br.png) center no-repeat;
}

.banner2 .slick-prev:hover {
	background: #0063b0 url(../hezuo/images/blon.png) center no-repeat;
	border-color: #0063b0;
}

.banner2 .slick-next:hover {
	background: #0063b0 url(../hezuo/images/bron.png) center no-repeat;
	border-color: #0063b0;
}

.banner2 .more:hover {
	background: #0063b0;
	border-color: #0063b0;
	color: #FFF;
}

.banner2 .slick-arrow:hover {
	background-size: 60%;
}

@media screen and (max-width:960px) {
	.main1 .pubt {
		padding: 40px 0;
	}

	.banner2 .slick-arrow {
		top: auto;
		width: 35px;
		height: 35px;
		bottom: -40px;
	}

	.banner2 .slick-prev {
		left: 48%;
	}

	.banner2 .slick-next {
		left: calc(48% + 55px);
	}

	.banner2 .box .b2_left span {
		font-size: 20px;
	}

	.banner2 .box .b2_left h2 {
		font-size: 26px;
	}

	.banner2 .box .pic {
		margin-left: 10%;
		margin-top: 5%;
		width: calc(90% - 252px);
	}

	.banner2 .box .b2_right h4 {
		margin-bottom: 0;
		font-size: 22px;
		margin-bottom: 5px;
	}

	.banner2 .box .b2_right h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.banner2 .box .b2_right p {
		margin-bottom: 45px;
	}

	.more {
		width: 105px;
	}
}

@media screen and (max-width:680px) {
	.banner2 .box .pic {
		margin-top: 12%
	}
}

@media screen and (max-width:460px) {
	.banner2 .slick-prev {
		right: 50px;
		left: auto;
	}

	.banner2 .slick-next {
		right: 0;
		left: auto;
	}

	.banner2 .box .b2_left {
		float: left;
		position: relative;
		margin-bottom: 10px;
	}

	.banner2 .box .pic {
		float: none;
		margin-bottom: 10px;
	}

	.pubt {
		padding-top: 30px;
	}

	.pubt h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.pubt span {
		font-size: 16px;
	}

	.banner2 .box .b2_left {
		display: none;
	}

	.banner2 .box .b2_left span {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.banner2 .box .b2_left h2 {
		font-size: 20px;
	}

	.banner2 .box .pic {
		float: right;
		right: 25%;
		top: 0;
		width: 50%;
		margin: 0 25%;
	}

	.banner2 .box .b2_right {
		float: left;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.banner2 .box .b2_right h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.banner2 .box .b2_right h1 {
		margin-bottom: 0px;
		font-size: 22px;
	}

	.banner2 .box .b2_right p {
		margin-bottom: 15px;
	}

	.more {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.banner2 .slick-arrow {
		width: 30px;
		height: 28px;
		bottom: -2px;
		border-color: #333;
	}

	.main1 .pubt {
		margin-bottom: 0;
	}
}

.main2_con {
	background: #e5e5e5;
}

.main2_box {
	background: #f5f5f5;
	padding-bottom: 95px;
}

.main2_box .pubt {
	margin-bottom: 47px;
}

.m2_left {
	float: left;
	width: 50%;
}

.m2_right {
	float: left;
	width: 50%;
	background: #e5e5e5;
	height: 50%;
}

.m2_left li {
	position: relative;
	background: #FFF;
}

.m2_left li .pic {
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
}

.m2_left li .tit {
	float: left;
	text-align: center;
	width: 50%;
}

.m2_left li .tit {
	padding-top: 90px;
}

.m2_left li .tit h2 {
	font-size: 26px;
	margin-bottom: 12px;
}

.m2_left li .tit p {
	font-size: 14px;
	line-height: 23px;
	color: #666;
	margin-bottom: 25px;
}
/*.m2_left li:nth-child(2) .tit{padding-top: 90px;}*/
/*.m2_left li:nth-child(2) .tit h2{font-size: 24px;} */
.m2_left li .tit a {
	display: inline-block;
	width: 140px;
	height: 42px;
	text-align: center;
	font-size: 14px;
	line-height: 42px;
	background: #FFF;
	color: #FFF;
}

.m2_left li:hover {
	background: #0063b0;
	color: #FFF;
}

.m2_left li:hover .tit a {
	color: #333;
}

.m2_left li:hover .tit p {
	color: #FFF;
}

.m2_left li:hover .pic 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);
}

.m2_right .tit {
	background: #e5e5e5;
	padding: 40px 40px 0 40px;
}

.m2_right .tit h2 {
	color: #222;
	margin-bottom: 15px;
	font-size: 30px;
}

.m2_right .tit p {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
 /*overflow: hidden;*/
}

.m2_right .tit a {
	font-size: 14px;
	color: #0063b0;
}

@media screen and (max-width:1300px) {
	.m2_right .tit {
		padding: 15px  0 0 20px;
	}
}

@media screen and (max-width:1140px) {
	.m2_left li .tit {
		padding-top: 30px;
	}

	.m2_right .tit h2 {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.m2_right .tit p {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:960px) {
	.m2_left li .tit {
		padding: 30px 4% 0;
		box-sizing: border-box;
	}

	.m2_left li .tit h2 {
		font-size: 18px;
		font-weight: bold;
	}

	.m2_left li .tit p {
		margin-bottom: 15px;
	}

	.m2_left li .tit a {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.m2_right .tit {
		width: 90%;
		padding: 15px 5% 0;
	}
}

@media screen and (max-width:860px) {
	.m2_left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.m2_right {
		float: none;
		width: 100%;
	}

	.m2_left li .pic img {
		width: 100%;
	}

	.m2_left li .tit {
		padding: 15% 4% 0;
	}

	.m2_right .tit {
		padding: 15px 5%
	}

	.main2_con {
		background: none;
	}

	.m2_right {
		background: #f5f5f5;
	}

	.m2_right .pic img {
		width: 100%;
	}
}

@media screen and (max-width:460px) {
	.m2_left li .tit {
		padding: 4% 4% 0;
	}

	.m2_left li .tit h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.m2_left li .tit p {
		line-height: 18px;
		margin-bottom: 10px;
	}

	.m2_left li .tit a {
		color: #333;
		border: 1px solid #eee;
	}

	.m2_right .tit h2 {
		font-size: 20px;
	}
}

.main3_box {
	background: url(../hezuo/images/bg1.png) center no-repeat;
	height: auto;
}

.main3 {
	padding-bottom: 80px;
}

.main3_list {
	margin-bottom: 88px;
}
/*.main3_list li{float: left;overflow:hidden; position:relative;width: 23.51%;margin-right: 1.875%;}*/
/*.main3_list li:last-child{margin-right: 0;}*/
.main3_list li .box {
	overflow: hidden;
	position: relative;
	width: 94%;	 
}

.main3_list li .tit {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -82px;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 40px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.main3_list li .tit h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "PingFang-TC-Light";
}

.main3_list li .tit p {
	margin-bottom: 28px;
}

.main3_list li:hover .tit{
	background: rgba(222,35,42,.9);
	color: #FFF;
	bottom: 0;
	cursor:pointer;
}
.main3_list li .tit a {
	display: inline-block;
	width: 136px;
	height: 38px;
	text-align: center;
	color: #FFF;
	line-height: 38px;
	font-size: 14px;
	border: 2px solid #FFF;
}

.main4_box {
	background: #f5f5f5;
	padding-bottom: 85px;
}

.main4_box .pubt {
	margin-bottom: 45px;
}

.main3 .pubt {
	margin-bottom: 70px;
}

.main3_list li .pic img {
	width: 100%;
}

.main3_list .slick-arrow {
	border: 0;
	top: 50%;
	margin-top: -47px;
	width: 16px;
	height: 41px;
	color: transparent;
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

.main3_list .slick-prev {
	left: 0px;
	background: url(../hezuo/images/tl1.png) center no-repeat;
	background-size: contain;
}

.main3_list .slick-next {
	right: 0px;
	background: url(../hezuo/images/tr1.png) center no-repeat;
	background-size: contain;
}

.main3 .more {
	color: #FFF;
}

.main3 .more:hover {
	background: #0063b0;
	border-color: #0063b0;
}

@media screen and (max-width:1200px) {
	.main3 {
		padding-bottom: 40px;
	}

	.main3 .pubt {
		margin-bottom: 40px;
		padding-top: 40px;
	}

	.main3_list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:960px) {
	.main3_list li .box {
		width: 90%;
		margin: 0 auto;
	}
}

/*.main4_con{padding: 0 40px;}*/
.cooper_list .box {
	height: 88px;
	line-height: 88px;
	width: 188px;
	border: 1px solid #dcdcdc;
	text-align: center;
	background: #FFF;
	 overflow: hidden;
}

.cooper_list .box img {
	display: inline-block;
	padding:3px;
}

.cooper_list .box img {
 	display:block;
 	z-index:10;
 	position:absolute
 	-webkit-transition: -webkit-transform .5s;
 	-webkit-transform: translateZ(0);
 	-moz-transform: translateZ(0);
	 -ms-transform: translateZ(0);
 	transition: transform .5s;
 	transform: translateZ(0);
 	 width: 188px;
	 height: 88px;
}
.cooper_list .box img:hover {
  	display:block;
  	-webkit-transform: translateY(2px) scale(.9);
  	-moz-transform: translateY(2px) scale(.9);
  	-ms-transform: translateY(2px) scale(.9);
 	 transform: translateY(2px) scale(.9)
 	width: 188px;
	 height: 88px;
 	 -webkit-filter: grayscale(10%);
 	 -webkit-filter: grayscale(1);
 	 filter: grayscale(10%);
 	 filter: gray;
}
.cooper_list .slick-arrow {
	width: 12px;
	height: 17px;
	top: 50%;
	margin-top: -8.5px;
	border: 0;
	color: transparent;
	position: absolute;
	cursor: pointer;
	z-index: 9;
}

.cooper_list .slick-prev {
	left: -25px;
	background: url(../hezuo/images/jl.png) center no-repeat;
}

.cooper_list .slick-next {
	right: -16px;
	background: url(../hezuo/images/jr.png) center no-repeat;
}

.cooper_list .slick-prev:hover {
	background: url(../hezuo/images/jlon.png) center no-repeat;
}

.cooper_list .slick-next:hover {
	background: url(../hezuo/images/jron.png) center no-repeat;
}

@media screen and (max-width:1200px) {
	.cooper_list .box {
		width: 94%;
		margin: 0 auto;
		height: 100px;
		line-height: 100px;
	}

	.cooper_list .slick-prev {
		left: -15px;
	}

	.cooper_list .slick-next {
		right: -15px;
	}
}

@media screen and (max-width:960px) {
	.cooper_list .box {
		width: 85%;
		margin: 0 auto;
		height: 80px;
		line-height: 80px;
	}

	.cooper_list .slick-prev {
		left: -2px;
	}

	.cooper_list .slick-next {
		right: -2px;
	}
}

.main4_box {
	padding-bottom: 40px;
}
/*案例展示*/
.bgs {
	height: 460px;
}

.case_box {
	padding-top: 70px;
	padding-bottom: 100px;
}

.case_left {
	float: left;
	width: calc(100% - 480px);
	padding-right: 50px;
	border-right: 1px solid #e5e5e5;
}

.case_left .case .pic {
	overflow: hidden;
}

.case_left .case .tit {
	padding-top: 45px;
}

.case_left .case .tit h2 {
	font-size: 28px;
	margin-bottom: 25px;
}

.case_left .case .tit p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.case_left .case {
	display: none;
}

.case_left .case.on {
	display: block;
}

.case_right {
	float: right;
	width: 400px;
	height: 710px;
}

.case_list {
	width: 96%;
}

.case_list li {
	padding: 20px;
	border-bottom: 1px dashed  #c7c7c7;
	cursor: pointer;
}

.case_list li .pic {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

.case_list li .tit {
	float: left;
	width: 200px;
}

.case_list li .tit h2 {
	margin-bottom: 15px;
	font-size: 15px;
}

.case_list li .tit p {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}

.case_list li:hover {
	background: #1972b8;
	color: #FFF;
}

.case_list li:hover p {
	color: #FFF;
}

.container2 {
	position: relative;
	height: 710px;
	overflow: hidden;
}

.container2 .swiper-scrollbar {
	opacity: 1 ! important;
}

.container2 .swiper-slide {
	height: auto;
}

@media screen and (max-width:1200px) {
	.case_list li {
		padding: 15px 20px;
	}

	.bgs {
		height: 360px;
	}
} 