a{color:#333; text-decoration:none; cursor:pointer; outline: 0 none;}
a:hover{text-decoration:underline;}
a:focus {border:0px;}
/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,blockquote,th,td{margin:0; padding:0;}
header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
ol,li,ul,dl,dt,dd{list-style:none;}
fieldset,img {border:0}
button,submit,input,select { vertical-align:middle;}
button,submit { cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:lighter;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
select,button{font-family:inherit; font-size:inherit; font-weight:inherit; outline-style:none;  outline-width:0pt; padding: 0; margin: 0;}
b,em,i{display:inline-block; font-weight:normal;font-style:normal;}
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility:hidden;} 
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}*/ 
button{
    border:none;
    outline:none;
    background:transparent;
}
.red{
    color:#cc0a13;
}

/*头部*/
.top{
    height:670px;
    background: url('../img/banner.jpg')center no-repeat;
    overflow: hidden;
}
.parent,.s_cnt,.container
,.f_cnt{
    width:1180px;
    margin:auto;
    border:1px solid transparent;
}
.parent{
    position:relative;
}
.top button{
    width:380px;
    height:80px;
    font-size:40px;
    background:#dda05d;
    border-radius:30px;
    display:block;
    margin:auto;
    position: absolute;
    left:400px;
    margin-top: 490px;
}
.b-bg {
    width: 400px;
    height: 95px;
    background: #603e1a;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: 483px;
    border-radius: 30px;
    -webkit-animation: b_bg 1s linear infinite;
    -moz-animation: b_bg 1s linear infinite;
    animation: b_bg 1s linear infinite;
}
@-webkit-keyframes b_bg {
      0% {-webkit-transform: scale(.9);opacity: 0;}
      50% {-webkit-transform: scale(1);opacity: .7;}
      100% {-webkit-transform: scale(1.1);opacity: 0;}
    }

@-moz-keyframes b_bg {
      0% {-moz-transform: scale(.9);opacity: 0;}
      50% {-moz-transform: scale(1);opacity: .7;}
      100% {-moz-transform: scale(1.1);opacity: 0;}
    }

@keyframes b_bg {
        0% {transform: scale(.9);opacity: 0;}
        50% {transform: scale(1);opacity: .7;}
        100% {transform: scale(1.1);opacity: 0;}
    }


/* doc */
.doc{
   
       overflow: hidden; 
 background:#ececec;
    padding-top: 60px;
}
.d_cnt{
    width:1000px;
    margin:auto;
}
.part{
    width:216px;
    height:240px;
    text-align:center;
    float:left;
    margin-left: 27px;
    margin-bottom: 20px;
}
.part:hover{
    background:#7f7e7e45;
    cursor:pointer;
}
.part img{
    margin-top:20px;
}
img.img1 {
    margin-left: 5px;
}
.part p{
    font-size:18px;
    color: red;

}
.part span a{
    color:#d6322c;
    font-weight:700;
}
.doc button{
    font-size:30px;
    color:#fff;
    border-radius:30px;
    background:#dda05d;
    display:block;
    margin:auto;
    padding:5px 15px;
    margin-top:45px;
}


.tk{
    cursor:pointer;
}
/* alert */
.alert {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index:9999;
}
.alert p {
    margin: 0;
}
.alert-close {
    width: 40px;
    height: 40px;
    text-align: center;
    float: right;
    cursor: pointer;
}
.alert-close img {
    margin-top: 10px;
}
.alert-box {
    width: 540px;
    margin: 0 auto;
    margin-top: 35px;
}
.alert-title {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alert-title img {
    margin-right: 18px;
}
.alert-title h3 {
    font-size: 21px;
    color: #0cb65c;
    font-weight: 400;
}
.alert-title p {
    font-size: 18px;
    color: #4b4b4b;
    margin: 7px 0;
}
.alert-word .alert-add {
    color: #1bb262;
    font-size: 16px;
}
.alert-item {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    margin-top: 20px;
}
.alert-item .alert-word{
    margin-left: 31px;
}

.alert-img img {
    width: 190px;
    margin-right: 20px;
}
.alert-word p {
    font-size: 14px;
    color: #ff0000;
    line-height: 32px;
}
.alert-word p:last-child {
    font-size: 16px;
    color: #000;
}
.alert-btn {
    text-align: right;
}
.alert-btn button {
    width: 115px;
    height: 30px;
    background: #1bb262;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}



.alert-con {
    width: 600px;
    height: 620px;
    background: url(../../img/exhibition/tck.png) no-repeat;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: -185px;
    margin-left: -300px;
    background-color: white;
}


.form-control {
    margin: 8px 0;
    display: block;
    width: 446px;
    height: 25px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    height: 40px;
}

#form-group1 {
    width: 20%;
    display: block;
    background-color: #F08300;
    float: left;
    border-radius: 4px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
}


#form-group2 {
      width: 60%;
    display: block;
    background-color: #de2f2f;
    float: right;
 
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 45px;
    border: none;
}
.form-group{
    margin-top: 50px;
}
.alert .text-center .col-md-11{
    margin-top: 20px;
}