.hidden{width: 100%;overflow: hidden;}
.header{border-bottom: solid 1px #e6e6e6; position: fixed;z-index: 9999; top: 0;width: 100%;background: white;height: 90px;}

.logo{float: left;margin-top: 12px;display: block;margin-right: 190px;}
.logo img{
    max-height: 70px;
}
.nav{float: left;}
.nav .nav-item{float: left;margin-right: 75px;}
.nav .category { text-align: center; position: relative; color: #333333;display: block;font-size: 16px;line-height:90px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.nav .category:after{position: absolute;content: '';width: 0%;height: 3px;background: #5ba1e1;left: 50%;bottom: 0;transition: all .5s;}
.nav .category.hover:after,.nav .category:hover:after{width: 100%;left: 0;}
.nav .category.hover,.nav .category:hover{color: #5ba1e1;}

.header .dropdown-menu.full-screen {position: absolute;top: 90px;}
.nav-item:hover .dropdown-menu {display: block;visibility: visible;}
.dropdown-container .container-middle{text-align: center;}
.menu-wrap{width: 1600px;margin: 0 auto;background: #f7f8f9;}
.menu-left{width: 22%;background: #f7f8f9;float: left;padding: 20px 0px;}
.menu-left a{display: block;font-size: 14px;padding: 0 20px; color: #333;height: 40px;line-height: 40px;background: url("../images/abv-right.png")/*tpa=http://team-tech.com.cn/skin/crw/images/abv-right.png*/ no-repeat right 20px center;}
.menu-left a.active{background-color: white;}
.menu-right{width: 78%;float: right;background: white;padding: 30px 40px;}
.menu-list{display: none;}
.menu-list ul{margin-left: -23px;}
.menu-list li{overflow: hidden; float: left;margin-left: 23px;width: 23%;}
.menu-pic{width: 200px;height: 170px;overflow: hidden;}
.menu-pic img{display: block;width: 100%;}
.menu-list li:hover .menu-fo{color: #69c927;}
.menu-fo{text-align: left;font-size: 14px;line-height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menu-more{padding-right: 20px; display: block;color: #666;font-size: 16px;margin: 15px 0;background: url("../images/abv-right.png")/*tpa=http://team-tech.com.cn/skin/crw/images/abv-right.png*/ no-repeat left 70px center;}
.menu-more:hover{color: #69c927;background-image: url("../images/indx-spanH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/indx-spanH.png*/;background-size: 9px 16px;}
.menu-ab a{font-size: 16px;color: #333;}
.menu-ab{margin-bottom: 10px;line-height: 24px;height: 24px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menu-as,.menu-as a{font-size: 14px;color:#666;margin-bottom: 5px;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.menu-list .menu-li{width: 30%;margin-bottom: 20px;padding-bottom: 20px;border-bottom: solid 1px #e6e6e6;}
.menu-li-left{float: left;width: 100px;height: 85px;overflow: hidden;    margin-right: 20px;}
.menu-li-left img{display: block;width: 100%;}
.menu-li-right{float: left;width: 150px;}
.menu-ab a:hover,.menu-as a:hover{color: #69C927;}
.nav-rela{position: relative;}
                  
.dropdown-container .container-middle{text-align: center;}
.dropmenu {position: absolute;top: 90px;    transform: translateX(-25%);z-index: 500;max-height: 0;opacity: 0;overflow: hidden;transition: max-height 1s;padding-top: 5px;}
.nav .nav-item:hover .dropmenu {opacity: 1;max-height: 550px;background: white;box-shadow: 0 0 15px rgba(0,0,0,0.1);padding: 0 20px;}
.menu-sma{min-width: 100px;}
.menu-sma a{display: block;text-align: center; height: 50px;line-height: 50px;font-size: 14px;color: #777;border-bottom: solid 1px #e4e4e4;}
.menu-sma a:last-child{border-bottom: none;}
.menu-sma a:hover{color: #0385d5;}
/*.lanu{padding-left: 29px; float: right;margin-top: 60px;width:70px;background: url(../images/lanu.png) no-repeat right center;height: 15px;line-height: 15px;}
.lanu a{font-size: 16px;color: #666;margin-bottom: 8px;display: block;}
.lanu a.en{opacity: 0;}
.lanu:hover a.en{opacity: 1;}
.lanu a:hover{color: #333;}*/
.dropdown-menu{
    position: absolute;
    top:100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 630px;
    min-height: 300px;
   
    background-color: #ffffff;
    -webkit-box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
    opacity:0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .36s ease;
    -o-transition: all .36s ease;
    transition: all .36s ease;
    max-height: 0;


}
.dropdown-menu1{width:526px;}
.dropdown-menu1 .dropdown-item{max-width:100px;}
.nav-item:hover .dropdown-menu{
   opacity: 1;
    max-height: 350px;
}
.dropdown-cont{
    padding:20px 50px 40px 50px;
}
.nav-right{
	float: right;
    width: 290px;
    height: 160px;
    margin-top: 41.5px;
    margin-left: 28px;
    overflow: hidden;
}
.dropdown-cont .m-pic{
		display: none;
    width: 100%;
    height: 100%;    
}
.dropdown-cont .m-pic.on{display: block;}
.dropdown-cont .m-pic img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.dropdown-cont .m-pic:hover img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.dropdown-menu .line{
    float: right;
    width: 1px;
    height: 203px;
    margin-top: 20px;
    background-color: #d1d1d1;
}
.dropdown-item{float: left;margin-right: 50px;text-align: left;max-width: 120px;}
.dropdown-item li{width: 150px;height: 56px;line-height: 55px;padding:0px 0 0px 15px;border-bottom: 1px dashed #dcdcdc;background:url("../images/right5.png")/*tpa=http://team-tech.com.cn/skin/crw/images/right5.png*/ no-repeat left center;}
.dropdown-item li:hover{background:url("../images/right5h.png")/*tpa=http://team-tech.com.cn/skin/crw/images/right5h.png*/ no-repeat left center;}


.dropdown-item li:hover a{color: #5ba1e1;}
.dropdown-item a{
    display: block;
    color: #777;
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.category-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.nav-search {
	float: right;
    width:42px;
    height: 90px;
    background: url("../images/sousuo.png")/*tpa=http://team-tech.com.cn/skin/crw/images/sousuo.png*/ no-repeat right center;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.nav-box{width: 100%;height: 100%;}
.nav-search:hover{opacity: 1;}
.search-box {
    position: absolute;
    right:0;
    top:90px;
    font-size: 0;
    width: 300px;
    height: 0;
    z-index: 100;
    border-radius: 15px;
    background:rgba(255,255,255,.5);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: none;
    height: 45px;
    overflow: hidden;
    border: solid 1px #dbdbdb;
}

.nav-search.close{background: url("../images/nav-close.png")/*tpa=http://team-tech.com.cn/skin/crw/images/nav-close.png*/ no-repeat center;}
/*.nav-search:hover .search-box {
    opacity: 1;
    height: 45px;
}*/
.search-box .search{
	width:254px;
	height: 45px;
	float: left;
	font-size: 14px;
	color:#333;
	line-height: 24px;
	padding:3px 10px;
	outline: none;
	border: none;
}
.search-box .butt{
	width:44px;
	height:45px;
	background:#fff url("../images/sousuo.png")/*tpa=http://team-tech.com.cn/skin/crw/images/sousuo.png*/ no-repeat center;
	float: right;
	cursor: pointer;
	transition: all .3s;
	outline: none;
	border: none;
}

.banner{margin-top: 90px !important;}
.banner img{width: 100%;display: block;}
.banner .swiper-button-next,.banner .swiper-button-prev{opacity: 0;}
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{opacity: 1;}

.btn-2 {position: relative;display: block;margin:0 auto;width: 129px; height: 42px;text-transform: uppercase;overflow: hidden;border: solid 1px #dcdcdc;line-height: 40px;}
.btn-2 b{display: block;transition: all .5s; background: url("../images/index-more.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-more.png*/ no-repeat right 14px center; font-size: 14px;color: #666;font-family: arial;padding-left: 16px;font-weight: normal;z-index: 33; width: 100%;height: 100%;line-height: 40px;position: absolute;top: 0;left: 0;}
.btn-2:before {content: '';width: 0;height: 0; -webkit-transform: rotate(360deg);border-style: solid; border-width: 0; border-color: transparent transparent transparent #00a3e4; position: absolute; bottom: -1px; left: 0; transition:all .5s;z-index: 1;}
.btn-2:after {content: ''; width: 0; height: 0;-webkit-transform: rotate(360deg); border-style: solid;border-width: 0;border-color: transparent #00a3e4 transparent transparent;position: absolute; top: 0;right: -1px; transition:all .5s;z-index: 1;}


.index{padding-top: 80px;}
.index .index-tit{margin-bottom: 15px; font-size: 46px;color: #393939;text-align: center;line-height: 46px;font-weight: lighter;}
.index .index-tit2{text-align: center;margin-bottom: 40px;}
.index .index-tit2 span{text-transform: capitalize; padding: 0 18px; font-size: 26px;color: #9c9c9c;line-height: 26px;position: relative;font-family: 'th';}
.index .index-tit2 span:after{position: absolute;content: '';background: url("../images/index-h.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-h.png*/ no-repeat ;width: 8px;height: 19px;right: 0;top: 50%;margin-top: -9.5px;}
.index .index-tit2 span:before{position: absolute;content: '';background: url("../images/index-h.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-h.png*/ no-repeat ;width: 8px;height: 19px;left: 0;top: 50%;margin-top: -9.5px;}

.index-one{background: #f6f6f6;}
.index-one ul{padding: 0 55px;display: flex;margin-left: -20px;}
.index-one li{flex: 1;margin-left: 20px;position: relative;overflow: hidden;}
.index-one li img{width: 100%;display: block;transition: all .5s;}
.index-one li .ino-font{position: absolute;left: 28px;bottom: 7%;}
.ino-font span{display: block;margin-bottom: 15px; width: 80px;height: 80px;background: url("../images/index-icon.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-icon.png*/ no-repeat ;}
.ino-font span.span1{background-position: 0 0;}
.ino-font span.span2{background-position: -80px 0;}
.ino-font span.span3{background-position: -160px 0;}
.ino-font h3{margin-bottom: 8px; font-size: 26px;color: white;line-height: 26px;font-weight: lighter;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.ino-font h4{text-transform: uppercase; font-size: 14px;color: #616161;line-height: 14px;font-weight: lighter;    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
.index-one li:hover img{transform: scale(1.1);}

.index-two{background: #f6f6f6;padding-bottom: 80px;}
.int-left{display: block;float: left;width: 640px;height: 650px;background: white;padding: 54px 0;}
.intl-pic{width: 380px;height: 380px;margin: 0 auto;overflow: hidden;}
.intl-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.int-left h3{ margin: 30px auto 0 auto; font-size: 24px;color: #333;line-height: 24px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 50%;}
.int-left p{font-weight: lighter; font-size: 14px;color: #888;line-height: 14px;text-align: center;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 18px auto 35px auto;}

.int-right{float: left;width: 760px;}
.intr-list{padding: 30px 0 15px 0; display: block;float: left;margin-left: 20px;width: 360px;height: 325px;background: white;}
.intr-pic{ width: 210px;height: 210px;margin: 0 auto;overflow: hidden;}
.intr-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.intr-list h3{width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size: 24px;color: #333;float: left;line-height: 42px;}
.intr-font{padding: 0 15px;margin-top: 28px;}
.intr-list .btn-2{float: right;}
.intr-bot{height: 305px;background: white;padding: 23px 80px 23px 64px; display: block;margin-top: 20px;margin-left: 20px;}
.intb-font{float: left;width: 50%;padding-top: 65px;}
.intb-font h3{margin-bottom: 15px; font-size: 24px;color: #333;line-height: 24px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.intb-font p{margin-bottom: 35px;font-size: 14px;color: #888;line-height: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: lighter;}
.intb-font .btn-2{float: left;}
.intb-pic{float: right;width: 260px;height: 260px;overflow: hidden;}
.intb-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.int-left:hover img,.intr-list:hover img,.intr-bot:hover img{transform: scale(1.1);}
.int-left:hover .btn-2 b,.intr-list:hover .btn-2 b,.intr-bot:hover .btn-2 b{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.int-left:hover .btn-2,.intr-list:hover .btn-2,.intr-bot:hover .btn-2{border-color: #00a3e4;}
.int-left:hover .btn-2:before,.intr-list:hover .btn-2:before,.intr-bot:hover .btn-2:before {border-width: 90px 0 0 90px;}
.int-left:hover .btn-2:after,.intr-list:hover .btn-2:after,.intr-bot:hover .btn-2:after {border-width: 0 90px 90px 0;}


.index-three{background: url("../images/ine1.png")/*tpa=http://team-tech.com.cn/skin/crw/images/ine1.png*/ no-repeat right center;}
.ine{width: 650px;background: white;padding: 80px 0;}
.ine h3{margin-bottom: 15px;font-size: 44px;color: #333;line-height: 44px;font-weight: lighter;}
.ine h4{margin-bottom: 30px;}
.ine h4 span{text-transform: capitalize; padding: 0 18px; font-size: 26px;color: #9c9c9c;line-height: 26px;position: relative;font-family: 'th';}
.ine h4 span:after{position: absolute;content: '';background: url("../images/index-h.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-h.png*/ no-repeat ;width: 8px;height: 19px;right: 0;top: 50%;margin-top: -9.5px;}
.ine h4 span:before{position: absolute;content: '';background: url("../images/index-h.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-h.png*/ no-repeat ;width: 8px;height: 19px;left: 0;top: 50%;margin-top: -9.5px;}
.ine p{font-size: 16px;color: #666;line-height: 30px;}
.ine li{margin-top: 40px;height: 80px; float: left;width: 205px;margin-right: 100px;}

.ine-icon{margin-right: 10px; float: left; width: 80px;height: 80px;background: url("../images/index-icon.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-icon.png*/ no-repeat;}
.ine-icon1{background-position: 0 -80px;}
.ine-icon2{background-position: -80px -80px;}
.ine-icon3{background-position: -160px -80px;}
.ine-icon4{background-position: -240px -80px;}
.ine-font{float: left;}
.ine li .timer{float: left; font-style: normal;font-size: 50px;color: #333;font-family: 'bkcn';}
.ine-font h5{font-size: 14px;color: #666;text-align: center;}
.ine-font span{float: left;font-size: 13px;color: #000033;}

.index-four{padding-bottom: 80px;background: #f6f6f6;}
.inf-left{float: left;position: relative;width: 45.72%;height: 540px;margin-right: 20px;}
.infl-pic{width: 100%;height: 100%;overflow: hidden;}
.infl-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.infl-font{position: absolute;left: 0;bottom: 0;width: 100%;height: 50%;padding: 80px 50px 34px 35px; background: -webkit-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* Firefox 3.6 - 15 */
  background: linear-gradient(rgba(255,255,255,0), rgba(0,0,0,1)); /* 标准的语法 */}
  
.infl-font h3{margin-bottom: 15px; font-size: 18px;color: white;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 18px;}
.infl-font p{margin-bottom: 25px; line-height: 26px;color: white;font-size: 14px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.infl-font h4{line-height: 42px; float: left;font-size: 14px;color: white;font-family: arial;padding-left: 25px;background: url("../images/index-time.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-time.png*/ no-repeat left center;}
.infl-font .btn-2{float: right;}
.infl-font .btn-2 b{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.inf-left:hover .btn-2 b{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.inf-left:hover .btn-2{border-color: #00a3e4;}
.inf-left:hover .btn-2:before{border-width: 90px 0 0 90px;}
.inf-left:hover .btn-2:after {border-width: 0 90px 90px 0;}




.inf-left:hover img{transform: scale(1.1);}
.inf-right{float: right;background: white;width: 52.85%;height: 540px;}
.inf-swiper{padding-bottom: 70px !important;}
.inf-swiper .swiper-slide{padding: 0 50px;}
.infr-list{display: block;margin-top: 43px;}
.infr-list h3{margin-bottom: 15px; font-size: 18px;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 18px;}
.infr-list p{font-size: 14px;color: #888;line-height: 26px;margin-bottom: 10px;height: 52px;overflow: hidden;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.infr-list span{font-size: 14px;color: #999;padding-left: 25px;font-family: arial;background: url("../images/inf-time.png")/*tpa=http://team-tech.com.cn/skin/crw/images/inf-time.png*/ no-repeat left center;}
.inf-swiper .swiper-pagination{height: 47px;border-top: solid 1px #e6e6e6;bottom: 0 !important;padding-top: 10px;}
.inf-swiper .swiper-pagination-bullet{opacity: 1 !important; background: #dedede;}
.inf-swiper .swiper-pagination-bullet-active{background: #00a3e4;}
.infr-list:hover h3{color: #00a3e4;}




.index-five{padding-bottom: 80px;}
.index-five ul{margin-bottom: 40px;overflow: hidden;}
.index-five li{float: left;width: 33%;overflow: hidden;}
.inv-icon{float: left;width: 40px;height: 40px;background: url("../images/index-icon.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-icon.png*/ no-repeat;}
.inv-icon1{background-position: 0 -160px;}
.inv-icon2{background-position: -40px -160px;}
.inv-icon3{background-position: -80px -160px;}
.inv-font {float: left;margin-left: 20px;width: 84%;}
.inv-font h3{color: #666;font-size: 14px;opacity: 0.65;}
.inv-font h4{font-size: 18px;color: #666;font-weight: bold;font-family: "Open Sans";}
.form p{height: 47px;margin-bottom: 23px;margin-left: -13px;}
.form .text{margin-left: 13px; float: left;width: 32.4%;height: 45px;border: solid 1px #e6e6e6;font-size: 14px;color: #888;padding:0 15px;}
.form select{appearance:none;
          -moz-appearance:none;
          -webkit-appearance:none;
        background: url("../images/down.png")/*tpa=http://team-tech.com.cn/skin/crw/images/down.png*/ no-repeat right 10px center;float: left;width: 32.4%;margin-left: 13px;height: 45px;border: solid 1px #e6e6e6;font-size: 14px;color: #888;padding:0 15px;}
.form textarea{width: 100%;height: 88px;resize: none;border: solid 1px #e6e6e6;font-size: 14px;color: #888;padding:10px 15px;}
.form .btn-2{margin-top: 30px;background: none;}
.btn-2 span{position: absolute;z-index: 3;transition: all .5s; width: 100%;height: 100%;left: 0;top: 0;color: #666;background: none;}
.btn-2:hover span{color: white;}
.form .text:focus,.form select:focus,.form textarea:focus{border-color: #00a3e4;}

.form .btn-2:hover{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.form .btn-2:hover{border-color: #00a3e4;}
.form .btn-2:hover:before{border-width: 90px 0 0 90px;}
.form .btn-2:hover:after {border-width: 0 90px 90px 0;}

.foot{padding-top: 54px;padding-bottom: 45px;background: #2f2f2f;}
.foot-left{float: left;}
.foot-left dl{float: left;width: 180px;}
.foot-left dt{margin-bottom: 20px;}
.foot-left dt a{font-size: 20px;color: #d0d0d0;line-height: 20px;}
.foot-left dd a{font-size: 14px;color: #8b8b8b;line-height: 30px;}
.foot-right{float: right;}
.foot-right h3{font-size: 14px;color: #8b8b8b;}
.footer{position: relative; border-top: solid 1px #383838;padding: 20px 0;background: #2f2f2f;}
.footer p{font-size: 14px;color: #6b6b6b;line-height: 14px;float: left;}
.footer .foot-p{float: right;}
.foot-link span{padding-left: 20px;font-size: 14px;color: #6b6b6b;line-height: 14px;display: block;}
.foot-link{float: right;padding-top: 20px;margin-top: -20px;}
.link{display: none; position: absolute;width: 100%;left: 0; padding: 22px 0;top: -70px;background: #4c4c4c;}
.link a{font-size: 14px;line-height: 26px;padding: 0 15px;color: #ababab;}
.foot-link:hover .link{display: block;}
.foot-link:hover{background: url("../images/link.png")/*tpa=http://team-tech.com.cn/skin/crw/images/link.png*/ no-repeat left 40px top;}
.link a:hover,.foot-left dt a:hover,.foot-left dd a:hover,.footer p a:hover{color: #00a3e4;}


/*客服*/
.kf {transition: .8s;-o-transition: .8s;-moz-transition: .8s;-webkit-transition: .8s;z-index: 999999;background-color: #fff;position: fixed;bottom: 140px;right: 20px;width: 62px;border-radius: 5px;display: none;}
.kf span {z-index: 1000001;-webkit-transition: .5s;-o-transition: .5s;transition: .5s;cursor: pointer;position: relative;display: block;width: 62px;height: 62px;border-bottom: 1px solid #e3e3e3;background:url("../images/kefu_j.png")/*tpa=http://team-tech.com.cn/skin/crw/images/kefu_j.png*/ no-repeat center #fff;}
.kf span:hover{background-color:#035ff1;}
.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 -62px;}
.kf .zx:hover {background-position: 0 -124px;}
.kf .freetel {background-position:-62px -62px;}
.kf .freetel:hover {background-position:-62px -124px;}
.kf .act {background-position:-186px -62px;}
.kf .act:hover{background-position:-186px -124px;}
.kf .zxlya {background-position:-124px -62px;}
.kf .zxlya:hover{background-position:-124px -124px;}
.kf .back_top {border-radius: 0 0 5px 5px;border: none;background-position:-248px -62px;}
.kf .back_top:hover {background-position:-248px -124px;}
.kf span div {display: none;background-color: #fff;border-radius: 5px;position: absolute;right: 75px;padding: 20px;font-size: 14px;text-align: center;bottom:2px;width: 180px;}
.kfimgr{position: absolute;bottom:23px;right: -9px;}
.kf span div i {display: block;position: absolute;width: 15px;height: 200px;right: -15px;top: 0;}
.kf .zx div,.kf .zxlya div, .kf span:nth-child(4) div {text-align: center;min-width: 148px;font-size: 14px;color: #666;}
.kf span:nth-child(4) div {white-space: nowrap;}
.kf a{display:block;height:100%;position:absolute;top:0;right:0;width: 100%}
.kf span div, .kf {-webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);}
.nav_center div, .index_nav_center div, .shou, .zhan {-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.shou {z-index: 1000000;cursor: pointer;width: 30px;height: 40px;top: 50%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px;background: url("../images/kefu_j.png")/*tpa=http://team-tech.com.cn/skin/crw/images/kefu_j.png*/ no-repeat -310px -62px #fff;position: absolute;}
.shou.on {background-position: -310px -102px;}
.kf .freetel input {text-indent: .5em;display: block;margin: 15px 0;line-height: 28px;color: #666;font-size: 12px;width: 140px;border: 1px solid #d1d1d1;border-radius: 2px;height: 28px;}
.kf .btn-call{transition:all .5s;-webkit-transition:all .5s;display: block;background: #FC5204;border-radius: 2px;color: #fff;line-height: 26px;font-size: 12px;text-align: center;width: 79px;height: 26px;position: relative;}
.kf .btn-call:hover {background:#69c927;}

@media all and (max-width: 1440px) {
	.main{width: 1200px;}
	.logo{margin-right: 100px;}
	.nav .nav-item{margin-right: 55px;}
	.int-left{width: 547px;}
	.intr-list{width: 306px;}
	.intr-bot{padding: 23px 50px;}
	.inf-right{width: 52.6%;}
	.form .text,.form select{width: 32.2%;}
}

/*=======================================*/
.container{width: 1200px;margin: 0 auto;}
.ny-banner{margin-top: 90px;position: relative;}
.ny-banner img{display: block;width: 100%;}
.ny-font{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.ny-tit{font-size: 36px;color: white;text-align: center;line-height: 36px;}
.ny-line{width: 30px;height: 2px;background: #00a3e4;margin: 19px auto;}
.ny-dec{font-size: 16px;color: white;line-height: 16px;text-align: center;}
.ny-banner .container{position: relative;height: 100%;}
.crumb{padding-left: 25px;background: url("../images/crumb.png")/*tpa=http://team-tech.com.cn/skin/crw/images/crumb.png*/ no-repeat left center; position: absolute;right: 0;bottom: 16%;color: white;font-size: 14px;line-height: 18px;}

.crumb a{color: white;}
@media all and (max-width: 1440px) {
	.crumb{bottom: 20%;}
}


/**/
.second-nav{box-shadow: 0 3px 7px rgba(0,0,0,0.05); position: relative; height: 100px;background: white;margin-top: -50px;text-align: center;}
.second-nav a{font-weight: lighter;margin: 0 60px; display: inline-block;font-size: 24px;color: #333;line-height: 100px;position: relative;}
.second-nav a:after{transition: all .5s; position: absolute;content: '';width: 0px;height: 3px;background: #00a3e4;left: 50%;bottom: 10px;}
.second-nav a:hover:after,.second-nav a.on:after{width: 35px;margin-left: -17.5px;}
.second-nav a:hover,.second-nav a.on{color: #00a3e4;}

/*分页*/
.pagee {text-align: right;position: relative;}
.pagee a{margin:0 3px; display:inline-block;width: 30px;height: 30px; font-size: 16px;color: #666;font-family: arial;text-align: center;line-height: 28px;border: solid 1px #e5e5e5;background: white;}
.pagee a.prev,.pagee a.next{font-size: 14px;color: #666666;font-family: "微软雅黑";width: 70px;}
.pagee a:hover,.pagee a.on{color: #fff;background: #00a3e4;border-color: #00a3e4;}



/**/
.product{padding-bottom: 100px;background: #f6f6f6;}
.three-nav{margin: 80px 0 60px 0;text-align: center;}
.three-nav a{position: relative; display: inline-block;font-size: 14px;border: solid 1px transparent; color: #666;padding: 0 25px;height: 40px;line-height: 40px;}
.three-nav a:after{position: absolute;content: '';width: 1px;height: 20px;background: #dcdcdc;top: 50%;margin-top: -10px;right: 0;}
.three-nav a:last-child:after{display: none;}
.three-nav a:hover,.three-nav a.on{border: solid 1px #00a3e4;color: #00a3e4;}
.three-nav a:hover:after,.three-nav a.on:after{display: none;}
.pro-big{padding-bottom: 50px;margin-left: -30px;}
.pro-list{padding:23px 20px 20px 20px; display: block;float: left;margin-left: 30px;width: 380px;height: 400px;background: white;margin-bottom: 30px;}
.pro-pic{ width: 270px;height: 270px;margin: 0 auto;overflow: hidden;}
.pro-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.pro-list h3{font-weight: lighter; width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; font-size: 24px;color: #333;float: left;line-height: 42px;}
.pro-font{margin-top: 26px;border-top: solid 1px #eeeeee;padding-top: 19px;}
.pro-list .btn-2{float: right;}
.pro-list:hover .btn-2 b{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.pro-list:hover .btn-2{border-color: #00a3e4;}
.pro-list:hover .btn-2:before{border-width: 90px 0 0 90px;}
.pro-list:hover .btn-2:after{border-width: 0 90px 90px 0;}
.pro-list:hover img{transform: scale(1.05);}


/**/
.proi-top{padding-bottom: 50px;border-bottom: solid 1px #e5e5e5;}
.pro_left{width:490px;float:left; overflow:hidden;height: 490px;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width:488px;height:488px; overflow:hidden;border: solid 1px #e5e5e5;}
.jqzoom img{width:100%; height:100%;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:368px;height:368px;background:#ffffff;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:200px !important;height:200px !important;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
.spec-preview{}
.spec-scroll{position: relative;width:100%;height: 114px;}
.spec-scroll .prev{left: 0;top: 0;}
.spec-scroll .next{right: 0;top: 0;}
.spec-scroll .prev,.spec-scroll .next{position: absolute;z-index: 2; width:20px;height:114px;cursor:pointer;line-height: 114px;font-size: 20px;color: #666666;}
.spec-scroll .prev:hover,.spec-scroll .next:hover{color: #00a3e4;}
.spec-scroll .items{width:620px;height:114px;overflow:hidden;float: left;position: relative;margin-left: 25px;}
.spec-scroll .items ul{position:absolute;}
.spec-scroll .items ul li{width:114px;text-align:center;height: 114px;float: left;margin-right: 10px;}
.spec-scroll .items ul li img{border:1px solid #e5e5e5;width:114px;height: 114px;}
.spec-scroll .items ul li.hover img { border:1px solid #00a3e4;}
.pro_right{width: 660px;float: right;position: relative;overflow: hidden;}
.pror-tit{font-size: 24px;color: #00a3e4;line-height: 24px;margin-bottom: 20px;font-weight: lighter;padding-bottom: 30px;border-bottom: solid 1px #e5e5e5;}
.pror-tit2{font-size: 14px;color: #666;line-height: 32px;margin-bottom: 20px;}
.pro-down{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;background: #00a3e4 url("../images/pro-down.png")/*tpa=http://team-tech.com.cn/skin/crw/images/pro-down.png*/ no-repeat 32px center;padding-left: 20px;margin-bottom: 79px; color: white;font-size: 14px;}

.pro-two{padding-top: 80px;}
.pro-tit{margin-bottom: 30px; font-size: 24px;color: #333;line-height: 24px;text-align: center;font-weight: lighter;position: relative;padding-bottom: 30px;}
.pro-tit:after{position: absolute;content: '';width: 30px;height: 2px;background: #00a3e4;left: 50%;margin-left: -15px;bottom: 0;}
.pro-two ul{position: relative;overflow: hidden;}
.pro-two ul:before{position: absolute;content: '';width: 1px;height: 100%;background: #bfbfbf;left: 50%;top: 0;margin-left: -0.5px;}
.pro-two li{position: relative; float: left;width: 550px;height: 60px;border-bottom: solid 1px #bfbfbf;line-height: 60px;padding-left: 33px;font-size: 18px;color: #666;}
.pro-two li:after{position: absolute;content: '';width: 14px;height: 14px;border: solid 2px #00a3e4;border-radius: 50%;left: 0;top: 50%;margin-top: -7px;}
.pro-two li:nth-child(even){float: right;}
.pro-three{padding-top: 80px;padding-bottom: 20px;}
.prot{margin-left: -30px;}
.pro-back{padding-top: 50px;border-top: solid 1px #e5e5e5;position: relative;}
.pro-back .pro-prev,.pro-back .pro-next{display: block; color: #333333; font-size: 14px;line-height: 14px;width: 70%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-back .pro-prev{margin-bottom: 14px;}
.pro-btn{width:92px;height: 36px;background: #d2d2d2;text-align: center;line-height: 36px;position: absolute;right: 0;top: 52px;font-size: 14px;color: #666666;}
.pro-back .pro-prev:hover,.pro-back .pro-next:hover{color: #00A3E4;}
.pro-btn:hover{color: #fff;background: #00a3e4;}


/**/
.problem{padding-bottom: 100px;background: #f6f6f6;}
.blem-box{margin-top: 80px;}
.blem-list{background: white;margin-bottom: 30px;}
.blem-top{height: 70px;padding: 0 30px;}
.blem-top h3{width: 90%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 70px; float: left;position: relative;padding-left: 22px;font-size: 18px;color: #555555;}
.blem-top h3:after{position: absolute;content: '';width: 8px;height:8px;background: #7d7d7d;transform: rotate(45deg);left: 2px;top: 50%;margin-top: -4px;}
.blem-tig{float: right;width: 21px;height: 21px;border: solid 1px #666666;border-radius: 50%;margin-top: 24.5px;position: relative;}
.blem-tig:after{position: absolute;content: '';width: 1px;height: 9px;background: #666666;top: 5px;left: 50%;margin-left: -0.5px;}
.blem-tig:before{position: absolute;content: '';width: 9px;height: 1px;background: #666666;left: 5px;top: 50%;margin-top: -0.5px;}
.blem-list.on h3{color: #00a3e4;}
.blem-list.on h3:after{background: #00a3e4;}
.blem-list.on .blem-tig{border-color: #00a3e4;}
.blem-list.on .blem-tig:after{display: none;}
.blem-list.on .blem-tig:before{background: #00a3e4;}
.blem-bot{display: none;}
.blem-font{margin: 0px 30px 23px 52px;border-top: dashed 1px #dcdcdc;padding-top: 12px;}
.blem-font h4{line-height: 28px;color: #00a3e4;font-size: 14px;}
.blem-font p{line-height: 28px;font-size: 14px;color: #8e8e8e;}
.blem-big{padding-bottom: 50px;}


/**/
.service{padding-bottom: 60px;background: #f6f6f6;}
.ser-one{padding-top: 80px;}
.ser-one ul{margin-left: -20px;}
.ser-one li{float: left; transition: all .5s; width: 285px;height: 150px;background: #fff;border: solid 1px #d2d2d2;margin-left: 20px;}
.ser-one li span{display: block;height: 34px;line-height: 34px;text-align: center;color: #8a8a8a;margin-bottom: 20px;font-size: 40px;}
.ser-one li h3{display: block;line-height: 18px;text-align: center;color: #333;font-size: 18px;}
.ser-one li:hover{background: #00a3e4;border-color: #00a3e4;}
.ser-one li:hover span,.ser-one li:hover h3{color: #fff;}
.ser-two{padding-top: 50px;}
.set{margin-left: -20px;}
.set-list{float: left; background: white;margin-bottom: 30px;width: 590px;margin-left: 20px;border: solid 1px #e5e5e5;}
.set-top{height: 70px;padding: 0 30px;}
.set-top h3{width: 90%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 70px; float: left;position: relative;padding-left: 22px;font-size: 18px;color: #555555;}
.set-top h3:after{position: absolute;content: '';width: 8px;height:8px;background: #7d7d7d;transform: rotate(45deg);left: 2px;top: 50%;margin-top: -4px;}
.set-tig{float: right;width: 21px;height: 21px;border: solid 1px #666666;border-radius: 50%;margin-top: 24.5px;position: relative;}
.set-tig:after{position: absolute;content: '';width: 1px;height: 9px;background: #666666;top: 5px;left: 50%;margin-left: -0.5px;}
.set-tig:before{position: absolute;content: '';width: 9px;height: 1px;background: #666666;left: 5px;top: 50%;margin-top: -0.5px;}
.set-list.on h3{color: #00a3e4;}
.set-list.on h3:after{background: #00a3e4;}
.set-list.on .set-tig{border-color: #00a3e4;}
.set-list.on .set-tig:after{display: none;}
.set-list.on .set-tig:before{background: #00a3e4;}
.set-bot{display: none;}
.set-font{margin: 0px 30px 23px 52px;border-top: dashed 1px #dcdcdc;}
.set-font h4{line-height: 28px;color: #00a3e4;font-size: 14px;margin-top: 12px;}
.set-font p{line-height: 28px;font-size: 14px;color: #8e8e8e;}
.ser-three{padding: 51px 0;}
.ser-three li{float: left; width: 33.333%;height: 80px;border-right: solid 1px #d2d2d2;padding:10px 0px 10px 73px;}
.ser-three li .ser-icon{transition: all .5s; width: 60px;height: 60px;border-radius: 50%;border: solid 2px #00a3e4;color: #00a3e4;text-align: center;line-height: 56px;font-size:35px;float: left;}
.ser-three li:last-child{border-right: none;}
.ser-font{float: left;margin-left: 20px;}
.ser-font h3{color: #333;font-size: 18px;line-height:28px;}
.ser-font p{color: #666;font-size: 18px;line-height: 32px;}
.ser-three li:hover .ser-icon{transform: translateY(-10px);}


/**/
.reciue{padding-bottom: 100px;background: #f6f6f6;}
.reci-box{margin-top: 80px;}
.reci-big{padding-bottom: 50px;}
.reci-list{background: white;margin-bottom: 30px;}
.reci-top{height: 70px;padding:0 30px;cursor: pointer;}
.reci-top h3{font-size: 18px;color: #333;line-height: 70px;float: left;}
.reci-top h4{font-size: 14px;color: #666;line-height: 70px;float: left;margin-left: 30px;}
.reci-top span{transition: all .5s;float: right;line-height: 70px;color: #666;font-size: 18px;}
.reci-hide{display: none;}
.reci-bot{padding: 0 30px 50px 30px;}
.reci-bot h5{margin-bottom: 6px; font-size: 16px;color: #333;line-height: 30px;}
.reci-bot p{font-size: 14px;color: #666;line-height: 26px;}
.reci-more{display: block;transition: all .5s;margin-top: 23px; width: 138px;height: 40px;font-size: 14px;color: #00A3E4;border: solid 1px #00A3E4;text-align: center;line-height: 38px;}
.reci-more:hover{background: #00A3E4;color: white;}
.reci-list.on h3,.reci-list.on span{color: #00a3e4;}
.reci-list.on span{transform: rotateZ(90deg);}


/**/
.network{padding-bottom: 100px;background: #f6f6f6;}
.net-one{padding-top: 80px;}
.net-one ul{margin-left: -140px;}
.net-one li{width: 530px;margin-left: 140px;margin-bottom: 30px;float: left;}
.net-one li h3{margin-bottom: 20px; font-size: 18px;color: #333;padding-bottom: 32px;border-bottom: solid 1px #c5c5c5;line-height: 18px;position: relative;}
.net-one li h3:after{position: absolute;content: '';width: 23px;height: 3px;background: #c5c5c5;left: 0;bottom: -2px;}
.net-one li p{font-size: 14px;color: #666;line-height: 48px;padding-left: 37px;margin-bottom: 8px;}
.net-one li p.p1{background: url("../images/net1.png")/*tpa=http://team-tech.com.cn/skin/crw/images/net1.png*/ no-repeat left center;}
.net-one li p.p2{background: url("../images/net2.png")/*tpa=http://team-tech.com.cn/skin/crw/images/net2.png*/ no-repeat left center;}
.net-one li p.p3{background: url("../images/net3.png")/*tpa=http://team-tech.com.cn/skin/crw/images/net3.png*/ no-repeat left center;}
.map{width: 780px;height: 395px;float: left;overflow: hidden;}
.map img{display: block;width: 100%;}
.net-left{width: 420px;float: right;background: white;padding-left: 50px;height: 395px;}
.net-left h3{font-size: 18px;color: #333;line-height: 18px;}
.net-left .net-line{width: 20px;height: 2px;background: #00a3e4;margin: 30px 0 20px 0;}
.net-left p{font-size: 14px;color: #666;line-height: 32px;}
.net-two{padding-top: 80px;}
.net-dec{font-size: 14px;color: #666;line-height: 14px;text-align: center;margin-bottom: 40px;}
.net-form{height: 53px;margin-left: -30px;margin-bottom: 20px;}
.net-form p{height: 53px;width: 380px;float: left;margin-left: 30px;position: relative;}
.net-form p.imp:after{position: absolute;content: '*';color: #f20505;font-size: 14px;right: -15px;line-height: 53px;top: 0;}
.net-form .text{background: none; height: 53px;width: 380px;border: solid 1px #d3d3d3;font-size: 14px;color: #666;padding: 0 20px;line-height: 51px;}
.net-form .text:focus{border-color: #00a3e4;}
.box-form textarea{margin-bottom: 25px; width: 100%;height: 240px;resize: none;border: solid 1px #d3d3d3;font-size: 14px;color: #666;padding: 10px 20px;background: none;}
.send{height: 40px;text-align: center;padding-left: 435px;}
.yzm{float: left;margin: 0 15px; display: inline-block;height: 40px;width: 200px;border: solid 1px #bfbfbf;border-radius: 30px;padding: 4px;}
.yzm input{width: 110px; float: left;border: none;background: none;font-size: 16px;color: #888;font-family: 'Open Sans';height: 30px;padding-left: 10px;}
.yzm img{float: right;}
.input1 .text{padding-left: 160px;}
.send .submit{float: left; display: inline-block;width: 120px;background: none;cursor: pointer;transition: all .5s; height: 40px;font-size: 16px;color: #fff;background: none; border: solid 1px #00a3e4;margin: 0 15px;outline: none;color: #00a3e4;}
.send .submit:hover{background: #00a3e4;color: white;}

/**/
.news{padding-bottom: 100px;background: #f6f6f6;}
.news-box{margin-top: 50px;}
.news-big{padding-bottom: 80px;}
.news-list{padding: 30px 0;border-bottom: solid 1px #e5e5e5;display: block;overflow: hidden;}
.news-pic{width: 360px;height: 180px;float: left;overflow: hidden;}
.news-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.news-data{float: left;margin-left: 50px;}
.news-data .day{font-size: 36px;color: #333;line-height: 28px;margin-bottom: 7px;}
.news-data .year{font-size: 18px;color: #666;line-height: 32px;}
.news-font{float: left;margin-left: 30px;width: 685px;}
.news-tit{font-size: 18px;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;line-height: 18px;margin-bottom: 22px;}
.news-font p{font-size: 14px;color: #666;line-height: 28px;height: 56px;margin-bottom: 41px;    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-font .btn-2{margin: 0;}
.news-list:hover .btn-2 b{color: white;background-image: url("../images/index-moreH.png")/*tpa=http://team-tech.com.cn/skin/crw/images/index-moreH.png*/;}
.news-list:hover .btn-2{border-color: #00a3e4;}
.news-list:hover .btn-2:before{border-width: 90px 0 0 90px;}
.news-list:hover .btn-2:after{border-width: 0 90px 90px 0;}
.news-list:hover img{transform: scale(1.05);}
.news-list:hover .news-tit{color: #00a3e4;}


/**/
.newsinfo{margin-top: 80px;}
.news-left{width: 840px;background: white;padding: 50px 30px;float: left;}
.news-left h1{font-size: 18px;color: #333;text-align: center;}
.news-share{margin: 26px 0 22px 0;text-align: center;position: relative;}
.news-share:after{position: absolute;content: '';width: 285px;height: 1px;background: #e5e5e5;left: 0;top: 50%;margin-top: -0.5px;}
.news-share:before{position: absolute;content: '';width: 285px;height: 1px;background: #e5e5e5;right: 0;top: 50%;margin-top: -0.5px;}
.news-share a{display: inline-block;float: none !important;width: 26px;height: 26px !important;margin: 0 5px !important;padding: 0 !important;}
.news-share a.bds_tsina{background: url("../images/news-wb.png")/*tpa=http://team-tech.com.cn/skin/crw/images/news-wb.png*/ no-repeat center;}
.news-share a.bds_weixin{background: url("../images/news-wx.png")/*tpa=http://team-tech.com.cn/skin/crw/images/news-wx.png*/ no-repeat center;}
.news-share a.bds_sqq{background: url("../images/news-qq.png")/*tpa=http://team-tech.com.cn/skin/crw/images/news-qq.png*/ no-repeat center;}
.news-share a.bds_qzone{background: url("../images/news-qz.png")/*tpa=http://team-tech.com.cn/skin/crw/images/news-qz.png*/ no-repeat center;}
.news-share a.bds_bdhome{background: url("../images/news-bd.png")/*tpa=http://team-tech.com.cn/skin/crw/images/news-bd.png*/ no-repeat center;}
.news-dec{text-align: center;margin-bottom: 40px;}
.news-dec span{padding: 0 25px;font-size: 14px;color: #666;line-height: 14px;}
.bd_weixin_popup{width: 250px !important;height: 315px !important;}
.newsinfo p,.newsinfo span{font-size: 14px;color: #666;line-height: 28px;}
.newsinfo .pro-back .pro-prev,.newsinfo .pro-back .pro-next{color: #666;}
.newsinfo .pro-back .pro-prev:hover,.newsinfo .pro-back .pro-next:hover{color: #00a3e4;}
.news-right{width: 330px;padding: 50px 28px 23px 28px;background: white;float: right;}
.news-right h3{font-size: 18px;color: #333;padding-left: 33px;background: url("../images/zan.png")/*tpa=http://team-tech.com.cn/skin/crw/images/zan.png*/ no-repeat left center;margin-bottom: 20px;}
.news-img{margin-bottom: 20px; width: 274px;height: 137px;overflow: hidden;}
.news-img img{display: block;width: 100%;height: 100%;transition: all .5s;}
.info-list{display: block;margin-bottom: 22px;}
.info-list h4{margin-bottom: 10px; font-size: 16px;color: #666;line-height: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.info-list p{text-indent: 1em; font-size: 14px;color: #999;line-height: 14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.info-list:hover h4{color: #00a3e4;}
.news-img:hover img{transform: scale(1.05);}


/**/
.appli{background: #f6f6f6;}
.appli-one{padding: 80px 0;}
.appli-one li{transition: all .5s; cursor: default; padding: 50px 0px 0 0px; float: left;width: 25%;height: 305px;text-align: center;}
.appli-one li h3{font-size: 120px;color: #eeeeee;font-family: 'ak';line-height: 85px;}
.appli-one li h4{transition: all .5s;margin: 0 auto;margin-top: -105px; font-size: 48px;color: #333;font-family: 'bkcn';width: 128px;height: 128px;text-align: center;line-height: 126px;border-radius: 50%;}
.appli-one li h5{font-size: 18px;color: #333;line-height: 30px;margin-top: 24px;}
.appli-one li:hover{background: white;box-shadow: 0 0 5px rgba(0,0,0,0.1);}
.appli-one li:hover h4{border: dashed 1px #00a3e4;color: #00A3E4;}
.appli-two{padding: 80px 0;background: white;}
.appli-swiper{position: relative;}
.appli-swiper ul{margin-left: -30px;}
.appli-swiper li{width: 380px;margin-left: 30px;float: left;}
.appli-pic{width: 100%;height: 260px;overflow: hidden;}
.appli-pic img{display: block;width: 100%;height: 100%;transition: all .5s;}
.appli-swiper li h3{font-size: 18px;color: #666;line-height: 18px;margin-top: 26px;    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.appli-swiper li:hover img{transform: scale(1.05);}
.appli-swiper .swiper-button-next{width: 62px; background-image: none;color: #7f7f7f;font-size: 30px;right: -62px;text-align: center;line-height: 44px;top: 107px;margin-top: 0;}
.appli-swiper .swiper-button-prev{width: 62px;background-image: none;color: #7f7f7f;font-size: 30px;left: -62px;text-align: center;line-height: 44px;top: 107px;margin-top: 0;}
.appli-swiper .swiper-button-next:hover,.appli-swiper .swiper-button-prev:hover{color: #00A3E4;}
.appli-three{padding: 80px 0 70px 0;}
.appli-big{margin-left: -30px;}
@media all and (max-width: 1340px) {
	.appli-swiper .swiper-button-next{right: 0;color: white;}
	.appli-swiper .swiper-button-prev{left: 0;color: white;}
}


/**/
/*锚点*/
.nei_anchor {text-align: center;display: none;position: fixed;left: 0;top: 0;font-size:0;width: 100%;z-index: 1001;background: #fff;box-shadow: 0px 0px 8px 0px #d6d6d6;}
.nei_anchor span {display: inline-block;*display: inline;*zoom: 1;}
.nei_anchor span a {font-family: arial;height: 60px; font-size: 16px;color: #666;line-height:60px;padding: 0 40px;display: inline-block;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;position: relative;}
.nei_anchor span a:after{content: '';width: 1px;height: 17px;background: #dadada;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.nei_anchor span:last-child a:after{display: none;}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{display: none;}
.nei_anchor span:hover a,
.nei_anchor span.on a {color: #fff;background: #00a3e4;}
.nei_anchor span.span1 a {background: transparent;color: #666;}

.about{background: #f6f6f6;}
.ab-one{padding-top: 80px;}
.abo-right{width: 555px;height: 357px;float: right;overflow: hidden;}
.abo-right img{display: block;width: 100%;height: 100%;transition: all .5s;}
.abo-left{width: 560px;float: left;height: 357px;padding: 50px 0 0 50px;}
.abo-left h3{font-size: 24px;color: #434343;line-height: 24px;}
.abo-line{width: 30px;height: 2px;margin: 30px 0 23px 0; background: #00a3e4;}
.abo-p p{line-height: 28px;font-size: 14px;color: #747474;}
.abo-p{height: 170px;overflow-y: auto;padding-right: 25px;}
.abo-p::-webkit-scrollbar {
  width: 2px;
  background-color: #e5e5e5;
}

.abo-p::-webkit-scrollbar-thumb {
  background-color:#00a3e4;
  border-radius: 10px;
}
.ab-two{padding-top: 80px;padding-bottom: 100px;}

/*发展历程*/
#historySlide{position: relative;width: 100%;overflow: hidden;}
#historySlide .history-c{height:145px;width: 100%;position: relative;}
.history-c .swiper-slide{width:1200px;height:145px;padding: 31px 0; }
#historySlide .history-c .year{font-size:48px;font-family: arial;color: #2a2623;border-right: 1px solid #b5b4b3;display: inline-block;line-height: 82px;height:82px;padding-right:85px;}
#historySlide .history-c .cont{position: relative;margin:0px 0px 0px 195px;}
#historySlide .history-c .des{font-size:20px;line-height: 24px;color: #666;vertical-align: top;display: inline-block;padding-left: 80px;}

#historySlide .history-c .des p{font-size: 14px;line-height: 28px;color: #666;position:relative;}
#historySlide .history-c .des p span{padding-right: 37px;}
#historySlide .history-scroll{height:160px;margin:0 auto;padding-top: 102px;margin-top: 37px;position: relative;}
#historySlide .history-scroll:after{position: absolute;content: '';width: 100%;background: url("../images/ab2.png")/*tpa=http://team-tech.com.cn/skin/crw/images/ab2.png*/ no-repeat center;height: 78px;left: 0;top: 0;}
#historySlide .swiper-container{padding:0 22px;}
.history-scroll .swiper-slide{float: left;width:154px;height:60px;background: url("../images/time-line.png")/*tpa=http://team-tech.com.cn/skin/crw/images/time-line.png*/ no-repeat top left;cursor: pointer;}
.history-scroll .swiper-slide.active-nav,.history-scroll .swiper-slide.active-nav:hover{color: #006fc1;}
#historySlide .time-line{width:154px;height:70px;position: relative;}
.history-scroll .dot{padding:3px;width:14px;height: 14px;border:1px solid #8d8a89;border-radius: 50%;position: absolute;top:23px;left:-7px;opacity: 0;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.history-scroll .dot i{display: block;background:#26211e;width:100%;height: 100%;border-radius: 50%;}
.history-scroll .swiper-slide.active-nav .dot{opacity: 1;}
.history-scroll .daty{font-size:16px;line-height:16px;color: #666;margin-top: 7px; position: absolute;top: 37px;left: 0;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);z-index: 10;}
.history-scroll .swiper-slide.active-nav .daty{color: #333;}
#historySlide .arrow-left,#historySlide .arrow-right{
    width:55px;height: 55px;text-align: center;line-height: 53px;color: #999;
    border:1px solid #c7c7c7;border-radius: 50%;
    position: absolute;top:50%;margin-top: -26px;
    z-index: 10;
    cursor:pointer;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
#historySlide .arrow-left{left: 0;}
#historySlide .arrow-right{right: 0;}
#historySlide .arrow-left:hover,#historySlide .arrow-right:hover{color: white;background: #00A3E4;border-color: #00A3E4;}

.ab-three{background: url("../images/ab3.png")/*tpa=http://team-tech.com.cn/skin/crw/images/ab3.png*/ no-repeat center top;padding-top: 117px;}
.ab-three .pro-tit{color: white;}
.abt-tit{font-size: 16px;color: white;text-align: center;line-height: 16px;margin-bottom: 55px;}
.abt-big{padding: 75px 0;background: #f6f6f6;}
.abt-big h3{text-align: center;font-size: 18px;color: #333;line-height: 18px;margin-bottom: 64px;}
.abt-big li{width: 72px;float: left;margin-left: 180px;}
.abt-big ul{padding: 0 180px 0 10px;}
.ab-icon{height: 72px;overflow: hidden;}
.ab-show,.ab-hide{width: 72px;height: 72px;overflow: hidden;transition: all .5s;}
.abt-big li h4{font-size: 18px;color: #333;line-height: 18px;margin-top: 30px;}
.abt-big li:hover .ab-show,.abt-big li:hover .ab-hide{transform: translateY(-72px);}
.ab-four{padding: 93px 0 80px 0;}
.ab-four ul{margin-left: -22.5px;}
.ab-four li{margin-left: 22.5px;width: 385px;text-align: center;float: left;}
.abf-pic{width: 100%;height: 240px;overflow: hidden;}
.ab-four img{display: block;width: 100%;height: 100%;transition: all .5s;}
.ab-four li h3{font-size: 18px;color: #333;line-height: 18px;margin-top: 20px;}
.ab-four li:hover img{transform: scale(1.1);}
.ab-four li:hover h3{color: #00A3E4;}
.ab-four .swiper-container{padding-bottom: 50px;}
.ab-four .swiper-pagination{bottom: 0 !important;}
.ab-four .swiper-pagination-bullet{width: 10px;height: 10px;border: solid 2px #cccccc;background: none;opacity: 1;margin: 0 8px !important;}
.ab-four .swiper-pagination-bullet-active{background: #00A3E4;border-color: #00A3E4;}
.ab-five{padding: 80px 0 100px 0;background: white;}
.abf-swiper{position: relative;}
.abf-swiper ul{margin-left: -30px;}
.abf-swiper li{width: 380px;float: left;margin-left: 30px;}
.abv-pic{width: 380px;height: 284px;border: solid 1px #e5e5e5;padding: 20px;}
.abf-swiper li h3{font-size: 18px;color: #666;line-height: 18px;text-align: center;margin-top: 20px;}
.abf-swiper li:hover .abv-pic{border-color: #00A3E4;}
.abf-swiper li:hover h3{color: #00A3E4;}
.abf-swiper .swiper-button-next{width: 55px;height: 55px;border-radius: 50%;border: solid 1px #c7c7c7;text-align: center;line-height: 53px;color: #999;right: -75px;top: 114px;margin-top: 0;background-image: none;}
.abf-swiper .swiper-button-prev{width: 55px;height: 55px;border-radius: 50%;border: solid 1px #c7c7c7;text-align: center;line-height: 53px;color: #999;left: -75px;top: 114px;margin-top: 0;background-image: none;}
.abf-swiper .swiper-button-next:hover,.abf-swiper .swiper-button-prev:hover{background: #00A3E4;color: white;border-color: #00A3E4;}
@media all and (max-width: 1340px) {
	.abf-swiper .swiper-button-next{right: 0;}
	.abf-swiper .swiper-button-prev{left: 0;}
}


/*图片放大*/
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
          box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);
  opacity: 0;
  visibility: hidden;
}
#darkbox.on {
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}
#darkbox_prev, #darkbox_next {
  cursor: pointer;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#darkbox_prev {
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #f07a11;}
#darkbox-description {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 25px;
  text-align: center;
  text-shadow: 0 1px 1px #000;
}
#darkbox:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
  color: #fff;
  cursor: pointer;
  background: url("../images/close.png")/*tpa=http://team-tech.com.cn/skin/crw/images/close.png*/ no-repeat center transparent;
}
.dis_end
{
     background: #b4b4b4!important;
    padding: 10px 40px!important;
    color: #f6f6f6!important;
 }