/*
 * Created By shaoqing on 2016/6/7
 */
/*********************************************css默认样式**************************************************/
*{
    margin: 0;
    padding: 0;

    font-family: "微软雅黑",arial;
}
body,html {
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
}
/************************************************首页样式********************************************/
.fa.fa-phone,.fa.fa-qrcode {
    border: 1px solid #ffb400;
    padding: 6px;
    border-radius: 50%;
}
.fa.fa-qq {
    border: 1px solid #333;
    padding: 6px;
    border-radius: 50%;
    color: #333;
}
.dis-color {
    color: #cdcdcd !important;
}
.nav-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;

    background: #ffffff;
}
/*.nav {
    position: relative;
    margin: auto;
    width: 1020px;
}
.nav-logo {
    float: left;
    margin: 10px;
    width: 240px;
    height: 60px;
}
.nav-r a {
    display: inline-block;
    margin: 30px 0;
    padding: 0 13px;
    font-size: 16px;
    color: #333333;
}
.nav-r a i {
	font-size: 20px;
	color: #ff9c00;
    line-height: 20px;
}
.active {
    color: #ff9C00 !important;
}*/
.code-img {
    display: none;
    position: absolute;
    top: 80px;
    right: -30px;
    z-index: 10;
}
.cellPhone-img {
    display: none;
    position: absolute;
    top: 80px;
    right: 10px;
}
.container-fluid {
    position: relative;
    margin: 0 auto;
    width: 1020px;
    height: 100%;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ff9c00;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
    background: #ff9c00;
    border-radius: 50%;
}
.section1 {
    width: 100%;
    height: 100%;
    background: url("http://img.mofiman.cn/BG1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section1-text {
    text-align: center;
}
.secton1-col3-text {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #333333;

}
.secton1-col3-text i {
	font-size: 10px;
	margin:0 5px;
}
.secton1-col3-text span {
	margin-right: 5px;
}
.section2 {
	background: #fff !important;
}
.section2-imgl {
	float: left;
	margin-right: 10px;
	margin: 6px 6px 6px 0;
}
.section2-text-wrap {
	float: left;
}
.section2-title {
	margin-top: 16px;
	font-size: 18px;
	color: #333;
	line-height: 35px;
}
.section2-con {
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.section2-larger1 {
    font-size: 3rem;
    color: #ff9c00;
    letter-spacing: 3px;
    line-height: 40px;
}
.section2-larger2 {
    font-size: 2rem;
    color: #ff9c00;
    letter-spacing: 4px;
    line-height: 40px;
}
.section2-line > div {
    margin: 10px 0;
    width: 240px;
    height: 5px;
    background: #ff9c00;
}
.section2-point {
    margin: 10px 0;
	width: 25px;
	height: 25px;
	background: #ffb400;
}
.section2-text1 img {
    width: 280px;
}
.secton2-rimg img {
	width: 80%;
}
.section4-title {
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}
.secton4-text1 {
    font-size: 18px;
    color: #ff9c00;
}
.section4-con {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.secton4-rimg {
    text-align: left;
}
.secton4-rimg img {
    width: 80%;
}
.section3 {
    width: 100%;
    height: 100%;
    background: url("http://img.mofiman.cn/BG3.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section3-img-top {
    width: 80%;
}
.section3-img-icon {
    width: 1020px;
    padding: 0px 130px;
}
.section3-img-icon img {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    width: 230px;
    height: 230px;
}
.section4 {
    width: 100%;
    height: 100%;
    background: url("http://img.mofiman.cn/BG4.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section4-limg {
    text-align: left;
}
.section4-limg img {
    width: 90%;
}
.section4-text1 img{
    width: 260px;
}
.section4-descript {
    width: 260px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}
.section5 {
    width: 100%;
    height: 100%;
    background: url("http://img.mofiman.cn/BG5.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section5-height {
    width: 100%;
    height: 80px;
}
.section5-img {
    position: relative;
}
.section5-img img.section5-larger-img {
    width: 100%;
    margin-top: -50px;
    margin-left: 42px;
}
.section5-small-img {
    margin-left: 91px;

    width: 44.5%;
}
.footer-text {
	position: absolute;
	bottom: 0;
    width: 100%;
	text-align: center;
	color: #393;
	line-height: 30px;
	padding:15px 0;
	font-size:14px;
	background: #393939;
}
.footer-text > a,.footer-text > a > span ,.footer-text > span{
	color: #aaa;
}
.footer-text a,.footer-text2 a{
    padding:0 8px;
}
.footer-text2 {
    width: 100%;
    text-align: center;
    color: #393;
    line-height: 30px;
    padding:15px 0;
    font-size:14px;
    background: #393939;
}
.footer-text2 > a,.footer-text2 > a > span ,.footer-text2 > span{
    color: #aaa;
}
.m-box1 {
    width: 100%;
    height:100%;

    background: url("http://img.mofiman.cn/m-box1.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.m-box2 {
    position: relative;
    width: 100%;
    height:100%;

    background: url("http://img.mofiman.cn/m-box2-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.box-wrap {
    position: relative;
    margin: 0 auto;
    width: 1020px;
    height: 100%;
}
.box2-img {
    margin-top: 4%;
    width: 45%;
}
.m-box2-img {
    text-align: right;
}
.m-box2-img img {
    margin-top: 10px;
    width: 90%;
}
.m-box3-text1 img {
    margin-top: 138px;
    margin-left: 160px;
    width: 230px;
}
.m-box3-text2 {
    width: 190px;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}
.m-box3-img img{
    margin-left: 55px;
    width: 70%;
}
.m-box4 {
    position: relative;
    width: 100%;
    height:100%;

    background: url("http://img.mofiman.cn/m-box4-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.m-box4-imgl img {
    margin-left: -55px;
    width: 100%;
}
.m-box4-imgr img {
    margin-top: 145px;
    width: 100%;
}
.m-box5-imgl img {
    width: 80%;
}
.m-box5-imgr img {
    width: 100%;
}
.m-box6-imgl img{
    margin-top: 62px;
    width: 80%;
}
.m-box6-imgr img{
    width: 90%;
}
.contentbox{
    min-height: 100%;
}
.contentbox >img{
    width: 100%;
}
.co_td{
    width: 35%;
}
.co_td >img{
    width: 100%;
}
.co_contact{
    margin-left: 100px;font-size: 20px;line-height: 50px;
}
.footer2{
    height: 120px;
    width:100%;
    text-align: center;
    background-color: #393939;
    padding: 15px 0px;
    line-height: 30px;
    font-size: 14px;
}
.footer2 >span ,.footer2 > a >span{
    color: #aaaaaa;
    margin-right: 10px;
}
.setion2-imgl img {
    margin-top:20px;
    width: 100%;
}
.setion2-imgr img {
    margin-left:-100px;
    width: 110%;
}
.section4-rtext {
    margin-top:90px;
}
.wrap-width {
    margin: 0 auto;
    width: 1020px;
}
.mofi-x-row {
    margin-left:0px !important;
}
.mofi-x-row a {
    font-family: "微软雅黑", arial;
}
.unite-img1 {width: 100%;}
.unite-img2 {
    display: block;
    margin: 20px auto 40px;
    width: 800px;
}
.co-text {
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left:-400px;
    width: 800px;
    text-align: center
}
.co-text1 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 4px;
}
.co-text2 {
    color: #ffb400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 8px;
}
.xia-img2 {
    display: block;
    margin:0 auto 30px;
    width: 50%;
}
.com_text1{
    margin: 20px 23%;
    display: block;
    text-indent: 80px;
    line-height: 25px;
    font-size: 16px;
}
.com_text2{
    margin: 20px 25%;display: block;line-height: 35px;font-size: 16px;
}
.cor-pic {
    width: 100%;
}
.login {
    width: 100%;
    height: 100%;

    background: url("http://img.mofiman.cn/loginBG-1.jpg");
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
.login-height {
    width: 100%;
    height: 100px;
}
.login-pic1 {
    text-align: center;
}
.login-pic1 img {
    width: 350px;
}
.login-wrap {
    padding-bottom: 20px;
    display: none;
	position: relative;
    margin: 10px 0;
    width: 380px;
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
}
.login-wrap1{
    display: block;
}
.login-title {
    width: 100%;
    height: 50px;
    line-height: 10px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    background: #ffb400;
    border-radius: 10px 10px 0 0;
}
.control-input {
    position: relative;
    padding:0 20px;
}
.control-input i{
    position: absolute;
    top: 11px;
    right: 35px;
    font-size: 18px;
    color: #999999;
}
.control-group {
    padding:20px 0 0 0;
}
.control-input input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border-radius: 4px;
    border: 0;
}
.control-group button{
    width: 100%;
    height: 40px;
    background: #ffb400;
    border-radius: 5px;
    color: #ffffff;
    border: 0;
    font-size: 18px;
}
.com-type {
    margin-top: 100px;
    width: 80px;
}
.com-type1,.com-type2,.com-type3 {
    width: 40px;
    height: 40px;
}
.wrap {
    width: 575px;
    margin: 0 auto;
}
input[type=text]:focus, input[type=password]:focus {
	border-radius: 4px;
    border: 2px solid #ffb400;
}
input{outline:0px;}
.activeColor{
	color: #ffb400 !important;
}
.forget-pd {
    padding-bottom: 15px;
    color: #999999;
    text-align:center ;
}
.login-fix {
    position: fixed;
    top:50%;
    left: 0px;
    width: 100%;
    margin-top: -210px;
}
.control-input button {
    border: 0;
    /*outline:none;*/
}
button:active{
    border: 1px solid #ffb400;
}
a.qq-a{ color:#737373;text-decoration:none;}
a.qq-a:hover { text-decoration:none; color:#ff9C00;}
