/*header*/
.header .mycontainer>a{
    display: block;
    background: url("../images/logo.png") no-repeat left center;
    padding-left: 90px;
    float:left;
    margin-top: 17px;
}
.header .mycontainer>a h1{
    font-size: 26px;
    color: #333333;
}
.header .mycontainer>a p{
    font-size: 12px;
    color: #999999;
    font-weight: lighter;
    letter-spacing: 2.5px;
}
.header{
    background: rgba(255, 255, 255, 0.8);
    width:100%;
    position: fixed;
    height: 90px;
    z-index:1000;
}
.header ul{
    float:left;
    margin-left: 30px;
    margin-right:15px;
}
.header ul li{
    float:left;
    width: 80px;
}
.header ul li a{
    float:left;
    text-align: center;
    width:100%;
    font-size: 14px;
    color: #333333;
    line-height: 90px;
    height:100%;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.header ul li a:hover{
    color: #fff;
    background: #42ad65;
}
#thyNavStyle a{
    color: #fff;
    background: #42ad65;
}
.tel{
    float:right;
    margin-top: 22px;
}
.tel p{
    background: url("../images/tel.png") no-repeat left center;
    font-size: 14px;
    color: #42ad65;
    padding-left: 22px;
}
.tel h4{
    font-size: 20px;
    color: #42ad65;
}

/*main*/
.title{
    padding-top: 65px;
    text-align: center;
    margin-bottom: 40px;
}
.title h3{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}
.title b{
    display: block;
    width: 100%;
    height: 30px;
    background: url("../images/line.png") no-repeat center;
}
.title p{
    font-size: 14px;
    color: #aaaaaa;
    letter-spacing:6px;
}
/*product*/
.probg{
   text-align: center;
    background: url("../images/lines.png") no-repeat center;
}
.product{
    display: inline-block;
}
.product li{
    float:left;
    width: 219px;
}
.product li a p{
    font-size: 16px;
    color: #666666;
    position: absolute;
    top:50%;
    left:50%;
    z-index:101;
    -webkit-transform: traslate(-50%,-50%);
    -moz-transform: traslate(-50%,-50%);
    -ms-transform: traslate(-50%,-50%);
    -o-transform: traslate(-50%,-50%);
    transform: traslate(-50%,-50%);
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.product li a:hover p{
    color: #3989e5;
}
.product li a{
    display: block;
    position: relative;
    width: 100%;
    height: 114px;
}
.product li a img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: 250ms 0s all linear;
    -moz-transition: 250ms 0s all linear;
    -ms-transition: 250ms 0s all linear;
    -o-transition: 250ms 0s all linear;
    transition: 250ms 0s all linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1) translate(-50%,-50%);
    -moz-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    -o-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
}
.product li a img:nth-of-type(1){
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
    opacity:0;
    -webkit-transform: scale(0.7) translate(-50%,-50%);
    -moz-transform: scale(0.7) translate(-50%,-50%);
    -ms-transform: scale(0.7) translate(-50%,-50%);
    -o-transform: scale(0.7) translate(-50%,-50%);
    transform: scale(0.7) translate(-50%,-50%);
}
.product li a:hover img:nth-of-type(1){
    opacity:1;
    z-index:100;
    -webkit-transform: scale(1) translate(-50%,-50%);
    -moz-transform: scale(1) translate(-50%,-50%);
    -ms-transform: scale(1) translate(-50%,-50%);
    -o-transform: scale(1) translate(-50%,-50%);
    transform: scale(1) translate(-50%,-50%);
}
.product li a:hover img:nth-of-type(2){
    opacity: 0;
    -webkit-transform: scale(0.7) translate(-50%,-50%);
    -moz-transform: scale(0.7) translate(-50%,-50%);
    -ms-transform: scale(0.7) translate(-50%,-50%);
    -o-transform: scale(0.7) translate(-50%,-50%);
    transform: scale(0.7) translate(-50%,-50%);
}
.product li a p{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.swiper-product a{
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
}
.swiper-product b{
    width: 100%;
    height: 285px;
}
.swiper-product a p{
    line-height: 35px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-product a:hover p{
    color: #3989e5;
}
.swiper-product a b i{
    display: block;
    position: absolute;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(57, 137, 229, 0.3) url("../images/add.png") no-repeat center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.swiper-product a:hover b i{
    opacity:1;
}
.product_cont{
    margin-top: 38px;
    margin-bottom: 70px;
}
/*banner2*/
.banner2{
    background: url("../images/banner2.jpg") no-repeat center;
    height: 158px;
}
.banner2 .mycontainer div{
    float:left;
}
.banner2 h2{
    font-size: 30px;
    margin-top: 35px;
    color: #fff;
    margin-bottom: 12px;
}
.banner2 p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.banner2 h3{
    float:right;
    font-size: 20px;
    background: #fff;
    color: #42ad65;
    text-align: center;
    border-radius: 37px;
    line-height: 56px;
    display: block;
    padding:0 20px;
    height: 56px;
    margin-top: 60px;
}

/*about*/

.about_text{
    width: 700px;
    float:left;
    padding-top: 26px;
    padding-right: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../images/aboutbg.jpg") repeat-y right center;
}
.about_text h2{
    font-size: 24px;
    color: #333333;
    letter-spacing: 7px;
}
.about_text span{
    color: #999999;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.about_text p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-top: 30px;
    background: url("../images/comline.png") no-repeat left top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 110px;
}
.about_text a{
    display: block;
    margin-top: 25px;
    width: 175px;
    height: 35px;
    text-align: center;
    background: #3989e5;
    border:1px solid #3989e5;
    color: #fff;
    font-size:14px;
    line-height: 35px;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.about_text a:hover{
    color: #3989e5;
    background: #fff;
}

.about{
    position: relative;
}
.about_pic{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
    position: absolute;
    top:0;
    right:0;
    width: 500px;
    height: 100%;
}
.swiper-about a{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-about a p{
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    background: rgba(29, 29, 29, 0.5);
}
.swiper-about a img{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.swiper-about .swiper-pagination{
    height: 40px;
    text-align: right;
    bottom: 0 !important;
    padding-right:20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-about .swiper-pagination-bullet{
    margin-top: 13px!important;
}
.swiper-about img{
    display: block;
}

/*case*/
.case{
    position: relative;
}
.swiper-case a{
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:1px solid #dcdcdc;
    padding:5px;
}
.swiper-case b{
    width: 100%;
    height: 220px;
}
.case .swiper-button-next{
    background-image:url("../images/jt_r.png");
    right: -60px;
}
.case .swiper-button-next.swiper-button-disabled{
    background-image:url("../images/jt_rs.png");
    opacity: 1;
}
.case .swiper-button-prev{
    background-image:url("../images/jt_l.png");
    left: -60px;
}
.case .swiper-button-prev.swiper-button-disabled{
    background-image:url("../images/jt_ls.png");
    opacity: 1;
}
.case .swiper-button-next,.case .swiper-button-prev{
    opacity: 1;
    background-size: 44px 44px;
    width: 44px;
    height: 44px;
}


/*news*/
.newsbg .title h3,.newsbg .title p{
    color: #fff;
}
.newsbg .title b{
    background: url("../images/line2.png") no-repeat center;
}
.newsbg{
    padding-bottom:65px;
    background: url("../images/newsbg.jpg") repeat center;
}
.news>img{
    float:left;
}
.news_text{
    width: 605px;
    float:right;
    padding:25px 0;
}
.news_text a{
    display: block;
    padding:20px;
    border-top:1px solid #75b389;
}
.news_text a:last-of-type{
    border-bottom:1px solid #75b389;
}
.news_text a:after{
    display: block;
    content: '';
    clear: both;
}
.date{
    float:left;
    text-align: center;
    width: 75px;
    border-right:1px solid #75b389;
    margin-right: 20px;
}
.date h4{
    font-size:40px;
    color: #ffffff;
    letter-spacing: 6px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.date span{
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_text .text h4{
    color: #fff;
    font-size: 16px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_text .text p{
    margin-top: 5px;
    line-height: 26px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news_text a:hover h4,.news_text a:hover span,.news_text a:hover p{
    text-shadow: 1px 1px 5px #333;
}


/*footer*/
#footer{
    background: #333333;
}
.foot_top{
    padding-top: 38px;
    padding-bottom: 20px;
    height: 165px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer_l{
    width: 300px;
    float:left;
    padding-top: 25px;
    color: #e8e8e8;
}
.footer_l h4{
    font-size: 26px;
}
.footer_l p{
    font-size: 12px;
}

.footer_m{
    float:left;
    width: 400px;
    height: 108px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 50px;
    border-left:1px solid #717171;
    border-right:1px solid #717171;
}
.footer_m a{
    float:left;
    font-size: 14px;
    color: #e8e8e8;
    margin-right: 63px;
    margin-bottom: 20px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.footer_m a:nth-of-type(3n){
    margin-right:0;
}
.footer_m a:hover{
    color: #3989e5;
}
.fot_text{
    float:left;
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 52px;
}
.fot_text span{
    color: #e8e8e8;
    font-size: 14px;
    width:50%;
    margin-bottom: 7px;
    float:left;
}
.fot_text span:last-of-type{
    width: 100%;
}


.fotcr{
    background: #252525;
    width: 100%;
    line-height: 40px;
    height: 40px;
}
.fotcr a,.fotcr span{
    float:left;
    color: #ffffff;
    font-size: 12px;
}
.fotcr .login{
    float:right;
}


/*proside*/
.proside>div:first-child {
   background: #42ad65;
   width: 260px;
   height: 96px;
   text-align: center;
}

.proside>div:first-child h5 {
    padding-top: 20px;
    font-size: 24px;
    letter-spacing: 11px;
    font-weight: bold;
    color: #ffffff;
}

.proside>div:first-child span {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
}

.prolist {
    background: #fff;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}

.prolist ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li ul li {
    border-bottom: 1px solid #e9e9e9;
    line-height: 50px;
}

.prolist ul li:last-child {
    border-bottom: none;
}

.prolist ul li ul li a {
    padding-left: 45px;
    font-size: 16px;
    color: #8a8a8a;
}

.prolist>ul>li>a {
    font-size: 14px;
    color: #333333;
    padding-left: 45px;
    -webkit-transition: 500ms 0s all ease;
    -moz-transition: 500ms 0s all ease;
    -ms-transition: 500ms 0s all ease;
    -o-transition: 500ms 0s all ease;
    transition: 500ms 0s all ease;
}

.prolist ul li ul li:hover a {
    color: #42ad65;
}

.prolist>ul>li>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    /*background:url("../images/ps.png") no-repeat 16px center;*/
}

.prolist>ul>li>a:hover {
    cursor: pointer;
    color: #42ad65;
}

/*侧边栏样式*/
.leftstyle {
    margin-top: 20px;
    border-top: 2px solid #42ad65;
    border-bottom: 2px solid #42ad65;
    box-sizing: border-box;
    padding-top: 13px;
    padding-bottom: 2px;
    width: 260px;
    border-top: 0;
    box-shadow: 1px 1px 9px #e9e9e9;
}
.leftstyle div:first-child {
    background: #ffffff;
    border-bottom: 2px solid #42ad65;
}

.leftstyle p {
    line-height: 34px;
    padding-left: 20px;
}
.leftstyle p a{
    color: #464646;
}