﻿﻿/*----------------------------初始化*/
*{margin:0;padding:0;}
body{ font: 12px/1.5 SimSun, Tahoma, "hiragino sans gb", Helvetica, Arial; color: #333;}
img{border:0;}
em,i{font-style: normal;}
ul,li{list-style: none;}
a{color:#333;text-decoration: none;cursor: pointer;}
li a{display:block;}
input,select,textarea{font-size:14px;border:0;outline:0;background:transparent;}
h1,h2,h3,h4,h6{font-weight:normal;}
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}
/*---------------------------------------共用部分*/
.clear{*zoom:1;}
.ml5{ padding-left: 5px; }
.m20{ margin-top:20px;}
.h20{ height: 15px; width: 100%; clear: both; }
.x2{ border-top:2px #3eace7 solid; border-right: 1px #ccc solid; border-bottom: 1px #ccc solid; border-left: 1px #ccc solid; }
.clear:after,.clear:before{content:"";display:block;clear:both;}
.list{width: 100%;}
.list span{ color: #999; float: right; }
.justify{text-align:justify;-ms-text-justify: inter-ideograph; text-justify:inter-ideograph;}
.fl{float:left;}
.fr{float:right;}
.texC{text-align: center;}
.white-bg{background-color: #fff;}
.blue{color:#2ea5e5;}
.blue-bg{background-color: #2577e3;}
.grey{color:#666;}
a:hover{text-decoration: underline;}
.wrap{width: 1008px;margin:0 auto;}
.more,.grey{color:#999;}
.more{margin-right:2%; }
.f12{font-size:12px;}
.lineB{border-bottom:1px #ccc solid;}
.border{border:1px #ccc solid;overflow: hidden;}
.tu p{ float: left;display: block;}
.w20{ width: 20px; }
/*----------------------------------------------头部*/
.layout-header .top-banner {
    height: 234px;
    /*background: url(../images/top-banner.jpg) no-repeat 0 0;*/
    background-color: #fff;
}
.layout-header .top-nav, .layout-header .top-nav .l, .layout-header .top-nav .r, .layout-header .top-nav .pipe, .layout-header .sub-nav {
    background-image: url(../images/top-nav.png);
    background-repeat: repeat-x;
}
.layout-header .top-nav {
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    position: relative;
    background-position: 0 -36px;
}
.layout-header .top-nav .l, .layout-header .top-nav .r {
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    display: block;
    background-repeat: no-repeat;
    font-size: 0;
}
.layout-header .top-nav .l {
    left: 0;
    background-position: 0 -104px;
}
.layout-header .top-nav .r {
    right: 0;
    background-position: -7px -104px;
}
.layout-header .top-nav ul {
    float: left;
    height: 34px;
}
.layout-header .top-nav .item {
    float: left;
    position: relative;
}
.layout-header .top-nav .item:last-child{
    width:180px;
    text-align:center;
}
.layout-header .top-nav .item-a {
    padding: 0 10px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.layout-header .top-nav .item-a:hover {
    text-decoration: none;
}
.layout-header .top-nav .pipe {
    position: absolute;
    top: 0;
    right: 162px;
    height: 34px;
    width: 13px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 -2px;
}
.layout-header .top-nav .extra {
    height: 34px;
    width: 172px;
    float: right;
    text-align: center;
}
.layout-header .top-nav .extra a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.layout-header .top-nav .extra a:hover {
    text-decoration: none;
}
.layout-header .sub-nav {
    height: 37px;
    line-height: 37px;
    background-position: 0 -120px;
    font-size:12px;
}

.layout-header .sub-nav .calendar {
    margin-left: 32px;
    width: 320px;
    float: left;
}
.layout-header .sub-nav .weather {
    margin: 0 10px 0 75px;
    width: 300px;
    float: left;
}
.weather-ico img {
    vertical-align: middle;
    width: 30px;
    height: 25px;
}


.layout-header .sub-nav .search {
    float: left;
    margin-top: 5px;
}

.nav-menu {
    background-color: #FFF;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 34px;
    z-index: 9999;
    display: none;
    width: 207px;
}
.nav-menu .pic {
    width: 90px;
    height: 60px;
    vertical-align: middle;
    float: left;
}
.nav-menu dl {
    display: block;
    height: 26px;
    line-height: 26px;
}
.nav-menu dd {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 50%;
    overflow: hidden;
}
.nav-menu dd i {
    border-color: transparent transparent transparent #797979;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    width: 0;
    height: 0;
    font-size: 0;
    vertical-align: middle;
    margin: -4px 7px 0 0;
    display: inline-block;
}
.nav-menu dd a{display: inline;font-size:12px;}
.search {
    width: 250px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #62b0da;
    position: relative;
}
.search .tl, .search .tr, .search .bl, .search .br {
    position: absolute;
    width: 5px;
    height: 5px;
    display: block;
    background-image: url(../images/top-nav.png);
    background-repeat: no-repeat;
    font-size: 0;
}
.search .tl, .search .tr {
    top: -1px;
}
.search .bl, .search .br {
    bottom: -1px;
    _bottom: -2px;
}
.search .tl {
    left: -1px;
    background-position: 0 -110px;
}
.search .tr {
    right: -1px;
    background-position: -8px -110px;
}
.search .bl {
    left: -1px;
    background-position: 0 -115px;
}
.search .br {
    right: -1px;
    background-position: -8px -115px;
}
.search .search-input {
    width: 170px;
    border: 0 none;
    color: #9b9b9b;
    height: 19px;
    line-height: 19px;
    padding: 3px 3px 3px 27px;
    outline: none;
    display: block;
    float: left;
    background: url(../images/search-input.png) no-repeat 4px center;
    background-color: #fff;
    font-size:12px;
}
.search .search-button {
    background-color: #339ad3;
    color: #fff;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: none;
    display: block;
    float: right;
}
/*-------------------------------------------主体*/
.box{width:100%;margin:20px auto;}
.box-fl{width:70%;}
.block-slide{position:relative;width:100%;height:381px;overflow: hidden;}
.block-slide img{width:100%;height:381px;display:block;}
.slide-num{position:absolute;bottom:2.5px;right:2.5px;}
.slide-num li{float:left;margin-left:3px;width:25px;height:25px;line-height: 25px;text-align: center;background-color:#333;color:#fff;cursor: pointer;}
.slide-num li.on{background-color: #ff0000}
.block-slide .title{width:100%;height: 30px;line-height: 30px;text-indent: 14px;background-color: rgba(0,0,0,0.3);color:#f70;font-weight:500;position: relative;
    top: -30px;}
.box-fr{width:28%;}
.boxTit{height:40px;line-height:40px;padding-left:10px;}
/*.boxTit h5{padding-left:5px;}*/
.boxTit strong{padding-right:5px;}
.sBlue{background:url("../images/tit1.png") no-repeat;height:30px;line-height:30px;}
.sBlue h5,.bBlue a{color:#fff;}
.list{margin:0;}
.list ul{ margin: 0 auto; width: 94%; }
.list ul li{height:28px;line-height:28px;}
.pu5{padding:0;}
.qkList p{ display: block; width: 96%; margin: 8px auto 0; height: 174px; line-height: 28px; font-weight: bold; }
.qkList p img{ margin: 0 5px 0 0; }
/*工作动态*/
.bBlue{margin-top:0;background:url("../images/lmbg.jpg") no-repeat;color:#fff;}
.work{ width: 96%; margin: 0 auto; }
.gzimg{width:255px;height:150px; margin: 8px 0; float: left;}
.work ul{width:60.2%;margin-right:10px;}
/*行业观察*/
.hy{}
.hy .hy-fl,.hy .hy-fr{width:48.3%;}
/*.hy .fl img{width:117px;height:72px;margin-top:20px;}*/
.hyCont{width:55%;line-height: 22px;}
.hyCont .justify{height: 88px;overflow: hidden;margin-top:10px;}
.hy .lineB{padding: 5px 0 15px;margin-bottom:15px;}
/*七彩视频*/
.videoTit{text-align: center; margin: 10px 0;}
.videoTit img{vertical-align: middle;}
.video li{float:left;width:11.28%;margin:10px 1.5%; text-align: center;}
.video li img{width:100%;height:90px;display: block;margin-bottom:10px;}
/*坐而论水*/
.ques{width:100%;height:35px;line-height:35px;border:1px #ccc solid;}
.ques input{width:195px;*width:180px;margin-left:5px;}
.quesBtn{display:inline-block;width:80px;height:31px;line-height:31px;margin:2px 0;text-align: center;color:#fff;background-color:#41a1d6;}
.boxThree{}
.boxThree .boxThree-cont{float:left;width:320px;}
.line-bg{background:url("../images/line-bg.png") top no-repeat; height:320px;}
.boxThree-cont li img{width:120px;height:100px;}
.boxThree-cont .qkList{margin-top:8px;}
.boxThree-cont .qkList li:first-child{height:100px;}
.boxThree-cont .qkList-one{height:100%;margin-bottom:18px;}
/*------------------------------------------尾部*/
.layout-footer p {
    text-align: center;
    margin: 2px 0;
    font-size:12px;
}
.layout-footer .internal-link {
    margin-top: 10px;
}
.layout-footer .partner-link {
    background-color: #339ad3;
    color: #fff;
    padding: 13px 14px 8px 93px;
}
.layout-footer .partner-link em {
    font-size: 14px;
    font-weight: 700;
    margin-left: -72px;
    float: left;
    _display: inline;
}
.layout-footer .partner-link p {
    text-align: left;
    margin-bottom: 5px;
}
.layout-footer .partner-link a {
    color: #fff;
    margin-right: 16px;
}

.compos{position:absolute;top:280px;text-align: center;z-index:555;}
.compos2{position:absolute;top:280px;text-align: center;z-index:555;}

/*首页右边悬浮*/
.posright{right:0px;}
.posright ul{width:110px;}
.posleft{left:0px;}
