﻿@charset "utf-8";


/* 轮播图css */
.slideBox003 {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    z-index: 555;
	overflow: hidden;
	height: 580px;
}
.slideBox003 .hd {
    display: inline-block;
    position: relative;
    bottom: -544px;
    z-index: 1;
}
.slideBox003 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slideBox003 .hd ul li {
    float: left;
    margin: 0 4.5px;
    width: 47px;
    height: 4px;
    line-height: 10px;
    text-align: center;
    background: #0660af;
    cursor: pointer;
}
.slideBox003 .hd ul li.cur {
    background: #e62129;
    color: #fff;
}
.slideBox003 .bd {
	position: relative;
	z-index: 0;
	top: -19px;
}
.slideBox003 .bd li {
	zoom: 1;
	vertical-align: middle;
	display: block;
	height: 580px;
	cursor:pointer;
}
.slideBox003 .bd li a{
	width: 100%;
    height: 580px;
    display: block;
}
.slideBox003 .prevStop {
	display: none;
}
.slideBox003 .nextStop {
	display: none;
}
	/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox003 .prev{     position: absolute;
    left: 13%;
    top: 40%;
    display: block;
    width: 40px;
    height: 129px;
    background: url(../images/bajtz.jpg) 0px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.2;  }
		.slideBox003 .next{ position:absolute; right:13%; top:40%;  display:block; width:40px; height:129px; background:url("../images/bajtr.jpg") 0px 5px no-repeat; filter:alpha(opacity=50);opacity:0.2;   }
		.slideBox003 .prev:hover,
		.slideBox003 .next:hover{ filter:alpha(opacity=100);opacity:0.8;  }
		.slideBox003 .prevStop{ display:none;  }
		.slideBox003 .nextStop{ display:none;  }
/* 轮播图css结束 */


/*热门关键词*/
.Popular {
    background: rgba(250,250,250,0.8);
    width: 100%;
    height:60px;
    line-height: 60px;
	overflow: hidden;
}
.Popular .search {
    position: relative;
}
.Popular .search .input {
    height: 31px;
    width: 257px;
    line-height: 31px;
    padding-left: 10px;
	 border: 1px solid #cccccc;
    border-radius: 20px;
	background: none;
}
.Popular .words a {
    padding: 0 10px;
    font-size: 14px;
    color: #888888;
}
.Popular .words a:hover{
	color: #da251e;
}
.Popular .words p {
    color: #208e87;
    font-size: 14px;
    float: left;
	font-weight: bold;
}
.Popular .search .btn {
    background:#fff url("../images/inico3.jpg")no-repeat right center;
    height: 28px;
    width: 28px;
    border: none;
    position: absolute;
    right: 12px;
    top: 18px;
	cursor:pointer;
}
/*结束*/
/*产品中心*/
.products{
	width:1200px;
	height:auto;
	margin:auto;
	padding: 58px 0;
	overflow: hidden;
}
.protit{text-align: center;}
.protit p{
	font-size: 45px;
	font-weight: bold;
	color: #208e87;
	line-height: 50px;
}
.protit p i{
	color: #208e87!important;
}
.protit span{
	color: #333;
	font-size: 17px;
	line-height: 50px;
}
.inhx{
	background: #ee1d23;
	width: 65px;
	height: 3px;
	margin: 0 auto 35px auto;
	
}
/*滚动部分*/
.product .conleft {
    width: 268px;
}
.product .conleft .box {
    background: #fff;
    border-top: 1px solid #dfdddd;
}
.product .conleft .box:first-child {
    border-top: none;
}
.product .conleft .box h3 {
    padding: 39px 0;
    background: #208e87 url("../images/p.png")no-repeat 26px center;
    border-radius: 6px 6px 2px 2px;
}
.product .conleft .box h3 p {
    font-size: 32px;
    color: #fff;
	font-weight: normal;
	 padding-left: 75px;
}
.product .conleft .box h3 span {
    font-size: 20px;
    color: #fff;
        padding-left: 75px;
    text-transform: uppercase;
    font-weight: normal;
}
.product .conleft .box h4 {
    padding: 15px 0;
    background: #0661b0 url(../images/fangico.png)no-repeat 23px 21px;
    color: #fff;
    padding-left: 62px;
    font-size: 20px;
    font-weight: normal;
}
.product .conleft .box ul {
    padding: 5px 0;
	border: 1px solid #e9e9e9;
}
.product .conleft .box ul li {
    margin: 0 10px;
    height:52px;
    line-height: 52px;
    text-indent: 30px;
    background: url("../images/inico5.png") no-repeat 14px center;
    font-size: 16px;
    color: #666;
	border-bottom: 1px solid #e9e9e9;
}
.product .conleft .box ul li a {
    display: block;
	    color: #666;
    font-size: 14px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conleft .box ul li:last-child{
	border-bottom: none;
}
.product .conleft .box ul li:first-child {
    border-top: none;
}
.product .conleft .box2 h3 a {
    background: url(../images/proicon03.png) no-repeat 200px center;
}
.product .conleft .box:hover ul {
    background: #fff;
}
.product .conleft .box ul li.cur {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover {
  border-left: 3px solid #da251e;
	background: #f2f2f2;
	margin: 0;
}
.product .conleft .box ul li:hover a {
    color: #333;
    font-size: 16px;
}
.product .conleft .zxrx {
background: #208e87;
    padding: 38px 0 40px 11px;
}
.product .conleft .zxrx img{
	float: left;
	padding: 0 6px;
}
.zxtel{
	color: #fff;
}
.zxtel p{
	    font-size: 14px;
    line-height: 24px;
}
.zxtel span{
	font-size: 29px;
    font-weight: bold;
    font-family: "Times New Roman";
    line-height: 29px;
}
.product .conleft .promore {
    padding-left: 37px;
    display: block;
    background: url(../images/proico.png) no-repeat left center;
}
.product .conleft .promore {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-family: "Times New Roman", Arial, "微软雅黑";
}
.product .conright {
    width: 895px;
}
.product .conright .r_top {
    height: 417px;
    background: #f5f5f5;
    margin-bottom: 17px;
    position: relative;
}
.product .conright .r_top .topbox {
    position: relative;
    overflow: hidden;
    height: 417px;
}
.product .conright .r_top ul {
    position: relative;
}
.product .conright .r_top ul li {
    float: left;
    width: 465px;
    height: 405px;
    padding: 30px 65px 0 400px;
    position: relative;
}
.product .conright .r_top ul li .pImg {
    display: block;
    width: 343px;
    height: 343px;
    position: absolute;
    left: 25px;
    top: 30px;
    background: #eee;
}
.product .conright .r_top ul li .pImg a {
    display: block;
    width: 338px;
    height: 338px;
    position: relative;
    top: -5px;
    left: -5px;
    border: 1px solid #dfdddd;
    overflow: hidden;
}
.product .conright .r_top ul li img {
    display: block;
    width: 338px;
    height: 338px;
    transition: all 0.5s;
}
.product .conright .r_top ul li .p1 {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_top ul li .p1 em {
    display: block;
    width: 47px;
    height: 1px;
    margin-top: 20px;
    background: #da251e;
}
.product .conright .r_top ul li .p2 {
    border: 1px dashed #ddd;
    height: 150px;
    margin-bottom: 28px;
    padding: 10px 15px;
}
.product .conright .r_top ul li .item_subinfo {
    line-height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.item_subinfo span pre {
    font: 14px Arial, "Microsoft Yahei";
    line-height: 30px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.product .conright .r_top ul li .p3 {
    overflow: hidden;
}
.product .conright .r_top ul li .p3 .prozx{
	width: 205px!important;
}
.product .conright .r_top ul li .p3 a {
    display: block;
    float: left;
    width: 145px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: center;
    background: #da251e;
    border-radius: 27px;
    color: #fff;
}
.product .conright .r_top ul li .p3 a:first-of-type {
    background: #014590;
}
.product .conright .r_top ul li .p3 a:hover {
    background: #222;
}
.product .conright .r_top ul li .pImg:hover img {
    transform: scale(1.1);
}
.product .conright .r_top .proBtnl {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 51px;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnl i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url(../images/projtz01.png) no-repeat center;
}
.product .conright .r_top .proBtnr {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f5f5f5;
}
.product .conright .r_top .proBtnr i {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff url("../images/projr01.png") no-repeat center;
}
.product .conright .r_top .proBtnl:hover, .product .conright .r_top .proBtnr:hover {
    background: #0661b0;
    border-color: #0661b0;
}
.product .conright .r_top .proBtnl:hover i {
    background: url(../images/projtz02.png) no-repeat center;
}
.product .conright .r_top .proBtnr:hover i {
    background: url("../images/projtr02.png") no-repeat center;
}
.product .conright .r_top .topbg {
    width: 97px;
    height: 97px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/fangxp.png) no-repeat center;
}
.product .conright .r_bot dl {
    float: left;
    width: 288px;
    margin-left: 15px;
    background: #fff;
    text-align: center;
}
.product .conright .r_bot dl:first-of-type {
    margin-left: 0;
}
.product .conright .r_bot dl dt {
    overflow: hidden;
 width: 288px;
    height: 288px;
	display: block;
	border: 1px solid #e4e4e4;
    padding: 1px;
}
.product .conright .r_bot dl dt img {
    display: block;
    width: 288px;
    height: 288px;
    transition: all 0.5s;
}
.product .conright .r_bot dl dd.dd1 {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .conright .r_bot dl dd.dd1 a {
    color: #333;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.product .conright .r_bot dl dd.dd2 {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;/*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 39px;
    padding: 0 20px;
}
.product .conright .r_bot dl:hover dt img {
    transform: scale(1.1);
}
.product .conright .r_bot dl:hover dd.dd1 a {
    color: #014590;
}

/*结束*/
/*行业应用*/
.industry{
	padding: 76px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.casebj{
	    margin-left: auto;
    margin-right: auto;
    width: 1360px;
    background: #fff;
    padding: 43px 0;
    border: 1px solid #eee;
	overflow: hidden;
}
.case{
	position: relative;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1203px;}
.case h2{height:174px;}
.case h2 b{ font-size: 70px; color:#01458d;line-height:70px;}
.case h2 em{font-size: 40px;vertical-align: top;display: inline-block;}
.case h2 img{vertical-align: top;margin-top: 11px;}
.case h2 p{ height:55px;}
.case h2 p span{ width: 500px;}
.case_nav{height:150px; overflow: hidden;}
.case_nav span{ width:92px; margin-right: 14px; overflow: hidden; font-size: 18px; color:#555555;text-align: center; line-height: 28px;display: block; float: right;}
.case_nav span i{display: block; width:82px;height:82px; background:#bfbfbf;color:#fff;font-size: 14px;font-weight: bold;text-align: center; line-height: 82px; text-transform: uppercase; font-family: Arial;border-radius: 100%;margin: 0 auto 4px;}
.gd{display: block;float:left; font-size:18px;width:134px;padding-top:76px;text-align: center; height:48px;background:url("../images/xico9.png") no-repeat center 30px; border: 1px solid #dedede; color:#333; border-left:none;line-height: 20px;}
.case_nav li{ float: left;flex:1;height:126px; width:134px; overflow: hidden; position: relative;margin-right: -1px;}
.case_nav li a{display: block; font-size: 17px;line-height: 20px; height:126px; color:#333333; text-align: center;border:1px solid #dedede;padding-top: 76px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
.case_nav li:last-child{margin-right: 0;}
.case_nav li:nth-child(1){background: url(../images/xico.png) no-repeat center 26px;}
.case_nav li:nth-child(2){background: url("../images/xico2.png") no-repeat center 24px;}
.case_nav li:nth-child(3){background: url("../images/xico3.png") no-repeat center 24px;}
.case_nav li:nth-child(4){background: url("../images/xico4.png") no-repeat center 26px;}
.case_nav li:nth-child(5){background: url("../images/xico5.png") no-repeat center 27px;}
.case_nav li:nth-child(6){background: url("../images/xico6.png") no-repeat center 24px;}
.case_nav li:nth-child(7){background: url("../images/xico7.png") no-repeat center 30px;}
.case_nav li:nth-child(8){background: url("../images/xico8.png") no-repeat center 27px;}
.case_nav li a:hover , .case_nav .cur a{ color:#fff; font-weight: bold;font-size: 17px; border:1px solid #208e87;}
.case_nav li:nth-child(1) a:hover , .case_nav li:nth-child(1).cur a{background:#208e87 url("../images/xico1b.png") no-repeat center 26px;}
.case_nav li:nth-child(2) a:hover , .case_nav li:nth-child(2).cur a{background:#208e87 url("../images/xico2b.png") no-repeat center 24px;}
.case_nav li:nth-child(3) a:hover , .case_nav li:nth-child(3).cur a{background:#208e87 url("../images/xico3b.png") no-repeat center 24px;}
.case_nav li:nth-child(4) a:hover , .case_nav li:nth-child(4).cur a{background:#208e87 url("../images/xico4b.png") no-repeat center 26px;}
.case_nav li:nth-child(5) a:hover , .case_nav li:nth-child(5).cur a{background:#208e87 url("../images/xico5b.png") no-repeat center 27px;}
.case_nav li:nth-child(6) a:hover , .case_nav li:nth-child(6).cur a{background:#208e87 url("../images/xico6b.png") no-repeat center 24px;}
.case_nav li:nth-child(7) a:hover , .case_nav li:nth-child(7).cur a{background:#208e87 url("../images/xico7b.png") no-repeat center 30px;}
.case_nav li:nth-child(8) a:hover , .case_nav li:nth-child(8).cur a{background:#208e87 url("../images/xico8b.png") no-repeat center 27px;}
.case_c{ overflow: hidden;margin-bottom: 24px;}
.case_c dl{    width: 540px;
    height: 439px;
    position: relative;
    overflow: hidden;
    float: left;
    border: 1px solid #eee; }
.case_c dl:hover dt img{transform: scale(1.1);}
.case_c dt img{ width:540px; transition: all 0.5s;height: 440px; }
.case_c dd{    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 68px;
    background: rgba(51,51,51,0.85);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #fff;}
.case_c ul{ width:622px; float: right;}
.case_c li{ width:284px; height:192px; padding: 8px; margin:0 0 22px 22px; position: relative; overflow: hidden;border: 1px solid #eee;}
.case_c li img{width:284px;transition: all 0.5s;}
.case_c li:hover img{transform: scale(1.1);}
.case_c .fr {color: #fff;font-size: 14px;}
	/* 本例子css */
		.slideGroup01{ width:100%;text-align:left;  }
		.slideGroup01 .parHd{ height:150px; line-height:150px;  position:relative; padding: 0 83px; }
		.slideGroup01 .parHd ul{ float:left; position:absolute;overflow: hidden;}

		.slideGroup01 .parHd ul li{ float:left;cursor:pointer;  }
		.slideGroup01 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 76px; position:relative;   }

		.slideGroup01 .sPrev{ position: absolute; top:38%;left: 16px;background: url(../images/csaeprev.png) no-repeat center 0 ; width:46px;height:46px; z-index: 3;}
		.slideGroup01 .sNext{position: absolute; top:38%;right: 16px;background: url(../images/casenext.png) no-repeat center 0 ; width:46px;height:46px; z-index: 3;}
		.slideGroup01 .sPrev:hover{background: url(../images/csaeprev1.png) no-repeat center 0 ;}
.slideGroup01 .sNext:hover{background: url(../images/casenext1.png) no-repeat center 0 ;}
.slideGroup01 .parBd .tempWrap{width: 1211px!important;}
		.slideGroup01 .parBd ul{ overflow:hidden; zoom:1;   }
		.slideGroup01 .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;width: 1211px!important;  }
.caimg{
	    float: left;
    width: 500px;
    height: 500px;
    border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.capic{
	    float: left;
    width: 660px;
    height: 500px;
    margin-left: 33px;
	overflow: hidden;
}
.capic .pic{
	    width: 283px;
    height: 230px;
    float: left;
    border: 1px solid #eee;
    padding: 5px;
    margin:0 0 12px 35px;
	overflow: hidden;
}
.capic .pic img{
	    width: 283px;
    height: 230px;
	overflow: hidden;
}
.caimg img{
	position: absolute;
	width: 500px;
	height: 500px;
}
.caimg p{
	    display: block;
    background:rgba(0,0,0,0.7);
    height: 58px;
    position: absolute;
    z-index: 5555;
    bottom: 0;
    width: 100%;
    line-height: 58px;
    color: #fff;
    font-size: 16px;
	
}

/*流程*/
.liuchen{
	padding: 63px 0;
	overflow: hidden;
	background: url("../images/liuchen_bj.jpg")no-repeat center top;
}
.liutit p{
	color: #fff!important;
}
.liutit span{
	color: #64a0d2!important;
}
.liuchen .liunr{
	overflow: hidden;
}
.liunr ul li{
	float: left;
	 width: 117px;
}
.liunr ul li .lr01{
	width: 106px;
    background: #004a89;
    padding: 30px 0;
    border-radius: 50%;
    height: 46px;
    border: 7px solid #3681c0;
}
.liunr ul li .lr01 img{
	width: 55px;
    height: 48px;
    margin: 0 auto;
}
.lrwen{
	text-align: center;
    color: #fff;
    padding: 20px 0 10px;
}
.lrwen p{
	    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.lrwen span{
	font-size: 14px;
    line-height: 28px;
}
.liunr ul i{
    display: block;
    background: url(../images/lico7.png)no-repeat center center;
    margin: 0 35px;
    width: 26px;
    height: 117px;
    float: left;
	
}
.liunr ul i:nth-child(12){display: none;}
.liuzx{
	background: #fff url("../images/lico8.png")no-repeat 28px center;
	width: 362px;
	height: 43px;
	margin: 38px auto 0;
	border-radius: 40px;
}
.liuzx .zx{
	font-family: "Times New Roman";
    font-size: 30px;
    color: #fff;
    width: 285px;
    background: #208e87;
    border-radius: 40px;
    height: 39px;
    line-height: 39px;
    float: right;
    margin: 2px 2px 0 0px;
    text-align: center;
}

/*烦恼*/
.yzbj0 {
    padding: 82px 0;
    overflow: hidden;

}
.czwt0 {
}
.czwt0 h3 {
    text-align: center;
    position: relative;
}
.czwt0 h3 span {
    font-size: 45px;
    display: block;
    color: #208e87;
    line-height: 84px;
}
.czwt0 h3 span b {
    color: #ee1d23;
}
.czwt0 h3 i {
    display: block;
	font-weight: normal;
    font-size: 17px;
    color: #cfcfcf;
    font-family: 'Aria';
    text-transform: uppercase;
	letter-spacing: 1px;
}
.czwt0 h3 .em1 {
    display: block;
    width: 52px;
    height: 78px;
    background: url(../images/czwticon01.png) no-repeat center;
    position: absolute;
    top: -5px;
    left: 280px;
}
.czwt0 h3 .em2 {
    display: block;
    width: 65px;
    height: 118px;
    background: url(../images/czwticon02.png) no-repeat center;
    position: absolute;
    top: 4px;
    left: 860px;
}
.pro0_ads_row2 {
    position: relative;
    width: 100%;
    height: 657px;
}
.pro0_ads_item {
    display: block;
    height: 60px;
    padding: 20px 55px 10px 55px;
    position: absolute;
    z-index: 3;
    width: 310px;
}
.pro0_ads_item strong {
    font-size: 35px;
    font-weight: bold;
    display: block;
    line-height: 55px;
    transition: 0.3s all ease;
    color: #333;
}
.pro0_ads_item pre {
    color: #666;
    display: block;
    line-height: 25px;
    transition: 0.3s all ease;
    font: 18px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	width: 280px;
}
.pro0_ads_item.active strong {
    color: #ee1d23
}
.pro0_ads_item.active p {
    color: #666666;
    font-size: 18px;
}
.pro0_ads_item1, .pro_ads_item3 {
    text-align: right;
}
.pro0_ads_item2, .pro_ads_item4 {
    text-align: left;
}
.pro0_ads_item1 {
    left: -34px;
    top: 100px;
}
.pro0_ads_item2 {
    right: -31px;
    top: 100px;
}
.pro0_ads_item3 {
    left: -72px;
    top: 486px;
}
.pro0_ads_item4 {
    right: -73px;
    top: 492px;
}
.pro0_ads_item:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    background: #065eac;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(6,94,170,0.1);
    top: 45px;
    transition: 0.3s all ease;
}
.pro0_ads_item.active:after {
    background: #ee1d23;
    box-shadow: 0 0 0 10px rgba(238,29,35,0.1);
}
.pro0_ads_item1:after, .pro_ads_item3:after {
    right: 0;
}
.pro0_ads_item2:after, .pro_ads_item4:after {
    left: 0;
}
.pro0_ads_row2_in {
    background: url(../images/pro_ads_in.png) no-repeat center 34px;
    width: 626px;
    position: absolute;
    bottom: 0;
    top: -9px;
    left: 288px;
}
.pro0_ads_row2_in_tit {
    display: block;
    text-align: center;
    position: absolute;
    top: 165px;
    left: 150px;
    width: 326px;
}
.pro0_ads_row2_in_tit strong {
    font-size: 34px;
    display: block;
    color: #0661b0;
    line-height: 50px;
    font-weight: bold;
}
.pro0_ads_row2_in_tit p {
    font-size: 24px;
    line-height: 30px;
    display: block;
    font-weight: 100;
    color: #666
}
.pro0_ads_row2_in_cont {
    display: block;
    width: 388px;
    height: 370px;
    background: url(../images/pro_ads_in_2.png) no-repeat center;
    position: absolute;
    top: 265px;
    left: 122px;
}
.pro0_ads_item2 strong, .pro_ads_item4 strong {
    left: 36px;
    position: absolute;
    overflow: hidden;
	top: 21px;
}
.pro0_ads_item2 pre {
    position: absolute;
    left: 74px;
    top: 95px;
}
.pro0_ads_item1 strong, .pro_ads_item3 strong {
    position: absolute;
    right: 41px;
    top: 23px
}
.pro0_ads_item1 pre {
    position: absolute;
    top: 95px;
    right: 69px;
}
.pro0_ads_item3 pre {
    position: absolute;
    top:95px;
    right: 0px;
}
.pro0_ads_item4 pre {
    position: absolute;
    left: 0;
    top: 95px;
}
.yzbj0 .yin {
    text-align: center;
}
.yzbj0 .yin p {
    color: #ee1d23;
    font-size: 40px;
    font-weight: bold;
    display: block;
    margin: 75px 0 40px;
}
.yzbj0 .yin p b {
    color: #ff8c00;
}
.yzbj0 .yin ul {
    float: left;
    background: #085aa1;
    width: 844px;
    padding: 40px 0;
}
.yin_t {
    font-size: 40px;
    color: #333;
    text-align: center;
    height: 90px;
    line-height: 42px;
    overflow: hidden;
    background: url(../images/yin_line01.png) no-repeat center 66px;
    font-weight: bold;
}
.yin_t a {
    color: #333;
}
.yin_t span {
    display: block;
    font-size: 18px;
    padding: 8px 0 0;
    font-weight: normal;
}
.ibrand-num {
    overflow: hidden;
}
.ibrand-num li {
    float: left;
    width: 211px;
       padding: 17px 0 6px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url("../images/ani_gx.jpg")no-repeat left top;
}
.ibrand-num li span {
    font-size: 50px;
    line-height: 60px;
    font-family: "微软雅黑";
}
.ibrand-num li .num {
    font-weight: bold;
    padding: 0 8px;
}
.ibrand-num li b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0 0;
    opacity: 0.7;
}
.ibrand-num li:first-child {
    background: none;
}
.yin_bot {
    width: 784px;
    margin: 0 auto;
    padding: 45px 0 0;
}
.yin_bot ul li {
    font-size: 16px;
    color: #333;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    float: left;
    width: 307px;
    padding: 0 0 0 20px;
    margin-left: 77px;
}
.yin_bot ul li:hover {
    color: #6eb92b;
}
.yin_bot ul li:nth-child(2n) {
    width: 360px;
    margin: 0;
}
.yzbj0 .yin .p3 {
    display: block;
    float: left;
    width: 356px;
    background: #ee1d23;
    padding: 35px 0 41px;
    color: #fff;
}
.yzbj0 .yin .p3 i {
    display: block;
    background: url(../images/p3ico1.png)no-repeat 43px center;
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    font-family: "Arial";
    padding-left: 30px;
    line-height: 36px;
}
.p3ico {
    background: url("../images/p3ico.png")no-repeat 49px center!important;
}
.yzbj0 .yin .p3 span {
    font-size: 16px;
    line-height: 39px;
}


/*4大理由*/
.reatit{
	padding: 57px 0;
}

.reatit p{
display: block;
    width: 375px;
    margin: 0 auto;
    text-align: right;
    color: #333333;
    font-size: 35px;
    font-weight: bold;
    background: url(../images/4da.jpg)no-repeat 4px 0px;
    line-height: 143px;
	height: 115px;
}
.reatit span{
	display: block;
    width: 432px;
    background: #ee1d23;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    margin: 0 auto;
    font-size: 18px;
}
.reanr p{
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.reanr .rea01{
	background: url("../images/4_bj.jpg")no-repeat center center;
	height: 696px;
	overflow: hidden;
	margin: 0!important;
}
.reanr .rea01 .reakd{
	    position: absolute;
    left: 71px;
    top: 15px;
}
 .reanr p{
    font-size: 30px;
    color: #333;
    font-weight: bold;
	display: block;
	 border-bottom: 2px solid #004d9f;
    padding-bottom: 15px;
}
.reanr p b{
	color: #004d9f;
}
.reanr .reaic{
	padding-top: 15px;
}
.reakd ul{
	width: 355px;
}
.reanr .reakd ul li{
	font-size: 16px;
    color: #666;
    line-height: 30px;
}
.reanr .rea11{
	    position: relative;
    margin: 0 auto;
    width: 989px;
}
.reanr .reakd02{
  position: absolute;
    right: -50px;
    top: 407px;
}

.reanr .rea02{
	background: url("../images/4_bj2.jpg")no-repeat center center;
height: 749px;
	margin: 0!important;
}

.rea12{
	    margin: 0 auto;
    width: 989px;
    position: relative;
}

.reanr .rea02 .reakd03{
	    position: absolute;
    top: 107px;
    left: 27px;
}
.reanr .reakd04{
	top: 462px;
    right: 33px;
    position: absolute;
}

.reanr .reaic li{
	background: url("../images/4ico.jpg")no-repeat left center;
	padding-left: 12px;
font-size: 16px;
    color: #666;
    line-height: 35px;
}

.reaic01 li:nth-child(1n) {
  background: none!important;
}
/*走进*/
.shengjia{
	background: url("../images/shengbj.jpg")no-repeat center top;
	padding: 73px 0;
	
}
.shengtit{text-align: center;}
.shengtit p{
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.shengtit span{
	font-size: 16px;
	color: #64a0d2;
 text-transform: uppercase;
}

.stuwen {
	margin: 35px 0 70px;
	    background: #fff;
    overflow: hidden;
    padding: 20px;
}
.shengtu{
	width: 587px;
	height: 400px;
	float: left;
}
.shengwen{
	float: left;
	margin: 38px 0 0 50px;
}
.shengwen p{
	font-size: 24px;
    color: #222;
    font-weight: bold;
}
.shengwen span{
	font-size: 11px;
    color: #999;
    text-transform: uppercase;
}

.shengwen pre{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	line-height: 24px;
	color: #515151;
	 padding:38px 0 32px;
    overflow: hidden;
}
.shengwen a{
	display: block;
	width: 170px;
	height: 50px;
	background: #d00309;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	border-radius: 40px;
	text-align: center;
}

		/* 本例子css */
		.slideGroup001{  width:100%;text-align:left;   }
		.slideGroup001 .parHd{ height:45px; line-height:27px; padding:0 20px;position:relative;
    text-align: center;  }
		.slideGroup001 .parHd ul{  position: relative;
    display: inline-block;
    z-index: 666;
    top: -15px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;  }
.slideGroup001 .parHd ul span{
	float: left;
	font-size: 18px;
	color: #333;
}
	.slideGroup001 .parHd .HDhx{
    position: relative;
    z-index: 5;
    height: 1px;
    width: 100%;
    background: #eee;
}
.slideGroup001 .tempWrap {
	width: 100%!important;
}
		.slideGroup001 .parHd ul li{  float:left; padding:0 18px; cursor:pointer;color: #333;font-size: 18px;  }
		.slideGroup001 .parHd ul li.cur{  height:30px;color: #208e87;font-weight: bold; }
		.slideGroup001 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

		.slideGroup001 .sPrev{ position:absolute; left:-60px; top:77px; display:block; width:46px; height:46px;  background:url("../images/fecz.jpg") center center no-repeat;}
		.slideGroup001 .sNext{ left:auto; right:-60px; top:77px; display:block; width:46px; height:46px; background:url("../images/fecr.jpg") center center no-repeat; position:absolute;  }
		.slideGroup001 .sPrev:hover{background: url("../images/csaeprev1.png") center center no-repeat;}
.slideGroup001 .sNext:hover{background: url("../images/casenext1.png") center center no-repeat}
.slideGroup001 .parBd{position: relative;}
		.slideGroup001 .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup001 .parBd ul .rongss{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; background: #f5f5f5;display: block;border: 1px solid #e4e4e4;width:240px!important;}
		.slideGroup001 .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; background: #f5f5f5;display: block;border: 1px solid #e4e4e4;width: 295px;}
		.slideGroup001 .parBd ul li .pic{ background: #f5f5f5!important;}
		.slideGroup001 .parBd ul li .pic img{ width:auto; max-height: 240px; display:block;background: #f5f5f5; }
		.slideGroup001 .parBd ul li .pic a:hover img{ border-color:#999;  }
		.slideGroup001 .parBd ul li .title{ line-height:50px; color: #333;font-size: 16px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  }
.moress{
	width: 150px;
    height: 40px;
    border-radius: 40px;
    background: #d00309;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0 auto;
}

.moress a{
	color: #fff;font-size: 14px;display: block;
}

/*新闻*/
.xinw{
	padding: 64px 0;
	background: #f5f5f5;
	overflow: hidden;
}

		/* 本例子css */
		.slideTxtBox01{ width:586px; text-align:left;  }
		.slideTxtBox01 .hd{ height:39px; line-height:39px; border-bottom:1px solid #ddd;  position:relative; }
		.slideTxtBox01 .hd ul{ float:left;  position:absolute;  height:32px;   }
		.slideTxtBox01 .hd ul li{ float: left;
    padding: 0 21px;
    cursor: pointer;
    font-size: 24px;
    color: #222;
    line-height: 24px;  }
		.slideTxtBox01 .hd ul li.cur{ height:39px;background: url("../images/xico2.jpg")no-repeat left bottom;}
		.slideTxtBox01 .bd ul{ padding:29px 0 0 0;  zoom:1;  }
		.slideTxtBox01 .bd li{
	font-size: 14px;
    color: #555;
    line-height: 54px;
	border-bottom: 1px solid #e4e4e4;
	background: url("../images/xico.jpg")no-repeat left center;
	padding-left: 12px;

}
.slideTxtBox01 .hd ul span{
	    height: 25px;
    width: 1px;
    display: block;
    background: #e4e4e4;
    position: relative;
    left: 117px;
}
.slideTxtBox01 .bd li .xmore{
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
		.slideTxtBox01 .bd li .date{ float:right; color:#999;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideTxtBox01 .arrow{  position:absolute; right:10px; top:0; }
		.slideTxtBox01 .arrow a{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat; }
		.slideTxtBox01 .arrow .next{ background-position:0 -50px;  }
		.slideTxtBox01 .arrow .prevStop{ background-position:-60px 0; }
		.slideTxtBox01 .arrow .nextStop{ background-position:-60px -50px; }

.slideTxtBox01 .hd ul li:nth-child(2n) {
    border: none;
}
.slideTxtBox01 .hd ul li:nth-child(2n).cur {
   background: url("../images/xico2.jpg")no-repeat center bottom;
}
.slideTxtBox01 .hd ul li:nth-child(1) {
    padding-left: 0;
}
.xinimg{
	    width: 223px;
    height: 161px;
    overflow: hidden;
    float: left;
}
.xinimg img{
	    width: 223px;
    height: 161px;
}
.xone{
	overflow: hidden;
	margin-bottom: 25px;
	border: none!important;
	padding: 0!important;
	background: #eeeeee!important;
}
.xinwen{
float: left;
    padding: 18px 15px 0 20px;
    width: 328px;
}
.xinwen p{
	font-size: 16px;
	color: #222;
	line-height: 24px;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.xinwen span{
	display: block;
    color: #979797;
    line-height: 20px;
    font-size: 14px;
	padding: 8px 0 18px;
}

.xinwen i{
	height: 30px;
    width: 91px;
    background: #d00309;
    color: #fff;
    font-size: 11px;
    display: block;
    border-radius: 40px;
    text-align: center;
    line-height: 30px;
}

		/* 问题css */
		.txtMarquee-top{ width:533px;  overflow:hidden; position:relative;  }
		.txtMarquee-top .hd{ overflow:hidden;  height:30px;  padding:0 0 10px 0; border-bottom: 1px solid #e4e4e4;margin-bottom: 30px; }
		.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.txtMarquee-top .hd .next{ background-position:0 -140px;  }
		.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
		.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
		.txtMarquee-top .bd{ height: 462px; }
		.txtMarquee-top .infoList li{ height:130px; }
.txtMarquee-top .hd p{
	line-height: 24px;
    color: #222;
    font-size: 24px;
    border-left: 3px solid #208e87;
    padding-left: 10px;
	
}
.txtMarquee-top .infoList li p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: block;
	background: url("../images/xinico3.png")no-repeat left center;
	padding-left: 36px;
	margin:25px 0 15px;
	white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
}
.txtMarquee-top .infoList li  span{
	    display: block;
    padding: 20px;
    border: 1px solid #e4e4e4;
	color: #666;
    font-size: 14px;
    line-height: 24px;
}






/*服务*/
.fuwu{
	width:1200px;
	margin:auto;
	z-index: 99;
    height: 221px;
    box-shadow: 0 0 10px #e4e4e4;
}
.fuwu ul li{
	    width: 239px;
       padding: 59px 0 0;
    overflow: hidden;
    text-align: center;
	background: url("../images/l_y.jpg")no-repeat right center;
	height: 170px;
	float: left;
}
.fuwu ul li p{
	    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
}

.fuwu ul li span{
	    font-size: 18px;
    color: #525252;
    line-height: 55px;
    display: block;
}
.fuwu ul li img{
	margin: 0 auto;
}
.fuwu ul li i{
    bottom: 10px;
    width: 89px;
    height: 5px;
    background: #208e87;
    display: none;
    margin: 20px auto 0 auto;
}
.fuwu ul li:last-child{background: none;}
.fuwu ul li:hover p{color: #208e87;}
.fuwu ul li:hover i{
	display: block;
}




/*首页公司简介*/
#about .ppjs{
	background: none;
}
.ppjs {
    margin-top: 80px;
	padding-bottom: 50px;
    background: #f1f9fc;
}
.ppjs h2.h2_title {
    margin-bottom: 70px;
}
.ppjs h2.h2_title i {
    background: url(../images/index_43.png) no-repeat center center;
}

.ppjs .fl{
	width: 520px;
}
.ppjs .entit{
	font-weight: bold;
	font-size: 72px;
	font-family:  Arial, "微软雅黑";
	text-transform: uppercase;
	color: #dfeefa;
	line-height: 55px;
}
#about .ppjs .entit{
	color: #f1f9fc;
}


.ppjs .cntit{
	font-weight: bold;
	font-size: 25px;
	color: #222;
	margin-bottom: 35px;
}
.ppjs .p1 {
    font-size: 16px;
	color: #666;
    line-height: 28px;
    margin-bottom: 60px;
	white-space: pre-line;
}

.ppjs .more{
	font-size: 22px;
	color: #fff;
	background: #014590;
	padding: 11px 32px;
    border-radius: 30px;
	float: left;
	margin-right: 20px;
}
.ppjs .more:hover{
	background: #222;
}

.ppjs .gytel{
	background: url("../images/index_16.png") no-repeat left center;
	background-size: 51px 51px;
	height: 51px;
	display: block;
	float: left;
	padding-left: 65px;
}

.ppjs .gytel em{
	display: block;
	font-family: "Times New Roman", Arial, "微软雅黑";
	font-size: 35px;
	color: #da251d;
	font-weight: bold;
}

.ppjs .fr{border: 20px solid #d8eaf9;}
.ppjs embed{
	
}



.ppjs .ppjsNum {
    margin-top: 50px;
    background: #014590;
}
.ppjs .ppjsNum li {float: left; padding: 30px 40px 40px 90px;color: rgba(255,255,255,0.50);}
.ppjs .ppjsNum li:first-child {background: none;}
.ppjs .ppjsNum li b {display: block;font-size:80px;font-family: Arial,"微软雅黑"; font-weight: 100; color:#fff;}

.ppjs .ppjsType {text-align: center;margin-bottom: 32px;}
.ppjs .ppjsType li {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 110px;height: 46px;line-height: 46px;text-align: center;font-size: 16px;border: 1px solid #dcd9d9;background: #fff;border-radius: 54px;margin: 0 5px;}
.ppjs .ppjsType li a {display: block;height: 46px; color: rgba(255,255,255,0.50);}
.ppjs .ppjsType li.cur {background: #014590;border-color: #014590;}
.ppjs .ppjsType li.cur a {color: #fff;}
.ppjs .ppjsbox .box {display: none;}
.ppjs .ppjsbox .box.cur {display: block;}
.ppjs .ppjsbox .box ul li {float: left;width: 385px;margin-left: 22px;}
.ppjs .ppjsbox .box ul li:first-child {margin-left: 0;}
.ppjs .ppjsbox .box ul li span {display: block;width: 385px;height: 288px;overflow: hidden; border: 1px solid #f4f4f4;}
.ppjs .ppjsbox .box ul li img {display: block;width: 385px;height: 288px;transition: all 0.5s;}
.ppjs .ppjsbox .box ul li p {text-align: center;font-size: 16px;padding-top: 16px;}
.ppjs .ppjsbox .box ul li:hover img {transform: scale(1.1);}

/**/
  .tl-fdh-02 {
	height: 55px;
	background: #f1f9fc;
	margin-bottom: 20px;
}

.tl-fdh-02 li {
	width: 16.66%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	box-sizing:border-box;
	background: #f1f9fc;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}

.tl-fdh-02 li a {
	color: #333;
	display: block;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #165fac;
	border-color: #165fac;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}

.tl-fdh-02 li .erji{ display:none; width:100%; text-align:center; position:absolute; top:55px; left:0;z-index: 10;}
.tl-fdh-02 li .erji li{width:100%; height:40px; line-height:40px;background:#eee; border-bottom:#fff 1px solid;}
.tl-fdh-02 li .erji li a{color:#333;}

#about .jjfa{padding-top: 80px;}

.jjfa {
    background: #fff;
}
.jjfa .jjfa_con {
    height: 374px;
    overflow: hidden;
    position: relative;
}
.jjfa .jjfa_con .container {
    position: relative;
    height: 374px;
}
.jjfa .jjfa_con .jjfabg1 {
    width: 310px;
    height: 374px;
    position: absolute;
    left: -360px;
    top: 0;
    z-index: 5;
    background: url(../images/jjfabg.png);
}
.jjfa .jjfa_con .jjfabg2 {
    width: 310px;
    height: 374px;
    position: absolute;
    right: -360px;
    top: 0;
    z-index: 5;
    background: url(../images/jjfabg.png);
}
.jjfa .jjfa_con .btn {
    display: block;
    width: 90px;
    height: 374px;
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 4;
    cursor: pointer;
}
.jjfa .jjfa_con .btn i {
    display: block;
    width: 90px;
    height: 374px;
}
.jjfa .jjfa_con .jdal_btnl i {
    background: url(../images/jjfajtl01.png) no-repeat center;
}
.jjfa .jjfa_con .jdal_btnr i {
    background: url(../images/jjfajtr01.png) no-repeat center;
}
.jjfa .jjfa_con .jdal_btnl {
    left: -50px;
}
.jjfa .jjfa_con .jdal_btnl:hover i {
    background: url(../images/jjfajtl02.png) no-repeat center;
}
.jjfa .jjfa_con .jdal_btnr {
    right: -50px;
}
.jjfa .jjfa_con .jdal_btnr:hover i {
    background: url(../images/jjfajtr02.png) no-repeat center;
}
.jjfa .jjfa_con .btn:hover {
    background:#014590;
}
.jjfa .jjfa_con .jdal_Img {
    position: relative;
    left: -560px;
}
.jjfa .jjfa_con .jdal_Img ul {
    position: relative;
    z-index: 2;
}
.jjfa .jjfa_con .jdal_Img ul li {
    float: left;
    width: 580px;
    height: 374px;
    overflow: hidden;
    margin-left: 20px;
    background: #f1f9fc;
}
.jjfa .jjfa_con .jdal_Img ul li:first-child {
    margin-left: 0;
}
.jjfa .jjfa_con .jdal_Img ul li img {
    display: block;
    width: 580px;
    height: 374px;
}
.jjfa .jjfa_con .jdal_tit {
    position: absolute;
    right: 40px;
    top: 0;
    z-index: 3;
    background: #fff;
    width: 540px;
    height: 374px;
    overflow: hidden;
}
.jjfa .jjfa_con .jdal_tit .box {
    position: relative;
    left: -540px;
}
.jjfa .jjfa_con .jdal_tit .box ul {
    position: relative;
    height: 374px;
}
.jjfa .jjfa_con .jdal_tit .box ul li {
    float: left;
    width: 430px;
    height: 374px;
    padding: 0 70px 0 40px;
    background: #f1f9fc;
}
.jjfa .jjfa_con .jdal_tit .box ul li h3 {
    padding-top: 50px;
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.jjfa .jjfa_con .jdal_tit .box ul li h3 a {
    color: #333;
}
.jjfa .jjfa_con .jdal_tit .box ul li h3 em {
    display: block;
    width: 55px;
    height: 1px;
    background: #da251e;
    margin-top: 20px;
}
.jjfa .jjfa_con .jdal_tit .box ul li .p1 {
    font-size: 14px;
    line-height: 28px;
    height: 120px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}
.jjfa .jjfa_con .jdal_tit .box ul li .p1 a {
    color: #666;
}
.jjfa .jjfa_con .jdal_tit .box ul li .ckxq {
    display: block;
    float: left;
    width: 145px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #014590;
    border-radius: 54px;
    margin-right: 10px;
}
.jjfa .jjfa_con .jdal_tit .box ul li .zxzq {
    display: block;
    float: left;
    width: 145px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background: #da251e;
    border-radius: 54px;
}
.jjfa .jjfa_con .jdal_tit .box ul li .p2 a:hover {
    background: #222;
}
.jjfa .jjfatel {
    text-align: center;
    padding-top: 40px;
}
.jjfa .jjfatel i {
    display: block;
    font-size: 14px;
    color: #999;
}
.jjfa .jjfatel span {
    display: block;
    font-size: 35px;
    color: #da251e;
    font-weight: lighter;
}
.zxzx {
    height: 455px;
    background: url(../images/zxzxbg.jpg) no-repeat center top;
    color: #fff;
}
.zxzx .conleft {
    width: 410px;
}
.zxzx .conleft .p1 {
    padding-top: 96px;
    margin-bottom: 60px
}
.zxzx .conleft .p1 b {
    display: block;
    font-size: 35px;
    margin-bottom: 5px;
}
.zxzx .conleft .p1 i {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
.zxzx .conleft .p1 em {
    display: block;
    line-height: 20px;
    color: #999;
    font-size: 7pt;
    -webkit-text-size-adjust: none;
}
.zxzx .conleft .p2 {
    font-size: 16px;
    margin-bottom: 10px;
}
.zxzx .conleft .p3 {
    width: 230px;
    height: 33px;
    line-height: 33px;
    border-radius: 27px;
    background: #dda703;
    text-align: center;
}
.zxzx .conright {
    width: 350px;
    padding-top: 50px;
}
.zxzx .conright .p4 {
    margin-bottom: 10px;
}
.zxzx .conright .p4 span {
    float: left;
}
.zxzx .conright .p4 b {
    float: right;
    color: #da251e;
}
.zxzx .conright .infoP1 {
    height: 48px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}
.zxzx .conright .infoP1 input {
    display: block;
    height: 48px;
    line-height: 48px;
    border: none;
    background: none;
    width: 95%;
    text-indent: 15px;
    color: #fff;
}
.zxzx .conright .infoP2 {
    height: 110px;
    border: 1px solid #fff;
    margin-bottom: 10px;
}
.zxzx .conright .infoP2 textarea {
    display: block;
    height: 100px;
    line-height: 24px;
    border: none;
    background: none;
    width: 95%;
    text-indent: 15px;
    color: #fff;
    padding: 5px 0;
}
.zxzx .conright .ljtj {
    height: 50px;
    background: #da251e;
}
.zxzx .conright .ljtj a {
    display: block;
    height: 50px;
    text-indent: 150px;
    color: #fff;
    font-size: 18px;
    background: url(../images/zxzxicon.png) no-repeat 109px center;
    line-height: 50px;
}
.zqal {
    background: url("../images/xcbg.jpg");
    height: 440px;
}
.zqal .container {
    width: 1038px;
}
.zqal .zqalType {
    text-align: center;
    margin-bottom: 30px;
}
.zqal .zqalType li {
    display: inline-block;
*display: inline;
*zoom: 1;
    vertical-align: middle;
    width: 120px;
    height: 120px;
    font-size: 16px;
    margin: 0 7px;
    background: url("../images/xcbg_02.png") no-repeat center center;
}
.zqal .zqalType li a {
    display: block;
    color: rgba(255,255,255,0.80);
}
.zqal .zqalType li img {
    display: block;
    margin: 25px auto 5px;
    opacity: .5
}
.zqal .zqalType li.cur {
    background: url("../images/xcbg_01.png") no-repeat center center;
}
.zqal .zqalType li.cur a {
    color: #fff;
}
.zqal .zqalType li.cur img {
    opacity: 1;
}
.zqal .zqal_con {
    position: relative;
}
.zqal .zqal_con .zqalBtnl {
    display: block!important;
    width: 60px;
    height: 70px;
    position: absolute;
    left: -90px;
    top: 85px;
    background: url("../images/index_59.png") no-repeat center;
    cursor: pointer;
}
.zqal .zqal_con .zqalBtnr {
    display: block!important;
    width: 60px;
    height: 70px;
    position: absolute;
    right: -85px;
    top: 85px;
    background: url(../images/index_58.png) no-repeat center;
    cursor: pointer;
}
/*.zqal .zqal_con .zqalBtnl:hover {background: url(../images/banjtl02.png) no-repeat center;}

.zqal .zqal_con .zqalBtnr:hover {background: url(../images/banjtr02.png) no-repeat center;}*/

.zqal .zqal_con .conbox {
    display: none;
    position: relative;
    overflow: hidden;
}
.zqal .zqal_con .conbox.cur {
    display: block;
}
.zqal .zqal_con .conbox ul {
    position: relative;
}
.zqal .zqal_con .conbox ul li {
    float: left;
    width: 326px;
    margin-left: 25px;
    display: block
}
.zqal .zqal_con .conbox ul li:first-child {
    margin-left: 0;
}
.zqal .zqal_con .conbox dl dt {
    width: 306px;
    overflow: hidden;

    border: 10px solid rgba(255,255,255,0.8);
}
.zqal .zqal_con .conbox dl dt img {
    display: block;
    width: 310px;
    transition: all 0.5s;
}
.zqal .zqal_con .conbox dl dd.dd1 {
    font-size: 16px;
    margin: 25px 0 15px 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zqal .zqal_con .conbox dl dd.dd1 a {
    color: #333;
}
.zqal .zqal_con .conbox dl dd.dd2 {
    line-height: 22px;
    text-align: center;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 66px;
}
.zqal .zqal_con .conbox dl dd.dd2 a {
    color: #999;
}
.zqal .zqal_con .conbox ul li:hover dl dt img {
    transform: scale(1.1);
}
.xzzq {
    height: 852px;
    background: url(../images/xzzqbg.jpg) no-repeat center top;
}
.xzzq .h2_title {
    margin-bottom: 70px;
}
.xzzq .conImg {
    width: 533px;
    height: 577px;
    position: relative;
    background: #dfdcdc;
}
.xzzq .conImg .box {
    width: 493px;
    height: 537px;
    position: relative;
    padding: 20px;
    border: 1px solid #d9d9d9;
    left: 20px;
    top: -20px;
    background: #fff;
}
.xzzq .conImg ul {
    position: relative;
}
.xzzq .conImg ul li {
    display: none;
    width: 493px;
    height: 537px;
}
.xzzq .conImg ul li img {
    display: block;
    width: 493px;
    height: 537px;
}
.xzzq .conImg ul li.cur {
    display: block;
}
.xzzq .conTit {
    padding-top: 70px;
    width: 515px;
}
.xzzq .conTit dl {
    position: relative;
    margin-bottom: 95px;
    cursor: pointer;
}
.xzzq .conTit dl dt {
    font-size: 16px;
    margin-bottom: 12px;
    position: relative;
}
.xzzq .conTit dl dt span {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -54px;
    top: 0;
}
.xzzq .conTit dl dd {
    line-height: 20px;
}
.xzzq .conTit dl.cur dt {
    color: #da251e;
}
.xzzq .conTit dl.dl1 dt span {
    background: url(../images/xzzqicon01.png) no-repeat center;
}
.xzzq .conTit dl.dl2 dt span {
    background: url(../images/xzzqicon03.png) no-repeat center;
}
.xzzq .conTit dl.dl3 dt span {
    background: url(../images/xzzqicon05.png) no-repeat center;
}
.xzzq .conTit dl.dl1.cur dt span {
    background: url(../images/xzzqicon02.png) no-repeat center;
}
.xzzq .conTit dl.dl2.cur dt span {
    background: url(../images/xzzqicon04.png) no-repeat center;
}
.xzzq .conTit dl.dl3.cur dt span {
    background: url(../images/xzzqicon06.png) no-repeat center;
}
.xzzq .conTit dl dt .titbg {
    display: none;
    width: 38px;
    height: 77px;
    position: absolute;
    left: -131px;
    top: -15px;
    background: url(../images/xzzqjtr.jpg) no-repeat center;
}
.xzzq .conTit dl.cur dt .titbg {
    display: block;
}
.xzzq .h2_title a {
    cursor: default;
}

/*首页公司简介*/
#about .ppjs{
	background: none;
}
.ppjs {
    margin-top: 80px;
	padding-bottom: 50px;
    background: #f1f9fc;
}
.ppjs h2.h2_title {
    margin-bottom: 70px;
}
.ppjs h2.h2_title i {
    background: url(../images/index_43.png) no-repeat center center;
}

.ppjs .fl{
	width: 520px;
}
.ppjs .entit{
	font-weight: bold;
	font-size: 72px;
	font-family:  Arial, "微软雅黑";
	text-transform: uppercase;
	color: #dfeefa;
	line-height: 55px;
}
#about .ppjs .entit{
	color: #f1f9fc;
}


.ppjs .cntit{
	font-weight: bold;
	font-size: 25px;
	color: #222;
	margin-bottom: 35px;
}
.ppjs .p1 {
    font-size: 16px;
	color: #666;
    line-height: 28px;
    margin-bottom: 60px;
	white-space: pre-line;
}

.ppjs .more{
	font-size: 22px;
	color: #fff;
	background: #014590;
	padding: 11px 32px;
    border-radius: 30px;
	float: left;
	margin-right: 20px;
}
.ppjs .more:hover{
	background: #222;
}

.ppjs .gytel{
	background: url("../images/index_16.png") no-repeat left center;
	background-size: 51px 51px;
	height: 51px;
	display: block;
	float: left;
	padding-left: 65px;

}

.ppjs .gytel em{
	display: block;
	font-family: "Times New Roman", Arial, "微软雅黑";
	font-size: 35px;
	color: #da251d;
	font-weight: bold;
}

.ppjs .fr{border: 20px solid #d8eaf9;}
.ppjs embed{
	
}



.ppjs .ppjsNum {
    margin-top: 50px;
    background: #014590;
}
.ppjs .ppjsNum li {float: left; padding: 30px 40px 40px 90px;color: rgba(255,255,255,0.50);}
.ppjs .ppjsNum li:first-child {background: none;}
.ppjs .ppjsNum li b {display: block;font-size:80px;font-family: Arial,"微软雅黑"; font-weight: 100; color:#fff;}

.ppjs .ppjsType {text-align: center;margin-bottom: 32px;}
.ppjs .ppjsType li {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 110px;height: 46px;line-height: 46px;text-align: center;font-size: 16px;border: 1px solid #dcd9d9;background: #fff;border-radius: 54px;margin: 0 5px;}
.ppjs .ppjsType li a {display: block;height: 46px; color: rgba(255,255,255,0.50);}
.ppjs .ppjsType li.cur {background: #014590;border-color: #014590;}
.ppjs .ppjsType li.cur a {color: #fff;}
.ppjs .ppjsbox .box {display: none;}
.ppjs .ppjsbox .box.cur {display: block;}
.ppjs .ppjsbox .box ul li {float: left;width: 385px;margin-left: 22px;}
.ppjs .ppjsbox .box ul li:first-child {margin-left: 0;}
.ppjs .ppjsbox .box ul li span {display: block;width: 385px;height: 288px;overflow: hidden; border: 1px solid #f4f4f4;}
.ppjs .ppjsbox .box ul li img {display: block;width: 385px;height: 288px;transition: all 0.5s;}
.ppjs .ppjsbox .box ul li p {text-align: center;font-size: 16px;padding-top: 16px;}
.ppjs .ppjsbox .box ul li:hover img {transform: scale(1.1);}

/**/
  .tl-fdh-02 {
	height: 55px;
	background: #f1f9fc;
	margin-bottom: 20px;
}

.tl-fdh-02 li {
	width: 16.66%;
	height: 55px;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	float: left;
	border-right: 1px solid #eee;
	box-sizing:border-box;
	background: #f1f9fc;
	cursor: pointer;
	text-overflow: ellipsis;
	position: relative;
}

.tl-fdh-02 li a {
	color: #333;
	display: block;
}

.tl-fdh-02 li.sidenavcur,
.tl-fdh-02 li:hover {
	background: url(../images/p16-icon6.png) no-repeat bottom center #165fac;
	border-color: #165fac;
}

.tl-fdh-02 li.sidenavcur a,
.tl-fdh-02 li:hover a {
	color: #fff;
}

.tl-fdh-02 li .erji{ display:none; width:100%; text-align:center; position:absolute; top:55px; left:0;z-index: 10;}
.tl-fdh-02 li .erji li{width:100%; height:40px; line-height:40px;background:#eee; border-bottom:#fff 1px solid;}
.tl-fdh-02 li .erji li a{color:#333;}



h2.h2_title {
    padding-top: 85px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 35px;
    color: #222;
}
h2.h2_title a {
    color: #222;
}
h2.h2_title i {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: url("../images/index_42.png") no-repeat center center;
}


/*广告banner*/
.ggao{
    background: url(../images/gg_bg.jpg) no-repeat center center;
    height: 272px;
    margin-top: 70px;
}
.ggao .container{position: relative;}
.ggao .aaggao{
    position: absolute;
    color: #fff;
    top: 50px;
    left: 32px;
}
.aaggao h5{
    font-size: 45px;
	text-align:center;
}
.aaggao h5 b{
    font-size: 15px;
    color: #ff7f00;
    position: relative;
    top: 5px;
}
.aaggao p{
    position: relative;
    font-size: 13px;
    color: #136a64;
    left: 108px;
    top: 57px;
}
.aaggao ppp{
    position: relative;
    font-size: 17px;
    color: #136a64;
    left: 100px;
    top: 69px;
}

.ggao .bbggao{
    position: absolute;
    left: 600px;
}
.ggao .ccggao{
    position: absolute;
    color: #fff;
    left: 840px;
    top: 85px;
}
.ccggao h5{
    font-size: 30px;
}
.ccggao h5 b{
    color: #ff7f00;
}
.ccggao p{
    font-size: 13px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.ccggao span{
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    left: 96px;
    top: 10px;
}

.ggao .bbggao{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
  }
  .ggao:hover .bbggao, .ggao:focus .bbggao, .ggao:active .bbggao {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  
  
  
  /*********news_syaright**************/
.news_syaright{
	float:right;
	width:360px;
}
.news_wt_nr{
	clear:both;
	overflow:hidden;
}
.news_wt_nr ul li{
	clear:both;
	overflow:hidden;
	margin-bottom:24px;
}
.wen_a{
	height:58px;
	line-height:58px;
	width:278px;
	font-size:14px;
	padding-left:80px;
	border:1px solid #d4d4d4;
	border-radius:58px;
	margin-bottom:10px;
	border-left:0px solid #fff;
	background:url(../images/wen_a.png) left center no-repeat;
	}
.da_a{
	height:48px;
	line-height:18px;
	padding-top:10px;
	width:258px;
	padding-left:25px;
	padding-right:75px;
	border:1px solid #d4d4d4;
	border-radius:58px;
	color:#333;
	border-right:0px solid #fff;
	background:url(../images/da_a.png) right center no-repeat #d4d4d4;
	}
	
	
	
	.news_syaleft{
	float:left;
	width:533px;
}
.news_syaleft_bt{
	font-size:20px;
	padding-bottom:10px;
}
.news_syaleft_pic{
	width:533px;
	height:180px;
	overflow:hidden;}
.news_syaleft_pic a{
	width:533px;
	display:block;
	height:180px;
	overflow:hidden;}
.news_syaleft_pic a img{
		width:533px;
	height:180px;
		transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
}
.news_syaleft_pic a:hover img{
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-webkit-transform:scale(1.1);
}
.news_syaleft_nr{
	background-color:#f2f2f2;
	margin-bottom:2px;
	padding:18px 20px;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
}
.news_syaleft_nr:hover{
	background-color:#005494;}
.news_syaleft_nr_bt{
	font-size:14px;
	line-height:30px;}
.news_syaleft_nr_bt a{
	color:#333;}
.news_syaleft_nr_bt a:hover{
	color:#fff;
}	
.news_syaleft_nr_jj{
	line-height:22px;
	color:#777;
}
.news_syaleft_nr.news_syaleft_nr_last{
	margin-bottom:0;}
	
	
	
	/*首页推荐产品*/
.index_products{
	overflow: hidden;
	padding: 80px 0;
}
.inprolist{
	width: 275px;
	float: left;
}
.inprolist .title{
	width: 100%;
	padding: 33px 0;
	background: #1568bf;
	text-align: center;
}
.inprolist .title p{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	
}
.inprolist .title span{
	color: #fff;
	opacity: .4;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 30px;
}
.inprolist .line1{
	background: #f9f9f9;
}
.inprolist .line1 .pfw{
	
}
.inprolist .line1 .pfw h3{
	background: #ececec;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	
}
.inprolist .line1 .pfw h3 a{
	display: block;
	background: url(../images/proline.png) no-repeat 33px 19px;
	padding-left: 62px;
	color: #666;
}
.inprolist .line1 .pfw ul.artlist{
	display: block;
	padding: 15px 0;
}
.inprolist .line1 .pfw ul.artlist li a{
	display: block;
	font-size: 14px;
	line-height: 36px;
	color: #777;
	padding-left: 62px;
}

.inpromain{
	width: 897px;
	height: 545px;
	border: 1px solid #eee;
	float: right;
}
.inpromain .title{
	width: 100%;
	background: url(../images/rexiaobj.jpg) no-repeat;
	height: 100px;
	text-align: center;
	position: relative;
	padding-top: 25px;
}
.inpromain .title span{
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f1f1f1;
}
.inpromain .title p{
	font-size: 36px;
	color: #fb8800;
	font-weight: 700;
	margin-top: -38px;
}

.picScroll-left{
	position: relative;
	margin-top: 10px;
}
.picScroll-left .hd{
	
}
.picScroll-left .bd{
	
}
.picScroll-left .bd .tempWrap{
	width: 810px!important;
	    margin-left: 45px;
}
.picScroll-left .bd ul.picList li{
	display: block;
}
.picScroll-left .bd ul.picList li .pic{
	width: 380px;
	height: 285px;
	float: left;
	margin-right: 20px;
}
.picScroll-left .bd ul.picList li .pic img{
	width: 380px;
}
.picScroll-left .bd ul.picList li .jieshao{
	width: 385px;
	margin-top: 15px;
	float: left;
}
.picScroll-left .bd ul.picList li .jieshao .protit{
	font-size: 26px;
	color: #333;
	line-height: 35px;
	padding-bottom: 15px;
}
.picScroll-left .bd ul.picList li .jieshao .protit a{
	color: #333;
}
.picScroll-left .bd ul.picList li .jieshao .tedian span{
	font-size: 16px;
	color: #0765b5;
	float: left;
	display: block;
}
.picScroll-left .bd ul.picList li .jieshao .tedian em{
	width: 306px;
	height: 1px;
	display: block;
	border-bottom: 1px dotted #ccc;
	float: right;
	margin-top: 10px;
}
.picScroll-left .bd ul.picList li .jieshao .note{
	overflow: hidden;
	clear: both;
	padding: 10px 0;
}

.picScroll-left .bd ul.picList li .jieshao .note pre{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	color: #979797;
	line-height: 25px;
}
.anniu a{
	width: 131px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	border-radius: 50px;
	margin-top: 15px;
}
.anniu a.anniu01{
	background: #1568bf;
}
.anniu a.anniu02{
	background: #fb8800;
	margin-left: 20px;
}

.picScroll-left .hd .prev{
	    display: block;
    width: 23px;
    height: 40px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 115px;
    left: 15px;
    background: url(../images/proqie.jpg) no-repeat 0 0px;
	z-index: 999999;
}
.picScroll-left .hd .next {
	display: block;
	width: 23px;
	height: 40px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 115px;
	    right: 10px;
	    background: url(../images/proqie.jpg) no-repeat -24px 0px;
    z-index: 999999;
}

/**/
.inpromain02{
	clear: both;
	padding-top: 17px;
}
.picScroll-left02{
	width: 100%;
	overflow: hidden;
}
.picScroll-left02 .bd ul li{
	display: block;
	float: left;
	width: 289px;
	margin: 0 14px 0 0;
	position: relative;
}
.bofang{
	width: 56px;
	height: 56px;
	position: absolute;
	z-index: 99;
	top: 72px;
	left: 110px;
	opacity: .7;
}
.picScroll-left02 .bd ul li .pic{
	width: 289px;
	height: 202px;
	position: relative;
}
.picScroll-left02 .bd ul li .pic img{
	width: 287px;
	height: 200px;
	border: 1px solid #eee;
}
.picScroll-left02 .bd ul li .protit{
	width: 100%;
	text-align: center;
	display:block;
white-space:nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	font-size: 14px;
	color: #777777;
	line-height: 40px;
}



/************/

.banner_w {
  width: 100%;
  height:561px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}

.banner {
  margin: 0 auto;
  width: 1920px;
  height:561px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}

.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}

.banner .img li {
  float: left;
  overflow: hidden;
}

.banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
}

.banner .num li {
  width: 12px;
  height:12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.banner .num li.on {
  background-color: #ffff00;
}

.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}

.banner:hover .btn {
  display: block
}

.banner .btn_l {
  left: 15%;
}

.banner .btn_r {
  right: 15%;
}


.four1_ny1 {
	 HEIGHT: auto; OVERFLOW: hidden; width:80px; padding-left:350px;
}

.four1_ny1 H5 A {
	LINE-HEIGHT: 28px; MARGIN: 10px auto; WIDTH: 80px; DISPLAY: block; BACKGROUND: #005494; HEIGHT: 28px; COLOR: #fff; FONT-SIZE: 14px; VERTICAL-ALIGN: middle; -webkit-transition: all 0.2s ease-in-out; border-radius: 0px; padding-left:20px;
}
.four1_ny1 H5 A:hover {
	BACKGROUND: #ec0000; COLOR: #fff
}



.xw_nr{
	line-height:40px;
	border-top:none;
	padding:24px;
	}
.xw_nr li{
	height:40px;
	display:block;
	background:url(../images/lilili.jpg) bottom no-repeat;
	line-height:40px;
	padding-left:20px;
	color:#333;
	}
.xw_nr li span{
	float:right;
	}
.xw_nr A:hover {
	COLOR: #333
}


.zoujin{padding-top: 10px;}
.aazoujin{margin-top: 40px;}
.zoujin .fl {
    width: 520px;
}
.zoujin .entit {
    font-weight: bold;
    font-size: 73px;
    font-family: Arial, "微软雅黑";
    text-transform: uppercase;
    color: #eee;
    line-height: 55px;
}

.zoujin .cntit {
    font-size: 24px;
    color: #31519f;
    font-weight: bold;
    margin-bottom: 35px;
}
.zoujin .p1{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 50px;
    white-space: pre-line;
}
.zoujin .more {
    font-size: 18px;
    color: #fff;
    background: #ff7f00;
    padding: 15px 44px;
    float: left;
    margin-right: 20px;
    margin-top: 0;
}

.zoujin .gytel {
    background: url("../images/ico_tel.png") no-repeat left center;
    background-size: 55px 55px;
    height: 55px;
    display: block;
    float: left;
    padding-left: 65px;
	color: #666;
    font-size: 16px;
}
.zoujin .gytel em {
    display: block;
    font-family: "Times New Roman", Arial, "微软雅黑";
    font-size: 35px;
    color: #ff7f00;
    font-weight: bold;
}
.zoujin .fr{position: relative;}
.zoujin .fr .kuang5{
    border: 5px solid #31519f;
    position: relative;
    display: block;
    width: 600px;
    height: 400px;
}
.zoujin .fr .video img{
    max-width: 100%;
}
.zoujin .fr .video{
    width: 600px;
    height: 400px;
    position: absolute;
    right: 30px;
    top: 30px;
}
