@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: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #666; min-width:1200px;
}
img { display: block;}
em,i { font-style: normal;}
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: 0;} /*覆盖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: 0 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0;
	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: 0 -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0 -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;
}

.search { height: 80px; border-bottom: 1px solid #eeeeee; overflow: hidden;}
.search .sez { float: left; font-size: 16px; color: #1a1a1a; line-height: 80px;}
.search .sez a { color: #1a1a1a; margin-right: 10px;}
.search .sey { float: right; margin-top: 20px;}
.search .sey input { display: block; float: left; border: 0;}
.search .sey .sek1 { width: 245px; height: 40px; background: url("../images/tok.jpg") no-repeat; padding-left: 20px; font-size:14px;    color: #c8c8c8;}
.search .sey .sek2 { width: 55px; height: 40px; background: url("../images/tok1.jpg") no-repeat;}

.zs { height: 620px; background: url("../images/zsb.jpg") no-repeat center -38px; overflow: hidden;}
.zs dl { height: 490px; padding-top:29px;}
.zs dt { float: left;}
.zs dt img { width: 600px; height: 450px;}
.zs dd { float: right; width: 490px;}
.zs dd h3 { font-size: 16px; color: #333333; font-weight: normal;}
.zs dd h3 img { padding: 25px 0 10px;}
.zs dd h4 { font-size: 16px; color: #333333; font-weight: normal; line-height: 28px; width: 455px; margin-top: 35px;overflow:hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:5;
-webkit-box-orient:vertical;margin-bottom: 15px;text-indent: 2em;}
.zs dd p { height: 180px; background: url("../images/zsx.jpg") no-repeat 15px 40px;    margin-left: -15px;}
.zs dd p em { display: block; float: left; width: 103px; margin-right: 22px; font-size: 13px; color: #333333; text-align: center; line-height: 24px;}
.zs dd p em span { display: block; width: 80px; height: 80px; background: url("../images/zsy_03.png") no-repeat; margin-bottom: 20px;margin: 0 auto 20px;}
.zs dd p em img { width: 36px; height: 34px; margin: 0 auto; padding-top: 23px;}
.zs dd p em:last-child { margin-right: 0;}
.zs dd p em:hover span { background: url("../images/zsy_05.png") no-repeat;}
.zs ul { margin-left: 348px;}
.zs ul li { float: left; margin-right: 10px;}
.zs ul li a { display: block; width: 120px; height: 40px; background: #666666; font-size: 16px; color: #ffffff; text-align: center; line-height: 40px;}
.zs ul li a:hover { background: #ce0004;}

.lr {overflow: hidden;}


.lr h3 img { margin-bottom: 10px;}
.lr .lru { height: 174px; border-bottom: 1px solid #e6e6e6; padding-top: 45px;}
.lr .lru li { float: left; width: 299px; height: 135px; border-right: 1px dashed #dddddd;}
.lr .lru li em { display: block; float: left; margin: 5px 0 0 10px;}
.lr .lru li em a { display: block; padding-bottom: 50px; font-size: 20px; color: #1a1a1a; font-weight: bold; background: url(../images/lr_09.png) no-repeat center bottom;}
.lr .lru li em a:hover, .lr .lru .on em a { background: url(../images/lr_07.png) no-repeat center bottom; color: #e50012;}
.lr .lru li p { float: left; margin-left: 35px;}
.lr .lru li p a { display: block; font-size: 16px; color: #666666; line-height: 30px;}
.lr .lru li:nth-child(2) em { margin-left: 45px;}
.lr .lru li:nth-child(3) { width: 340px;}
.lr .lru li:nth-child(3) em { margin-left:35px;}
.lr .lru li:last-child { border: 0; width: 214px; padding-left: 45px;}
.lr .lrk { height: 677px;}
.lr .lrl { float: left; width: 290px; position: relative; padding-top: 69px; margin-left: -20px;}
.lr .lrl li { box-shadow: #d3d3d3 0 0 20px; margin-bottom: 20px; position: relative; width: 260px; margin-left: 20px;}
.lr .lrl li p { display: none; position: absolute; left: 0; top: 0; width: 260px; height: 160px; background: rgba(229,0,18,0.92) url("../images/lrj.png") no-repeat center 141px; font-size: 20px; color: #ffffff; text-align: center; padding-top: 100px;}
.lr .lrl li img { width: 260px; height: 260px;}
.lr .lrl li a:hover p { display: block;}
.lr .lrl .lrj1 { position: absolute; left: 144px; top: 35px;}
.lr .lrl .lrj2 { position: absolute; left: 144px; top: 630px;}
.lr .lrd { float: right; width: 910px; padding-top: 70px;}
.lr .lrd dl { box-shadow: #d3d3d3 0 0 20px; height: 540px;}
.lr .lrd dt { float: left; width: 538px; height: 538px; border: 1px solid #ffffff;}
.lr .lrd dd { float: left; width: 320px; height: 540px; background: #ffffff; padding: 0 0 0 30px;}
.lr .lrd dd h4 { height: 55px; border-bottom: 1px solid #e2e2e2; font-size: 24px; color: #333333; padding-top: 45px; width:310px;}
.lr .lrd dd p { width: 291px; font-size: 14px; color: #666666; line-height: 22px; margin: 25px 0 45px;}
.lr .lrd dd em { display: block; height: 70px; overflow: hidden;}
.lr .lrd dd em b { display: block; font-size: 14px; color: #333333; margin-bottom: 5px;}
.lr .lrd dd em a { display: block; float: left; padding: 0 12px; font-size: 14px; color: #333333; line-height: 25px; border:1px solid #666; margin-right:5px;}
.lr .lrd dd em a:hover,.lr .lrd dd em .cuo { background: #e50012; color: #ffffff; border-color:#e50012;}
.lr .lra { margin-left: 450px; padding-top: 40px;}
.lr .lra a { display: block; float: left; width: 116px; height: 40px; background: #e50012 url("../images/lr_31.jpg") no-repeat 102px center; font-size: 16px; color: #ffffff; margin-right: 20px; line-height: 40px; padding-left: 24px;}
.lr .lra a:last-child { background: #666666 url("../images/lr_33.jpg") no-repeat 102px center;}

.sm { overflow: hidden;}


.qs { height:330px; background: url("../images/qsb.jpg") no-repeat center bottom;}
.qs p { float: left; font-size:20px; color: #333333; font-weight: bold; padding-left: 37px; background: url("../images/qsd.png") no-repeat left center; line-height: 26px; margin: 150px 0 0 700px;}
.qs a { display: block; float:right; width: 115px; height: 40px; background: #ce0004 url("../images/lr_31.jpg") no-repeat 102px center; margin-top: 145px; font-size: 16px; color: #ffffff; line-height: 40px; padding-left: 25px; margin-left: 20px;}

.ss { height: 910px; overflow: hidden;}
.ss h3 { height: 260px; text-align: center; font-size: 18px; color: #333333; font-weight: normal;}
.ss h3 img { padding: 97px 0 10px;}
.ss dl { height: 450px; margin-bottom: 80px; box-shadow: #d3d3d3 0 0 20px;}
.ss dt { float: left;}
.ss dt img { width: 600px; height: 450px;}
.ss dd { float: left; width: 540px; padding: 55px 0 0 60px;}
.ss dd p { font-size: 16px; color: #1a1a1a; margin-bottom: 15px;}
.ss dd p:last-of-type { font-size: 16px; color: #666666; line-height: 30px; margin-top: 10px;}
.ss dd em { display: block; margin-top: 45px;}
.ss dd em a { display: block; float: left; width: 115px; height: 40px; margin-right: 20px; background: #ce0004 url("../images/lr_31.jpg") no-repeat 102px center; padding-left: 25px; line-height: 40px; font-size: 16px; color: #ffffff;}
.ss dd em a:last-child { background: #666666 url("../images/lr_33.jpg") no-repeat 102px center;}
.ss ul { height: 120px; background: #888888}
.ss ul li { float: left; width: 133px; height: 120px; text-align: center; font-size: 16px; color: #ffffff;}
.ss ul li a { color:#ffffff;}
.ss ul .cur { background: url("../images/ssk.jpg") no-repeat;}
.ss ul .ssl1 { line-height: 30px; height: 90px; padding-top: 30px;}
.ss ul .ssl2 { line-height: 120px;}

.ms { height:610px; background: url("../images/msb.jpg") center 0; overflow: hidden;}
.ms h3 { height: 210px; text-align: center; font-size: 18px; color: #333333; font-weight: normal; letter-spacing: 2px;}
.ms h3 img { padding:60px 0 10px;}
.ms li { float: left; margin-right: 30px;}
.ms li img { width: 212px; height: 316px; border: 2px solid #e2e2e2;}
.ms .msj1 { position: absolute; left: -75px; top: 360px;}
.ms .msj2 { position: absolute; right: -75px; top: 360px;}

.dz { height:690px; overflow: hidden;}
.dz h3 { height: 185px; text-align: center; font-size: 18px; color: #333333; font-weight: normal; letter-spacing: 2px;}
.dz h3 img { padding-top:60px}
.dz .dzu { float: left; width: 240px;}
.dz .dzu li a { display: block; height:95px; border-bottom: 1px solid #e2e2e2; padding:45px 0 0 40px; font-size: 18px; color: #1a1a1a; background:#f5f5f5;}
.dz .dzu li a p { padding-left: 50px;}
.dz .dzu li a p span { display: block; font: 12px "Arial"; color: #1a1a1a; text-transform: uppercase; margin-top: 8px;}
.dz .dzu li a:hover,.dz .dzu .on a { background: #e50012; color:#ffffff;}
.dz .dzu .on a span { color:#ffffff;}
.dz .dzu li:nth-child(1) a p { background: url("../images/dzt_03.png") no-repeat left center;}
.dz .dzu li:nth-child(2) a p { background: url("../images/dzt_06.png") no-repeat left center;}
.dz .dzu li:nth-child(3) a p { background: url("../images/dzt_08.png") no-repeat left center;}
.dz .dzu .on:nth-child(1) a p { background: url("../images/dzb_03.png") no-repeat left center;}
.dz .dzu .on:nth-child(2) a p { background: url("../images/dzb_06.png") no-repeat left center;}
.dz .dzu .on:nth-child(3) a p { background: url("../images/dzb_08.png") no-repeat left center;}
.dz .dzk { float: right; width: 935px;}
.dz .dzk li { float: left; width: 298px;margin-right:20px;}
.dz .dzk li a { display: block; font-size: 14px; color: #666666; height:410px; background: url("../images/dzk.jpg") no-repeat 0 bottom;}
.dz .dzk li a span{height: 48px;overflow: hidden;float: left;}
.dz .dzk li img { width: 298px; height: 225px;}
.dz .dzk li em { display:block; height: 45px; border-bottom: 1px solid #e2e2e2; font-size: 18px; color: #1a1a1a; padding-top: 30px; margin-bottom: 20px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.dz .dzk li:first-child { margin-right:20px;}
.dz .dzk li:hover em { color:#e50012;}





/*five*/
.five { overflow:hidden; width:1200px; margin:40px auto;}
.five ul{ overflow:hidden; width:110%;}
.five li{ float:left; width:152px; overflow:hidden; margin-right:0px; cursor:pointer;}
.five li span{ display:block; width:152px; height:115px; overflow:hidden; position:relative; margin-bottom:15px;}
.five li span img{ display:block; margin:0 auto;}
.five li em{ display:block; font-size:16px; color:#000; text-align:center;}
/*.five li:hover img{ margin-top:-152px;}*/







#newBridge { display:none;}

.header, .content, .footer { width: 1200px; margin: 0 auto; position: relative; font-family: "Microsoft YaHei", serif;}
					.head img { display: block;}
					.head em, .head i { font-style: normal;}
					.head { height: 200px; background: url("../images/tob.jpg") repeat-x; z-index:99;position:relative;}
					.head .tok { height: 150px;}
					.head .tok h1 { float: left; margin-top: 10px;}
					.head .tok h1 img { height: 130px;}
					.head .tok h2 { float: left; height: 80px; border-left: 1px solid #dddddd; margin-top: 35px; padding: 10px 0 0 27px; font-size: 24px; color: #e50012; line-height: 24px;}
					.head .tok h2 p { font-size:18px; color: #1a1a1a; font-weight: normal; margin-top: 15px; letter-spacing: 3px;}
					.head .tod { float: right; margin-top:28px;}
					.head .tod p { height: 35px; margin-left: 165px;}
					.head .tod p a { display: block; float: left; padding-left: 40px; font-size: 14px; color: #333333;}
					.head .tod p span { display: block; float: left; margin: 0 10px; font-weight: normal; color: #dddddd;}
					.head .tod p a:first-child { background: url("../images/to_03.jpg") no-repeat 0 center;}
					.head .tod p a:last-child { background: url("../images/to_05.jpg") no-repeat 0 center;}
					.head .tod em { display: block; font:34px "Arial"; color: #e50012; padding-left: 35px; }
					.head .tod em span { font-size:22px; color:#333; font-weight:normal;}
					.head .menu li { float: left; position:relative;}
					.head .menu li .toa { display: block; font-size: 18px; color: #ffffff; line-height: 50px; padding: 0 39px;}
					.head .menu li .toa:hover, .head .menu .cur .toa { background: #e50012;}
					.head .menu li:hover p { display:block;}
				.head .menu li p { display:none; width:100%; position:absolute; left:0; top:50px;background-color: #262626;}
				.head .menu li p a { display:block; width:100%; line-height:50px; font-size:15px; color:#000; text-align:center;border-top: 1px solid #ccc;color: #fff;}
				.head .menu li p a:hover{ background-color:#e50012 ;}
       
            .fullSlide{min-width:1200px;position:relative;height:480px;overflow:hidden; z-index: 2;}
            .fullSlide .bd{position:relative;z-index:0;}
            .fullSlide .bd ul{width:100%!important;}
            .fullSlide .bd li{width:100%!important;height:480px;overflow:hidden;text-align:center;}
            .fullSlide .bd li a{display:block;height:480px;}
            
            .fullSlide .hd{position:absolute;bottom:50px;z-index:99;left:47%;width:200px;}
            .fullSlide .hd li{width:15px;height:15px;float:left;margin-right:20px;background:#fff;border-radius: 50%}
            .fullSlide .hd li.on {background:#b60005;}
            .prev{position: absolute;left:6%;top:45%;}
            .next{position: absolute;right:6%;top:45%;}
        

					.header, .content, .footer { width: 1200px; margin: 0 auto; position: relative; font-family: "Microsoft YaHei", serif;}
					.foot img { display: block;}
					.foot em, .foot i { font-style: normal;}
					.foot { height: 333px; background: url("../images/dbb.jpg") no-repeat center 0; overflow: hidden;}
					.foot .toa { line-height: 130px;}
					.foot .toa a { font-size: 18px; color: #ffffff; padding-right:32px; margin-right: 32px; background: url("../images/dbx.png") no-repeat right 6px;}
					.foot .toa a:last-child { margin-right: 0; padding-right: 0; background: none;}
					.foot .f-k h1 { float: left; width: 225px; height: 170px; border-right: 1px solid #303030; font-size: 14px; color: #a9a9a9; font-weight: normal;}
					.foot .f-k h1 a { color: #a9a9a9;}
					.foot .f-k h1 img { width: 184px; height: 80px; margin:0px 0 15px 0px;}
					.foot .f-k ul { float: left; width: 714px;}
					.foot .f-k ul li { float: left; padding-left: 55px; margin-left: 55px; width: 240px; height: 90px; font-size: 16px; color: #888888;}
					.foot .f-k ul li p { font-size: 16px; color: #ffffff; margin-bottom: 5px;}
					.foot .f-k ul li:nth-child(1) { background: url("../images/db_03.png") no-repeat left 2px;}
					.foot .f-k ul li:nth-child(2) { background: url("../images/db_05.png") no-repeat left 2px;}
					.foot .f-k ul li:nth-child(3) { background: url("../images/db_13.png") no-repeat left 2px;}
					.foot .f-k ul li:nth-child(4) { background: url("../images/db_14.png") no-repeat left 2px;}
					.foot .f-k .f-w { float: right;}
					.foot .f-k .f-w em { display: block; float: left; text-align: center; font-size: 16px; color: #888888;}
					.foot .f-k .f-w em img { width: 120px; height: 120px; margin-bottom:12px;}
					.foot .f-k .f-w em:first-child{ margin-right: 20px;}
				

        .client-2 {
            position: fixed;
            right: -175px;
            top: 44%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .dbe { padding-left:94px; display:block; font-size:16px; font-style:normal; line-height:45px;}
        
        .client-2 .dbz { padding-left:94px; display:block; font-size:16px; font-style:normal;}
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .ybx {
            border-right:1px solid #fff;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            height: 24px;
            line-height: 22px;
            padding: 0 0 0 95px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #e40112;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #e40112;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    

/* case */
.case{width: 100%;}
.case .mainCon{width: 100%;margin-top: 54px;border-bottom:0px solid #e9e9e9;}
.case .mainCon .menu{width: 808px;margin: 0 auto;}
.case .mainCon .menu li{float: left;position: relative;width: 160px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #e7e7e7;border-left: none;font-size: 15px;color: #666666;}
.case .mainCon .menu li:first-child{border-left: 1px solid #e7e7e7;}
.case .mainCon .menu li{float: left;position: relative;width: 160px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #e7e7e7;border-left: none;font-size: 15px;color: #666666}
.case .mainCon .menu li a{color: #666666;text-decoration: none;display: block;}
.case .mainCon .menu li i{display: none;width: 11px;height: 5px;position: absolute;bottom: -5px;left: 50%;margin-left: -6px;}
.case .mainCon .menu li img{display: block;}
.case .mainCon .menu li.cur{background: #e40112;border-color: #e40112;}
.case .mainCon .menu li.cur i{display: block;}
.case .mainCon .menu li.cur a{color: #fff;}
.case .mainCon .conBox{width: 100;position: relative;margin-top: 50px;}
.case .mainCon .conBox .caseBtn{width: 1200px;position: absolute;left: 50%;top: 120px;height: 49px;margin-left: -600px;}
.case .mainCon .conBox .btn{display: block !important;width: 52px;height: 49px;cursor: pointer;position: absolute;top: 0px;z-index: 99;}
.case .mainCon .conBox .btn img{display: block;width: 52px;height: 49px;}
.case .mainCon .conBox .prev{left: 0px;}
.case .mainCon .conBox .next{right: 0px;}
.case .mainCon .conBox .con{height:375px;width: 100%;overflow: hidden;position: relative;}
.case .mainCon .conBox .con .box{width: 1200px;height: 404px;position: relative;}
.case .mainCon .conBox .box ul{position: absolute;left: 0px;top: 0;width: 200%;}
.case .mainCon .conBox .box li{float: left;width: 392px;margin-right: 12px;position: relative;height:360px;}
.case .mainCon .conBox .box .Pics{display: block;width: 392px;height: 280px;overflow: hidden;}
.case .mainCon .conBox .box .Pics img{display: block;width: 392px;height: 280px;transform: scale(1);transition: all 1s ease-out;}
.case .mainCon .conBox .box .intro{position: absolute;width: 392px;height:54px;bottom: 0;left: 0;text-align: center;padding-top: 26px;}
.case .mainCon .conBox .box .intro h3{font-size: 18px;color: #333333;font-weight: normal;}
.case .mainCon .conBox .box .intro h3 a{color: #333333;text-decoration: none;}
.case .mainCon .conBox .box .intro p{line-height: 22px;font-size: 13px;color: #9c9c9c;height: 44px;padding: 0 28px;margin-top: 22px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height:44px;}
.case .mainCon .conBox .box .intro a.more{display: none;width: 125px;height: 35px;line-height: 35px;color:#e40112;font-size: 13px;background: url(../images/case_ty.png) no-repeat center;margin: 26px auto 0;}
.case .mainCon .conBox .box li:hover .intro{background: #e40112;}
.case .mainCon .conBox .box li:hover .intro h3 a{color: #fff;}
.case .mainCon .conBox .box li:hover .intro p{color: #fff;}
.case .mainCon .conBox .box li:hover .Pics img{transform: scale(1.2);}






.pz{height:780px; overflow:hidden;}
.pz h2{ padding-top:75px; height:112px; background:url(../images/y_h3.png) no-repeat 216px 60px;}
.pz h2 a{ font-size:35px; color:#363636; display:inline-block; padding-left:522px;}
.pz dl{ overflow:hidden; padding-top:40px;}
.pz dl dt{ float:right; font-size:0; padding-right:16px;}
.pz dl dd{ float:left; width:545px; padding-left:10px;}
.pz dl dd h3{ color:#fff; overflow:hidden; color:#e40112; font-size:30px; margin-bottom:21px;line-height: 60px;}
.pz dl dd h3 span{width:91px;height:61px;line-height:61px;text-align:center;display:inline-block;padding-right:9px;background:url(../images/y_dt1.gif) no-repeat;font-size:50px;font-family:Impact;color:#fff;margin-right:12px;float:left;}
.pz dl dd p{ margin-left:90px; background:url(../images/y_lin.jpg) repeat-y 6px 0; margin-bottom:18px;}
.pz dl dd p em{ padding-left:32px; display:block; background:url(../images/y_dt12.gif) no-repeat left 0; color:#363636; font-size:15px; margin-bottom:13px; line-height:24px;}
.pz dl dd p em strong{ font-weight:bold; color:#e40112;}
.pz .last dt{ float: left;}
.pz .last dd{ float:right; padding-right:22px; padding-top:26px;}
.zq{ width: 1200px;margin: 0 auto; padding: 40px 0;}
.six{ overflow: hidden;height: 630px;}
.j{ margin: 20px auto;overflow: hidden; text-align: center;}
.j li{display:inline-block;width:150px; text-align: center;background: #666666;margin-right: 15px;}
.j li:last-child{ margin-right: 0;}
.j li a{color: #fff;display: block;width: 100%; height: 100%; height: 40px; line-height: 40px;}
.j li a:hover{background-color:#ce0004}
.j li:first-child{background-color: #ce0004;}
.dalei{ width: 590px; height: 530px; overflow: hidden;float: left;position: relative;}
.dd img{width:100%; height: 100%;}
.dalei .qm{ position: absolute; width: 100%; height: 100%; top: 0; background-color: rgba(0, 0, 0, 0.44);transition: 0.5s;}
.dalei .qmz{  border: 1px solid #fff;display: block;width:550px; height: 490px; margin:20px auto;
text-align: center;color: #fff;font-size: 24px;transition: 0.5s;}
.ga .qm{ position: absolute; width: 100%; height: 100%; top: 0; background-color: rgba(0, 0, 0, 0.44);transition: 0.5s;}
.ga .qmz{  border: 1px solid #fff;display: block;margin:20px auto;width: 255px; height: 220px;
text-align: center;color: #fff;font-size: 22px;transition: 0.5s;}
.ga{  overflow: hidden; width: 610px; float: right;}
.ga li{ float: left;width: 295px; height: 260px; margin-left: 10px; margin-bottom:10px;position: relative;}
.ga li a{color: #fff;font-size: 22px;}
.ga li img{ width: 100%; height: 100%;}
.dalei .dw{ width: 300px; text-align: left;margin: 200px auto; line-height: 40px;margin-bottom: 0;}
.dw{ margin: 80px auto;width: 175px;line-height: 40px;margin-bottom: 0;text-align: left;}
.wj{ margin-bottom: 15px;display: block;}
.qm{display:none;}
.dalei:hover .qm{ display: block;transition: 0.5s;}
.ga li:hover .qm{ display: block;transition: 0.5s;}
.dw img{ width: 44px !important; height: 11px !important;}
.boxs:first-child{display: block;}
.boxs{ display: none;}
.dz .dzk li:last-child{ margin-right: 0;}
.dz .dzk li a span{overflow:hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-line-clamp:2;
-webkit-box-orient:vertical;
}
