
/* CSS Document */

/*内页banner*/
.bannei {
	height: 400px;
	width: 100%;
}
/*内页公共部分*/
.neiyeheader {
	width: 1200px;
	margin: 0px auto 40px auto;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	z-index: 999;
	padding: 20px 50px;
	overflow: hidden;
}
.neiyeheader p.neihead_title {
	font-size: 20px;
	color: #444;
}
.neiyeheader p.neihead_subtitle {
	font-size: 14px;
	color: #ddd;
	line-height: 23px;
	text-transform: uppercase;
}
.zhandianwz {
	color: #999;
	font-size: 14px;
	line-height: 49px;
}
.zhandianwz a {
	color: #999;
	font-size: 14px;
}
.neiye_kuang {
	width: 1200px;
	margin: 0 auto 60px auto;
	display: table;
}
.neiye_left {
	width: 250px;
/*	overflow: hidden;*/
}
.neiye_right {
	width: 910px;
}
.neiye_right h2 {
	font-size: 22px;
	padding-bottom: 10px;
	color: #0e6aad;
}
.neiye_left ul li {
	display: block;
	width: 215px;
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	margin-bottom: 1px;
}
.neiye_left ul li a {
	display: block;
	font-size: 14px;
}
.neiye_left ul li.on {
	background: #eee;
}
.neiye_left ul li.on a {
	color: #0278bc;
}
.neiye_left ul li.on a::before {
	color: #0278bc;
	content: "■   ";
	vertical-align: 2px;
	padding-right: 8px;
	font-size: 12px;
}
.neiye_left h3 {
	display: block;
	width: 100%;
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #0278bc;
	padding: 22px 0 15px 0;
	line-height: 25px;
}
.neiye_left h3 span {
	font-size: 12px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
}
.neiye_left ul li a::before {
	color: rgba(198,198,198,.7);
	content: "■   ";
	vertical-align: 2px;
	padding-right: 8px;
	font-size: 12px;
}
.neiye_left .neiye_lianxi {
	margin-top: 30px;
/*	overflow: hidden;*/
	padding-bottom: 30px;
	border: 1px solid #eee;
}
.neiye_lianxi02 {
    background: url(../images/intel02.png) no-repeat 0 4px;
    margin: 15px 0 10px 10px;
    font-size: 24px;
    color: #e60012;
    padding-left: 40px;
    height: 45px;
	font-family: "Times New Roman", Arial, "微软雅黑";
}
.neiye_lianxi02 span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 18px;
}
.neiye_lianxi p {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	padding: 5px 15px;
}
.neiye_lianxi03 a {
	display: block;
	width: 225px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	color: #fff;
	float: left;
}
.neiye_lianxi03 a.zxzx {
	background: #e71727;
	margin: 20px 10px 0 11px;
}
.neiye_lianxi img {
	width: 244px;
	padding: 2px;
}
.neiyedz a {
	font-size: 14px;
	line-height: 49px;
	color: #e60012;
	background: url(http://www.dgfastspeed.com/tpl/web/images/neiyedz02.png) no-repeat left center;
	display: block;
	padding-left: 40px;
}
.neiye_right {
	font-size: 14px;
	line-height: 27px;
	color: #666;
}
.neiye_right img {
	max-width: 100%;
}


.about h3{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    border-left: 3px solid #0278bc;
    padding-left: 10px;
    margin-bottom: 10px;
}
.about hr{
	background: #eee;
    border: none;
    height: 1px;
}
/*产品列表*/
.pro_list {
	overflow: hidden;
}
.pro_list ul li {
	display: block;
	float: left;
	width: 273px;
	margin: 0 15px 20px 15px;
}
.pro_list ul li .propic {
	border: 1px solid #eee;
	overflow: hidden;
	position: relative;
}
.pro_list ul li .propic img {
	width: 268px;
	max-height: 268px;
	padding: 2px;
	display: block;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}
.hor_list.pro_list ul li .propic img{
    height: auto;
    max-height: none;
}
.pro_list ul li:hover .propic img {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}
.pro_list ul li .protitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 98%;
    line-height: 45px;
    background: #f5f5f5;
    margin-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0 1%;
}
.proxx_pic {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px dashed #eee;
}
.proxx_pic img {
	display: block;
	margin: 5px auto;
	border: 1px solid #eee;
	padding: 3px;
	max-width: 550px;
}
/*分页*/
.pages {
	padding: 5px 0;
	margin-top: 15px;
	clear: both;
	text-align: center;
}
.pages:after {
	content: '.';
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}
.pages ul {
	padding: 0;
	list-style: none;
	margin: 0;
	display: block;
	width: 100%;
}
.pages li {
	display: inline-block;
	margin-right: 5px;
	float: none;
}
.pages li a {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #666;
}
.pages li a:hover {
	border: 1px solid #222;
	background: #222;
	color: #fff;
	text-decoration: none;
}
.pages li span {
	border: 1px solid #e1e1e1;
	height: 24px;
	line-height: 24px;
	color: #c4c4c4;
	padding: 5px 10px;
}
.pages .current a {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}
/*产品详细页面*/

.pro_main {
	background-color: #fff;
	zoom: 1;
	padding: 0;
	overflow: hidden;
}
.pleft {
	width: 702px;
	z-index: 5;
	overflow: hidden;
	margin: 0 auto;
}
.div_prothumb {
	position: relative;
	padding: 15px 15px 0;
}
.div_prothumb .t-l {
	position: absolute;
	top: 230px;
	left: 13px;
}
.div_prothumb .t-l a {
	width: 34px;
	height: 65px;
	background: url(../images/prolist-icon1.png) no-repeat scroll -6px -8px;
	display: block;
}
.thumbporbox {
	position: relative;
	width: 602px;
	overflow: hidden;
	margin-left: 31px;
	border: 1px solid #eee;
}
.ul_prothumb {
	position: relative;
	width: 7500px;
	overflow: hidden;
}


.xiangce .pleft {
	width: 802px;
	z-index: 5;
	overflow: hidden;
	margin: 0 auto;
}
.xiangce .thumbporbox {
	position: relative;
	width: 702px;
	overflow: hidden;
	margin-left: 31px;
	border: 1px solid #eee;
}
.xiangce .ul_prothumb li {
	float: left;
	width: 702px;
	height: 527px;
	text-align: center;
}
.xiangce .ul_prothumb img {
	padding: 1px;
	width: 700px;
	height: 525px;
}

.ul_prothumb li {
	float: left;
	width: 602px;
	height:auto;
	text-align: center;
}
.ul_prothumb img {
	padding: 1px;
	width: 600px;
	height: auto;
}


.div_prothumb .t-r {
	position: absolute;
	top: 230px;
	right: 18px;
}
.div_prothumb .t-r a {
	width: 34px;
	height: 65px;
	background: url(../images/prolist-icon1.png) no-repeat scroll -46px -8px;
	display: block;
}
.cp_title {
	font-size: 24px;
	line-height: 55px;
	text-align: center;
	color: #004785;
}
.fenlei {
	background: #f5f5f5;
	position: relative;
	clear: both;
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	margin-top: 35px;
}
.fenlei .tit {
	width: 200px;
	color: #fff;
	background: #004785;
	text-align: center;
	font-size: 16px;
}
.proinfo {
	color: #666;
	line-height: 28px;
	padding: 30px 20px;
	overflow: hidden;
	font-size: 14px;
}
.proinfo p {
	font-size: 14px;
}

.cptit{
	font-size: 14px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
}
.cptxt{
	border: 1px dashed #dadada;
    padding: 5px 10px;
    margin-bottom: 15px;
	white-space: pre-line;
}



/*相关产品*/
.RandomNews {
	padding-bottom: 10px;
	margin-bottom: 15px;
	overflow: hidden;
}
.diysr {
	height: 40px;
	line-height: 40px;
	color: #004785;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	text-indent: 5px;
}
.diysr .line {
	margin: 0;
}
.diysr .line {
	border-top: 1px solid #ececec;
	font-size: 0;
	height: 0;
	margin-right: 10px;
	overflow: hidden;
}
.cptab_relevant dl {
	width: 270px;
	float: left;
	padding: 20px 15px;
	display: block;
	overflow: hidden;
}
.cptab_relevant dt img {
	width: 262px;
	padding: 2px;
	border: 1px solid #eee;
}
.cptab_relevant dd {
	width: 216px;
	text-align: center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
}
/*推荐新闻*/
.news_random {
	font-size: 14px;
	margin-top: 10px;
}
.news_random ul {
	padding-top: 0;
	margin: 0 auto;
}
.news_random ul li {
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 419px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
	margin-right: 25px;
	font-size: 12px;
}
.news_random ul li span {
	font-size: 12px;
	color: #999;
}
.news_random ul li a {
	background: url(../images/ico55.gif) no-repeat 0 10px;
	padding-left: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 310px;
	color: #353e47;
	padding-top: 0px;
	font-size: 14px;
}
/*产品详细结束*/

/*在线留言*/
.lylist {
	width: 720px;
	margin: 0 auto;
}
.lylist input, .lylist textarea, .lylist button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}
.lylist .lytitle {
	width: 95%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f5f5f5;
}
.lylist .inp_name {
	width: 315px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f5f5f5;
}
.lylist .inp_tel {
	width: 315px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 8px 0 0;
	background: #f5f5f5;
}
.lylist .inp_neirong {
	width: 95%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f5f5f5;
}
.lylist .vcode {
	width: 200px;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f5f5f5;
}
.lylist .submit {
	width: 99%;
	text-align: center;
	background: #004785;
	height: 52px;
	line-height: 52px;
	color: #fff;
	margin: 20px 0px 0 0;
	font-size: 16px;
}
.lylist .submit:hover {
	cursor: pointer;
}
/*新闻列表*/
.news_list02 {
}
.news_list02 ul li {
    display: block;
    padding: 0 0 30px 0;
    border-bottom: 1px #eee dotted;
    margin-bottom: 30px;
    overflow: hidden;
}
.news_list02 ul li .news-tu {
    width: 280px;
    height: 140px;
    overflow: hidden;
    margin: 0px 20px 0 10px;
    border: 1px solid #eee;
    padding: 2px;
}
.news_list02 ul li .news-tu img {
    
}
.news_list02 ul li .news-nr {
    width: 580px;
    margin-left: 10px;
}
.news_list02 ul li .news-nr h3 {
    font-size: 18px;
    color: #666;
    line-height: 40px;
	display:block;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	
}
.news_list02 ul li .news-nr p {
    color: #999;
	line-height: 22px;
}
.news-btn {
    width: 120px;
    text-align: center;
    background: #0278bc;
    color: #fff;
    line-height: 35px;
    margin-top: 20px;
}
/*新闻详细*/
.news_xx03 {
    
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.news_xx03 h3.tit{
	color: #0278bc;
	font-size: 24px;
	width: 100%;
	display: block;
	text-align: center;
}
.news_xx03 .newsxx_de{
	padding: 20px 0;
}
.news_xx03 .newsxx_de p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.henduo {
    font-size: 14px;
    color: #999;
    line-height: 55px;
    width: 100%;
    text-align: center;
    border-bottom: 1px dashed #eee;
}
.news_sx {
	padding: 0 20px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 40px;
	color: #333;
}
.news_sx a {
	color: #01459c;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 49%;
	float: right;
	text-align: right;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ditu iframe{
	padding: 2px;
	border: 1px solid #eee;
}

/**/
.llianxi{
	display: inline-block;
	margin: 0 5px;
	height: 45px;
	line-height: 45px;
	color: #0e6aad;
	font-size: 14px;
}
.llianxi .bounce{
	display: inline-block;
	float: left;
	border-radius: 50px;
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #0e6aad;
	text-align: center;
	width: 230px;
	font-size: 16px;
	transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    margin-right: 30px;
}

.llianxi ul{}
.llianxi ul li{
	float: left;
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
    margin-top: 2px;
    margin-right: 0px;
	padding-left: 0px;
}
.llianxi ul li a{
    display: block;
    height: 38px;
}
.llianxi ul li a::before{
	display: none;
}
.llianxi ul li a span{
    position: absolute;
    bottom: 50px;
    line-height: normal;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 5px #002744;
    padding: 10px;
    color: #0e6aad;
    border-radius: 5px;
	font-size: 15px;
    text-align: center;
	display: none;
    z-index: 999;
}
.llianxi ul li a span img{
	width: 150px;
	max-width: none;
}
.llianxi ul li a span p{
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}
.llianxi ul li:hover span{
	display: block;
}



.llianxi ul li:nth-of-type(1){
	background: url("../images/lxico_01.png") no-repeat center center;
}
.llianxi ul li:nth-of-type(2){
	background: url("../images/lxico_02.png") no-repeat center center;
}
.llianxi ul li:nth-of-type(3){
	background: url("../images/lxico_03.png") no-repeat center center;
}
.llianxi ul li:nth-of-type(4){
	background: url("../images/lxico_04.png") no-repeat center center;
}
.llianxi ul li:nth-of-type(5){
	background: url("../images/lxico_05.png") no-repeat center center;
}
.llianxi ul li:nth-of-type(6){
	background: url("../images/lxico_06.png") no-repeat center center;
}

