@charset "UTF-8";

/*基础样式重置*/

html,
body,
div,
header,
main,
article,
footer,
section,
aside,
nav,
hgroup,
ul,
li,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
p,
a,
span,
i,
em,
img,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
main,
article,
footer,
section,
aside,
nav {
	display: block;
}


/*添加安卓对H5新标签的支持*/

html,
body {
	font-family: "Microsoft yahei", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}


/*初始化标题加粗*/

a,
img,
input {
	border: none 0;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a:focus,
input:focus {
	outline: 0 none;
}
a{
	text-decoration:none !important;
}

/*获取焦点时，不显示外框*/

li {
	list-style: none;
}

i,
em,
cite {
	font-style: normal;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea,
li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*消除点击高光*/

textarea {
	resize: none;
	font-size: 12px;
	outline: none 0;
	border: none 0;
}


/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/

textarea,
input,
button {
	-webkit-appearance: none;
}

button {
	text-align: center;
	background: #fff;
	border: 0;
	outline: 0;
}


/*重置按钮样式*/

input[type="text"] {
	border: 1px solid #ddd;
	height: 40px;
	text-indent: 7px;
}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
}


/*重置checkbox样式*/

input[type='radio'] {
	-webkit-appearance: radio;
}
select {
	height: 40px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ddd;
	font-size: 12px;
}


/*定义placeholder字体样式*/

.clearfix {
	zoom: 1;
}

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

.fl {
	float: left;
}

.fr {
	float: right;
}

.no-radius {
	border-radius: 0;
}

.border {
	border: 1px solid #ddd;
}

.text-center th {
	text-align: center;
}

.vertical-top {
	vertical-align: top;
}

.block {
	display: block;
}

.fs14 {
	font-size: 14px;
}
.fs18{
	font-size:18px;
}
.btn-pd {
	padding: 7px 50px;
}

.btn-radius {
	border-radius: 3px;
	;
}

.v-segline {
	padding: 0 8px;
}

.table>tbody>tr>td {
	vertical-align: middle;
}

.icon-bills {
	width: 41px;
}

.pd15 {
	padding: 15px;
}

.h40 {
	height: 40px;
}

.h20 {
	height: 20px!important;
}

.bg-lt-gray {
	background-color: #eee;
}

.w280 {
	width: 280px;
}

.mtb20 {
	margin: 20px 0;
}

.mtb15 {
	margin: 15px 0;
}

.w10em {
	width: 10em;
}

.mt20 {
	margin-top: 20px;
}

.margin-middle {
	margin: 0 auto;
}

/*状态弹框*/

#prompt-box .modal-content {
	width: 300px;
	top: 262px;
	margin: 0px auto;
}

#prompt-box .confirm {
	width: 214px;
	height: 38px;
}

#prompt-box .modal-footer {
	text-align: center;
}

#prompt-box .modal-confirm {
	width: 80px;
	height: 29px;
	background: #d9534f;
	border-radius: 2px;
	border: 0px;
	color: white;
}

#prompt-box .modal-body .errInfo {
	font-size: 15px;
}

#prompt-box .modal-header,
#prompt-box .modal-footer {
	padding: 10px;
}


/*弹出框end*/

/*外部框架*/
body {
	font-family: "微软雅黑";
	overflow-y: scroll;
	min-width: 1200px;
}
.css-index-body{min-width: 1500px;}
.item a{
    display: block;
    width: 100%;
    height: 640px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
#site-header{
	position:fixed;
	top: 0;
	left:0;
	right:0;
	width: 100%;
	z-index: 100;
	background-color:#fff;
	border-bottom:1px solid #f1f8fd;
}
.carousel-inner img{
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#site-header .masked{
	position:fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background:#000;
	z-index: 1;
}
#site-header .contain{
	width: 1200px;
	margin: 0 auto;
	line-height: 60px;
	position: relative;
	left:0;
	z-index:2;
}
.contain .nav-bar{
	height: 60px;
	text-align: center;
}
.contain .nav-bar a{
	color: #333;
}
.contain .nav-bar .active a{
	color:#00afff;
}
.contain .logo{
	width: 210px;
	float: left;
}
.icon-logo{
	position:absolute;
	top:0px;
	left:0;
	display:block;
	width:195px;
	height:60px;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/ytxlogo-new.png) no-repeat center 40%;
}
.contain .title{
	display:none;
	font-size: 18px;
	color:#ffffff;
}
.contain .ul{
	display: inline-block;
	width:700px;
	height: 100%;
	position:relative;
	left:40px;
}
.contain .ul .li{
	float: left;
	margin-right: 20px;
	padding: 0 8px;
	font-size: 15px;
	color:#f5f5f6;
	cursor: pointer;
}
.contain .ul .li:hover{
	color: #0caed8;
}
.contain .ul .li:hover li{
	color: #f5f5f6;
}
.ul .line{
	position: absolute;
	bottom: 0;
	height: 3px;
	background: #0caed8;
	left: 177px;
}
.ul i{
	display: inline-block;
	margin-left: 4px;
	width:13px;
	height:7px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/icon-nav.png) no-repeat top center;
	transform: rotate(180deg);
}
li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.produces li,.developer_project li,.por-help-ul li{
	height: 39px;
	line-height: 39px;
	width: 104px;
	position: relative;
	left: 0px;
}
.developer_project li{width: 136px;}
.produces_li,.developer_project_li,.por-help{position:relative;}
.produces,.developer_project,.por-help-ul{
	position:absolute;
	left:-3px;
	background-color:#000;
	text-align:center;
	/* border-radius:5px; */
}
.developer_project{left:4px;}
.por-help-ul{left:-21px;}
.developer_project{
	left:-12px;
}
.produces li:hover a{
	/*text-decoration: underline;
	-moz-text-decoration-line: underline;
	-webkit-text-decoration: underline;*/
	color:#0caed8;
}
.developer_project li:hover a{
	color:#0caed8;
}
.por-help li:hover a{
	color:#0caed8;
}
.produces_li:hover i,.developer_project_li:hover i,.por-help:hover i{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.contain .login-register{
	width:175px;
	position:absolute;
	top:0;
	right:4px;
}
.contain .login-register a{
	display: block;
	width: 50%;
	float: left;
	font-size:14px;
	height:35px;
	line-height:35px;
	margin-top:12px;
	text-align: center;
	color: #333;
	text-decoration: none;
	-webkit-text-decoration: none;	
}
.contain .login-register a.css-login{
	width:45px;
}
.contain .login-register a.css-register{
	color:#fff;
	border-radius:20px;
}
/*.contain .login-register a:hover{
	background: #0caed8;
}*/
.login-register .register{
	background: #01adff;
	color:#fff;
}
.none {
	display: none;
}

.fir-module {
	width: 100%;
	height: 685px;
	overflow:hidden;
	text-align: center;
	padding-top: 178px;
	background-size: cover,100%;
	-webkit-transition:all .3s linear;
	-ms-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
	position:relative;
}
.fir-module .excessive .glyphicon{
	display: block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center;
}
.fir-module .excessive:hover .glyphicon-left{
	background-image:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-left.png);
}
.fir-module .excessive:hover .glyphicon-right{
	background-image:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-right.png);
}
.animate-bg{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner01.jpg) no-repeat center center;
	z-index:-1;
	-webkit-transition:all 4s ease;
	-ms-transition:all 4s ease;
	-moz-transition:all 4s ease;
	transition:all 4s ease;
	
	-webkit-transform:scale(2);
	-ms-transform:scale(2);
	-moz-transform:scale(2);
	transform:scale(2);
	
}
.animate-bg-hover{
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}
.portal-banner{
	width:1200px;
	margin:0 auto;
	height:386px;
	padding-top:0;
}


.fir-module p {
	font-size: 45px;
	color: #00caff;
	font-family: "宋体";
}

.fir-module p span {
	font-family: "微软雅黑";
}

.fm-exp {
	width: 346px;
	height: 51px;
	color: #008fff;
	font-size: 24px;
	font-weight:300;
	line-height: 45px;
	text-align: center;
	border: 1px solid #008fff;
	padding: 0;
	margin-top:80px;
	border-radius:3px;
	background-color:transparent;
}

.fm-exp-text {
	color: white;
	font-size: 24px;
	position: absolute;
	left: 30px;
}


/*第二模块*/

.sec-module {
	width: 100%;
	height:120px;
	background: #f1f1f3;
	overflow:hidden;
}
.sec-module .sec-module-main {
	width: 1200px;
	height:100%;
	margin: 0 auto;
}
.sec-module-main i{
	float:left;
}
.sec-module-main .icon-logo1 {
	width: 55px;
	height: 61px;
	display: inline-block;
	vertical-align: middle;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/lj_icon_png.png) no-repeat center top;
	margin-top: -5px;
}

.sec-module-main .icon-abou-us {
	width: 69px;
	height: 54px;
	display: inline-block;
	vertical-align: middle;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/mw_logo_png.png) no-repeat center top;
}

.sec-module-main .icon-event {
	width: 45px;
	height: 51px;
	display: inline-block;
	vertical-align: middle;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/ds_icon_png.png) no-repeat center top;
}

.sec-module-main .sec-text {
	vertical-align: middle;
	margin-left: 75px;
}

.sec-module-main .sec-text p {
	margin-top: 5px;
}

.sec-module-main .line-right {
	display: inline-block;
	height: 46px;
	width: 1px;
	background: #c9c9c9;
	vertical-align: middle;
}


/*第三模块*/

.thi-module {
	width: 100%;
}

.thi-module .thi-module-main {
	width: 1200px;
	height: 680px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.thi-module-main .thi-module-main-title {
	margin: 80px 0 40px;
}
.t_h1{
	font-size:40px;
	color:#555;	
	margin-bottom:5px;
}
.t_h2{
	font-size:24px;
	color:#999;
}

.thi-module-main ul {
	margin: 100px 0 100px 0;
	height: 400px;
	display: table-cell;
	vertical-align: middle;
}

.thi-module-main ul li {
	display: inline-block;
	width: 258px;
	height: 340px;
	border: solid 1px #dbdbdd;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	left: 60px;
}

/* .thi-module-main ul li:hover {
	height: 350px;
	border: solid 1px #36d2fb;
}

.thi-module-main ul li:hover .back_color {
	background: #36d2fb;
	color: #FFFFFF;
}

.thi-module-main ul li:hover .bottom_div {
	color: #36d2fb;
}
.thi-module-main ul li:hover .msg-verify-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1120px -73px ;
}
.thi-module-main ul li:hover .voice-verify-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1188px -69px ;
}
.thi-module-main ul li:hover .msg-inform-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1335px -72px ;
}
.thi-module-main ul li:hover .voice-inform-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1259px -67px ;
}
.thi-module-main ul li:hover .pos_bottom_tittle{
	color: white;
	font-size: 28px;
} */
.thi-module-main ul li .pos_bottom_tittle{
	font-size: 22px;
}
.thi-module-main ul li div {
	height: 50%;
	width: 100%;
}
.thi-module-main ul li div i{
	display: block;
	width: 256px;
	height: 212px;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
	-moz-transition:all .3s;
}
.thi-module-main ul li div .on1{
	background:#eef9ff url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/cont3-1.png) no-repeat;
}
.thi-module-main ul li div .on2{
	background:#eef9ff url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/cont3-2.png) no-repeat;
}
.thi-module-main ul li div .on3{
	background:#eef9ff url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/cont3-3.png) no-repeat;
}
.thi-module-main ul li div .on4{
	background:#eef9ff url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/cont3-4.png) no-repeat;
}
.thi-module-main ul li:hover  div i{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/cont3-bg.jpg) no-repeat;
}
.thi-module-main .back_color {
	position: relative;
}

/* .thi-module-main .back_color .pos_bottom {
	height: 130px;
	position: absolute;
	bottom: 0;
} */
.thi-module-main ul p{
	color: #555555;
	font-size: 18px;
}
.thi-module-main ul li:hover p{
	color:#36b7fb;
}
.pos_bottom_tittle{
	font-size: 18px;
}
/* .thi-module-main ul li:hover p{
	font-size:20px;
} */
/* .thi-module-main .back_color i {
	display: inline-block;
	width: 65px;
	height: 64px;
} */
/* .msg-verify-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1121px 0px ;
}
.voice-verify-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1193px 0px ;
}
.msg-inform-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1335px -2px ;
}
.voice-inform-icon{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png) no-repeat top center;
	background-position: -1260px -2px ;
} */

.thi-module-main .back_color p {
	margin-top: 25px;
}

.thi-module-main .bottom_div p {
	text-align: center;
	position: relative;
	top: 68%;
}


/*第四模块*/

.fou-module {
	width: 100%;
	height: 684px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/z_bg_png.jpg) no-repeat center center;
}

.fou-module .fou-module-contain {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.fou-module-contain h2 {
	margin: 0 auto;
	margin-top: 120px;
	width: 550px;
	height: 66px;
	line-height: 66px;
	color: #FFFFFF;
	font-size: 30px;
	background: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
}

.fou-module-contain .content-contain {
	margin: 0 auto;
	margin-top: 124px;
	width: 1100px;
	height: 200px;
	text-align: center;
}

.fou-module-contain .content-contain ul {
	height: 100%;
}

.fou-module-contain .content-contain li {
	width: 250px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	text-align: center;
	float: left;
	margin-right: 33px;
	color: #FFFFFF;
	padding-top: 40px;
	transition:all .2s;
	-webkit-transition:all .2s;
	-ms-transition:all .2s;
	-moz-transition:all .2s;
}
.fou-module-contain .content-contain li:hover{
	background-color: #000;
}

.fou-module-contain .content-contain .margin-right {
	margin-right: 0;
}

.fou-module-contain .content-contain .first {
	font-size: 47px;
}

.fou-module-contain .first span {
	font-size: 18px;
	margin-left: 7px;
}

.fou-module-contain .content-contain .second {
	margin-top: 5px;
	font-size: 26px;
}


/*第五模块*/

.fiv-module {
	width: 100%;
	height: 796px;
	background-color:#f8f8f8;
}

.fiv-module .fiv-module-main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

.t_h1_top {
	margin: 90px 0px 5px 0px;
	color:#555;
	font-size:40px;
}

.fiv-module-main p {
	margin: 0 auto;
}

.fiv-module-main .fiv-contain {
	width: 1069px;
	height: 425px;
	margin: 0 auto;
	margin-top: 75px;
}

.fiv-module-main .fiv-contain ul {
	height: 100%;
}

.fiv-module-main .fiv-contain li {
	float: left;
	width: 250px;
	height: 100%;
	margin-right: 23px;
	border:1px solid #c8c9cb;
}
.fiv-module-main .fiv-contain li:hover{
	border:1px solid #36d2fb;
	box-shadow: 0 0 3px #36d2fb;
}
.fiv-module-main .fiv-contain li:hover .css-ourAdvanImg-box{
	border:1px solid #36d2fb;
	background-color:#36d2fb;
}
.fiv-module-main .fiv-contain .margin-right {
	margin-right: 0;
}
.css-ourAdvanImg-box{
	text-align:center;
	height: 250px;
	width:100%;
}
.fiv-module-main .fiv-contain em {
	display: inline-block;
	font-size: 0;
	width: 200px;
	height:250px;
	background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png);
}

.fiv-contain ul li p {
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}

.fiv-module-main .fiv-contain .back_icon_1 {
	width:200px;
	background-position: 0px -190px;
}
.fiv-module-main .fiv-contain li:hover .back_icon_1{
	background-position: -985px -190px;
}

.fiv-module-main .fiv-contain .back_icon_2 {
	width:190px;
	background-position: -244px -190px;
}
.fiv-module-main .fiv-contain li:hover .back_icon_2 {
	background-position: -1227px -190px;
}

.fiv-module-main .fiv-contain .back_icon_3 {
	width:155px;
	background-position: -497px -190px;
}
.fiv-module-main .fiv-contain li:hover .back_icon_3 {
	background-position: -1481px -190px;
} 

.fiv-module-main .fiv-contain .back_icon_4 {
	background-position: -701px -190px;
}
.fiv-module-main .fiv-contain li:hover .back_icon_4{
	background-position: -1685px -190px;
}

.fiv-module-main .fiv-contain strong {
	display: inline-block;
	margin-top: 10px;
	font-size:24px;
	color:#404040;
	font-weight:500;
}
.fiv-module-main .fiv-contain p {
	display: inline-block;
	width: 80%;
	word-break: break-word;
	text-align: left;
	font-size:18px;
	color:#888888;
}


/*第六模块*/

.six-module {
	width: 100%;
	height: 755px;
	
}

.six-module .six-module-main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/hh_bg_png.png) no-repeat;
	background-size:contain,100%;
}
.six-module-main p {
	margin: 0 auto;
}

.six-module-main .six-contain {
	width: 1180px;
	height: 224px;
	margin: 0 auto;
	margin-top: 40px;
}

.six-module-main .six-contain ul {
	height: 100%;
}

.six-module-main .six-contain li {
	float: left;
	width: 222px;
	height: 90px;
	margin-right: 17px;
	margin-top: 20px;
	background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/css-sprites.png);
}

.six-module-main .six-contain .margin-right {
	margin-right: 0;
}

.six-module-main .six-contain .icon_1 {
	background-position: 0 0;
}

.six-module-main .six-contain .icon_2 {
	background-position: -222px 0;
}

.six-module-main .six-contain .icon_3 {
	background-position: -444px 0;
}

.six-module-main .six-contain .icon_4 {
	background-position: -666px 0;
}

.six-module-main .six-contain .icon_5 {
	background-position: -888px 0;
}

.six-module-main .six-contain .icon_6 {
	background-position: 0 -90px;
}

.six-module-main .six-contain .icon_7 {
	background-position: -222px -90px;
}

.six-module-main .six-contain .icon_8 {
	background-position: -444px -90px;
}

.six-module-main .six-contain .icon_9 {
	background-position: -666px -90px;
}

.six-module-main .six-contain .icon_10 {
	background-position: -888px -90px;
}
.six-module-main .six-contain .icon_11 {
	background-position: -2px -441px;
}
.six-module-main .six-contain .icon_12 {
	background-position: -227px -441px;
}
.six-module-main .six-contain .icon_13 {
	background-position: -452px -441px;
}
.six-module-main .six-contain .icon_14 {
	background-position: -678px -441px;
}
.six-module-main .six-contain .icon_15 {
	background-position: -905px -441px;
}
.six-module-main .six-contain .icon_16 {
	background-position: -3px -535px;
}
.six-module-main .six-contain .icon_17 {
	background-position: -227px -535px;
}
.six-module-main .six-contain .icon_18 {
	background-position: -452px -535px;
}
.six-module-main .six-contain .icon_19 {
	background-position: -677px -535px;
}
.six-module-main .six-contain .icon_20 {
	background-position: -902px -535px;
}
/*第七模块*/
.engie-module{
	width:100%;
	height:915px;
	overflow:hidden;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/mwzx-bg.jpg) no-repeat;
	-webkit-background-size: 120% auto;
	background-size: 100% 100%;
}
.ie8 .engie-module{
	height:860px;
}
.engie-module .css-opa-trans{
	width:100%;
	height:100%;
  overflow:hidden;
  padding-bottom:100px;
}
.engie-module-main{
	width: 1200px;
	margin:80px auto 0px auto;
	overflow: hidden;
}
.engie-module-left,.engie-module-right{
	width:48%;
	height:auto;
	overflow:hidden;
}
.engie-module-left{
	float:left;
	margin-left:5px;
}
.engie-module-right{
	margin-right:10px;
	float:right;
}
.engie-title{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom: 10px;
	border-bottom:1px solid #9ac7f3;
}
.engie-title-name{
	display:block;
	font:24px/40px "Microsoft YaHei";
	color:#fff;
	float:left;
}
.engie-title-more{
	display:block;
	width:45px;
	height:25px;
	text-align:center;
	color:#fff;
	float:left;
	margin:9px 0px 0px 20px;
	border:1px solid #fff;
	font:12px/25px "Microsoft YaHei";
}
.engie-cont{
	width:100%;
	height:auto;
	overflow:hidden;
}
.engie-cont-li{
	margin-top:25px;
	padding-bottom:20px;
	border-bottom:1px dashed #9ac7f3;
}
.engie-cont-li,.engie-cont-menu{
	width:100%;
	height:auto;
	overflow:hidden;
}
.engie-cont-menu{
	display:block;
}
.engie-cont-img{
	width:162px;
	height:90px;
	display:block;
	float:left;
}
.engie-cont-img img{
	width:100%;
	height:100%;
}
.engie-cont-p{
	float:left;
	width:64%;
	height:auto;
	overflow:hidden;
	margin:14px 0px 0px 5%;
}
.engie-cont-p p{
	display:block;
}
.engie-cont-pname{
	width:100%;
	font:14px/14px "Microsoft YaHei";
	color:#fff;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.engie-cont-ptime{
	font:12px/12px "Microsoft YaHei";
	color:#fff;
	margin:11px 0px 8px 0px;
}
.engie-cont-plink{
	font:12px/25px "Microsoft YaHei";
	color:#fff;
	width:65px;
	height:25px;
	text-align:center;
	border:1px solid #fff;
	cursor: pointer;
}
.engie-cont-plink:hover,.engie-title-more:hover{
	color:#35b1f9;
	border:1px solid #35b1f9;
}
/*第八模块*/
.sev-module {
	padding: 80px 0 65px;
	width: 100%;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/starLine.png) no-repeat center top;
}
.sev-module .sev-module-main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.sev-module .sev-module-main p {
	margin-top: 94px;
}
.sev-module .sev-module-main .sev-module-btn {
	height: 65px;
	width: 260px;
	line-height: 60px;
	font-size: 30px;
	color: #36d2fb;
	border: 0;
	background: #FFF;
	border:3px solid #36d2fb;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display:block;
	margin:105px auto 0;
	transition:all .3s;
	-webkit-transition:all .3s;
	-ms-transition:all .3s;
}
.sev-module .sev-module-main .sev-module-btn:hover{
	color:#fff;
	background-color:#36d2fb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*第八模块*/
.eig-module {
	width: 100%;
	height: 290px;
	background: #175b9c;
}
.css-fc-white,.css-fc-white:hover,.css-fc-white:active{color:#d0ddeb;}
.css-fix-width{width:1200px;margin:0 auto;}
.css-ft-margin{margin:12px auto;}

.eig-module .eig-module-main {
	width: 1200px;
	height:290px;
	margin: 0 auto;
	border-bottom:1px solid #2c6aa3;
	overflow:hidden;
	padding-bottom:20px;
}

.eig-module-main li {
	float: left;
	width: 100px;
	margin: 30px 100px 0 0;
}
.eig-module-main li.last-li,.eig-module-main li.last-sec-li{
	position:relative;
	left:50px;
}
.eig-module-main li .title {
	color: #d0ddeb;
	font-size:16px;
}

.eig-module-main li a {
	display: block;
	color: #d0ddeb;
	margin: 10px 0;
}
.eig-module-main li a:focus{
	text-decoration:none;
}
.eig-module-main li a:visited{
	text-decoration:none;
}

.eig-module-main li a:hover {
	color: #00CAFF;
}
.eig-module-main li a.nohover:hover{
	color: #fff;
}
.eig-module-main li a.nohover:visited,.eig-module-main li a.nohover:focus{
	text-decoration:none;
}
.eig-module-main li a.nohover{
	cursor:default;
}

footer {
	width: 100%;
	height:60px;
	background: #175b9c;
	text-align: right;
	line-height:20px;
	color: #d0ddeb;
	overflow:hidden;
	padding-bottom: 76px;
}
.barrierBed {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/opacity.png) repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	z-index: 2;
	
}


/*免费体验*/
.exp-fir-module {
	position:relative;
	width: 100%;
	height: 541px;
	text-align: center;
	padding-top: 200px;
	overflow:hidden;
}
.exp-animate-bg{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/common/img/exp-banner_bg_png.jpg) no-repeat center center;
	z-index:-1;
	-webkit-transition:all 3s ease;
	-ms-transition:all 3s ease;
	-moz-transition:all 3s ease;
	transition:all 3s ease;
	
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}

.exp-animate-bg-hover{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
} 

.exp-fir-module p {
	font-size: 65px;
	color: #ffffff;
}

.exp-fir-module p span {
	font-size: 30px;
}

.exp-sec-module {
	width: 100%;
	height: 588px;
	position: relative;
}

.expBox {
	width: 910px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 5px;
	padding-left: 30px;
}

.expBox-box {
	display: inline-block;
}

.exp-sec-expBox {
	width: 384px;
	height: 319px;
	border: 1px solid #dcdcdc;
	text-align:center;
	margin-top: 95px;
	margin-bottom: 5px;
}

.msgCodeBox {
	margin-right: 138px;
}

.exp-sec-expBox h2 {
	margin-top: 33px;
	margin-bottom: 30px;
}

.msgCodeBox-btn,
.voiceCodeBox-btn {
	width: 164px;
	height: 37px;
	border: 1px solid #75ccfd;
	color: #429de5;
	background: white;
	font-weight:700;
	margin:20px 110px 0px 110px;
}
.exp-sec-expBox p {
	margin-top: 9px;
	font-size: 12px;
	color: #444444;
}

.msgCodeExp-num,
.vocieCodeExp-num {
	margin-left: 244px;
}
.msgCodeExp-num img,
.vocieCodeExp-num img{
	vertical-align:text-top;
}
.exp-popUp-box {
	width: 360px;
	height: 267px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-180px;
	margin-top:-133px;
	z-index: 6;
	background: white;
}
.Voice-SMS{
	width: 260px;
	height: 150px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-130px;
	margin-top:-75px;
	z-index: 6;
	background: white;
	text-align: center;
	border-radius:5px;
}
.Voice-SMS .close{
	position:absolute;
	top:0;
	right:3px;
}
.Voice-SMS p{
	width: 100%;
	height: 100%;
	line-height: 150px;
	font-size: 18px;
}
.box-head {
	height: 37px;
	background: #f3f4f5;
	line-height: 24px;
	font-size: 14px;
	padding-left: 12px;
	padding-top: 7px;
	padding-right: 7px;
	background: #f3f4f5;
}

.exp-popUp-box #mobile {
	width: 255px;
	height: 41px;
	margin-top: 31px;
	margin-left: 47px;
}

.exp-popUp-box #checkCode {
	width: 141px;
	height: 42px;
	display: inline-block;
	margin-left: 47px;
	margin-right: 3px;
}

.popUpBox-btn {
	width: 255px;
	height: 40px;
	border: 0px;
	background: #1599e5;
	color: white;
	margin-left: 49px;
	border-radius: 3px;
}
.hint{
	color: red;
	width: auto;
	height: 15px;
	position: absolute;
}

/*体验中*/

.exe-exing-box {
	width: 530px;
	height: 322px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 6;
	background: white;
	text-align: center;
	margin-top:-160px;
	margin-left:-265px;
}

.exing-suc-icon {
	margin-top: 45px;
}

.exing-err-icon {
	margin-top: 32px;
	margin-bottom: 28px;
}

.exing-btn {
	width: 300px;
	height: 45px;
	border: 0px;
	background: #1599e5;
	color: white;
	border-radius: 3px;
}

.exSuc {
	margin-bottom: 12px;
}

.exAgain {
	margin-top: 26px;
}

.exingErro p {
	font-size: 12px;
	color: #888888;
}
/* svg动画样式 */
.alert-sec-text{
	position: absolute;
	top: 38px;
	left: 228px;
	width: 76px;
	color:#43AEFA;
	font-size: 68px
}
.alert-sec-circle {
	stroke-dashoffset: 0;
	stroke-dasharray: 700;
	transition: stroke-dashoffset 1s linear
}
.ie8 .alert-circle,.ie8 .alert-sec-unit{display:none;}

/*立即接入*/

.exe-join-box {
	width: 530px;
	height: 322px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 6;
	background: white;
	text-align: center;
	margin-top:-160px;
	margin-left:-265px;
}

.exing-box-body {
	position: relative;
}

.exline {
	width: 1px;
	height: 112px;
	background: #cee6ff;
	position: absolute;
	left: 270px;
	top: 47px;
}

.join-content-left,
.join-content-right {
	width: 215px;
	height: 143px;
}

.join-content-left,
.join-content-right {
	float: left;
}
.join-msgConcent,
.join-vocieConcent {
	padding-top: 35px;
	padding-left: 50px;
}
.join {
	margin-top: 24px;
	margin-bottom: 6px;
}
.exing-box-body p {
	font-size: 12px;
}
.ora {
	color: #e5b215;
}

.join-content-left h4,
.join-content-right h4 {
	margin-top: 10px;
	margin-bottom: 4px;
}

/*FAQ*/
.faq_header_bgMoudel{
	width: 100%;
	height: 60px;
	background: #000000;
}
.faq_find_problem{
	width: 100%;
	height: 100px;
	background: #f5f5f5;
}
.faq_find_problem_main{
	width: 1200px;
	height: 100px;
	margin: 0px auto;
	text-align: center;
	padding-top: 25px;
}
.faq_find_problem_text{
	width: 515px;
	height: 40px;
	border: 1px solid #08bbea!important;
}
.faq_find_problem_btn{
	width: 79px;
	height: 40px;
	background: #08bbea;
	position: relative;
    left: -5px;
    color:#FFFFFF;
    margin-right: 20px;
}
.faq_problemList{
	width: 100%;
	height: auto;
}
.faq_problemList_main{
	width: 1200px;
	height: auto;
	padding-top: 57px;
	padding-bottom: 60px;
	margin: 0px auto;
}
.faq_problemList_main_left{
	width: 856px;
	height: 500px;
	border: 1px solid black;
	float: left;	
}
.faq_problemList_main_right{
	width: 295px;
	height: 655px;
	background: #f8f8f8;
	float: right;
}
.clear{
	clear: both;
}
.faq__main_right_head{
	width: 100%;
	height: 53px;
	border-bottom: 1px solid #e4e4e4;
}

/*分页器*/
/*页面的分页插件*/
.page-icon{position:relative;top:0px;margin:0 5px;outline:0;border:0;display: inline-block;background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/nav-icon.png) no-repeat;cursor: pointer;}
.icon-first{ width:26px; height:21px;background-position: -115px -46px; }
.icon-up{width:34px; height:21px;background-position: -143px -46px; }
.icon-down{ width:34px; height:21px;background-position: -149px -0px }
.icon-end{width:26px; height:21px;background-position: -121px -0px}
.icon-go{top:-1px;width:16px; height:16px;background-position: -324px -0px;}
.page-search{margin-bottom:0;position:relative;top:0px;box-sizing:border-box;display:inline-block;height:21px;border:1px solid #bfd1df;border-radius:3px;background-color:#eef2fb;overflow:hidden;}
input.page-inputIndex{width:50px!important;border:0!important;outline:0;background-color:#eef2fb;height:21px!important;}
.page-search{line-height:20px;}

.animation2 {
            animation:beat .93s 5 3s ease ;
    -webkit-animation:beat .93s 5 3s ease ;
}
@keyframes beat {
    0% {-webkit-transform: scale(1)}
    15% {-webkit-transform: scale(1.2)}
    30% {-webkit-transform: scale(1)}
    55% {-webkit-transform: scale(1.1)}
    100% {-webkit-transform: scale(1)} 
}
@-webkit-keyframes beat {
    0% {-webkit-transform: scale(1)}
    15% {-webkit-transform: scale(1.2)}
    30% {-webkit-transform: scale(1)}
    55% {-webkit-transform: scale(1.1)}
    100% {-webkit-transform: scale(1)} 
}
.word-break{
	word-break: break-all;
}

/* overlays样式 */
.overlays{
	position:fixed;
	top:47%;
	right:0;
	width:40px;
	height:180px;
	z-index:9999;
	/* background:#429de5; */
}
.icon-ol{
	display:block;
	width:40px;
	height:40px;
	background:#00acff url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/overlays.png) no-repeat;
}
.icon-ol.css-no-icon{
	background:#00acff;
}
.css-faq-font{font-size:15px;text-align:center;line-height:45px;}
.icon-onlineConsult{
	background-position:-19px -52px;
}
.icon-faq{
	background-position:-16px -103px;
}
.icon-appDownLoad{
	background-position:-18px -154px;
}
.icon-arrow{
	background-position:-18px -235px;
}
.css-ol-div{
	border-bottom:1px solid #00acff;
	height:40px;
	text-align:center;
	color:#fff;
	font-size:12px;
	-webkit-transition:all .3s;
		    transition:all .3s;
	margin-bottom:5px;
}
.css-ol-div:hover .icon-ol{
	background-color:#0271ad;
}
.css-ol-div.noline{
	border:0;
}
.css-popLayer{
	position:absolute;
	left:-107px;
	top:0px;
	background:#429de5;;
	width:100px;
	display:none;
	border-radius:3px;
}
 .ol-onlineConsult:hover .css-popLayer{
	display:block;
} 
.css-popLayer2{
	position:absolute;
	left:-308px;
	top:0px;
	background:#429de5;
	width:300px;
	height:200px;
	display:none;
	border-radius:3px;
}
.ol-appDownLoad:hover .css-popLayer2{
	display:block;
}
.icon-triangle{
	position:absolute;
	top:-0px;
	right:-7px;
	width:8px;
	height:45px;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/overlays.png) no-repeat -36px -308px;
}
.kf-ul li{
	height:35px;
	border-bottom:1px solid #2f8fd8;
}
.kf-ul li:hover{
	background-color:#0271ad;
}
.css-kf-name{
	height:32px;
	line-height:32px;
}
.icon-kf{
	display:inline-block;
	width:20px;
	height:32px;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/overlays.png) no-repeat -32px -9px;
}
.kf-ul li *{
	display:inline-block;
	vertical-align:middle;
}
.pnt{
	cursor:pointer;
}
.pos-rel{
	position:relative;
}
.button-pos{
	position: absolute;
	top: 1%;
    left: 18%;
}
.css-box-cnt{
	padding:6px 27px 0;
}
.pic-box{
	width:115px;
	height:115px;
	border:1px solid #fff;
	margin-bottom:5px;
}
.css-saoyisao{
	margin-top:20px;text-align:center;
	margin-bottom:5px;
}
.pic-box2{
	margin-top: 12px;
	width:150px;
	height:150px;
	border:1px solid #fff;
}
.toTop{
	display:none;
}
.ol-arrow:hover .toTop{
	display:block;
}
.css-ol-div a span,.kf-ul a span{
	color:#fff;
}
.css-index-erweima{
	width:100%;
	height:100%;
	overflow:hidden;
}
.css-index-erweima img{
	width:100%;
}
/* 橡胶带动画 */
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.hoverShadow{
	color:#fff;
	border:0;
	-moz-box-shadow: rgba(255,255,255,1) 0 0 10px, rgba(255,255,255,1) 0 0 10px;
	-webkit-box-shadow: rgba(255,255,255,1) 0 0 10px, rgba(255,255,255,1) 0 0 10px;
	box-shadow: rgba(255,255,255,1) 0 0 10px, rgba(255,255,255,1) 0 0 10px;
}
.carousel-caption{
	left: 50%;
	right:auto;
	bottom:auto;
	top:50%;
	margin-top:-320px;
    margin-left: -600px;
    padding-top:0;
    
}

.devSections{
	margin-top:60px;
	width:100%;
}
.devCenter-section1{
	width:100%;
	background-size:cover,100%;
	padding-bottom:45px;
	margin-bottom:60px;
	background-color:#f4fafd;
	position:relative;
	overflow:hidden;
}
.devCenter-section1 .dev-img{
	display:block;
	margin:0 auto 30px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-960px;
	z-index:0;
}
.devCenter-section2{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	text-align: center;
}
.dc-sec1-modules{
	width:1200px;
	margin:0 auto;
	padding-top:548px;
}
.dc-sec1-table{
	margin:0 auto;
}
.dc-sec1-table td{
	text-align:center;
}
.css-module-div{
	box-sizing:border-box;
	border:1px solid #e1e1e1;
	border-right:1px solid transparent;
	text-align:center;
	color:#6d6e70;
	font-size:14px;
	cursor:pointer;
	background-color:#fff;
	width:300px;
	height:345px;
}
.css-module-div:hover{
	border:1px solid #0cacfd !important;
}
.css-module-div:hover .make-progress{
	background:#f4fafd;
}
.icon-module{
	display:block;
	width:45px;
	height:50px;
	overflow:hidden;
	margin:75px auto 0;
}
.icon-module-dev{
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/icon-module-sdk.png) no-repeat center;
}
.icon-module-api{
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/icon-module-api.png) no-repeat center;
}
.icon-module-sdk{
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/icon-module-kfz.png) no-repeat center;
}
.icon-module-download{
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/icon-module-sandd.png) no-repeat center;
}
/*
.css-module-div:hover{
	background-color:#488bf3;
	box-shadow:0 0 5px #9dc3ff;
}
.css-module-div .icon-module{
-webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  } 
.css-module-div:hover .icon-module-dev{
	background-position:0 -456px;
}
.css-module-div:hover .icon-module-sdk{
	background-position:0 -322px;
}
.css-module-div:hover .icon-module-api{
	background-position:0 -188px;
}
.css-module-div:hover .icon-module-download{
	background-position:0 -61px;
}
.css-module-div:hover .css-module-name{
	color:#fff;
}*/
.css-module-name{
	display:block;
	font-size:20px;
	color:#323333;
	width:100%;
	text-align:center;
	height:57px;
	line-height:57px;
}
.make-progress{
	color:#00acff;
	height:45px;
	line-height:45px;
	width:100%;
	text-align:center;
	margin-top:14px;
}
.css-module-desc{
	padding:5px 10px 37px;
	color:#888;
	font-size:14px;
}
.dc-sec2-h2{
	color:#323333;
	font-size:24px;
	text-align: left;
}
.border-bottom{
	display:inline-blcok;
	padding:20px;
	border-bottom:2px solid #cbcbcb;
}
.css-border-dc{
	width:1200px;
	margin:20px auto 90px auto;
	overflow:hidden;
}
.css-dc-sec2Box{
	width:385px;
	height:123px;
	border:1px solid #d8dee4;
	display:inline-block;
	margin-top:20px;
	margin: 15px 5px 0 5px;
}
.special{
	width: 1183px;
	height: 130px;
}
.css-sec2-h{
	color:#292c30;
	font-size:18px;
	line-height:48px;
	height:48px;
	text-indent:15px;
	background-color:#f4fafd;
	text-align: left;
}
.css-sec-p{
	padding:20px 0;
	height:70px;
}
.css-sec-p a{
	display:block;
	float:left;
	line-height:25px;
	height:25px;
	margin:0 15px;
	cursor:pointer;
	color:#767777;
}
.special span{
	display: inline-block;
	width: 290px;
	text-align: left;
	padding-left: 15px;
}
.special a{
	margin:0;
}
.css-sec-p a:hover{
	color:#00acff;
	border-bottom:1px solid #00acff;
}






/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  width:300px;
  height:345px;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
/* Icon Wobble Horizontal */

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
	@-webkit-keyframes hvr-icon-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	@keyframes hvr-icon-wobble-horizontal {
	  16.65% {
	    -webkit-transform: translateX(6px);
	    transform: translateX(6px);
	  }
	  33.3% {
	    -webkit-transform: translateX(-5px);
	    transform: translateX(-5px);
	  }
	  49.95% {
	    -webkit-transform: translateX(4px);
	    transform: translateX(4px);
	  }
	  66.6% {
	    -webkit-transform: translateX(-2px);
	    transform: translateX(-2px);
	  }
	  83.25% {
	    -webkit-transform: translateX(1px);
	    transform: translateX(1px);
	  }
	  100% {
	    -webkit-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  content: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/arrow-right.png);
  position: absolute;
  top:3px;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display:none;
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
   display:block;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #36d2fb;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

.css-exp1-btn{
	background-color:#0083df;
	color:#fff;
	position:absolute;
	left:35px;
	top:200px;
}
.css-btm-desc{
	position:relative;
	top:10px;
	color:#d0ddeb;
	font-size:14px;
	display:inline-block;
	width:150px;
	text-align:center;
}
.view-quick{
	position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    left: 50%;
    border-radius: 5px;
    z-index: 500;
}
.view-quick1, .view-quick3{
	bottom: 112px;
    width: 168px;
    height: 40px;
    margin-left: -84px;
    background-color: #f0537a;
    font: 20px/40px "微软雅黑";
}
.view-quick2{
	background-color: transparent;
	bottom: 151px;
    width: 215px !important;
    height: 47px !important;
    margin-left: -107px;
    font: 22px/47px "微软雅黑";
    color: #fff !important;
    border: 1px solid #fff;
}
.view-quick2:hover{
	color:#fff;
}
.view-quick1:hover, .view-quick3:hover{
	opacity:0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#experience1:hover{
	box-shadow: 0 0 10px #fff;
}
.glyphicon-chevron-left:before{
	content:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-left.png);
}
.glyphicon-chevron-right:before{
	content:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-right.png);
}
/* ie8 hack */
.ie8 .faq_find_problem_main *{
	display:inline-block;
	vertical-align:middle;
}
.ie8 .faq_find_problem_main .faq_find_problem_text{
	padding:7px 0;
}
.ie8 .ie8-rel{
	position:relative;
	top:-2px;
}

/* .ie9 ie8 显示 */
.noshow{
	display:none;
}

.ie8 .ie8-9,.ie9 .ie8-9{position:relative;}
.ie8 .ie8-9 .ie9-ie8-cssfix,.ie9 .ie8-9 .ie9-ie8-cssfix{
	display:inline-block;
	position:absolute;
	left:47px;
	top:10px;
}
.ie8 .ie8-9 #mobile,.ie9 .ie8-9 #mobile{width:200px;margin-left:113px;}
.ie8 .ie8-9 #checkCode,.ie9 .ie8-9 #checkCode{width:85px;margin-left:113px;}
.ie8 .popUpBox-btn,.ie9 .popUpBox-btn{width:263px;}
/* 广告浮窗 */
.css-adcom-bg{
	display: inline-block;
    background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/20180104/encourage104.png) no-repeat;
}
.css-ads_fltWnd{
	position:fixed;
	bottom:0;
	right:20px;
	width:200px;
	height:230px;
	z-index:9990;
	background-position: 0 40px;
}
.css-position-a{
	z-index:9992;
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
	width:72px;
	height:27px;
	font-size:0;
	color:transparent;
}
.css-ad-p01{
	width: 28px;
	height: 14px;
	left: 16px;
	top: 90px;
	background-position: -16px -215px;
}
.css-ad-p02{
	width: 14px;
	height: 14px;
	left: 10px;
	top: 132px;
	background-position: -63px -218px;
}
.css-ad-p03{
	width: 14px;
	height: 14px;
	left: 134px;
	top: 95px;
	background-position: -99px -218px;
}
.css-ad-p04{
	width: 20px;
	height: 20px;
	left: 176px;
	top: 95px;
	background-position: -137px -213px;
}
.css-ad-p05{
	width: 22px;
	height: 6px;
	left: 51px;
	top: 80px;
	background-position: -20px -293px;
}
.css-ad-p06{
	width: 200px;
	height: 160px;
	background-position: -16px -255px;
}
.css-close-ads{
	position:absolute;
	top:43px;right:0;
	display:inline-block;
	width:35px;height:35px;
	color:transparent;
	font-size:0;
	cursor:pointer;
	z-index:9999;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/dltimg.png) no-repeat center;
}
.carousel-control{background-color:rgba(255,255,255,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19ffffff,endColorstr=#19ffffff);}
.ie8 .fir-module .excessive .glyphicon-left{
	background-image:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-left.png);
}
.ie8 .fir-module .excessive .glyphicon-right{
	background-image:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/banner-right.png);
}
/* 电话 */
.css-welcom-to{
	width: 180px;
	height:60px;
	position:absolute;
	right:175px;
	top:0;
  color:#fff;
  font-size:16px;
}
.css-tel-icon{
	display:inline-block;
	vertical-align:middle;
	height:60px;
	width:40px;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/hotline-tel2.png) no-repeat right 45%;
}
.css-welcome-tel{
	line-height:55px;
	height:58px;
	display:inline-block;
	vertical-align:middle;
	color:orange;
}
.css-r-segline{
	display:inline-block;
	vertical-align:middle;
	width:5px;
	height:14px;
	line-height:18px;
	border-right:1px solid #999;
}

/* 关于我们 */
.css-main-block{
	margin-top:88px;
}
.css-main-content{
	width:1200px;
	margin:0 auto;
	min-height:200px;
	padding-top:55px;
}
.css-aside-tab{
	float:left;
	width:285px;
	padding-left:65px;
	color:#666;
}
.css-aside-tab h3{
	font-size:18px;
	height:45px;
	line-height:30px;
}
.css-aside-tab li{
	cursor:pointer;
	font-size:14px;
	text-indent:20px;
	width:185px;
	height:30px;
	line-height:30px;
}
.css-aside-tab li a{
	display:block;
	color:#666;
	width:100%;
	height:100%;
	text-decoration:none;
}
.css-aside-tab li.active a{
	background-color:#36d2fb;
	color:#fff;
}

.css-r-content{
	margin-left:285px;
	width:815px;
}
.css-r-content h3{
	height:35px;
	line-height:30px;
	font-size:20px;
	color:#666;
	border-bottom:1px solid #dadada;
	padding-left:15px;	
	margin-bottom:30px;
}
.css-r-content h3 *{
	display:inline-block;
	vertical-align:middle;
}
.css-mark-block{
	display:inline-block;
	width:4px;
	height:15px;
	background-color:#a6e4f6;
}
/*合作伙伴*/
.cooperation-cont{
	margin-bottom: 30px;	
}
/*梦网云通讯介绍*/
.introduce-cont p{
	text-indent: 2em;
	margin-bottom: 37px;
	font-size: 12px;
	color: #555555;
	line-height: 25px;
}
.introduce-cont{
	padding-left: 25px;
	width: 783px;
}
/*联系我们*/
.title-css{
	display: inline-block;
	text-align:justify; 
	text-justify:inter-ideograph;
	width: 62px;
	color: #000;
	font-weight: 800;
	font-size: 15px;
	font-style: normal;
	line-height: 0px;
}
.title-css-partner{
	width: 90px;
}
.font-css{
	color: #555555;
	margin-left: 20px;
}
.contact-cont{
	padding-left: 15px;
}
.contact-cont .empty{
	display:inline-block;
	padding-left: 100%;
}
.contact-cont p{
	margin-bottom: 10px;
}
.cont-bottom{
	margin-top: 36px;
	margin-bottom: 36px;
}
#allmap{
	width: 458px;
	height: 236px;
	margin-bottom: 30px;
}
/********协议样式*********/
.agreement {
	margin: 0 auto;
	width: 815px;
	overflow: hidden;
}
.agreement .agr-top {
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	width: 100%;
	padding-bottom: 12px;
}
.agreement .agr-top span {
	background: #a4e3f3;
	display: block;
	width: 5px;
	height: 15px;
	float: left;
	margin: 5px 12px 0 0;
}
.agreement .agr-top h2 {
	color: #666;
	font-size: 20px;
}
.agreement .agr-body {
	margin: 0 0 26px 15px;
	line-height: 24px;
	color: #2c2c2c;
}
.agreement .agr-body .bold {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.agreement .agr-body h3 {
	border: none;
	padding:0;
	height:auto;
	line-height:inherit;
	margin-bottom:auto;
}
.agreement .agr-body div {
	margin-top: 23px;
	font-size: 12px;
}
.agreement .agr-body .underline {
	text-decoration: underline;
}
.agreement .agr-body .indentation {
	margin-left: 25px;
}
/* canvas动画 */
.css-nav-canvas {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:60px;
	overflow:hidden;
}
/*公告***/
.banner_notice{
	width:100%;
	height:58px;
	background-color: #ff7500;
	position: absolute;
	left:0px;
	top:60px;
	color: #fff;
	z-index:80;
	text-align: center;
	font:14px/58px "Microsoft YaHei";
}
.noc_colse{
	width:28px;
	height:28px;
	display: block;
	position: absolute;
	right:10px;
	top:15px;
	cursor:pointer;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/noc_on.png) no-repeat center;
}
/* 联系方式修改布局 */
.css-add-connect{
	height:65px;
	position:relative;
	top:20px;
	text-align:right;
	line-height:60px;
	color:#d0ddeb;
}
.css-add-connect *{
	display:inline-block;
	vertical-align:middle;
	
}
.css-add-connect span.css-addCnn{
  font-size:0px;
}
.css-add-connect span.css-addCnn-segline{
  border-right:1px solid #fff;
  height:21px;
  margin:0 20px;
}
.css-add-connect span.css-addCnn-tel{
  opacity:.7;
  height:24px;
  width:24px;
  background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/add-tel.png) no-repeat 1px 2px;
}
.css-addCnn-num{
	
	margin-right:20px;
}
/* 第二模块 */
.css-second-module{
	width:100%;
	height:85px;
	overflow:hidden;
	background-color: #ededed;
}
.css-second-module .css-se-tb{
	width:1200px;
	height: 85px;
	margin:0 auto;
	vertical-align: middle;
	font-size:20px;
}
.css-sline-td{
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/coop-segline.png) no-repeat right center;
}
.css-second-module .css-se-tb span{
	font-size: 22px;
	color: #00afff;
}

.css-waitU-h{
	font-size:42px;
	color: #00afff;
	text-align:center;
	line-height:70px;
}
.css-pop-award{
	color: #888;
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 20px;
}
.css-adMW-btn{
	background-color: #00afff;
	color: #fff;
	width: 165px;
	height: 50px;
	border-radius:5px;
	display: inline-block;
	font-size:18px;
	line-height:50px;
}
.css-adMW-btn:visited,.css-adMW-btn:hover,.css-adMW-btn:active{color: #fff;}
.css-common-WM{
	width:1200px;
	margin:0 auto;
}
.css-scene-type,.css-scene-table{
	height:650px;
}
.css-phone-bg{
	padding: 91px 0 0 2px;
	width:342px;
	height: 651px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/phone-bg.png) no-repeat;
}
.css-phone-bgMini{
	width: 260px;
	height: 485px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/phone-bg-mini.png) no-repeat;
	background-size:contain;
	padding: 61px 0 0 0px;
}
.css-phone-bgMini img{
	width: 204px;
	height: 364px;
	position: relative;
   left: -3px;
}
/*.css-swiper-container0 img{
	width: 266px;
	height: 473px;
}*/
.css-left-scenes,.css-right-scenes{
	width: 445px;
	height: 650px;
}
.table-noLine td,.table-noLine th{border:0!important;}
.css-indexCom-H3{font-size:36px;color: #222;line-height: 60px;}
.css-indexCom-p{font-size:22px;color: #888;font-weight:300;line-height: 40px;}
.css-cm-six{
	position:absolute;
	width:87px;
	height: 97px;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/button_normal.png) no-repeat;
	color: #0c98f9;
	font-size:14px;
	line-height:100px;
	cursor: pointer;
}
.css-cm-six.active{background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/button_hover.png)!important;color: #fff;}
.css-right1{right:145px;}
.css-right2{right:240px;}
.css-left1{left:145px;}
.css-left2{left:240px;}
.css-top1{top:70px;}
.css-top2{top:167px;}
.css-top3{top:258px;}
.css-top4{top:354px;}
.css-top5{top:454px;}
.css-scene-line{
	position: absolute;
	border-top:1px solid #0c98f9;
	margin:0;
	top:50px;
	display:none; 
}
.active .css-scene-line{display:block;}
.css-scene-line.lineW1{width: 145px;}
.css-scene-line.lineW2{width: 250px;}
.css-scene-line.lineL1{right: -158px;}
.css-scene-line.lineL2{right: -255px;}
.css-scene-line.lineR1{left:-158px;}
.css-scene-line.lineR2{left:-255px;}
.table.nopadd>tbody>tr>td{padding:0;}
.css-ps-asideLi{
	font-size:22px;
	color: #555;
	text-align:center;
	width: 150px;
	height: 50px;
	line-height: 50px;
	margin: 30px auto;
	cursor:pointer;
	transition-duration:.7s,.7s,.7s;
  transition-property:color,opacity,background;
  background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/flow-bg2.png) no-repeat right 0;
}
.css-ps-asideLi.active{
	color: #fff;
	background-position:0 0;
}
.table>tbody>tr>td.css-munu-psTd{
	width: 340px;
	border-right:1px solid #eee!important;
}
.css-ps-cntW{
	width: 310px;
	color: #666;
}
.css-data-show{
	width: 100%;
	min-height: 445px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/bg-lan.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 190px 0 145px;
}
.css-common-WM.css-talbe-wm2{
	width: 980px;
	color: #fff;
}
.css-talbe-wm2 .css-h3{
  font-size:60px;
  line-height: 90px;
}
.css-talbe-wm2 .css-p{
  font-size:18px;
  line-height: 30px;
}
.css-talbe-wm2 .css-td{
	width: 245px;
	position: relative;
}
.css-talbe-wm2 .css-segLine{
	height: 90px;
	position: absolute;
	right:0;
	top: 25px;
	display: inline-block;
	width:0px;
	border-right: 1px solid #fff;
}
.css-data-show .css-p-dc{
	color: #fff;
	font-size:24px;
	text-align: center;
	margin-top: 50px;
}
.css-data-join{
	width: 180px;
	height: 50px;
	display: block;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size:18px;
	border-radius:25px;
	margin: 45px auto 0;
}
.css-data-join:visited,.css-data-join:hover{
	color: #fff;
}
.css-prod-service{
	background-color: #f9fafc;
}
.css-coor-eg{
	height: 1150px;
	width: 100%;
}
.css-lb-nav{
	border-bottom: 1px solid #cdcdcd;
}
.css-lb-span{
	cursor: pointer;
	display: inline-block;
	width: 165px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #444;
	font-size:24px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/coop-segline.png) no-repeat right center;
}
.css-lb-span.active{color: #00acff;}
.css-lb-span.no-segline{
	background-image: none;
}
.swiper-container {
	  margin:0 auto;
    width: 1500px;
    height: 800px;
} 
.swiper-button-next-coop,.swiper-button-prev-coop{
	position: absolute;
    top: 50%;
	width: 71px!important;
	height: 70px!important;
	margin-top: -35px;
}
.swiper-button-prev-coop{
  left:8px;
  background-position: 0 -309px!important;
}
.swiper-button-next-coop{
  right:8px;
  background-position: -75px -309px!important;
}
.swiper-button-prev-bn,.swiper-button-next-bn{
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
}
.swiper-button-next-bn{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner-01spirit.png)!important;
  right:55px!important;
  background-position: -913px -18px!important;
  -webkit-background-size: auto!important;
  background-size: auto!important;
}
.swiper-button-prev-bn{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner-01spirit.png)!important;
  left:55px!important;
  background-position: -751px -18px!important;
  -webkit-background-size: auto!important;
  background-size: auto!important;
}
.posa{
	position: absolute;
}
.css-phone1{
  left: 455px;
  top: 38px;
}
.css-phone2{
  left: 827px;
  top: 117px;
}
.css-useProduct{
	left: 840px;
  top: 74px;
}
.color-0acf{
	color: #00acff;
}
.css-useProduct{
	font-size:24px;
	color: #222;
}
.css-hangDec{
  left: 199px;
  top: 525px;
  font-size:21px;
  color: #222;
  width: 570px;
  height: 140px;
  padding-left: 65px;
  background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/left-yin.png) no-repeat 20px top;
}
.css-hangEg{
	left: 200px;
	top: 710px;
	width: 1200px;
	height: 92px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/image1.png) no-repeat 20px top;
}
.css-hangEg1{
  background-position: -100px -57px;
}
.css-hangEg2{
  background-position: -100px -187px;
}
.css-hangEg3{
  background-position: -100px -317px;
}
.css-hangEg4{
  background-position: -100px -447px;
}
.css-hangEg5{
  background-position: -100px -577px;
}
.css-hangEg6{
  background-position: -100px -707px;
}
.css-hangEg7{
  background-position: -100px -837px;
}
.css-lb-nav.swiper-pagination{position: static;}
.css-common-pd{
	padding:85px 0 100px;
}
.table .table{background-color: transparent;}
.css-com-box{
	width: 215px;
	height: 200px;
}
.css-com-imgBox{
	width: 151px;
	height: 116px;
	margin:0 auto;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/prodServIcon.png) no-repeat ;
}
/* 1 */
.css-com-imgBox11{
  background-position: -11px -57px;
}
.css-com-imgBox12{
  background-position: -174px -57px;
}
.css-com-imgBox13{
  background-position: -333px -57px;
}
/* 2 */
.css-com-imgBox21{
  background-position: -11px -213px;
}
.css-com-imgBox22{
  background-position: -174px -213px;
}
.css-com-imgBox23{
  background-position: -333px -213px;
}
/* 3 */
.css-com-imgBox31{
  background-position: -553px -57px;
}
.css-com-imgBox32{
  background-position: -727px -57px;
}
.css-com-imgBox33{
  background-position: -905px -57px;
}
/* 4 */
.css-com-imgBox41{
  background-position: -553px -213px;
}
.css-com-imgBox42{
  background-position: -727px -213px;
}
.css-com-imgBox43{
  background-position: -905px -213px;
}
.css-pro-tag{
	width: 115px;
	height: 30px;
	border:1px solid #00acff;
	color: #222;
	font-size:14px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:12px;
}
.fs12{font-size:12px;}
.css-ps-left1{
	left: 85px;
	top: 50px;
}
.css-ps-left2{
	top: 350px;
	left: 100px;
}
.css-ps-right1,.css-ps-right2{left: 10px;}
.css-ps-right1{
  top: 0px;
}
.css-ps-right2{
  top: 230px;
}
.css-ps-right3{
	top: 150px;
}
.css-common-button{
	display: inline-block;
	background-color: #00acff;
	color: #fff;
	text-align: center;
	border-radius:5px;
}
.css-common-button:visited,.css-common-button:hover{
	color: #fff;
}
.css-for-in{
	width: 130px;
	height: 40px;
	line-height: 40px;
}
.mb10{margin-bottom: 10px;}
.css-connect-line{
	font-size:0;
	position: absolute;
	display: inline-block;
	width: 95px;
	height: 40px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/connectLine.png) no-repeat;
}
.css-connect-line1{
  background-position: 0 -27px;
  right: -10px;
  top: 80px;
}
.css-connect-line2{
  background-position: 0 -185px;
  left: -25px;
  top: 75px;
}
.css-connect-line3{
  background-position: 0 -185px;
  left: -25px;
  top: 75px;
}
.swiper-container0 {
    width: 860px;
    height: 485px;
    overflow: hidden;
} 
.swiper-container.css-swiper-container0{
	  width: 266px;
    height: 473px;
    overflow: hidden;
}
.swiper-container-banner{
	width:100%;
	height: 685px;
}
.swiper-container-banner .swiper-slide img{
	height:685px;
	width: auto;
}
.css-banner-bg{
	display: block;
	width: 100%;
	height: 685px;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner01.png) no-repeat center center;
	background-size:auto 100%;
}
.css-banner-bg02{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/portalpage/images/20180104/banner104.png);
}
.css-banner-bg03{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner03.png);
}
.css-banner-bg04{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner04.png);
}
.css-banner-bg05{
  background-image: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner05.png);
}
.css-bn-cnt{
	height: 685px;
}
.css-bn-mExp{
	width: 185px;
	height: 50px;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius:25px;
	background-color: #ff4197;
	position: absolute;
	bottom: 150px;
	left:50%;
	margin-left: -92px;
	font-size:18px;
	line-height: 50px;
}
.css-bn-mExpBtm{
	bottom: 138px;
}
.css-bn-mExp2{
	left:25px;
	margin-left: 0;
	bottom: 200px;
}
.css-bn-jous{
	bottom: 150px;
}
.css-mark-navUl .active a{
	color:#00acff;
}
.section{
	-webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}
.animalIn{
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.css-bn01-spirit{
	display: inline-block;
	background: url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/i-banner-01spirit.png) no-repeat;
}
.css-bn01-spirit01{
	background-position: 0 0;
}
.css-bn01-spirit02{
	background-position: -253px 0;
}
.css-bn01-spirit03{
	background-position: -364px -27px;
}
.css-bn01-spirit04{
	background-position: -459px -27px;
}
.css-bn01-spirit05{
	background-position:-546px -29px;
}
.css-bn01-spirit06{
	background-position:-645px -27px;
}
.css-bn01-spirit07{
	background-position: 0 -129px;
}
.css-bn01-h1{
	font-size:72px;
	color: #fff;
	padding-top: 120px;
}
.css-bn01-h3{
	width: 1015px;
	margin: 15px auto 25px;
	font-size:24px;
	color: #fff;
}
.css-bn01-Exp{
	width: 180px;
	height: 50px;
	display: block;
	text-align: center;
	color: #00acff;
	border-radius:30px;
	background-color: #fff;
	margin: 0 auto;
	font-size:20px;
	line-height: 50px;
}
.css-bn-icon{
	width: 230px;
	height: 65px;
	background-position: 0 0;
	padding-left: 73px;
}
.css-bn-icon1{
	left: 60px;
	bottom: 90px;
}
.css-bn-icon2{
	left: 378px;
	bottom: 170px;
}
.css-bn-icon3{
	left: 678px;
	bottom: 140px;
}
.css-bn-icon4{
	right: 0px;
	bottom: 110px;
}
.fir-module p.css-bn01-pT{
	font-size:16px;
	color: #fff;
	font-family:"Microsoft yahei";
	margin-top: 10px;
}
.css-bn01-spanS{
	font-size:12px;
	color: #fff;
}
.css-bn01-sp1{
	width: 69px;
	height: 80px;
	left:-1px;
	top:-3px;
}
.css-bn01-sp2{
	width: 35px;
	height: 35px;
	left:17px;
	top:20px;
}
.css-ps-hotline{
	width: 200px;
	height: 75px;
}
.css-swp-cnt{
	margin-top: 20px;
}
.mb20{margin-bottom: 20px;}
.swiper-pagination-banner .swiper-pagination-bullet-active{
	background-color: #fff;
}
.swiper-pagination-banner {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #555;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.animal-ad{
	-webkit-animation:do-icon-full-animation 7s infinite alternate;
	animation:do-icon-full-animation 7s infinite alternate;
}
.animal-delay-ad2{animation-delay:2s;-webkit-animation-delay:2s;}
.animal-delay-ad3{animation-delay:3s;-webkit-animation-delay:3s;}
.animal-delay-ad4{animation-delay:4s;-webkit-animation-delay:4s;}
.animal-ad-rotate{
	animation:animation-rotate 1s linear infinite;
	-webkit-animation:animation-rotate 1s linear infinite;
}
.animal-tranIn{
	animation:animation-in 1s ease-out ;
	-webkit-animation:animation-in 1s ease-out ;
}
@-webkit-keyframes animation-in{
	from{-webkit-transform:translateY(50px);}
	to{-webkit-transform:translateY(0);}
}
@keyframes animation-in{
	from{transform:translateY(50px);}
	to{transform:translateY(0)}
}
@-webkit-keyframes animation-rotate{
	from{-webkit-transform:rotate(0);}
	to{-webkit-transform:rotate(360deg);}
}
@keyframes animation-rotate{
	from{transform:rotate(0);}
	to{transform:rotate(360deg);}
}
	/*动画*/
	@-webkit-keyframes do-icon-full-animation{
		0%{-moz-transform:matrix(1,0,0,1,0,0);-webkit-transform:matrix(1,0,0,1,0,0);-o-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
		100%{-moz-transform:matrix(-1,0,0,-1,0,-80);-webkit-transform:matrix(-1,0,0,-1,0,-80);-o-transform:matrix(-1,0,0,-1,0,-80);-ms-transform:matrix(-1,0,0,-1,0,-80);transform:matrix(-1,0,0,-1,0,-80);}}
	@-moz-keyframes do-icon-full-animation{
		0%{-moz-transform:matrix(1,0,0,1,0,0);-webkit-transform:matrix(1,0,0,1,0,0);-o-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
		100%{-moz-transform:matrix(-1,0,0,-1,0,-80);-webkit-transform:matrix(-1,0,0,-1,0,-80);-o-transform:matrix(-1,0,0,-1,0,-80);-ms-transform:matrix(-1,0,0,-1,0,-80);transform:matrix(-1,0,0,-1,0,-80);}}
	@-ms-keyframes do-icon-full-animation{
		0%{-moz-transform:matrix(1,0,0,1,0,0);-webkit-transform:matrix(1,0,0,1,0,0);-o-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
		100%{-moz-transform:matrix(-1,0,0,-1,0,-80);-webkit-transform:matrix(-1,0,0,-1,0,-80);-o-transform:matrix(-1,0,0,-1,0,-80);-ms-transform:matrix(-1,0,0,-1,0,-80);transform:matrix(-1,0,0,-1,0,-80);}}
	@-o-keyframes do-icon-full-animation{
		0%{-moz-transform:matrix(1,0,0,1,0,0);-webkit-transform:matrix(1,0,0,1,0,0);-o-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
		100%{-moz-transform:matrix(-1,0,0,-1,0,-80);-webkit-transform:matrix(-1,0,0,-1,0,-80);-o-transform:matrix(-1,0,0,-1,0,-80);-ms-transform:matrix(-1,0,0,-1,0,-80);transform:matrix(-1,0,0,-1,0,-80);}}
	@keyframes do-icon-full-animation{
		0%{-moz-transform:matrix(1,0,0,1,0,0);-webkit-transform:matrix(1,0,0,1,0,0);-o-transform:matrix(1,0,0,1,0,0);-ms-transform:matrix(1,0,0,1,0,0);transform:matrix(1,0,0,1,0,0);}
		100%{-moz-transform:matrix(-1,0,0,-1,0,-80);-webkit-transform:matrix(-1,0,0,-1,0,-80);-o-transform:matrix(-1,0,0,-1,0,-80);-ms-transform:matrix(-1,0,0,-1,0,-80);transform:matrix(-1,0,0,-1,0,-80);}}
.disno{display: none;}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-backward:hover, .hvr-backward:focus, .hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.css-navnew-icon{
	width: 32px;
	height: 20px;
	display: inline-block;
	background:url(http://monyun-cn-file.oss-cn-shanghai.aliyuncs.com/pic/mwytx_web/frame/images/20170927/nav_new_icon.png) no-repeat;
	left: 50%;
	top: 3px;
	margin-left: 5px;
}
/*友情连接*/

.sy_friendly_link{
	background-color: #175b9c;
	padding-top: 5px;
}
.friendly_link {
	width: 1200px;
	font-family: "微软雅黑";
	line-height: 25px;
	margin:0 auto;
	color: #d0ddeb;
}

.friendly_link a{
	text-decoration: none;
	color: #d0ddeb;
}
.friendly_link b{
	margin:0 10px;

}



















