/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,button, input, select, textarea {font: 14px/22px "Microsoft YaHei","微软雅黑","Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB",Arial,sans-serif; color: #666;}

* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}

/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}


/*表单弹框*/
.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}


/**/
body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1200px; margin:0 auto;}

/**/
.guide{padding: 75px 0 60px;}
.gui_tit{font-size: 40px;color: #0f0f0f;font-weight: normal;height: 100px;line-height: 44px;position: relative;text-align: center;}
.gui_tit:before{content: "";width: 40px;height: 2px;background: #2948a2;position: absolute;bottom: 0;left: calc(50% - 20px);-webkit-transition:all .5s;transition:all .5s;}
.gui_tit a{color: #0f0f0f;}
.gui_tit a:hover{color: #2948a2;}
.gui_tit span{display: block;font-size: 20px;color: #0f0f0f;}
.gui_tit:hover:before{width: 60px;left: calc(50% - 30px);}
.guide ul{margin-top: 40px;height: 124px;position: relative;z-index: 1;}
.guide ul:before{content: "";width: 100%;height: 1px;background: #e8e8e8;position: absolute;bottom: 20px;left: 0;z-index: -1;}
.guide ul li{width: 240px;float: left;padding-left: 60px;height: 124px;position: relative;}
.guide ul li:before{content: "";width: 16px;height: 16px;background: #1241c8;position: absolute;bottom: 13px;left: calc(50% - 8px);border-radius: 50%;}
.guide ul li em{width: 52px;height: 50px;display: block;float: left;line-height: 0;padding: 5px 10px 0 0;}
.guide ul li em img{width: 52px;height: 50px;}
.guide ul li span{display: block;float: left;font-size: 28px;color: #333;line-height: 32px;}
.guide ul li i{display: block;font-size: 20px;font-weight: normal;}
.guide ul li b{display: none;font-size: 20px;color: #fff;background: url(../images/yinz_k.png) no-repeat;width: 42px;height: 42px;text-align: center;line-height: 42px;overflow: hidden; font-family: "DINOT";position: absolute;bottom: 0;left: calc(50% - 21px);}
.guide ul li:hover span,.guide ul li.cur span{font-weight: bold;}
.guide ul li:hover b,.guide ul li.cur b{display: block;}

/*方案*/
.plan{padding-bottom: 100px;}
.plan dl{width: 290px;height: 400px;border-radius: 20px;margin-left: 13px;float: left;position: relative;z-index: 1;}
.plan dl:before{content: "";width: 290px;height: 0;position: absolute;bottom: 0;left: 0;background: linear-gradient(90deg, #113ec8, #3691da);-webkit-transition:all .5s;transition:all .5s;z-index: -1;border-radius:0 0 20px 20px;}
.plan dl dt{width: 290px;height: 236px;line-height: 0;overflow: hidden;border-radius:20px 20px 0 0;}
.plan dl dt img{width: 290px;height: 236px;}
.plan dl dt img,.product ul li img,.news_lm dl dt img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.plan dl dt img:hover,.product ul li img:hover,.news_lm dl:hover dt img
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.plan dl dd{height: 164px;width: 290px;border: #e5e5e5 1px solid;border-radius:0 0 20px 20px;box-sizing: border-box;border-top: none;}
.plan dl dd h5{height: 40px;line-height: 40px;overflow: hidden;text-align: center;padding-top: 15px;}
.plan dl dd h5 a{font-size: 24px;color: #333;}
.plan ul{padding-top: 5px;}
.plan ul li{height: 30px;line-height: 30px;float: left;padding-left: 20px;}
.plan ul li a{font-size: 14px;color: #333;}
.plan dl:hover:before,.plan dl.cur:before{height: 164px;}
.plan dl:hover h5 a,.plan dl:hover ul li a,.plan dl.cur h5 a,.plan dl.cur ul li a{color: #fff;}
.plan dl:hover h5 a:hover,.plan dl:hover ul li a:hover{color: #f59800;}
.plan dl:first-child{margin-left: 0;}
.plan dl:nth-child(2) ul li{padding-left: 40px;}
.plan dl:nth-child(3) ul li,.plan dl:nth-child(4) ul li{width: 250px;padding-left: 40px;}

/*产品中心*/
.product{background: url(../images/cp_bg.jpg) no-repeat center 0;height: 700px;overflow: hidden;padding-top: 70px;}
.product .gui_tit a,.product .gui_tit span{color: #fff;}
.product .gui_tit:before{background: #fff;}
.product ul{padding-top: 65px;}
.product ul li{width: 369px;padding-left: 23px;float: left;}
.product ul li em{width: 369px;height: 276px;line-height: 0;display: block;overflow: hidden;}
.product ul li img{width: 369px;height: 276px;}
.product ul li span{display: block;font-size: 14px;color: #333;height: 58px;line-height: 58px;overflow: hidden;text-align: center;}

/**/
.four{background: #f4f4f4;padding: 25px 0 0;height: 115px;}
.four ul li{width: 300px;float: left;position: relative;height: 115px;}
.four ul li:before{content: "";width: 0;height: 4px;position: absolute;bottom: 0;left: 0;background: linear-gradient(90deg, #113ec8, #3691da);-webkit-transition:all .8s;transition:all .8s;}
.four ul li em{width: 70px;height: 52px;display: block;float: left;line-height: 0;overflow: hidden;opacity: 0.2;}
.four ul li em img{width: 70px;height: 52px;}
.four ul li span{font-size: 18px;color: #333;line-height: 26px;display: block;float: left;padding: 0 0 0 10px;width: 190px;}
.four ul li b{color: #f59800;}
.four ul li:hover em,.four ul li.cur em{opacity: 1;}
.four ul li:hover:before,.four ul li.cur:before{width: 100%;}

/*优势*/
.super_bg{background: url(../images/super_bg.jpg) no-repeat center 0;height: 590px;overflow: hidden;padding-top: 69px;}
.super dl{width: 200px;float: left;height: 350px;position: relative;overflow: hidden;margin-top: 40px;}
.super dl:before{content: "";width: 1px;height: 350px;position: absolute;top: 0;right: 0;background:#ddd;}
.super dl:nth-of-type(1):after{content: "";width: 1px;height: 350px;position: absolute;top: 0;left: 0;background:#ddd;}
.super dl dt{width: 200px;text-align: center;padding: 35px 0 0;}
.super dl dt i,.super dl dd b{display: block;font-size: 20px;color: #333;height: 30px;line-height: 30px;overflow: hidden;font-family: "DINOT";font-weight: bold;}
.super dl dt em,.super dl dd em{width: 52px;height: 54px;display: block;line-height: 0;overflow: hidden;margin: 20px auto;}
.super dl dt em img,.super dl dd em img{width: 52px;height: 54px;}
.super dl dt p{font-size: 20px;color: #333;line-height: 24px;height: 145px;background: url(../images/super_btn01.png) no-repeat center bottom;}
.super dl dt span{display: block;font-size: 12px;color: rgba(51,51,51,0.3);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.super dl dd{width: 200px;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;}
.super dl dd img{width: 200px;height: 350px;}
.super dl dd .fuw_desc{position: absolute;top: 0;left: 0;width: 200px;height: 315px;z-index: 10;padding: 35px 0 0;}
.super dl dd b{color: #fff;}
.super dl dd h5{font-size: 20px;color: #fff;height: 40px;line-height: 40px;overflow: hidden;}
.super dl dd p{font-size: 14px;color: #fff;line-height: 22px;width: 170px;margin: 0 auto;height: 66px;overflow: hidden;}
.super dl dd i{width: 30px;height: 30px;display: block;line-height: 0;overflow: hidden;margin: 10px auto 0;}
.super dl dd i img{width: 30px;height: 30px;}
.super dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.super dl dd:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(137deg, #113ec8, #3690da);
  opacity: 0.7;
  /*background: rgba(41,72,162,0.7);*/
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.super dl:hover dd:before,.super dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.super dl:hover dd,.super dl.cur dd{height: 350px;}

/*客户名录*/
.partner{background: url(../images/hz_bg.jpg) no-repeat center 0;height: 643px;overflow: hidden;padding-top: 40px;}
.partner .gui_tit,.news .gui_tit{height: 80px;line-height: 70px;}
.part_desc{font-size: 16px;color: #0f0f0f;line-height: 28px;padding: 25px 0 0;height: 70px;text-align: center;overflow: hidden;}
.coop_con{position: relative;height:341px;}
.coop_con li{position: absolute;width:161px;height: 161px;background: url(../images/coop_dd.png) no-repeat center;padding-top: 45px;box-sizing: border-box;}
.coop_con li img{ display: block;width: 90px;height: 68px;margin: 0 auto; }
.coop_con li:nth-child(1){left:88px;top:0;}
.coop_con li:nth-child(2){left:261px;top:0;}
.coop_con li:nth-child(3){left:434px;top:0;}
.coop_con li:nth-child(4){right:434px;top:0;}
.coop_con li:nth-child(5){right:261px;top:0;}
.coop_con li:nth-child(6){right:88px;top:0;}
.coop_con li:nth-child(7){left:0;top:90px;}
.coop_con li:nth-child(8){left:173px;top:90px;}
.coop_con li:nth-child(9){left:346px;top:90px;}
.coop_con li:nth-child(10){left:519px;top:90px;}
.coop_con li:nth-child(11){right:346px;top:90px;}
.coop_con li:nth-child(12){right:173px;top:90px;}
.coop_con li:nth-child(13){right:0px;top:90px;}
.coop_con li:nth-child(14){left:88px;top:180px;}
.coop_con li:nth-child(15){left:260px;top:180px;}
.coop_con li:nth-child(16){left:433px;top:180px;}
.coop_con li:nth-child(17){right:433px;top:180px;}
.coop_con li:nth-child(18){right:260px;top:180px;}
.coop_con li:nth-child(19){right:88px;top:180px;}
.part_btn{display: block;width: 170px;margin: 0 auto;padding: 25px 0 0;}
.part_btn a{display: block;font-size: 16px;color: #fff;width: 135px;height: 52px;line-height: 52px;overflow: hidden;background: linear-gradient(90deg, #113ec8, #3691da);border-radius: 30px;padding-left: 35px;}
.part_btn em{width: 40px;height: 40px;display: block;float: right;line-height: 0;overflow: hidden;background: #fff;border-radius: 50%;margin: 6px 9px 0 0;}
.part_btn em img{width: 40px;height: 40px;}
.part_btn a:hover em{background: #113ec8;}

/**/
.news{padding: 70px 0 50px;}
.news_l{width: 818px;padding: 20px 0 0;}
.news_t{height: 68px;line-height: 68px;overflow: hidden;background: url(../images/news_ico01.gif) no-repeat 0 center;padding-left: 35px;}
.news_t a{font-size: 22px;color: #333;}
.news_t a:hover,.news_list ul li a:hover{color: #113ec8;}
.news_t span{float: right;}
.news_t span a{font-size: 14px;color: #666;font-weight: normal;text-transform: uppercase;}
.news_lm dl{width: 818px;height: 338px;position: relative;}
.news_lm dl dt{width: 818px;height: 338px;line-height: 0;overflow: hidden;}
.news_lm dl dt img{width: 100%;height: 100%;object-fit: cover;object-position: center;}
.news_lm dl dd{background: url(../images/news_k.png) no-repeat;width: 818px;height: 338px;position: absolute;top: 0;left: 0;}
.news_lm dl dd a{display: block;padding-top: 220px;}
.news_lm dl dd h5{width: 745px;margin: 0 auto;height: 60px;line-height: 60px;overflow: hidden;border-bottom: rgba(255,255,255,0.3) 1px solid;font-size: 20px;color: #fff;}
.news_lm dl dd em{width: 23px;height: 10px;display: block;float: right;line-height: 0;padding: 25px 5px 0 0;-webkit-transition:transform .3s;transition:transform .3s;}
.news_lm dl dd em img{width: 23px;height: 10px;}
.news_lm dl dd span{display: block;font-size: 14px;color: #fff;height: 30px;line-height: 30px;padding: 8px 0 0 37px;}
.news_lm dl dd h5:hover em{-webkit-transform:translate(5px,0);transform:translate(5px,0);}
.news_bot{width: 85px;position: absolute;top: 390px;right: 0;z-index: 20;}
.news_bot ul li{float: left;height: 6px;width: 6px;border-radius: 50%; text-indent: -9999px;margin-right: 10px;cursor: pointer;border: #fff 1px solid;}
.news_bot ul li.on{background: #fff;}
.news_list{width: 818px;position: relative;height: 160px;}
.news_list:before{content: "";width: 1px;height: 110px;background: #ededed;position: absolute;top: 32px;left: 50%;}
.news_list ul li{height: 80px;line-height: 80px;overflow: hidden;float: left;border-bottom: #f5f5f5 1px solid;width: 330px;margin-left: 30px;}
.news_list ul li a{font-size: 14px;color: #333;display: block;}
.news_list ul li b{display: block;float: left;width: 300px;font-weight: normal;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_list ul li em{width: 9px;height: 17px;display: block;line-height: 0;float: right;padding-top: 31px;}
.news_list ul li em img{width: 9px;height: 17px;}
.news_list ul li:nth-child(2n){margin-left: 90px;}

/*技术文库*/
.wd{padding: 20px 0 0;width: 320px;}
.wd .news_t{background: url(../images/news_ico02.gif) no-repeat 0 center;padding-left: 40px;margin-bottom: 10px;}
.wd dl{ width:290px;margin: 0 auto;border-bottom: #f6f6f6 1px solid; padding:15px 0 0;height: 100px;}
.wd dt{ height:30px;line-height: 30px; overflow:hidden;}
.wd dt b{padding-right: 5px;color: #f59800;}
.wd dt a{ font-size:14px; color:#333;font-weight: bold;}
.wd dt a:hover{color: #f59800;}
.wd dd{line-height: 24px;padding-left: 15px;}
.wd dd a{ font-size:14px; color:#666;display: block;}

/*友情链接*/
.f_link{height: 60px;line-height: 60px;overflow: hidden;background:#f5f5f5;}
.f_con{width:1300px;margin:0 auto;}
.f_link b{display: block;float: left;font-size: 14px;color: #333;width: 80px;}
.f_link p{font-size: 14px;color: #333;float: left;width: 1220px;}
.f_link p a{font-size: 14px;color: #333; padding:0 10px 0 0;}
.f_link p a:hover{color: #000;}

/**/
@-webkit-keyframes shake{
  from,to{-webkit-transform:translate3d(0, 0, 0);}
  20%,60%{-webkit-transform:translate3d(-10px, 0, 0);}
  40%,80%{-webkit-transform:translate3d(10px, 0, 0);}
}

@keyframes shake {
  from,to{transform:translate3d(0, 0, 0);}
  20%,60%{transform:translate3d(-10px, 0, 0);}
  40%,80%{transform:translate3d(10px, 0, 0);}
}

/*图标抖动*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}