a {
    text-decoration: none;
    outline: none;
    color: #333333;
    font-size: 14px;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.w{
    margin: 0 auto;
    width: 1000px;
}
.header{
    background: #323232;
}
.header .container{
    height:35px;
    background: #323232;
}
.come{
    display: flex;
    justify-content: space-between;
}
.come li{
    height: 35px;
    color: #fff;
    line-height: 35px;
}
.come li i{
    display: inline-block;
    background: url("../images/tel.png") no-repeat;
    height: 17px;
    width: 24px;
    vertical-align: middle;
}
/*logo*/
.logo{
    background: #fff ;
    width: 100%;
    z-index: 999;
}
.logo .logo1{
    display: flex;
    justify-content: space-between;
}
.logo .logo1 p{
    box-sizing: border-box;
    padding: 10px 0;
    width: 25%;
}
.logo .logo1 p img{
    width: 100%;
}
.logo .logo1 ul{
    display: flex;
    justify-content: space-around;
    width: 60%;
}
.logo .logo1 ul li{
    line-height: 70px;
    text-align: center;
    width: 25%;

}
.logo .logo1 ul li a{
    display: inline-block;
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in;
}
.logo .logo1 ul li a:hover{
    background: #16466a;
    color: #fff;
}


/*banner*/
.banner{
    width: 100%;
    height: 417px;
    position: relative;
}
.banner a img{
    width: 100%;
    height: 100%;
}
.banner .banImg{
    height: 100%;
    position: absolute;
    top: 0;
    left: 25%;
}
.banner .banImg img{
    height: 100%;
}
.button{
    display: block;
    background: url("../images/button.png") no-repeat;
    height: 35px;
    width: 149px;
    position: absolute;
    bottom: 55px;
    left: 374px;
    cursor: pointer;
}
/*content*/
/*问题档案*/
.title{font-size: 36px;text-align: center;font-weight: bold;width: 100%;height: 85px;line-height: 85px;border-bottom: 2px solid #CCCCCC;position: relative;}
.title span{color: #FFAE00;}
.title i{display: block;position: absolute;width: 220px;height: 6px;background: #3B689A;left:387px;bottom: -4px;}
.p1_message{margin: 25px auto;padding: 20px;font-size: 18px;line-height: 36px;background: #E6E5E5;border-radius: 5px;}
.p1_ul{overflow: hidden;}
.p1_ul li{float: left;width: 490px;}
.p1_img{border: 2px solid #BFC4CD;line-height: 0;}
.p1_img img{width: 100%;height: 100%;}
.p1_fot{overflow: hidden;padding: 20px 5px;}
.p1_yuan{width: 80px;height: 80px;border-radius: 50%;border: 2px solid #cccccc;line-height: 80px;font-size: 54px;text-align: center;color: #CCCCCC;float: left;margin-right: 10px;}
.p1_content{font-size: 18px;line-height: 28px;color: black;}
.p1_span{display: block;font-size: 24px;}
.p1_li{width: 100%;height: 57px;border: 1px solid #3B689A;text-align: center;font-size: 18px;line-height: 57px;}
.btn_gonggong{width: 262px;height: 42px;border-radius: 20px;background: #3B689A;color: white;font-size: 24px;line-height: 42px;text-align: center;margin: 25px auto; cursor:pointer; }

/*part2*/
.part2 .proTop{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}
.part2 .proTop .topLeft{
   background: url("../images/question.png") no-repeat;
    height: 98px;
    width: 470px;
    margin-top: 32px;
}
.part2 .proTop .no .word{
    width: 480px;
    height: 105px;
    background: #c8e1fd;
    border-radius: 5px;
    font-size: 16px;
    line-height: 32px;

}
.part2 .proTop .no{
   font-size:24px;
    color: #3b689a;
}
.imgBox{
    display: flex;
    justify-content: space-between;
}
.imgBox div{
    height: 290px;
    width: 290px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
/*.imgBox div img{*/
    /*transition: all 1s linear;*/
/*}*/
.imgBox div:hover img{
    transform: scale(1.05);
}
.imgBox div .shadow{
    display: block;
    height: 75px;
    background: rgba(49, 89, 168, 0.25);
    color: #66adc5;
    font-size: 20px;
    line-height: 75px;
    text-align: center;
    text-shadow: 1px -2px #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.proBottom{
    display: flex;
    justify-content: space-between;
}
.proBottom .bt{
    font-size: 22px;
    color: #3b689a;
    box-sizing: border-box;

}
.proBottom .bt:last-child{
    padding-left: 30px;
}
.proBottom .bt div{
    margin-top: 30px;
}
.proBottom div .que{
    width: 483px;
    background: #c8e1fd;
    border-radius:10px;
    font-size: 16px;
    line-height: 32px;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.kuang{
    height: 80px;
    width: 100%;
    border: 1px solid #3b689a;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin: 20px 0;
}
.kuang span{
    color: #e12d00;
}

/*part3*/
.part3 .question{
    width: 100%;
    height: 45px;
    background: #deedfe;
    color: #3b689a;
    font-size: 20px;
    text-align:left;
    line-height: 45px;
    padding:0 10px;
    box-sizing: border-box;
    position: relative;
    margin-top: 30px;
}
.part3 .question a{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    height: 45px;
    width: 135px;
    background: #3b689a;
    position: absolute;
    right: 0;
    top: 0;
}
.msg{
    font-size: 18px;
    line-height: 36px;
}
/*底部*/
.footer{
    width: 100%;
    height: 225px;
    background: #30333a;
    margin-top: 30px;
}
.footer .footCon{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 65px;
    text-align: center;
}
.footer .footCon ul li{
    float: left;
    font-size:16px;
    margin-right: 15px;
    color: #ccc;
}
.footer .footCon ul li:hover a{
    color: #FFAE00;
}
.footer .footCon  a{
    font-size:16px;
    color: #ccc;
}
.footer .footCon p{
    font-size:16px;
    color: #ccc;
    padding-top: 20px;
}


/*点击出现弹框阴影*/
.theme-gonggong1{
    z-index: 9999;
    position: fixed;
    display: none;
    height: 192px;
    top: 50%;
    left: 50%;
    border-radius: 15px;
    border: solid 1px #666;
    background-color: #fff;
    box-shadow: 0 0 15px #666;
    margin: -95px 0 0 -175px;
}
.theme-popover-mask{
    z-index: 9998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}
.btn-close{
    position: absolute;
    right: 9px;
    top: -6px;
    font-size: 30px;
    cursor: pointer;
}


