/* 清除内外边距 */
@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;
}.pc{ display:block}
.mb{ display:none}

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{margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{ width:1400px; margin:0 auto;}

/**/
.guide{height: 400px;border-bottom: #e5e5e5 1px solid;}
.guide dl{width: 300px;height: 345px;float: left;position: relative;padding-top: 55px;}
.guide dl:before{content: "";width: 1px;height: 100%;background: #e5e5e5;position: absolute;top: 0;right: 0;}
.guide dl:first-child:after{content: "";width: 1px;height: 100%;background: #e5e5e5;position: absolute;top: 0;left: 0;}
.guide dl dt{width: 121px;margin: 0 auto;line-height: 0;position: relative;}
.guide dl dt p{width:121px; height:121px;position: absolute;top: 0;left: 0;overflow: hidden;}
.guide dl dt b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.guide dl dt em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.guide dl dt b img,.guide dl dt em img{ display: block;width: 121px;height: 121px;}
.guide dl dt span{background: url(../images/yinz_k01.png) no-repeat;display: block;width:121px; height:121px;}
.guide dl.cur dt span{background: url(../images/yinz_k02.png) no-repeat;-webkit-animation:myfirst1 3s linear infinite;animation:myfirst1 3s linear infinite;}
.guide dl dd{text-align: center;padding: 20px 0 0;}
.guide dl dd h5{font-size: 26px;color: #333;font-weight: normal;line-height: 32px;height: 100px;}
.guide dl dd h5 i{display: block;font-size: 16px;color: #666;}
.guide dl dd b{display: block;font-size: 48px;color: rgba(0,100,181,0.2); font-family: "DINOT";height: 48px;line-height: 48px;overflow: hidden;}
.guide dl.cur dt b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.guide dl.cur dt em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.guide dl.cur dd b{color: rgba(0,171,72,0.2);}

/*产品中心*/
.product{padding: 120px 0 90px;}
.pro_tit{font-size: 50px;color: #333;text-align: center;height: 85px;line-height: 52px;overflow: hidden; font-weight:normal}
.pro_tit a{color: #333;}
.pro_tit a:hover{color: #00ab48;}
.pro_tit span{display: block;font-size: 20px;color: #333;font-weight: normal;}
.pro_tit i{display: block;font-size: 12px;color: #666; font-family:Arial, Helvetica, sans-serif;font-weight: normal;}
.pro01{padding: 40px 0 35px;}
.pro01 dl{float: left;width: 100px;overflow: hidden;height: 524px;position: relative;border-right:1px solid rgba(255,255,255,1);}
.pro01 dl dt{z-index: 5; background-color: #0064b5;background-image: url(../images/cp_ico04.png);background-repeat: no-repeat;background-position: center 435px; float: right;width: 100px;height: 484px;padding-top: 40px;position: relative;}
.pro01 dl dt:before{content: "";width: 2px;height: 133px;background: rgba(255,255,255,0.3);position: absolute;top: 250px;left: calc(50% - 1px);}
.pro01 dl dt a{display: block;height: 484px;}
.pro01 dl dt span{color: rgba(255,255,255,1);font-size: 26px;display: block;width: 32px;text-align: center;margin: 0 auto;line-height: 30px;}
.pro01 dl dt i{writing-mode: vertical-lr;}
.pro01 dl dd{display:block;opacity: 0;width: 0;transition: all .25s linear;float: left;}
.pro01 dl dd h3{height: 75px;line-height: 30px;overflow: hidden;}
.pro01 dl dd h3 a,.pro03 dl dd h3 a{font-size: 28px;color: #333;}
.pro01 dl dd h3 i{display: block;font-size: 12px;color: #999;font-weight: normal; font-family:Arial, Helvetica, sans-serif;}
.pro01 ul{height: 240px;}
.pro01 ul li,.pro03 ul li{height: 36px;line-height: 36px;overflow: hidden;background: url(../images/cp_ico01.png) no-repeat 0 center;}
.pro01 ul li a,.pro03 ul li a{font-size: 16px;color: #333;padding-left: 25px;}
.pro01 ul li a:hover,.pro03 dl dd h3 a:hover,.pro03 ul li a:hover{color: #00ab48;}
.pro01 dl dd em{display: block;width: 27px;height: 27px;line-height: 0;float: right;}
.pro01 dl dd em img{width: 27px;height: 27px;}
.pro01 dl.cur{width: 1096px;}
.pro01 dl.cur dt{background-color: #00ab48;}
.pro01 dl.cur dd{opacity: 1;width: 996px;height: 524px;overflow: hidden;}
.pro01 dl.cur dd span,.pro01 dl.cur dd span img{width: 996px;height: 524px;display: block;line-height: 0;overflow: hidden;}
.pro_m{width: 205px;height: 370px;position: absolute;top: 58px;left: 53px;z-index: 2;background: rgba(255,255,255,0.95);padding: 40px 25px 0 40px;}
.pro01 dl dd span img,.pro03 dl dt img,.customized ul li img,.case_con dl dt img,.super_r dl dt img,.news_pic img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.pro01 dl dd span img:hover,.pro03 dl dt img:hover,.customized ul li img:hover,.case_con dl dt img:hover,.super_r dl dt img:hover,.news_pic img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.pro03_m{width: 1200px;overflow: hidden;}
.pro03 dl{width: 385px;float: left;margin-right: 21px;}
.pro03 dl dt{width: 385px;height: 291px;line-height: 0;overflow: hidden;}
.pro03 dl dt img{width: 385px;height: 291px;}
.pro03 dl dd{padding: 15px 30px 0;width: 325px;height: 195px;background: #f2f2f2;}
.pro03 dl dd h3{height: 30px;line-height: 30px;overflow: hidden;font-weight: normal;}
.pro03 dl dd h3 a{font-size: 24px;color: #333;}
.pro03 ul{height: 95px;padding-top: 10px;}
.pro03 ul li{float: left;width: 160px;}
.pro03 ul li a{color: #666;padding-left: 18px;display: block;width: 140px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pro03 dl dd em{display: block;width: 20px;height: 20px;line-height: 0;float: right;}
.pro03 dl dd em img{width: 20px;height: 20px;}
.pro03 p{width: 34px;height: 64px;line-height: 0;position: absolute;top: 115px;-webkit-transition:transform .3s;transition:transform .3s;cursor: pointer;}
.pro03 p img{width: 34px;height: 64px;}
.pro03 p:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}
.pro03_prev{left: -100px;}
.pro03_next{right: -90px;}

/*产品优势*/
.pro_adv{background: url(../images/cpys_bg.jpg) no-repeat center 0;overflow: hidden;height: 759px;}
.proadv_l{width: 325px;padding: 115px 0 0;}
.proadv_l h5{font-size: 46px;color: #fff;height: 150px;line-height: 60px;overflow: hidden;border-bottom: #fff 2px solid;}
.proadv_l h5 i{display: block;}
.proadv_l p{font-size: 24px;color: #fff;height: 130px;line-height: 80px;}
.proadv_btn{display: block;width: 160px;}
.proadv_btn a{display: block;font-size: 18px;color: #fff;font-weight: bold;width: 160px;text-align: center;height: 42px;line-height: 42px;background: #00ab48;border-radius: 30px;}
.proadv_btn a:hover{animation:shake .8s linear;-webkit-animation:shake .8s linear;}
.proadv_r{width: 801px;padding: 120px 0 0;}
.proadv_r ul li{font-size: 24px;color: #333;float: left;width: 264px;height: 212px;border: #fff 1px solid;background: rgba(255,255,255,0.9);margin: 0 1px 1px 0;padding-top: 45px;line-height: 32px;text-align: center;}
.proadv_r ul li em{width: 84px;height: 72px;display: block;line-height: 0;margin: 0 auto 25px;}
.proadv_r ul li em img{width: 84px;height: 72px;}
.proadv_r ul li b{display: block;font-size: 20px;}
.proadv_r ul li:hover{box-shadow: 0 3px 5px 3px rgba(0,0,0,0.1);position: relative;z-index: 1;}
.proadv_r ul li:hover em{-webkit-animation:hvr-buzz-out 0.75s linear;animation:hvr-buzz-out 0.75s linear;}

/*非标定制*/
.customized{padding: 85px 0 45px;}
.customized ul li{width: 191px;height: 268px;line-height: 0;position: relative;overflow: hidden;float: left;margin-left: 10px;margin-top: 40px;}
.customized ul li img{width: 191px;height: 268px;}
.customized ul li b{display: block;width: 191px;text-align: center;height: 56px;line-height: 56px;position: absolute;top: -60px;left: 0;font-size: 22px;color: #fff;background: rgba(0,103,194,0.9);-webkit-transition:all .5s;transition:all .5s;}
.customized ul li:hover b{top: calc(50% - 28px);}
.customized ul li b:hover{background: rgba(0,171,72,0.9);}
.customized ul li:first-child{margin-left: 0;}

/*流程*/
.process{background: url(../images/liuc_bg.gif) no-repeat center 130px;overflow: hidden;height: 390px;}
.process dl{width: 150px;height: 245px;float: left;position: relative;}
.process dl dt{width: 90px;height: 122px;margin: 0 auto;position: relative;}
.process dt .hover,.process dt .default{background:url(../images/iserve_bg.png);}
.process dt i{display:block;width:90px;height:90px;background:url(../images/iserve_icon.png);}
.process dt .hover,.process dt .default{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transition:all .5s linear;-webkit-transition:all .5s linear;}
.process dt .default{background-position:0 0;}
.process dt .hover{background-position:0 -122px;color:#fff;opacity:0;visibility:hidden;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.process dt.d1 .default i{background-position:0 0;}
.process dt.d1 .hover i{background-position:-90px 0;}
.process dt.d2 .default i{background-position:0 -90px;}
.process dt.d2 .hover i{background-position:-90px -90px;}
.process dt.d3 .default i{background-position:0 -180px;}
.process dt.d3 .hover i{background-position:-90px -180px;}
.process dt.d4 .default i{background-position:0 -270px;}
.process dt.d4 .hover i{background-position:-90px -270px;}
.process dt.d5 .default i{background-position:0 -360px;}
.process dt.d5 .hover i{background-position:-90px -360px;}
.process dt.d6 .default i{background-position:0 -450px;}
.process dt.d6 .hover i{background-position:-90px -450px;}
.process dt.d7 .default i{background-position:0 -540px;}
.process dt.d7 .hover i{background-position:-90px -540px;}
.process dt.d8 .default i{background-position:0 -630px;}
.process dt.d8 .hover i{background-position:-90px -630px;}
.process dt:hover .hover,.process dl.cur .hover{opacity:1;visibility:visible;-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
.process dt:hover .default,.process dl.cur .default{opacity:0;visibility:hidden;-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.process dd{text-align: center;padding: 45px 0 0;font-size: 18px;color: #333;height: 35px;line-height: 35px;}
.process dl.cur dd{color: #005eb2;}
.process .proadv_btn{width: 185px;margin: 0 auto;}
.process .proadv_btn a{width: 185px;}

/*应用案例*/
.case { width: 100%; min-width: 1200px; position: relative; height: 857px;background: #f5f5f5;padding-top: 80px;box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);}
.case_nav{height: 90px;padding: 30px 0 0;}
.case_nav ul li{height: 55px;line-height: 55px;float: left;padding: 0 18px;position: relative;}
.case_nav ul li:before{content: "";width: 1px;height: 16px;background: #bbb;position: absolute;top: 20px;left: 0;
-webkit-transform: rotate(35deg);
-moz-transform: rotate(35deg);
-ms-transform: rotate(35deg);
-o-transform: rotate(35deg);
transform: rotate(35deg);
}
.case_nav ul li a{display: block;font-size: 16px;color: #333;}
.case_nav ul li a:hover,.case_nav ul li.cur a{color: #005eb2;font-weight: bold;}
.case_nav ul li:first-child:before{background: none;}
.case_con { width: 900px; position: absolute; left: 50%; margin-left: -450px; }
.case_con .tempWrap .case_m { margin-left: -900px !important; }
.case_con .tempWrap, .case_con .tempWrap .case_m { overflow: visible !important; }
.case_con dl{width: 900px;height: 650px;}
.case_con dl dt{width: 900px;height: 506px;line-height: 0;overflow: hidden;}
.case_con dl dt img{width: 900px;height: 506px;}
.case_con dl dd{width: 900px;height: 145px;background: #fff;padding:40px 0 0 40px;position: relative;box-sizing: border-box;}
.case_con dl dd:before{content: "";width: 1px;height: 100%;background: #e5e5e5;position: absolute;top: 0;right: 60px;}
.case_con dl dd h5{height: 35px;line-height: 35px;overflow: hidden;}
.case_con dl dd h5 a{font-size: 24px;color: #333;font-weight: normal;}
.case_con dl dd h5 a:hover{color: #005eb2;}
.case_desc{font-size: 14px;color: #999;line-height: 25px;padding: 5px 0 0;}
.case_con dl dd span{display: block;width: 120px;height: 72px;position: absolute;top: 0;right: 0;text-align: center;line-height: 72px;background: #005eb2;overflow: hidden;z-index: 1;}
.case_con dl dd span a{font-size: 12px;color: #fff;text-transform: uppercase;display: block;}
.case .pnBtn .blackBg { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 650px; background: #fff; filter: alpha(opacity=50); opacity: 0.5; }
.case .pnBtn { position: absolute; z-index: 1; top: 284px; width: 100%; height: 650px; cursor: pointer; }
.case .prev { left: -50%; margin-left: -450px; }
.case .next { left: 50%; margin-left: 450px; }
.case .pnBtn em{background: #f5f5f5;display: block; position: absolute; top: 0; z-index: 10; width: 50px; height: 652px;}
.case .prev em{right: 0;}
.case .next em{left: 0;}
.case .pnBtn .arrow {display: block; position: absolute;top: 600px; z-index: 10; width: 16px; height: 26px;-webkit-transition:transform .3s;transition:transform .3s;}
.case .prev .arrow { right: -815px;}
.case .prev .arrow:hover{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);}
.case .next .arrow { left: -38px;}

/*合作客户*/
.partner{padding: 90px 0 55px;}
.part_t{width: 400px;height: 338px;position: absolute;top: 90px;left: 0;z-index: 2;border-top: #333 3px solid;border-bottom: #333 3px solid;}
.part_t h5{padding: 35px 0 0;height: 120px;line-height: 40px;}
.part_t h5 a{display: block;font-size: 36px;color: #333;}
.part_t h5 i{display: block;float: left;font-size: 70px;line-height: 70px; font-family: "DINOT";}
.part_t h5 span{display: block;width: 100%;clear: both;}
.part_t p{height: 90px;font-size: 24px;color: #333;line-height: 40px;}
.partner ul li{width: 200px;height: 150px;line-height: 0;float: left;overflow: hidden;position: relative;margin-bottom: 35px;-webkit-transition:transform .3s;transition:transform .3s;}
.partner ul li:before{content: "";width: 1px;height: 100%;background: #e9e9e9;position: absolute;top: 0;left: 0;}
.partner ul li img{width: 200px;height: 150px;}
.partner ul li:nth-of-type(1),.partner ul li:nth-of-type(5){margin-left: 400px;}
.partner ul li:nth-of-type(1):before,.partner ul li:nth-of-type(5):before,.partner ul li:nth-of-type(9):before{background: none;}
.partner ul li:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}

/*优势*/
.super_bg{overflow: hidden;height: 825px;padding-top: 125px;}
.super_l{ width:200px;margin-top: 40px;}
.super_l ul li{ width:200px;height: 132px;padding: 20px 0 0; font-size:26px; color:#fff;background: #2f58a5;text-align: center;margin-bottom: 4px;}
.super_l ul li em{display: block;width: 48px;height: 48px;line-height: 0;overflow: hidden;margin: 0 auto;}
.super_l ul li em img{width: 48px;height: 48px;}
.super_l ul li span{display: block;line-height: 26px;padding-top: 10px;}
.super_l ul li i{display: block;font-size: 12px;color: rgba(255,255,255,0.5); font-family:Arial, Helvetica, sans-serif;}
.super_l ul li.on,.super_l ul li:hover{background: #e52a38;}
.super_r{ width:1180px;height: 614px;margin-top: 40px;}
.super_r dl{ width:1180px;height: 614px;position: relative;}
.super_r dl dt{ width:1180px;height: 614px;line-height: 0;overflow: hidden;}
.super_r dl dt img{ width:1180px;height: 614px;}
.super_r dl dd{width: 330px;position: absolute;top: 85px;left: 55px;z-index: 5;}
.super_r dl dd h5{height: 140px;font-size: 32px;color: #fff;position: relative;line-height: 40px;}
.super_r dl dd h5:before{content: "";width: 30px;height: 2px;background: #fff;position: absolute;bottom: 0;left: 0;}
.super_r dl dd b{display: block;font-family:Helvetica-Neue-Light-2_0;font-size: 72px;color: #fff;line-height: 72px;height: 75px;}
.super_r dl dd p{font-size: 18px;color: #fff;line-height: 36px; padding:30px 0 0;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5; overflow: hidden; text-overflow: ellipsis; }
.four_btn{position: absolute;top: 570px;left: 280px;width: 110px;}
.four_btn a{display: block;width: 47px;height: 47px;-webkit-transition:transform .3s;transition:transform .3s;}
.four_btn img{width: 47px;height: 47px;}
.four_btn a:hover{-webkit-transform:translate(0,-3px);transform:translate(0,-3px);}


/*走进*/
.about{padding: 95px 0 0;background: url(../images/ab_bg.jpg) no-repeat center 0;height: 720px;overflow: hidden;}
.about .pro_tit a,.about .pro_tit span{color: #fff;}
.ab_desc{font-size: 16px;color: #fff;line-height: 30px;height: 90px;overflow: hidden;text-align: center;padding: 40px 0 0;}
.about .proadv_btn{margin: 55px auto 0;}
.about ul{width: 900px;margin: 0 auto;padding: 110px 0 0;}
.about ul li{width: 300px;height: 200px;float: left;text-align: center;position: relative;}
.about ul li span{display: block;width: 200px;height: 200px;margin: 0 auto;background: url(../images/ab_k01.png) no-repeat;}
.about ul li a{font-size: 22px;color: #333;display: block;width: 200px;height: 150px;padding-top: 50px;position: absolute;top: 0;left: calc(50% - 100px);z-index: 5;}
.about ul li em{display: block;width: 56px;height: 52px;line-height: 0;overflow: hidden;margin: 0 auto 15px;}
.about ul li em img{width: 56px;height: 52px;}
.about ul li:hover a,.about ul li.cur a{color: #00ab48;}
.about ul li:hover span,.about ul li.cur span{background: url(../images/ab_k02.png) no-repeat;}
.about ul li span{
-webkit-transition: -webkit-transform 0.5s ease-out;
-moz-transition: -moz-transform 0.5s ease-out;
-o-transition: -o-transform 0.5s ease-out;
-ms-transition: -ms-transform 0.5s ease-out;}
.about ul li:hover span{
-webkit-transform: rotateZ(360deg);
-moz-transform: rotateZ(360deg);
-o-transform: rotateZ(360deg);
-ms-transform: rotateZ(360deg);
transform: rotateZ(360deg);
}

/*新闻中心*/
.news{padding: 80px 0 70px;}
.news_tit01{height: 70px;line-height: 70px;overflow: hidden;font-weight: normal;}
.news_tit01 a{font-size: 24px;color: #333;}
.news_tit01 a:hover{color: #005eb2;}
.news_tit01 i{font-size: 12px;color: #999;font-family:Arial, Helvetica, sans-serif;text-transform:capitalize;padding-left: 5px;}
.news_tit01 em,.news_tit02 em{text-transform: uppercase;float: right; font-family:"Times New Roman", Times, serif;}
.news_tit01 em a,.news_tit02 em a{font-size: 14px;color: #333;}

.news_l{width: 600px;padding-top: 30px;}
.news_pic{width: 600px;height: 300px;line-height: 0;overflow: hidden;}
.news_pic img{width: 600px;height: 300px;}
.new_lf{width: 600px;padding: 15px 0 0;}
.new_lf h5{height: 40px;font-weight:normal;line-height: 40px;overflow: hidden;border-top:1px dashed #e5e5e5;}
.new_lf h5 span{display: block;font-size: 12px;color: #666;float: right;}
.new_lf h5 a{display: block;color: #333;font-size: 16px;width: 480px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;background: url(../images/news_ico01.gif) no-repeat 0 center;padding-left: 20px;}
.new_lf h5.cur a{background: url(../images/news_ico02.gif) no-repeat 0 center;font-size: 18px;}
.new_lf h5.cur a:hover,.news_qie dl:hover dt a{color: #00ab48;font-weight: bold;}
.new_lf h5.cur span{display: none;}
.new_lf .news_m{overflow: hidden;padding: 0 0 20px;}
.new_lf .news_m a{display: block;font-size: 16px;color: #7c7c7c;line-height: 26px;height: 52px;}
.new_lf h5:nth-of-type(1){border-top: none;}

.news_r{width: 500px;padding-top: 30px;}
.news_tit02{height: 70px;line-height: 70px;overflow: hidden;}
.news_tit02 ul li{padding: 0 30px;float: left;position: relative;}
.news_tit02 ul li:before{content: "";width: 2px;height: 22px;background: #333;position: absolute;top: calc(50% - 11px);left: 0;}
.news_tit02 ul li a{font-size: 24px;color: #333;}
.news_tit02 ul li a:hover,.news_tit02 ul li.on a{color: #005eb2;font-weight: bold;}
.news_tit02 ul li:first-child{padding-left: 0;}
.news_tit02 ul li:first-child:before{background: none;}
.news_qie dl{width: 500px;height: 130px;padding-top: 10px;}
.news_qie dl dt{height: 45px;line-height: 45px;overflow: hidden;background: url(../images/news_ico03.gif) no-repeat right center;}
.news_qie dl dt span{display: block;float: left;font-size: 40px;color: #1d1d1d;font-family: "DINOT";width: 125px;position: relative;overflow: hidden;}
.news_qie dl dt span:before{content: "";width: 66px;height: 2px;background: #005eb2;position: absolute;top: 50%;left: 28px;}
.news_qie dl dt a{font-size: 18px;color: #333;float: left;display: block;width: 340px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_qie dl:hover dt{background: url(../images/news_ico04.gif) no-repeat right center;}
.news_qie dl:hover dt span:before{background: #00ab48;}
.news_qie dl dd{width: 500px;padding: 10px 0 0;}
.news_qie dl dd a{display: block;font-size: 16px;color: #7c7c7c;line-height: 24px;height: 48px;overflow: hidden;}

/*友情链接*/
.f_link{height: 60px;overflow: hidden;background: #15191f;}
.f_link b{display: block;float: left;font-size: 16px;color: rgba(255,255,255,0.5);width: 120px;font-weight: normal;}
.f_link b i{font-size: 12px;font-family:Arial, Helvetica, sans-serif;padding-left: 6px;}
.f_link p{font-size: 14px;color: rgba(255,255,255,0.5);float: left;width: 1080px;}
.f_link p a{font-size: 14px;color: rgba(255,255,255,0.5); padding:0 10px 0 0;}
.f_link p a:hover{color: #fff;}


/**/
@-webkit-keyframes myfirst1 {
	0% {
	transform:rotate(0deg);
}
50% {
	transform:rotate(180deg);
}
100% {
	transform:rotate(360deg);
}
}

/**/
@-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);
  }
}










/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  


.content {
    width: 93%;
    margin: 0 auto;
}
.pro_tit {
    font-size: 28px;
    color: #333;
    text-align: center;
    height: 85px;
    line-height: 32px;
    overflow: hidden;
    font-weight: normal;
}.pro_tit span {
    display: block;
    font-size: 15px;
    color: #333;
    font-weight: normal;
}.super_l {
    width: 100%;
    margin-top: 40px;
}.super_r {
    width: 100%;
    height: 614px;
    margin-top: 40px;
}.super_l ul{ display:flex}
.super_l ul li {
    width: 20%;
    height: 112px;
    padding: 20px 0 0;
    font-size: 16px;
    color: #fff;
    background: #2f58a5;
    text-align: center;
    margin-bottom: 4px; flex:1
}
.super_l ul li i{ line-height:20px; height:20px; display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; 
        overflow: hidden;
}
.super_r dl dt img {
    width: 100%;
    height: 614px;
}.super_r dl dt {
    width: 100%;
    height: 614px;
    line-height: 0;
    overflow: hidden;
}.super_r dl {
    width: 100%;
    height: 614px;
    position: relative;
}.super_r dl dd h5 {
    height: 140px;
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 30px;
}
.super_r dl dd b {
    display: block;
    font-family: Helvetica-Neue-Light-2_0;
    font-size: 52px;
    color: #fff;
    line-height: 62px;
    height: 65px;
}.super_r dl dd p {
    font-size: 15px;
    color: #fff;
    line-height: 36px;
    padding: 30px 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}.super_r dl dd {
    width: 85%;
    position: absolute;
    top: 85px;
    left: 45px;
    z-index: 5;
}.pc{ display:none}
.mb{ display:block}


.super_bg {
    overflow: hidden;
    height: 825px;
    padding-top: 85px;
}






}