@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    list-style-type: none;
    color: #fff;
}
a:link,a:visited,a:hover,a:active{
    color:#3f3470;
    text-decoration: none;
}
/*header*/
.header{
    width: 100%;
    height: 225px;
    background: #3c4389;
}
.headerCont{
    position: fixed;
    top: 0;
    left:0;
    z-index: 999;
    width: 100%;
    height: 245px;
    border-bottom: 1px solid #024004
    background: rgba(46, 153, 28, 0.33);
}
.headerBox{
    width: 1200px;
    margin: 0 auto;
    height: 125px;
}
.logo{
    font-size: 0;
    width: 1200px;
}
.logo img{
    margin: 1px 0;
}
.headerList{
    overflow: hidden;
    background:#fdda34;
    font-size: 16px;
    width: 1210px;
    margin: 0 auto;
}
.headerItem{
    float: left;
    width: 11%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: relative;
}
.headerItem a{
    font-size: 16px;

}
.headerItem:after{
    content: "";
    display: block;
    width: 0;
    height: 4px;
    background: #3f3470;
    position: absolute;
    left: 50%;
    margin-left: -0px;
    bottom: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.headerItem:hover::after{
    width: 120px;
    margin-left: -60px;
}
/*header*/
/*banner*/
.banner{
    width:1210px;
    font-size: 0;
    margin: 0 auto;
}
.bannerCont{
    width: 100%;
}
.bannerCont img{
    width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 100px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    position: relative;
}
.swiper-pagination-bullet:after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.swiper-pagination-bullet:hover::after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px;
}
.swiper-pagination-bullet-active{
    background: white;
}
.swiper-pagination-bullet-active:after{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 1px solid white;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px;
}
/*banner*/
/*product*/
.product{
    background: #3c4389;
    overflow: hidden;
    text-align: center;
     
    margin: 0 auto;
}
.title{
    position: relative;
    font-size: 30px;
    color: #010101;
    font-weight: 400;
    margin: 0 auto;
    padding: 45px 0;
    display: inline-block;
}
.title:before,.title:after{
    position: absolute;
    top: 50%;
    width: 85px;
    height: 7px;
    background-repeat: no-repeat;
    display: block;
    content: "";
}
.title:before{
    left: -125px;
    background-image: url("../images/mTitbg1.png");
}
.title:after{
    right: -125px;
    background-image: url("../images/mTitbg2.png");
}
.title p{
    font-size: 16px;
    color: #323232;
    line-height: 24px;
    font-family:  Arial, sans-serif;
}
.productList{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 0;
    border: 1px solid rgb(208, 208, 208)
}
.productItem{
    width: 296px;
    height: 260px;
    margin: 2px;
    float: left;
    overflow: hidden;
    position: relative;
}
.productItem>img{
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.productItem:hover>img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.productItem:hover .productItemMask{
    background:rgba(0,0,0,0.6);
    height: 100%;
}
.productItemMask{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    -webkit-transition: all 0.3s ease-out 0s;
    background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
}
.productItemMaskBox{
    position: absolute;
    top: 40%;
    width: 100%;
    margin: 0 0;
    text-align: center;
    color: white;
}
.productItem:hover .productItemMaskBox{
    position: absolute;
    top: 50%;
    width: 100%;
    margin: -50px 0;
    text-align: center;
    color: white;
}
.productItemMaskBox h4{
    font-size: 20px;
    font-weight: 400;
}
.productItemMaskBox p{
    font-size: 14px;
    line-height: 50px;
}
/*product*/
/*solution*/
.solution{
    width: 100%;
    text-align: center;
     
}
.solutionList{
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    border: 1px solid rgb(208, 208, 208);
}
.solutionItem{
    width: 296px;
    height: 470px;
    margin: 2px;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 0;
}
.solutionItem>img{
    width: 100%;
}
.solutionItemMask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    color: white;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.solutionItemMask:before{
    content: "";
    display: block;
    border: 6px solid white;
    border-bottom: none;
    border-right: inherit;
    width: 20px;
    height:20px;
    position: absolute;
    top: -100px;
    left: -100px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.solutionItemMask:after{
    content: "";
    display: block;
    border: 6px solid white;
    border-top: none;
    border-left: inherit;
    width: 20px;
    height:20px;
    position: absolute;
    bottom: -100px;
    right: -100px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.solutionItemMaskBox{
    position: absolute;
    width: 100%;
    top:40%;
}
.solutionItemMaskBox h4{
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    color: white;
}
.solutionItemMaskBox p{
    font-size: 14px;
    color: white;
}
.solutionItem:hover .solutionItemMask{
    background: rgba(0,0,0,0.6);
}
.solutionItem:hover .solutionItemMask:before{
    top: 10px;
    left: 10px;
}
.solutionItem:hover .solutionItemMask:after{
    bottom: 10px;
    right: 10px;
}
/*solution*/
/*information*/
.information{
    width: 100%;
    text-align: center;    
    background: #3c397e;
    overflow: hidden;
}
.informationBox{
    width: 1200px;
    margin: 0 auto;
}
/*news*/
.news{
    width: 100%;
    float: left;
}
.informationTitle{
    font-size: 24px;
    line-height: 40px;
    position: relative;
    text-indent: 20px;
    text-align: left;
    font-weight: 400;
    background:#f1e039;
}
.informationTitle a:hover{
    text-decoration: underline;
    color:#3c397e;
}
.informationTitle:before{
    content: "";
    display: block;
    width: 8px;
    height: 26px;
    background: #18b919;
    position: absolute;
    top: 0;
    left: 0;
}
.newsList{
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.newsItem{
    float: left;
    width: 375px;
    margin: 10px;
    border: 1px solid rgb(208, 208, 208);
}
.newsItemMid{
    margin: 0 30px;
}
.newsItem img{
    width: 100%;
    height:104px;
    padding-bottom: 10px;
}
.newsItem h5{
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.newsItem h5 a:hover{
    text-decoration: underline;
    color: #701B2E;
}
.newsItem p{
    font-size: 13px;
    text-align: left;
    text-indent: 2em;
    margin: 5px;
}
/*news*/
/*information*/
/*brand*/
.brand{
    width: 100%;
    position: relative;
    font-size: 0;
}
.brandBg{
    width: 100%;
}
.brandBox{
    position: absolute;
    width: 1200px;
    height: 336px;
    top: 50%;
    left: 50%;
    margin: -168px -600px;
    color: white;
}
.brandBoxCont{
    width: 845px;
    height: 336px;
}
.brandTitle1{
    font-size: 28px;
    font-weight: bold;
}
.brandTitle2{
    font-size: 24px;
}
.brandText{
    font-size: 14px;
    padding: 20px 0;
}
.brandBoxCont h3{
    font-size: 24px;
}
.brandList{
    padding-top: 20px;
    overflow: hidden;
}
.brandItem{
    position: relative;
    float: left;
    background: #ccc;
    padding: 20px 35px;
    margin-right: 20px;
}
.brandItemMask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.brandItem:hover .brandItemMask{
    background: rgba(0,0,0,0);
}
/*brand*/
/*footer*/
.footer{
    width: 100%;
    height: 200px;
    background:#1c194c;
}
.footerBox{
    width: 695px;
    height: 100px;
    margin: 0 auto;
    padding: 50px 0;
}
.footerLogo{
    padding: 0px 0;
    float: left;
}
.footerText{
    float: left;
    color: #a8a8a8;
    font-size: 14px;
    height: 100px;
    border-left: 1px solid black;
    margin: 0 50px;
    padding: 0 50px;
}
.footerText p span{
    line-height: 24px;
}
.footerQR_code{
    float: left;
    height: 100px;
}
/*footer*/




















