﻿@charset "utf-8";

.m_img,.m_nav,.banner_box{
	display: none;
}

.h{height: 35px;}

/*------幻灯片 start------*/
.banner_pc {
    padding-top: 88px;
}
.pro-switch {
	overflow: hidden;
	position: relative;
	width:100%;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	height: 600px;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width:100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0; height:0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter:alpha(opacity=0);
-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter:alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter:alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left:0;
	bottom:5%;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
    border-radius: 50%;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
.flex-control-paging li a.flex-active{
	    background: #B62723;
	    cursor: default;
}
/*------幻灯片 end------*/


/* 首页产品中心 */
.index-product {
    margin: 60px 0;
}
.index-class {
    text-align: center;
    border-bottom: 1px solid #f0f2f5;
    background: #fff;
    width: 1200px;
    margin: 0px auto;
    margin-top: 10px;
    height: 50px;
    line-height: 50px;
}

.index-class dl {
    display: block;
    text-align: center;
}
.index-class dl dd{
	display: inline-block;
	position: relative;
	padding:0 30px
}
.index-class dl dd a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    display: block;
    color: #000;
}
.index-class dl dd ul {
    position: absolute;
    top: 50px;
    background: #fff;
    width: 100%;
    right: 0;
    border: 1px solid #ddd;
    border-top: 0;
}
.index-product-body {
    display: block;
    margin-top: 25px;
}

.index-product-body ul li {
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-product-body ul li .pic-name {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-align: center;
}
.sub li a {
    line-height: 35px!important;
    height: 35px!important;
    font-size: 14px!important;
    color: #000!important;
}

.sub::after{
	content: "";
	display: inline-block;
	
}

/* 首页产品中心 */

/* 服务 */
.se {
    width: 100%;
    overflow: hidden;
    padding: 50px 0px;
    margin-bottom: 0;
    background: url(../images/abbg.jpg) no-repeat;
    background-size: cover;
}
.se ul{
	overflow:hidden;
}
.se ul li{
	width:300px;
	overflow:hidden;
	float:left;
	text-align:center;
}
.se ul li+li{
	margin-left:150px;
}
.se ul li h2{
	color:#fff;
	font-size:108px;
}
.se ul li p:nth-of-type(1){
	color:#fff;
	font-size:30px;
}
.se ul li p:nth-of-type(2) {
    color: #ebebeb;
    font-size: 16px;
    line-height: 30px;
    margin-top: 12px;
}
.se ul li a{
	color:#d27c34;
	font-size:35px;
	display:inline-block;
	margin-top:20px;
}
/* 服务 */

/* 关于我们 start*/
.index-about-bg {
    display: block;
    background: #f8f8f8;
    padding: 50px 0;
	background: url(../images/about-bg.jpg) no-repeat center;
}
.index-about-left{
	width: 48%;
}
.index-about-text {
    font-size: 16px;
    line-height: 200%;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.index-about-right{
	width: 48%;
}

.index-about-right img{
	width: 100%;
}

/* 关于我们 end*/


/* 联系我们 */
.index-con{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	margin-top:50px;
	}
.index-con .conwz{
	width:450px;
	float:left;
	overflow:hidden;
	margin-top:40px;
	}
.index-con ul {
    width: 40%;
    float: left;
}
.index-con ul li{
	padding-left: 40px;
}
.index-con ul li+li{
	margin-top:30px;
}
.index-con ul li:nth-of-type(1){
	background:url(../images/add.png) left top no-repeat;
}
.index-con ul li:nth-of-type(2){
	background:url(../images/tel.png) left top no-repeat;
}
.index-con ul li:nth-of-type(3){
	background:url(../images/e-mail.png) left top no-repeat;
}
.index-con ul li p:nth-of-type(1){
	font-size:18px;
	color:#333;
}
.index-con ul li p:nth-of-type(2){
	font-size:14px;
	color:#666;
	line-height:30px;
	margin-top:10px;
}
.index-con .confb {
    width: 660px;
    float: right;
    overflow: hidden;
    margin-top: 0;
}
.index-con .confb p{
	color:#757575;
	font-size:14px;
	line-height: 30px;
}
.index-con .confb p+p{
	margin-top:30px;
}
.index-con .confb p input[type="text"]{
	height:30px;
	color:#333;
	font-size:14px;
	border:none;
	outline:none;
	border-bottom:1px solid #aaa;
}
.index-con .confb p:nth-of-type(1) input[type="text"]{
	width:100%;
}
.index-con .confb p:nth-of-type(2) input[type="text"]{
	width:46%;
}
.index-con .confb p:nth-of-type(2) input[type="text"]+input[type="text"]{
	margin-left:8%;
}
.index-con .confb p textarea{
	outline:none;
	resize:none;
	width:96%;
	height:130px;
	border:1px solid #aaa;
	padding:12px 12px 0px 12px;
}
.index-con .confb p:nth-of-type(4){
	text-align:center;
}
.index-con .confb p input[type="submit"]{
	background:#0c0c17;
	width:164px;
	height:40px;
	outline:none;
	border:none;
	color:#fff;
	cursor:pointer;
}
/* 联系我们 */

/* 版权 */
.footer {
    width: 100%;
    margin-top: 50px;
    padding-top: 40px;
    overflow: hidden;
    background: url(../images/bg.png) calc(50% - 300px) no-repeat;
    background-color: #2978bd;
    padding-bottom: 40px;
	position: relative;
}
.footer .botwo{
	width:360px;
	float:left;
	margin-left:0px;
	}
.footer .botwo p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.footer .botwo span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#fff;
	}
.footer .botwo ul{
	margin-top: 0px;
	}
.footer .botwo ul li{
	width:50%;
	float:left;
	margin-top:30px;
	}
.footer .botwo ul li a{
	font-size:16px;
	color:#eee;
	}
.footer .botwo ul li a:hover{
	text-decoration:underline;
	}
.footer .bothree {
    width: 500px;
    float: right;
    padding-right: 200px;
    background-image: url(../images/qr.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.footer .bothree p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	}
.footer .bothree span{
	display:inline-block;
	width:80px;
	height:3px;
	background:#fff;
	}
.footer .bothree .input{
	width:100%;
	margin-top:40px;
	}
.footer .bothree .input input[type="text"]{
	width: calc(100% - 60px);
	height:60px;
	border:none;
	text-indent:1em;
	background:#2e2e2e;
	outline:none;
	color:#fff;
	}
.footer .bothree .input input[type="submit"]{
	width:60px;
	height:60px;
	background:url(../images/search.png) 17.5px no-repeat;
	background-color:#fff;
	border:none;
	float:right;
	outline:none;
	cursor:pointer;
	}
.footer .bothree ul{
	overflow:hidden;
	margin-top:30px;
	}
.footer .bothree ul li{
	width:43px;
	height:43px;
	float:left;
	}
.footer .bothree ul li+li{
	margin-left:20px;
	}
.top {
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background-color: #2f2e2e;
    border-radius: 50px 50px 0 0;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.top a{
	color:#fff;
	font-size:20px;
	display:block;
	}
.banq {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 60px;
    background: #2a2828;
}
.banq a{
	color:#fff;
	}
.chakan{width: 150px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;margin:0 auto;background: #484848;margin:15px auto;}
.chakan a{color:#fff;display: table;width: 100%;height: 100%;}
/* 版权 */


/* 内页 */
.ny-main{
	margin-top: 50px;
}

.main-title .box {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 1.4%;
    background: url(../images/dx.jpg) no-repeat center bottom;
    color: #333;
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: normal;
}

.ny-class{
	margin-bottom: 25px;
}

.ny-class .box {
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: #DEDEDE solid 1px;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}

.ny-class .box a.current {
    color: #27488f;
    background: url(../images/pic29.png) no-repeat left center;
}

.ny-class .box a {
    width: 10%;
    height: 50px;
    color: #666;
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    line-height: 50px;
    padding-left: 2%;
    margin-left: 2%;
    background: url(../images/pic28.png) no-repeat left center;
    float: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny-text{
    font-size: 15px;
    line-height: 200%;
}

/* 内页 */


/* 图片放大模块 */
.pic{
	width: 100%;
}
.pic li {
    width: 23%;
    margin: 1%;
    float: left;
}
.pic li img{
	border:1px solid #ddd;
}

.pic li span {
    text-align: center;
    display: table;
    width: 100%;
    line-height: 20px;
    font-size: 15px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.ny-product ul li {
    width: 23%;
    float: left;
    margin: 1%;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 10px #ddd;
    border-radius: 5px;
    overflow: hidden;
}
.ny-product ul li .name {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    text-shadow: 1px 1px 1px #ddd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* 内页产品中心 */
.ny-product-body{
	display: table;
    width: 100%;
}
.pro_c_s_i{
	margin-top: 30px;
}

.pro_c_s_i .list {
    overflow: hidden;
    width: 32%;
    margin-right: 10px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
}
.pro_c_s_i{ }
.pro_c_s_i .list::after {
    overflow: hidden;
    width: 32%;
    margin-right: 15px;
    height: auto;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
}

.pro_c_s_i .list .img {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 0;
    border: 1px solid #ddd;
}
.pro_c_s_i .list a img {
    display: block;
    width: 100%;
    margin-left: 0;
    height: auto;
    position: relative;
    transition: all .5s;
    opacity: 0.95;
}
.pro_c_s_i .list a img:hover{  transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); opacity:1;}
.pro_c_s_i .list .til {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    padding-top: 0;
    line-height: 40px;
}

.pro_c_s .list .img{ display:block; width:276px; height:225px; overflow:hidden;    padding-bottom: 20px;}
.pro_c_s .list a img{ display:block; width:276px;  height:225px;  position: relative;transition:all .5s;opacity:0.95;}
.pro_c_s .list a img:hover{ opacity:0.7; transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1); -ms-transform:scale(1.1); opacity:1;}
.prodbaseinfo_a {
    float: right;
    width: 58%;
    z-index: 1;
}

.h2_prodtitle{font-size:28px;color:#414141;padding:2px 0 10px;line-height:1.6em; border-bottom: 1px solid  #DCDCDC;}

.ul_prodinfo{padding:6px 0;overflow:hidden;zoom:1;}


.ul_prodinfos {
    padding: 15px 15px;
    width: 100%;
    margin-top: 25px;
    height: 110px;
    overflow: hidden;
    zoom: 1;
    /* background: #eee; */
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
 .ul_prodinfos b{display: block;
    font-size: 16px;
    font-weight: normal;
    margin-left: 66px;
    padding-top: 25px;}
.ul_prodinfos li{padding: 25px 0 10px;
    height: 60px;
    float: left;}
.ul_prodinfo li{font-size: 14px;float:left;padding:6px 0; height:155px;}
.ul_prodinfo li span{ font-size:14px}
.li_normalprice,.li_prono{line-height:24px; }
.li_normalprice img{ margin-top:35px;}

.li_first{ width: 200px!important;}
.li_weight{}

.ul_prodinfo .li_prono,.ul_prodinfo .li_marketprice,
.ul_prodinfo .li_volume,.ul_prodinfo .li_weight,.ul_prodinfo .li_jf,
.ul_prodinfo .li_brand .span_title{
color:#999;}
.ul_prodinfo .li_brand{width:180px; }
.li_prono{line-height:2.9em;}
.ul_prodinfo .b_proprice{font-size:14px;color:#ce1919;font-weight:normal;}
.ul_prodinfo a.a_brand{color:#c00;}
.ul_prodinfo a.a_brand:hover{text-decoration:underline;}

.ul_prodinfo .li_jf{clear:both;width:300px; }
.ul_prodinfo .li_jf b{font-weight:normal;color:#c00;}
.ul_prodinfo .li_jf a.a_usejf{display:-moz-inline-stack;display:inline-block;*display:inline;*zoom:1;width:80px;height:22px;line-height:22px;line-height:25px\9;_line-height:22px;overflow:hidden;background-position:-420px -120px;text-align:center;color:#fff;margin:0 0 0 8px;filter:alpha(opacity=90);opacity:0.9;vertical-align:middle;}
.ul_prodinfo .li_jf a.a_usejf:hover{filter:alpha(opacity=100);opacity:1.0;}

.prodbaseinfo_a .div_choose{background:#fcf0f0; border:1px solid #fbd2d2;margin-top:7px;padding:10px;}
.prodbaseinfo_a .div_choose h3{font-weight:normal;padding:0 0 5px; }



.mod_goods_info {clear:both;margin-bottom:10px;position:relative; background-color:#eee; height:45px;margin-top:35px;}
.mod_goods_info .hds {height:45px;_overflow:hidden;}
.mod_goods_info .hds li {float:left;cursor:pointer;border-right:1px solid #fff}
.mod_goods_info .hds li h3 {display:block;width:128px;height:45px;line-height:45px;text-align:center;font-size:18px;border-bottom:0; font-weight:normal}
.mod_goods_info .hds li h3 a {color:#666;font-weight: normal;text-decoration:none;outline:none}
.mod_goods_info .hds .status_on { height:45px; line-height:45px;border-top:3px solid #074f9b;position:relative;}
.mod_goods_info .hds .status_on h3 {height:45px; line-height:45px;background-color:#fff;color:#074f9b}
.mod_goods_info .hds .status_on h3 a {color:#074f9b;font-weight:bold}
.mod_goods_info .more{ position:absolute;top:8px; right:0px;}
.mod_goods_info .more a:link,
.mod_goods_info .more a:visited{text-decoration:none;color:#074f9b;}
.mod_goods_info .more a:hover{color:#D4105A;}
.pright { width:280px; float:left; margin-left:20px;}


.propar{padding-left: 40px;}
.propar .line{ font-weight:normal; text-decoration:line-through;}
.propar .span_1 { font-weight:bold; font-size:14px; color:#f00;}
.propar .span_2 { font-size:16px;}
.propar h4 { color:#333; line-height:28px; background:#F7F7F7; padding:0 8px;}
.propar .more { text-align:right; border-bottom:dashed 1px #d7d7d7; margin-bottom:5px; }
.propar .more a {color:#d02127; padding-left:12px; line-height:20px; }
.propar .more a img { margin-right:5px;}
.hottel {
    color: #074f9b;
    font-weight: normal;
    font-size: 17px;
    float: left;
    font-weight: bold;
}

.proinfo {
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 18px;
}


.cp {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding-bottom: 12px;
    margin-bottom: 10px;
    display: table;
    width: 100%;
}
.cptab { border-bottom:1px solid #d7d7d7; background:#f7f7f7;  }
.cptab {
    line-height: 50px;
    font-size: 18px;
    color: #074f9b;
    text-decoration: none;
    padding: 0 8px;
}
.cptab a:hover {text-decoration:none;}
.cptab a.cr { background:#eee; font-weight:bold; }

.cp dl {
    width: 24.5%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 12px 0px 0 11px;
}
.cp dt {     width: 100%;   overflow:hidden;  }
.cp dt a {    width: 100%; display:block; border:1px solid #D5D5D5; padding:1px;}
.cp dt a:hover { border:solid 1px #2978bd;} /*äº§å“å›¾ç‰‡è¾¹æ¡†è¿žæŽ¥*/
.cp dt img {
    width: 100%;
    display: block;
}

.cp dd {
    line-height: 24px;
    padding-top: 8px;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
}





.description {
    margin: 20px 0;
	margin-bottom: 25px;
}

.description .title {
    border-bottom: 1px solid #dddddd;
    height: 45px;
    text-align: left;
    color: #ddd;
}

.description .title span.cur {
    border-bottom: 1px solid #333333;
    color: #333333!important;
    padding-bottom: 9px;
}

.description .contents {
    line-height: 180%;
    min-height: 150px;
    padding: 10px 0;
	display: block;
}
#global_editor_contents p {
    margin: 5px 0;
}

#global_editor_contents p {
    font-family: "QuattrocentoSans-Regular";
}

.description .title span {
    font-size: 25px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
    font-family: "WorkSans-Bold";
	height: 45px;
}

.ueeshop_responsive_article_feedback{padding-top:10px;margin-bottom: 0;}
.ueeshop_responsive_article_feedback .article_feedback_title{text-align: center;margin-bottom: 2%;}
.ueeshop_responsive_article_feedback .article_feedback_title .title{font-size: 24px;color: #333;}
.ueeshop_responsive_article_feedback .article_feedback_title span{display: block;width: 28px;height: 2px;background: #333;margin:15px auto 10px;}
.ueeshop_responsive_article_feedback .article_feedback_title .txt{font-size: 16px;color: #555;}
.ueeshop_responsive_article_feedback .rows{padding:10px 1%;position: relative;}
.ueeshop_responsive_article_feedback .rows.input_rows{float:left; width:50%;text-align: center;box-sizing: border-box;}
.ueeshop_responsive_article_feedback .rows .input{width:100%; height:43px; line-height:43px; font-size:12px; color:#888; text-indent:10px;box-sizing: border-box;border:1px solid #000}
.ueeshop_responsive_article_feedback .rows textarea{width:100%; height:150px; padding:5px; font-size:12px; color:#888;box-sizing: border-box;border:1px solid #000}
.ueeshop_responsive_article_feedback .rows .fc_red{margin-right:8px;position: absolute;right: 0;bottom: 7px;z-index: 1;}
.ueeshop_responsive_article_feedback .rows.input_rows .fc_red{bottom: 18px;}
.ueeshop_responsive_article_feedback .rows.vcode .input{width:150px; max-width:80%;}
.ueeshop_responsive_article_feedback .rows.vcode img{margin-top:3px;}
.ueeshop_responsive_article_feedback .rows.vcode .fc_red{position: static;margin: 0 0 0 8px;}
.ueeshop_responsive_article_feedback .rows .form_button{width:160px; height:40px;line-height: 40px; background:#222; color:#fff;font-size:14px; border:none;text-transform: uppercase;cursor: pointer;}
.ueeshop_responsive_article_feedback .rows.textarea_rows{clear:both;}
.ueeshop_responsive_article_feedback.s1>form>.rows.input_rows{width:100%; float:none;}
.ueeshop_responsive_article_feedback.s1>form>.rows.textarea_rows textarea{width:90%; max-width:90%;}

.ueeshop_responsive_feedback{margin:30px 0; overflow:hidden;}
.ueeshop_responsive_feedback form{padding:0 30px;}
.ueeshop_responsive_feedback .rows{padding:10px 0;}
.ueeshop_responsive_feedback .rows label{font-size:16px; display:block; padding-bottom:8px;}
.ueeshop_responsive_feedback .rows label span{color:red; font-size:14px;}
.ueeshop_responsive_feedback .rows .input{width:360px; max-width:70%; border-radius:5px; padding:0 5px; height:44px; line-height:44px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows textarea{width:500px; max-width:80%; height:150px; border-radius:5px; padding:5px; font-size:16px; color:#888;}
.ueeshop_responsive_feedback .rows .vcode .input{width:120px; max-width:80%;}
.ueeshop_responsive_feedback .rows .vcode img{margin-top:6px;}
.ueeshop_responsive_feedback .form_button{width:160px; height:50px; background:#222; border-radius:5px; color:#fff; font-size:16px; border:none;}


.main-left{
	margin-top: 30px;
}

/* 内页产品中心 */

/* 新闻中心 */
.agent_con{
	margin-top: 30px;
}
dl.dl_42 {
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    display: table;
    padding-bottom: 30px;
}
.dl_42 dt{width: 254px; float:left;}
.dl_42 dt a{width: 250px;   padding:1px; border:1px solid #d7d7d7; display:block;}
.dl_42 dt img{  display:block;  width:100%;  /*height: 174px;*/ }
.dl_42 dd {
    background: #fff;
    padding-left: 15px;
    float: left;
    width: 74%;
    line-height: 24px;
    overflow: hidden;
    color: #666;
}
.dl_42 dd h4 {
    font-size: 22px;
    padding-bottom: 5px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dl_42 dd p{ height: 100px;overflow:hidden; font-size:15px;}
.dl_42 dd h4 a{color:#000;}
.dl_42 dd .mor {font-size:14px; color:#074f9b; font-weight:bold;}


.center {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.center .title {
    text-align: center;
    font-size: 28px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 15px;
}

.news_info {
    font-size: 16px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: left;
    border-bottom: 1px solid #aea375;
    padding-bottom: 10px;
    text-align: center;
}

.details-txt {
    font-size: 14px;
    line-height: 250%;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px dashed #e0e1dc;
    padding: 20px 0;
    min-height: 150px;
}

.page_bg{
    line-height: 26px;
    margin-top: 6px;
    padding-top: 5px;
    font-size: 14px;
}
.page_bg span {
    display: block;
}

/* 新闻中心 */


.con {
    font-size: 16px;
    line-height: 35px;
}

/* 在线留言 */
.hza {
    margin-top: 10px;
    padding: 0px;
    color: #0f83d2;
    width: 100%;
	margin-top: 30px;
}
.hza:after{
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	font-size: 0; 
	line-height: 0;
}
.soka {
    width: 47%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 45px;
    margin-right: 5px;
    background: inherit;
    float: left;
    margin: 10px 17px;
    text-transform: uppercase;
    background: #fff;
}

.hza .soka {
    width: 48%;
    border: 1px solid #D8D8D8;
    line-height: 35px;
    margin-bottom: 12px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    height: 45px;
    margin-right: 5px;
    background: inherit;
    float: left;
    margin: 10px 5px;
    text-transform: uppercase;
    background: #fff;
}

.sokb {
    height: 75px;
    border: 1px solid #D8D8D8;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    font-family: "Microsoft YaHei", verdant, tahoma;
    width: 96%;
    color: #000000;
    margin: 0;
    margin-left: 0px;
    margin-top: 0;
    margin-right: 10px;
    background: inherit;
    display: inline-block;
    margin-top: 0px;
    float: left;
    margin-left: 5px;
    margin-top: 9px;
    margin-bottom: 14px;
    background: #fff;
}
.tj {
    display: table;
    width: 170px;
    line-height: 45px;
    height: 45px;
    background: #a40b11;
    margin-right: 10px;
    margin-top: 25px;
    color: #fff;
    border-radius: 25px;
    margin-left: 25px;
    border: 0;
    margin: 0 auto;
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}
/* 在线留言 */


/* 内页 start*/
.ny-banner {
    overflow: hidden;
    height: auto;
    padding-top: 88px;
    display: table;
    width: 100%;
}
.ny-banner img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}





.header_bottom_bg {
    background: #2978bd;
    height: 75px;
    line-height: 75px;
}
.header-title{
    display: inline-block;
    font-size: 24px;
    line-height: 36px;
    max-height: 72px;
    max-width: 75%;
    overflow: hidden;
    font-weight: 700;
    color: #fff;
	line-height: 75px;
}

.header-title i{
	margin-right: 10px;
}

.contact_btn {
    display: inline-block;
    height: 50px;
    width: 187px;
    box-sizing: border-box;
    border: solid 1px #e57b2b;
    color: #e57b2b;
    background: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    transition: .3s all;
    overflow: hidden;
    margin-top: 13px;
}


.small_title {
    color: #c57b40;
    font-size: 20px;
    padding: 18px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}


.max_title {
    color: #2978bd;
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
    font-family: 'graphik-medium';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.position {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #767676;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
}

.position a {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: left;
    color: #767676;
    font-size: 14px;
}