﻿/**{margin:0;padding: 0; }*/
.container1{
    width: 100%;
    height: auto;
    min-width:1340px ;
    min-height: 1000px;
    margin:0;padding: 0;
    /* border: solid black 1px;*/
}
.header{
    width: 100%;
    height: 620px;
    margin-top: 0px;
    background-color: #FFFFFF;
  /*  border: solid black 1px;*/
}
.title{
    width: 100%;
    height: 150px;
    /*border: solid black 1px;*/
}
.title1{
    width: 100%;
    height: 95px;
   /* border: solid black 1px;*/
}
.logo{
    width: 100%;
    height: 105px;
}


.loginbar {
    width: 100%;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
   /* border: solid black 1px;*/
}
.top-text{
    font-family: 华文宋体;
    font-weight: 800;
    font-size: 15px;
    color: black;
    text-decoration:none;
    cursor:pointer;
}
.top-text:hover{
    font-family: 华文宋体;
    font-weight: 800;
    font-size: 15px;
    color:dodgerblue;
    text-decoration: none;
    text-decoration-color: steelblue;
}
.nav1{
    width: 100%;
    height: 45px;
    background-color:  #0079d9;
    margin: auto;
    position:relative;
    z-index:2;
   /* border: solid red 1px;*/
}
.nav1-min{
    width: 75%;
    height: 100%;
    margin: auto;

}
.nav1-min-min{
    width: 100%;
    height: 100%;
    margin: auto;
    /*border: solid red 1px;*/

}
.contentAll{
    width: 81%;
    height: auto;
    /*border: solid black 1px;*/
    margin: auto;
}
.container2{
    width: 100%;
    background-color: #f5f5f5;
    /*  border: solid black 1px;*/
}

.scroll{
    width: 100%; /*----切换轮播宽度*/
    height: 460px;
    margin: auto;
   /* border: #bd4147;*/
  /*  border: solid black 1px;*/
}
.scroll img{
    width: 100%;
    height: 100%;
}
.guide{
    width: 99%;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
   /* border: solid black 1px;*/
}
.hotnews{
    width: 99%;
    height: 80px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size:xx-large;
    color: #dc3545;
    text-align: center;
    padding-top:10px ;
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
   /* background-color: #ffffff;*/
    background-image: url("../img/hot.png");
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/hot.png",sizingMethod='scale');
}
.main{
    margin: 0 auto;
    width:99%;
    height: auto;

   /* background-color: #ffffff;*/


}
.main1{

    width: 100%;
    height: 300px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
 /*   border: solid black 1px;
    background-color: #f1b0b7;*/
}
.main2{

    width: 100%;
    height: 260px;
    margin-bottom: 20px;
}
.main3{

    width: 100%;
    height: 280px;
    /*margin-bottom: 30px;*/
}
.fd{
    background-color: #bd4147;

}
.footer{
    width: 100%;
    height: 100px;
    background-color: #37383a;
   /* margin: auto;*/
    border: solid black 1px;

    /*!*opacity:0.8;*!
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity: 0.8;*/

}
.loginbg{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/loginbackground.jpg");
}
.loginform{
    position: absolute;
    top:13%;
    left:35%;
    width: 30%;
    height: 37%;
    border: 4px solid #B4E3EF;
    text-align: center;
    border-radius: 15%;
    background-color: #fefefe;
}
.logindiv{
    width: 80%;
    height: 60%;
    text-align: center;
       border: solid black 1px;
}
.loginform h5{

    margin-top: 30px;
    margin-bottom: 20px;
}
.inputname{
    width: 60%;
    height: 30px;
    border: solid #6fa7e3 1px;
    color: #6c757d;
}
.password{
    width: 60%;
    height: 30px;
    border: solid #6fa7e3 1px;
    color: #85798d;
}
.login_button{
    width: 60%;
    height: 35px;
    text-align: center;
    background-color: #6fa7e3;
    color: #e3f1fc;
    border: none;
}
.login_button:hover{
    font-size: 15px;
    color: #e3f1fc;

}over