﻿/**/
.banner{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    background-size: 100%;
}

/*path*/
.path{
    width: 100%;
    overflow: hidden;
    height: 90px;
    border-bottom: 1px #ddd solid;
}
.path .swiper-wrapper,
.path ul{
    text-align: center;
}
.path ul li{
    width: 32%;
}
.path li {
    display: inline-block;
    line-height: 90px;
    position: relative;
    margin-right: 0!important;
}
.path li a{
    font-size: 26px;
}
.path li a.on{
    color: #0060a0;
}
.path li:after {
    position: absolute;
    right: 0;
    top: 30px;
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: #ddd;
}
.path .swiper-button-next,
.path .swiper-container-rtl .swiper-button-prev,
.path .swiper-button-prev,
.path .swiper-container-rtl .swiper-button-next{
    background-size: 70%;
}

/*about*/
.about{
    padding: 60px 30px 30px 30px;
    overflow: hidden;
}
.about ul{
}
.about li{
    width: 100%;
    margin-bottom: 30px;
}
.about-img{
    width: 100%;
    height: 320px;
    display: block;
    overflow: hidden;
    position: relative;
}
.about-img img {
    width: 100%;
}
.about li span{
    display: block;
    padding-top: 25px;
    font-size: 32px;
}
.about li p{
    line-height: 32px;
    padding-top: 10px;
    color: #999;
}
.about-more {
    margin-top: 20px;
    padding-left: 40px;
    color: #0060AD;
    line-height: 25px;
    background: url(/styles/images/a-more.png) no-repeat left center;
}
.video{
    width: 100%;
    height: 300px;
    background: url(/styles/images/video.jpg) no-repeat;
    position: relative;
}
.video i{
    background: url(/styles/images/play2.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video a:hover i{
    background: url(/styles/images/play.png) no-repeat;
    width: 100px;
    height: 100px;
    background-size: 100%;
}
.about2{
    background: #f8f8f8;
    padding: 30px 30px;
    overflow: hidden;
}
.about2 li{
    width: 100%;
    background: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.about2-img{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}
.about2-img img {
    width: 100%;
}
.about2 li span{
    display: block;
    padding: 40px 0px 5px 40px;
    font-size: 32px;
}
.about2 .about-more{
    margin-left: 40px;
    margin-bottom: 40px;
}


/*aboutus*/
.aboutus{
    padding: 30px 30px;
}
.aboutus-img{
    display: block;
    height: 414px;
}
.aboutus-img img{
    width: 100%;
}
.aboutus-txt{
    background: #f0f6ff;
    color: #666;
    padding: 50px 30px;
}
.aboutus-txt span{
    font-size: 42px;
    color: #7092c3;
    font-family: "Arial";
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}
.aboutus-txt em{
    color: #333;
    font-size: 30px;
    font-style: normal;
    padding-top: 10px;
    display: block;
}
.aboutus-txt p {
   
    height: 2px;
    background: #333;
    display: block;
    margin-top: 20px;
}
.aboutus-text {
    margin-top: 30px;
    text-align: justify;
    font-size: 24px;
    line-height: 36px;
}
.aboutus-num {
    height: 250px;
    display: block;
    position: relative;
}
.aboutus-num img{
    width: 100%;
    height: 250px;
}
.aboutus-num ul {
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(23,77,153,0.8);
}
.aboutus-num li {
    float: left;
    width: 33%;
    text-align: center;
    padding-top: 90px;
    color: #fff;
}
.aboutus-num li span {
    color: #fff;
    font-size: 50px;
    font-family: Arial;
    padding-top: 50px;
}
.aboutus-num li em {
    font-style: normal;
    font-size: 20px;
    padding-left: 5px;
}
.aboutus-num li p {
    padding-top: 10px;
}


/*history*/
.history{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.history-title{
    padding-bottom: 50px;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #333;
}
.start {
    width: 28px;
    height: 28px;
    border: 1px #bfbfbf solid;
    border-radius: 50%;
    margin-left: 45px;
}
.item {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 50px;
    padding-bottom: 20px;
}
.item-one{
    padding-left: 100px;
}
.item-one span {
    font-size: 40px;
    color: #666;
    display: block;
    padding-bottom: 20px;
    font-weight: bold;
}
.item-one p{
    line-height: 32px;
    padding: 10px 50px 0 0;
}
.item-img img{
    width: 500px;
}
.item-line {
    width: 64px;
    height: 100%;
    margin-left: 18px;
    margin-right: 18px;
    position: absolute;
    left: 10px;
    top: 0;
}
.round {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: #bfbfbf;
}
.dots {
    width: 21px;
    height: 21px;
    border: 1px #0061B0 solid;
    border-radius: 50%;
    position: absolute;
    top: 114.5px;
    left: 21.5px;
    box-sizing: border-box;
}
.dots>span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #0061B0;
    position: absolute;
    top: 4px;
    left: 4px;
}

/*culture*/
.culture{
    padding: 60px 0;
    overflow: hidden;
}
.culture-title {
    text-align: center;
    padding-bottom: 30px;
}
.culture-title span{
    font-size: 42px;
    display: block;
    color: #333;
}
.culture-title em{
    font-style: normal;
    color: #999;
    font: 36px/1.5 "acaslonpro","times new roman",tahoma,georgia;
}
.culture1{
    position: relative;
    overflow: hidden;
}
.culture1-img{
    width: 100%;
    height: 360px;
    overflow: hidden;
    display: block;
}
.culture1-img img{
    width: 100%;
    height: 360px;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.culture1:hover .culture1-img img{
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.culture1-txt{
    position: absolute;
    top: 10%;
    left: 5%;
    color: #073c7d;
    padding: 10px 100px 40px 20px;
    opacity: 0.8;
}
.culture1 span{
    font-size: 36px;
    display: block;
    font-weight: bold;
}
.culture1 em{
    font-style: normal;
    font-size: 24px;
    display: block;
    font-family: 'Century Gothic';
    text-transform: Uppercase;
    padding: 5px 0 20px 0;
}
.culture1 p{
    font-size: 24px;
    line-height: 40px;
    font-weight: bold;
}
.culture2{
    overflow: hidden;
}
.culture2 ul{
    padding:0 20px 50px 20px;
    overflow: hidden;
}
.culture2 li {
    float: left;
    width: 50%;
}
.culture2 li span{
    padding-left: 110px;
    padding-top: 7px;
    font-size: 36px;
    display: block;
}
.culture2 li em{
    color: #999;
}
.culture2 li p{
    line-height: 34px;
    text-align: center;
    font-size: 24px;
}
.culture2-img{
    width: 800px;
    height: 391px;
    overflow: hidden;
    display: block;
}
.culture2-img img{
    width: 100%;
    height: 391px;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
}
.culture2-img:hover img{
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.culture-i{
    padding-top: 50px;
    padding-bottom: 40px;
}
.culture-i1{
    margin-left: 35px;
    width: 62px;
    height: 62px;
    position: absolute;
    background: url("/styles/images/culture3.png") no-repeat;
}
.culture-i2{
    margin-left: 35px;
    width: 62px;
    height: 62px;
    position: absolute;
    background: url("/styles/images/culture4.png") no-repeat;
}


/*huodong*/
.huodong{
    padding: 60px 30px;
    overflow: hidden;
}
.huodong ul li{
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px #ddd dashed;
}
.huodong-img{
    width: 100%;
    display: block;
}
.huodong-img img{
    width: 100%;
}
.huodong-txt{
    padding: 20px 0;
}
.huodong-txt span{
    display: block;
    font-size: 30px;
    padding-bottom: 10px;
}
.huodong-txt em{
    background: url("/styles/images/time.png") no-repeat left;
    padding-left: 30px;
    color: #999;
}
.huodong-txt p{
    padding-top: 10px;
    line-height: 32px;
}

/*info*/
.info {
    padding: 40px 30px 0px 30px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}
.info ul{
    overflow: hidden;
    padding-bottom: 30px;
}
.info ul li{
    display: block;
    background: #fff;
    width: 580px;
    margin-bottom: 40px;
}
.info ul li:nth-child(3),
.info ul li:nth-child(6),
.info ul li:nth-child(9){
    margin-right: 0px;
}
.info ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.infoimg {
    display: block;
    overflow: hidden;
}
.infoimg img {
    display: block;
    width: 100%;
    height: 385px;
    line-height: 0;
    transition: 430ms;
}
.infotxt {
    padding:10px 20px 30px 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: block;
}
.infotxt em {
    font-style: normal;
    color: #999;
    padding-top: 10px;
    display: block;
    transition: 300ms;
}
.infotxt h3 {
    color: #333;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    height: 80px;
    margin-top: 15px;
}
.infolist li:hover .infotxt h3 {
    color: #7d0713;
}
.infotxt p {
    color: #666;
    line-height: 36px;
    padding-top: 20px;
    display: block;
    transition: 300ms;
}
.info li .infotxt span {
    display: block;
    line-height: 36px;
    font-size: 22px;
    padding-top: 15px;
    text-decoration: underline;
}
.info li:hover .infoimg img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.info li:hover .infotxt{ margin-top:-60px; background:#0060a0; height:215px;}
.info li:hover .infotxt em{ color:#fff;}
.info li:hover .infotxt h3{ color:#fff;}
.info li:hover .infotxt p{ color:#fff;}
.info li:hover .infotxt span {
    opacity: 1;
    bottom: 0;
    position: relative;
    transition: 355ms 100ms;
    color:#0060a0;
}


/*newscon*/
.newscon {
    border-bottom: 1px #e1e3e5 solid;
    padding: 20px 30px;
    overflow: hidden;
    position: relative;
}
.newscon h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #333;
    margin: 28px 0;
}
.news-meta{
    position: relative;
    color: #999;
    height: 40px;
    border-bottom: 1px solid #e1e3e6;
}
.news-meta span{
    padding-right: 20px;
}
.news-body {
    border-bottom: 1px solid #e1e3e6;
    padding: 30px 0px;
}
.news-body img{
    max-width:580px;
    height: auto!important;
}
.next{
    padding-top: 10px;
}
.next p{
    padding-bottom: 10px;
    line-height: 32px;
}


/*product*/
.product{
    padding: 50px 30px 0px 30px;
    overflow: hidden;
    background: #f8f8f8;
}
.product ul>li{
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}
.product-txt{
    padding: 30px 20px;
}
.product-txt span{
    display: block;
    font-size: 30px;
    padding-bottom: 20px;
}
.product-txt p{
    line-height: 32px;
    padding-bottom: 20px;
}
.product-more {
    padding-left: 40px;
    color: #0060AD;
    background: url(/styles/images/a-more.png) no-repeat left center;
}

/*probody*/
.protop{
    overflow: hidden;
    width: 100%;
    padding: 60px 0 0 0;
    position: relative;
}
.protop-img{
    width: 100%;
    display: block;
}
.protop-img img{
    width: 100%;
}
.protop-txt{
    width: 100%;
    padding-bottom: 50px;
    background: #f5f5f5;
}
.protop-txt span{
    padding: 50px 30px 0px 30px;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 32px;
}
.protop-txt p{
    padding-bottom: 30px;
    margin:30px;
    border-bottom: 1px #ddd solid;
    color: #666;
    display: block;
    line-height: 40px;
    font-size: 24px;
}
.protop-txt a.more{
    background: #0060b0;
    width: 230px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    display: block;
    text-align: center;
    border:1px #0060b0 solid;
    margin:30px 30px 0 30px;
}


.probody{
    overflow: hidden;
    padding: 50px 30px;
    background: #f0f6ff;
}
.procon{
    overflow: hidden;
    padding: 50px 30px;
}
.protitle{
    padding: 0px 0 0 0;
}
.protitle span{
    display: block;
    color: #333;
    font-size: 32px;
    position: relative;
    font-weight: bold;
}
.protxt{
    padding:30px 0 0 0;
    line-height: 40px;
    font-size: 24px;
}
.protxt img{
    max-width: 49%;
    padding-right:  1%;
    height: auto!important;
}

/*scon*/
.scon{
    overflow: hidden;
    padding: 50px 30px;
}
.scon-txt{
    width: 100%;
}
.scon-txt span{
    font-size: 32px;
    margin-bottom:10px;
    font-weight: bold;
    display: block;
}
.scon-txt em{
    font-size: 24px;
    color: #999;
    margin-bottom: 15px;
    font-style: normal;
    display: block;
}
.scon-txt i {
    width: 30px;
    height: 3px;
    background: #999;
    display: block;
    margin-bottom: 30px;
}
.scon-txt img{
    width: 100%;
}
.scon-txt p{
    line-height: 32px;
    padding: 30px 0;
}


.sitem{
    background: #f8f8f8;
    overflow: hidden;
    padding: 50px 30px;
}
.sitem-title{
    font-size: 32px;
    padding-bottom: 30px;
    display: block;
    font-weight: bold;
}
.sitem ul li{
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
}
.sitem li span{
    font-size: 26px;
    display: block;
    padding: 20px 30px;
    font-weight: bold;
}
.sitem li p{
    padding: 0 30px;
    line-height: 32px;
}
.sitem-img{
    padding: 20px 30px;
    overflow: hidden;
}
.sitem-img img{
    width: 32%;
    float: left;
    padding-right: 2%;
}
.sitem li img:nth-child(3){
    padding-right: 0%;
}
.sitem li em{
    font-size: 16px;
    display: block;
    margin: 20px 0 10px 0;
    padding: 0px 0px 0px 20px;
    font-style: normal;
    background: url("/styles/images/path.png") left no-repeat;
}
.sitem li a{
    padding-right: 20px;
    color: #0060b0;
}
.sitem li a:hover{
    text-decoration: underline;
    color: #0089D1;
}


.sbox{
    padding: 50px 30px;
    overflow: hidden;
}
.sbox li{
    float: left;
    width: 49%;
    margin-right: 2%;
    text-align: center;
}
.sbox li:nth-child(2),
.sbox li:nth-child(4){
    margin-right: 0;
}
.sbox-img{
    width: 100%;
    display: block;
    overflow: hidden;
}
.sbox-img img{
    width: 100%;
}
.sbox li span{
    display: block;
    padding: 10px 0 20px 0;
}



/*join*/
.join{
    padding: 60px 30px;
    overflow: hidden;
}
.join-l{
    padding: 30px;
    height: 80px;
    background: #0061b0;
    color: #fff;
}
.join-img{
    float: left;
    width: 17%;
}
.join-img img{
    padding-top: 5px;
}
.join-txt{
    float: right;
    width: 83%;
}
.join-l span{
    font-size: 30px;
    display: block;
    padding-bottom: 5px;
}
.join-r{
    margin-top: 30px;
    border: 1px #ddd solid;
    border-bottom: none;
}
.join label{
    width: 100%;
    position: relative;
    z-index: 20;
    display: block;
    height: 60px;
    cursor: pointer;
    color: #666;
    line-height: 60px;
}
.join input{
    display: none;
}
.join article{
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    border-bottom:1px solid #efefef;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.join-span{
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 20px 0;
    display: block;
}
.join-p {
    display: block;
}
.join input:checked ~ article{
    padding:0px 26px;
    border-top:1px solid #e2e2e2;
    line-height:2em;background:#f9f9f9;color:#888;margin-bottom:5px;
}
.join input:checked ~ article.ac-small{
    height: auto;
    padding: 0px 40px 30px 40px;
}
.join-left {
    overflow: hidden;
    background: url(/styles/images/arrow.png) right 20px center no-repeat;
}
.join-left span{
    font-size: 24px;
    display: inline-block;
    width: 130px;
    padding-left:20px;
}
.join-left p{
    display: inline-block;
    padding-left: 20px;
    color: #999;
}
.join-left em{
    display: inline-block;
    opacity: 0.4;
    font-size: 12px;
    padding: 0 10px;
    font-style: normal;
}


/*digg*/
.digg {padding-bottom:60px;text-align:center;}
.digg  li {     margin-bottom: 15px;   display: inline-block;margin-right: 2px;margin-left: 2px;border: 1px solid  #0060b0;padding: 4px 12px;}
.digg  li a{display: block;}
.digg  li:hover {background-color: #0060b0;border: 1px solid #0060b0;color: #FFF;}
.digg  li:hover a{color: #FFF;}
.thisclass {display: block;color: #FFF;background-color:  #0060b0;}
.pageinfo{display: block;color: #555;}
.digg  li:hover .pageinfo{
    color: #FFF;
}
.disabled {DISPLAY: none}


/*contact*/
.contact{
    padding: 50px 30px 50px 30px;
    overflow: hidden;
    position: relative;
}
.contact ul{
    background: #0061b0;
    color: #fff;
    padding: 50px 50px 20px 50px;
}
.contact-title{
    font-size: 32px;
    display: block;
    padding-bottom: 20px;
}
.contact em{
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 30px;
}
.contact li{
    padding-bottom: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}
.contact-icon{
    width: 20%;
}
.contact-icon img{
    padding-top: 10px;
}
.contact-txt{
    width: 80%;
}
.contact-txt span{
    font-size: 24px;
    display: block;
    padding-bottom: 5px;
}
.contact-txt p a{
    color: #fff;
    padding-top: 5px;
    display: block;
}

.map{
    width: 640px;
}


.branch{
    overflow: hidden;
}
.branch .title{
    text-align: center;
}
.branch .title span{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 30px;
    display: block;
}
.branch-nav{
    float: left;
    width: 100px;
    border-top: 1px #ddd solid;
}
.branch-nav ul{
    text-align: center;
    position: relative;
}
.branch-nav ul li{
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 15px 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.branch-nav ul li.active:after {
    content: "";
    width: 5px;
    height: 20px;
    display: block;
    background-color: #0060a0;
    position: absolute;
    left: 0;
    top: 19px;
}
.branch-nav ul li.active {
    color: #0060a0;
}
#branch-con{
    float: right;
    width: 538px;
    border: 1px #ddd solid;
    border-right: none;
}
.branch-body {
    padding: 20px;
}
.branch-body li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 40px;
    background-color: #f8f8f8;
    height: 500px;
}
.branch-body li:nth-child(2),
.branch-body li:nth-child(4),
.branch-body li:nth-child(6),
.branch-body li:nth-child(8){
    margin-right: 0;
}
.branch-body li img {
    width: 100%;
    height: 153px;
}
.branch-body li span{
    display: block;
    padding: 20px;
    font-size: 24px;
    color: #0061B0;
}
.branch-body li p{
    line-height: 30px;
    padding: 0 20px;
    margin-bottom: 5px;
}



.reports {
    padding: 20px;
    overflow: hidden;
}
.reports li {
    width: 45%;
    border: 1px #ddd solid;
    float: left;
    margin:0 1.5% 20px 1.5%;
    text-align: center;
}
.reportsimg {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.reportstxt {
	height: 60px;
    padding: 0px 20px 20px 20px;
}