﻿/* 清除内外边距 */
@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{width: 100%;min-width: 1280px;margin:0 auto;}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* 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;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.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;}
	
	
	
/*ivotes*/
.ivotes-wrap{padding:75px 0 60px;overflow:hidden}
.ivotes{width:1260px;height:240px;padding-top:10px;}
.ivotes li{float:left;width:235px;height:100px;padding-left:125px;margin:40px 60px 0 0;position:relative;font-size:14px;line-height:24px;}
.ivotes li .icon{position:absolute;width:100px;height:100px;background:url(../imsges/ivotes_icon.png);left:0;top:0;}
.ivotes li span{display:block;font-size:18px;color:#333;font-weight:bold;padding:10px 0;}
.ivotes li.i1 .icon{background-position:0 0;}
.ivotes li.i2 .icon{background-position:0 -100px;}
.ivotes li.i3 .icon{background-position:0 -200px;}
.ivotes li.i4 .icon{background-position:0 -300px;}
.ivotes li.i5 .icon{background-position:0 -400px;}
.ivotes li.i6 .icon{background-position:0 -500px;}
.ivotes li.i1:hover .icon{background-position:-100px 0;}
.ivotes li.i2:hover .icon{background-position:-100px -100px;}
.ivotes li.i3:hover .icon{background-position:-100px -200px;}
.ivotes li.i4:hover .icon{background-position:-100px -300px;}
.ivotes li.i5:hover .icon{background-position:-100px -400px;}
.ivotes li.i6:hover .icon{background-position:-100px -500px;}

/*imain-title*/
.imain-title{width:400px;height:80px;position:relative;margin:0 auto;z-index:1;font-size:16px;color:#333;text-align:center;}
.imain-title h2{height:40px;line-height:40px;font-size:30px;color:#0a57ae;padding:5px 0 10px;}
.imain-title a{color:#0a57ae;}
.imain-title i{position:absolute;width:6px;height:90px;z-index:-1;width:29px;height:29px;border-style:solid;border-color:#0a57ae;}
.imain-title i.bor1{left:70px;left:0;top:0;border-width:2px 0 0 2px;}
.imain-title i.bor2{right:70px;bottom:0;right:0;border-width:0 2px 2px 0;}
	
	
	/*animation*/
.scale{overflow:hidden;}
.scale img{-webkit-transition:all .5s;transition:all .5s;}
.scale:hover img{opacity:0.8;-webkit-transform:scale(1.1);transform:scale(1.1);}
.iserve-list li:hover i{-webkit-animation:rotatey 2s;animation:rotatey 2s;}
.ibanner .btn{-webkit-transition:left .5s,right .5s;transition:left .5s,right .5s;}
.icase dd .blue-bg,.ipro-tab a .jt{-webkit-transition:all .5s;transition:all .5s;}
.icase dd .icon{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:all .2s ease-out .3s;transition:all .3s ease-out .2s;}
.icase dd:hover .icon{-webkit-transform:scale(1);transform:scale(1);}
.ipro-tab a,.pro-small a img{-webkit-transition:transform .5s;transition:transform .5s;-moz-transition:transform .5s;}
.ipro-tab a:hover{-webkit-transform: translate(0, -10px);transform: translate(0, -10px);}
.pro-small a:hover img{-webkit-transform: translate(-10px, 0);transform: translate(-10px, 0);-moz-transform: translate(-10px, 0);}
.pro-small a .pic{display:block;width:278px;height:204px;overflow:hidden}
.ivotes li:hover .icon{animation:rotatey 1s linear;-webkit-animation:rotatey 1s linear;}
@-webkit-keyframes rotatey{
    to {-webkit-transform: rotateY(360deg);}
}
@keyframes rotatey{
    to {transform: rotateY(360deg);}
}




/*imain-title*/
.imain-title{width:400px;height:80px;position:relative;margin:0 auto;z-index:1;font-size:16px;color:#333;text-align:center;}
.imain-title h2{height:40px;line-height:40px;font-size:30px;color:#0a57ae;padding:5px 0 10px;}
.imain-title a{color:#0a57ae;}
.imain-title i{position:absolute;width:6px;height:90px;z-index:-1;width:29px;height:29px;border-style:solid;border-color:#0a57ae;}
.imain-title i.bor1{left:70px;left:0;top:0;border-width:2px 0 0 2px;}
.imain-title i.bor2{right:70px;bottom:0;right:0;border-width:0 2px 2px 0;}

/*ivotes*/
.ivotes-wrap{padding:75px 0 60px;overflow:hidden}
.ivotes{width:1260px;height:240px;padding-top:10px;}
.ivotes li{float:left;width:235px;height:100px;padding-left:125px;margin:40px 60px 0 0;position:relative;font-size:14px;line-height:24px;}
.ivotes li .icon{position:absolute;width:100px;height:100px;background:url(../images/ivotes_icon.png);left:0;top:0;}
.ivotes li span{display:block;font-size:18px;color:#333;font-weight:bold;padding:10px 0;}
.ivotes li.i1 .icon{background-position:0 0;}
.ivotes li.i2 .icon{background-position:0 -100px;}
.ivotes li.i3 .icon{background-position:0 -200px;}
.ivotes li.i4 .icon{background-position:0 -300px;}
.ivotes li.i5 .icon{background-position:0 -400px;}
.ivotes li.i6 .icon{background-position:0 -500px;}
.ivotes li.i1:hover .icon{background-position:-100px 0;}
.ivotes li.i2:hover .icon{background-position:-100px -100px;}
.ivotes li.i3:hover .icon{background-position:-100px -200px;}
.ivotes li.i4:hover .icon{background-position:-100px -300px;}
.ivotes li.i5:hover .icon{background-position:-100px -400px;}
.ivotes li.i6:hover .icon{background-position:-100px -500px;}
@charset "utf-8";




/* -- 页面整体布局 -- */

.content { width:1200px; margin:0 auto;  }


/**/

.ys{height: 1180px;overflow: hidden;background:#f9f9f9;}

.ys h2{height: 112px;margin-bottom: 44px;}

.ys h2 a{width: 648px;height: 112px;display: block;margin:48px auto 44px;

	background:url(../images/ys_tit.jpg) no-repeat center center; 

    font-size: 22px;color:#fff;text-indent: 93px;line-height: 186px;}



.ys_1{height: 464px;background:url(../images/ys_img1.jpg) no-repeat center center;width: 100%;

	float: left;display: block;overflow: hidden;}    

.ys1 .dl_01{width: 503px;padding-left: 93px;padding-top: 94px;height: 131px;background:url(../images/ys_icon1.jpg) no-repeat left 19px;}

.ys1 .dl_01 dt{font-size: 23.53px;color: #333;}

.ys1 .dl_01 dd{font-size: 16px;color: #555;padding-left: 20px; line-height: 27px;margin-top:25px;

	background:url(../images/do.jpg) no-repeat left 8px;}

.ys1 .dl_02{width: 503px;padding-left: 102px;padding-top: 71px;height: 131px;background:url(../images/ys_icon2.jpg) no-repeat left top;}

.ys1 .dl_02 dt{font-size: 23.53px;color: #333;}

.ys1 .dl_02 dd{font-size: 16px;color: #555;padding-left: 20px; line-height: 27px;margin-top:25px;

	background:url(../images/do.jpg) no-repeat left 8px;}







.ys_2{height: 511px;background:url(../images/ys_img2.jpg) no-repeat center center;width: 100%;float: left;display: block;overflow: hidden;}   

.ys2{height: 511px;}

.ys2 .dl_03{width: 452px;margin-top: 33px;margin-left:650px;

	padding-left: 99px;padding-top: 91px;height: 118px;background:url(../images/ys_icon3.png) no-repeat left 19px;}

.ys2 .dl_03 dt{font-size: 23px;color: #333;border-bottom: 1px solid #bababa;line-height: 40px;}

.ys2 .dl_03 dd{font-size: 16px;color: #555;padding-left: 20px; line-height: 27px;margin-top:25px;

	background:url(../images/do.jpg) no-repeat left 8px;}

.ys2 .dl_04{width: 452px;float: right;

	padding-left: 99px;padding-top: 91px;height: 131px;background:url(../images/ys_icon4.png) no-repeat left 19px;}

.ys2 .dl_04 dt{font-size: 23.53px;color: #333;border-bottom: 1px solid #bababa;line-height: 40px;}

.ys2 .dl_04 dd{font-size: 16px;color: #555;padding-left: 20px; line-height: 27px;margin-top:25px;

	background:url(../images/do.jpg) no-repeat left 8px;}



.ys_3{height: 485px;background:url(../images/ys_img3.jpg) no-repeat center center;width: 100%;float: left;display: block;overflow: hidden;}   

.ys3{height: 485px;}

.ys3 .dl_05{width: 503px;padding-left: 693px;padding-top: 216px;height: 131px;background: url(../images/ys_icon5.jpg) no-repeat left 141px; padding-left:541px;}

.ys3 .dl_05 dt{font-size: 23.53px;color: #333;}

.ys3 .dl_05 dd{font-size: 16px;color: #555;padding-left: 20px; line-height: 27px;margin-top:25px;

	background:url(../images/do.jpg) no-repeat left 8px;}





