.banner>img {
	width: 100%;
}
.about1_ti {
	margin: 38px 0;
	color: #333;
	text-align: center;
}
.about1_ti span {
	display: block;
	margin-bottom: 10px;
}
.dis1_ti {
	color: #fff;
}
.about1_ti h3 {
	font-size: 18px;
	font-weight: bold;
}
.about1_ti span {
	font-size: 18px;
	font-family: 'erlangendbbold';
}
.about1_wrap {
	overflow: hidden;
}
.about1_wrap .about1_t {
	margin-bottom: 30px;
}
.about1_wrap .about1_t p {
	line-height: 36px;
}
.about1_l_pic img {
	width: 100%;
}
.about1_r {
	padding: 20px;
	background: url(../images/about_inner_icon.jpg) no-repeat;
	background-size: 100%;
}
.about1_r_con ul li {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	float: left;
	width: 50%;
	height: 200px;
}
.about1_item_txt {
	margin-top: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.about1_item .item_01 {
	width: 93px;
	height: 97px;
	background: url(../images/Sprite.png) no-repeat 0 -46px;
}
.about1_item .item_02 {
	width: 103px;
    height: 99px;
    background: url(../images/Sprite.png) no-repeat -93px -44px;
}
.about1_item .item_03 {
	width: 92px;
    height: 99px;
    background: url(../images/Sprite.png) no-repeat -196px -46px;
}
.about1_item .item_04 {
	width: 92px;
    height: 97px;
    background: url(../images/Sprite.png) no-repeat -289px -44px;
}
.application1 {
	margin-top: -36px;
}

.power {
	width: 100%;
	background: url(../images/power_bg.jpg) no-repeat;
	background-size: cover;
}

.power .pow_item .pow_pic , .power .pow_item .pow_txt {
	width: 50%;
}
.pow_pic img {
	width: 100%;
	height: 340px;;
}
.pow_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 340px;;
	background-color: #fff;
}
.pow_txt h5 {
	font-size: 18px;
	color:#333;
}
.pow_txt p {
	width: 400px;
	font-size: 13px;
	color: #666
}



.cus_pic img {
	width: 100%;
}

.cus_wrap .cus_txt {
	position: relative;
	height: 170px;
	background-color: #ebebeb;
}
.cus_wrap .cus_txt .cus_ti {
	position: absolute;
	width: 136px;
	height: 136px;
	border-radius: 50%;
	top: 0;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #1464aa;
}
.cus_wrap .cus_txt .cus_ti_01 {
	background-color: #25bb5a;
}
.cus_wrap .cus_txt .cus_ti span {
	display: block;
	line-height: 136px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.cus_wrap .cus_txt p {
	width: 78%;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
	padding-top: 90px;
	font-size: 13px;
}
.cus_wrap .item_01 {
	background: url(../images/vis_01.jpg) no-repeat;
	background-size: 100%;
}
.cus_wrap .item_02 {
	background: url(../images/vis_02.jpg) no-repeat;
	background-size: 100%;
}
.cus_wrap .item_03 {
	background: url(../images/vis_03.jpg) no-repeat;
	background-size: 100%;
}

.app1_wrap ul li {
	padding: 0 !important;
}
.app1_wrap .appl_item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.app1_wrap .appl_item h4 {
	font-size: 18px;
	position: absolute;
	color: #fff;
	top: 20%;
	display: block;
	width: 100%;
	text-align: center;
	height: 51px;
	font-size: 16px;
	opacity: 0;
	background: url(../images/more.png) no-repeat center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index:1001;
}
.app1_wrap .appl_item p {
	position: absolute;
	display: block;
	padding: 0 88px;
    text-align: center;
    top: 80%;
	opacity: 0;
	font-size: 13px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    z-index: 1001;
}
.app1_wrap ul li:hover .appl_item h4 {
	top: 43%;
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
} 
.app1_wrap ul li:hover .appl_item p {
	top: 58%;
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
} 
.app1_wrap .appl_item:before {
	content: "";
    width: 0;
    height: 100%;
    background: #053e74;
    padding: 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 1000;
}
.app1_wrap ul li:hover .appl_item:before {
	width: 100%;
	left: 0;
	opacity: 0.8;
}
.app1_wrap .appl_item img {
	width: 100%;
}

.sub_ti {
	height: 52px;
	line-height: 52px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #788387;
}
.sub_ti span {
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 20px 0 40px;
	background: url(../images/home.png) no-repeat left center;
}
.sub_ti span a {
	display: inline-block;
	font-size: 18px;
	color: #333;
}
.appl1_pic img {
	width: 100%;
}
.appl1_txt {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	background: url(../images/appl_txt_bg.png) no-repeat center bottom;
	background-size: 100%;
}
.pro_item {margin-bottom: 20px;}
.pro_item dd {
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro_item dt img {width: 100%; height:100%;}
.pro_item dd span {
	display: block;
	line-height: 40px;
	font-size: 17px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.pro_item dt a {
	position: relative;
	display: block;
}
.pro_item dt a i {
	position: absolute;
    top: 20%;
    display: block;
    width: 100%;
    text-align: center;
    height: 51px;
    opacity: 0;
    background: url(../images/more.png) no-repeat center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 1001;
}
.pro_item dt a span {
	position: absolute;
    display: block;
    width: 80%;
    text-align: center;
    top: 80%;
    left: 10%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    z-index: 1001;
}
.pro_item dl:hover dt a i{
	top: 38%;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.pro_item dl:hover dt a span{
	top: 48%;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.pro_item dl:hover dt a:before {
	width: 100%;
	left: 0;
	opacity: 0.7;
}
.pro_item dt a:before {
	content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 1000;
}
.pro_item dd p {
	margin-bottom: 6px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.pro_item dl {margin-bottom: 0;}
.view {width: 100%; padding-top: 26px; } 
.view p a {color: #fff; display: inline-block; height: 42px; line-height: 42px; overflow: hidden; text-align: center; width: 136px; border-radius: 6px; background-color: #8c8c8c; }
.view .a02 {color: #fff; display: inline-block; height: 42px; line-height: 42px; overflow: hidden; text-align: center; width: 136px; border-radius: 6px; background-color: #335092; }

.imgdet .imgpart {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 460px;
}
.imgdet .imgpart .pic {
    position: relative;
    width: 100%;
    height: 100%;
}
.imgdet .imgpart .pic img {
    width: 100%;
}
.imgdet .imgpart .pic .magnify {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
}
.imgdet .imgpart .bigpic {
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #ccc;
    overflow: hidden;
}
.imgdet .imgpart .bigpic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
}

.main_r .PageV {
	padding-left: 15px;
}

.spec-preview {
	border: 1px solid #ccc;
}

.xq_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 18px;
}
.xq_rl {
	font-size: 16px;
	line-height: 30px;
}

.app1_wrap {
	overflow: hidden;
}

.cate1_wrap ul li {
	margin-bottom: 28px;
}
.cate1_wrap .cate1_item {
	position: relative;
	width: 100%;
	height: 452px;
	z-index: 10;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.cate1_wrap .cate1_item>i {
	position: absolute;
	top: 20%;
	display: block;
	width: 100%;
	text-align: center;
	height: 51px;
	opacity: 0;
	background: url(../images/more.png) no-repeat center;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index:1001;
}
.cate1_wrap .cate1_item>span {
	position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 80%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #fff;
    font-size: 22px;
    z-index: 1001;
}
.cate1_wrap ul li:hover .cate1_item>span {
	font-size: 25px;
	text-transform: uppercase;
	top: 58%;
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.cate1_wrap ul li:hover .cate1_item>i {
	top: 38%;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
.cate1_wrap ul li:hover .cate1_item_wrap {
	display: none;
}
.cate1_wrap ul li:hover .cate1_item img {
	transform: scale(1.2);
	-webkit-transform:scale(1.2);
}
.cate1_wrap .cate1_item img {
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.cate1_wrap .cate1_item:before {
	content: "";
    width: 0;
    height: 100%;
    background: #000;
    padding: 14px 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    z-index: 1000;
}
.cate1_wrap ul li:hover .cate1_item:before {
	width: 100%;
	left: 0;
	opacity: 0.7;
}
.cate1_wrap ul li {
	display: relative;
}
.cate1_wrap ul li .cover {
	position: absolute;
	top: 0;
	left: 230px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 101;
}
.cate1_item_wrap {
	position: absolute; 
	left: 40px;
	bottom: 30px;
	z-index: 100;
}
.cate1_wrap .cate1_item_wrap h3 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 18px;
	text-transform: uppercase;
}
.cate1_wrap .cate1_item_wrap span {
	font-size: 20px;
	padding: 8px 20px;
	border: 1px solid #666;
	border-radius: 28px;
}
.cate1_wrap .cate1_item:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),to(#fff));
	background-image: linear-gradient(transparent,#fff);
	background-image: -ms-linear-gradient(transparent,#fff);
	opacity: .9;
	filter:alpha(opacity=90); 
	z-index: 1;
}
.pro_sub_ti ul li a.active {
    background-color: #cca559;
}

.xq_fl {
	margin-bottom: 28px;
}
.xq_fr .inner_btn {
	display: block;
	width: 116px;
	height: 40px;
	margin: 20px 0;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #335092;
}

.infoTitle {
	height: 50px;
	line-height: 50px;
	color: #2d3033;
	border-bottom: 1px solid #ccc;
	font-size: 22px;
	font-weight: 400;
}
.xq_fl img {
	width: 100%;
}
.proDe ul li img {
	width: 100%;
}
.proDe ul li p {
	line-height: 38px;
}
.proDe {
	padding: 28px 0;
}
.proDe ul li {
	text-align: center;
}
.proNews {
	padding: 28px 0;
}
.proNews ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_lists dl dt {
    line-height: 40px;
}

.infoList {
	padding-top: 28px;
}

.cont1_wrap {
	margin-bottom: 28px;
}

.pro_sub_ti ul li {
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
}

.pro_sub_ti ul li a {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #0163bd;
}
.proPage {
	text-align: center;
}
.proPage ul li {
    float: left;
}

.news_lists dl {
    border-bottom: 1px dashed #ccc;
    color: #666;
    margin-bottom: 8px;
}
.news_lists dl dd {
    line-height: 25px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 15px;
}
.news_lists dl dt a {
    display: block;
    width: 66%;
    color: #545454;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
}

.newsWhere {font-weight: bold; text-align: center; line-height: 35px; overflow: hidden; }
.newsWhere .new_title {color:#333; font-size: 18px; font-weight: bold; line-height: 30px; margin-bottom: 16px;}
.newsWhere span {color:#333; font-size:14px; }

/*form 表单*/
.arti_form {
	margin-top: 28px;
}
.form_con {
	margin-top: 28px;
}
.inner_map {
	width: 100%;
	overflow: hidden;
}

.info_title h3 {
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.single-input textarea, .single-input input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #cbcbcb;
}

.single-input span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.single-input textarea {
    height: 160px;
    padding-top: 10px;
    resize: none;
}

.theme-btn {
    padding: 12px 30px;
    cursor: pointer;
    letter-spacing: 1.2px;
    background: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #999999;
    background: #999999;
}

.contact-info ul li {
	margin-bottom: 20px;
}
.single-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.single-info .info-icon {
	width: 50px !important;
	height: 50px;
	margin-right: 28px;
}
.single-info .info-lx {
	background: url(../images/sprite.png) no-repeat 0px -609px;
}
.single-info .info-sj {
	background: url(../images/sprite.png) no-repeat -50px -609px;
}
.single-info .info-dh {
	background: url(../images/sprite.png) no-repeat -100px -609px;
}
.single-info .info-wz {
	background: url(../images/sprite.png) no-repeat -150px -609px;
}
.single-info .info-yx {
	background: url(../images/sprite.png) no-repeat -200px -609px;
}
.single-info .info-dz {
	background: url(../images/sprite.png) no-repeat -250px -609px;
}
.single-info .info-content {
	width: 70%;
	font-size: 16px;
}
.sb_table table {
	width: 100%;
}
.sb_table table tr {
	width: 100%;
}
.sb_table table tr td {
	width: 16.6%;
	height: 60px;
	text-align: center;
	border: 1px solid #666;
}
.sb_table .firstRow {
	background-color: #66CCFF;
}
.sb_table .firstRow td {
	height: 136px;
}
.sb_video video {
	width: 100%;
}
.sb_txt_item h4 {
	color: #2a466c;
}
.sb_pic_item img {
	width: 100%;
}
.wap_wrap {
	margin-bottom: 50px;
}
.wap_wrap .mb30 {
	margin-bottom: 30px;
}