@charset "utf-8";

*{font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;padding:0;margin:0;list-style: none;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0;padding: 0;vertical-align: baseline;font-family: "Microsoft Yahei", Tahoma, Helvetica, Arial, sans-serif;}

td{
    border: 1px solid #333;
    padding: 4px;
}

.normal-tit{
    font-size: 50px;
    text-align: center;
}
a,a:hover,a:visited,a:link{
    outline: none;
}

/*normal-pagination*/
.normal-pagination{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 0;
    overflow: hidden;
}
.normal-pagination li{
    float: left;
    width: 50%;
    list-style: none;
}
.normal-pagination li:nth-child(1){
    text-align: left;
}
.normal-pagination li:nth-child(2){
    text-align: right;
}


/*header*/
#tophead{
    width: 100%;
    background: url("../images/headerBg.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 66;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}
.head-logo{
    overflow: hidden;
}
.head-logo .logo{
    float: left;
    max-width: 64%;
}
.head-logo .tele{
    float: right;
    max-width: 30%;
}
.head-logo img{
    width: 100%;
}
.head-nav,#topnav{
    width: 100%;
    overflow: hidden;
}
#topnav>ul{
    width: 100%;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}
#topnav>ul>li{
    text-align: center;
    padding: 4px 6px;
}
#topnav>ul>li>a{
    font-size: 16px;
    color: #333;
}
#topnav>ul>li>img{
    visibility: hidden;
    margin-top: 4px;
}
#topnav>ul>li:hover>a,#topnav>ul>li.active>a{
    color: #074690;
}
#topnav>ul>li:hover>img,#topnav>ul>li.active>img{
    visibility: visible;
}


.normal-title{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.normal-title p span{
    display: block;
    font-weight: normal;
    font-size: 24px;
    margin-top: -2px;
}
.aboutContainer .normal-title p:after{
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    background-color: #fff;
    margin-top: 2%;
}
.serviceContainer .normal-title p,
.productContainer .normal-title p,
.partnerContainer .normal-title p{
    color: #1b5fb0;
}
.serviceContainer .normal-title p:before,
.productContainer .normal-title p:before,
.partnerContainer .normal-title p:before{
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    background-color: #1b5fb0;
    margin-bottom: 12px;
}
.contactContainer .normal-title p:before{
    content: '';
    display: block;
    width: 42px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 12px;
}

.normal-decoration{
    margin: 2% 0 0 6%;
}
.normal-decoration img{}

/*normal-pagination*/
.normal-pagination{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 0;
    overflow: hidden;
}
.normal-pagination li{
    float: left;
    width: 50%;
    list-style: none;
}
.normal-pagination li:nth-child(1){
    text-align: left;
}
.normal-pagination li:nth-child(2){
    text-align: right;
}

.section:nth-child(2){
    background: url('../images/aboutBg.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.section:nth-child(4){
    background: url('../images/proBg.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.section:nth-child(5){
    background: url('../images/partnerBg.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.section:nth-child(6){
    background: url('../images/contactBg.jpg') no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.aboutContainer{
    margin-top:8%;
}
.aboutContent{
    background-color: rgba(0,160,233,0.7);
    padding: 4%;
    margin-top: 4%;
}
.aboutContent .aboutContent-title{}
.aboutContent .aboutContent-title span{
    vertical-align: middle;
    color: #fff;
    display: inline-block;
    font-size: 20px;
}
.aboutContent .aboutContent-title img{
    vertical-align: middle;
}
.aboutContent .aboutContent-con{
    margin-top: 2%;
}
.aboutContent .aboutContent-con p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

.serviceContainer{
    margin-top:8%;
}
.serviceContent{
    padding: 4% 0;
    overflow: hidden;
}
.serviceContent ul{
}
.serviceContent ul li{
    width: 30%;
    float: left;
    margin-left: -7%;
    text-align: center;
}
.serviceContent ul li:nth-child(2n+1){
    margin-top: 7%;
}
.serviceContent ul li:nth-child(2n+1) p{
    margin-bottom: 8%;
}
.serviceContent ul li:nth-child(2n+2) p{
    margin-top: 2%;
}
.serviceContent ul li:nth-child(1){
    margin-left: 0;
}
.serviceContent ul li p{
    text-align: center;
    width: 40%;
    display: inline-block;
    border: 2px solid #1b5fb0;
    padding: 2% 0;
    font-size: 16px;
    color: #1b5fb0;
    font-weight: bold;
}
.serviceContent ul li img{
    width: 100%;
}

.productContainer{
    margin-top: 8%;
}
.productContainer .normal-decoration{
    margin: 4% 0 0 0;
}
.productContent{
    overflow: hidden;
    margin-top: 4%;
}
.productContent .productContent-l{
    float: left;
    width: 100%;
    padding: 2%;
    text-align: center;
}
.productContent .productContent-l ul{
    overflow: hidden;
}
.productContent .productContent-l ul li{
    display: inline-block;
    margin-right: 10px;
    padding: 0 2%;
    background-color: #00a0e9;
    margin-bottom: 2%;
    border-radius: 16px;
}
.productContent .productContent-l ul li a{
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin-top: 4%;
    text-align: center;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.productContent .productContent-l ul li a:after{
    content: '';
    display: block;
    width: 10%;
    height: 100%;
    position: absolute;
    right: -48px;
    top: 0;
    /* border: 24px solid #00a0e9; */
    /* border-bottom-color: transparent; */
    /* border-top-color: transparent; */
    /* border-right-color: transparent; */
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.productContent .productContent-r{
    float: left;
    width: 100%;
    background: rgba(7,70,144,0.3);
    padding: 2%;
}
.productContent .productContent-r ul{
    overflow: hidden;
}
.productContent .productContent-r ul li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #00a0e9;
    margin-top: 2%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.productContent .productContent-r ul li:nth-child(4n+4){
    margin-right: 0;
}
.productContent .productContent-r ul li a{}
.productContent .productContent-r ul li img{
    width: 100%;
}
.productContent .productContent-r ul li p{
    margin-top: -4%;
    background-color: #00a0e9;
    position: relative;
    z-index: 11;
    padding: 4%;
    color: #fff;
}
.productContent .productContent-r ul li p span{
    position: absolute;
    right: 4%;
    top: 50%;
    background-color: #fff;
    color: #ff9731;
    padding: 4px;
    border-radius: 6px;
    transform: translateY(-50%);
}
.productContent .productContent-l ul li:hover,.productContent .productContent-l ul li.active{
    background-color: #074690;
}
.productContent .productContent-l ul li:hover a,
.productContent .productContent-l ul li.active a {
    font-weight: bold;
}
.productContent .productContent-l ul li:hover a:after,
.productContent .productContent-l ul li.active a:after {
    right: -60px;
    border-width: 30px;
}
.productContent .productContent-r ul li:hover p span,
.productContent .productContent-r ul li .active p span{
    background-color: #ff9731;
    color: #fff;
}


.partnerContainer{
    margin-top: 10%;
}
.partnerContent{
    background-color: rgba(5,128,191,0.7);
    margin-top: 2%;
    padding: 2% 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.partnerContent ul{
    text-align: center;
}
.partnerContent ul li{
    width: 24%;
    display: inline-block;
    text-align: center;
    margin: 2% 2% 0 0;
}
.partnerContent ul li:nth-child(3n+3){
    margin-right: 0;
}
.partnerContent ul li img{
    max-width: 100%;
}
.partnerContainer .normal-decoration{
    margin:2% 0 0 0;
}

.contactContainer{}
.contactContent{
    margin-top: 4%;
}
.contactContent>div{
    padding:0;
}
.contactContent .contactContent-l{
    border:1px solid #fff;
    padding: 2%;
}
.contactContent .contactContent-l li{
    font-size: 16px;
    color: #fff;
    margin: 2%;
}
.contactContent .contactContent-l li i{
    margin-right: 4%;
    width: 20px;
    text-align: right;
    font-size: 20px;
}
.contactContent .contactContent-l li span{}
.contactContent .contactContent-r{
    border: 1px solid #fff;
    padding: 4% 0 4% 130px;
    margin-top: 66px;
    margin-left: -100px;
    background: rgba(7,70,144,0.7);
    position: relative;
}
.contactContent .contactContent-r li{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.contactContent .contactContent-r li p{}
.contactContent .contactContent-r li p i{
    visibility: hidden;
}
.contactContent .contactContent-r_wechat{
    position: absolute;
    top:0;
    left: 0;
}
.contactContent .contactContent-r_wechat img{}
.contactContent .contactContent-r_wechat p{
    color: #fff;
    text-align: center;
    font-size: 12px;
}


/*inner page*/
.normal-banner{
    margin-top: 170px;
    margin-bottom: 4%;
}

.aboutPage{}
.aboutPage .aboutPage-nav{
    background-color: #074690;
    width: 60%;
    min-width: 800px;
    padding: 10px;
    overflow: hidden;
}
.aboutPage .aboutPage-nav ul{
    overflow: hidden;
    float: right;
}
.aboutPage .aboutPage-nav ul li{
    float: left;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
.aboutPage .aboutPage-nav ul li:first-child{
    border: none;
}
.aboutPage .aboutPage-nav ul li a{
    display: block;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.aboutPage .aboutPage-nav ul li a span{}
.aboutPage .aboutPage-nav ul li:hover a,
.aboutPage .aboutPage-nav ul li.active a{
    font-weight: bold;
    font-size: 13px;
}
.aboutPage .aboutPage-con{
    margin-top: 4%;
    border: 2px solid #074690;
    background-color: #eee;
}
.aboutPage .aboutPage-con-tit{
    background-color: #1b5fb0;
    position: relative;
}
.aboutPage .aboutPage-con-tit p{height: 30px;line-height: 30px;color: #fff;font-size: 16px;text-indent: 10px;}
.aboutPage .aboutPage-con-tit div{
    position: absolute;
    right: 10px;
    top: -2px;
}
.aboutPage .aboutPage-con-tit div span,
.aboutPage .aboutPage-con-tit div:before,
.aboutPage .aboutPage-con-tit div:after{
    display: inline-block;
    width: 14px;
    height: 32px;
    background-color: #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
    margin: 0 4px;
}
.aboutPage .aboutPage-con-tit div:before,
.aboutPage .aboutPage-con-tit div:after{
    content: '';
}
.aboutPage .aboutPage-con-txt,.aboutPage-con-photo{
    background-color: #fff;
    width: 96%;
    margin: 2% auto;
    padding: 2%;
    border-radius: 10px;
}
.aboutPage .aboutPage-con-txt p{
    font-size: 16px;
}
.aboutPage-con-photo ul{
    overflow: hidden;
}
.aboutPage-con-photo ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
    border:1px solid #eee;
    overflow: hidden;
    padding: 2%;
}
.aboutPage-con-photo ul li:nth-child(3n+3){
    margin-right: 0;
}
.aboutPage-con-photo ul li img{
    max-width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aboutPage-con-photo ul li:hover{
    -webkit-box-shadow: 0 0 10px rgba(28,95,176,.5);
    -moz-box-shadow: 0 0 10px rgba(28,95,176,.5);
    box-shadow: 0 0 10px rgba(28,95,176,.5);
}
.aboutPage-con-photo ul li:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.rdcPage{}
.rdcPage .rdcPage-nav{position: relative;overflow: hidden;}
.rdcPage .rdcPage-nav ul{
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.rdcPage .rdcPage-nav ul li{
    float: left;
    width: 33.33%;
    position: relative;
    padding: 2% 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.rdcPage .rdcPage-nav ul li a{
    display: block;
    color: #999;
    font-size: 16px;
}
.rdcPage .rdcPage-nav ul li span{
    display: block;
    font-size: 12px;
}
.rdcPage .rdcPage-con{
    clear: both;
    padding: 4%;
    border: 2px solid #1b5fb0;
    margin-top: -2px;
}
.rdcPage .rdcPage-con .rdcPage-con-tit{}
.rdcPage .rdcPage-con .rdcPage-con-tit p{
    font-size: 16px;
}
.rdcPage .rdcPage-con .rdcPage-con-txt{}
.rdcPage .rdcPage-con .rdcPage-con-photo{}

.rdcPage .rdcPage-nav ul li:hover,
.rdcPage .rdcPage-nav ul li.active{
    background: url("../images/rdcNav.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.rdcPage .rdcPage-nav ul li:hover a,
.rdcPage .rdcPage-nav ul li.active a{
    color: #1b5fb0;
}

.contactPage{}
.contactPage .contactPage-info {
    overflow: hidden;
    width: 80%;
    margin: 2% auto 2% auto;
}
.contactPage .contact-infos{
    background-color: #00a0e9;
    float: left;
    width: 48%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 4%;
    padding: 4% 0;
    border-radius: 10px;
}
.contactPage .contact-infos:nth-child(2) h4 i{
    font-size: 40px;
}
.contactPage .contact-infos:nth-child(2n+2){
    margin-right: 0;
}
.contactPage .contact-infos h4{
    width: 90%;
    margin: 0 auto 10px auto;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.contactPage .contact-infos h4 i{
    font-size: 30px;
    margin-bottom: 6px;
}
.contactPage .contact-infos span{
    color: #fff;
    font-size: 16px;
}

/*messagePage*/
.messagePage{}
.messagePage .form-signin h2.form-signin-heading,
.messagePage .form-signin .btn-login,
.messagePage .form-signin .btn-login:hover{
    background-color: #004f94;
    color: #fff;
}
.messagePage .login-wrap h4{
    margin-bottom: 3%;
}
.messagePage .form-signin .btn-login{
    margin-top: 40px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}
.messagePage .form-signin textarea{
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 12px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    outline: none;
    padding: 10px;
}
.messagePage .login-wrap{
    padding: 4% 6%;
}
.messagePage .login-wrap input{
    margin-bottom: 3%;
    width: 47.5%;
    display: inline-block;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin-right: 2%;
}

/*new*/
.newCon_list{
    background-color: #f9f9f9;
    padding: 2%;
}
.newCon_list .newCon_list-ul{
}
.newCon_list .newCon_list-ul>li{
    position: relative;
    padding: 3% 2%;
    margin-bottom: 3%;
    background-color: #fff;
    border-bottom: 2px dotted #ccc;
}
.newCon_list .newCon_list-ul>li a{
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}
.newCon_list .newCon_list-ul>li a .new-tit{
    font-size: 16px;
    color: #333;
    margin-top: 6px;
}
.newCon_list .newCon_list-ul>li a .new-date{
    display: inline-block;
    padding: 10px;
    background: #1b5fb0;
    color: #fff;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
}
.newCon_list .newCon_list-ul>li a .new-arrow{
    display: block;
    width: 24px;
}
.newCon_list .newCon_list-ul>li a .new-arrow img{
    width: 100%;
}
.newCon_list .newCon_list-ul>li:hover a .new-tit{
    color: #1b5fb0;
    font-weight: bold;
}

/*article*/
.articleCon{
    padding: 4%;
    position: relative;
    background-color: #fff;
    margin: 4%;
}
.articleCon .articleCon-detail{
}
.articleCon .articleCon-detail h4{
    border-bottom: 1px solid #eee;
    text-align: center;
    padding-bottom: 3%;
    margin-bottom: 2%;
}
.articleCon .articleCon-detail h4 span{
    font-size: 18px;
    color: #1b5fb0;
    font-weight: bold;
}
.articleCon .articleCon-detail article{
    width: 100%;
    overflow: hidden;
    margin-top: 6%;
    padding-bottom: 6%;
}
.articleCon .articleCon-detail article>div:nth-child(1){
    width: 40%;
    border: 1px solid #074690;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin:0 auto;
}
.articleCon .articleCon-detail article>div:nth-child(1) img{
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.articleCon .articleCon-detail article>div:nth-child(2){
    width: 100%;
}

#bg_copyright{
    text-align:center;
    background-repeat: repeat;
    background-color: #347bce;
    padding: 20px 0;
    margin-top: 4%;
}
.copyright{
    color:#fff;
    line-height:25px;
    text-align:center;
    font-size: 14px;
}
.copyright-con,.copyright-con a{color: #fff;font-size: 12px;}
.copyright a:hover{color:#ff0;}

.copyright .dh{
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
}
.copyright a:hover{
    color: #fff;
}

/*normal-pagination*/
.normal-pagination{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 0;
    overflow: hidden;
}
.normal-pagination li{
    float: left;
    width: 50%;
    list-style: none;
}
.normal-pagination li:nth-child(1){
    text-align: left;
}
.normal-pagination li:nth-child(2){
    text-align: right;
}


.proPage{}
.proPage .proPage-nav{
    text-align: center;
    height: 120px;
}
.proPage .proPage-nav ul{
    width: 900px;
}
.proPage .proPage-nav ul li{
    margin-right: 4%;
    float: left;
}
.proPage .proPage-nav ul li a{
    font-size: 14px;
    color: #999;
}
.proPage .proPage-nav .proPage-nav-f{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #eee;
}
.proPage .proPage-nav .proPage-nav-f a{
    display: block;
    padding: 10px 0;
}
.proPage .proPage-nav .proPage-nav-s,
.proPage .proPage-nav .proPage-nav-t{
    display: none;
}
.proPage .proPage-nav .proPage-nav-s>ul,
.proPage .proPage-nav .proPage-nav-t>ul{
    width: 100%;
    position: absolute;
    top: 52px;
    z-index: 3333;
    /*border-bottom: 1px solid #eee;*/
}
.proPage .proPage-nav .proPage-nav-t>ul{
    top: 36px;
    z-index: 44;
}
.proPage .proPage-nav .proPage-nav-s>ul>li,
.proPage .proPage-nav .proPage-nav-t>ul>li{
    float: left;
}
.proPage .proPage-nav .proPage-nav-s a,
.proPage .proPage-nav .proPage-nav-t a{
}
.proPage .proPage-nav .proPage-nav-t{
    overflow: hidden;
    display: none;
}
.proPage .proPage-nav .proPage-nav-f>li.active .proPage-nav-s,
.proPage .proPage-nav .proPage-nav-s>ul>li.active .proPage-nav-t{
    display: block;
}
.proPage .proPage-nav .proPage-nav-f>li.active>a,
.proPage .proPage-nav .proPage-nav-s>ul>li.active>a,
.proPage .proPage-nav .proPage-nav-t>li:hover>a,
.proPage .proPage-nav .proPage-nav-t>li.active>a,
.proPage .proPage-nav ul li a:hover,
.proPage .proPage-nav ul li a.active{
    color: #074690;
    font-weight: bold;
}

.proPage-con{
    border: 1px solid #074690;
    border-radius: 10px;
    margin-top: 2%;
    padding: 2% 4%;
}
.proPage-con .proPage-list{}
.proPage-con .proPage-list>ul{
    overflow: hidden;
}
.proPage-con .proPage-list>ul>li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #01a0e9;
    border-radius: 10px;
}
.proPage-con .proPage-list>ul>li:nth-child(4n+4){
    margin-right: 0;
}
.proPage-con .proPage-pic{
    width: 100%;
}
.proPage-con .proPage-pic img{
    width: 100%;
    border-radius: 10px;
}
.proPage-con .proPage-tit{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #00a0e9;
    color: #fff;
    border-radius: 10px;
}

.beian-info{
    position: absolute;
    bottom: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.beian-info a{
    color: #fff;
}

#bannerSwiper{
    width: 100%;
    height: 100%;
}
#bannerSwiper .swiper-slide{
}
#bannerSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
#bannerSwiper .swiper-button-prev:after,#bannerSwiper .swiper-button-next:after{
    display: block;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #333;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: bold;
}
#bannerSwiper .swiper-button-prev{
    outline: none;
}
#bannerSwiper .swiper-button-next{
    outline: none;
}
#bannerSwiper .swiper-pagination-bullet{
    width: 34px;
    height: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}

.home-ba{
    position: fixed;
    width: 100%;
    bottom: 2px;
    text-align: center;
}
.home-ba p,.home-ba p a{
    color: #666;
}