body, h1, h2, h3, h4, h5, h6, p, dl, dd, ul, ol, pre, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

em {
    font-style: normal;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

img {
    border: none;
    vertical-align: middle;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

body {
    font-size: 14px;
    font-family: Roboto, Helvetica, Tahoma, Arial, "Microsoft YaHei";
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

/* head css  start*/
.warp {
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    color: #999;
    zoom: 1;
}

/*.foot-warp{*//*min-width: 1000px;*//*max-width: 1200px;*//*margin-left: auto;*//*margin-right: auto;*//*margin-top:20px;*//*background:#f0f1f2;*//*zoom: 1;*//*padding:50px;*//*}*//*.foot-warp,.footer_con{*//*color:#999;*//*}*//*********************************TQ 2017.3.30**********************************************/
.clear {
    clear: both;
}

.footer {
    margin-top: 50px;
    height: 40px;
    background-color: #fc6900;
}

.footer .footer-w {
    text-align: center;
}

.footer .footer-w ul {
    width: 500px;
    margin: 0 auto;
}

.footer .footer-w ul li {
    float: left;
    line-height: 40px;
    color: #ffffff;
}

.footer .footer-w ul li a {
    color: #ffffff;
}

.footer .footer-w ul li:nth-child(2n+1) {
    text-align: center;
    width: 120px;
}

.footer .footer_con {
    margin-top: 20px;
    text-align: center;
}

.footer .footer_con p {
    margin-bottom: 10px;
}

.box {
    min-width: 1300px;
    max-width: 1920px;
    margin: 0 auto;
}

.banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 990px;
    height: 594.69px;
}

.banner>img {
    display: block;
    width: 100%;
}

.logo {
    margin: 30px;
    margin-right: 10px;
}
.loginTitle img{height:30px;}

span.rotate {
    -webkit-transition: rotate 300ms;
    -moz-transition: rotate 300ms;
    -ms-transition: rotate 300ms;
    -o-transition: rotate 300ms;
    transition: rotate 300ms;
}

span.rotateover {
    display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

select {
    appearance: none;
    -moz-appearance: none; /*  -webkit-appearance:none;*/
    margin-left: 20px;
    margin-top: 28px;
}

select::-ms-expand {
    display: none;
}

.login {
    background: #fff;
    width: 386px;
    height: 296px;
    position: absolute;
    left: 59%;
    top: 50%;
    transform:translateY(-50%); 
    z-index: 99;
    text-align: center;
    line-height: 25px;
    padding-top: 55px;
    font-size: 14px;
    margin: 0 auto;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px #ddd;
}
.login #loginTitle{
    margin:-35px auto 8px;
    height:auto;
    line-height:35px;
    color:#4d4d4d;
    width:310px;
    display:none;
    text-align:left;
    background: #fceee8 url(../images/notice.png)  no-repeat 8px center;
    padding-left:30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing:border-box;
    border:1px solid #f6c8b5;
}
.login input {
    width: 303px;
    height: 35px;
}

.name, .password {
    text-align: left;
}

.name p, .password p {
    width: 310px;
    display: block;
    color: #666;
    margin: 0 auto;
    font-weight: 700;
}

.denglu {
    background: #ff7519;
    width: 370px;
    height: 46px;
    border-style: none;
    margin-top: 18px;
    color: #fff;
    /*border-radius: 3px;*/
    font-size: 16px;
}

.left {
    float: left;
    font-weight: 700;
    color: #666;
}

.left img {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin-top: 3px;
    margin-left: 10px;
}

.footer {
    text-align: center;
}

.footer a { /*color:#999;*/
}

.login-footer { /*color: #999;*/
    margin-top: 15px;
    width: 310px;
    margin-right: auto;
    margin-left: auto;
}

input#username, input#password {
    font-size: 14px;
    color: #999;
    border: 1px solid #ddd;
    /*border-radius: 4px;*/
}

input#username:focus, input#password:focus {
    border: 1.9px solid #1686cc;
    /*border-radius: 5px;*/
    color: #333 !important;
}
input#username:-webkit-autofill, input#password:-webkit-autofill
{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input#username:focus, input#password:focus
{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
div.password > p:first-child {
    margin-top: 13px;
}

.login input.denglu {
    height: 31px;
    line-height: 31px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login input.denglu:hover{
    background-color: #eb650c;
}

div.login-middle {
    text-align: left;
    width: 310px;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    border-bottom: 1px solid #ddd;
}

div.login-middle > a.right {
    float: right;
    line-height: 35px;
}

div.login-middle > a {
    color: #007ed8;
}

.login input.denglu {
    width: 310px;
}

div.right {
    float: right;
}

div.right a {
    color: #007ed8;
}

div.warp > div.drop-down {
    font-size: 14px;
    color: #333;
    position: relative;
}

div.warp > div.drop-down > span:last-child {
    font-size: 16px;
    font-weight: 800;
}

div.warp > div.drop-down {
    display: inline-block;
    height: 30px;
}

div.warp > div.drop-down:hover {
    cursor: pointer;
}

div.drop-down > div {
    position: absolute;
    top: 25px;
    width: 90px;
    z-index: 2;
    background-color: #fff;
}

div.drop-down > div > ul {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ddd;
    text-align: center;
}

div.ui-footer-seo, div.footer_con {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

footer#ui-footer {
    background-color: #f5f5f5;
    color: #666;
}

p.ui-footer-seo-language {
    padding: 15px 0;
}

p.ui-footer-seo-brand {
    margin-bottom: 20px;
}

p.ui-footer-copyright {
    margin-bottom: 20px;
}

div.ui-footer-seo p a {
    color: #666;
}

div.password > p:first-child > a {
    float: right;
    color: #007ed8;
    font-weight: 400;
}

.ui-footer-seo a,.ui-footer_footer a{
    color:#666;
    font-size: 14px;
  }
  .ui-footer-seo .ui-footer-left{
    text-align: left;
  }
  .ui-footer-seo .ui-footer-left .cell{
    width: 210px;margin-right: 40px;float: left;
  }
  .ui-footer-seo .ui-footer-left .cell h3,.ui-footer-seo .ui-footer-right h3{
    line-height: 50px;
    font-weight: bold;
  }
  .ui-footer-seo .ui-footer-left .cell ul li,.ui-footer-seo .ui-footer-right li{
    padding:5px 0;
  }
  .ui-footer-seo .ui-footer-right{
    text-align: left;
    float: right;
  }
  .ui-footer-seo .ui-footer-right .QRcode{
    width: 68px;height: 68px;float: left;padding-right: 10px;
  }
  .ui-footer-copyright{padding-top: 30px;font-size: 16px;}
  .ui-footer-copyright a{padding:0 8px;font-size: 17px;}
  .ui-footer-copyright span a{padding:0 16px 0 0;}
  .ui-footer_footer{
    line-height: 31px;
    text-align: center;
    color: #666;
  }

p.ui-footer-seo-language {
    padding: 15px 0;
}

p.ui-footer-seo-brand {
    margin-bottom: 15px;
}

p.ui-footer-copyright {
    margin-bottom: 20px;
}

div.ui-footer-seo p a {
    color: #666;
}