div {
    display: flow-root;
}
a{
	text-decoration: none;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
.warp_main {
    background-image: url(../images/main1-bg.jpg);
}
.fl{
	float: left;
}

.fr{
	float: right;
}
.pp70 {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.container1 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container1 {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container1 {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container1 {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    display: flow-root;
  }
}
.fl {
    float: left;
}
.main1-1{
	width: 235px;
	margin-right: 70px;
}

.main1-2{
	overflow: hidden;
	width: 895px;
	position: relative;
}

.main1-2-item{
	position: absolute;
	width: 100%;
	left: 0;
	top:15000%;
}
.main1-2-item.cur{
	position: relative;
	top: 0;
    height: 545px;
}
.title-11 h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #2c2c2c;
	text-transform: uppercase;
}
.title-11 h2{
	margin:0;
	font-size: 36px;
	color: #2c2c2c;
	margin-top: 10px;
}

.title-11 .line{
	width: 30px;
	height: 3px;
	background-color: #0c3a78;
	margin-top: 18px;
}
.main1-1-dl {
	margin-top: 73px;
}
.main1-1-dl dl{
	margin:0;
}

.main1-1-dl dd{
	height: 92px;
	line-height: 91px;
	border-bottom: 1px solid #333333;
	font-size: 24px;
	color: #333;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: left center;
}


.main1-1-dl dd.dd1{background-image: url(../images/dd1.png);}
.main1-1-dl dd.dd2{background-image: url(../images/dd2.png);}
.main1-1-dl dd.dd3{background-image: url(../images/dd3.png);}
.main1-1-dl dd.dd4{background-image: url(../images/dd4.png);}

.main1-1-dl dd.dd1.cur{background-image: url(../images/dd1h.png);}
.main1-1-dl dd.dd2.cur{background-image: url(../images/dd2h.png);}
.main1-1-dl dd.dd3.cur{background-image: url(../images/dd3h.png);}
.main1-1-dl dd.dd4.cur{background-image: url(../images/dd4h.png);}
.main1-1-dl dd span{
	cursor: pointer;

}

.main1-1-dl dd.cur span{
	color: #1659a2; 
}

.main1-2-1{
	background-color: #1659a2;
    display: inline-block;
}

.main1-2-1-pic{
	width: 561px;
}
.main1-2-1-pic .imgbox_a{
	padding-bottom: 63.1%;
    position: relative;
    overflow: hidden;
    display: block;
}
.main1-2-1-div{
	overflow: hidden;
	padding: 0	30px;
}

.main1-2-1-date{
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 5px;
	background-color: #fff;
}

.main1-2-1-date h1{
	margin:0;
	font-size: 30px;
	color: #1659a2;
	line-height: 1;
}
.main1-2-1-date h2{
	margin:0;
	font-size: 12px;
	color: #1659a2;
	margin-top: 5px;
}


.main1-2-1-con{
	margin-top: 30px
}
.main1-2-1-con .line{
	height: 1px;
	background-color: #abc3dd;
	margin:23px 0 28px;
}
.main1-2-1-con h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.main1-2-1-con p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.main1-2-2{
	margin-top: 25px;
}


.main1-2-2-list .item h1{
	margin:0;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}
.main1-2-2-list .item h1 a:hover{
	color: #1659a2;
}

.main1-2-2-list .item h2{
	margin:0;
	font-size: 14px;
	color: #0c3a78;
	margin:15px 0;
}
.main1-2-2-list .item p{
	margin:0;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/

#imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.main2 {
    background-image: url(../images/main2-bg.jpg);
}
.main2-pic{
	width: 569px;
	margin-left: 50px;
}

.main2-pic .imgbox_a{
	padding-bottom: 60.457%;
}


.main2-con{
	overflow: hidden;
}

.main2 .title-11 h1{color: #fff;}
.main2 .title-11 h2{color: #fff;}

.main2-p p{
	margin:0;
}
.main2-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 40px;
}

.main2-2 dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main2-2  dd{
	display: inline-block;
	vertical-align: top;
	margin-top: 70px;
	
}
.main2-2  dd+dd{
	margin-left: 25px;
}
.main2-2  dd>a{
	display: block;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	font-size: 12px;
	border-radius: 50%;
	color: #fff;
	position: relative;
	padding-top: 17px;
}
.main2-2  dd>a::after{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	content:"";
	z-index: 15;
	background-color: #fff;
	border-radius: 50%;
}
.main2-2  dd>a span{
	position: relative;
	z-index: 25;
}
.main2-2-ico{
	width: 34px;
	height: 34px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin:0 auto 6px;
	position: relative;
	z-index: 25;
}
.main2-2  dd>a:hover{
	color: #3568a9;
}
.main2-2  dd>a:hover::after{
	width: 100%;
	height: 100%;
	left: 0;
	transition: .3s;
	top: 0;
}
.main2-2-ico1{background-image: url(../images/main2-2-ico1.png);}
.main2-2-ico2{background-image: url(../images/main2-2-ico2.png);}
.main2-2-ico3{background-image: url(../images/main2-2-ico3.png);}
.main2-2-ico4{background-image: url(../images/main2-2-ico4.png);}
.main2-2-ico5{background-image: url(../images/main2-2-ico5.png);}
.main2-2-ico6{background-image: url(../images/main2-2-ico6.png);}
.main2-2-ico7{background-image: url(../images/main2-2-ico7.png);}
.main2-2-ico8{background-image: url(../images/main2-2-ico8.png);}

.main2-2  dd>a:hover .main2-2-ico1{background-image: url(../images/main2-2-ico1h.png);}
.main2-2  dd>a:hover .main2-2-ico2{background-image: url(../images/main2-2-ico2h.png);}
.main2-2  dd>a:hover .main2-2-ico3{background-image: url(../images/main2-2-ico3h.png);}
.main2-2  dd>a:hover .main2-2-ico4{background-image: url(../images/main2-2-ico4h.png);}
.main2-2  dd>a:hover .main2-2-ico5{background-image: url(../images/main2-2-ico5h.png);}
.main2-2  dd>a:hover .main2-2-ico6{background-image: url(../images/main2-2-ico6h.png);}
.main2-2  dd>a:hover .main2-2-ico7{background-image: url(../images/main2-2-ico7h.png);}
.main2-2  dd>a:hover .main2-2-ico8{background-image: url(../images/main2-2-ico8h.png);}
.main3 {
    background-image: url(../images/main3-bg.jpg);
}
                    
.main3 .title-11{
	text-align: center;
}

.main3 .title-11 h1{
	color: #e9e5e1;
}

.main3-dl{
	padding: 25px 0 40px;
}
.main3-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main3-dl dd{
	display: inline-block;
	width: 142px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	background-color:#2d8ee3;
	transition: background-color .3s; 
	border-radius: 4px;
}
.main3-dl dd+dd{
	margin-left: 12px;
}
.main3-dl dd.cur{
	background-color: #1659a2;
}
.main3-div-wp{
	position: relative;
	overflow: hidden;
}
.main3-div-wp .main3-div{
	/*margin-top: */
	position: absolute;
	width: 100%;
	left: 0;
	top:1500%;
}

.main3-div-wp .main3-div.cur{
	position: relative;
	top: 0;
}
.main3-pic .imgbox_a{
  position: relative;
    /* padding-bottom: 100%; */
    overflow: hidden;
    display: block;
	padding-bottom: 56.63%;
}

.main3-con{
	margin-top: 40px;
}
.main3-con h1{
	margin:0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.main3-con h1 a:hover{
	color: #0c3a78;
}
.main3-con h2{
	margin:0;
	font-size: 14px;
	color: #0c3a78;
	margin:18px 0 15px;
}
.tver{
	/* text-overflow: ellipsis; */
	white-space: nowrap;
	overflow: hidden;
}

.main3-con p{
	margin:0;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.main4{
	background-image: url(../images/main4-bg.jpg);
}

.main4-dl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}

.main4-dl dd{
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	color: #2c2c2c;
	font-size: 36px;
	cursor: pointer;
}
.main4-dl dd::after{
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height:6px ;
	background-color: #1659a2;
	transition: .3s;
	left: auto;
}
.main4-dl dd+dd{
	margin-left: 60px;
}
.main4-dl dd.cur{
	color: #1659a2;
}
.main4-dl dd.cur::after{
	width: 100%;
	right: auto;
	left: 0;
}


.main4-div-wp-wp{
	margin-top: 50px;

}
.main4-div-wp{
	position: relative;

}
.main4-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0%;
}
.main4-div.cur{
	position: relative;
	left: 0;
}




.main4-item{
	background-color: #fff;
	padding: 40px 20px;
}
.main4-item h1{
	margin:0;
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	font-weight: bold;
}
.main4-item h1 a:hover{
	color: #1659a2;
}
.main4-item h2{
	margin:0;
	font-size: 14px;
	color: #0c3a78;
	margin:15px 0;
}
.main4-item p{
	margin:0;
	font-size: 14px;
	color: #7a7a7a;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}


.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
    border: 0px;
}
.main4-list .owl-nav button.owl-prev:hover{
    background-image: url(../images/lefth.png);

}
.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    transition: background-image .3s;
    -webkit-background-size: 100%;
    background-size: 100%;
    border: 0px;
}

.main4-list .owl-nav button.owl-next:hover{
    background-image: url(../images/righth.png);

}