.index4{padding:50px 0; position: relative;}
.index4 .text{width:48%; float:left; padding:25px 0 35px 0;}
.index4 .text .H4{font-size:36px; color:#23499e; text-transform: uppercase; font-weight: bolder; font-family: Arial;}
.index4 .text .bold{font-weight: bolder;}
.index4 .text .thin{font-weight:normal;}
.index4 .text .H5{font-size:30px; color:#313131; padding:25px 0 20px 0; position: relative;}
.index4 .text .H5::after{width:40px; height: 1px; content: ""; position: absolute; bottom:0; left: 0; background-color:#666666; opacity: .3;}
.index4 .text p{font-size:16px; color:#707070; line-height: 28px; margin: 10px 0;text-indent:2em;
}
.more2{display:block; width:163px; height: 38px; line-height: 38px; background-color:#23499e; text-align: center; font-size:14px; color:#fff;}
.more2:hover{background-color:transparent; border:1px solid #23499e; color:#23499e;}
.index4Num{margin-top:55px; padding-top:45px; border-top:1px solid #e4e4e4; }
.index4Num .list{font-weight:bolder; float:left; }
.index4Num .list:nth-child(2){float:right;}
.index4Num .big{font-size:80px; color:#23499e; font-family: Arial; font-weight: bolder; line-height: 58px; display: inline-block;}
.index4Num .small{font-weight:normal; display:inline-block;font-size:30px; color:#23499e; font-family: Arial;line-height: 20px; margin: 0 20px 0 3px; vertical-align: bottom;}
.index4Num .p22{display:inline-block; font-size:16px; color:#5a5a5a; line-height: 20px; vertical-align: middle;font-weight:normal; }
.videoR{position:absolute; top:100px; right:0; width:47.34%;padding:0 0 52px 7.81%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;}
.videoR .pic{height:542px;}
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}

.videoR .playBtn:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(35,73,158, 0.35);
    transform: scale(1.15);
    border-radius: 50%;
    transition: 0.6s;
}
.videoR .playBtn:hover:after {
    transform: scale(1.25);
}

.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}
.ditu {
    width: 100%;
    background-image:url("../images/ddt.jpg");
    height:200px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align:center;


}

.gsjjtxt {
position:relative;
padding:10px; 
height:490px;
width:100%;
overflow-y:auto;
overflow-x:hidden;
}

.gsjjtxt::-webkit-scrollbar {
width:3px;
height:3px;
    }
    .gsjjtxt::-webkit-scrollbar-track {

    }
    .gsjjtxt::-webkit-scrollbar-thumb {
        background:rgba(0,0,0,.075);
    }


.ditu p{
    font-size:22px;   
    color:#666;
    padding: 90px 30px;
}

.boxes h1 {
    text-align: center;
    font-size: 30px;
    width: 300px;
    margin: auto;
    position: relative;
}
 .boxes h1:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #23499e;
    position: absolute;
    left: 10px;
    bottom: 10px;
    left: 44%;
    bottom: -20px;
}
.boxes p.en {
    text-align: center;
    font-size: 18px;
    width: 300px;
    margin: auto;
    position: relative;
    margin-top: 35px;
}
.qtbt p {
font-size: 14px;
    padding: 40px;
    color: #666666;
    line-height: 32px;
    text-align: center;
}
.qtbt ul {
    margin: 0px 30px;
}
.qtbt ul li{
    width:275px;
    height:305px;
    margin-bottom: 50px;
    position:relative;
    display:inline-block;
    overflow:hidden;
    cursor:pointer;
}
.qtbt h3 
{
text-align: center;
    margin: 30px auto;
    font-size: 18px;
 }
.qtbt ul li img{
    width:100%;
    display:inline-block;
    	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
    .qtbt ul li p {
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: url(../images/index_01.png) repeat;
    left: 0px;
    bottom: -40px;
    width: 100%;
    position: absolute;
    z-index: 10;
    font-size: 16px;
    color: #fff;
    padding:0;
    padding-left: 30px;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
    }
 
     .qtbt ul li p span {
font-size:12px;
padding-left:20px;
        }
.qtbt ul li:hover img{
  	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
      }
    .qtbt ul li:hover p {
bottom: 0px;
    }
.dhspirit {
    background: #F5F5F5;
    padding: 65px 0;
}
.dhspirit ul{
    margin: 0 -12px;
}
.dhspirit ul li{
    padding: 0 12px;
}
.dhspirit ul li .spirit{
    background: #ffffff;
    cursor:pointer;
    transition: all 3s;
    position:relative;
}
    .dhspirit ul li .spirit .border_top {
        position: absolute;
        height: 2px;
        width: 0;
        font-size: 0;
        background: #23499e;
        top: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
     z-index:2;
    }
    .dhspirit ul li .spirit .border_right {
        position: absolute;
        height: 0px;
        width: 2px;
        font-size: 0;
        background: #23499e;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
         z-index:2;
    }
    .dhspirit ul li .spirit .border_bottom {
        position: absolute;
        height: 2px;
        width: 0px;
        font-size: 0;
        background: #23499e;
        right: 0;
        bottom: 0;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
         z-index:2;
    }
    .dhspirit ul li .spirit .border_left {
        position: absolute;
        height: 0px;
        width: 2px;
        font-size: 0;
        background: #23499e;
        left: 0;
        top: 0;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        z-index:2;
    
    }

    .dhspirit ul li .spirit:hover .border_left, .dhspirit ul li .spirit:hover .border_right {
    height: 100%;
}
    .dhspirit ul li .spirit:hover .border_top, .dhspirit ul li .spirit:hover .border_bottom {
    width: 100%;
}


.dhspirit ul li .spirit .spiritimg{
    height: 246px;
    overflow: hidden;
}
.dhspirit ul li .spirit .spiritimg img{
    width: 100%;
    	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
    .dhspirit ul li .spirit:hover .spiritimg img {
  	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
    }
.dhspirit ul li .spirit .spirittext{
    height: 200px;
    overflow: hidden;
    text-align: center;
    padding: 0 5px;
}
.dhspirit ul li .spirit .spirittext h4{
    font-size:18px;
    margin: 30px 0;
}
.dhspirit ul li .spirit .spirittext span{
    display: block;
    width: 40px;
    height: 2px;
    margin: auto;
    background: #00a3df;
}
.dhspirit ul li .spirit .spirittext p{
    color: #666666;
    margin-top: 40px;
}
.honor-list {
    width: 1400px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.honor-list dd {
    float: left;
    display: block;
    width: 25%;
 
    transition: 0.43s;
    -webkit-transition: 0.43s;
    cursor: zoom-in;
}
.honor-list .img {
    width: 330px;
    height: 225px;
    border: 2px solid #c4c4c4;
    overflow: hidden;
    position: relative;
  text-align: center;
}
.honor-list .txt1 {
    height: 50px;
    margin-top: 5px;
    padding: 0px 5%;
    overflow: hidden;
    text-align: center;
    padding-left: 80px;
}
.honor-list .img img {
        margin-top: 5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.tzjg {
    margin:auto;
}
.bigImg {
    position: absolute;
    top: 50%;
    left: 50%;
   transform: translate(-50%,-50%); 
}
 .zoomimg:hover{
    cursor: zoom-in;
}

 .bigImg img {
max-width: 100%;
    }

    .bigImg p {
    height: 50px;

   
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #565454;
    font-size: 16px;
    }
        .none-scroll {
            overflow:hidden;
        }
  .opacityBottom {
        width: 100%;
        height: 100%;
        position: fixed;
        background: rgba(0,0,0,0.8);
        z-index: 1000;
        top: 0;
        left: 0;
    }
  .displayflex {
    justify-content: space-evenly;
}


  .casexqbox{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
    display: none;
}
.casexqbox .juzhong{
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
.casexq{
    width: 1000px;
    max-width: 100%;
    background: #ffffff;
    border: 8px solid rgba(0,0,0,0.3);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}
.casexq img.guanbi{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.casexqnr{
    width: 60%;
    padding: 0 100px 0 55px;
}
.casexqnr h1{
    padding: 40px 0;
    font-size: 24px;
    display:inline-block;

}
    .casexqnr span{
font-size:16px;
color:#767676;
padding-left:20px;
    }

.casexqnr p{
    color: #666666;
    padding-bottom: 10px;
}

@media (max-width: 1600px) {
}
@media (max-width: 1500px) {
}
@media (max-width: 1450px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1355px) {
}
@media (max-width: 1300px) {
}
@media (max-width: 1260px) {
}
@media (max-width: 1199px) {
    .index4 {
padding: 20px 0 0;
    }
.index4 .text {
width: 100%;
padding: 25px 0 0px 10px;
        }
 .index4 .text .H4 {
font-size: 20px;
padding:  0;
    }

 .index4 .text p {
font-size: 14px;
line-height: 25px;
    }
    .videoR {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 30px;
    background: url(../images/p13.png) left bottom no-repeat;
    background-size: cover;
    }
 .videoR .pic {
height:auto;
        }
.videoR .playBtn {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 40%;
    left: 40%;
    cursor: pointer;
}
    .index4 .text .H5 {
    padding: 10px 0 20px 0;
    }


.ditu {
    width: 100%;
    background-image: url(../images/ddt.jpg);
    height: 150px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    overflow: hidden;
}
.ditu p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    padding: 50px 30px;
}
    .boxes h1 {
    font-size: 24px;
    width: 100%;
    }
.boxes h1:after {
width: 30px;
left: 47%;
}
.boxes p.en {
font-size: 14px;
    width: 100%;
    margin-top: 30px;
    }
    .qtbt p {
padding: 20px;
line-height: 25px;
    }


.qtbt ul {
    margin: 0px auto;
}
.qtbt ul li {
width: 80%;
    height: auto;
margin: 10px auto;
    }
.qtbt ul li p {
bottom: 0px;
    }




.dhspirit ul {
    margin: 0;
}
    .dhspirit ul li .spirit .spiritimg {
height: auto;
    }
    .dhspirit ul li {
margin-bottom: 20px;
    }
        .dhspirit ul li .spirit .spirittext {
height: auto;
        }
.dhspirit ul li .spirit .spirittext h4 {
margin: 10px 0;
            }
 .dhspirit ul li .spirit .spirittext p {
margin: 20px auto;
            }
 
    .tzjg {
    max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .casexq {
    padding: 20px 0;
    overflow: auto;
    max-height: 80%;
}
    .casexqnr {
width:100%;
padding: 0px 30px;
    }
}
@media (max-width: 800px) {
}
@media (max-width: 760px) {
    .videoBox2 {
        width:90%;
    }
    .gsjjtxt {
height:auto;
overflow-y:hidden;
    }
    .honor-list .txt1 {
padding-left: 0px;
    }
}
@media (max-width: 640px) {
}
@media (max-width: 500px) {
}