@charset "utf-8";

/* CSS Document */

body {
    max-width: 100%;
    min-width: 80%;
    background: #fff;
    font-family: Tahoma, Arial, 'Hiragino Sans GB', "微软雅黑", "宋体", sans-serif;
    font-size: 12px;
    color: #666;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

select,
input,
img,
select {
    vertical-align: middle;
}

input:focus,
button:focus {
    outline: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}


/*清除浮动*/

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

ul,
ol {
    list-style: none;
}

i,
em {
    font-style: normal;
}

h2 {
    font-weight: normal;
    font-size: 30px;
}


/*top开始*/

.top_box {
    width: 100%;
    color: #666;
}

.top {
    width: 1024px;
    margin: 0 auto;
    height: 66px;
}

.top .logo {
    float: left;
    width: 277px;
    height: 40px;
    margin-top: 13px
}

.top .logo img {
    width: 105px;
    margin-right: 6px;
}

.top .logo span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-left: 1px solid #919191;
    padding: 0 20px;
    font-size: 16px;
    font-weight: normal;
}

.top .load {
    float: right;
    height: 66px;
    line-height: 66px
}

.top .load a {
    float: left;
    height: 66px;
    display: block;
    font-size: 14px;
    color: #333;
    padding: 0 13px;
}

.top .load a:hover {
    color: #98ce17;
}

.top .load a.active {
    background-color: #98ce17;
    color: #fff;
}


/*top结束*/


/*nav开始*/

.fix-nav.on {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 15px #eee;
    -webkit-box-shadow: 0px 2px 15px #eee;
    -moz-box-shadow: 0px 2px 15px #eee;
    -ms-box-shadow: 0px 2px 15px #eee;
    z-index: 1000;
}

.nav {
    width: 550px;
    height: 66px;
    margin-left: 277px;
    color: #666;
    background: #fff;
}

.nav_ul li {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    line-height: 66px;
    position: relative;
}

.nav_ul li a {
    display: block;
    padding: 0 20px;
}

.nav_ul li a.active-index {
    color: #a1d424;
}

.nav_ul li:hover .nav1 {
    color: #a1d424;
}

.nav .nava {
    background: url('../images/down-black.png') no-repeat 80px center;
}

.nav li:hover .nava,
.nav li .iconnava {
    color: #fff;
    background: url('../images/up-green.png') no-repeat 80px center;
    color: #a1d424;
}

.nav .ol {
    width: 100%;
    position: absolute;
    top: 66px;
    left: 6px;
    z-index: 100;
    color: #333;
    text-align: center;
    display: none;
    border-radius: 2px;
    border: 1px solid #eee;
}

.nav .ol .bg {
    background-color: #fff;
    padding: 12px 0;
}

.nav_ul li:hover .ol {
    display: block
}

.nav .ol p {
    width: 100%;
    height: 30px;
    line-height: 30px
}

.nav .ol p a {
    display: block;
    font-size: 14px;
}

.nav .ol p a:hover {
    color: #a1d424;
}


/*nav结束*/


/* mo信通头部开始 */

.haed {
    background-color: #2c2c48;
}

.head-logo {
    margin-top: 2px;
    padding: 8px 0px;
}

.head-logo>em {
    line-height: 35px;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
    margin-top: 2px;
    font-size: 14px;
}

.haed-ul {
    font-size: 14px;
}

.haed-ul>li>a {
    color: #fff;
    padding: 18px 20px;
    display: block;
}

.head-login>a:nth-child(1) {
    line-height: 43px;
    padding: 0px 35px;
    font-size: 14px;
}

.head-login>a:nth-child(2) {
    font-size: 14px;
    line-height: 61px;
    width: 110px;
    display: inline-block;
    text-align: center;
    background-color: #83c209;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.fow {
    font-weight: bold;
}

.bgw {
    background-color: white;
}

.cowh {
    color: white !important;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.foz12 {
    font-size: 12px;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.con {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
}

.dis {
    display: inline-block;
}

.disb {
    display: block;
}

.disn {
    display: none;
}

.maxwh {
    width: 100% !important;
}

.ban1 {
    display: none;
}

.pof {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 3;
}


/* mo信通头部结束 */


/* 二級導航開始 */

.head-son {
    width: 700px;
    background-color: rgba(44, 44, 72, 0.9);
    left: -211px;
    top: 100%;
    padding: 25px 0px;
    z-index: 2;
}

.head-son>ul>li>a {
    color: #cacbc9;
    padding: 9px 0px;
    width: 62px;
}

.head-son>ul>li {
    width: 145px;
    padding-left: 30px;
}

.head-son>ul>li>h5 {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 96px;
}

.haed-ulli>a {
    color: #84c904 !important;
}

.head-son1 {
    width: 100px;
    left: 0px;
    top: 130%;
    background-color: #fff;
    z-index: 2;
    border-radius: 5px;
}

.head-son1 ul {
    padding: 5px 0px;
}

.head-son1 a {
    padding: 5px 0px;
    color: #666;
}

.head-son1 li:hover a {
    color: #84c904;
}


/* 二級導航結束 */


/* mo信通底部开始 */

.footbg {
    background-color: #3a3f4e;
}

.footul {
    padding: 75px 0px 40px;
}

.footul>.pull-left {
    width: 180px;
}

.footul>.pull-left h5 {
    padding-bottom: 10px;
    text-align: left;
}

.footul>.pull-left a {
    color: #8f8f8f;
    padding: 7px 0px;
    font-size: 14px;
    width: 56px;
}

.footul>.pull-right p {
    color: #8f8f8f;
    padding: 7px 0px;
}

.bqxxbox p {
    color: #999;
    font-size: 12px;
    padding-bottom: 8px;
}

.bqxxbox {
    padding-bottom: 60px;
}

.foz16 {
    font-size: 16px;
}


/* mo信通底部结束 */


/* 侧边框开始 */

.cbbox {
    position: fixed;
    right: 0px;
    top: 30%;
}

.cbul em {
    color: #999;
    font-size: 12px;
}

.cbul {
    width: 218px;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(10, 3, 5, 0.08);
    padding: 20px 0px;
}

.cbul li {
    padding: 9px 0px 9px 50px;
}

.cbul li:nth-child(1) {
    background: url("../images/cbul.png") no-repeat 20px center;
}

.cbul li:nth-child(2) {
    background: url("../images/cbul1.png") no-repeat 20px center;
}

.cbul li:nth-child(3) {
    background: url("../images/cbul2.png") no-repeat 20px center;
}

.cbbox>a {
    background-color: #99d606;
    font-size: 12px;
    width: 15px;
    height: 72px;
    margin-top: 65px;
    padding: 26px 14px;
    margin-left: 10px;
    font-size: 14px;
}

.top {
    position: fixed;
    right: 0px;
    top: 80%;
    width: 43px;
    height: 39px;
    background: #fff url("../images/top.png") no-repeat center;
}

.bigimgbg {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.bigimg {
    display: inline-block;
    position: fixed;
    left: 0px;
    top: 100px;
}

.bigimg1 {
    display: inline-block;
    position: fixed;
    left: 0px;
    top: 100px;
}


/* 侧边框结束 */

.footul>.pull-left a:hover {
    color: #83c209;
}

.head-son ul li a:hover {
    color: #83c209;
}