/* 没有media的是全局通用样式，有media的只在描述范围内有效 */
/* reset */
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,img{ margin:0; padding:0;border:none;}
body{ background: #fff;font-family: "Microsoft YaHei","微软雅黑",arial;font-size: 12px;color: #333333;font-weight: normal; }
textarea,input{ font-family: "Microsoft YaHei","微软雅黑",arial;color: #333333;font-size: 12px;padding: 0;margin: 0;outline: none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
input:focus,textarea:focus{	outline: none;}
ol,ul,li{ list-style: none;}
h1,h2,h3,h4,h5,h6{ font-size:12px;color: #333333;font-weight:normal; }
a,a:link,a:visited,a:focus,a:active,a:hover{ font-family: "Microsoft YaHei","微软雅黑",arial;color: #333333;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
i, cite, em, var, address, dfn {
    font-style: normal;
}

/* float设置 */
.fl{float: left;}
.fr{float: right;}


/* 清除浮动 */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {*zoom:1;}
.clearfix {display:block;}

/* 宽度设定 */
.wrapper{width: 100%;overflow: hidden;}
.wfix{width: 1200px;margin: 0 auto;position: relative;}


/* header */

.header {
    height: 100px;
    line-height: 100px;
}
header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 -6px 6px 7px #c8c8c8;
}
.header .hd-logo {
    padding-right: 40px;
}
.header .hd-logo img{width: 90%;vertical-align: middle;}
.hd-navlist .nav-item {
    float: left;
    height: 100px;
    margin-right: 1px;
}
.hd-navlist .nav-item>a {
    position: relative;
    display: inline-block;
    width: 110px;
    color: #666;
    font-size: 16px;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hd-navlist .nav-item>a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    border-top: 3px solid #1e8efb;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hd-navlist .nav-item:hover>a:before,
.hd-navlist .nav-item.on>a:before {
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1600px) {
    .hd-navlist .nav-item>a {
        width: 90px;
    }
}
@media screen and (max-width: 1400px) {
    .header .hd-logo {
        padding-right: 30px;
    }
    .hd-navlist .nav-item>a {
        width: 85px;
        font-size: 14px;
    }
}

.hd-navlist .nav-item.on>a,
.hd-navlist .nav-item:hover>a {
    color: #1e8efb;
    background: #F5F5F5;
} 
.hd-right .search-box {
    display: inline-block;
    padding: 0 10px;
    width: 140px;
    height: 36px;
    line-height: 36px;
    background: #F2F2F2;
    border: 1px solid #EDEDED;
    border-radius: 18px;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hd-right .search-box:hover {
    width: 160px;
    border-color: #1e8efb;
}
.hd-right .search-box input.inp {
    height: 34px;
    width: 70%;
    outline: none;
    background: none;
    float: left;
}
.hd-right .search-box input.sub {
    height: 34px;
    width: 34px;
    outline: none;   
    cursor: pointer;
    background: url('../images/icon_s.png') no-repeat center;
}


@media screen and (max-width: 1320px) {
    .hd-right .search-box {
        display: none;
    }
}





/* footer */

.footer {
    background: #f2f2f2;
}
.footer .copyright {
    border-top: 1px solid #E5E5E5;
    height: 78px;
    line-height: 78px;
    /*text-align: center;*/
    color: #888;
}
.footer .copyright a,
.foot-contact .foot-hotline .gr-cont .tit，
.foot-contact .foot-hotline .foot-focus .tit {
    color: #888;
}

.footer .foot-info {
    position: relative;
    padding: 55px 0 50px;
}
.foot-contact {
    float: left;
}
.foot-contact .foot-hotline {
    color: #888;
    line-height: 1;
}
.foot-contact .foot-hotline .tit{
    font-size: 16px;color: #999;
}
.foot-contact .foot-hotline .gr-cont {
    margin-top: 30px;
}
.foot-contact .foot-hotline .gr-cont .des {
    margin-top: 10px;
    color: #1e8efb;
    font-size: 46px;
    font-family: fantasy;
}
.foot-contact .foot-hotline .gr-cont .online-kf {
    display: inline-block;
    margin-top: 16px;
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-radius: 5px;
    text-align: center;
    background: #1e8efb;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-contact .foot-hotline .gr-cont .online-kf:hover {
    background: #d84952;
}
.foot-contact .foot-hotline .foot-focus .tit {
    margin-top: 15px;
    margin-bottom: 12px;
}
.foot-focus a {
    margin-right: 5px;
}
.foot-focus a i {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-focus a:hover i {
    opacity: 0.8;
}
.foot-focus .wx {
    position: relative;
}
.foot-focus .wx .qr-box {
    position: absolute;
    left: 0;
    bottom: 47px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #666;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-focus .wx:hover .qr-box {
    opacity: 1;
    visibility: visible;
}
.foot-nav {width: 70%;}
.foot-nav .foot-nav-item {
    float: left;
    margin-right: 8%;
}
.foot-nav .foot-nav-item:nth-child(6){margin-right: 0;}
.foot-nav .foot-nav-item .foot-navtit {
    position: relative;
    padding-bottom: 15px; 
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}
.foot-nav .foot-nav-item .foot-navtit:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    border-bottom: 2px solid #e2e2e2;
}
.foot-nav .foot-nav-item .foot-subnav li a {
    display: inline-block;
    line-height: 30px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.foot-nav .foot-nav-item .foot-subnav li a:hover,
.footer .foot-info .links a:hover,
.footer .copyright a:hover {
    color: #1e8efb;
}
.foot-link {
    padding-bottom: 20px;
    line-height: 1.8;
    color: #999;
}
.foot-link a {
    color: #999;
    margin-right: 5px;
}
.foot-link a:hover {
    color: #1e8efb;
}

.flink {
    position: relative;
    margin-top: 20px;
    height: 30px;
}

.flink span {
    display: inline-block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    padding: 0 10px;
    background: #ddd;
    cursor: pointer;

}
.flink span .icon {
    float: right;
    width: 16px;
    height: 30px;
    background: url('../images/icon_sj.png') no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    
}
.flink:hover span .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.flink .link-box {
    position: absolute;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    width: 100%;
    bottom: 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .9);
    line-height: 30px;
    box-shadow: 0 0 10px #ddd;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.flink:hover .link-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.flink .link-box a {
    display: block;
}



/* banner */
.banner{width: 100%;height:auto;overflow: hidden;}
.banner .swiper-container{width: 100%;height: 100%;}
.banner .swiper-container img{width: 100%;height:100%;}
.banner .list{width:100%;height: 100%;}
.banner .pcpt{display: block;}
.banner .mbpt{display: none;}
.banner .swiper-button-next{right:50px;}
.banner .swiper-button-prev{left: 50px;}
.banner .swiper-pagination{width:100%;position: absolute;  padding: 0;margin: 0;bottom: 20px;}
.banner .swiper-pagination-bullet{width: 10px ;height: 10px; background: #fff;opacity: .5;}
.banner .swiper-pagination-bullet-active{background: #1e8efb;opacity:1;}
/* inbanner */
.inbanner{width: 100%;height: auto;overflow: hidden;}
.inbanner .pcpt{display: block;width: 100%;height: 100%;}
.inbanner .mbpt{display: none;width: 100%;height: 100%;}

/* 标题 */
.bcline {
	position: relative;
}
.bcline:after {
	content: "";
    width: 75px;
    display: block;
	border-top: 5px solid #999999;
    border-bottom: none;
    margin: 0 auto;
}

.title.bcline {
    padding-top: 42px;
    text-align: center;
}
.title .en {
	display: inline-block;
	font-size: 50px;
	color: #1e8efb;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
}
.title .tit {
    margin-top: 16px;
    padding-bottom: 25px;
	font-size: 42px;
	color: #333333;
}
.title.white .en,
.title.white .tit {
 	color: #fff;
}



/* 简介 */
.com-more {
	display: inline-block;
	padding: 0 24px;
	width: 180px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	background: #1e8efb;
	font-size: 14px;
  text-align: center;
	box-sizing: border-box;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.com-more span{display: block;color: #fff;}
.com-more:hover {
	opacity: .8;
}

.index-about {
	padding: 80px 0;
}
.index-about .left {
    width: 40%;
    float: left;
}
.index-about .right {
    width: 50%;
    float: right;
}
.index-about .right .index-video {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.index-about .des {
	margin-top: 45px;
	margin-bottom: 40px;
}

.index-about .des p {font-size: 16px;color: #8f8f8f;text-indent: 25px;line-height: 40px;}
.index-about .brand-pic {
	margin-top: 50px;
}


.bline {
	position: relative;
}
.bline:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.index-title.center {
	text-align: center;
}
.index-title.bline:before {
	width: 75px;
	border-top: 5px solid #999999;
	border-bottom: none;
}
.index-title .en {
	display: inline-block;
	font-size: 50px;
	color: #1e8efb;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
}
.index-title .tit {
    margin-top: 16px;
    padding-bottom: 25px;
	font-size: 42px;
	color: #333333;
}
.index-title.white .en,
.index-title.white .tit {
 	color: #fff;
}
.index-about .intro-num li {
    position: relative;
    float: left;
    padding-right: 3%;
    margin: 0 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.index-about .intro-num li:first-child {
    margin-left: 0;
}
.index-about .intro-num li.last {
    margin-right: 0;
}
.index-about .intro-num li .l1 {
	color: #999;
}
.index-about .intro-num li .num {
    display: inline-block;
    font-size: 50px;
    line-height: 1.5;
    color: #1e8efb;
    font-weight: bold;
}
.index-about .c-999 span{position: absolute;top:0;right:0; font-size: 25px;color: #8f8f8f;}

/* 优势 */
.ys_bg{background:url('../images/ys_bg.jpg') no-repeat center 0;height: 590px;padding: 74px 0 0;overflow: hidden;}
.ys_bg .yin_t:before,.jz .yin_t:before,.about .yin_t:before{left: 36%;}
.ys_bg .yin_t:after,.jz .yin_t:after,.about .yin_t:after{right: 36%;}
.ys{width: 700px;padding: 0 0 0 500px;}
.ys_m{width: 400px;margin: 0 auto;text-align: center;padding: 40px 0 0;height: 175px;}
.ys_m dl dt{height: 90px;overflow: hidden;}
.ys_m dl dt em{width: 115px;height: 45px;padding: 0 0 10px;}
.ys_m dl dt em img{width: 115px;height: 45px;}
.ys_m dl dt b{display: block;font-size: 20px;color: #333;}
.ys_m dl dd{font-size: 14px;color: #333;line-height: 25px;height: 50px;overflow: hidden;}
.ys_bot{width: 700px;background:url('../images/ys_line.gif') repeat-x 0 9px;height: 141px;}
.ys_bot ul li{width: 140px;float: left;background:url('../images/ys_k01.png') no-repeat center 0;height: 111px;color: #333;padding: 30px 0 0;text-align: center;}
.ys_bot ul li em{display: block;width: 35px;height: 35px;line-height: 0;overflow: hidden;margin: 0 auto;}
.ys_bot ul li em img{width: 35px;height: 70px;-webkit-transition:all .5s;transition:all .5s;}
.ys_bot ul li b{display: block;font-size: 16px;line-height: 24px;padding: 8px 0 0;}
.ys_bot ul li b i{display: block;}
.ys_bot ul li:hover,.ys_bot ul li.on{background:url('../images/ys_k02.png') no-repeat center 0;color: #fff;}
.ys_bot ul li:hover em img,.ys_bot ul li.on em img{margin-top: -35px;}

/* 服务 */
.in_con03{height: 670px;width: 100%;position: relative;overflow: hidden;}
ul.in_c03{position: relative;width: 100%;height: 100%;}
ul.in_c03 li{position: absolute;top: 0px;left: 0px;bottom:0;right:0;background-position:right center;background-repeat: no-repeat;background-size: cover;}
.c03_con{color:#fff;position: absolute;top: 80px;left:0px;width: 400px;height: 400px;padding:70px 60px 50px;background: rgba(0,0,0,0.4);border-radius: 50px;z-index: 99;}
.c03_con .p{line-height: 1.5;overflow: hidden;font-size: 16px;margin-bottom: 50px;}
.c03_con h3{line-height: 1;font-size: 60px;color: #fff;margin-bottom: 60px;}
.c03_con h3 span{vertical-align: bottom;padding-left: 20px;}
.c03_con dl{float: left;width:90px;text-align: center;margin-left: 50px;cursor:pointer;}
.c03_con dl:first-child{margin-left: 0;}
.c03_con dl dt{height: 57px;margin-bottom: 15px;}
.c03_con dl:hover{color: #1e8efb;}
.c03_con dl:hover dt img{transform:scale(0.8);}
.c03_con .more{margin-top: 30px;}
.c03_con .more a{color:#fff;display: block;width: 150px;height: 40px;line-height: 40px;text-align: center;border:1px solid #fff;box-shadow: 1px 1px 5px #777;}
.c03_con .more a:hover{background: #1e8efb;color:#fff;border:1px solid #1e8efb;}
.touch_body .c03_con .more a:hover{background:transparent;border:1px solid #fff;}




/* 产品 */
.pro{height: 970px; background:url('../images/pro_bg.jpg') no-repeat center;}
.procont{ margin-top: 20px; overflow: hidden;}
.procont ul li{float: left; width: 380px; margin-right: 25px; margin-bottom: 19px; border: 1px solid #dcdcdc; overflow: hidden; text-align: center;}
.procont ul li:nth-child(3n){margin-right: 0;}
.procont ul li img{display: block;margin: 0 auto;width: 100%;max-height: 300px;}
.procont ul li>a{display: block;overflow: hidden;}
.procont ul li p{ height: 50px; line-height: 50px; background: #dcdcdc; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.procont ul li p a{ font-size: 14px; color: #333333;}
.procont ul li:hover{ border: 1px solid #1e8efb;}
.procont ul li:hover *{color: #fff;}
.procont ul li:hover p{ background: #1e8efb;}
.procont ul li img { display:block;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;}
.procont ul li:hover img{-webkit-transform:scale(1.1 , 1.1);-moz-transform:scale(1.1 , 1.1);-ms-transform:scale(1.1 , 1.1);-o-transform:scale(1.1 , 1.1);transform:scale(1.1 , 1.1);}

/* 新闻 */
.news{padding: 40px 0;}
.newsbox{float:left;width:400px;}
.news h3{font-size: 30px;margin-bottom: 20px;}
.news h3 span{font-size: 20px;}
.news h3 span em{color: #1e8efb;text-transform: uppercase;}
.newsbox li{margin-bottom:20px;}
.newsbox li h4{color:#333;font-size:16px;line-height:22px;margin-bottom:8px;}
.newsbox li h4 a{color:#333;}
.newsbox li h4 a:hover{color:#004bba;}
.newsbox li h5{font-size:12px;color:#6e6e6e;padding-left:18px;background:url('../images/rl.png') no-repeat left center;line-height:12px;}
.syNews{width:750px;float:right;}
.syNews ul{margin:0 -10px;}
.syNews li .pic{position:relative;overflow: hidden;}
.syNews li .pic img{visibility:hidden;width: 100%;}
.syNews li .pic a{display:block;position:absolute;left:0;top:0;width:100%;height:100%;transition: 1s all;-webkit-transition: 1s all;-moz-transition: 1s all;}
.syNews li{width:50%;float:left;}
.syNews li .liBox{padding:0 10px;}
.syNews li .pic:hover a{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);}
.syNews li h3{font-size:16px;margin:20px 0 7px;color:#333;}
.syNews li h3 a{color:#333;}
.syNews li h3 a:hover{color:#1e8efb;}
.syNews li h4{font-size:12px;color:#6e6e6e;}
@media screen and (max-width: 1440px) {
    .newsbox{width: 38.3%;}
    .syNews{width:60%;}
}


/* 案例 */
.case{margin-bottom: 40px;}
.case_r{width: 27%;border:5px solid #eee;}
.case_l{width:30%;margin-right: 1%; border:5px solid #eee;}
.case_cl{width: 40%;overflow:hidden;}
.case_c{margin-top: 40px;}
.case_c li{width: 46.5%;float: left;margin-right: 2%;margin-bottom:1.5%;border:5px solid #eee;}
.case_c li:nth-child(2n){margin-right: 0;}
.case_c li,.case_c p{position: relative;}
.case_c li:before,.case_c p:before{content: "";position: absolute;width: 100%;height:0;background:rgba(30, 141, 251, 0.9);left: 0;bottom:0;-webkit-transition:height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);-webkit-transition:height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);z-index:0;}
.case_c li img,.case_c p img{width: 100%;display: block;z-index:-1;}
/* ——首页结束—— */



















/* 内页栏目 */
.inner-type{border-bottom: 1px solid #e8e8e8;}
.inner-link{float: left;}
.inner-link a{
	float: left;
	display: inline-block;
	line-height: 60px;
	color: #535353;
	font-size: 14px;
	margin-right: 24px;
	border-bottom: 2px solid #fff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.inner-link a:hover{color: #1e8efb;border-bottom: 2px solid #1e8efb;}
.inner-link a.on{color: #1e8efb;border-bottom: 2px solid #1e8efb;}
.inner-nav{float: right;margin-top: 18px;}
.inner-nav .mbxdh{float: left;display: inline-block;color: #686868;font-size: 12px;line-height: 24px;}
.inner-nav .mbxdh a{color: #686868;font-size: 12px;line-height: 24px;}
.inner-nav .mbxdh a.house{background: url("../images/house.jpg") no-repeat left center;padding-left: 26px;}
.inner-nav span{float: left;color: #686868;display: inline-block;font-size: 12px;line-height: 24px;margin: 0 4px;}



/* 新闻列表 */
.nyNews{margin: 40px 0;}
.nyNews li{padding:20px 12px;border-top:1px solid transparent;border-bottom:1px solid transparent;}
.nyNews li:hover{border-top-color:#eaeaea;border-bottom-color:#eaeaea;background:#f5f5f5;}
.nyNews li .pic{width:255px;height:150px;overflow:hidden;float:left;}
.nyNews li .pic img{width: 100%;cursor: pointer;-webkit-transition:1s all;-o-transition: 1s all;transition: 1s all;}
.nyNews li:hover .pic img{transform: scale(1.1);}
.nyNews li .wenz{width:880px;float:right;}
.nyNews li .wenz h3{margin:5px 0 10px;font-size:16px;color:#333;}
.nyNews li .wenz h3 a{color:#333;}
.nyNews li .wenz h3 a:hover{color:#1e8efb;}
.nyNews li .wenz p{font-size:12px;color:#6e6e6e;line-height:20px;height:60px;overflow:hidden;}
.nyNews li .wenz .date{color:#6e6e6e;margin-top:13px;}
.nyNews li .wenz .date span img{margin:-1px 4px 0 0;}
.nyNews li .wenz .bdsharebuttonbox{line-height:40px;}
.nyNews li .wenz .bdsharebuttonbox .bds_more{vertical-align:middle;float:none;background:url('../images/icon06.png');padding:0;display:inline-block;margin:-2px 0 0 0;width:13px;height:12px;}
.nyNews li .wenz .date a.fr{float:right;background:none;margin:0;color:#6e6e6e;border:2px solid #e1e1e1;padding:9px 26px; line-height:18px;-webkit-transition:.5s all;-o-transition: .5s all;transition: .5s all;}
.nyNews li .wenz .date a span{background: url('../images/icon39.png') no-repeat left;padding-left:18px; }
.nyNews li .wenz .date a.fr:hover{background-color:#1e8efb;color:#fff;border-color:#1e8efb;}
.nyNews li .wenz .date a.fr:hover span{background: url('../images/icon3939.png') no-repeat left;}



/* 产品列表 */
.nypro{}
.nyprocont{ margin-top: 20px; overflow: hidden;}
.nyprocont ul li{float: left; width:24%; margin-right:1%; margin-bottom: 19px; border: 1px solid #dcdcdc; overflow: hidden; text-align: center;}
.nyprocont ul li:nth-child(4n){margin-right: 0;}
.nyprocont ul li img{display: block;margin: 0 auto;width: 100%;}
.nyprocont ul li>a{display: block;overflow: hidden;position: relative;padding-bottom: 100%;width: 100%;height: 0;}
.nyprocont ul li img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%, -50%);z-index:1;}
.nyprocont ul li p{ height: 50px; line-height: 50px; background: #dcdcdc; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.nyprocont ul li p a{ font-size: 14px; color: #333333;}
.nyprocont ul li:hover{ border: 1px solid #1e8efb;}
.nyprocont ul li:hover *{color: #fff;}
.nyprocont ul li:hover p{ background: #1e8efb;}
.nyprocont ul li img { display:block;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear;}
.nyprocont ul li:hover img{-webkit-transform:translate(-50%, -50%) scale(1.1 , 1.1);-moz-transform:translate(-50%, -50%) scale(1.1 , 1.1);-ms-transform:translate(-50%, -50%) scale(1.1 , 1.1);-o-transform:translate(-50%, -50%) scale(1.1 , 1.1);transform:translate(-50%, -50%) scale(1.1 , 1.1);}

/* 案例列表 */
.caselist{padding: 40px 0;}
.projectitem {
    width: 24%;
    height: auto;
    margin-right: 1.3%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000;
    float: left;
    position: relative;
}
.projectitem:nth-child(4n){margin-right: 0;}

.projectitem a {
    display: block;
    overflow: hidden
}
.project_img {overflow: hidden;position: relative;}
.project_img span{opacity: 0;position: absolute;display: block;width: 100%;height: 100%;z-index: 9;background: rgba(30, 141, 251, 0.7);}
.projectitem:hover .project_img span{opacity: 1;}
.projectitem a img {
    width: 100%;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.projectitem a:hover img {
    transform: scale(1.2, 1.2)
}

.projectitem a .project_info {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-out .3s
}
.projectitem a::after {
    content: '+';
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    margin-left: -32px;
    margin-top: 0px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: "Times New Roman", "微软雅黑"
}

.projectitem:hover a::after {
    margin-left: -32px;
    margin-top: -70px;
    top: 50%;
    opacity: 1
}

.projectitem a .project_info p {
    text-align: center;
    color: #fff;
    padding: 0 20px
}

.projectitem a .project_info div {
    position: relative;
    top: 50%;
    margin-top: -15px
}

.projectitem a .project_info p.title {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0);
    font-size: 16px;
    transition: all ease-out .3s
}

.projectitem a:hover .project_info p.title {
    color: #1e8efb;
    font-size: 16px;
    margin: 0 80px 0 20px;
}


.projectitem a .project_info div {
    height: 65px;
    width: 100%;
    margin-top: 0;
    top: auto;
    background-color: transparent;
    transition: all .3s ease-out 0s
}

.projectitem a .project_info div::after {
    width: 32px;
    height: 30px;
    position: absolute;
    content: "";
    top: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 30px;
    right: 0px;
    background: url('../images/caselistbt.png');
    opacity: 0
}

.projectitem a:hover .project_info div::after {
    right: 25px;
    opacity: 1
}

.projectitem a .project_info p.title {
    margin: 0 20px 0 20px;
    color: #000;
    padding: 30px 0px 5px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}




/* 视频列表 */
.videolist {
    width: 24%;
    height: auto;
    margin-right: 1.3%;
    margin-bottom: 2%;
    border-bottom: 1px solid #000;
    float: left;
    position: relative;
}
.videolist:nth-child(4n){margin-right: 0;}

.videolist a {
    display: block;
    overflow: hidden
}
.videolist_img {overflow: hidden;position: relative;padding-bottom: 100%;width: 100%;height: 0;}
.videolist_img img{position: absolute;left:50%;top:50%;transform: translate(-50%,-50%);z-index: 2;}
.videolist_img span{opacity: 0;position: absolute;display: block;width: 100%;height: 100%;z-index: 9;background: rgba(30, 141, 251, 0.7);}
.videolist:hover .videolist_img span{opacity: 1;}
.videolist a img {
    width: 100%;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.videolist a:hover img {
    transform: translate(-50%,-50%) scale(1.2, 1.2)
}

.videolist a .videolist_info {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease-out .3s
}
.videolist a::after {
    content: '';
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: url('../images/sp_i03.png')no-repeat center;
    margin: 0 auto;
    margin-left: -32px;
    margin-top: 0px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    transition: all .6s cubic-bezier(.17, .84, .44, 1) 0s;
    opacity: 0;
    color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: "Times New Roman", "微软雅黑"
}

.videolist:hover a::after {
    margin-left: -32px;
    margin-top: -70px;
    top: 50%;
    opacity: 1
}

.videolist a .videolist_info p {
    text-align: center;
    color: #fff;
    padding: 0 20px
}

.videolist a .videolist_info div {
    position: relative;
    top: 50%;
    margin-top: -15px
}

.videolist a .videolist_info p.title {
    margin-top: 10px;
    color: rgba(0, 0, 0, 0);
    font-size: 16px;
    transition: all ease-out .3s
}

.videolist a:hover .videolist_info p.title {
    color: #1e8efb;
    font-size: 16px;
    margin: 0 80px 0 20px;
}


.videolist a .videolist_info div {
    height: 65px;
    width: 100%;
    margin-top: 0;
    top: auto;
    background-color: transparent;
    transition: all .3s ease-out 0s
}

.videolist a .videolist_info div::after {
    width: 32px;
    height: 30px;
    position: absolute;
    content: "";
    top: 0;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-top: 30px;
    right: 0px;
    background: url('../images/caselistbt.png');
    opacity: 0
}

.videolist a:hover .videolist_info div::after {
    right: 25px;
    opacity: 1
}

.videolist a .videolist_info p.title {
    margin: 0 20px 0 20px;
    color: #000;
    padding: 30px 0px 5px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-ms-transition:all 0.3s linear;-o-transition:all 0.3s linear;transition:all 0.3s linear;
}



/* 联系 */
.contact{position: relative;overflow: hidden; background: url('../images/ser_bg.jpg');background-size: cover; padding: 100px 0;}
.contactbox{color:#fff;width:96%;padding:70px 2% 50px;background: rgba(255,255,255,0.4);border-radius: 50px;z-index: 99;}
.contactbox .left{float: right;;width: 45%;margin-left: 5%;}
.contactbox .left ul li{color: #333;font-size: 16px;line-height: 30px;padding-left: 30px;}
.contactbox .left ul li:nth-child(1){background: url('../images/conadd.png') no-repeat left;}
.contactbox .left ul li:nth-child(2){background: url('../images/conphone.png') no-repeat left;}
.contactbox .left ul li:nth-child(3){background: url('../images/conemail.png') no-repeat left;}
.contactbox .left ul li:nth-child(4){background: url('../images/conalibaba.png') no-repeat top left;}
.contactbox h3{line-height: 1;font-size: 30px;color: #1e8efb;margin-bottom: 60px;}
.contactbox .map{float: left; width:50%;height: 400px;}
.qrbox{margin-top: 80px;}
.qrbox div{float: left; width: 50%;}
.qrbox div img{width: 50%;display: block;margin: 0 auto;}
.qrbox div p{text-align: center;font-size: 16px;color: #333;margin-top: 10px;}

/* 留言 */
.message{position: relative;overflow: hidden; background: url('../images/ser_bg.jpg');background-size: cover; padding: 100px 0;}
.message .contil{text-align: center;font-size: 30px;color: #1e8efb;margin-bottom: 30px;}
.consultation .row{margin:30px 0;}
.consultation .row:after{content:"";height:0;display:block;clear:both}
.consultation .inpuBox{width:47%;height:50px;border-radius: 4px;border: solid 1px #1e8efb;box-sizing: border-box;background: #fff;float: left;}
.consultation .inpuBox:nth-child(even){margin-left: 6%;}
.consultation .tit{
	width: 30%;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #333333;
	text-align: center;
    background: url('../images/consultation_line.gif') no-repeat right center;
	float: left;
	overflow: hidden;
}
.consultation .inpuBox input{
	width: 68%;
	height: 48px;
	line-height: 48px;
	padding: 0 26px;
	box-sizing: border-box;
	float: left;
	font-size: 16px;
    color: #333;
    
}
.consultation .inpuBox input::-webkit-input-placeholder{color: #cccccc}
.consultation .inpuBox input:-moz-placeholder{color: #cccccc}
.consultation .inpuBox input::-moz-placeholder{color: #cccccc}
.consultation .inpuBox input:-ms-input-placeholder{color: #cccccc}
.consultation .textBox{
	width: 100%;
	height: 184px;
	border-radius: 4px;
	border: solid 1px #1e8efb;
	box-sizing: border-box;
	background: #fff;
}
.consultation .textBox textarea{
	width: 100%;
	float: right;
	line-height: 22px;
	font-size: 16px;
	color: #333;
	padding: 12px 26px;
	box-sizing: border-box;
	resize: none;
}
.consultation .textBox textarea::-webkit-input-placeholder{color: #ccc;}
.consultation .textBox textarea:-moz-placeholder{color: #ccc;}
.consultation .textBox textarea::-moz-placeholder{color: #ccc;}
.consultation .textBox textarea:-ms-input-placeholder{color: #ccc;}
.consultation .btnBox .btn button,
.consultation .btnBox .btn a,
.consultation .btnBox .btn input{
	width: 198px;
	height: 48px;
	line-height: 46px;
	text-align: center;
	display: block;
	border-radius: 4px;
	border: solid 1px #1e8efb;
	background: none;
	margin: 0 auto;
	font-size: 20px;
	color: #333;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.consultation .btnBox .btn button:hover,
.consultation .btnBox .btn a:hover,
.consultation .btnBox .btn input:hover{background:#1e8efb;border: solid 1px #1e8efb;color: #fff;}


/* 售后服务 */
.com-tit{padding-top: 20px;padding-bottom: 20px;border-bottom: 1px solid #EAEAEA;line-height: 24px;}
.com-tit h3 {font-size: 24px;color: #333;}
.service-promise{background: #f2f2f2;padding: 30px 0 60px;}
.service-promise li img{width: 100%;}
                .service-promise ul {
    margin-top: 35px;
}
.service-promise ul li {
    float: left;
    width: 285px;
    height: 160px;
    margin-right: 1.6%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-promise ul li:nth-child(4){margin-right: 0;}
.service-promise ul li:hover {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.service-promise .cont p {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.8;
}
.service-list {
    margin-top: 60px;
    padding-bottom: 110px;
    font-size: 0;
    text-align: center;
}
.service-list li {
    position: relative;
    display: inline-block;
    width: 14.2857%;
    font-size: 16px;
}
.service-list li ~ li:before {
    content: url('../images/icon_lc.png');
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 20px;
}
.service-list li .pic {
    height: 70px;
    margin-bottom: 10px;
}
.service-list li .tit {
    position: absolute;
    top: 80px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-list li:hover .tit {
    color: #00A149;
}
.service-list li .pic .ico {
    display: inline-block;
    background-image: url('../images/service_ico.png?v=1');
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.service-list li .pic .ico-1 {
    width: 59px;
    height: 58px;
    background-position: 0 -14px;
}
.service-list li .pic .ico-2 {
    width: 51px;
    height: 59px;
    background-position: -72px -13px;
}
.service-list li .pic .ico-3 {
    width: 59px;
    height: 59px;
    background-position: -129px -13px;
}
.service-list li .pic .ico-4 {
    width: 58px;
    height: 59px;
    background-position: -200px -13px;
}
.service-list li .pic .ico-5 {
    width: 41px;
    height: 61px;
    background-position: -269px -11px;
}
.service-list li .pic .ico-6 {
    width: 47px;
    height: 59px;
    background-position: -326px -13px;
}
.service-list li .pic .ico-7 {
    width: 61px;
    height: 58px;
    background-position: -384px -14px;
}
.service-list li:hover .pic .ico {
    background-position-y: -72px; 
}

/* 公司简介 */
.nyabout {
    padding: 20px 0 40px; 
}
.nyabout .abouttxt {
    width: 100%;
}
.nyabout .des {
    margin-top: 45px;
    margin-bottom: 40px;
}
.nyabout .des h2{font-size: 30px;color: #1e8efb;margin-bottom: 20px;}
.nyabout .des p {font-size: 16px;color: #333;text-indent: 25px;line-height: 40px;}
.nyabout .brand-pic {
    margin-top: 50px;
}
.nyabout .intro-num{margin-bottom: 20px;}
.nyabout .intro-num li {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.nyabout .intro-num li:first-child {
    margin-left: 0;
}
.nyabout .intro-num li.last {
    margin-right: 0;
}
.nyabout .intro-num li .l1 {
    color: #999;
}
.nyabout .intro-num li .num {
    display: inline-block;
    font-size: 50px;
    line-height: 1.5;
    color: #1e8efb;
    font-weight: bold;
}
.nyabout .c-999 span{ font-size: 25px;color: #8f8f8f;}


.gc{position: relative;}
        .gc .gc_list img{width: 100%;}
        .gc .swiper-button-prev{background: url('../images/plc.PNG')no-repeat;left: -50px;width: 27px;height: 30px;}
        .gc .swiper-button-next{background: url('../images/prc.PNG')no-repeat;right: -50px;width: 27px;height: 30px;}



/* 产品优势 */
.service_a{margin-top:5%; text-align:center;}
.service_a ul li{ overflow:hidden; float:left; width:18%;margin: 0 1%; display:block; transition:all 0.3s;}
.service_a ul li a:hover{opacity:0.8;filter:Alpha(opacity=80);}
.service_a ul li span{ display:block;overflow:hidden; color:#000;font-size:18px;  transition:all 0.3s;}
.service_a ul li em{ display:block; margin:0 auto;  height:100px; background-repeat:no-repeat; background-position:center center; background-size:100% 100%; width:100px;transition:all 0.3s; margin-bottom:20px;  border-radius:50%;}
.service_a ul li:hover em{ transform: rotate(360deg);}
.service_a ul li a:hover em{ background-color:#1388ec;}
.service_a ul li em.bgs1{ background-image:url('../images/service_a1.png');}
.service_a ul li em.bgs2{ background-image:url('../images/service_a2.png');}
.service_a ul li em.bgs3{ background-image:url('../images/service_a3.png');}
.service_a ul li em.bgs4{ background-image:url('../images/service_a4.png');}
.service_a ul li em.bgs5{ background-image:url('../images/service_a5.png');}
.service_a ul li em.bgs6{ background-image:url('../images/service_a6.png');}


.servixe_b{background:#1388ec;height: 300px;margin: 40px 0;position: relative;}
.servixe_b div{position:absolute; top: 30%;margin: 0 9%;}

.servixe_b h2{font-size: 35px;color: #fff;margin-bottom:20px;}
.servixe_b p{font-size: 20px;color: #fff;}


/* 技术优势 */
.service_one{ margin-top:5%;}
.service_one ul li{ float:left; margin-right:3%; width:48.5%; overflow:hidden; text-align:center; margin-bottom:3%;}
.service_one ul li:nth-child(2n+0){ margin-right:0;}
.service_one ul li a{ text-decoration:none;}
.service_one ul li .imgs{overflow:hidden; width:100%; position:relative; }
.service_one ul li .imgs img{ display:block;width:100%;  vertical-align:middle;display:inline-block;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;}
.service_one ul li .txts{ position:absolute; top:0; left:0; width:100%;height:100%; background:rgba(0,0,0,0.2);}
.service_one ul li .cons{ width:100%; top:50%; left:0%; position:absolute;transform: translate(0%, -50%); color:#fff;}
.service_one ul li .h2{color: #fff; font-size:20px;font-weight:normal;overflow:hidden; padding-left:10px; padding-right:10px; transition:all 0.3s;}
.service_one ul li .p{ max-width:508px; width:94%; margin:0 auto; font-size:16px; line-height:30px; overflow:hidden; height:0;transition:all 0.3s;}
.service_one ul li:Hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.service_one ul li:Hover .p{ height:auto;margin-top:5%; }
.service_one ul li:Hover .txts{ background:rgba(19,136,236,0.9);}


/* 招聘 */
.aboutPage{background: #e5e5e5;}    
.aboutPage .recruitment {
	padding: 5px 0;
  }
  .aboutPage .recruitment .list {
	margin: 50px 0 40px 0;
  }
  .aboutPage .recruitment .list ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
  }
  .aboutPage .recruitment .list li {
	margin-bottom: 30px;
  }
  .aboutPage .recruitment .list li.on .top {
	background-image: url('../images/recruitment_icon2.png');
	background-color: #1388ec;
	color: #fff;
  }
  .aboutPage .recruitment .list li .top {
	background: url('../images/recruitment_icon1.png') no-repeat right 30px center #ffffff;
	font-size: 16px;
	color: #333232;
	padding: 15px 30px;
	box-sizing: border-box;
	cursor: pointer;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
  }
  .aboutPage .recruitment .list li .top:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
  }
  .aboutPage .recruitment .list li .top .txt {
	width: 23.3333%;
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
  }
  .aboutPage .recruitment .list li .top .txt:first-child {
	width: 30%;
  }
  .aboutPage .recruitment .list li .cont {
	padding: 24px;
	box-sizing: border-box;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	background: #fff;
	display: none;
  }
  .aboutPage .recruitment .list li .cont p{background: #fff;}
  .aboutPage .recruitment .list li .cont .tit {
	font-size: 16px;
	color: #1388ec;
  }
