* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #333;
    

}



.box {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 518px;
    /* background: url('../images/banner.jpg') no-repeat center center; */
}

.site-box {
    width: 1214px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.site {
    width: 1200px;
    height: 574px;
    overflow: hidden;
    background: url('../images/site-bg.png') no-repeat left center;
}

.site>h2 {
    width: 100%;
    height: 80px;
    line-height: 76px;
    text-indent: 160px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.site>h2 span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.site-img {
    width: 1137px;
    height: 436px;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 62px;
    box-sizing: border-box;
    padding: 30px 20px 0 20px;
}

.big-img {
    float: left;
    width: 540px;
    height: auto;
    overflow: hidden;
    margin-right: 15px;
}

.small-img {
    float: right;
    width: 530px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.small-img>h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00a8ff;
    font-size: 26px;
    color: #fff;
}

.small-img>p {
    width: 100%;
    height: 160px;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-top: 10px;
}

.small-img>p a {
    color: #00a8ff;
}

.img-lists {
    position: absolute;
    width: 100%;
    height: 144px;
    left: 0;
    bottom: 0;
}

.img-lists ul {
    overflow: hidden;
    margin-right: -10px;
}

.img-lists ul li {
    width: 170px;
    height: 144px;
    margin-right: 10px;
    float: left;
}

.fl {
    float: left;

}

.fr {
    float: right;
    margin-right: 0;
}

.part5 {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.part5 .title2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.zt {
    width: 360px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 40px;
}


.zt-box {
    width: 360px;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(181, 229, 254, 0.12);
}

.zt-box a span {
    width: 100%;
    height: 46px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}


.feedback-box {
    width: 360px;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(181, 229, 254, 0.12);
}


.news-box {
    width: 360px;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(181, 229, 254, 0.12);
    ;
}

.news-box ul li {
    width: 100%;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    text-overflow: ellipsis;
    font-size: 16px;
}

.news-box ul li a {
    color: #fff;
}

.news-box ul li a:hover {
    text-decoration: underline;
}

.rel-box {
    width: 100%;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}


.zs-form .form-li {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zs-form .form-li div {
    width: 300px;
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.zs-form .form-li div.form-lil {
    width: 300px;
}

.zs-form .form-li div.form-lir {
    width: 300px;
}

.zs-form .form-li div span {
    display: block;
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #e3e3e3;
    background: url("../images/icon-4.png") no-repeat center center;
}

.zs-form .form-li div span.icon-name {
    background-position: 0 0;
}

.zs-form .form-li div span.icon-add {
    background-position: 0 -38px;
}

.zs-form .form-li div span.icon-tel {
    background-position: 0 -76px;
}

.zs-form .form-li div span.icon-code {
    background-position: 0 -114px;
}


.zs-form .form-li div input {
    float: left;
    width: 260px;
    height: 40px;
    border: 1px solid #e3e3e3;
    border-left: 0 none;
    padding: 0 5px;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}

.zs-form .form-li div input.yzm {
    width: 130px;
}

.zs-form .form-li div img {
    width: 100px;
    height: 38px;
    float: right;
}

.zs-form .form-message {
    width: 300px;
    height: auto;
    overflow: hidden;
}

.zs-form .form-message p {
    height: 30px;
    line-height: 30px;
}

.zs-form .form-message textarea {
    line-height: 24px;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: "Microsoft Yahei";
    outline: none;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    color: #999999;
}

.form-btn {
    clear: both;
    width: 220px;
    margin: 0 auto;
    padding-top: 10px;
    height: auto;
    overflow: hidden;
}

.form-btn button {
    font-family: "Microsoft Yahei";
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    display: block;
    float: left;
}

.form-btn button.submit {
    background-color: #ff8300;
    margin-right: 20px;
}

.form-btn button.reset {
    background-color: #999999;
}

.footer {
    width: 1000px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}

.footer {
    width: 1200px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
}

.pics {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.pic-tit {
    width: 421px;
    height: 76px;
    margin: 10px auto;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url('../images/tit-1.png') no-repeat center center;
}

#certify {
    position: relative;
    width: 900px;
    margin: 50px auto 50px auto;
    padding: 0 100px;
}


#certify .swiper-slide {
    width: 570px;
    height: 320px;
    position: relative;
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    top: 50%;
    margin-top: -42.5px;
    width: 40px;
    height: 85px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -85px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    width: 40px;
    height: 85px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -170px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -255px;
    background-size: 100%
}

.pics>p{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: rgba(181, 229, 254, 0.12);
	color: #fff;
	border-bottom-left-radius:50px;
	border-top-right-radius:50px;
	line-height: 36px;
	font-size: 18px;
	padding: 20px 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.pics>p a{
	color: #fff;
}




.focus{
    width: 1200px;
    height: 790px; 
    margin-top: 20px;
}

.slide{ 
    width: 1200px;
    height: 790px; 
}
.out-img {
    position: relative;
    width: 1200px;
    height: 790px;  
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    height: 600px;
    position: relative;
}

.out-img .img li>a{
    display: block;
}

.out-img .img li>a img{
    display: block;
}

.out-img .img li .img-bg{
    width: 1200px;
    height: 520px;
    background: url('../images/pic-bg.png') no-repeat center center;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}

.out-img .img li .img-bg p {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 60px;
    width: 1160px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 60px;
}

.out-img .img li .li-nr{
    width: 1200px;
    height: 220px;
    overflow: hidden;
    background: rgba(181, 229, 254, 0.12);
    color: #fff;
    border-bottom-left-radius:50px;
    border-top-right-radius:50px;
    line-height: 36px;
    font-size: 18px;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 20px;
}

.out-img .img li .li-nr h2{
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.out-img .img li .li-nr p{
    line-height: 30px;
    font-size: 16px;
}


.out-img .img li .li-nr  a{
    color: #fff;
}


.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    bottom: 12px;
    font-size: 0;
    right: 10px;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 50px;
    height: 100px;
    top: 210px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 50px;
    line-height: 100px;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    /* display: none; */
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 20px;
}

.out-img .btn-r {
    right: 20px;
}







