﻿/*****************************header*******************************/

.header .header-top {
    height: 33px;
    background-color: #F7F9FA;
    min-width: 1150px;
    margin: 0 auto;
    border-bottom: 1px solid #DCDCDC;
}

.header .header-top .header-top-left {
    height: 34px;
    line-height: 34px;
    text-align: left;
    overflow: hidden;
}

.header .header-top .header-top-left h1{
     font-size:12px; display:inline;
}

/*??????*/
.top_2{cursor: pointer;position: relative;z-index:999999999;}
.top_2 i{display: none;position: absolute;left: -48px;top:25px;width:200px; z-index:999999999; background-image:none;}
.top_2 i img{width: 100%; z-index:999999999;}
.top_2:hover i{display: inline-block; background-image:none}

/*END*/
.header .header-top .header-top-center {
    height: 34px;
    line-height: 34px;
    text-align: right;
	position:relative;
}

.header .header-top .header-top-center span {
    margin: 0 8px;
}

.header .header-center {
    height: 114px;
    background: url('img/topbg.png') repeat-x center 0;
    min-width: 1150px;
    margin: 0 auto;
}

.header .header-center .header-center-left  {
    margin-left:28px;
    margin-top: 28px; width:260px;
}

.header .header-center .header-center-center {
    margin-left:28px;
    margin-top: 28px; 
}


.header .header-center .header-center-right {margin-top: 30px; }

.header .header-center .header-center-right img {
    margin-left: 25px;
}



.header .header-center .header-center-right22 {
    margin-top:7px; margin-left:50px;
}


.header .header-center .header-center-center .search {
    width: 311px;
    border: 1px solid #2273C0;
    height: 38px;
    overflow: hidden;
}




.header .header-center .header-center-center .search .search-input
{
    width:243px;
}
.header .header-center .header-center-center .search .search-input input {
    border: none;
    background: none;
    vertical-align: middle;
    width: 243px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
}
 
.header .header-center .header-center-center .search .search-input input[type="text"] {
	
	padding: 0px 5px;
	overflow: hidden;
	outline: none;

}


.header .header-center .header-center-center .search .search-button
{
    width: 66px;
}
.header .header-center .header-center-center .search .search-button input {
    background-color: #2273C0;
    text-align: center;
    width: 66px;
    border: none;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
}

.header .header-center .header-center-center .search-key {
    margin-top: 7px;
    color: #818180;
}

.header .header-center .header-center-center .search-key a {
    margin-right: 10px;
}




.area {
  width: 100%;
  padding: 20px 14px 0px 20px;
  margin-bottom:10px;
  background-color: #f7f7f7;
}
.area ul li {
  float: left;

  margin-right: 26px;
  margin-bottom: 20px;
}
.area ul li .area_a {
  color: #333;
  font-size: 14px;
}
.area ul li .area_a.active {
  color: #0088e6;
}
.area ul li .area_a:hover {
  color: #0088e6;
}

/**/
.six_box{margin-top: 20px; width:318px; margin-left:110px;}
.six_box a{display: inline-block;float: left;width: 20%;text-align: center;position: relative;}
.six_box a:after{width: 1px;height: 122px;content: '';position: absolute;left: 0;top: 50%;margin-top: -61px;display: inline-block;background: url(../images/lv_xian.png) no-repeat;}
.six_box a:first-child:after{display: none;}
.six_box a span{display: block;}
.six_box a span.img{width: 69px;height: 61px;background-position: center 0;background-repeat: no-repeat;margin: auto;}
.six_box a span.txt{padding-top: 2px;font-size: 13px;color: #7d7d7d;line-height: 20px;}
.six_box a:hover span.img{background-position: center -61px;}
.six_box a:hover span.txt{color: #2273c0;}


/*************************************nav*******************************/
.nav {
    height: 80px;
    background-color: #2273c0;
    min-width: 1150px;
    margin: 0 auto;
    text-align: center;
}

.nav .nav-ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    _zoom: 1;
    *display: inline;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav ul li {
    list-style: none;
    float: left;
}

.nav ul li .nav-img {
    height: 43px;
    width: 64px;
}

.nav ul li .nav-img img {
    height: 30px;
    margin-top: 13px;
}

.nav ul li .nav-title {
    font-size: 16px;
    color: #FFF777;
    font-weight: 600;
    margin-top: 4px;
    font-family: "Microsoft YaHei"!important;
}

.nav ul li a {
    color: #fff;
}

.nav ul li a:hover {
    color: #FFF777;
}

.nav .nav-ul .gk-ul {
    margin-top: 13px; margin-left:10px;
    overflow: hidden;
    *overflow: 0;
}

.navone { width:480px; }
.navtwo { width:160px; }

.nav .nav-ul .gk-ul li {
    margin: 0 0 0 0px;
    font-size: 14px; line-height:28px; width:80px;
    _display: inline;
    /**??????IE6???float margin??????????????????**/
}

.nav .nav-ul .gk-ul li a {
    position: relative;
}

.nav .nav-ul .gk-ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 100%;
    background: #FFF777;
    background: none\0;
    transform: scale(0);
    transition: all 0.3s;
}

.nav .nav-ul .gk-ul li a:hover:before {
    transform: scale(1);
}

.nav .hr {
    float: left;
    width: 1px;
    height: 56px;
    background: #3387D1;
    margin: 12px 20px 0 20px;
    _display: inline;
    /**??????IE6???float margin??????????????????**/
}

.fixer {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
}
html*.fixer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: expression(eval(document.documentElement.scrollTop));
    margin-left:-575px;
    background-color: #2eafbb;
}


.footer{width: 100%;padding: 47px 0 0;background: #3baee4;}
.footer h5 { width:100%; height:40px; font-size:26px; color:#fff; margin-top:15px; font-weight:bold; border-bottom:1px solid #adddf4;}
.footer ul { padding:15px 0;}
.footer ul li a{ color:#fff; margin-right:20px; font-size:14px; line-height:30px;}
.footer ul li a:hover{ color:#ffed27;}
.footer .copy ul {  padding:20px 0; background:#148bc1;}
.footer .copy li{ width:100%; text-align:center; line-height:32px; color:#fff; font-size:14px;}
.footerbg { width:100%; height:50px; background:url(img/botlj.jpg) no-repeat center top; margin:15px auto}



.isect6{ box-sizing: border-box; position: relative;min-height: 70px;}

.iform{width: 100%; margin: 0 auto 40px;}
.iform dl{margin-bottom: 0px;}
.iform dl dd{width:275px;margin: 0 30px 0 0;float: left;height: 40px;line-height: 40px;border:0px solid #dbdbdb; background:#fff; position: relative;}
.iform dl dd .itextT{width: 60px;text-align: right;float: left;font-size: 16px;color: #333333;}
.iform dl dd .imsgText{width: 200px;padding-left: 8px;height: 40px;line-height: 40px;color: #808080;float: left;font-size: 14px;
border:none;background: none;}
.iform dl textarea{width: 798px;height: 158px;margin-left: 20px;border:1px solid #dbdbdb;font-size: 14px;line-height: 30px;color: #808080;padding-left: 18px;}
.iform dl dd.imsgCode{width: 350px;height: 40px;margin: 0 30px 30px auto;}
.iform dl dd.imsgCode span{width: 108px;height: 40px;line-height: 40px;text-align: center;float: left;background: #e6e6e6;font-size: 16px;color: #3baee4;}
.iform dl dd.imsgCode .icodeText{width: 140px;height: 38px;line-height: 38px;border:1px solid #dbdbdb;float: left;color: #808080;text-indent: 10px;}
.iform dl dd.imsgCode img{width: 100px;height: 40px;float: left;cursor: pointer;}
.iform dl.ibtnWrap{text-align: center;}
.imsgSubm{width: 160px;height: 38px;line-height: 38px;width: 160px;text-align: center;background: #fb5f5f;font-size: 16px;color: #fff;
cursor: pointer;border:none;}
.imsgSubm:hover{background: #1552cd;}

.imsgSubm2{width: 160px;height: 38px;line-height: 38px;width: 160px;text-align: center;background: #aaaaaa;font-size: 16px;color: #fff;
cursor: pointer;border:none;}
.imsgSubm2:hover{background: #797979;}

.iform dl dd.chang{width:655px;margin: 0 30px 0 0;float: left;height: 40px;line-height: 40px;border:0px solid #dbdbdb; background:#fff; position: relative;}
.iform dl dd .imsgText2{width: 580px;padding-left: 8px;height: 40px;line-height: 40px;color: #808080;float: left;font-size: 14px;
border:none;background: none;}



.imore{height: 32px;line-height: 32px;font-size: 13px;color: #999999;font-weight: bold;padding-right: 20px;position: relative;}
.imore:before{content: "";width: 15px;height: 15px;position: absolute;right: 0;top: 50%;margin-top: -7px;background: url(img/imore.png) no-repeat left top;
-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.imore:hover{color: #d72a2d;}
.imore:hover:before{background-position: left bottom;}
.imore.active{display: block;}



.channel {
    float: left;
    height: 62px;
    margin: 15px 0 0 15px;
    width: 280px;
}

.channel li {
    float: left;
   
    padding: 0 6px 0 8px;
}

.channel li a{display: block;margin: 4px auto;}
.channel a {
    float: left;
    height: 15px;
    line-height: 14px;
    padding-top: 47px;
    width: 48px;
    text-align: center;
}
.channel .last{width: 48px;padding: 0 6px 0 8px;}
.channel a.home {
    background: url("img/navpic01.png") no-repeat;
}

.channel a.query {
    background: url("img/navpic02.png") no-repeat;
}
.channel a.net {
    background: url("img/navpic03.png") no-repeat;
}
.channel a.ask {
    background: url("img/navpic04.png") no-repeat;
}
.channel a.blog {
    background: url("img/navpic05.png") no-repeat;
}
.channel a.bbs {
    background: url("img/navpic06.png") no-repeat;
}

.zuoxue {
	display: inline-block;
	width: 60px;
}


/*????????????*/
.isect4{width: 100%;min-width: 1120px;}
.isect4 .ititle{margin-bottom: 32px;}
.isect4 .cont{width: 100%; padding:20px 0;}
.isect4 .cont .picScrollLeft{width: 100%;box-sizing: border-box;padding: 0 35px;position: relative;}
.isect4 .cont .picScrollLeft .prev,
.isect4 .cont .picScrollLeft .next{width: 30px;height: 60px;position: absolute;top:133px;background: url(img/arrow.png) no-repeat left top;cursor: pointer;}
.isect4 .cont .picScrollLeft .prev{left: 0;}
.isect4 .cont .picScrollLeft .next{right: 0;background-position: left bottom;}
.isect4 .cont .picScrollLeft .bd ul li{width:168x;margin-right:4px;}
.isect4 .cont .picScrollLeft .bd ul li a{display: block;}
.isect4 .cont .picScrollLeft .bd ul li .pic{padding: 4px;background: #ffffff;border-radius: 6px;margin-bottom: 9px;}
.isect4 .cont .picScrollLeft .bd ul li .pic span{display: block;width: 100%;height: 100%;overflow: hidden;}
.isect4 .cont .picScrollLeft .bd ul li .pic span img{width:168px;height:240px;}
.isect4 .cont .picScrollLeft .bd ul li h5{text-align: center;height:34px;width: 100%;text-align: center;line-height:34px;margin: 0 auto;font-size: 14px;font-weight: normal;}