ul, ol, p {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

a.one1 {
    color: #b65c03;
    font-family: "微软雅黑";
    text-decoration: none;
}

/* 未被访问的链接    */
a.one1:hover {
    color: #b65c03;
    text-decoration: underline;
    font-family: "微软雅黑";
}

/* 鼠标悬浮在上的链接  */

a.one2 {
    color: #f36;
    font-family: "微软雅黑";
    text-decoration: none;
}

/* 未被访问的链接    */
a.one2:hover {
    color: #f36;
    text-decoration: underline;
    font-family: "微软雅黑";
}

/* 鼠标悬浮在上的链接  */

.cmd-all {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

/*top开始*/
.cmd-top {
    height: 39px;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
}

.cmd-top-cont {
    width: 1170px;
    margin: 0 auto;
    text-align: right;
    line-height: 39px;
    color: #666;
}

.cmd-top-cont p {
}

.cmd-top-cont a {
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
}

.cmd-top-cont a:hover {
    color: #0e81e2;
    padding-left: 10px;
    padding-right: 10px;
}

/*lOGO与SS*/
.logo-ss-cont {
    width: 1170px;
    margin: 30px auto;
}

.cmd-ss {
    width: 440px;
    background: #0e81e2;
    height: 44px;
}

.cmd-ss input {
    width: 80%;
    background: #fff;
    height: 36px;
    margin: 4px;
    float: left;
    border: none;
}

.cmd-ss span {
    width: 18%;
    text-align: center;
    line-height: 44px;
    padding-right: 4px;
    height: 44px;
    float: left;
    font-size: 16px;
}

.cmd-ss a span {
    color: #fff;
}

.cmd-ss a span:hover {
    color: #fff;
}

/*导航*/
.nav-all {
    width: 1170px;
    margin: 0 auto;
}

.f-cb {
    margin-left: 2px;
}

.nav {
    background: #0e81e2;
    height: 50px;
}

.nav ul li {
    float: left;
    border-right: 1px solid #7ac0fa;
    font-size: 18px;
}

.nav ul li a.nav-tit {
    color: #fff;
    display: block;
    line-height: 50px;
    padding: 0 0px 0 110px;
    position: relative;
    z-index: 1;
    width: 232px;
    overflow: hidden;
}

.nav ul li:first-child {
    border-left: 1px solid #7ac0fa;
}

.nav ul li a.nav-tit:hover, .nav ul li.z-crt a.nav-tit {
    text-decoration: none;
    background: #046ec8;
    font-weight: bold;
}

.nav ul li a.nav-tit i {
    position: absolute;
    left: 46px;
    top: 0px;
    display: block;
    width: 40px;
    height: 50px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.nav ul li a.nav-tit i.nt1 {
    background: url(../../img/nav-icon01.png) no-repeat;
    background-position: 0 0;
}

.nav ul li a.nav-tit i.nt2 {
    background: url(../../img/nav-icon02.png) no-repeat;
    background-position: 0 0;
}

.nav ul li a.nav-tit i.nt3 {
    background: url(../../img/nav-icon03.png) no-repeat;
    background-position: 0 0;
}

.nav ul li a.nav-tit i.nt4 {
    background: url(../../img/nav-icon04.png) no-repeat;
    background-position: 0 0;
}

.nav ul li a.nav-tit i.nt5 {
    background: url(../../img/nav-icon05.png) no-repeat;
    background-position: 0 0;
}

.nav ul li a.nav-tit:hover i.nt1 {
    background-position: 0 -50px;
}

.nav ul li a.nav-tit:hover i.nt2 {
    background-position: 0 -50px;
}

.nav ul li a.nav-tit:hover i.nt3 {
    background-position: 0 -50px;
}

.nav ul li a:hover i.nt4 {
    background-position: 0 -50px;
}

.nav ul li a.nav-tit:hover i.nt5 {
    background-position: 0 -50px;
}

/* 轮播开始*/

/*banner-flexslider*/
.flexslider {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    height: 400px;
    z-index: 1;
    padding: 0px;
    margin: 0px;
}

.slides li {
    height: 400px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 13px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 40px;
    overflow: hidden;
    background: url(../img/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.5s;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../img/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../img/next.png) center center no-repeat;
}

.flexslider:hover a {
    opacity: 1;
}


/*政策*/
.news-bg {
    background: #f7f8fa;
    overflow: hidden;
    min-height: 100px;
}

.news-cont {
    width: 1170px;
    margin: 30px auto;
    overflow: hidden;
}

.news-cont-a {
    width: 49%;
}

.news-cont-a-nav {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #c7c7c7;
}

.news-cont-a-nav h3 {
    height: 30px;
    border-left: 5px solid #0e81e2;
    font-size: 20px;
    text-indent: 12px;
    line-height: 30px;
    font-weight: 500;
    padding-bottom: 20px;
    float: left;
    color: #000;
}

.news-cont-a-nav span {
    font-size: 14px;
    color: #666;
    float: right;
    line-height: 60px;

}

.news-cont-a-nav span a {
    font-size: 14px;
    color: #666;
}

.news-cont-a-nav span a:hover {
    font-size: 14px;
    color: #0e81e2;
}

.news-cont-a-bg {
    margin-top: 30px;
    background: #fff;
    width: 100%;
    min-height: 300px;
    padding: 10px 10px 20px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.13);
}

.news-list-a-bg {
    margin-top: 20px;
    background: #fff;
    width: 100%;
    padding: 10px 10px 20px;
    overflow: hidden;
}

.new-cont-a-bg-top {
    width: 98%;
    border-bottom: 1px solid #c7c7c7;
    margin: 0 auto;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.new-cont-a-bg-top h3 {
    text-align: center;
    line-height: 28px;
    font-size: 18px;
    color: #333;
}

.new-cont-a-bg-top p {
    line-height: 20px;
    font-size: 14px;
    color: #666;
}

.news-cont-a-bg li, .news-list-a-bg li {
    background: url(../img/icon-wh10.png) no-repeat;
    background-position: 3px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 20px;
    color: #333;
    line-height: 36px;
}

.news-cont-a-bg li span, .news-list-a-bg li span {
    float: right;
    color: #999;
    font-size: 16px;
    line-height: 32px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}


.news-cont-a-bg li a, .news-list-a-bg li a {
    color: #333;
}

.news-cont-a-bg li a:hover, .news-list-a-bg li a:hover {
    color: #666;
    text-decoration: underline;
}

/*product*/
.product {
    width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

.pattern-ol {
    padding-top: 30px;
    width: 100%;
    height: auto;
}

.pattern-ol li {
    float: left;
    width: 366px;
    margin-right: 35px;
    height: 280px;
    background: #F7F7F7;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.pattern-ol li:hover {
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}

.pattern-ol li:last-child {
    margin-right: 0px;
}

.pattern-ol li .li-img {
    width: 366px;
    height: 210px;
    overflow: hidden;
}

.pattern-ol li .li-img img {
    width: 100%;
    height: auto;
}

.pattern-ol li .li-title {
    padding-top: 22px;
    font-size: 22px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}


/*合作单位*/
.hzdw {
    width: 1170px;
    margin: 0 auto;
    margin-top: 10px;
}

.hzdw-img {
    width: 1170px;
    margin: 0 auto;
    min-height: 100px;
    margin-top: 30px;
}

.hzdw-img-a {
    border: 1px solid #e5e5e5;
}

.img-right {
    margin-right: 29px;
}


/*底部footer*/
.cmd-footer {
    background: #0E81E2;
    padding: 0px auto;
    margin-top: 30px;
    overflow: hidden;
}

.cmd-footer .title {
    width: 1170px;
    text-align: center;
    margin: 20px auto;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}


/*-------列表与详细------------------------------------------------------------------------*/
.main-new {
    margin: 0 auto;
    width: 100%
}

.main-new .center {
    text-align: center;
    padding-bottom: 20px;

}

.main-new .center h3, .main-new .center h4 {
    text-align: center;
    color: #333;
    font-size: 24px !important;
    padding-top: 20px
}

.main-new .center .all-date {
    text-align: center;
    color: #999;
}

.main-new .all-date .look-number {
    margin: 0 10px;
}

.main-new .all-date .look-number i {
    margin-right: 4px;
}

.main-new .content-box .text {
    font-size: 14px;
    line-height: 2;
    text-indent: 2em;
    padding: 0 20px;
}

.main-new .address {
    background: #f2f2f3;
    padding: 10px;
}

.main-new .address a {
    margin: 5px;
}

.prv-nxt {
    margin: 40px 0 20px 0;
}

.prv-nxt .clearfix {
    border-top: 1px #eee dashed;
    padding: 20px 20px;
    font-size: 14px;
}

.prv-nxt .clearfix a {
    color: #333;
}

.prv-nxt .clearfix a:hover, .prv-nxt .clearfix a:hover i {
    color: #4981f4;
}

.sev_but a {
    background: #5bb5f9;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
}

.sev_but a:hover {
    background: #1086df;
    text-decoration: none;
}

.sev_but {
    text-align: center;
    padding-top: 20px
}


/*产品列表明细图*/
.news-list-a-img {
    margin-left: 25px;
    margin-top: 20px;
}

.news-list-a-img li {
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
    width: 260px;
    margin-right: 28px;
    height: 200px;
    background: #F7F7F7;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    overflow: hidden;
}

.news-list-a-img li:hover {
    margin-top: 10px;
    transform: translate(0, -8px);
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.13);
}

.news-list-a-img li:last-child {
    margin-right: 0px;
}


.news-list-a-img li .li-img1 {
    width: 260px;
    height: 150px;
    overflow: hidden;
}

.news-list-a-img li .li-img1 img {
    width: 100%;
    display: block;
    height: auto;
}

.news-list-a-img li .li-title1 {
    padding-top: 12px;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    text-align: center;
}


/*.....登录.....*/
/*登录/注册页面*/
.registercont {
    width: 100%;
    margin: 10px auto;
}

.logobox > a > img {
    margin: 0 auto;
    display: block;
}

.description {
    text-align: center;
    color: #0e81e2;
    margin: 10px 0;
    display: block;
    font-size: 22px;
    font-weight: 600px;
}

.center-block {
    width: 100%;
    margin: 24px auto;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px 4px 0 0;
}

.panel-heading {
    border-radius: 4px 4px 0 0;
    background-color: #f5f5f5;
    position: relative;
}

.panel-title {
    color: #333;
    border-color: #ddd;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
}

.shutbtn {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #999;
    cursor: pointer;
}

.shutbtn:hover {
    color: #333;
}

.sfModal-content {
    background: #fff;
}

.denglu {
    margin: 32px 140px;
}

.denglu-group {
    margin-bottom: 15px;
    position: relative;
}

.denglu-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.denglu-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    text-indent: 10px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    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;
}

.denglu-control:focus {
    border: 1px solid #3b99fc;
    -webkit-box-shadow: 0 0 3px 0px #3b99fc;
    box-shadow: 0 0 3px 0px #3b99fc;
}

.pull-right > a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #009a61;
}

.pull-right > a:hover {
    color: #004e31;
    text-decoration: underline;
}


/*重置密码*/
.login-wrap {
    margin-top: 30px;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
    width: 46%;
    margin-left: 3%;
    float: left;
}

.form-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    text-indent: 5px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    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;
}

.form-group .errborder {

    border-color: #0e81e2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.form-group1 {
    margin-bottom: 15px;
    position: relative;
    width: 100%;

}

.form-group1 .dlbtn-block {
    display: inline-block;
    font-weight: normal;
    text-align: center !important;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 0;
    background: #0e81e2;
    color: #fff;
    font-size: 14px;
    width: 20%;
    border-radius: 4px;
    border: 1px solid #0e81e2;
    margin: 0 40%;
    margin-top: 20px;
}

.form-group1 .dlbtn-block:hover {
    background: #0e81e2;
}

.control-label {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.form-control:focus {
    border: 1px solid #3b99fc;
    -webkit-box-shadow: 0 0 3px 0px #3b99fc;
    box-shadow: 0 0 3px 0px #3b99fc;
    border-radius: 6px;
}

