/*body {
	font-family:'微软雅黑','黑体','宋体';
	font-size: 14px;	
	line-height:1.6em;
	color:#333333;
	min-width: 1200px;
}*/
.container{width: 1150px;}


.long-block{width: 100%;height: 9px;background: #5cacfc;margin-bottom: 93px;}
/*搜索*/
.search{width: 700px;height: 50px;border: solid 2px #79b7f6;margin:46px auto 0 auto;}
.search-selection{border: none;font-size:16px ;margin-top: 5px;position: absolute;}
.search-selection:hover{background: #FFFFFF;}
.search-selection i{color: #555555;}
.search-keyword{width: 438px;height: 28px;border: none;border-left: solid 1px #f2f2f2;padding-left: 15px;font-size:16px ;color: #a9a9a9;margin-top: 8px;position: absolute;outline: none;}
input::-webkit-input-placeholder {color:#a9a9a9;}
input:-moz-placeholder {color:#a9a9a9;}
.click-to-search{width: 100px;height: 48px;background: #5cacfc;float: right;padding-left: 32px;padding-top: 6px;}
.click-to-search:hover{background:#4897e6}
/*热搜*/
.hot-word{margin-top: 34px;margin-bottom: 25px;}
.hot-word a{color: #555555;margin:0 5px;}
.hot-word a:hover{color: #f6b43f;}
/*网站群*/
.line{width: 490px;height: 1px;background: #f4f4f4;top: 12px;position: absolute;}
.column{width: 110px;height: 25px;background: #f65757;text-align: center;color: #FFFFFF;font-size: 18px;border-radius: 25px;position: absolute;left: 520px;}
.site-group{margin-top: 45px;text-align: center;}
.site-group a{display: inline-block;padding: 5px 25px;transition: All 0.4s ease-in-out;}
.site-group>a:hover{transform:rotate(360deg);;}
.site-group img{margin-bottom: 10px;}
.site-group p{margin-bottom: 0;}

.single-site{display: inline-block;}
.sub-nav {
    position: absolute;
    margin-left: -60px;
   margin-top: 0px;
    width: 250px;
    border: #eee solid 1px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
    padding: 10px 5px;
    display: none;
    z-index: 999;
}
.sub-nav-list a{float: left;width: 50%;line-height: 32px;padding:0;}
.sub-nav-list a:hover{color: #db4348;}

/*移动互联*/
.column2{background: #ff8d54;}
.rollpic{/*display: inline-block;*/margin: 0 auto;overflow: hidden;width: 954px;}
.rollpic .prev,.rollpic .next{display:block; height:35px; width:15px; cursor:pointer; float:left;  margin-top:85px}
.rollpic .prev{margin-right:5px;background:url(../images/arrow-left.jpg) no-repeat 0 0;}
.rollpic .next{margin-left:5px;background:url(../images/arrow-right.jpg) no-repeat 0 0;}
.rollpicshow{float:left;margin: 55px 40px 0 40px;overflow: hidden;}
    .rollpicshow ul {
        list-style-type: none;
        height: 100px;
        overflow: hidden;
    }

        .rollpicshow ul li {
            padding: 0px;
            margin: 0 10px;
            position: relative;
        }
/*li的padding必须为0*/
.code-block{width: 258px;height:100px;border: solid 1px #f4f4f4;padding: 10px;overflow: hidden;}		
.code-block img{width: 78px;height: 78px;display: inline-block;margin-right: 10px;}
.code-block .text{font-size: 16px;display: inline-block;position: absolute;top: 15px;}
.code-block .text p{color: #a99165;margin-bottom: 20px;}
.code-block .text span{color: #929292;}
/*增值服务*/
.service{background: url(../images/service-bg.jpg) no-repeat;height: 316px;padding-top: 125px;}
.column3{background: transparent;color: #555555;}
.services-block{margin-top: 55px;margin-left: -15px;}
.services-block a{width: 170px;height:78px;line-height: 78px;text-align:center;color:#FFFFFF;font-size: 18px;border-radius: 5px;display: inline-block;margin-left:15px ;}
.color-01{background: #54b5e5;}
.color-02{background: #5fc99a;}
.color-03{background: #93c84e;}
.color-04{background: #f08959;}
.color-05{background: #ec7b7f;}
.color-06{background: #f6b43f;}
.color-01:hover{background: #449fcd;}
.color-02:hover{background: #40b380;}
.color-03:hover{background: #7cb037;}
.color-04:hover{background: #d56e3e;}
.color-05:hover{background: #d55458;}
.color-06:hover{background: #de9a20;}

/*本网动态*/
.top-news{background: #f0f4f9;padding-bottom: 30px;}
.top-news .left-side{height: 400px;background: #FFFFFF;padding-bottom: 0px;width: 770px;float: left;}
.top-news .title{font-size: 16px;color: #555555;font-weight: bold;border-bottom: solid 1px #EEEEEE;padding: 20px;}
.top-news ul{list-style-type:none ;padding-left: 20px;margin-top: 20px;}
.top-news ul li{border-left: solid 3px #d6747b;padding-left: 5px;margin-bottom: 20px;}

    .top-news ul li > a {
        font-size: 16px;
        color: #555555;
        height: 21px;
        overflow: hidden;
        display: block;
    }
.top-news ul li>a:hover{color: #ec7b7f;}
.top-news ul li p{font-size: 12px;color: #9c9c9c;margin-bottom: 0;}
.top-news ul li p a{font-size: 12px;color: #9c9c9c;}
.top-news ul li p a:hover{color: #f08959;}

.top-news .right-side{height: 400px;background: #FFFFFF;padding-bottom: 0px;width: 332px;float: right;padding-top: 30px;padding-left: 40px;}

/*foot*/
/*.foot-top{height: 380px;background: url(../images/footbg.jpg) no-repeat center;padding-top: 80px;}
.card_mian{width: 780px;margin: 0 auto;}
.card_yes,.card_no{width:118px;height:119px;position:relative;text-align:center;float:left;margin:0px 6px 12px 6px;}
.card_no a{display:block;width:118px;height:119px;}
.after{display: none;width:0px;height:119px;margin:0 auto;}
.before{width:118px;height:119px;margin:0 auto;}
.before,.after{background:rgba(191,212,253,0.05);}
.before span{display:inline-block;margin:0 auto;margin-top: 20px;}
.before span img{width: 100%;}
.before span.spa1{width:48px;height:60px;}
.before span.spa2{width:76px;height:60px;}
.before span.spa3{width:54px;height:60px;}
.before span.spa4{width:63px;height:60px;}
.before span.spa5{width:65px;height:60px;}
.before span.spa6{width:58px;height:60px;}
.before span.spa7{width:52px;height:60px;}
.before span.spa8{width:49px;height:60px;}
.before span.spa9{width:48px;height:60px;}
.before span.spa10{width:63px;height:60px;}
.before span.spa11{width:65px;height:60px;}
.before span.spa12{width:57px;height:60px;}
.before  p,.after p{font-size:14px;color:#fff;text-align:center;padding-top:5px;height: 27px;overflow:hidden;}
.after span{display:inline-block;margin:0 auto;margin-top:15px;width: 90px;height: 90px;}
.after span img{width: 100%;}
.card_yes p.pnum{height: 27px;position: absolute;top: 45px;width: 100%;text-align: center;}

.foot-bottom{background: #18191c;}
.ft-links{padding: 30px 0;}
.ft-links a{padding: 0 20px;border-left: solid 1px #2a2b2d;color: rgba(255,255,255,0.6);}
.ft-links a:hover{color: #FFFFFF;}
.coInfo p,.coInfo p a{color: #6c6c6c;}
.coInfo p a:hover{text-decoration: underline;}
.coInfo p span{color: rgba(255,255,255,0.5);}
.coInfo p img{margin-right: 3px;margin-left: 5px;margin-top: -5px;}*/
