﻿
.head_images{
    width:100%;
    min-width:1000px;
    height:240px;
    margin-bottom:50px;
}

.head_images img{
    width:100%;
    height:240px;
}

.page_title{
    border-left:8px solid #ff7200;
    width:992px;
    margin:0 auto;
    text-align:left;
    text-indent:12px;
    font-family:微软雅黑;
    font-size:28px;
    font-weight:bold;
    line-height:30px;
    color:#ff7200;
    height:30px;
    text-transform:uppercase;
    margin-bottom:50px;
    background-color:#eef8ff;
}

.page_title_detail{
    width:250px;
    float:left;
}

.page_intro{
    width:700px;
    float:left;
}
.page_intro_content{
    width:700px;
    font-size:20px;
    height:20px;
    line-height:20px;
    margin-top:10px;
    font-family:微软雅黑;
    color:#0094ff;
    /*overflow:hidden;*/
    text-indent:8px;
    font-weight:normal;
}

.page_main{
    width:1000px;
    min-height:500px;
    margin:0 auto;
    margin-bottom:50px;
}

.page_menu{
    float:left;
    width:200px;
    background-color:#f5f5f5;
    color:#575757;
}

.page_menu ul li{
    width:200px;
    height:70px;
    text-align:center;
    line-height:70px;
    border-bottom:1px solid #fff;
    font-size:14px;
    font-family:微软雅黑;
    cursor:pointer;
    color:#0094ff;
}

.page_menu ul .current{
    width:200px;
    height:100px;
    text-align:center;
    line-height:100px;
    border:1px solid #fff;
    background-color:#3b7af1;
    color:#fff;
    font-size:16px;
    font-family:微软雅黑;
    cursor:pointer;
    transition:height 0.5s;
}

.page_menu ul li:hover{
    background-color:#3b7af1;
    color:#fff;
}

.page_content{
    float:right;
    width:750px;
    min-height:500px;
    transition:height 2s;
}

.page_content_div1{
    float:left;
    width:260px;
    height:240px;
    margin:15px 30px 15px 0;
}

/*.page_content_div1:hover{
    background-color:#0094ff;
    color:#fff;
}*/

.page_content_div2{
    float:right;
    width:240px;
    height:240px;
    margin:15px 0;
}

/*.page_content_div2:hover{
    background-color:#0094ff;
    color:#fff;
}*/

.left_img{
    width:160px;
    height:160px;
    margin-bottom:20px;
}

.left_img img{
    width:160px;
    height:160px;
    margin-left:40px;
}

.right_content{
    width:260px;
    height:240px;
}

.right_content_title{
    width:100%;
    height:30px;
    line-height:30px;
    font-size:18px;
    font-family:微软雅黑;
    text-align:center;
    color:#0094ff;
}

.right_content_intro{
    width:100%;
    height:64px;
    font-size:14px;
    font-family:微软雅黑;
    margin-top:7px;
    overflow:hidden;
    text-align:center;
    color:#6d6d6d;
}