.table {
		display: table;
		width: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.table-cell img{
    width:100%;
    display: block;
}
.fontC{
    color: #e7380d;
}
.banner2 img{
    width: 100%;
    height: 100%;
    display: block;
}
.banner2 >.container{
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}
.part{
    padding: 50px 0;
}
.part img{
    max-width: 100%;
}
.part h3{
    font-size: 30px;
    padding: 20px;
    position: relative;
    margin-bottom: 20px;
}
.part h3::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #e7380d;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)

}
.tab{
    text-align: center;
}
.tab a{
    display: inline-block;
    padding: 12px 20px;
    color: #222;
    margin:20px 30px 40px;
    cursor: pointer;
}
.tab a.active{
    color: #fff;
    background: #e7380d;
    
}
.tab-content{position: relative;}
.tab-content img{
    width: 100%;
    height: 100%;
}
.tab-content-txt{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}
.tab-content-txt h4{
    font-size: 30px;
    padding: 20px 0;
    color: #e7380d;
}
.tab-content-txt article{
    line-height: 40px;
    font-size: 20px;
}
.link-btn{
    display:inline-block;
    border:2px solid #e7380d;
    color: #e7380d;
    padding: 12px 20px;
    margin-top: 31px;
}
.link-btn:hover{
    background: #e7380d;
    color: #fff;
}
.lb{
    background: #f3f2f2;
    max-height: 300px;
    
}
.right-txt{
    padding:0 5%;
}
.right-txt > h4{
    font-size: 19px;
    padding-bottom: 15px;
    font-weight:400;
}
.right-txt > article{
    line-height: 26px;
}
.link-btn2{
    background: #e7380d;
    color: #fff;
    position: absolute;
    right: 0;
    padding: 12px 20px;
    z-index: 999;
    cursor: pointer;
}
.full-bg2{
    background: url(../jpg/bg-pic.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color: #fff;
    text-align: center;
}
.part2-content3{
    color: #fff;

}
.part2-content3 h3{
    color: #e7380d;
    margin: 0 0 60px;
}
.part2-content3-four{
    margin-top: 50px;
}
.part2-content3-four h5{
    font-size: 50px;
    font-family: "Arial";
    padding: 20px;

}
.part2-content3-four article{
    line-height: 30px;
    font-size: 15px;
}


.xhj-slider {
    margin: 60px 0px;
    position: relative;
    overflow: hidden;
}

    .xhj-slider ul {
        display: -webkit-box;
        position: relative;
        left: 0
    }

        .xhj-slider ul li {
            margin: 0 10px;
            list-style: none;
            width: 90%;
            background: #fff;
        }

            .xhj-slider ul li a {
                display: block;
                padding: 40px;
                font-family: '微软雅黑';
                margin: 0 auto;
                color: #1a1a1a;
            }



            .xhj-slider ul li img {
                width: 90%;
                padding-left:5%;
                display: block;
                margin: 0 auto;
            }

            .xhj-slider ul li h4 {
                padding: 20px;
                font-size: 24px;
                text-align: center;
            }

            .xhj-slider ul li article {
                font-size: 15px;
                line-height: 32px;
            }
.xhjcurrent {
    width: calc(100% - 26px);
    border: 2px solid #e7380d;
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}


.part2-slider{
    margin:60px 0px;
    position:relative;overflow:hidden;
}
.part2-slider ul{
    display: -webkit-box;
    position: relative;
    left: 0
}
.part2-slider ul li{
    margin:0 10px;
    list-style: none;
    width: 270px;
    background: #fff;
    border:1px solid #ccc;
}
.part2-slider ul li a{
    display: block;
    padding: 40px;
    font-family: '微软雅黑';
    margin: 0 auto;
    color: #1a1a1a;
}
.current{
    width: calc(33.333333% - 26px);
    border:2px solid #e7380d;
    position: absolute; top: 60px; bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.current2{
    border:2px solid #e7380d;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.part2-slider ul li img{
    width: 45%;
    display: block;
    margin:0 auto;
}
.part2-slider ul li h4{
    padding: 20px;
    font-size: 24px;
    text-align: center;
}
.part2-slider ul li article{
    font-size: 15px;
    line-height: 32px;
}
.prev{
    background: url("../png/right.png") no-repeat;
    left: -39px;
    transform: rotate(180deg);
    background-size: 100%;
    width: 35px;
    height: 50px;
    top: 50%; 
    position: absolute;
}
.next{
    background: url("../png/right.png") no-repeat;
    right: -40px;
    background-size: 100%;
    width: 35px;
    height: 50px;
    top: 50%; 
    position: absolute;
}
@-webkit-keyframes ripple{
    0%{opacity:0;-webkit-transform:scale(.1,.1)}
    50%{opacity:1}
    100%{opacity:.1;-webkit-transform:scale(1)}
}
@keyframes ripple{
    0%{opacity:0;-webkit-transform:scale(.1,.1)}
    50%{opacity:1}
    100%{opacity:.1;-webkit-transform:scale(1)}
}
.points{
    position: relative;
    width: 140px;
    height: 140px;
    margin:20px auto;
    display: block;
}
.point{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background: 0 0;
}
.point1{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #e7380d;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    -moz-animation: ripple 4.5s ease-out 225ms infinite;
    -o-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
    width: 100%;
    height: 100%;
}
.point2{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #e7380d;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1125ms infinite;
    -moz-animation: ripple 4.5s ease-out 1125ms infinite;
    -o-animation: ripple 4.5s ease-out 1125ms infinite;
    animation: ripple 4.5s ease-out 1125ms infinite;
    width: 100%;
    height: 100%;
}

.point-dot{
    width: 70px;
    height: 70px;
    background: #e7380d;
    color: #fff;
    position: relative;
    font-size: 49px;
    line-height: 70px;
    font-weight: 400;
    top: 35px;
}
.part2-tip2-icon{
    border:15px solid #ededed;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    color: #222;
    background: #fff;
    text-align: center;
    display: block;
    margin:20px auto;
    font-size: 49px;
    line-height: 111px;
}
.part2-tip2-txt{
    width: 70%;
    margin: 15px auto;
    color: #333!important;
    text-align: left;
}
.animate-cicle{

}
/*english CSS*/
.part2-icon{
	width: 100px!important;
	display: block;
	padding: 20px 0;
	margin:0 auto;
}
.part2-icon +h5{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.english-pic2{
    width: 300px!important;
}
.english-pic2-txt{
    font-size: 18px;
}
.english-pic2-txt >span{
    color: #e7380d;
    font-size: 28px;
    padding: 0 10px;
}
.video-lf,.video-rt{
    width: 50%;
    position: relative;
}
.video-lf video{
    display: block;
    width: 100%;
}
.video-rt img{
    position: absolute;
    top: -94px;
	max-width:726px;
    right:0;
}
.video-txt{
    line-height: 40px;
    font-size: 17px;
    border:1px solid #f1f1f1;
}
.js-silder{
	position: relative;	
    width: 100%;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
    height: 270px;
}
.silder-main .videoOnOff{
	top: 40%;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img .video-common{
    width: 33.33%;
    float: left;
    position: relative;
    padding:0 15px;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
    margin-top: 20px;
}
.silder-ctrl-con{
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: inline-block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #fff;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	border:1px solid #ccc;
	margin-top: 15px;
}
.silder-ctrl-con.active>span{
	background-color: #e7380d;
}
/*video common*/
.video-common{position: relative;}
.videoOnOff{
	width: 60px;
    height: 60px;
	background: #e7380d;
	opacity: .5;
	left: 10%;
	top: 90%;
	position: absolute;
	border-radius: 50px;
	transform: translate3d(-50%,-50%,0);
}
.videoOnOff:after{
	width: 0;
    height: 0;
	border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	left: 50%;
	top: 50%;
	position: absolute;
	content: "";
	transform: translate3d(-50%,-50%,0);
	z-index: 3;
	
}
.video-common:hover .videoOnOff{opacity: 1;}
.videopop{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	height: 100%;
	width: 100%;
	background: #000;
}
.videopop video{
	width: 100%;
	height: 95%;
	display: block;
	margin-top: 2%;
}
.videopop .video-close{
	display: block;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	border:2px solid #fff;
	z-index: 9999999
}
.videopop .video-close::before,.videopop .video-close::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 12px;
	background: #fff;
	top:7px;
	left: 50%;
	transform: translateX(-50%);
}
.videopop .video-close::before{
	transform: rotate(45deg);
}
.videopop .video-close::after{
	transform: rotate(-45deg);
}

/*siwei CSS*/
.faq-icon1{
	background: url("../png/faq-icon1.png") no-repeat;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 78px;
	color: #fff;
	background-size: 100%;
	font-size: 28px;
	font-family: 'Arial';
}
.faq-icon1-text{
	padding-left:85px;
	text-align: left;
    margin:20px 0; 
}
.faq-icon1-text img{
    width: 100%;
}
.faq-icon1-text h4{
    font-size:18px;
    padding-bottom: 10px;
    font-weight: bold;
}
.faq-icon1-text h5{
	color: #e7380d;
	font-size:20px;
	font-weight: bold;
	padding: 10px 0;
	text-align: left;
}
.faq-icon1-text  article{
	line-height: 24px;
	font-size: 14px;
}
.faq-icon1-text .wthree_text{
    color: #fff;
}
.faq-icon1-text .w3layouts_news_grid_pos{
    width:-webkit-calc(100% - 85px);
    width:calc(100% - 85px);
    margin-left: 85px;
}
.video-center{
    /*position:absolute;
    overflow:hidden;
    top:0;
    left:50%;
    transform: translateX(-50%);*/
    width: 80%;
}
.siwei-title{
    font-size: 20px;
    padding: 20px;
}
.siwei-title + article{
    line-height: 30px;
}
.img-txt2{
    background: rgba(255, 0, 0, .5);
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 85px;
    width: calc(100% - 85px);
    width: -webkit-calc(100% - 85px);
    padding:5px 15px;
    color: #fff;
}
.w3layouts_news_grid:hover .img-txt2{
    display: none;
}
/*yishu CSS*/
.full-bg4{
    background: url(../jpg/yishu-bg.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color: #fff;
    text-align: center;
}
.img-txt{
    background: rgba(255, 0, 0, .5);
    line-height: 36px;
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    padding:5px 15px;
    color: #fff;
}
.img-pop-txt{
    color: #fff;
}
.w3_agileits_team_grid:hover .img-txt{
    display: none;
}
/*info CSS*/
.info-txt{
    font-weight: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}
.info-txt span{
    font-weight: 700;
}
.info-icons{
    margin:30px 0;
}
.info-icons h5{
    font-size: 20px;
}
.info-icon{
    width: 140px;
    height: 140px;
    border:15px solid #f6f6f6;
    display: block;
    margin:20px auto;
    border-radius: 100%;
}
.info-icon:hover{
    border-color: #e7380d;
}
.info-icon1{
    background:#fff url(../png/info-icon1.png) no-repeat center 18px;
    background-size: 70% auto;
}
.info-icon2{
    background:#fff url(../png/info-icon2.png) no-repeat center;
    background-size: 70% auto;
}
.info-icon3{
    background:#fff url(../png/info-icon3.png) no-repeat center;
    background-size: 70% auto;
}
.info-icon:hover.info-icon1{
    background:#e7380d url(../png/info-hover-icon1.png) no-repeat center 18px;
}
.info-icon:hover.info-icon2{
    background:#e7380d url(../png/info-hover-icon2.png) no-repeat center;
}
.info-icon:hover.info-icon3{
    background:#e7380d url(../png/info-hover-icon3.png) no-repeat center;
}
.info-icons h5{
    font-size: 20px;
    color: #333;
    font-family: "微软雅黑";
    text-align: center;
    line-height: 36px;
}
.info-bottom{margin: 80px 0 60px;}
.info-bottom img{
    max-width: 292px;
    display: block;
    margin: 0 auto;
}
/*pro CSS*/
.pro-icon1{
    background:#fff url(../png/pro-icon1.png) no-repeat center;
    background-size: 70% auto;
}
.pro-icon2{
    background:#fff url(../png/pro-icon2.png) no-repeat center;
    background-size: 70% auto;
}
.pro-icon3{
    background:#fff url(../png/pro-icon3.png) no-repeat center;
    background-size: 70% auto;
}
.pro-icon4{
    background:#fff url(../png/pro-icon4.png) no-repeat center;
    background-size: 70% auto;
}
.pro-icon1:hover{
    background:#e7380d url(../png/pro-hover-icon1.png) no-repeat center;
}
.pro-icon2:hover{
    background:#e7380d url(../png/pro-hover-icon2.png) no-repeat center;
}
.pro-icon3:hover{
   background:#e7380d url(../png/pro-hover-icon3.png) no-repeat center;
}
.pro-icon4:hover{
   background:#e7380d url(../png/pro-hover-icon4.png) no-repeat center;
}
.proList{
    position: relative;
    z-index: 1;
    padding: 50px 0;
}
.proList article{
    color: #484747;
}
.proList h4{
    font-size: 28px;
    font-family: "微软雅黑";
    color: #e7380d;
    padding: 10px 0;
    font-weight: 500;
}
.proList > div{position: relative;}
.proList > div:nth-of-type(odd){
    padding-right: calc(50% + 60px);
    text-align: right;
}
.proList > div:nth-of-type(even){
    padding-left: calc(50% + 145px);
    text-align: left;
}
.proList > div:nth-of-type(even) .step-icon{
    transform: rotate(180deg);
    left: calc(50% + 25px);
}
img.step-icon{
    width: 110px;
    height: 21px;
    position: absolute;
    z-index: 999;
    right: calc(50% - 45px);
    top: 21px;
}
.pro-step::after,.pro-star:after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #e7380d;
    right:calc(50% - 36px);
    z-index: 9;
    top: 0;
}
.pro-star:after{
    top: 56px;
}
.pro-star{
    padding-right: calc(50% + 65px)!important;
    text-align: right;
}
.pro-star img{
    position: absolute;
    z-index: 999;
    right: calc(50% - 65px);
    height: 58px;
    width: 131px;
}
.pro-star h2{
    font-size: 28px;
    font-family: "微软雅黑";
    color: #e7380d;
    margin-bottom: 10px;
    font-weight: 500;
}
.pro-star h2:hover,.proList h4:hover{
    font-size: 48px;
}
/*规模*/
.gm-icon1{
    background:#fff url(../png/gm-icon1.png) no-repeat center;
    background-size: 70% auto;
}
.gm-icon3{
    background:#fff url(../png/gm-icon3.png) no-repeat center;
    background-size: 70% auto;
}
.gm-icon1:hover{
    background:#e7380d url(../png/gm-hover-icon1.png) no-repeat center;
}
.gm-icon3:hover{
    background:#e7380d url(../png/gm-hover-icon3.png) no-repeat center;
}
.gm-title{
    background: #868686;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    margin:20px auto;
}
.address-point1{
    position: absolute;
    width: 100px;
    height: 40px;
    top: 153px;
    right: 164px;
    color: #222;
}
.address-point2{
    position: absolute;
    width: 100px;
    height: 40px;
    bottom: 417px;
    left: 147px;
    color: #222;
}
.address-point3{
    position: absolute;
    width: 100px;
    height: 40px;
    bottom: 230px;
    right: 90px;
    color: #222;
}
.address-point4{
    position: absolute;
    width: 100px;
    height: 40px;
    bottom: 320px;
    right: 155px;
    color: #222;
}
.points2{
    position: absolute;
    width: 50px;
    height: 50px;
    margin:20px auto;
    display: block;
    top: 0px;
    right: 50px;
}
.points2 .point{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
}
.gm-bg{
    position: relative;
    background: url(../png/gm-pic2.png) no-repeat center;
    height: 620px;
    width:100%;
    margin:0 auto;
    background-size: auto 100%;
}
.address-point1>.points2 .point1{
    -webkit-animation: ripple 3.5s ease-out 225ms infinite;
    -moz-animation: ripple 3.5s ease-out 225ms infinite;
    -o-animation: ripple 3.5s ease-out 225ms infinite;
    animation: ripple 3.5s ease-out 225ms infinite;
}
.address-point1>.points2 .point2{
    -webkit-animation: ripple 3.5s ease-out 1125ms infinite;
    -moz-animation: ripple 3.5s ease-out 1125ms infinite;
    -o-animation: ripple 3.5s ease-out 1125ms infinite;
    animation: ripple 3.5s ease-out 1125ms infinite;
}
.address-point2>.points2 .point1{
    -webkit-animation: ripple 4.5s ease-out 125ms infinite;
    -moz-animation: ripple 4.5s ease-out 125ms infinite;
    -o-animation: ripple 4.5s ease-out 125ms infinite;
    animation: ripple 4.5s ease-out 125ms infinite;
}
.address-point2>.points2 .point2{
    -webkit-animation: ripple 4.5s ease-out 1025ms infinite;
    -moz-animation: ripple 4.5s ease-out 1025ms infinite;
    -o-animation: ripple 4.5s ease-out 1025ms infinite;
    animation: ripple 4.5s ease-out 1025ms infinite;
}
.address-point3>.points2 .point1{
    -webkit-animation: ripple 3s ease-out 125ms infinite;
    -moz-animation: ripple 3s ease-out 125ms infinite;
    -o-animation: ripple 3s ease-out 125ms infinite;
    animation: ripple 3s ease-out 125ms infinite;
}
.address-point3>.points2 .point2{
    -webkit-animation: ripple 3s ease-out 1025ms infinite;
    -moz-animation: ripple 3s ease-out 1025ms infinite;
    -o-animation: ripple 3s ease-out 1025ms infinite;
    animation: ripple 3s ease-out 1025ms infinite;
}
.address-point4>.points2 .point1{
    -webkit-animation: ripple 4s ease-out 125ms infinite;
    -moz-animation: ripple 4s ease-out 125ms infinite;
    -o-animation: ripple 4s ease-out 125ms infinite;
    animation: ripple 4s ease-out 125ms infinite;
}
.address-point4>.points2 .point2{
    -webkit-animation: ripple 4s ease-out 1025ms infinite;
    -moz-animation: ripple 4s ease-out 1025ms infinite;
    -o-animation: ripple 4s ease-out 1025ms infinite;
    animation: ripple 4s ease-out 1025ms infinite;
}
.points2 .point1{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #e7380d;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.points2 .point2{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #e7380d;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.points2 .point-dot{
    width: 10px;
    height: 10px;
    background: #e7380d;
    position: relative;
    top: 20px;
}
/*part3 CSS*/
.part3-icon{
    width: 140px;
    height: 140px;
    border:2px solid #e7380d;
    display: block;
    margin:20px auto;
    border-radius: 100%;
}
.part3-icon1{
    background:#fff url(../png/part3-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon2{
    background:#fff url(../png/part3-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon3{
    background:#fff url(../png/part3-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon4{
    background:#fff url(../png/part3-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon1:hover{
    background:#e7380d url(../png/part3-hover-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon2:hover{
    background:#e7380d url(../png/part3-hover-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon3:hover{
    background:#e7380d url(../png/part3-hover-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.part3-icon4:hover{
    background:#e7380d url(../png/part3-hover-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.part3-in-icon1{
    background:#fff url(../png/part3-in-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.part3-in-icon2{
    background:#fff url(../png/part3-in-icon2.png) no-repeat center;
    background-size: 50% auto;
}
.part3-in-icon3{
    background:#fff url(../png/part3-in-icon3.png) no-repeat center 35px;
    background-size: 53% auto;
}
.part3-in-icon1:hover{
    background:#e7380d url(../png/part3-in-hover-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.part3-in-icon2:hover{
    background:#e7380d url(../png/part3-in-hover-icon2.png) no-repeat center;
    background-size: 50% auto;
}
.part3-in-icon3:hover{
    background:#e7380d url(../png/part3-in-hover-icon3.png) no-repeat center 35px;
    background-size: 53% auto;
}
.part3-icon +h5{
    font-size: 24px; 
}
.part3-four{
    display: -webkit-box;
    margin-top: 60px;
}
.part3-four .part3-inner{
    background: #f7f7f7;
    padding:40px 30px;
    text-align: center;
}
.part3-four .part3-inner:hover{
    background: #e7380d;
    color: #fff;
}
.part3-tip-icon{
    width: 70px;
    height: 70px;
    margin:0 auto;
    background:#fff url(../png/part3-tip-icon.png) no-repeat center;
    background-size: 50% auto;
    border:10px solid #ededed;
    display: block;
    border-radius: 100%;
    
}
.part3-four .part3-inner h5{
    font-size: 24px;
    padding: 20px;
}
.part3-four .part3-inner article{
    width:83%;
    margin:0 auto;
}
/*表格*/
.part-table{text-align: center;border-color: #e7380d;margin-top: 50px;}
.part-table td,.part-table th{border-color: #e7380d!important;vertical-align: middle!important;}
.part-table th:first-child{border-right-color:#ddd!important; }
.part-table th{
    background: #e7380d;
    color: #fff;
    text-align: center;
    padding: 15px!important;
    font-size: 22px;
    font-weight:500;
}
.part-table td{
    padding: 30px!important;
    line-height: 30px!important;
}
.part-table td.normal{
    padding: 12px!important;
}
.part-table td.lf-title{
    font-size: 20px;
}
.part-table td.lf-title2{
    font-size: 20px;
    background: #e7380d;
    color: #fff;
    border-bottom-color: #ddd!important;
}
.part-table td.lf-title2 + td{
    text-align: left;
}
.full-bg{
    background: url(../jpg/part3-bg.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color: #fff;
    text-align: center;
}

.full-bg h3{color: #e7380d;}
.full-bg .part3-inner img{
    max-width: 87px;
    display: block;
    margin:20px auto;
}
.full-bg h5{
    font-size: 24px;
}
.full-bg article{
    line-height: 30px;
    margin:20px auto;
    width: 64%;
}
.full-bg3{
    background: url(../jpg/part3-bg2.jpg) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color: #fff;
    text-align: center;
    padding: 140px 0;
}
.full-bg3 article{
    margin:40px 0 50px;
}
.hi-more{
    display: inline-block;
    background: #e7380d;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
}
.hi-global{
    width: 808px;
    margin:40px auto; 
}
.hi-global > div{
  float: left;
  height: 193px;
  text-align: center;
  margin:5px;
}
.hi-global-type1{
    background: #f3f3f3;
     width: 280px;
}
.hi-global > div h2{
    font-size: 24px;
    color: #e7380d;
    font-weight: 700;
    margin-top: 57px;
}
.hi-global > div article{
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}
.hi-global-type2{
    width: 193px;
    background: #e7380d;
    color: #fff; 
}
.hi-global-type2 h1{
    line-height: 193px;
    font-size: 30px;
    font-weight: 700;
    font-family: "微软雅黑";
}
.hi-global-type3{
    background: #f3f3f3;
}
.rt-btn{
    position: absolute;
    right: 0;
    padding: 10px 20px;
    z-index: 999;
}
.hi{
    background: #e7380d;
    color: #fff;
}
.hi article{
    font-size: 14px;
}
.hi-content-bottom{
    text-align: center;
    padding: 60px 0;
}
.hi-content-bottom h5{
    font-size: 27px;
    color: #e7380d;
    padding:10px;
}
.hi-content-bottom h6{
    font-size: 20px;
    color: #222;
    padding:0 10px 15px;
}
.hi-content-bottom article{
    color: #777;
    font-size: 16px;
    line-height: 26px;
}
.part3-tip2-icon{
    border:15px solid #ededed;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    color: #e7380d;
    background: #fff;
    text-align: center;
    display: block;
    margin:20px auto;
    font-size: 47px;
    line-height: 92px;
}
.part3-tip2-icon:hover{
    background: #e7380d;
    color: #fff;
    border-color: #e7380d;
}
.online-content{
    width: 840px;
    margin:50px auto;
    overflow: hidden;
}
.online-content-item{
    width: 100%;
}
.online-content-item > div{
    width: 700px;
    padding: 25px;
}
.online-content-item > div h4{
    font-size: 27px;
    color: #e7380d;
    padding: 10px 0;
}
.online-content-item > div article{
    line-height: 30px;
    font-size: 20px;
    font-family: "宋体"
}
.online-content-item > .info-icon{
    width: 110px;
    height: 110px;
}
.online-icon1{
    background: #fff url(../png/online-icon1.png) no-repeat center;
}
.online-icon2{
    background:#fff url(../png/online-icon2.png) no-repeat center;
}
.online-icon3{
    background:#fff url(../png/online-icon3.png) no-repeat center;
}
.info-icon:hover.online-icon1{
    background:#e7380d url(../png/online-hover-icon1.png) no-repeat center;
}
.info-icon:hover.online-icon2{
    background:#e7380d url(../png/online-hover-icon2.png) no-repeat center;
}
.info-icon:hover.online-icon3{
    background:#e7380d url(../png/online-hover-icon3.png) no-repeat center;
}
/*part3-in*/
.part3-in-txt{
    font-size: 25px;
    padding: 20px 0;
}
.part3-in-bar{
    width: 20%;
    float: left;
}
.bar-graph{
    width:150px;
    background: #f1eff4;
    position: relative;
    height:400px;
    margin:50px auto 0;
}
.bar-graph:after{
    position: absolute;
    content: "";
    background: #e7380d;
    width: 100%;
    bottom: 0;
    left: 0;
}
.part3-in-bar:nth-of-type(1) .bar-graph:after{
    height: 25%;
}
.part3-in-bar:nth-of-type(2) .bar-graph:after{
    height: 35%;
}
.part3-in-bar:nth-of-type(3) .bar-graph:after{
    height: 45%;
}
.part3-in-bar:nth-of-type(4) .bar-graph:after{
    height: 65%;
}
.part3-in-bar:nth-of-type(5) .bar-graph:after{
    height: 75%;
}
.bar-graph + article{
    text-align: center;
    padding: 30px;
    font-size: 20px;
}
/*englishLink*/
.faq-part3 .faq-get-icon{
	text-align: center;
	color: #2f2f2f;
	font-size: 60px;
	font-family: 'Arial';
	float: left;
	background: none;
	font-weight: 700;
}
.faq-part3 .faq-get-icon-text{
	padding-left:85px;
	text-align: left; 
	font-size: 17px;
	font-family: 'Arial';
	margin-bottom: 50px;
	color: #444;
	margin-top:-18px;
	
}
.faq-part3 .faq-get-icon-text >h5{
	color: #e7380d;
	font-size:20px;
	font-weight: bold;
	padding: 35px 0 10px;
	text-align: left;
}
.english-link article{
    width: 55%;
    margin:20px auto;
    text-align: center;
}
.en-icon1{
    background:#fff url(../png/en-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon2{
    background:#fff url(../png/en-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon3{
    background:#fff url(../png/en-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon4{
    background:#fff url(../png/en-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon1:hover{
    background:#e7380d url(../png/en-hover-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon2:hover{
    background:#e7380d url(../png/en-hover-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon3:hover{
    background:#e7380d url(../png/en-hover-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.en-icon4:hover{
    background:#e7380d url(../png/en-hover-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.hi-en img{
    margin:0 auto;
    display: block;
}
.hi-en h5{
    color: #e7380d;
    font-size: 20px;
    text-align: center;
}
.hi-en article{
    width: 90%;
    text-align: center;
    margin:15px auto;
}
/*en*/
.enLink{
    margin-top: 50px;
}
.enLink article{
    text-align: center;
}
.en-icons{
    width:146px;
    height: 146px;
    display: block;
    margin:20px auto 30px;
}
.floatPic{
    position: absolute;
    top: 10px;
    width: 150px;
    left: 50%;
    margin-left: -260px;
}
.left-icon2{
    width: 80px;
    position: absolute;
    left: 0;
    z-index: 999;
}
.right-icon-txt{
    padding-left: 120px;
    width: 100%;
    text-align: left;
}
/*math*/
.gray-article{
    width: 100%;
    padding: 20px;
    color: #000;
    margin:30px auto;;
    font-size: 19px;
    color: #e7380d;
    font-size: 22px;
    background: #f9f9f9;
}
.math-part2 .box{
    margin-bottom: 76px;
}
.math-part2 .left-icon2{
    width: 100px!important;
    position: absolute;
}
.box{
  display: -webkit-flex; /* Safari */
  display: flex;
   align-items:center;
   margin-bottom: 44px;
}
.floatPic2{
    position: absolute;
    top: -100px;
    width: 360px;
    left: 50%;
    margin-left: 260px;
}
.floatPic3{
    position: absolute;
    top:30px;
    width: 400px;
    left: 50%;
    margin-left: 260px;
}
.floatPic4{
     position: absolute;
    top: 40px;
    width: 80px;
    left: 50%;
    margin-left: 80px;
}
/*.left-icon2{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    z-index: 999;
}*/
/*.right-icon-txt{
    padding-left: 140px;
    width: 100%;
    text-align: left;
}*/
.right-icon-txt h5{
    text-align: left;
    margin-bottom: 15px;
    line-height: 28px;
    font-weight: 500;
}
.right-icon-txt article{
    text-align: left;
    font-size: 14px;
}
.math-part4 .right-icon-txt h5{
    color: #e7380d;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}
/*meishiLink*/
.jssort07 .i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99px;
    height: 66px;
    filter: alpha(opacity=80);
    opacity: .8;
}

.jssort07 .p:hover .i, .jssort07 .pav .i {
    filter: alpha(opacity=100);
    opacity: 1;
}

.jssort07 .o {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 97px;
    height: 64px;
    border: 2px solid #000;
    transition: border-color .6s;
    -moz-transition: border-color .6s;
    -webkit-transition: border-color .6s;
    -o-transition: border-color .6s;
}

* html .jssort07 .o {
    width /**/: 99px;
    height /**/: 66px;
}
.jssora11l, .jssora11r, .jssora11ldn, .jssora11rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../png/a11.png) no-repeat;
    overflow: hidden;
}

.jssora11l {
    background-position: -11px -41px;
}

.jssora11r {
    background-position: -71px -41px;
}

.jssora11l:hover {
    background-position: -131px -41px;
}

.jssora11r:hover {
    background-position: -191px -41px;
}

.jssora11ldn {
    background-position: -251px -41px;
}

.jssora11rdn {
    background-position: -311px -41px;
}
.jssort07 .pav .o, .jssort07 .p:hover .o {
    border-color: #e7380d;
}

.jssort07 .pav:hover .o {
    border-color: #e7380d;
}

.jssort07 .p:hover .o {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.meishi-bg{
    background: url(../png/meishi-bg.png) no-repeat;
    background-size:cover;
    background-attachment:fixed;
    color: #fff;
    text-align: center;
    padding: 100px 0;
}
.meishi-icon1{
    background:#fff url(../png/meishi-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon2{
    background:#fff url(../png/meishi-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon3{
    background:#fff url(../png/meishi-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon4{
    background:#fff url(../png/meishi-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon1:hover{
    background:#e7380d url(../png/meishi-hover-icon1.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon2:hover{
    background:#e7380d url(../png/meishi-hover-icon2.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon3:hover{
    background:#e7380d url(../png/meishi-hover-icon3.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-icon4:hover{
    background:#e7380d url(../png/meishi-hover-icon4.png) no-repeat center;
    background-size: 45% auto;
}
.meishi-box{
    display: -webkit-box;
    display: box;
}
.meishi-box-item{
    border:1px solid #ddd;
    width: 30%;
}
.meishi-box-item:nth-of-type(2){
    margin:0 5%;
}
.meishi-box-item{
    display: block;
}
.meishi-box-item h4{
    color: #e7380d;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}
.meishi-box-item article{
    padding: 20px;
    color: #666;
    line-height: 26px;
    font-size: 14px;
}

 /*main*/
.imgContainer {
	width: 100%;
	margin: 20px auto;
	padding: 10px;
	box-shadow: 1px 0 6px 0 rgba(180, 180, 180, 0.4);
}
.imgUl {
	position: relative;
	width:2500px;
}
.box2 {
	width: 100%;
	overflow: hidden;
}
.detailImg,
.smallImg {
	position: relative;
}
/*detailImg*/
#detailImg-box {
	min-height: 200px;
}
.detailImg {
	text-align: center;
}
.detailImg img {
	max-width: 100%;
}
.detailImg p {
	text-align: left;
	color: #999;
}

#detailImg-next {
	position: absolute;
	width: 77px;
	height: 82px;
	top: 50%;
	background: url(../png/next.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}
#detailImg-pre {
	position: absolute;
	width: 77px;
	height: 82px;
	top: 50%;
	background: url(../png/pre.png) 0 0 no-repeat;
	cursor: pointer;
	text-indent:-9999px;
}
#detailImg-pre {
	left: 0;
}
#detailImg-next {
	right: 0;
}
#detailImg-pre:hover {
    background: url(../png/pre-hover.png) 0 0 no-repeat;
}
#detailImg-next:hover {
    background: url(../png/next-hover.png) 0 0 no-repeat;
}
/*smallImg*/
#smallImg-box {
	height: 92px;
}
.smallImg li {
	float: left;
	width: 152px;
}
.smallImg li a {
	display: block;
	width: 140px;
	border: 3px solid #fff;
	overflow: hidden;
    vertical-align: middle;
	margin: 5px auto;
}
.smallImg img {
	width: 140px;
}
.smallImg li a:hover,
.smallImg .cur a {
	border-color: #e7380d;
}
#smallImg-pre,
#smallImg-next {
	position: absolute;
	top: 0;
	height: 92px;
	width: 28px;
	margin: 0;
	background: url(../album-arrow.html) 0 0 no-repeat;
	cursor: pointer;
}
#smallImg-pre {
	left: 0;
}
#smallImg-next {
	right: 0;
	background-position: 0 -94px;
}
#smallImg-pre:hover {
	background-position: -28px 0;
}
#smallImg-next:hover {
	background-position: -28px -94px;
}
.meishi-foot{
    padding-right: 300px;
}
.meishi-foot-title a.active{
    display: inline-block;
    background: #e7380d;
    color: #fff;
    padding: 15px 40px;
    position: relative;
    font-size: 20px;
}
.meishi-foot-title a.active:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 25px solid #e7380d;
    bottom: -25px;
    left: 50%;
    margin-left: -18px;
}
.meishi-foot-title a{
    display: inline-block;
    color: #999;
    border-bottom: 1px solid #ddd;
    padding: 15px 40px;
    font-size: 20px;
    margin-left: 40px;
    cursor: pointer;
    background: #fff;
}
.meishi-foot-txt{
    margin-top: 45px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.address-icon{
    background:#e7380d url(../png/part3-hover-icon3.png) no-repeat center;
    background-size: 60% auto;
    width: 100px;
    height: 100px;
}
.meishi{
    margin-top: 50px;
}
.meishi .left-icon{
    width:100px;
    height: 100px;
}
.meishi .right-icon-txt{
    padding-left: 110px;
    width: 100%;
    text-align: left;
}
.nav-in{
    margin-bottom: 25px;
}
.nav-in a{
    color: #222!important;
}
.nav-in .shy-menu-hamburger > .layer{
    background: #222;
}
.nav-in .link-effect-8 a:hover::before,.nav-in .w3layouts_menu__list li.active a::before {
  visibility: visible;
  top: 100%;
  background: #e7380d;
}
.nav-in .link-effect-8 a:hover::after,.nav-in .w3layouts_menu__list li.active a::after {
  visibility: visible;
  top: 0;
  background: #e7380d;
}
.nav-in .shy-menu-panel ul li.active a,.nav-in .link-effect-8 a:hover{
	color: #e7380d!important;
}
/*read*/
.read-item{
    width:20%;
    float: left;
    text-align: center;
}
.readLink h5{
    font-size: 16px;
    text-align: center;
}
.readLink article{
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
    color: #999;
}
/*zhiqu*/
.zhiqu .read-item a{
    width:140px;
}
.picTop{background: url(../png/zhiqu-pic1.png) no-repeat top center;min-height: 500px;}
.num-icon{
	text-align: center;
	color: #2f2f2f;
	font-size: 60px;
	font-family: 'Arial';
	font-weight: 700;
    text-align: center;
    margin:20px 0;
}
.num-icon + article{
    text-align: center;
    font-size: 20px;
    
}
.videoBox{background-color: #000;padding-top:3px;width:619px;margin:10px auto;height:440px;}
.videoPlay{height:355px;}
.videoList img{float:left;width:112px;height:75px;margin-left:10px;}

.zhiqu-pic-style{
    max-width: 100%;
    display: block;
    margin:0 auto;
}
.zhiqu-foot{
    position: relative;
    margin-bottom: 50px;
}
.p2{
    font-size: 20px;
    text-align: center;
    margin:50px auto;
}
.zhiqu-pic2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.zhiqu-pic3{
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 999;
}
.zhiqu-get-icon{
	text-align: center;
	color: #2f2f2f;
	font-size: 48px;
	font-family: 'Arial';
	float: left;
	background: none;
	font-weight: 700;
}
.zhiqu-get-icon-text{
	padding-left:85px;
	text-align: left; 
	font-size:18px;
	color: #444;
    line-height: 62px;
	
}
.part2-slider ul.hi-teacher  li img {
    width:100%;
    display: block;
    margin: 0 auto;
}
.part2-slider ul.hi-teacher h4{
    color: #e7380d;
}
.part2-slider ul.hi-teacher li a{
    padding:0 20px 20px;
}
.foot-code img{
    max-width: 100%;
    display: block;
}
.foot-code article{
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.footer iframe{
    height: 350px!important;
}
.modal-layer{
    position: absolute;
    width: 100%;
    background: rgba(208,208,208,1);
    z-index: 99999;
    top: 70px;
    padding: 30px 60px;
}
.modal-layer:after{
    position: absolute;
    content: "";
    top: -20px;
    right:40px;
     width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 20px solid rgba(208,208,208,1);
}
.modal-layer .video-common{
    margin:10px 0;
}
.modal-layer .video-txt{
    background: #fff;
}
.wrapper{
    color:#717171;
}
.content{
    padding-bottom: 76px;
}
.content h2{
    text-align: center;
    font-size: 30px;
    line-height: 62px;
}
.content table{
    font-size:14px;
    text-align: center;
    line-height: 22px;
    width:100%;
}
.content table td,.content table th{
    border:1px solid #ff847c;
    padding:8px;
}
.content_1 {
    padding-top:34px;
}
.content table th{
    text-align: center;
}
.content table td a{
    color:#717171
}
.english-vi{width:20%;float: left;padding: 10px;}

