body {
	margin: 0 auto;
	font-size: 12px;
	font-family: "SourceHanSansCN_Regular", "Microsoft YaHei", "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
	line-height: 1.5;
	color: #000;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
b,em { font-style: normal; font-weight: normal}
input,textarea { outline: none; font-size: 100%;}
.red1 {
	color: #FF0000;
	padding-left: 5px;
	font-size: 13px;
}

.bian {
	border: 1px solid #FFFFFF;
}

a {
	color:#000;
	text-decoration:none;
}


a:hover {
	color: #D90000;
}

.textfield {
	height: 28px;
	border: 1px solid #DDDDDD;
	border-radius:3px 3px 3px 3px;
	padding-left: 10px;
	width: 50%;
	font-size: 13px;
	line-height: 30px;
}
.textfield2 {
	border: 1px solid #DDDDDD;
	border-radius:3px 3px 3px 3px;
	font-size: 13px;
	height: 28px;
	width: 94%;
	padding-left: 10px;
	line-height: 30px;
}
.textfield3 {
	border: 1px solid #DDDDDD;
	border-radius:3px 3px 3px 3px;
	font-size: 13px;
	width: 85%;
	padding-left: 10px;
	line-height: 25px;
}

.textfield4 {
	border: 1px solid #DDDDDD;
	border-radius:3px 3px 3px 3px;
	font-size: 13px;
	height: 28px;
	width: 16.5%;
	padding-left: 10px;
	line-height: 30px;
}
.textfield5 {
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    width: 92%;
    line-height: 1.4rem;
    font-size: 100%;
    padding: 2%;
}
a.anniu:link {
	background-color: #FF0000;
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 36px;
	width: 130px;
	margin-right: 50px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 10px;
}
a.anniu:visited {
	color: #FFFFFF;
	background-color: #FF0000;
}
a.anniu:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#middle12 {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
}
.nright {
	text-align: right;
}

.red {
	color: #FF0000;
	font-size: 16px;
}
.red:hover {
	text-decoration: underline;
	color: #FF0000;
}

/*body*/
#body {
	width: 100%;
	min-width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	float: left;
	width: 100%;
	min-width: 1280px;
	top: 0px;
	position: relative;
}
.top {
	top: 0px;
	z-index: 999 !important;
	position: fixed;
	float: left;
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
.top-xh {
	display: block;
	margin: 0 auto;
	width: 1280px;
}
.top-xh img {
	float: left;
	width: auto;
	height: 100px;
}
#nav {
	display: flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
ul.nav {
	display: inline-flex;
	flex: 1;
	right: 0px;
	width: 70%;
	padding-left:30%;
}
li.nav-item {flex: 1;}
li.nav-item>a{
	display: block;
	width: 98%;
	text-align: center;
	line-height: 100px;
	font-size: 18px;
	color: #838383;
	margin: 0 2%;
	position: relative;
}
li.nav-item>a::before{
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-width: 0 9px 9px;
	border-style: solid;
	border-color: transparent transparent #036CFC;
	position: absolute;
}
li.nav-item:hover>a ,li.nav-item.active>a{color: #036CFC;}
li.nav-item:hover>a::before,li.nav-item.active>a::before{display: block;}
/* 浜岀骇鑿滃崟 */
.subMenu{
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	font-size: 16px;
	padding: 10px 0;
	background-color: rgba(40,128,252,0.9);
}
.subMenu>.xh{
	display: block;
	position: relative;
	width: 1280px;
	height: 2000px;
	margin: 0 auto;
}
li.nav-item>.sd{
	left: auto;
	float: left;
	width: 140px;
}
li.nav-item>.sd>ul>li>a {
	display:block;
	padding:0 30px;
}
.subMenu>ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.subMenu>.xh>ul{
	float: left;
	width: 30%;
	text-align: left;
	margin: 0 1.5%;
}
.subMenu>.xh>ul h2{
	display:block;
	color: #fff;
	line-height: 70px;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #FFFFFF;
}
.subMenu>ul>li>a,.xh>ul>li>a {
	display:block;
	padding:0 18px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
.subMenu>.xh>ul>li>a{
	text-align: left;
	padding:0;
}
.subMenu>ul>li>a:hover,.xh>ul>li>a:hover,.jgzk a:hover{
	color: #FFB903;
}
.jgzk {
	display: block;
	height: 40px;
	overflow: hidden;
}
.jgzk a {
	color: #FFFFFF;
}
.jgzk:hover {
	display: block;
	height: 120px;
	line-height: 40px;
	overflow: inherit;
}

/*骞荤伅鐗?/
.flash,.ny_flash {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 100px;
}
.ny_flash img {
	float: left;
	width: 100%;
	height: auto;
}
#myjQuery { 
	background: #000;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 800px;
}
#myjQueryContent {
	overflow: hidden;
	width: 100%;
	height: 800px;
}
#myjQueryContent div {
	position: absolute;
	width: 100%;
	height: 800px;
}
#myjQueryContent .smask {
	z-index: -1;
}
#myjQueryContent img {
	width: 100%;
	height: 800px;
	display: block;
	border: 0;
	object-fit: cover;
}
#myjQueryNav {
	display: block;
	overflow: hidden;
	width: 81px;
	height: 8px;
	position:absolute;
	top: 282px;
	right: 10px;
	z-index: 5;
}
#myjQueryNav li {
	display: block;
	float: left;
	width: 15px;
	cursor: pointer;
	height: 8px;
	text-align:center;
	margin-left: 1px;
	/*background: #666;*/
	color: #fff;
}
#myjQueryNav .nbg {
	background: #666;
}
#myjQueryNav a {
	display: block;
	z-index: 12;
	margin: 0px auto;
	text-transform: uppercase;
	width: 45px;
	color: #ffffff;
	line-height: 22px;
	position: relative;
	height: 22px;
	z-index: 20;
}
#myjQueryNav .current {
	/*background: #347e0d;*/
}
#myjQueryNav .current a {
	color: #fff;
}
#myjQuery #flow {
	background: url(../images/fcurrent.gif) no-repeat;
	margin-top: -33px;
	width: 45px;
	height: 22px;
	z-index: 22;
	left: 652px;
	position: absolute;
}


/*.theme-default #slider{
	position: relative;
	float: left;
	width:100%;
	
}
.theme-default .nivoSlider{
	background:url("../images/loading.gif") no-repeat 50% 50% rgb(255, 255, 255);
	position:relative;
}
.theme-default .nivoSlider img{
	left:0px;
	top:0px;
	display:none;
	position:absolute;
}
.theme-default .nivoSlider a{
	border:0px currentColor;
	display:block;
}
.theme-default .nivo-controlNav{
	left:384px;
	width:193px;
	height:38px;
	bottom:-14px;
	padding-top:14px;
	padding-left:50px;
	position:absolute;
	z-index:9;
	background-image:url("../images/bullets-bg.png");
	background-repeat:no-repeat;
}
.theme-default .nivo-controlNav a{
	background:url("../images/bullets.png") no-repeat;
	border:0px currentColor;
	width:23px;
	height:17px;
	text-indent:-9999px;
	margin-right:3px;
	float:left;
	display:block;
}
.theme-default .nivo-controlNav a.active{
	background-position:0px -17px
}
.theme-default .nivo-directionNav a{
	background:url("../images/arrows.png") no-repeat;
	border:0px currentColor;
	width:65px;
	height:65px;
	text-indent:-9999px;
	display:block;
}
.theme-default a.nivo-nextNav{
	background-position:-65px 0px;
	top:151px;
	right:30px;
}
.theme-default a.nivo-prevNav{
	left:30px;
	top:151px;
}
.theme-default a.nivo-nextNav:hover{
	background-position:-65px -65px;
	top:151px;
	right:30px;
}
.theme-default a.nivo-prevNav:hover{
	background-position:0px -65px;
	left:30px;
	top:151px;
}
.theme-default .nivo-caption{
	font-family:Helvetica,Arial,sans-serif;
}
.theme-default .nivo-caption a{
	color:rgb(255, 255, 255);
	border-bottom-color:rgb(255, 255, 255);
	border-bottom-width:1px;
	border-bottom-style:dotted;
}
.theme-default .nivo-caption a:hover{
	color:rgb(255, 255, 255);
}
.nivoSlider{
	position:relative;
}
.nivoSlider img{
	left:0px;
	top:0px;
	position:absolute;
}
.nivoSlider a.nivo-imageLink{
	margin:0px;
	padding:0px;
	border:0px currentColor;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	z-index:6;
}
.nivoSlider{
	position:relative;
}
.nivoSlider img{
	left:0px;
	top:0px;
	width: 100%;
	height: auto;
	position:absolute;
}
.nivoSlider a.nivo-imageLink{
	margin:0px;
	padding:0px;
	border:0px currentColor;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	z-index:6;
}
.nivo-slice{
	height:100%;
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-box{
	display:block;
	position:absolute;
	z-index:5;
}
.nivo-caption{
	background:rgb(0, 0, 0);
	left:0px;
	width:30%;
	bottom:0px;
	color:rgb(255, 255, 255);
	display:none;
	position:absolute;
	z-index:8;
	opacity:0.8;
}
.nivo-caption p{
	margin:0px;
	display:none;
}
.nivo-caption a{
	display:inline !important;
}
.nivo-html-caption{
	display:none;
}
.nivo-directionNav a{
	top:45%;
	position:absolute;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav{
	left:0px;
}
.nivo-nextNav{
	right:0px;
}
.nivo-controlNav a{
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active{
	font-weight:bold;
}
*/


/*缁撴潫*/
#content {
	position: relative;
	float: left;
	width: 100%;
}
.middle {
	position: relative;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.m-sjh { 
	float: left;
	width: 1280px;
}
.m-sjh .list {
	margin-top: -65px;
	position: relative;
	z-index: 2;
}
.m-sjh .list li{
	float: left;
	width: 230px;
	margin-left: 32.5px;
	height: 287px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.1);
	border-radius: 12px;
	background: #fff;
	transition: all 0.3s;
}
.m-sjh .list li:nth-child(1){
	margin-left: 0
}
.m-sjh .list div{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	padding: 35px 26px 0 26px;
	box-sizing: border-box;
}
.m-sjh .list h3,.m-sjh .list p{
	display: block;
	color: #0945eb;
	font-size: 40px;
	line-height: 55px;
	font-weight: normal;
	transition: all 0.3s;
}
.m-sjh .list p{
	font-size: 28px;
	color: #636363;
}
.m-sjh .list li:nth-child(1) div{
	background: url("../images/m_sjh_01.png") no-repeat center bottom;
	background-size: auto 140px;
}
.m-sjh .list li:nth-child(2) div{
	background: url("../images/m_sjh_02.png") no-repeat center bottom;
	background-size: auto 140px;
}
.m-sjh .list li:nth-child(4) div{
	background: url("../images/m_sjh_04.png") no-repeat center bottom;
	background-size: auto 140px;
}
.m-sjh .list li:nth-child(3) div{
	background: url("../images/m_sjh_03.png") no-repeat center bottom;
	background-size: auto 140px;
}
.m-sjh .list li:nth-child(5) div{
	background: url("../images/m_sjh_05.png") no-repeat center bottom;
	background-size: auto 140px;
}
.m-sjh .list li:hover{
	background: #2880FC
}
.m-sjh .list li:hover h3,.m-sjh .list li:hover p{
	color: #FFFFFF
}
.m-sjh .list li:hover b,.index_solution .list li:hover p,.index_solution .list li:hover span{ color:#fff;}
.m-sjh .list li:hover div{ background-size: auto 165px;}

.m-yl {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.m-yl span,.m-yl span h3,.m-yl span h3 em,.m-yl span p,
.m-cpfw span,.m-cpfw span h3,.m-cpfw span h3 em,.m-cpfw span p,
.m-dt span,.m-dt span h3,.m-dt span h3 em {
	display: block;
	text-align: center;
}
.m-yl span h3,
.m-cpfw span h3,
.m-dt span h3 {
	font-size: 40px;
	color: #333;
	letter-spacing: 2px;
}
.m-yl span h3 em,
.m-cpfw span h3 em,
.m-dt span h3 em {
	width: 90px;
	height: 4px;
	margin: 18px auto 15px auto;
	background-color: #ffb903;
}
.m-yl span p,
.m-cpfw span p,
.m-dt span p {
	font-size: 20px;
	color: #555;
	margin: 0 0 70px 0;
}

.m-yl .gradient-text,
.m-cpfw .gradient-text,
.m-dt .gradient-text {
	display: block;
	line-height: 70px;
	font-size: 76px;
	color: #EEEEEE;
	font-weight: 600;
	position: relative;
	text-transform: uppercase;
}
.m-yl .gradient-text-two,
.m-cpfw .gradient-text-two,
.m-dt .gradient-text-two {
	color: #EEEEEE;
}
.m-yl .gradient-text-two[data-content]::after,
.m-cpfw .gradient-text-two[data-content]::after,
.m-dt .gradient-text-two[data-content]::after {
    content:attr(data-content);
    display: block;
	color: #EEEEEE;
    -webkit-mask-image:-webkit-gradient(linear, 0 0, 0 bottom, from(#E7E7E7), to(rgba(231, 231, 231, 0)));
}
.m-yl li{
	float: left;
	width: 33.33%;
	height: 580px;
	background: url("../images/m_ylkj_01.jpg") no-repeat left bottom;
	overflow: hidden; transition: all 0.3s;
}
.m-yl li:nth-child(2){
	background: url("../images/m_ylxx_01.jpg") no-repeat right bottom;
}
.m-yl li:nth-child(3){
	background: url("../images/m_ylpp_01.jpg") no-repeat left bottom;
}
.m-yl .con{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.38);
	position: relative;
}
.m-yl .tit{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}
.m-yl .tit b{
	display: block;
	width: 380px;
	height: 140px;
	font-size: 42px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0 auto;
}
.m-yl .tit a{
	display: block;
	margin: 40px auto 0;
	width: 170px;
	line-height: 44px;
	background: rgba(255,255,255,0.24);
	border-radius: 22px;
	border: 1px solid #FFFFFF;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s;
}
.m-yl .cons{
	display: none;
	opacity: 0;
	position: absolute;
	left: 48%;
	top: 50%;
	transform: translateY(-50%);
	width: 520px;
	line-height:320px;
	border-radius: 46px;
	background: rgba(204, 204, 204, 0.5);
	overflow: hidden;
	padding: 20px 0 20px 100px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.m-yl .cons div{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
}
.m-yl .cons i{
	display:inline-block;
	vertical-align: top;
	font-size: 30px;
	margin-right: 30px;
}
.m-yl li a:hover{
	color: #0355C2;
}
.m-yl li.ons{
	width: 20%
}
.m-yl li.on{
	background-position: left bottom !important;
	width: 60%;
}
.m-yl li.on a{display: none}
.m-yl li.on .tit{left: 3%; width: 30%;}
.m-yl li.on .cons{display: block; opacity: 1.0}

.m-yj {
	position: relative;
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/m_yj_bj.jpg);
}
.m-yj span {
	position: relative;
	float: left;
	width: 1280px;
	text-align: center;
}
.m-yj span h3 {
	display: block;
	font-size: 40px;
	color: #333;
	font-weight: 550;
	letter-spacing: 2px;
	margin: 60px 0 40px 0;
}
.m-yj span h3 em {
	display: block;
	font-size: 14px;
	color: #999999;
	list-style: 30px;
	margin-top: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.m-yj span p {
	display: block;
	width: 900px;
	font-size: 20px;
	color: #838383;
	line-height: 30px;
	margin: 70px auto 50px auto;
}
.m-yj span p a {
	display: block;
	width: 206px;
	font-size: 20px;
	color: #2880fc;
	line-height: 42px;
	border-radius: 7px;
	border: 1px solid #2880fc;
	margin: 20px auto 0 auto;
}
.m-yj span img {
	width: auto;
	height: 523px;
	display: block;
}
.m-cpfw {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.m-cpfw span h3,.m-dt span h3 {
	margin-top: -25px;
}
.m-cpfw ul {
	float: left;
	width: 1312px;
	margin-top: -30px;
	margin-left: -32px;
}
.m-cpfw ul li {
	float: left;
	width: 405px;
	margin-top: 60px;
	margin-left: 32px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.m-cpfw ul li img {
	display: block;
	width: 405px;
	height: 227px;
}
.m-cpfw ul li span img {
	display: block;
	width: 110px;
	height: 110px;
	border-radius: 55px;
	margin: -55px auto 20px auto;
	box-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.m-cpfw ul li span strong {
	display: block;
	font-size: 22px;
	color: #151515;
	line-height: 65px;
	font-weight: normal;
}
.m-cpfw ul li span strong em {
	display: block;
	width: 110px;
	height: 2px;
	background-color: #99b372;
	margin: 0px auto 0 auto;
}
.m-cpfw ul li span a {
	display: block;
	font-size: 16px;
	color: #999999;
	line-height: 45px;
	margin: 30px;
	background-color: #f2f2f2;
}
.m-cpfw ul li span a:hover {
	font-size: 18px;
}
.m-jjfa {
	float: left;
	width: 100%;
	margin-top: 88px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../images/m_jjfa_bj.png);
}
.m-jjfa .tab {
	float: left;
	width: 100%;
	margin: 80px 0;
}
.m-jjfa .tab ul.menu {
	float: right;
	width: 92px;
	margin-bottom: -52px;
}
.m-jjfa .tab ul.menu li{
	float: left;
	width: 90px;
	color: #999;
	font-size: 39px;
	cursor: pointer;
	line-height: 92px;
	text-align:center;
	margin-bottom: 52px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 2px 20px rgba(0,0,0,0.2);
}
.m-jjfa .tab ul.menu li.active {
	color:#FFF;
	background-color: #2880FC;
}
.m-jjfa .tab .con1 {
	float: left;
	width: 1160px;
}
.m-jjfa .tab .con2,.m-jjfa .tab .con3 {
	float: left;
	width: 1160px;
    display:none;
}
.m-jjfa .tab .con1 img,.m-jjfa .tab .con2 img,.m-jjfa .tab .con3 img {
	float: left;
	width: 560px;
	height: 373px;
	border: 4px solid #99B372;
}
.m-jjfa .tab .con1 span,.m-jjfa .tab .con2 span,.m-jjfa .tab .con3 span {
	float: right;
	width: 550px;
}
.m-jjfa .tab .con1 span h2,.m-jjfa .tab .con2 span h2,.m-jjfa .tab .con3 span h2 {
	display: block;
	font-size: 40px;
	color: #333;
	line-height: 30px;
	letter-spacing: 2px;
}
.m-jjfa .tab .con1 span h2 em,.m-jjfa .tab .con2 span h2 em,.m-jjfa .tab .con3 span h2 em {
	display: block;
	font-size: 23px;
	color: #999;
	margin: 20px 0 10px 0;
	font-weight: normal;
	text-transform: uppercase;
}
.m-jjfa .tab .con1 span h2 b,.m-jjfa .tab .con2 span h2 b,.m-jjfa .tab .con3 span h2 b {
	display: block;
	font-size: 33px;
	color: #2880fc;
	letter-spacing: 1px;
}
.m-jjfa .tab .con1 span p,.m-jjfa .tab .con2 span p,.m-jjfa .tab .con3 span p {
	display: block;
	font-size: 16px;
	color: #999;
	line-height: 27px;
	margin-top: 40px;
	max-height: 156px;
	overflow: hidden;
}
.m-jjfa .tab .con1 span p a,.m-jjfa .tab .con2 span p a,.m-jjfa .tab .con3 span p a {
	display: block;
	color: #999;
}
.m-jjfa .tab .con1 span p a:hover,.m-jjfa .tab .con2 span p a:hover,.m-jjfa .tab .con3 span p a:hover,.m-wm span h2 a:hover {
	color: #2880fc;
}

.m-wm {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 100px;
}
.m-wm span {
	float: left;
	width: 690px;
	font-size: 16px;
	color: #999;
	line-height: 42px;
	max-height: 310px;
	overflow: hidden;
}
.m-wm span h2 {
	display: block;
	font-size: 27px;
	color: #333;
	font-weight: normal;
	margin-top: 60px;
	margin-bottom: 35px;
}
.m-wm span b {
	display: block;
	width: 60px;
	height: 3px;
	margin-bottom: -60px;
	background-color: #2880fc;
}
.m-wm span h2 em {
	color: #999;
}
.m-wm span h2 a {
	float: right;
	color: #999;
	font-size: 16px;
}
.m-wm span h3 {
	display: block;
	font-size: 20px;
	color: #2880fc;
	margin-bottom: 20px;
	font-weight: normal;
}
.m-wm ul {
	float: left;
	width: 715px;
	margin-top: 32px;
	margin-left: -15px;
}
.m-wm ul li {
	float: left;
	width: 160px;
	height: 90px;
	font-size: 16px;
	color: #2880fc;
	line-height: 30px;
	text-align: center;
	margin-left: 15px;
	padding-top: 10px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #EEF2F6;
}
.m-wm ul li img {
	position: inherit;
	display: block;
	width: 50px;
	height: auto;
	margin: auto;
}

.m-wm img {
	position: absolute;
	right: 0px;
	width: 560px;
	height: 396px;
}
.m-dt,.m-dt-gd {
	float: left;
	width: 100%;
	margin-top: 110px;
}
.m-dt span {
	float: left;
	width: 100%;
	padding-top: 55px;
	margin-bottom: 60px;
	background-position: center;
	background-image: url(../images/m_dt_h2.jpg);
}
.m-dt span p {
	margin-bottom: 50px !important;
}
.m-dt .gradient-text-two[data-content]::after {
	color: #E7E7E7;
}
.m-dt-bt {
	float: right;
	width: 418px;
	height: 660px;
	overflow: hidden;
	background-color: #F3F3F6;
}
.m-dt-bt h3 {
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 46px;
	font-weight: normal;
	padding: 0 25px;
	background-color: #2880FC;
}
.m-dt-bt h3 a {
	float: right;
	color: #FFFFFF;
    font-family: 瀹嬩綋;
    font-weight: 600;
}
.m-dt-bt ul {
	display: block;
	padding: 0 25px;
}
.m-dt-bt ul li {
	display: block;
	margin-top: 30px;
}
.m-dt-bt ul li a,.m-dt-tw ul li b {
	display: block;
	color: #151515;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	max-height: 56px;
}
.m-dt-bt ul li a:hover,.m-dt-tw ul li:hover b {
	color: #2880FC;
}
.m-dt-bt ul li p,.m-dt-tw ul li p {
	display: block;
	color: #979797;
	font-size: 16px;
	line-height: 28px;
}
.m-dt-tw,.m-dt-tw ul {
	float: left;
	width: 862px;
	overflow:initial;
}
.m-dt-tw ul {
	margin-top: -35px;
}
.m-dt-tw li {
	float: left;
	width: 382px;
	margin-right: 49px;
	margin-top: 35px;
	padding-bottom: 12px;
	background-color: #F3F3F6;
	transform: scale(1);
	transition: transform .3s;
}
.m-dt-tw li img {
	display: block;
	width: 100%;
	height: 206px;
	margin-bottom: 10px;
}
.m-dt-tw li b,.m-dt-tw li p {
	display: block;
	padding: 0 25px;
}
.m-dt-tw  li:hover {
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	transform: scale(1.03);
	transition: transform .3s;
	z-index:1;
}
.m-dt-gd a {
	display: block;
	width: 205px;
	color: #2880FC;
	font-size: 22px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #2880FC;
	margin: -60px auto 0px auto;
}
.m-hb {
	float: left;
	width: 100%;
	margin-top: 80px;
	margin-bottom: -50px;
	background-color: #F5F5F5;
}
.m-hb h3 {
	display: block;
	color: #333333;
	font-size: 26px;
	text-align: center;
	line-height: 120px;
	margin-top: 10px;
}
.m-hb h3 em {
	text-transform: uppercase;
}
.m-hb ul {
	float: left;
	width: 1300px;
	margin-left: -20px;
	margin-bottom: 60px;
}
.m-hb ul li {
	float: left;
	width: 194px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #D9D9D9;
}
.m-hb ul li img {
	display: block;
	width: 100%;
	height: 78px;
}


#bottom {
	position: relative;
	float: left;
	width: 100%;
	color: #999999;
	font-size: 14px;
	min-width: 1280px;
	margin-top: 50px;
	background-color: #07090C;
}
.dibu {
	display: block;
	width: 1280px;
	min-width: 1280px;
	margin: 0 auto;
}
.dibu dl,.dibu span {
	float: left;
	width: 100%;
	min-width: 1280px;
}
.dibu dl {
	margin: 40px auto;
}
.dibu dl dt {
	float: left;
	width: 380px;
}
.dibu dl dt em {
	line-height: 26px;
}
.dibu dl dt em img {
	display: block;
	width: auto;
	height: 50px;
	margin-bottom: 18px;
}

#b-cl{
	float: left;
	margin-top: 10px;
	position: relative;
	z-index: 10;
}
.cw {
	width: 480px;
	margin: 0 auto;
}
#b-cl .contact .share .code.c2{
	left: 58px
}
#b-cl .contact .share .code .t{
	display: block;
	text-align: center;
	margin: 3px 0 8px 0;
	color: #333;
	font-size: 13px;
}
#b-cl .contact .share .code .m-pic{
	position: relative;
	width: 80px;
	height: 80px;
	margin: 4px auto 0;
}
#b-cl .contact .share .code .m-pic img{
	width: 80px;
	height: 80px;
	margin-top: 5px;
}
#b-cl .contact .share .code .m-pic:before{
	position: absolute;content: "";
	left: 0;
	right: 0;
	margin: auto;
	top: -9px;
	width: 20px;
	height: 11px;
	background: url(../images/up.png) no-repeat center center;
}
#b-cl .contact .share .code.c1 .inline-block:nth-child(2) .m-pic:before{
	display: none;
}
#b-cl .contact{
	width: 50%;
}
#b-cl .contact .share{
	margin-top: 30px;
}
#b-cl .contact .share a{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	margin-right: 18px;
}
#b-cl .contact .share a:nth-child(4){
	margin-right:0;
}
#b-cl .contact .share a.s1{background-image: url(../images/b-b1.png);}
#b-cl .contact .share a.s2{background-image: url(../images/b-w1.png);}
#b-cl .contact .share a.s3{background-image: url(../images/b-s1.png);}
#b-cl .contact .share a.s4{background-image: url(../images/b-in1.png);}
#b-cl .contact .share a.s1:hover{background-image: url(../images/b-b2.png);}
#b-cl .contact .share a.s2:hover{background-image: url(../images/b-w2.png);}
#b-cl .contact .share a.s3:hover{background-image: url(../images/b-s2.png);}
#b-cl .contact .share a.s4:hover{background-image: url(../images/b-in2.png);}
#b-cl .contact .share .code{
	width: 90px;
	height: 0px;
	overflow: hidden;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 34px top;
	background-image: url(../images/b-hbj.png);
}
#b-cl .contact .share .code.block{
	height: 110px;
	overflow: visible;
}
#b-cl .contact .share .code.c1,#b-cl .contact .share .code.c2{
	width: 210px;
	top: 35px;
	left: 22px;
}
#b-cl .contact .share .code.c2{
	left: 69px;
}
#b-cl .contact .share .code.c1 .inline-block,#b-cl .contact .share .code.c2 .inline-block{
	width: 90px;
	margin-top: 6px;
	margin-left: -16px;
	padding: 0 8px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
.fl, [fl] {
	float:left;
}
.fz0, [fz0] {
	font-size:0;
}
.relative, [relative] {
	position:relative;
	z-index: 1;
}
.inline-block,[inline-block] {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align: top;
}
.absolute, [absolute] {
position:absolute;
}

.dibu dl dd {
	float: right;
	width: 800px;
}
.dibu dl dd em {
	float: left;
	width: 80px;
	margin-left: 100px;
}
.dibu dl dd h3 {
	display: block;
	color: #FFFFFF;
	line-height: 45px;
}
.dibu dl dd em a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
}
.dibu span {
	display: block;
	line-height: 65px;
	border-top: 1px solid #25272a;
}
.dibu span img {
	margin: 0 5px 0 30px;
}
.dibu span em {
	float: right;
}
.dibu span em a {
	margin-left: 20px;
}

#bottom a {
	color: #999999;
}
#bottom a:hover {
	color: #FCFCFC;
	text-decoration: underline;
}
#topcontrol {
	z-index: 2;
}