/*公用样式*/

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin: 0;
}

.pos {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

#ndemo {
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 384px;
}

#nindemo {
    height: 100%;
}

#ndemo1 {}

#ndemo2 {}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}


/*头部*/

.tophead {
    width: 100%;
    height: 112px;
    background: #fff;
    position: relative;
}

#header,
.container {
    width: 1200px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 20px;
}

.logowz {
    font-size: 20px;
    border-left: 1px solid #a0a0a0;
    margin-top: 37px;
    margin-left: 20px;
    padding-left: 20px;
    letter-spacing: 1px;
}

.topLink {
    float: right;
    text-align: right;
    position: relative;
    z-index: 9999;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    line-height: 32px;
    /* padding-top: 12px; */
    font-size: 12px;
    color: #000;
}

.topLink .k1 a {
    color: #000
}

.topLink .k1 a.langstyle,
.topLink .k1 span.langstyle {
    color: #175b98
}

.topLink .k2 {
    color: #ffffff;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #006ccc;
    text-align: left;
    border-radius: 16px 16px 0 0;
    padding-left: 24px;
    padding-top: 20px;
    width: 234px;
    box-sizing: border-box;
    line-height: 24px;
    padding-bottom: 16px;
    position: absolute;
    right: 0;
    top: 52px;
}

.topLink .k2 img {
    margin-bottom: 20px
}


/*导航*/

.mu {
    height: 53px;
    background: #204fa5;
}

.navs {
    height: 53px;
    width: 1200px;
    margin: 0 auto;
}

.navs li {
    line-height: 53px;
    height: 53px;
    text-align: center;
    width: 121px;
    float: left;
    position: relative;
    z-index: 999;
    font-size: 15px;
}

.navs li a {
    display: block;
    line-height: 53px;
    color: #fff;
    height: 53px;
}

.navs li a:hover {
    color: #fff;
    text-decoration: none;
    background: #113a85;
}

.navs .sec {
    height: 0;
    background: #01557a;
    color: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 53px;
    left: 0px;
}

.navs .sec a {
    background: #01557a;
    color: #fff;
    height: 38px;
    line-height: 38px;
    width: 126px;
}

.navs .sec a:hover {
    background: #042d3f;
    text-decoration: none;
}


/*首页banner*/

.banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 325px;
    margin-top: 8px;
}

.banner ul.bb {
    position: relative;
    padding: 0px;
    margin: 0px;
    z-index: 5;
}

.banner ul.bb li {
    position: absolute;
    display: none;
}

.banner .num {
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 100;
}

.banner .num li {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 4px;
    background: #fff;
    line-height: 18px;
    text-indent: -100px;
    overflow: hidden;
    border-radius: 10px;
}

.banner .num li.num_hover {
    background-color: #f7de07;
}

.banner .num li.num_hover a {
    color: #fff;
}

.banner .num li a {
    float: left;
    display: block;
    text-align: center;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.slideBox {
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 1920px;
    height: 630px;
    display: block;
}


.slideBox .hd{
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 40px;
}


.slideBox .hd li{
    width: 15px;
    height: 15px;
    display: inline-block;
    /*margin: 0 10px;*/
    border-radius: 50%;
    background: #fff;
}

.slideBox .hd li.on{
    background: #305aa7;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
    cursor: pointer;
    position: absolute;
    left: 18%;
    top: 57%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/left.png) center no-repeat;
    filter: alpha(opacity=50);
    display: none;
}

.slideBox .next {
    left: auto;
    right: 18%;
    background: url(../images/right.png) center no-repeat;
}


/*热门搜索*/

.search {
    text-align: left;
    height: 71px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.4);
    line-height: 71px;
    position: relative;
    z-index: 10
}

#formsearch {
    width: 305px;
    float: right;
    background: url(../images/ss.png) no-repeat center;
}

.hotSearch {
    width: 460px;
    float: left;
    height: 71px;
    line-height: 71px;
    font-weight: normal;
}

.hotSearch .en {
    color: #175b98;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    padding-top: 12px;
}

.hotSearch .zh {
    color: #333333;
    line-height: 24px;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/*搜索和热门搜索*/

.hotSearch a {
    color: #333333;
    border-right: 1px solid #7a7a7a;
    padding-left: 10px;
    padding-right: 10px;
}

#formsearch input {
    height: 32px;
    background: none;
    border: none;
    line-height: 32px;
    outline: none;
}

#formsearch input#keyword {
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    color: #c3c1c1;
    width: 203px;
}

#formsearch input#s_btn {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}


/*主体内容*/


/*首页标题样式*/

.titles {
    text-align: center;
}

.titles h1 {
    color: #333333;
    font-size: 30px;
}

.titles h1 span {
    color: #204fa5;
}

.titles h2 {
    color: #999999;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 38px;
}

.titles h3 {
    background: url(../images/ttline.png) no-repeat center;
    margin-top: 4px;
}

.titles h3 div {
    font-size: 16px;
    color: #ffffff;
    width: 205px;
    height: 36px;
    background: #204fa5;
    margin: 0 auto;
    line-height: 36px;
    border-radius: 12px;
    font-weight: bold;
}


/*优势*/

.advantages {
    width: 1919px;
    height: 594px;
    background: url(../images/bg1.jpg) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -960px;
    box-sizing: border-box;
    padding-top: 102px;
}


/*五大优势*/

.fiveadc {
    width: 1200px;
    margin: 0 auto;
    margin-top: 56px;
}

.fiveadc li {
    width: 238px;
    height: 196px;
    float: left;
    background: rgba(255, 255, 255, 0.9);
    margin-left: 2px;
}

.fiveadc li:nth-child(1) {
    margin-left: 0
}

.fiveadc li a.img {
    width: 88px;
    height: 88px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
}

.fiveadc li a.img div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 88px;
    text-align: center;
}

.fiveadc li a.img img {
    max-width: 100%;
}

.fiveadc li a.img .img1 {
    opacity: 1;
    transition: all 0.4s;
}

.fiveadc li a.img .img2 {
    opacity: 0;
    transition: all 0.4s;
}

.fiveadc li h3 {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    position: relative
}

.fiveadc li h3 a {
    display: block
}

.fiveadc li h3:before {
    content: '';
    width: 29px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -12px;
}

.fiveadc li:hover a.img .img1 {
    opacity: 0;
    transition: all 0.4s;
}

.fiveadc li:hover a.img .img2 {
    opacity: 1;
    transition: all 0.4s;
}

.fiveadc li:hover h3:before {
    background: #006ccc;
    transition: all 0.4s;
}

.fiveadc li:hover h3 a {
    color: #006ccc;
    transition: all 0.4s;
}


/*四重认证*/

.forz {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    position: relative;
    z-index: 10
}

.forz li {
    width: 300px;
    height: 164px;
    float: left;
    position: relative;
}

.forz li .forzinn {
    background: url(../images/rzline.jpg) no-repeat left center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.forz li:nth-child(1) .forzinn {
    background: none
}

.forz li a.img {
    width: 88px;
    height: 88px;
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 18px;
}

.forz li a.img div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 88px;
    text-align: center;
}

.forz li a.img img {
    max-width: 100%;
}

.forz li a.img div.img1 {
    opacity: 1;
    transition: all 0.4s;
}

.forz li a.img div.img2 {
    opacity: 0;
    transition: all 0.4s;
}

.forz li h3 {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
    position: relative;
}

.forz li h3 a {
    display: block
}

.forz li:hover .forzinn {
    background: url(../images/rzbg.jpg) no-repeat center;
}

.forz li:hover a.img div.img1 {
    opacity: 0;
    transition: all 0.4s;
}

.forz li:hover a.img div.img2 {
    opacity: 1;
    transition: all 0.4s;
}

.forz li:hover h3 a {
    color: #fff;
    transition: all 0.4s;
}


/* 专业施工团队*/

.a1 {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
    position: relative;
}

.a2 {
    width: 1200px;
    margin: 0 auto;
}

.zhuan {
    /*background: url(../images/zh.jpg)no-repeat bottom right; */
    height: 673px;
}

.zhuan .a2 {
    position: relative
}

.zhimg1 {
    position: absolute;
    top: 48px;
    left: 599px;
        overflow: hidden;
}
.zhimg1 p img:hover{
      transition: all 0.6s;
    transform: scale(1.2)
}

.zhimg2 p img:hover{
      transition: all 0.6s;
    transform: scale(1.2)
}
.zhimg2 {
    position: absolute;
    top: 383px;
    /* right: 0; */
    left: 0;
    overflow: hidden;
}

.zhuan-tit {
    position: absolute;
    left: 0;
    top: 46px;
    text-align: left;
    text-transform: uppercase;
}

.zhuan-tit h3 {
    font-weight: normal;
    color: #000;
    font-size: 20px;
    line-height: 36px;
    font-family: "Microsoft YaHei";
}

.zhuan-tit span {
    color: #204fa5;
    font-size: 30px;
    display: block;
}

.zhuan ul {
    padding-top: 145px;
}

.zhuan ul li {
    float: left;
    width: 300px;
    height: 238px;
    margin-bottom: 53px;
}

.zhuan ul li span {
    display: block;
    color: #000;
    font-size: 18px;
    padding-top: 74px;
    padding-left: 142px;
    font-weight: bold;
}

.zhuan ul li p {
    color: #3e3e3e;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin-top: 40px;
}

.zhuan ul li:nth-child(1) {
    margin-left: 0;
}

.zhuan ul li:nth-child(3) {
    margin-left: 600px;
}

.zhuan ul li:nth-child(3) span,
.zhuan ul li:nth-child(3) p,
.zhuan ul li:nth-child(4) span,
.zhuan ul li:nth-child(4) p {
    color: #fff;
}


/*产品展示*/

.procenter {
    /*background: url(../images/probg.jpg) no-repeat bottom #f2f2f2;  */
    padding-top: 70px;
    height: 1063px;
    box-sizing: border-box;
    position: relative;
}

.prolist {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}

.prolist li {
    float: left;
    margin-left: 60px;
}

.prolist li:nth-child(1) {
    margin-left: 110px;
}

.prolist li a {
    background: #dfdfdf;
    padding: 6px 24px;
    color: #333333;
    font-size: 14px;
    border-radius: 10px;
    display: block;
}


.prolist li a:hover {
   
   background-color: #006ccc;
   color: #fff;
   
}
.cha{

   background: url(../images/morebg.jpg) no-repeat center;
}

.cha a.promore:hover{

  margin-top: 10px;
}
.cha a.promore {
        display: block;
    line-height: 58px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
        transition: .5s;
}



.procont {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
}

.proimg {
    display: none;
}

.proimg li {
    float: left;
    margin-right: 26px;
    margin-bottom: 36px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    _display: inline;
}

.proimg li:nth-child(4n) {
    margin-right: 0
}

.proimg li a.img img {
    width: 280px;
    height: 239px;
    transition: all 0.6s
}

.proimg li h3 {
    text-align: center;
}

.proimg li h3 a {
    font-weight: normal;
    line-height: 50px;
    background: #fff;
    display: block;
    font-size: 16px;
    color: #333;
}

.proimg li h3 a:hover {
    color: #006ccc;
    font-weight: bold;
}

.proimg li a.img {
    display: block;
    width: 280px;
    height: 239px;
    overflow: hidden
}

.proimg li a.img img:hover {
    transition: all 0.6s;
    transform: scale(1.2)
}

.proimg p{    overflow: hidden;}




.about_more a.aboutmore{
    color: #ffffff;
        margin-left: 14px;
}

.abright .about_more{
    display: block;
    width: 80px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    transition: .5s;
    color: #FFF;
}


.abright .about_more:hover{
    margin-left: 10px;
}



/*首页横图*/

.heng {
      
    margin: 0 auto;
    height: 253px;
    background: url(../images/heng.png) no-repeat center;
    width: 100%;
}

.heleft {
    width: 640px;
    /* padding-top: 42px; */
    margin-left: -15px;
}

.heleft ul {
    margin-top: 20px;
}

.heleft ul li {
    width: 53px;
    height: 53px;
    background: url(../images/bluecir.png) no-repeat center;
    float: left;
    margin-right: 24px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 53px;
    text-align: center;
}

.heright {
    /* background: rgba(255, 255, 255, 0.9); */
    width: 228px;
    margin-top: 54px;
}

.heright p {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 48px;
}


/*首页留言*/

.message1 {
    padding-left: 50px;
    z-index: 100;
    position: relative;
    padding-bottom: 6px
}

.message1 input {
    vertical-align: middle;
}

.message1 #name {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0;
    padding-left: 16px;
    border: 1px solid #c4c4c4;
    width: 285px;
    margin-bottom: 5px;
    border-radius: 0;
}

.message1 #contact {
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0;
    padding-left: 16px;
    border: 1px solid #c4c4c4;
    width: 285px;
    border-radius: 0;
}

.message1 .msgbtn {
    background: #005097;
    cursor: pointer;
    width: 108px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    font-family: "Microsoft YaHei";
    padding: 0;
    border-radius: 0;
}

.message1 #code {
    line-height: 26px;
    padding-top: 5px;
}

.message1 #checkcode {
    height: 32px;
    line-height: 32px;
    width: 120px;
    border: 1px solid #dedede;
}

#message_main1 tr {
    position: relative;
}

#message_main1 tr th {
    font-weight: normal;
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.message1 .m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 35px;
    padding-left: 16px;
    color: #666666;
    z-index: 1;
    cursor: text;
    font-size: 13px
}

.message1 .c_label {
    line-height: 18px;
    padding-top: 12px;
}


/*公司简介*/

.aboutus {
    width: 1920px;
    height: 642px;
    background: url(../images/abbg.png) no-repeat center;
    position: relative;
    left: 50%;
    margin-left: -960px;
    box-sizing: border-box;
    padding-top: 51px;
}

.ableft {
    width: 608px;
    margin-top: 71px;
}

.ableft img {
    width: 100%;
}

.abright {
    width: 533px;
    font-size: 13px;
    color: #ffffff;
    margin-top: 164px;
    line-height: 23px;
}


/*新闻动态*/

.newsinfo {}

.newstt {
    height: 145px;
    width: 1200px;
    margin: 0 auto;
}

.newstt .dynamic {
    height: 54px;
    border-left: 3px solid #1a428b;
    line-height: 28px;
    padding-left: 10px;
    margin-top: 47px;
}

.newstt .dynamic h1 {
    color: #a5a5a5;
    font-weight: normal;
    line-height: 0px;
    text-transform: uppercase;
    font-size: 14px;
    height: -6px;
    margin-top: 6px;
}

.newstt .dynamic h2 {
    color: #1a428b;
    font-size: 24px;
    line-height: 70px;
}

.newstt .ntits {}

.newscont {
    background: #fafafa;
    width: 100%;
}

.newsleft {
    width: 481px;
    height: 476px;
    background: #ffffff;
    margin-top: 40px;
    margin-bottom: 48px;
}

.newsleft .newsbt {
    width: 400px;
    margin: 0 auto;
    padding-top: 34px;
}

.newsleft .newsbt a {
    font-size: 20px;
    color: #000000;
}
.newsleft .newsbt a:hover{
    color:#204fa5;
}

.newsleft .newsms {
    color: #333333;
    font-size: 14px;
    width: 400px;
    margin: 0 auto;
    line-height: 28px;
    margin-top: 28px;
}

.newsleft .newsdate {
    width: 390px;
    margin: 0 auto;
    position: relative;
    color: #ababab;
    height: 64px;
    margin-top: 36px;
}

.newsleft .newsdate .newsdateinn {
    border-left: 4px solid #204fa5;
    height: 64px;
    margin-left: 64px;
    padding-left: 10px;
}

.newsleft .newsdate span:nth-child(1) {
    display: block;
    font-size: 20px;
    line-height: 16px;
}

.newsleft .newsdate span:nth-child(2) {
    margin-top: 8px;
    display: block;
}

.newsleft .newsdate a {
    display: block;
    width: 62px;
    height: 23px;
    background: url(../images/arrow1.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 0;
}

.newsleft .newsdate a:hover {
    background: url(../images/arrow2.png) no-repeat center;
}

.newsleft .newsimg {
    width: 390px;
    margin: 0 auto;
}

.newsleft .newsimg img {
    width: 100%;
}

.newsright {
    width: 652px;
    padding-top: 56px;
}

.newsright li {
    margin-bottom: 24px;
}

.newsright li a.img {
    display: block;
    width: 223px;
}

.newsright li a.img img {
    width: 223px;
    height: 137px;
}

.newsright li .newstxt {
    width: 412px;
    position: relative;
}

.newsright li .newstxt a.tit {
    color: #000000;
    font-size: 16px;
    line-height: 16px;
}

.newsright li .newstxt a.tit:hover {
    color: #204fa5;
}

.newsright li .newstxt .newsms {
    line-height: 24px;
    margin-top: 9px;
    margin-bottom: 8px;
}

.newsright li .newstxt .newsdate {
    color: #a8a8a8;
}

.newsright li .newstxt .newsdate span {
    font-size: 20px;
}

.newsright li .newstxt a.newsmore {
    display: block;
    width: 62px;
    height: 23px;
    background: url(../images/arrow1.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.newsright li:hover .newstxt a.newsmore {
    background: url(../images/arrow2.png) no-repeat center;
}


/*前台多页签*/

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.news {
    width: 1000px;
    float: left;
    margin-top: 10px;
}

.tab {
    position: relative;
    margin-top: 59px;
}

.tab li {
    float: left;
    height: 30px;
    display: block;
    line-height: 30px;
    margin-left: 20px;
    text-align: center;
    color: #898989;
    font-size: 14px;
    cursor: pointer;
}

.tab li.cur {
    color: #005097;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 3px solid #005097;
}

.tt {
    display: none;
}

.list1 {
    padding: 8px 10px;
}

.list1 li {
    line-height: 27px;
    position: relative;
    vertical-align: middle;
}

.list1 li a {
    background: url(../images/list_dot1.gif) left center no-repeat;
    padding-left: 12px;
    line-height: 27px;
    color: #555555;
}

.list1 li a:hover {
    color: #e87518;
    text-decoration: none;
}

.list1 li span {
    position: absolute;
    right: 0px;
    line-height: 30px;
    top: 0;
    color: #999;
}


/*友情链接*/

.f_link {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    text-indent: 20px;
    margin-bottom: 15px;
}


/*页面底部*/

#footer {
    position: relative;
    width: 100%;
    background: url(../images/foot.png) no-repeat center;
    height: 282px
}

.nav_foot {
    line-height: 24px;
}

.copyright {
    line-height: 24px;
    width: 400px;
    margin-left: 102px;
    padding-top: 51px;
    font-size: 14px;
    color: #e8e7e7;
}

.copyright a {
    color: #e8e7e7
}

.copyright .bott {
    margin-bottom: 31px;
}

.botcont {
    width: 410px;
    color: #e8e8e8;
    font-size: 14px;
    line-height: 24px;
    padding-top: 51px;
}

.bott {
    color: #ffffff;
    margin-bottom: 25px;
}

.bott h1 {
    font-size: 24px
}

.bott h2 {
    padding-top: 8px
}

.botcode {
    width: 168px;
    height: 180px;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding-top: 14px;
    margin-top: 42px;
    line-height: 35px;
}


/*内页*/

.left {
    width: 225px;
    float: left;
    margin-bottom: 20px;
}

.right {
    width: 940px;
    float: right;
    margin-bottom: 20px;
}

.footn {
    height: 40px;
    font-size: 15px;
    color: #fff;
    padding-top: 30px;
}

.footn ul {
    overflow: hidden;
    padding: 0 30px;
}

.footn ul li {
    float: left;
    padding: 0 36px;
}

.footn ul li a {
    display: block;
    color: #fff;
}

.footn ul li a:hover {
    color: #e3e3e3;
    font-weight: bold;
}