/*重置样式表*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    color: #000;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

i {
    font-style: normal;
}

body,
button,
input,
select,
textarea {
    font-size: 12px;
    font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em {
    font-style: normal
}

small {
    font-size: 12px
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    color:#999;
}

a:hover {
    text-decoration: none
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    -ms-interpolation-mode: bicubic
}

textarea {
    resize: vertical
}

.ctrl-row{
    overflow: hidden;
}
@media screen and (min-width:1200px) and (max-width:2000px) {
    .ctrl-big {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
        
    }
    .ctrl-lg-0 {
        width: 0;
    }
    .ctrl-lg-1 {
        width: 100%;
    }
    .ctrl-lg-2 {
        width: 50%;
    }
    .ctrl-lg-3 {
        width: calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: -webkit-calc(100% / 3);
    }
    .ctrl-lg-4 {
        width: 25%;
    }
    .ctrl-lg-5 {
        width: 20%;
    }
    .ctrl-lg-6 {
        width: calc(100% / 6);
        width: -moz-calc(100% / 6);
        width: -webkit-calc(100% / 6);
    }
    .ctrl-lg-7 {
        width: calc(100% / 7);
        width: -moz-calc(100% / 7);
        width: -webkit-calc(100% / 7);
    }
    .ctrl-lg-8 {
        width: 12.5%;
    }
    .ctrl-lg-9 {
        width: calc(100% / 9);
        width: -moz-calc(100% / 9);
        width: -webkit-calc(100% / 9);
    }
    .ctrl-lg-10 {
        width: 10%;
    }
    .ctrl-lg-1,
    .ctrl-lg-2,
    .ctrl-lg-3,
    .ctrl-lg-4,
    .ctrl-lg-5,
    .ctrl-lg-6,
    .ctrl-lg-7,
    .ctrl-lg-8,
    .ctrl-lg-9,
    .ctrl-lg-10 {
        float: left;
        position: relative;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .ctrl-big {
        width: 100%;
        overflow: hidden;
    }
    .ctrl-md-0 {
        width: 0;
    }
    .ctrl-md-1 {
        width: 100%;
    }
    .ctrl-md-2 {
        width: 50%;
    }
    .ctrl-md-3 {
        width: calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: -webkit-calc(100% / 3);
    }
    .ctrl-md-4 {
        width: 25%;
    }
    .ctrl-md-5 {
        width: 20%;
    }
    .ctrl-md-6 {
        width: calc(100% / 6);
        width: -moz-calc(100% / 6);
        width: -webkit-calc(100% / 6);
    }
    .ctrl-md-7 {
        width: calc(100% / 7);
        width: -moz-calc(100% / 7);
        width: -webkit-calc(100% / 7);
    }
    .ctrl-md-8 {
        width: 12.5%;
    }
    .ctrl-md-9 {
        width: calc(100% / 9);
        width: -moz-calc(100% / 9);
        width: -webkit-calc(100% / 9);
    }
    .ctrl-md-10 {
        width: 10%;
    }
    .ctrl-md-1,
    .ctrl-md-2,
    .ctrl-md-3,
    .ctrl-md-4,
    .ctrl-md-5,
    .ctrl-md-6,
    .ctrl-md-7,
    .ctrl-md-8,
    .ctrl-md-9,
    .ctrl-md-10 {
        float: left;
        position: relative;
    }
}

@media screen and (min-width:721px) and (max-width:991px) {
    .ctrl-big {
        width: 100%;
        overflow: hidden;
    }
    .ctrl-sm-0 {
        width: 0;
    }
    .ctrl-sm-1 {
        width: 100%;
    }
    .ctrl-sm-2 {
        width: 50%;
    }
    .ctrl-sm-3 {
        width: calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: -webkit-calc(100% / 3);
    }
    .ctrl-sm-4 {
        width: 25%;
    }
    .ctrl-sm-5 {
        width: 20%;
    }
    .ctrl-sm-6 {
        width: calc(100% / 6);
        width: -moz-calc(100% / 6);
        width: -webkit-calc(100% / 6);
    }
    .ctrl-sm-7 {
        width: calc(100% / 7);
        width: -moz-calc(100% / 7);
        width: -webkit-calc(100% / 7);
    }
    .ctrl-sm-8 {
        width: 12.5%;
    }
    .ctrl-sm-9 {
        width: calc(100% / 9);
        width: -moz-calc(100% / 9);
        width: -webkit-calc(100% / 9);
    }
    .ctrl-sm-10 {
        width: 10%;
    }
    .ctrl-sm-1,
    .ctrl-sm-2,
    .ctrl-sm-3,
    .ctrl-sm-4,
    .ctrl-sm-5,
    .ctrl-sm-6,
    .ctrl-sm-7,
    .ctrl-sm-8,
    .ctrl-sm-9,
    .ctrl-sm-10 {
        float: left;
        position: relative;
    }
}

@media screen and (max-width:720px) {
    .ctrl-big {
        width: 100%;
        overflow: hidden;
    }
    .ctrl-xs-0 {
        width: 0;
    }
    .ctrl-xs-1 {
        width: 100%;
    }
    .ctrl-xs-2 {
        width: 50%;
    }
    .ctrl-xs-3 {
        width: calc(100% / 3);
        width: -moz-calc(100% / 3);
        width: -webkit-calc(100% / 3);
    }
    .ctrl-xs-4 {
        width: 25%;
    }
    .ctrl-xs-5 {
        width: 20%;
    }
    .ctrl-xs-6 {
        width: calc(100% / 6);
        width: -moz-calc(100% / 6);
        width: -webkit-calc(100% / 6);
    }
    .ctrl-xs-7 {
        width: calc(100% / 7);
        width: -moz-calc(100% / 7);
        width: -webkit-calc(100% / 7);
    }
    .ctrl-xs-8 {
        width: 12.5%;
    }
    .ctrl-xs-9 {
        width: calc(100% / 9);
        width: -moz-calc(100% / 9);
        width: -webkit-calc(100% / 9);
    }
    .ctrl-xs-10 {
        width: 10%;
    }
    .ctrl-xs-1,
    .ctrl-xs-2,
    .ctrl-xs-3,
    .ctrl-xs-4,
    .ctrl-xs-5,
    .ctrl-xs-6,
    .ctrl-xs-7,
    .ctrl-xs-8,
    .ctrl-xs-9,
    .ctrl-xs-10 {
        float: left;
        position: relative;
    }
}





 /*banner*/

 .ctrl-newimg {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ctrl-newimgdiv {
    width: 300%;
    text-align: left;
}

.ctrl-newdiv {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    margin-top: 800px;
}

.ctrl-newdiv i {
    width: 53px;
    height: 4px;
    display: block;
    float: left;
    margin-left: 10px;
    background: #bfbfbf;
}

.ctrl-newdiv .ctrl-newdiviactive {
    background: #004ea2;
}

.ctrl-newimg img {
    width: 33.33333333333333%;
    float: left;
}

.ctrl-jtleft,
.ctrl-jtright {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.ctrl-jtleft img,
.ctrl-jtright img {
    width: 100%;
}

.ctrl-jtright {
    margin-left: calc(100% - 60px);
}






/*nav*/
.ctrl-nav-pc{
    overflow: hidden;
    position: fixed;
    top:100px;
    line-height: 60px;
}
.ctrl-nav-pc-btn{
    position: fixed;
    top:100px;
    background: #bfbfbf;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}
.ctrl-nav-pc a{
    color:#999;
}
.ctrl-nav-pc-secondary{
    display: none;
}
.ctrl-nav-pc>ul>li:first-child{
    margin-left: 0;
}
.ctrl-nav-pc>ul>li{
    float: left;
    margin-left: 20px;
}
.ctrl-nav-pc>ul>li:hover .ctrl-nav-pc-secondary{
    display: block;
}
.ctrl-nav-pc-btn-right{
    right:50px;
}
.ctrl-nav-pc-btn-left{
    left: 50px;
}
.ctrl-nav-pc-right{
    right: 150px;
}
.ctrl-nav-pc-left{
    left: 150px;
}
.ctrl-nav-pc-Level{
    display:none;
}
.ctrl-nav-pc>ul>li ul li:hover .ctrl-nav-pc-Level{
    display:block;
}