﻿*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul,ol,dl,table,th,tr,td,input,textarea,li,a,div,span,em,i{margin: 0;padding: 0;	border: 0;}
img {margin: 0;padding: 0;	border: 0;}
li {list-style: none;}
/*全局样式*/
html,body {width: 100%;	margin: 0 auto;}
/*= 清除浮动=*/
.clear {clear: both;height: 0px;line-height: 0px;font-size: 0px;overflow: hidden;display: block;}
.clearfix:after {content: "";display: block;height: 0px;clear: both;visibility: hidden;font-size: 0px;}
:focus{outline:0}
a, button, input[type="button"], input[type="submit"], input[type="reset"]{cursor:pointer}
/* Hides from IE-mac \*/
* html .clearfix {height: 0%;}
/* End hide from IE-mac */
* + html .clearfix {min-height: 0%;}
/* 针对IE7 */
* + html .clearfix {min-height: 0%;}
.w100 {width: 100%;}
.fl {float: left;}
.fr {float: right;}
/*原文件配置*/
body {color: #333;background: #ffffff;font: 16px/30px 'Microsoft YaHei', arial, sans-serif;min-width: 320px;}
a {color: #333;text-decoration: none;}
a:hover {color: #e69f0b;}
/*块级转化*/
.di_in {display: inline-block;}
.di_no {display: none;}
.di_bl {display: block;}
/*原文件配置  end*/

/*纵向居中*/
.v_middle {vertical-align: middle;}
/*横向居中*/
.te_c {text-align: center;}
/*相对定位*/
.p_r {position: relative;}
/* 白色背景 */
.bgfff {background: #fff;}

.flex {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}
.flex-v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex-1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-warp{flex-flow: wrap}
.flex-column{flex-flow: column}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mb-show{display: none}
@media (min-width: 1200px) {
	/*min-width 1200 */
	.container{width: 1200px;margin-left: auto;margin-right: auto}
}
/*全局样式 start*/
.top{width: 100%;height: 55px;border-bottom: 1px #00b0ec solid}
.top .container{height: 55px}
.top .address{background: url("../images/address.png")no-repeat left center;padding-left: 35px;border-right: 1px #00b0ec solid;margin-right: 15px;padding-right: 15px}
.top .tel{background: url("../images/tel.png")no-repeat left center;padding-left: 30px}
.header{height: 80px}
.header .tel{background: url("../images/tel.png")no-repeat left center;padding-left: 30px;font-size: 14px}
.header h1{margin-right: 110px}
.menu li a{font-size: 16px}
.menu li .subnav{position: absolute;left: 50%;display: none;width: 120px;margin-left: -60px;z-index: 2}
.menu li:hover .subnav{display: block;}
.menu li:hover .subnav a{background: #00b0ec;color: #FFF;font-size: 14px;margin-bottom: 1px}
.menu li:hover .subnav a:hover{text-decoration: underline}
.nav{background: #0e8aee;padding: 0px 15px;overflow: hidden}
.nav a{width: 33.333%;height: 35px;color: #FFF;font-size: 14px}
.nav a.cur{background: #00b0ec;color: #ffe400}
.banner .pic{overflow: hidden}
.banner .swiper-pagination-bullet{width: 80px;height: 14px;border-radius: 7px;background-color: #FFF;opacity: 1}
.banner .swiper-pagination-bullet-active{background-color: #00b0ec}

.hot-key{background-color: #00b0ec;height:45px;line-height:45px;font-size:18px;color:#FFF;margin-top:1px;}
.hot-key a{color: #FFF;margin-right: 10px}

.Introduction{width: 100%;background: url("../images/bg.jpg")no-repeat center;overflow: hidden;height: 410px;padding-top: 25px}
.Introduction .play-box{width: 590px;height: 360px;overflow: hidden;background: #00b0ec;margin-right: 20px}
.Introduction .play-box a{position: absolute;z-index: 1;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px}
.Introduction .text-box img{height: 32px}
.Introduction .text-box .text{text-indent: 36px;font-size: 18px;margin-top: 20px}
.Introduction .more{margin-top:20px;text-align: right}
.Introduction .more a{background: #37cdee url("../images/icon.png")no-repeat 95px center;width: 130px;height: 34px;line-height: 34px;border-radius: 17px;color: #FFF;font-size: 18px;padding-left: 20px;text-align: left}

    /* 视频弹出 */
.maskBg{background-color: rgba(0,0,0,0.8);position: fixed;left: 0;top: 0;z-index: 9999;width: 100%;height: 100%;opacity: 0}
.videoShow{width: 580px;height: 360px;position: fixed;left: 50%;top: 30%;margin: -180px 0 0 -290px;z-index: 10000;opacity: 0}
.videoShow:after{content: '';position: absolute;right: -20px;top: -20px;width: 2px;height: 14px;transform: rotate(45deg);background: #FFF}
.videoShow:before{content: '';position: absolute;right: -20px;top: -20px;width: 2px;height: 14px;transform: rotate(-45deg);background: #FFF}
.maskBg.active{opacity: 1;}
.videoShow.active{opacity: 1;transform: scale(1); -webkit-transform: scale(1);}
@media screen and (max-width: 992px) {
    .videoShow{width: 100%;left: 0;margin-left: 0;}
}
@media screen and (min-width: 1200px) {
    .videoShow{width: 700px;height: 434px;margin: -217px 0 0 -350px;}
}
@media screen and (min-width: 1500px) {
    .videoShow{width: 800px;height: 500px;margin: -250px 0 0 -400px;}
}
.title{width: 100%;}
.title>div{padding: 0 45px}
.title>div:after{content: '';position: absolute;z-index: 0;width: 100%;top:-10px;bottom: 15px;border: 2px #00b0ec solid;}
.title>div h1{color: #00b0ec;font-size: 36px;z-index: 1;margin: 0;padding: 0 20px;line-height: 1.2}
.title>div span{font-size:24px;color: #b1b1b1;text-transform: uppercase;letter-spacing: 2px;z-index: 1;padding: 0 20px;margin-top: 10px}

.recomm{margin-top:40px}
.recomm ul{margin-top: 30px}
.recomm .txt{margin-top: 15px}
.recomm li{width: 230px;margin-right: 12px}
.recomm li:last-child{margin-right: 0}
.recomm li .pic{border: 1px #00b0ec solid;overflow: hidden;width: 100%;height: 270px}
.recomm li .pic img{width: 100%}
.recomm li .text-content{width: 100%}
.recomm li h4{color: #666;font-weight: normal;margin: 10px 0}
.recomm li .more a{width: 135px;height: 40px;line-height: 40px;color: #FFF;background: #00b0ec;border-radius: 5px}

.Sign{margin-top: 60px;padding: 40px 0;background: #f4f4f4}
.Sign .title>div h1,.Sign .title>div span{background-color: #f4f4f4}
.Sign .txt{margin-top: 15px;font-size: 20px}
.Sign ul{margin-top: 40px;padding: 0 15px}
.Sign li{margin-right: 1.5%;width: 16.5%}
.Sign li:nth-child(3){width: 28%}
.Sign li:last-child{margin-right: 0}
.Sign li .pic{overflow: hidden;border: 1px #00b0ec solid;}
.Sign li .pic img{width: 100%}
.Sign li h4{font-size: 20px;margin: 10px 0}
.Sign li p{font-size: 20px;margin-top: 0;color: #656565;margin-bottom: 0}

.signpos{margin-top: 60px;margin-bottom: 60px}
.signpos li{width: 50%;margin-top: 80px;overflow: hidden}
.signpos .pic{width: 285px;height: 240px;overflow: hidden;border: 1px #00b0ec solid}
.signpos .pic img{width: 100%}
.signpos .text-content{padding: 0 35px 0 20px}
.signpos .text-content p{color: #666;}
.signpos .text-content .more{position: absolute;bottom: 0;left: 0;width: 100%}
.signpos .text-content .more a{background-color: #00b0ec;color: #FFF;font-size: 18px;width: 140px;height: 40px;line-height: 40px;border-radius: 5px}

.ad{overflow: hidden}

.agents{margin-top: 60px}
.agents li{margin-right: 2%;width: 23.5%;height: 330px;overflow: hidden;border-radius: 3px;margin-top: 20px}
.agents li:nth-of-type(4n){margin-right: 0}
.agents li img{width: 100%}
.agents li .text{position: absolute;z-index: 1;left: 0;bottom: 0;width: 100%;background-color: #00b0ec;padding: 3px 10px;height: 66px}
.agents li .text h4{font-size: 15px;margin: 0;}
.agents li .text h4 a{color: #fff600}
.agents li .text p{margin: 0;font-size: 14px;color: #FFF}
.agents .more{margin-top: 40px}
.agents .more a{background-color: #00b0ec;color: #FFF;width: 270px;height: 60px;line-height: 60px;border-radius: 30px}

.Partner{margin-top: 60px}
.Partner .title>div{padding: 0 120px}
.Partner .txt{color: #666;margin-top: 15px;overflow: hidden}
.Partner ul{margin-top: 20px}
.Partner li{width: 290px;height: 130px;overflow: hidden;border: 1px #00b0ec solid;margin-right: 13px;margin-top: 20px}
.Partner li img{max-width: 100%}
.Partner li:nth-of-type(4n){margin-right: 0}

.news-center{background-color: #f4f4f4;padding: 40px 20px;margin-top: 40px}
.news-center .news{border: 1px #32beee dotted;padding: 20px 10px;width: 30%;margin-right: 2%}
.news-center .news .tit,.form-group .tit{font-size: 30px;color: #008dbd;line-height: 1.2}
.news-center .news ul{margin-top: 20px}
.news-center .news li{margin-top: 15px}
.news-center .news li .pic{width: 180px;height: 115px;overflow: hidden;margin-right: 15px}
.news-center .news li .pic img{width: 100%}
.news-center .news li .items{min-width: 0}
.news-center .news li .items a{font-size: 18px;padding-left: 10px}
.news-center .news li .items a:after{content: '';position: absolute;left: 0;top: 50%;width: 4px;height: 4px;background-color: #00b0ec;margin-top: -2px;}
.news-center .news .more{margin-left: 195px;margin-top: 20px}
.news-center .news .more a{background-color: #00b0ec;height: 34px;border-radius: 17px;padding: 0 20px;color: #FFF;font-size: 16px;line-height: 34px}

.form-group{border: 1px #32beee dotted;padding: 20px 10px;}
.form-group .txt{font-size: 16px;color: #232323;margin-top: 10px}
.form-group .group{margin-top: 20px;line-height: 30px}
.form-group .group span{width: 105px;text-align: justify;font-size: 14px;text-align-last: justify;margin-right: 15px}
.form-group .group input[type="text"]{width: 100%;height: 30px;border: 1px #c9c9c9 solid;background: none;padding: 5px}
.form-group .group textarea{width: 100%;height: 135px;border: 1px #c9c9c9 solid;background: none;padding: 5px}
.form-group .group label{font-size: 14px;color: #bcbcbc}
.form-group .submit{margin-top: 20px}
.form-group .submit input{background-color: #00b0ec;height: 34px;border-radius: 17px;padding: 0 20px;color: #FFF;font-size: 16px;line-height: 34px;border: 0}

.foot-nav{background-color: #00b0ec;height: 40px;line-height: 40px}
.foot-nav a{color: #FFF;padding: 0 15px}

.footer{width: 100%}
.footer .foot-info{padding:40px 80px;}
.footer .foot-info .info{width:270px }
.footer .foot-info .info h3{font-size: 26px;color: #00b0ec;margin-top: 0}
.footer .foot-info .info .address{background: url("../images/address.png")no-repeat left 5px;padding-left: 35px;}
.footer .foot-info .info .tel{background: url("../images/tel.png")no-repeat left center;padding-left: 35px;}
.footer .foot-info .info .email{background: url("../images/email.png")no-repeat left center;padding-left: 35px;}
.footer .foot-info .erwma{width: 194px;margin-left: 30px}
.footer .foot-info .erwma img{width: 100%}
.footer .foot-info .erwma p{margin: 0}
.footer .zs{overflow: hidden}
.footer .zs .tit{background-color: #00b0ec;color: #FFF;font-size: 24px;font-weight: bold;width: 60px;line-height: 1.8}
.footer .zs li{margin: 0 20px}
.footer .zs li img{max-width: 100%}
.footer .zs li a{color: #666;font-size: 12px;}

.Links{background-color: #00b0ec;color: #FFF;padding: 5px 0}
.Links a{color: #FFF;font-size: 14px;}
.Links .swiper-button-next,.Links .swiper-button-prev{background-size: 12px;z-index: 2}
.Links .swiper-container{padding: 0 15px;margin-right: -15px;margin-left: -15px}

.copyright{font-size: 14px;background-color: #090104;color: #FFF;padding: 5px 0}
.copyright a{color: #FFF}

footer{position: fixed;bottom: 0;left: 0;width: 100%;background: #000;height: 60px;z-index: 9}
footer a{border-right: 1px #FFF solid;color: #FFF;font-size: 13px;width: 25%;margin-top: 10px;padding-top: 26px;line-height: 1.2}
footer a:last-child{border-right: 0}
footer a:nth-child(1){background: url("../images/f1.png")no-repeat center 0px;background-size: auto 20px}
footer a:nth-child(2){background: url("../images/f2.png")no-repeat center 0px;background-size: auto 20px}
footer a:nth-child(3){background: url("../images/f3.png")no-repeat center 0px;background-size: auto 20px}
footer a:nth-child(4){background: url("../images/f4.png")no-repeat center 0px;background-size: auto 22px}
footer a.cur{color: #00b0ec}
footer a.cur:nth-child(1){background: url("../images/f01.png")no-repeat center 0px;background-size: auto 20px}
footer a.cur:nth-child(2){background: url("../images/f02.png")no-repeat center 0px;background-size: auto 20px}
footer a.cur:nth-child(3){background: url("../images/f03.png")no-repeat center 0px;background-size: auto 20px}
footer a.cur:nth-child(4){background: url("../images/f04.png")no-repeat center 0px;background-size: auto 22px}

.vjsfposter{background-size: cover;}
.video-play .video{width: 100%;height: 360px;}
.video-js{width: 100%;height: 100%;position: relative;}
.video-js .vjs-big-play-button{background: url(../images/play.png) no-repeat center;background-size:contain;width:90px;height: 90px;border:none;top: 50%;left: 50%;margin-top: -45px;margin-left: -45px;border: 0;overflow: hidden;background-size: 100%}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,  .vjs-icon-play:before{display: none;}
.video-js .vjs-big-play-button:focus{background: none;}
.video-js:hover .vjs-big-play-button{background: url(../images/play.png) no-repeat center;width: 90px;height: 90px;background-size: 100%}

/*全局样式 end*/

@media (min-width: 1025px) {
	/*所有hover写在这里面 兼容sofari的移动端不支持hover*/
	
}


@media (max-width: 1441px) {
	/*修改1441以下、小屏显示器*/
    .Sign li h4{font-size: 18px;}
    .Sign li p{font-size: 16px;}
    .news-center .news li .items a{font-size: 16px}
    .form-group .txt{font-size: 14px}
    .form-group .group label{font-size: 12px}
    .news-center .news{margin-right: 1%}
    .footer .foot-info{padding-left: 20px}
    .footer .foot-info .erwma{width: 120px}
}

@media (max-width: 1199px) {
	/*修改1200以下、小屏显示器*/
    body{padding-bottom: 62px}
    .mb-show{display: block}
    .pc-show{display: none}
    .container{width: 100%;padding-left: 15px;padding-right: 15px}
    .top{font-size: 12px;height: 40px}
    .top .container{height: 40px}
    .top .txt{text-align: center}
    .header{height: 55px}
    .header h1{margin-right: 0}
    .header h1 img{height: 30px;}
    .banner img{width: 100%}
    .banner .swiper-pagination-bullet{width: 40px;height: 8px;border-radius: 4px;}

    .title>div:after{width: 100%;top: auto;bottom: 15px;border: 0;border-bottom: 1px #e4e4e4 solid;}
    .title>div h1{font-size: 24px;padding: 0;}
    .title>div span{font-size: 14px;color: #b1b1b1;letter-spacing: 0px;padding: 0 20px;}
    .recomm{margin-top: 40px}
    .recomm .txt,.Sign .txt{font-size: 12px;line-height: 22px;margin-top: 10px}
    .recomm li{width: 100%;border-bottom: 1px #00b0ec solid;padding-bottom: 20px;margin-bottom: 20px;margin-right: 0}
    .recomm li .pic{margin-right: 20px;width: 230px;border: 0}
    .recomm li .text-content{width: auto;flex: 1}
    .recomm li h4{height: 48px;overflow: hidden;line-height: 24px;margin-top: 30px}
    .recomm li .more{margin-top: 40px}
    .recomm li .more a{height: 36px;border-radius: 18px;line-height: 36px;font-size: 14px}
    .recomm li:last-child{margin-bottom: 0}
    .ad img{width: 100%}
    .Sign{margin-top: 0px;background: none}
    .Sign .title>div h1, .Sign .title>div span{background-color: #FFF}
    .Sign ul{margin-top: 0}
    .Sign li{width: 49%;margin-top: 20px}
    .Sign li:nth-child(2){margin-right: 0}
    .Sign li:nth-child(3){display: none}
    .Sign li h4{margin-bottom: 5px}
    .signpos{margin-top: 0;margin-bottom: 30px}

    .news-center{margin-top: 0;background-color: #FFF;padding-bottom: 0}
    .tabs{margin-top: 30px;height: 40px;margin-right: 15px;margin-left: 15px;}
    .tabs>div{background-color: #00b0ec;font-size: 16px;border-radius: 5px;overflow: hidden;display: table;}
    .tabs span{line-height: 40px;padding: 0 20px;color: #FFF;}
    .tabs span.active{background-color: #ffff00;color: #333;font-weight: bold;border-radius: 5px}
    .tabs a{font-size: 14px;color: #00b0ec}
    #tabs-container{margin: 15px 15px}
    .news-list{overflow: hidden}
    .news-list li{font-size: 14px;}
    .news-list li span{color: #666}

    .foot-info{padding:20px 15px;}
    .foot-info .info{width:56% }
    .foot-info .info h3{font-size: 18px;color: #00b0ec;margin-top: 0}
    .foot-info .info .address{background: url("../images/address.png")no-repeat left 5px;padding-left: 30px;background-size: 24px;font-size: 12px}
    .foot-info .info .tel{background: url("../images/tel.png")no-repeat left center;padding-left: 30px;font-size: 12px;background-size: 24px;}
    .foot-info .info .email{background: url("../images/email.png")no-repeat left center;padding-left: 30px;font-size: 12px;background-size: 24px;}
    .foot-info .erwma{width: 20%;margin-left: 2%}
    .foot-info .erwma img{width: 100%}
    .foot-info .erwma p{margin: 0;font-size: 12px}

    footer{}
}

@media (max-width: 1023px) {
	/*修改1024以下、平板*/
    .signpos li{width: 100%}
    .signpos .text-content .more a{border-radius: 20px}
}

@media (max-width: 767px) {
	/*修改768以下、小屏平板*/
    .Links .swiper-button-next,.Links .swiper-button-prev{background-size: 12px;}
    .Links .swiper-container{padding: 0 15px}
}

@media (max-width: 424px) {
	/*修改425以下、普通的安卓手机屏*/
    .recomm ul{margin-top: 20px;margin-left: -15px;margin-right: -15px}
    .recomm li{padding-left: 15px;padding-right: 15px}
    .recomm li .pic{width: 150px;height: 175px;margin-right: 0}
    .Sign li h4{font-size: 15px}
    .Sign li p{font-size: 12px;line-height: 20px}
    .signpos li{margin-top: 30px}
    .signpos .text-content{padding-right: 0;padding-left: 0}
    .signpos .pic{border: 0;width: 160px;height: 135px}
    .signpos .text-content h4{margin: 0;font-size: 14px}
    .signpos .text-content p{margin-top: 0px;font-size: 12px;line-height: 20px;margin-bottom: 10px}
    .signpos .text-content .more{}
    .signpos .text-content .more a{height: 35px;line-height: 35px;border-radius: 17px;font-size: 14px}
    .news-center{padding-left: 15px;padding-right: 15px}
    .form-group .tit{font-size: 24px}
    .form-group .txt{font-size: 12px}
    .form-group .group span{width: 100%;margin-right: 0;text-align: left;text-align-last: left}
    .copyright{font-size: 12px}

}

@media (max-width: 374px) {
	/*修改375以下、iPhone5，4，等小屏手机*/
}