@charset "utf-8";

/*标题*/

.a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ml40 {
    margin-left: 40px;
}

.ml20 {
    margin-left: 20px;
}

.index_banner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.pl_home_kv {
    width: 1400px;
    margin: 0 -525px;
    height: 410px;
    position: relative;
}

.pl_home_kv .window {
    width: 1400px;
    height: 410px;
    position: absolute;
    left: 0;
    top: 0;
}

.pl_home_kv .slide {
    width: 1400px;
    height: 410px;
    padding: 0px 625px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}

.pl_home_kv .slide .img {
    width: 1400px;
    height: 410px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1000px;
}

.pl_home_kv ul.indicator {
    display: block;
}

.pl_home_kv .indicator {
    position: absolute;
    left: 914px;
    bottom: 22px;
}

.pl_home_kv .indicator li {
    width: 16px;
    height: 16px;
    float: left;
    display: inline;
    margin-left: 14px;
}
.pl_home_kv .indicator li a {
    float: left;
    display: inline;
    background-image: url(banner_fenye_no.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.pl_home_kv .indicator li a:hover {
    background: url(bannerfenye_yes.png) no-repeat;
}

.pl_home_kv .btn_scroll_prev .icon_scroll_btn {
    display: inline-block;
    background: url(tab_leftbtn_a.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 370px;
    top: 180px;
    z-index: 999;
    display: none;
}
.pl_home_kv .btn_scroll_next .icon_scroll_btn {
    display: inline-block;
    background: url(tab_rightbtn_a.png) no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    right: -278px;
    top: 180px;
    z-index: 999;
    display: none;
}
.pl_home_kv .btn_scroll_next .icon_scroll_btn:hover {
    background: url(tab_rightbtn.png) no-repeat;
}

.pl_home_kv .btn_scroll_prev .icon_scroll_btn:hover {
    background: url(tab_leftbtn.png) no-repeat;
}

.pl_home_kv .indicator li.active a,
.pl_home_kv .indicator li a:hover {
    background: url(bannerfenye_yes.png) no-repeat;
}
.bulletin {
    width: 100%;
    height: 36px;
}
.bulletin-cn {
    width: 1000px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.rolling_news {
    width: 1400px;
    margin-left: -200px;
    height: 36px;
    line-height: 33px;
    border-bottom:1px #c9c9c9 solid;
}
.rolling_news>div {
    width: 1000px;
    margin: 0 auto;
    padding: 3px 0;
    height: 28px;
    overflow: hidden;
}
.rol_news {
    width: 72px;
    height: 30px;
    font-weight: bold;
    color: #4e90de;
    float: left;
    margin-top: -1.6px;
}
.rn_left, .rn_right {
    display: inline-block;
    overflow: hidden;
    height: 28px;
}
.rolling_news>div a {
    line-height: 28px;
    color:#666;
}
.rn_right {
    float: right;
}
.rn_right a.rolling_prev {
    background-position: -49px 9px;
    border-radius: 2px;
}
.rn_right a.rolling_next {
    background-position: -49px -28px;
    margin-left: -1px;
    border-radius: 2px;
}
.rn_right a {
    display: inline-block;
    width: 28px;
    height: 26px;
    border: 1px solid #f4f4f4;
    float: left;
    background: url(security_center_img06.png) no-repeat;
    position: relative;
}
.rn_right a.rolling_prev:hover {
    background-position: -49px -10px;
    border-color: #4190de;
    border-radius: 2px;
    z-index: 1;
}
.rn_right a.rolling_next:hover {
    background-position: -49px -47px;
    border-color: #4190de;
    border-radius: 2px;
    z-index: 1;
}
.blank10 {
    height: 40px;
    clear: both;
}
.more_2.jpg{
    clear:both;
}
.f_content{
    width:100%;
}
.f_cox{
    width:1000px;
    margin:0 auto;

}


.f_cox .r_item{
    position:relative;
}
.f_cox .r_item li{
    margin-bottom:28px;
    cursor: pointer;
}
.f_cox .item_cox{
    border:1px #e8e5e5 solid;
    background:#f9f9f9;
    border-radius:5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    position:absolute;
}
.f_cox .item1{
    right:120px;
    top:0px;
    width:357px;
    height:189px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_cox .item2{
    right: 120px;
    top: 75px;
    width: 128px;
    height: 28px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_cox .item3{
    right:120px;
    top:150px;
    width:357px;
    height:160px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_cox .item4{
    right: 120px;
    top: 226px;
    width:128px;
    height:28px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.f_cox .item5{
    right: 120px;
    top: 300px;
    width:128px;
    height:28px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.r_item li a{
    display: block;
}
.f_cox .item2 span,.f_cox .item4 span,.f_cox .item5 span{
    line-height:28px;
    color:#3b3b3b;
    font-size:14px;
    display:block;
    text-align:center;
}
.item1_left,.item3_left{
    float:left;
    padding-top:20px;
    padding-left:20px;
}
.item3_right{
    width:180px;
}
.item3_right h2{
    color:#0d0d0d;
    font-size:16px;
    font-weight:normal;
    padding-bottom:6px;
}
.item3_right span{
    display:block;
    border-radius:7px;
    -moz-border-radius: 7px; 
    -webkit-border-radius: 7px;
    font-size:14px;
    color:#fff;
    background:#57a9e9;
    width:100px;
    text-align:center;
    line-height:28px;
    margin-top:9px;
}
.item3_right p{
    color:#5d5c5c;
    font-size:14px;
}
.item1_right,.item3_right{
    float:right;
    padding-top:20px;
    padding-right:20px;
}
.arrow{
    position:absolute;
    width:10px;
    height:13px;
}
.item1 .arrow,.item3 .arrow{
    right: -9px;
    top: 16px;
}
.item2 .arrow,.item4 .arrow,.item5 .arrow{
    right: -9px;
    top: 4px;
}
.item1_right h2{
    color:#0d0d0d;
    font-size:18px;
    padding-bottom: 8px;
    font-weight: normal;
    font-family: '微软雅黑';
}
.item1_right h6,.item1_right p{
    color:#5d5c5c;
    font-size:14px;
    padding-bottom: 5px;
    font-weight: normal;
}
.f_cox .l_nav{
    width:245px;
    min-height: 500px;
    float:left;
    background:#f9f9f9;
}
.f_cox .l_nav .title{
    height:60px;
    line-height:60px;
    border-bottom: 1px #c8c8c8 solid;
    text-align:center;
}
.f_cox .l_nav .title p,.f_cox .r_nav .title p{
    font-size: 20px;
    color:#000;
    font-family: '微软雅黑';
}
.f_cox .l_nav .nav_list{
    margin-top:20px;
}
.f_cox .l_nav .nav_list li{
    text-align:center;
    line-height:50px;
    border-bottom: 1px dotted #c8c8c8;
}
.f_cox .l_nav .nav_list li a{
    display:block;
    color:#333;
    font-size:16px;
}
.f_cox .l_nav .nav_list li a:hover{
    background:#4090de;
    color:#fff;
}
.choose{
    background:#4090de;
    color:#fff;
}

.f_cox .r_nav{
    width:716px;
    float:right;
}
.f_cox .r_nav .title{
    height:60px;
    line-height:60px;
    border-bottom: 1px #c8c8c8 dotted;
    text-align:left;
}
.f_cox .r_nav .title p{
    padding-left: 15px;
}
.nav_cox{
    padding-top:20px;
}
.nav_cox p{
    font-size:14px;
    color:#000;
    line-height:28px;
    text-indent: 2em;
    display:inline-block;
    padding-bottom:28px;
    text-align: justify;
    letter-spacing: 1px;
}
.r_item li:hover .item_cox{
    visibility: visible;

    right: 60px;
    opacity: 1;
}
.r_1{
    background:url(cont_icon1.png);
    width: 47px;
    height: 47px;
}
.r_2{
    background:url(cont_icon2.png);
    width: 47px;
    height: 47px;
}.r_3{
    background:url(cont_icon3.jpg);
    width: 47px;
    height: 47px;
}.r_4{
    background:url(cont_icon4.png);
    width: 47px;
    height: 47px;
}.r_5{
    background:url(cont_icon5.png);
    width: 47px;
    height: 47px;
}
.r_1:hover{
    background:url(cont_icon1_1.jpg);
}
.r_2:hover{
    background:url(cont_icon2_2.jpg);
}
.r_3:hover{
    background:url(cont_icon3_2.png);
}
.r_4:hover{
    background:url(cont_icon4_2.jpg);
}
.r_5:hover{
    background:url(cont_icon5_2.jpg);
}
.cur{
    color:#fff;
    background:#4090de;
}
.footer_fz{
    margin-top:35px;
}