
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/

#slides {
    background-color: #fff;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#slides .items {
    height: 600px;
    height: 100%;
}

#slides .left,
#slides .right,
#slides .dot li {
    cursor: pointer;
}

#slides .left {
    float: left;
}

#slides .right {
    float: right;
}

#slides .dot {
    margin-top: -60px;
    text-align: center;
}

#slides .dot li {
    background-color: #fff;
    border: 4px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    display: inline-block;
    margin: 5px;
    width: 5px;
    height: 5px;
    list-style-type: none;
    transition: all .36s ease;
    background-clip: content-box;
}

#slides .dot li:hover {
    width: 8px;
    height: 8px;
    border-width: 3px;
}

#slides .dot li.active {
    background-color: transparent;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

/*sou*/

.sou{
    width: 1200px;
    margin: 0 auto;
    height: 60px;
}

.sou .notice{
    float: left;
    width: 550px;
    margin-top: 14px;
}


.sou .notice h5{
    float: left;
    background: url(../images/buttom2.png) no-repeat left center;
    padding-left: 25px;
    font-size: 14px;
    color: #004d97;
    line-height: 30px;
}



.sou .notice .bd{
    height: 30px;
    overflow: hidden;
    float: left;
    width: 420px;
}

.sou .notice .bd ul li{
    width: 420px;
    height: 30px;
    line-height: 30px;
}

.sou .notice .bd ul li a{
    float: left;
    width: 330px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.sou .notice .bd ul li span{
    font-size: 14px;
    color: #999;
}


.sou .search{
    float: right;
    margin-top: 15px;
    width: 350px;
    height: 30px;
    border: 1px solid #d0d0d0;
}

.sou .search .search2{
    float: left;
    width: 260px;
    height: 30px;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
    background: none;
}

.sou .search .search_s{
    float: right;
    width: 38px;
    height: 32px;
    margin: 0;
    cursor: pointer;
}


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 32px;
    font-weight: bold;
    color: #004d97;

}

.title h3 span{
    padding-bottom: 10px;
    background: url(../images/title.png) no-repeat bottom right;
}

.title h3 img{
    vertical-align: middle;
    margin-right: 15px;
    margin-top: 14px;
}

.title h3 a{
    font-size: 32px;
    font-weight: bold;
    color: #004d97;
}

.title p{
    font-size: 14px;
    color: #777;
    margin-top: 15px;
}


/*product*/

.product{
    width: 1200px;
    margin: 80px auto 0 auto;
}

.product .pro_box{
    margin: 40px auto 0 auto;

}

.product .pro_l{
    float: left;
    position: relative;

}

.product .pro_l .fl{
    width: 250px;
    height: 620px;
    border: 1px solid #d0d0d0;
}


.product .pro_l .pro_t{
    height: 90px;
    position: relative;
}

.product .pro_l .pro_t .left_top{
    background: url(../images/left_t.png) no-repeat center;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 101px;
    height: 91px;
}

.product .pro_l .pro_t a{
    display: block;
    text-align: center;
    width: 176px;
    margin: 0 auto;
    height: 70px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 24px;
    font-weight: bold;
    color: #ea8a1c;
    padding-top: 20px;
}

.product .pro_l .pro_t  a span{
    display: block;
    font-size: 14px;
    color: #999;
   font-family: Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-weight: normal;
}

.product .pro_l .pro_con{
    margin: 0 auto;
    padding-top: 20px;
} 

.product .pro_l .pro_con ul li{
    width: 172px;
    height: 34px;
    line-height: 34px;
    background: #f8f8f8;
    margin: 0 auto 25px auto;
    position: relative;
    z-index: 5;

}

.product .pro_l .pro_con ul li a{
    font-size: 16px;
    color: #999;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 5px;
}

.product .pro_l .pro_con ul li i{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 34px;
    background: #004d97;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
}

.product .pro_l .pro_con ul li:hover i{
    width: 100%;
}

.product .pro_l .pro_con ul li:hover a{
    color: #fff;
}

.product .pro_l .tel{
    margin-top: 5px;
    width: 251px;
    height: 44px;
    line-height: 44px;
    background: #004d97;
}

.product .pro_l .tel p{
    font-size: 20px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 70px;
    background: url(../images/tel1.png) no-repeat 25px center;
}

.product .pro_tab{
    float: right;
    width: 940px;
}


.product .pro_tab ul li{
    float: left;
    width: 275px;
    height: 194px;
    background: #f8f8f8;
    margin: 0 0 15px 15px;
    padding: 10px;
    position: relative;
}

.product .pro_tab ul li .pic{
    width: 260px;
    height: 180px;
    position: relative;
}

.product .pro_tab ul li .pic img{
    width: 275px;
    height: 195px;
}

.product .pro_tab ul li .txt{
    width: 245px;
    height: 40px;
    position: absolute;
    left: 10px;
    bottom: 9px;
    background: url(../images/ico2.png) repeat center;
    padding: 0 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_tab ul li .txt h5 a{
    float: left;
    width: 150px;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_tab ul li .txt .more{
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/more.png) no-repeat center;
    float: right;
    margin-top: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_tab ul li:hover .txt{
    background: url(../images/ico1.png) repeat center;
    height: 180px;
}

.product .pro_tab ul li:hover .txt h5 a{
    font-size: 16px;
    color: #fff;
    float: none;
    text-align: center;
    width: 230px;
    margin: 50px auto 0 auto;
}

.product .pro_tab ul li:hover .txt .more{
    width: 20px;
    height: 22px;
    background: url(../images/more1.png) no-repeat center;
    float: none;
    margin: 10px auto 0 auto;
}



/*banner_1*/

.banner_1{
    width: 100%;
    height: 299px;
    margin: 60px auto 0 auto;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .cont{
    width: 1200px;
    margin: 0 auto;
}

.banner_1 .cont .txt{
    float: left;
    margin-left: 125px;
}

.banner_1 .cont .txt h5{
    font-size: 32px;
    color: #fefefe;
    padding-top: 60px;
}

.banner_1 .cont .txt p{
    font-size: 16px;
    color: #fefefe;
    margin-top: 15px;
}

.banner_1 .cont .txt span{
    display: block;
    font-size: 14px;
    color: #c1ddf8;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin-top: 40px;
}

.banner_1 .cont .zx{
    float: right;
    width: 390px;
    margin-top: 110px;
}

.banner_1 .cont .zx .zixun{
    float: left;
    width: 88px;
    height: 88px;
    background: url(../images/tel2.png) no-repeat center;
}

.banner_1 .cont .zx .zixun a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-top: 47px;
}

.banner_1 .cont .zx .tel{
    float: left;
    margin-left: 15px;
}

.banner_1 .cont .zx .tel p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.banner_1 .cont .zx .tel span{
    display: block;
    width: 170px;
    height: 33px;
    line-height: 33px;
    background: #fff;
    margin-top: 5px;
    font-size: 15px;
    color: #ea8a1c;
    text-align: center;
}


/*about*/

.about{
    width: 1200px;
    margin: -11px auto 0 auto;
    height: 605px;
    background: url(../images/about.jpg) no-repeat center;
}

.about .txt{
    float: left;
    width: 570px;
}

.about .txt h3 a{
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #004d97;
    margin-top: 85px;
}

.about .txt b{
    display: block;
    width: 40px;
    height: 3px;
    background: #004d97;
    margin-top: 30px;
}

.about .txt p{
    font-size: 14px;
    color: #666;
    line-height: 32px;
    height: 192px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 45px;


}

.about .ab_list{
    margin-top: 45px;
}

.about .ab_list ul li{
    float: left;
    position: relative;
    margin-right: 49px;
}

.about .ab_list ul li span{
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    background: #004d97;
    border-radius: 50%;
    z-index: 5;
    margin-top: 29px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_list ul li h5{
    width: 112px;
    height: 112px;
    border: 1px dashed #004d97;
    float: left;
    position: relative;
    margin-left: -27px;
    border-radius: 50%;
}

.about .ab_list ul li h5 i{
    font-size: 16px;
    color: #004d97;
    line-height: 24px;
    display: block;
    margin: 27px 0 0 45px;
}

.about .ab_list ul li:hover span{
    background: #ea8a1c;

}

.about .ab_r{
    float: right;
    width: 480px;
}

.about .ab_r h5{
    font-size: 16px;
    color: #ea8a1c;
    font-weight: bold;
    margin-top: 438px;
}

.about .ab_r p{
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    margin-top: 20px;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 80px auto 0 auto;
    height: 745px;
    background: url(../images/ys_bg.jpg) no-repeat bottom center;
    overflow: hidden;
}


.ys_bg .ys{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 53px auto 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .ys_t{
    position: absolute;
    top: 0;
    left: 435px;
    font-size: 16px;
    color: #666;
}

.ys_bg .ys .ys_box .ys_t span{
    font-size: 14px;
    color: #666;
}


.ys_bg .ys .ys_box .hd{
    width: 1200px;
    margin: 0px auto 0 auto;
    height: 605px;
    position: relative;
}


.ys_bg .ys .ys_box .hd ul li{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.ys_bg .ys .ys_box .hd ul li .ys_img{
    width: 380px;
    height: 300px;
    background: url(../images/ys_imgbg.png) no-repeat  0px 40px;
    position: relative;
    overflow: hidden;
}

.ys_bg .ys .ys_box .hd ul li .ys_img img{
    width: 360px;
    height: 250px;
    margin: 50px 0 0 0;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}


.ys_bg .ys .ys_box .hd ul li .ys_img .txt{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 360px;
    height: 215px;
    background: url(../images/ys_list.png) no-repeat  center;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .ys_img .txt h5{
    font-size: 21px;
    color: #fff;
    padding-top: 70px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li .ys_img .txt h5 span{
    display: block;
    font-size: 48px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on .ys_img img{
    width: 380px;
    height: 300px;
    margin: 0;
}

.ys_bg .ys .ys_box .hd ul li.on .ys_img .txt{
    width: 380px;
    height: 300px;
    background: url(../images/ico1.png) repeat  center;
}



.ys_bg .ys .ys_box .bd{
    width: 760px;
    position: absolute;
    right: 0;
    top: 90px;
    z-index: 5;
    overflow: hidden;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 760px;
}


.ys_bg .ys .ys_box .bd ul li .txt_on h5{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li .txt_on h5 img{
    vertical-align: middle;
    margin-right: 15px;
}

.ys_bg .ys .ys_box .bd ul li .txt_on p{
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    margin-left: 50px;
    margin-top: 30px;
}

.ys_bg .ys .ys_box .hd ul li.ys1 .ys_img{
    left: 0;
    top: -10px;
    position: absolute;

}

.ys_bg .ys .ys_box .hd ul li.ys2 .ys_img{
    left: 0;
    top: 300px;
    position: absolute;

}


.ys_bg .ys .ys_box .hd ul li.ys3 .ys_img{
    left: 410px;
    top: 300px;
    position: absolute;

}


.ys_bg .ys .ys_box .hd ul li.ys4 .ys_img{
    right: 0px;
    top: 300px;
    position: absolute;

}


/*te*/

.te_bg{
    width: 100%;
    margin: 0 auto;
    height: 693px;
    background: url(../images/te_bg.jpg) no-repeat center;
}


.te_bg .te{
    width: 1200px;
    margin: 0 auto;
}


.te_bg .te .te_l{
    float: left;
    width: 515px;
    margin-top: 40px;
}

.te_bg .te .te_l .te_t{
    position: relative;
    background: url(../images/te_t.png) no-repeat left 55px;
    padding-left: 50px;
}

.te_bg .te .te_l .te_t h3{
    font-size: 26px;
    color: #004d97;

}

.te_bg .te .te_l .te_t h3 span{
    font-size: 66px;
    color: #ea8a1c;
    font-family: "Impact";
    position: relative;
    margin: 0px 10px 0 10px;
    top: 10px;

}

.te_bg .te .te_l .te_box{
    margin-top: 40px;
    width: 515px;
    height: 503px;
    border-right: 1px solid #d0d0d0;
}

.te_bg .te .te_l .te_box ul li{
    float: left;
    width: 196px;
    height: 91px;
    line-height: 91px;
    margin: 0 55px 37px 0;
    border: 3px solid #004d97;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te_bg .te .te_l .te_box ul li:hover{
    border: 3px solid #ea8a1c;
}

.te_bg .te .te_l .te_box ul li p{
    font-size: 16px;
    color: #004d97;
    text-align: center;
    padding-left: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.te_bg .te .te_l .te_box ul li.te1 p {
    background: url(../images/te1.png) no-repeat 20px center;
    z-index: 5;
}

.te_bg .te .te_l .te_box ul li.te2 p {
    background: url(../images/te2.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te3 p{
    background: url(../images/te3.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te4 p{
    background: url(../images/te4.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te5 p{
    background: url(../images/te5.png) no-repeat 20px center;
}


.te_bg .te .te_l .te_box ul li.te6 p{
    background: url(../images/te6.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te7 p{
    background: url(../images/te7.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te8 p{
    background: url(../images/te8.png) no-repeat 20px center;
}



.te_bg .te .te_l .te_box ul li p span{
    font-size: 16px;
    color: #999;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.te_bg .te .te_l .te_box ul li.te1:hover p{
    background: url(../images/te11.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te2:hover p{
    background: url(../images/te22.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te3:hover p{
    background: url(../images/te33.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te4:hover p{
    background: url(../images/te44.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te5:hover p{
    background: url(../images/te55.png) no-repeat 20px center;
}


.te_bg .te .te_l .te_box ul li.te6:hover p{
    background: url(../images/te66.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te7:hover p{
    background: url(../images/te77.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li.te8:hover p{
    background: url(../images/te88.png) no-repeat 20px center;
}

.te_bg .te .te_l .te_box ul li:hover p{
    color: #fff;
}

.te_bg .te .te_l .te_box ul li:hover p span{
    color: #fff;
}

.te_bg .te .te_l .te_box ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ea8a1c;
    width: 0;
    height: 91px;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.te_bg .te .te_l .te_box ul li:hover i{
    width: 100%;
}


.te_bg .te .te_r{
    width: 605px;
    float: right;
    margin-top: 110px;

} 

.te_bg .te .te_r h5{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.te_bg .te .te_r h5 span{
    display: block;
    font-size: 42px;
    font-weight: bold;
    color: #3a80c5;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 60px;
}

.te_bg .te .te_r .r_list{
    float: left;
    width: 135px;
    margin-top: 45px;
}

.te_bg .te .te_r .r_list ul li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #fff;
}

.te_bg .te .te_r .r_list ul li img{
    vertical-align: middle;
    margin-right: 20px;
}

.te_bg .te .te_r .message{
    width: 200px;
    float: right;
    margin-right: 145px;
    margin-top: 50px;
}

.te_bg .te .te_r .message .form-group1{
    width: 198px;
    height: 35px;
    border: 1px solid #d3d3d3;
    margin-bottom: 23px;

}

.te_bg .te .te_r .message .form-group1 input{
    width: 198px;
    height: 35px;
    background: url(../images/m1.jpg) no-repeat left center;
    font-size: 14px;
    color: #999;
    text-indent: 50px;
}

.te_bg .te .te_r .message .form-group2{
    width: 198px;
    height: 35px;
    border: 1px solid #d3d3d3;
    margin-bottom: 23px;

}

.te_bg .te .te_r .message .form-group2 input{
    width: 198px;
    height: 35px;
    background: url(../images/m2.jpg) no-repeat left center;
    font-size: 14px;
    color: #999;
    text-indent: 50px;
}

.te_bg .te .te_r .message .form-group4{
    width: 198px;
    height: 35px;
    border: 1px solid #d3d3d3;
    margin-bottom: 20px;
}


.te_bg .te .te_r .message .form-group4 .codeText{
    width: 110px;
    height: 35px;
    background: url(../images/m3.jpg) no-repeat left center;
    font-size: 14px;
    color: #999;
    text-indent: 50px;
    float: left;
}

.te_bg .te .te_r .message .form-group4 .imgcode{
    float: right;
    width: 86px;
    height: 35px;
}

.te_bg .te .te_r .message .form-group3{
    width: 198px;
    height: 95px;
    border: 1px solid #d3d3d3;
    margin-bottom: 18px;
}

.te_bg .te .te_r .message .form-group3 textarea{
    width: 168px;
    height: 85px;
    background: none;
    font-size: 14px;
    color: #999;
    padding: 10px 10px 0 20px;
}

.te_bg .te .te_r .message .anniu{
    width: 200px;
    height: 37px;
}

.te_bg .te .te_r .message .anniu button{
    width: 200px;
    height: 37px;
    background: #ea8a1c;
    font-size: 14px;
    color: #fff;
    border: none;
    cursor: pointer;
}


.te_bg .te .te_r .te_bottom{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 35px 0 0 145px;
}




/*case*/

.case{
    width: 1200px;
    margin: 55px auto 0 auto;
}

.case .case_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.case .case_box .bd{
    width: 1200px;
    margin: 0px auto 0 auto;
}

.case .case_box .bd ul li{
    float: left;
    width: 383px;
    height: 297px;
    position: relative;
    margin: 0 8px;
}

.case .case_box .bd ul li .pic{
    width: 383px;
    height: 297px;
    position: relative;
}

.case .case_box .bd ul li .pic img{
    width: 383px;
    height: 297px;
    position: relative;
}

.case .case_box .bd ul li .txt{
    width: 333px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    left: 25px;
    bottom: 10px;
    background: url(../images/ico1.png) repeat center;
    z-index: 5;
}

.case .case_box .bd ul li .txt a{
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    text-align: center;
    padding:  0 5px;
}

.case .case_box .bd ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 45px;
    background: #ea8a1c;
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box .bd ul li:hover .txt  i{
    width: 100%;
}


/*news*/

.news{
    width: 1200px;
    height: 530px;
    margin: 60px auto 0 auto;
}

.news .news_box{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 330px;
}

.news .news_box .news_t{
    height: 30px;
    line-height: 30px;
} 

.news .news_box .news_t h5{
    float: left;
    font-size: 18px;
    color: #004d97;
    padding-left: 35px;
    background: url(../images/news1.png) no-repeat left center;
}

.news .news_box .news_t .more{
    float: right;
    font-size: 14px;
    color: #999;
}

.news .news_box .news_l .news_nr{
    margin-top: 25px;
    height: 350px;
    background: #004d97;

}

.news .news_box .news_l .news_nr .news_img{
    width: 330px;
    height: 178px;
}

.news .news_box .news_l .news_nr .news_img img{
    width: 330px;
    height: 178px;
} 

.news .news_box .news_l .news_nr .txt{
    padding: 35px 10px 0 10px;

}

.news .news_box .news_l .news_nr .txt a{
    font-size: 14px;
    color: #93bee7;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .news_box .news_l .news_nr .txt p{
    font-size: 14px;
    color: #93bee7;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 20px;
}

.news .news_box .news_r{
    width: 780px;
    float: right;
}

.news .news_box .news_r .news_top{
    margin-top: 20px;
    height: 145px;
}

.news .news_box .news_r .news_top ul li{
    float: left;
    width: 330px;
    margin-left: 120px;
}

.news .news_box .news_r .news_top ul li:first-child{
    margin-left: 0;
}

.news .news_box .news_r .news_top ul li h5 a{
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r .news_top ul li:hover h5 a{
    color: #004d97;
}

.news .news_box .news_r .news_top ul li p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 10px;
}

.news .news_box .news_r .news_top ul li .more{
    width: 88px;
    height: 31px;
    line-height: 31px;
    background: #004d97;
    border-radius: 25px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 26px;

}

.news .news_box .news_r .list{
    margin-top: 10px;
}

.news .news_box .news_r .list ul li{
    height: 49px;
    line-height: 49px;
    width: 330px;
    margin-right: 120px;
    float: left;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
}

.news .news_box .news_r .list ul li a{
    float: left;
    width: 220px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.news .news_box .news_r .list ul li span{
    float: right;
    font-size: 14px;
    color: #999;
}

.news .news_box .news_r .list ul li i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #004d97;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_r .list ul li:hover i{
    width: 100%;
}


.news .news_box .news_r .list ul li:nth-child(2n){
    margin-right: 0;
}

/*links*/

.links{
    width: 1200px;
    margin: 80px auto 0 auto;
    overflow: hidden;
}

.links .links_t{
    float: left;
    width: 116px;
    height: 49px;
    line-height: 49px;
    background: url(../images/links.png) no-repeat center;
}

.links .links_t h3{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 42px;
}

.links .yq{
    float: right;
    width: 1050px;
}

.links .yq a{
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    line-height: 24px;
}