/*---------------内边距样式样式-----------------*/

.pad-t110 {
    padding-top: 110px;
}


/*---------------全屏滚动样式-----------------*/

#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 40px;
    top: 50%;
    margin-top: -100px;
    list-style-type: none;
    z-index: 9999;
}

#menu li {
    display: block;
    margin: 0 5px 0 0;
    font-size: 14px;
}

#menu a {
    display: block;
    width: 10px;
    height: 10px;
    margin: 15px 0;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#menu .active a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fccf1c;
    top: -4px;
    left: -4px;
    transition: width 2s;
    -webkit-transition: width 2s;
    /* Safari */
}

#menu .active a {
    z-index: 1;
    text-decoration: none;
    background: #fccf1c !important;
}

#menu .active a::before {
    width: 16px;
    height: 16px;
}

.section {
    text-align: center;
}


/*---------------海报样式-----------------*/
.banner-box,
.banner {
    height: 100%;
}
.banner  .swiper-slide a{
    position: relative;
}
.banner span img {
    width: 100%;
    height: 100%;
}

.banner-con img {
    max-width: 100%;
}
.banner-con ol{
    position: relative;
    width: 70%;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    top:-700px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    transform: translateX(200px);
    transition: 1s ease-in-out 0.3s;
    opacity: 0;
}
.swiper-slide-duplicate-active ol{
    transform: translateX(0px);
    transition: 1s ease-in-out 0.3s;
    opacity: 1;
}
.banner-con ol img{
    display: block;
    width:70%;
    margin: 0 auto;
}
.banner-con ol  h3{
    font-size: 48px;
    font-weight: bold;
    color: white;
    width:100%;
    display: block;
    overflow: hidden;
    line-height: 48px;
    margin: 0 auto 1%;
}
.banner-con ol p{
    font-size: 27px;
    color: #fff;
    margin-bottom: 20px;
}
.banner .swiper-pagination {
    bottom: 55px;
}

.banner .swiper-pagination span {
    width: 25px;
    height: 5px;
    background: rgba(250, 250, 250, .6);
    opacity: 1;
    border-radius: 0;
    transition: 0.4s ease-out;
    margin: 0 8px !important;
}
/* .banner a{
    display: table-cell;
    vertical-align: middle;
}
 */
.banner .p{
    z-index: 0;
    height: 100%;
    min-width: 100%;
    display: block;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 70px;
}

.banner .swiper-slide-active ol,
.banner .swiper-slide-active p {
    transform: translateX(0);
    opacity: 1;
}

.banner .swiper-slide-active font {
    transform: translateY(0);
    opacity: 1;
}

.banner-con-i {
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border: 1px solid rgba(250, 250, 250, .5);
    border-radius: 50%;
    cursor: pointer;
    margin-top: 30px;
    transition: 1s ease-in-out .35s;
    transform: translateY(100px);
    opacity: 0;
}

.banner .swiper-slide-active .banner-con-i {
    transform: translateY(0);
    opacity: 1;
}

.banner-con-i img {
    animation: ran 2s linear infinite;
}

.banner-con-i a {
    display: block;
}

@keyframes ran {
    0% {
        transform: translateY(-3px);
    }
    25% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(3px);
    }
    75% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-3px);
    }
}

/*----------------标题样式-----------------*/

.index-title {
    text-align: center;
    overflow: hidden;
}

.index-title h2 {
    font-size: 33px;
    font-weight: bold;
    color: #ffc300;
    -moz-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    -webkit-text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
}

.index-title span {
    display: block;
    font-size: 18px;
    color: #4d4d4d;
    margin: 8px auto 10px;
}


/*=====================================
首页内容样式
==========================================*/


/*================section1==================*/

.section1 {
    background-image: url(../images/ywfwbac_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 10px 0 0;
}

.section1-con {
    background-image: url(../images/yumbac_02.png);
    background-repeat: no-repeat;
    background-position: 0 26px;
}

.section1-con .hd li {
    float: left;
    width: 16%;
    text-align: center;
    margin-bottom: 2%;
    cursor: pointer;
}

.section1-con .hd span {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    font-size: 30px;
    margin: 0 auto;
}

.section1-con .hd span img {
    max-width: 70%;
    margin: 8px auto 0;
}

.section1-con .hd p {
    color: #333;
    font-size: 16px;
    line-height: 35px;
}

.section1-con .hd li:hover span img,
.section1-con .hd .on span img {
    margin-top: -32px;
    transition: 1s ease-in-out .4s;
}

.section1-con .hd li:hover span,
.section1-con .hd .on span {
    background-color: #2f5597;
    transition: 1s ease-in-out .4s;
}

/* .section1-con .bd {
    background-color: #2f5597;
} */

.section1-con .bd ul {
    width: 100%;
    overflow: hidden;
    font-size: 0px;
}
.section1-con .bd .bdcon{
    overflow: hidden;
    padding: 0 30px;
    background-color: #2f5597;
}  

.section1-con .conleft,
.section1-con .concenter,
.section1-con .conright {
    display: inline-block;
    vertical-align: top;
    padding:20px 0;
    text-align: left;
    box-sizing: border-box;
}
.section1-con .conleft,
.section1-con .conright {
    padding-top:2.5%;
    width: 25%;
}
.section1-con .concenter {
    width: 50%;
    background-color: #fff;
}
.section1-con p{
    font-size: 14px;
    line-height: 30px;
}
/*--左边-*/
.section1-con .conleft{
    padding-right: 15px;
}
.section1-con .conleft h3{
    font-size: 30px;
    margin-bottom:20px;
    font-weight: bold;
}
.section1-con .conleft .leftmore span{
    display: none;
}

.section1-con .conleft-con{
    overflow: hidden;
}
.section1-con .conleft-con li{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.section1-con .conleft-con h6{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:4px;
}
.section1-con .conleft h3 , .section1-con .conleft h6{
    color:#ffc300;
}
.section1-con .conleft-con li p{
    width: 100%;
    color: #fff;
}
.section1-con .conleft-con li p.idxprodesc {
    white-space: normal;
    height: 210px;
}

/*--中间-*/
.section1-con .concenter{
    padding:15px 20px;
    font-size: 0;
}
.section1-con .concenter a{
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section1-con .concenter li{
    display:inline-block;
    vertical-align: top;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.section1-con .concenter li div{
    position:relative;
    display:block;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    border: 1px solid #fff;
}
.section1-con .concenter li div:hover{
	border: 1px solid #2f5597;
}

.section1-con .concenter li div ,.section1-con .concenter li img{
    width: 100%;
    overflow: hidden;
}
.section1-con .concenter li div , .section1-con .concenter li img, .section1-con .concenter li p {
    text-align: center;
}
.section1-con .concenter li img {
    height: 200px;
    object-fit: cover;
}
.section1-con .concenter li p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #2f5597;
    font-weight: bold;
    font-size: 14px;
}
/*---右边----*/
.section1-con .conright{
    padding-left:5%;
}
.section1-con .conright>div{
    overflow: hidden;
}
.section1-con .conright>div span{
    display: block;
    color:#fff;
    font-size: 14px;
    text-align: left;
    width: 80%;
}
.section1-con .conright p{
    font-size: 30px;
    font-weight: bold;
    color: #ffc300;
    margin: 5px 0 10px;
}
.section1-con .conright a{
    display: block;
    border: 2px solid #fff;
    margin: 20% 0;
    max-width: 190px;
    max-height:55px;
    text-align: center;
    line-height:53px;
    color: #fff;
    font-size:18px;
    font-weight: bold;
}
.section1-con .conright a img{
    max-width: 100%;
    margin-left: 8px;
    width: 16%;
}

/*===========标题样式==================*/  
.container-title ul{
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.container-title li{
    border: 1px solid #2f5597;
    color: #1e1e1e;
    cursor: pointer;
    float: left;
    line-height: 38px;
    margin: 0 1% 10px;
    text-align: center;
    width:18%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 1s ease-in-out .4s;
}
.container-title .on ,.container-title li:hover{
    background-color: #2f5597;
    color:#fff;
    transition: 1s ease-in-out .4s;
}
.conleft, .conright{
    display: inline-block;
    vertical-align: top;
}

/*===========section2==================*/  
.section2{
    background-image: url(../images/sec2_05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 10px 0 0;
}
.section2 .tempWrap{
    box-shadow: 0px 5px 10px #ddd;
}
.section2 .hd{
    margin-bottom: 10px;
}
.section2 .bd ul{
    font-size: 0px;
}
.section2 .bdcon{
    overflow: hidden;
    height:515px;
    background-color: #fff;
}
.section2 .conleft{
    width: 63%;
    overflow: hidden;
}
.section2 .conleft , .section2 .conright{
    box-sizing: border-box;
}
.section2 .conleft{
    padding:50px 15px ;
}
.section2 .conleft li{
    display: inline-block;
    vertical-align: top;
    width:30%;
    overflow: hidden;
    margin: .5% 1% 0 0;
}
.section2 .conleft li div{
    width:98%;
    border: 1px solid #2f5597;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -moz-border-radius: 15px;
    overflow: hidden;
    margin: 0 auto;
}
.section2 .conleft p{
    font-size:16px;
    color: #2f5597;
    text-align: center;
    width:90%;
    padding: 0 5%;
    line-height:30px;
    margin-bottom:10px;
} 
.section2 .conleft li div img{
    width: 100%;
    height:170px;
    object-fit: cover;
}
.section2 .bdcon1 .conleft li div{
    padding:10px 0;
}
.section2 .bdcon1 .conleft li div img{
    max-width:auto!important;
    width:38%!important;
    max-height: 100%;
}
.section2 .conright{
    text-align: left;
    padding:50px 50px 22px;
    width: 37%;
    height: 100%;
    background-color:#2f5597;
}
.section2 .conright ol{
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}
.section2 .conright ol h3{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffc300;
}
.section2 .conright ol p{
    line-height: 24px;
    height: 96px;
}
.section2 .conright p ,.section2 .conright a{
    color:#fff;
}
.section2 .conright>div{
    overflow: hidden;
    text-align: left;
}
.section2 .conright>div span{
    display: block;
    color:#fff;
    font-size: 14px;
    text-align: left;
    width: 80%;
}
.section2 .conright>div p{
    font-size: 30px;
    font-weight: bold;
    color: #ffc300;
    margin: 5px 0 10px;
}
.section2 .conright li{
    margin:9% auto;
}
.section2 .conright li a{
    display: inline-block;
    border: 2px solid #fff;
    margin: 0 3% 0 0;
    width:190px;
    max-height:55px;
    text-align: center;
    line-height:53px;
    color: #fff;
    font-size:18px;
    font-weight: bold;
}
.section2-con .conright li a img{
    max-width: 100%;
    margin-left: 8px;
    width: 16%;
}
/*===========关于我们样式==================*/  
.section3{
    background-image: url(../images/sec2_06.jpg);
}
.section3 .containe-con ul{
    overflow: hidden;
}
.section3 .containe-con .boxcon{
    margin-top: 15px;
    width:98%;
    padding: 1%;
}

.section3 .whcon ,.section3 .bdcon , .section3 .lichengcon{
    background-color: #fff;
    box-sizing: border-box;
    padding:60px;
    position: relative;
    font-size: 0;
    box-shadow: 0 0px 12px -1px #888;
}
.section3 .containe-con .bdcon{
    overflow: hidden;
    width: 100%;
}
.section3 .containe-con .bdcon ol ,.section3 .containe-con .bdcon ol p ,.section3 .containe-con .bdcon ol img{
    width: 100%;
    font-size: 16px;
    line-height:36px;
}
.section3 .containe-con .bdcon ol li{
    float: left;
    width:23%;
    margin:0 1% 8px;
}
.section3 .containe-con .bdcon ol img{
    max-height: 150px;
}
.section3 .containe-con .bdcon.idxhonor ol img {
    object-fit: contain;
}
.section3 .containe-con .more, .section3 .containe-con .bdcon ol>div ,.section3 .containe-con .lichengcon{
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
}
.section3 .containe-con .bdcon .conleft{
    width:57%;
    text-align: left;
    margin-right: 3%;

}
.section3 .containe-con .bdcon .conleft h1{
    font-size:24px;
    font-weight: bold;
    color:#2f5597;
    margin-bottom: 20px;
}
.section3 .containe-con .bdcon .conleft p{
    font-size: 16px;
    line-height: 30px;
    max-height: 180px;
}
.section3 .containe-con .more a ,.section3 .containe-con .bdcon1 a{
    display: inline-block;
    border: 2px solid #1e1e1e;
    margin:10px 0 0;
    width:160px;
    max-height:50px;
    text-align: center;
    line-height:48px;
    color: #454545;
    font-size:18px;
    font-weight: bold;    margin-left: 5px;
}
.section3 .containe-con .more a img ,.section3 .containe-con .bdcon1 a img{
    max-width: 100%;
    margin-left: 8px;
    width: 16%;
}
.section3 .containe-con .lichengcon li{
    width: 100%;
    float: left;
    text-align: center;
    padding:11px 0;
    position: relative;
}
.section3 .containe-con .lichengcon li .lccon-left{
    width: 10%;
    float: left;
}
.section3 .containe-con .lichengcon li .lccon-left font{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin-top: 8px;
    border: 2px solid #2f5597;
    z-index: 2;
}

.section3 .containe-con .lichengcon li:nth-child(2n){
    background: #f8f8f8;
    overflow: hidden;
    display: block;
}
.section3 .containe-con .lichengcon li:nth-child(2n+1) .lccon-left:before{
    content: '';
    display: inline-block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 5%;
    background: #ddd;
    z-index: 1;
}
.section3 .containe-con .lichengcon li .lccon-time{
    width: 20%;
    float: left;
    font-size: 14px;
    line-height: 30px;
    border-right: 1px solid #eeeeee;
    box-sizing: border-box;
}
.section3 .containe-con .lichengcon span{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 2px;
}
.section3 .containe-con .lichengcon li p{
    float: left;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    color: #555;
    display: block;
    height: 30px;
    padding-left:3%;
    width: 67%;
}
.section3 .containe-con .lichengcon li:hover .lccon-time{
    border-right: 1px solid #aaa;
}
.section3 .containe-con .lichengcon li:hover p{
    color: #2f5597;
}
/*--文化样式---*/
.whcon .conleft {
    width: 60%;
}

.whcon .conleft .more{
    text-align: left;
}

.whcon .conright {
    width: 60%;
}
.whcon .conleft li{
    float: left;
    width:46%;
    text-align: left;
    margin:0 4% 15px 0;
}
.section3 .whcon .conleft li h3{
    font-size: 20px;
    color: #2f5597;
    margin-top: 0;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
}
.section3 .whcon .conleft li p{
    font-size: 16px;
    color: #555555;
    line-height: 30px;
    height: 60px;;
}
.section3 .whcon .conright{
    margin-top: -40px;
}
.section3 .whcon .conright img{
    max-width: 100%;
}

.section3 .containe-con .whcon h1:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FCCF1C;
	margin-right: 10px;
}
.section3 .containe-con .conright{
    width:35%;
}
.section3 .containe-con .conright img {
    width: 100%;
}
.section3 .containe-con .bdcon1 a{
    margin-top: 30px;
}
.section3 .mconleft{
    display:none;
}
.section3 .containe-con .bdcon2{
    padding:40px 20px;
}
.section3 .containe-con .bdcon2 ol li{
    margin-bottom: 5px;
}


/*===========.section4==================*/  
.section4{
    background-image: url(../images/sec3_bg_03.jpg);
}
.section4 .conleft , .section4 .conright{
    padding:1% 2.5% 0;
    width: 44%;
}
.section4 .conright{
    border-left: 1px solid #ebebeb;
}
.section4 .hd{
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}
.section4 .hd li{
    float: left;
    margin-right: 15px;

}
.section4 .hd a , .section4 .hd b{
    color: #333;
    float: left;
    font-size: 22px;
}
.section4 .hd .on b ,.section4 .conright b{
font-weight: bold;
}
.section4 .hd .on a ,.section4 .hd .on b ,.section4 .conright .hd a ,.section4 .conright b{
    color: #2f5597;
}

.section4 .conleft dl {
	height: 169px;
	padding-left: 220px;
    position: relative;
    text-align: left;
}
.section4 .conleft dl dt {
	height:150px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 220px;
}
.section4 .conleft dl dd.dd1 a:hover {
	color: #2f5597;
}
.section4 .conleft dl dd.dd3 a:hover {
	color: #2f5597;
}
.section4 .conleft dl dt img {
	display: block;
	height:150px;
	transition: all 0.5s ease 0s;
	width: 220px;
}
.section4 .conleft dl dd a {
	color: #333;
}
.section4 .conleft dl dd.dd1 a{
	font-weight: bold;
}
.section4 .conleft dl dd.dd1 {
	font-size: 16px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-top: 20px;
}
.section4 .conleft dl dd.dd2 {
	-moz-box-orient: vertical;
	display: -webkit-box;
	font-size: 13px;
	height: 80px;
	line-height: 20px;
	margin-bottom: 0;
	margin-left: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section4 .conleft dl dd.dd3 {
	font-style: italic;
	margin-bottom: 45px;
	margin-left: 25px;
	text-align: right;
}
.section4 .conleft ol {
	margin-top: 10px;
}
.section4 .conleft ol li {
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.section4 .conleft ol li a {
	color: #333;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    width:70%;
    text-align: left;
}
.section4 .conleft ol li span {
	color: #999;
	float: right;
    font-size: 14px;
    width: 25%;
    text-align: right;
    margin-left: 5%;
}
.section4 .conleft ol li:hover a {
	color: #2f5597;
}
.section4 .conleft dl:hover dt img {
	transform: scale(1.1);
}
.section4 .conright .new-con {
	overflow: hidden;
	position: relative;
    width: 95%;
    text-align: left;
}
.section4 .conright .new-con dl {
	background: url(../images/cjwtbg.png) no-repeat scroll left 10px;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 0 15px 80px;
}
.section4 .conright .new-con dl dt {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
.section4 .conright .new-con dl dt a {
	color: #111;
	font-size: 16px;
	font-weight: bold;
}
.section4 .conright .new-con dl dd {
	-moz-box-orient: vertical;
	display: -webkit-box;
	font-size: 14px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section4 .conright .new-con dl dd a {
	color: #666
}
.section4 .conright .new-con dl:hover dt a {
	color: #2f5597;
}

/*===========section5==================*/   
.section5{
    background: url(../images/contact.jpg) no-repeat center top;
}
.fp-completely .index-section5{
    transform: translateY(0);
    opacity: 1;
}

.fp-completely .footer-top{
    transform: translatex(0);
    opacity: 1;
}

.index-section5 {
    transform: translateY(200px);
    transition: 1s ease-in-out 0.3s;
    opacity: 0;
}
.footer-top{
    transform: translateX(200px);
    transition: 1s ease-in-out 0.3s;
    opacity: 0;
}

/*===========section共用==================*/   
.section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 10px 0 0;
}

.catmore{
    display: none;
}




@media only screen and (min-width:1440px) {
.section3 .pad-t110{
    padding-top: 150px;
}
}

@media only screen and (max-width:1440px) {

/*===========公共样式==================*/   
    .index-title h2 {
        font-size: 24px;
    }
    .index-title span {
        font-size: 14px;
    }
    .container-title li{
        line-height: 32px;
        height: 32px;
    }
/*===========海报样式==================*/   
    .banner-con ol{
        width: 65%;
        top:-475px;
    }
    .banner-con ol h3{
        font-size: 30px;
        line-height: 30px;
    }
    .banner-con ol p{
        font-size: 12px;
    }

/*===========内容样式==================*/   
    .section1-con {
        background-position: 0 15px;
    }
    .section1-con .container{
        width:83%;
    } 
    .section1-con .hd span {
        width: 40px;
        height: 40px;
        margin:3px auto 5px;
    }
    .section1-con .concenter li{
        padding:6px;
    }
    .section1-con .concenter li a{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 7px;
    }
    .section1-con .hd li{
        margin-bottom: 10px;
    }
    .section1-con p ,.section1-con .hd p ,.section1-con .conright>div span{
        font-size: 12px;
        line-height: 24px;
    }
    .section1-con .conright>div p{
        margin: 0;
    }
    .section1-con .conleft-con li h6 , .section1-con .conright a{
        font-size: 16px;
    }
    .section1-con .conleft h3 , .section1-con .conright p{
        font-size: 20px;
    }
    .section1-con .conright a{
        margin: 30px 0;
    }

    .section2 .hd{
        margin-bottom: 0;
    }
    .section2 .bdcon{
        text-align: center;
    }
    .section2 .conleft{
        width:60%;
        text-align: center;
    }
    .section2 .conleft li div img{
        max-height: 127.8px;
    }
    .section2 .bdcon1 .conleft li div img{
        max-height: 107.8px;
        width:41%!important;
    }
    .section2 .conright{
        width: 40%;
    }
    .section2 .conright p{
        font-size: 12px;
    }
    .section2 .conright ol p{    
        line-height: 20px;
        height: 80px;
    }
    .section2 .conright ol h3 ,.section2 .conright>div p{
        font-size:20px;
    }
    .section2 .conright li{
        margin:5% auto;
    }
    .section2 .conright li a{
        width: 45%;
    }
    .section3 .containe-con .boxcon{
        margin-top: 0;
    }
    .section3 .whcon, .section3 .bdcon, .section3 .lichengcon{
        padding: 30px 20px 30px;
    }
    .section3 .containe-con .lichengcon li{
        padding: 5px 0;
    }
    .section3 .containe-con .lichengcon span{
        font-size: 14px;
    }
    .section3 .containe-con .lichengcon li:hover p ,.section3 .containe-con .lichengcon li .lccon-time{
        font-size: 12px;
    }
    .section4 .hd{
        margin-bottom: 10px;
    }
    .section4 .conleft ol{
        margin: 0 auto;
        height: 140px;
    }
    .section4 .conleft ol li{
        margin-bottom: 9px;
    }
    .section4 .conright .new-con dl dt a{
        font-size: 14px;
        line-height: 20px;
    }
    .section4 .conright .new-con dl dd{
        font-size: 12px;
    }
    .section4 .conright .new-con{
        height: 300px;
    }
    .section4 .hd a, .section4 .hd b{
        font-size: 18px;
    }
}
@media (min-width:780px) and (max-width:1440px) {
.section2 .container{
    width:80%;
}
.section2 .conright{
    padding:35px 30px;
}
.section3 .container{
   width:80%; 
}
.section3 .containe-con .conright>iframe{
    height: 250px!important;
}
.section3 .whcon .conright{
    margin:0 auto;
}
.section3 .containe-con .bdcon ol p{
    position: absolute;
    bottom: 10px;
    right: 33.7%;
    width: 338px;
    font-size: 0;
    text-align: left;
    height: 52px;
}
.section3 .containe-con .bdcon ol p a{
    margin: 0 5px 0 0;
    background-color: #fff;
}
.section3 .containe-con .bdcon .conleft h1{
    margin-bottom: 12px;
}
.section3 .containe-con .bdcon .conleft p{
    font-size: 14px;
    line-height:24px;
    max-height:144px;
}
.section3 .containe-con .bdcon ol{
    width:100%; 
    margin: 0 auto;
 }
 .section3 .containe-con .bdcon ol img{
     max-height: 125px;
 }
}


