
body{min-width:1200px;}
*{margin:0;padding:0;list-style:none;box-sizing:border-box;}
/* logo图样式 */
.AI-wrap {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.AI-wrap .logo {
    width: 1460px;
    position: absolute;
    left: 50%;
    margin-left: -730px;
}
.AI-wrap .logo img {
    width: 100%;
    height: 200px;
}
.time {
    position: absolute;
    top: 138px;
    right: 60px;
    font-size: 28px;
    color: red;
    user-select:none;
}
/* banner图样式 */
.banner-wrap {
    width:100%;
    /*background:orange;*/
    margin: 0 auto;
}
.title {
    padding: 10px 0;
    line-height: 24px;
    text-align: center;
    font-size: 24px;
    color: red;
    font-weight: bold;
    letter-spacing: 2px;
    width: 920px;
    margin: 0 auto;
    margin-top: 50px;
    user-select:none;
}
.swipper-wrap {
    width: 1000px;
    height:160px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.swipper-fl {
    width: 300px;
    height: 160px;
    float: left;
    position: relative;

}

.swipper-fl img{
    width: 300px;
    height: 160px;
    position:absolute;
    left:0px;
    top:0px;
}
.banner-wrap .swipper-wrap .swipper-fr {
    width: 600px;
    background:green;
    height: 160px;
    float: right;
    overflow: hidden;
    position: relative;
}
.banner-wrap .swipper-wrap .swipper-fr .swipper-pic{
    width: 2100px;
    height: 160px;
    position:absolute;
    left:0px;
    top:0px;
}
.banner-wrap .swipper-wrap .swipper-fr img{
    width: 300px;
    height: 160px;
    float: left;
}

/*.clear:after{content:"";display:block;clear:both;overflow:hidden;height:0;visibility:hidden;}*/

.publishingNotice {
    width: 860px;
    margin: 0 auto;
    font-size: 20px;
    text-align: justify;
    color: red;
    margin-top:20px;
    margin-bottom:10px;
    user-select:none;
}

/*选项卡区样式*/
.container{
    /* margin-top: 16px; */
    line-height: 18px;
    font-size: 16px;
    /*text-align: justify;*/
    /*color: dodgerblue;*/
    color: deepskyblue;
    font-weight: bold;

}
.container .uList{
    width: 1160px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: space-around;
    height:70px;
    background-color:rgba(204, 204, 204, 0.5);
    user-select:none;
    box-shadow:2px 2px 6px #bbb;
    border-radius:10px;
}
.container .uList li{
    width: 265px;
    margin:0 10px;
}
.container .uList li span{
    font-size: 16px;
    color:red;
    text-decoration:underline;
}
.container .oList li{
    width: 1000px;
    margin: 0px auto;
    display: none;
    line-height: 18px;
    font-size: 16px;
    text-align: justify;
    color:deepskyblue;
    font-weight: bold;
    /*background:#F8F8FF;*/
    /*box-shadow:2px 2px 5px #f2ebe7;*/
    /*background:#fce2c6;*/
}
.container .uList .active{
    background:lightgreen;
    /*background:#1ABC9C;*/
    /*box-shadow:2px 2px 5px #CCC inset,5px 5px 10px #AAF;*/
}
.container .oList .show{
    display:block;
}
.container .oList li span{
    font-size: 16px;
    color:red;
}

/*简介区样式*/
.welcome {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.welcome .words {
    margin-top: 16px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: red;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.welcome .contents {
    text-indent: 2em;
    text-align: justify;
}

/*内容区样式*/
.colunm-container{
    width: 1210px;
    margin: 0 auto;
    /*background:tomato;*/
    display: flex;
    justify-content: space-between;
}
.colunm-container .colunm-fl{
    width:630px;
    /*background:orange;*/
    padding-left:30px;
    box-sizing: border-box;
}
.colunm-container .panel-group {
    margin-bottom:0px;
}
.colunm-container .panel-group .panel {
    border-radius: 4px;
}
.colunm-container .panel-group .panel-default{
    border-color: #ddd;
}

.colunm-container .colunm-fl .panel-group p{
    font-weight: bold;
    margin-bottom:0px;
    font-size:16px;
}
.colunm-container .colunm-fl .panel-body{
    padding:10px;
    box-shadow:2px 2px 6px #CCC;
    box-sizing: border-box;
}
.colunm-container .colunm-fl .panel-body ul{
    padding-left:15px;
    font-size:14px;
}
.colunm-container .colunm-fl .panel-body p{
    margin-bottom:10px;
    font-size:14px;
}
.colunm-container .colunm-fl .panel-body a{
    color: #337ab7;
    text-decoration: none;
}
/*表单模态框*/
.colunm-container .colunm-fl .panel-body .modal-body{
    width: 825px;
    padding: 15px;
    box-sizing:border-box;
}

.colunm-container .colunm-fl .panel-body .modal-body .input-group {
    width: 800px;
    margin-bottom: 10px;
    border: 1px solid green;
}
.colunm-container .colunm-fl .panel-body .modal-body .input-group-addon{
    width: 118px;
    text-align:left;
    padding: 6px 0px 6px 6px;
    user-select: none;
}
.colunm-container .colunm-fl .panel-body .modal-body .input-group input{
    width: 500px;
    border:none;
}
.colunm-container .colunm-fl .panel-body .modal-body .input-group div{
    text-align: center;
    line-height: 34px;
}
.colunm-container .colunm-fl .panel-body .modal-body .sub-button{
    display: flex;
    justify-content: center;
}
.colunm-container .colunm-fl .panel-body .modal-body .sub-button input{
    margin-left:10px;
    margin-right:10px;
}

.colunm-container .colunm-fl .panel-body .paper-p{
    word-break: break-word;
    text-align: justify;
    margin-top:10px;
    text-indent:2em;
    color: gray;
    font-size:13px;
}

.colunm-container .colunm-fl .h4Active:hover {
    background-color: deepskyblue;
    cursor: pointer;
}
.colunm-container .colunm-fl .panel-body .spanCountry {
    font-weight: bold;
}


.colunm-container .colunm-fr{
    width: 560px;
    /*background:greenyellow;*/
}

.colunm-container .colunm-fr h4{
    font-size:18px;
    margin:10px 0px 10px 0px;
}
.colunm-container .colunm-fr .submit-info{
    text-indent:2em;
    text-align:justify;
    word-wrap:break-word;
    margin-right:36px;
    padding-left:5px;
    box-sizing: border-box;
}
.colunm-container .colunm-fr .panel-group p{
    font-weight:bold;
    font-size:16px;
    margin:2px;
}
.colunm-container .colunm-fr .panel-body{
    padding:10px;
    box-shadow:2px 2px 6px #CCC;
    box-sizing: border-box;
}

/*底部区*/
.footer{
    width: 1200px;
    height:100px;
    margin: 20px auto;
    /*background:tomato;*/
    display: flex;
    justify-content: space-around;
}
.footer img{
    width:100px;
    height:100px;
}

.message{
    width:260px;
    height:80px;
    line-height:80px;
    text-align:center;
    color:white;
    background:limegreen;
    font-size:16px;
    position:fixed;
    left:40%;
    top:40%;
    display: none;
}