@charset "UTF-8";
body {
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #fff;
    min-width: 1300px;
}

button, input, textarea {
    font-family: '微软雅黑','Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    font-family: Verdana, Arial
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}

.about-team {
    min-width: 1200px;
    background: #f6f7fc;
    padding: 1px 0;
}

.boxs {
    /*width:1200px;*/
    width: 60%;
    min-width: 1100px;
    margin: 0px auto;
}
.pro1{
    margin: 60px auto 60px auto;
}
.editor {
    font-size: 15px;
    line-height: 35px;
    color: #222222;
    text-align: justify;
}

.editor ul, .editor li {
    list-style-type: disc;
}

.editor ul, .editor ul li {
    list-style-type: disc;
    margin-left: 15px;
}

.editor ul li {
    margin-left: 0px;
}

.editor ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

.editor p {
    text-indent: 2em;
}

/*end ÃƒÂ§Ã‚Â¼Ã¢â‚¬â€œÃƒÂ¨Ã‚Â¾Ã¢â‚¬ËœÃƒÂ¥Ã¢â€žÂ¢Ã‚Â¨*/
.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

.picture {
    position: relative;
    overflow: hidden
}

.picture img {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s
}

.each-item:hover .picture img {
    transform: scale(1.17);
    -moz-transform: scale(1.17);
    -webkit-transform: scale(1.17);
    zoom: 1.17 \9
}

/*end basic */
.pro1 .title {
    font-size: 32px;
    color: #222222;
    text-align: center;
    font-weight: bold;
}

.pro1 .tips {
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin: 15px auto 60px auto;
}

.peditor {
    padding-bottom: 100px;
}

.pro1_title {
    margin: 0;
    padding: 30px 0 0 0;
    font-size: 28px;
    color: #AC1717;
    font-weight: 600;
    font-family: '微软雅黑';
}

.pro1_details {
    padding: 20px 0 80px;
}

.pro1_details li {
    float: left;
    width: 19%;
    height: 250px;
    margin: 20px 0 20px 1.25%;
    box-shadow: 0px 0px 10px 2px rgba(4, 0, 0, .1);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 1.5%;
    transition: all .4s;
    -webkit-transition: all .4s;
    background: #fff;
}

.pro1_details li:hover {
    background: #15499a;
}

.pro1_details li:first-child {
    margin-left: 0;
}

.pro1_details .t1 {
    font-size: 35px;
    color: #15499a;
    font-weight: bold;
    font-family: 'arial';
}

.pro1_details li:hover .t1 {
    color: #ffffff;
}

.pro1_details .t2 {
    font-size: 17px;
    line-height: 26px;
    color: #15499a;
    font-weight: bold;
    margin: 10px 0 15px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.pro1_details li:hover .t2 {
    color: #ffffff;
}

.pro1_details .t3 {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 101px;
}

.pro1_details li:hover .t3 {
    color: #e0e0e0;
}


/*wenhua.html*/
.wenhua {
}

.wenhua .box {
    max-width: 1150px;
    padding-bottom: 30px;
    margin-top: -15px;
}

.wenhua li {
    width: 100%;
    padding: 60px 30px 10px 0px;
    position: relative;
    vertical-align: top;
}


.wenhua .imgs {
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e5e5e6;
    float: left;
    box-sizing: border-box;
}

.wenhua .lans {
    float: right;
    width: calc(100% - 230px);
    margin-top: 20px;
}


.wenhua .title1 ,.pro3_details .title1{
    font-size: 24px;
    color: #15499a;
    font-weight: bold;
    padding-bottom: 10px;
}

.wenhua .heng,.pro3_details .heng {
    width: 35px;
    height: 1px;
    background-color: #AC1717;
    margin: .14rem 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
}

.wenhua li:hover .heng ,.pro3_details li:hover .heng {
    width:80px;
}

.wenhua .mess ,.pro3_details .mess {
    color: #616161;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.7;
}

/*end wenhua,html*/
.third-list li {
    transition: all .6s;
    -webkit-transition: all .6s;
    float: left;
    width: 13%;
}

.third-list li.on {
    width: 35%;
}

.third-list li a {
    width: 483px;
    display: block;
    transition: all .6s;
    -webkit-transition: all .6s;
    position: relative;
}

.third-list li .imgs {
    width: 100%;
    height: 500px;
    display: block;
    background-size: cover;
    position: relative;
    transition: all .6s;
    -webkit-transition: all .6s;
}

.third-list li a .imgs:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
}

.third-list li.on .imgs {
}

.third-list li.on .imgs:after {
    width: 10%;
    opacity: 0;
}

.third-list .lans {
    width: 65px;
    border-top: 2px solid #15499a;
    vertical-align: top;
    padding-top: 25px;
    position: absolute;
    top: 50px;
    left: 40px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    z-index: 5;
}

.third-list li:nth-child(2) .lans {
    top: 100px;
}

.third-list li:nth-child(3) .lans {
    top: 200px;
}

.third-list li:nth-child(4) .lans {
    top: 270px;
}

.third-list li:nth-child(5) .lans {
    top: 100px;
}

.third-list li:nth-child(6) .lans {
    top: 70px;
}

.third-list li.on .lans {
    top: 50px;
    border-top-color: #AC1717;
}

.third-list .lans .t1 {
    font-size: 18px;
    color: #15499a;
    font-weight: bold;
    text-transform: uppercase;
    transform: rotate(90deg);
    display: inline-block;
    width: 500px;
    position: absolute;
    top: 240px;
    left: -243px;
}

.third-list .lans .t2 {
    font-size: 22px;
    line-height: 1;
    width: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: absolute;
    top: 0;
    right: 10px;
    white-space: normal;
}

.third-list li.on .t1 {
    font-size: 22px;
    color: #AC1717;
}

.third-list li.on .t2 {
    font-size: 30px;
    width: 25px;
    color: #eee;
}

.third .indextitle, .fourth .indextitle {
    margin-left: -145px;
}

.tl-banner {
    margin: 30px 0 75px 0;
    height: 500px;
    overflow: hidden;
}

.fw2 ul.fw2-list {
    padding: 20px 0;
}

.fw2 .fw2-list li {
    width: 32.5%;
    height: 230px;
    overflow: hidden;
    position: relative;
    margin: 5px 0;
    background-color: #fafafa;
    float: left;
    z-index: 0;
}

.fw2 .fw2-list li:nth-child(3n-1) {
    margin: 5px 1.25%;
}

.fw2-list a {
    width: 100%;
    height: 100%;
    display: block;
}



.fw2-list .top-lan {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF;
    font-weight: bold;
    width: 100%;
    background: rgba(0,0,0,.7);
    padding: 8px;
    box-sizing: border-box;
}


.fw2-more .tras-right {
    border-right-color: #FFFFFF;
    margin-top: 0px;
}

.contacts2 .money-ul ul {
    width: 180px;
}

.liuyan {
    width: 75%;
    margin: auto;
    padding-top: 50px;
}

.liuyan .input {
    float: left;
    line-height: 30px;
    height: 50px;
    background: #FFFFFF;
    width: 48.5%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 16px;
    color: #333333;
}

.liuyan .input.t2 {
    margin-left: 3%;
}

.liuyan textarea {
    width: 100%;
    display: block;
    margin: 30px 0;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    height: 125px;
    font-size: 16px;
    color: #333333;

}
.liuyan .sub{
    display: block;
    background: #AC1717;
    color: #fff;
    text-align: center;
    width: 200px;
    border-radius: 6px;
    margin: 0 auto;
    border: 0;
    font-size: 24px;
    line-height: 60px;
}
.pro2_details{
    background-position: left center;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    width: 100%;
    margin: 30px 0 60px 0;
}
.content_wrapper{
    float: right;
    width: 882px;
    height: 430px;
    padding: 80px 0 40px 0;
}
.content_wrapper .item{
}
.content_wrapper .item:before{
    content: '';
    display: block;
    float: left;
    width: 292px;
    height: 215px;
    margin: -1px -1px 0 0px;
}
.content_wrapper .item li{
    position: relative;
    float: left;
    width: 292px;
    height: 215px;
    margin: -1px 0px 0 -1px;
    border: 1px solid rgba(170,170,170,.6);
    box-sizing: border-box;
}
.item .lans{
    position: relative;
    z-index: 5;
    width: 85%;
    margin: 20px auto 20px auto;
}
.item .t1{
    color: #fff;
    font-size: 16px;
}
.item .t1 img{
    margin-right: 5px;
}
.item .hengs{
    display: block;
    background: rgba(170,170,170,.6);
    height: 1px;
    width: 50px;
    margin: 15px 0;
    transition: all .7s ease;
    -webkit-transition:all .7s ease;
}
.item li:hover .hengs{
    width: 100%;
}
.item .t2{
    color: rgba(255,255,255,.85);
    font-size: 15px;
    line-height: 1.5;
}
.item li:after{
    content: '';
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: block;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;

}
.item li:hover:after{
    content: '';
    width: 110%;
    height: 110%;
    top:-5%;
    left:-5%;
    background: #AC1717;
}
.pro1 .b1{
    width: 37%;
    float: left;
    padding-bottom: 60px;
}
.pro3_details{

}
.pro3_details li{
    padding: 30px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
}
.pro3_details .title1{
    font-size: 20px;
}
.pro3_details .mess{
    font-size: 15px;
}
.fw2_title{
    color: #000;
    font-size: 20px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 0  15px;
    border-left: 3px solid #15499a;
    font-weight: bold;
    margin: 30px 0 0px 0;
}
.editor .table li,.editor .table td{
    border: 2px solid #f6f7fc;
    padding: 10px 20px;
    /*background: #15499a;*/
    width: 100%;
    color: #15499a;
    box-sizing: border-box;
    font-weight: bold;
    transition: background .3s;
    -webkit-transition:background .3s;
}
.editor table{
    border-collapse: collapse;
}
.editor .table td:hover{
    color: #fff;
    background: #AC1717;
}
.editor .table li:hover{
    background: #15499a;
}
.page-header p{
    font-size: 22px;
}
@media screen and (max-width: 1440px) {
    .pro1 .title {
        font-size: 25px;
    }

    .pro1_details .t1 {
        font-size: 30px;
    }
}