
/*************************************************/
/*******************menus******************************/

.content {
    width: 1261px;
    margin: 0 auto;
    overflow: hidden;
}

.content-top {
    height: 382px;
    width: 100%;
    overflow: hidden;
}

.menus {
    width: 243px;
    height: 380px;
    border: 2px solid #00b8ee;
    border-top: 0;
    float: left;
    position: relative;
}

/*.menu {*/
/*width: 240px;*/

/*}*/

.menu-left ul {
    display: block;
    height: 40px;
    overflow: hidden;
    background: url("../images/classify.png") no-repeat 200px 13px;
    
}

.menu-li a {
    width: 150px;
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #0156a7;
    margin-left: 20px;
    margin-top: 10px;
}

.menu-li {
    height: 40px;
    position: relative;
}

.menu-left-bot {
    width: 100%;
    height: 35px;
    cursor: pointer;
}

.menu-left-bot2 {
    width: 100%;
    height: 59px;
}

.menu-left-bot a, .menu-left-bot2 a {
    font-size: 14px;
    color: #000;
    float: left;
    margin-left: 20px;
    line-height: 26px;

}

.menu-left-bot a:hover, .menu-left-bot2 a:hover {
    color: #ff962e;
}

.menu-left .line {
    height: 2px;
    width: 200px;
    margin: 0 auto;
    background-color: #8cd1f2;
}

.menu-right {
    width: 500px;
    height: 110px;
    position: absolute;
    left: 240px;
    background-color: #eeeeee;
    display: none;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
}

.menu-right a {
    float: left;
    font-size: 13px;
    color: #777;
    margin-top: 14px;
    margin-left: 20px;
}

.menu-right a:hover {
    color: #ff942d;
}

.menu-right1 {
    top: 0;
}

.menu-right2 {
    top: 77px;
    cursor: pointer;
}

.menu-right3 {
    top: 178px;
}

.menu-right4 {
    top: 280px;
}

.menu-onmouseover .menu-right {
    display: block;
}

.menu-onmouseover {
    background-color: #eeeeee;

}

/*************************************************/
/**********************banner***************************/

.slideBox {
    width: 659px;
    height: 372px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 10px;
    margin-left: 10px;
    float: left;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    height: 20px;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #ff952d;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 100%;
    display: block;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

/*************************************************************/

.announcement {
    width: 330px;
    height: 368px;
    border: 2px solid #00b8ee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 10px;
    float: right;
}

.announcement-nav {
    height: 35px;
    background-color: #00b7ed;
}

.announcement-nav-d {
    float: left;
    width: 110px;
    height: 35px;
    margin-top: -4px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    cursor: default;
    color: white;
}

.annou-con-d {
    width: 330px;
    height: 331px;
    display: none;
    position: absolute;
}

.bg-img {
    background: url("../images/newsbg.png") no-repeat 3px;
    display: block;
    color: black;
}

.visible {
    display: block;
}

.news-list li {
    list-style-image: url("../images/news.png");
    /*list-style-position: inside;*/
    margin-left: 35px;
    margin-top: 16px;
}

.news-list li a {
    display: block;
    font-size: 14px;
    color: #222222;
}

.news-more {
    font-size: 12px;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    color: #ff952d;
}

.all-information {
    height: 155px;
    width: 1261px;
    background-color: #f7f7f7;
    margin-top: 50px;
}

.index_link {
    width: 210px;
    height: 136px;
    float: left;
    background-color: #00b8ee;
    margin-top: 30px;
    margin-left: 10px;
}

.index_link p {
    height: 68px;
    text-align: center;
    overflow: hidden;
    border-bottom: 2px solid #ffffff;
}

.index_link p a {
    font-size: 16px;
    margin: 13px 28px;
    width: 160px;
    display: block;
    color: #ffffff;
    letter-spacing: 1px;
}

.index_link p a:hover {
    text-decoration: underline;
}

.info-con {
    width: 252px;
    height: 155px;
    overflow: hidden;
    text-align: center;
    float: left;
    background: url("../images/infor-line_03.jpg") no-repeat right;
    background-color: aliceblue;
}
.last-info-con {
    background-image: none;
}

.info-con span {
    font-size: 17px;
    color: #ff962e;
    font-weight: bolder;
}

.info-con img {
    display: block;
    margin: 20px auto 10px;

}

.info-con p {
    font-size: 14px;
    color: #00b8ee;
    margin-top: 8px;
}

.new-info {
    width: 250px;
    height: 155px;
    background-color: #00b8ee;
    float: left;
    color: white;
    font-size: 17px;
}

.new-info p span, .new-info div span {
    font-size: 20px;
    width: 240px;
}

.new-info p, .new-info div {
    margin-left: 40px;
    margin-top: 45px;
}

.new-info div {
    margin-top: 18px;
}

/****************************************/

.network-container {
    width: 1261px;
    margin: 80px auto 0;
    overflow: hidden;
}

.net-con-left {
    float: left;
    width: 996px;

}

.instrument, .company {
    width: 996px;
    height: 301px;
}

.instrument-nav {
    height: 41px;
    width: 996px;
    overflow: hidden;
}

.ins-nav-tit {
    width: 182px;
    height: 41px;
    color: white;
    line-height: 41px;
    font-size: 20px;
    background: #00b8ee url("../images/net-instrument 2.png") no-repeat 25px;
    float: left;
}

.company-tit {
    background: #00b8ee url("../images/net-unit .png") no-repeat 20px;
}

.ins-nav-tit span {
    display: block;
    margin-left: 60px;
}

.eng-tit {
    float: left;
    height: 41px;
    width: 192px;
    line-height: 41px;
    text-align: center;
    color: #989898;
}

.ins-nav-l {
    background-color: #a5d1ee;
    height: 1px;
    float: left;
    margin-top: 23px;
    width: 558px;
}

.instrument-nav-more {
    float: right;
    font-size: 12px;
    color: #8bd0f1;
    line-height: 43px;
}

.instrument-con {
    width: 996px;
    height: 226px;
    margin-top: 35px;
    overflow: hidden;
	display: flex;
}

.btn-left, .btn-right {
    height: 28px;
    width: 28px;
    color: white;
    float: left;
    margin-top: 99px;
    cursor: pointer;
}

.btn-left {
    background: url("../images/left.png") no-repeat;
    background-size: 100% 100%;
}

.btn-right {
    background: url("../images/right.png") no-repeat;
    background-size: 115% 115%;
}

.ins-con-cens, .ins-con-cen {
    width: 942px;
    height: 225px;
    float: left;
    overflow: hidden;
}

.ins-con-bigcon {
    width: 2826px;
    height: 225px;
    float: left;
    overflow: hidden;
}

.ins-cen-d {
    width: 189px;
    height: 225px;
    margin-left: 38px;
    float: left;
}

.ins-cen-img {
    height: 153px;
    width: 187px;
    border: 1px solid #88c3eb;
}

.ins-cen-img img {
    height: 153px;
    width: 187px;
    border: 0;
}

.ins-cen-text {
    width: 189px;
    height: 70px;
    color: #ffffff;
    background-color: #8cd1f2;
    text-align: center;
    overflow: hidden;
}

.ins-name {
    margin-top: 10px;
}

.ins-name a {
    font-size: 16px;
    color: #595757;
    height: 25px;
}

.ins-cen-text p {
    font-size: 12px;
    margin-top: 5px;
}

.ins-cen-text hr {
    width: 170px;
    border: 1px solid #caeaf9;
    margin: 6px auto 0;
}

.company {
    margin-top: 75px;
    background-color: #f7f7f7;
}

/***********************************/

.company-name-left {
    width: 498px;
    height: 260px;
    float: left;
    overflow: hidden;
}

.company-name-left ul {
    float: left;
    width: 498px;
    margin-top: 10px;
}

.company-name ul li {
    list-style: disc outside;
    margin-left: 50px;
    font-size: 12px;
    margin-top: 20px;
    color: #8cd1f2;
}

.company-name ul li a {
    color: #010101;
}

.company-name ul li span {
    float: right;
    color: #ff942d;
    margin-right: 20px;
}

.service {
    margin-top: 91px;
}

.service-head {
    height: 40px;
    width: 996px;
    background: url("../images/line.png") no-repeat bottom center;

}

.service-head div {
    height: 40px;
    width: 146px;
    background-color: #00b8ee;
    margin: 0 auto;
    color: white;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.service-more {
    width: 996px;
    overflow: hidden;
}

.service-more a {
    float: right;
    margin-top: 20px;
    font-size: 10px;
    color: #8bd0f1;
}

.service-con {
    height: 240px;
    width: 996px;
    overflow: hidden;
}

.service-left {
    height: 360px;
    width: 497px;
    float: left;
    border-right: 1px solid #d3d3d3;
}

.service-box {
    height: 120px;
    width: 480px;
    margin-top: 5px;
    overflow: hidden;
}

.service-box .picture-box {
    width: 119px;
    height: 90px;
    border: 1px solid #00b7ed;
    float: left;
    margin-top: 5px;
}

.service-box .picture-box img {
    width: 108px;
    height: 80px;
    margin: 5px;
}

.pic-box2 {
    margin-left: 25px;
}

.tex-box {
    width: 320px;
    height: 90px;
    float: left;
    margin-top: 8px;
    margin-left: 12px;
}

.tex-box-name {
    height: 45px;
    border-bottom: 1px solid #00b7ed;
    overflow: hidden;
}

.tex-box-name h4 {
    color: #0257a7;
    font-size: 14px;

}

.tex-box-name p {
    font-size: 12px;
    color: black;
    margin-top: 3px;
}

.tex-box-detail p {
    font-size: 11px;
    color: #7b7b7b;;
    margin-top: 3px;
}

.tex-box-detail a {
    font-size: 12px;
    color: #ff942d;
    position: relative;
    left: 290px;
    top: -10px;;
}

.service-right {
    border: 0;
}

/*******************************/

.net-con-right {
    width: 228px;
    float: right;
}

.ranking {
    height: 405px;
    width: 228px;
}

.ranking-head {
    height: 35px;
    width: 228px;
    text-align: center;
    line-height: 35px;
    background: #00b8ee url("../images/paihang.png") no-repeat 25px 7px;
    color: white;
    font-size: 17px;
}

/*.ranking-con {
    height: 370px;
    background-color: #f7f7f7;
    overflow: hidden;
}

.ranking-con ul li {
    height: 35px;
    border-bottom: 2px solid white;
    overflow: hidden;
}*/

.rank {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ff952d;
    color: white;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    margin-left:5px;
    margin-top: 10px;
    float: left;
}

.rank2 {
    background-color: #03b6ee;
}

.rank-name {
    float: left;
    font-size: 12px;
    color: #026698;
    margin-left: 8px;
    margin-top: 10px;
}

.rank-name2 {
    color: black;
}

/*.rank-num {
    float: right;
    color: #ff942d;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 10px;
}*/

.map {
    height: 262px;
    margin-top: 60px;
}

.map-img img {
    width: 228px;
    height: 227px;
}

.admin {
    width: 226px;
    height: 250px;
    border: 1px solid #00b8ee;
    margin-top: 40px;
}

.admin-top {
    height: 39px;
    width: 192px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e7;
    background: white url("../images/1.png") no-repeat 14px 14px;
    text-align: center;
    color: #00b8ee;
    line-height: 45px;
    font-size: 18px;
}

.admin-bot {
    height: 190px;
    width: 226px;
    overflow: hidden;
}

.admin-bot-l, .admin-bot-r {
    width: 100px;
    float: left;
}

.admin-img {
    display: block;
    margin-top: 25px;
    margin-left: 35px;
}

.admin-bot-r a {
    display: block;
    color: white;
    background-color: #01b6ed;
    height: 30px;
    width: 100px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-top: 32px;
}

.admin-bot-r a:hover {
    background-color: #0ea1e5;
}
/*network-container .net-con-left .instrument .instrument-con .ins-con-cens .ins-con-bigcon .ins-con-cen .ins-cen-d .ins-cen-text .ins-name .a{    color: #595757;font-size: 14px;height: 25px;}*/

.service-con-fuwuanli {
    /* height:340px; */
    width: 996px;
    text-align:center;
    overflow: hidden;
}
.service-left-fuwuanli {
    /* height: 340px;  */
    width: 1024px;
    text-align:center;
    overflow: hidden;
    border-right: 1px solid #d3d3d3;
}
.service-box-fuwuanli {
     /* height: 120px;  */
    width: 996px;
    margin-top: 5px;
    float:left;
    overflow: hidden;
}

.service-box-fuwuanli .picture-box-fuwuanli {
    width: 230px; 
    height:230px;
    border: 1px solid #00b7ed;
    float:left;
    margin-top: 5px;
   /*  margin-left: 50px; */
}

.service-box-fuwuanli .picture-box-fuwuanli img {
    width: 220px;
    height:220px;
    float:left;
    margin: 5px;
   /*  margin-left: 50px; */
}
.tex-box-fuwuanli {
    /* width: 320px; */
    height: 220px;
    margin-top: 8px;
    margin-left: 350px;
}

.tex-box-name-fuwuanli {
    height: 85px;
    border-bottom: 1px solid #00b7ed;
    margin-top: 8px;
    overflow: hidden;
    
    text-align: left;
}

.tex-box-name-fuwuanli h4 {
	
	margin-top: 8px;
    color: #0257a7;
    font-size: 21px;
    text-align: left;
}

.tex-box-name-fuwuanli p {
    font-size: 18px;
    color: black;
    margin-top: 13px;
    text-align: left;
}

.tex-box-detail-fuwuanli p {
    font-size: 16px;
    color: #7b7b7b;;
    margin-top: 3px;
    
    text-align: left;
}

.tex-box-detail-fuwuanli a {
    font-size: 12px;
    color: #ff942d;
    position: relative;
    left: 290px;
    top: -10px;;
}
.container .page{ width:470px; height:31px; overflow:hidden; margin:30px auto 20px; padding-top:4px; position:relative;}
.container .page_ch{ width:510px;}
.container .page span{ float:left; width:55px; height:30px; background:url(../../images/chart+index_bg.png) no-repeat; margin-right:6px; font-size:14px; line-height:30px; text-align:center; color:#808080;}
.container .page span a{ color:#808080;}
.container .page span.pr_ne{ width:51px; height:22px; padding:4px 2px;}
.container .page span #prey{ width:24px; float:left; height:24px; background:url(../../images/prey_bg.jpg) no-repeat;}
.container .page span #next{ float:left; width:24px; height:24px; background:url(../../images/next.jpg) no-repeat; overflow:hidden;}
.container .page span.go{ width:88px; height:30px; padding:2px 0 0 4px; background:url(../../images/span_go.jpg) no-repeat;}
.container .page span.go input{ float:left; width:60px; height:24px; line-height:26px; border:none; outline:none; overflow:hidden; background:#ededed;}
.container .page span.go input#sub{ float:right; width:28px; height:28px; border:none; outline:none; opacity:0; filter:alpha(opacity=0);}
.container .page em{ height:30px; line-height:30px; overflow:hidden; font-size:14px; color:#7f7f7f; font-style:normal; margin-left:16px;}

.network-container .net-con-right ul li{ height:36px; line-height:36px;}
.network-container .net-con-right ul li span{ display:inline-block; width:17px; height:17px; border-radius:50%; background-color:#FFAB51; color:#fff; font-size:12px; line-height:17px; text-align:center; margin:0 10px 0 0;}
.network-container .net-con-right ul li a{color:#898989;font-size:14px; margin-left:5px;}
.network-container .net-con-right ul li font{ float:right; font-size:12px; color:#898989;}


