/*英鸿官网*/


/*
   |   善德科技:www.gzsdkj.cn            |
   |   Powered By Hansw                  |
   |   E-mail:707831735@qq.com           |
            __     __       
           /  \~~~/  \    
     ,----(     ..    ) 
    /      \__     __/   
   /|         (\  |(
  ^ \   /___\  /\ |   
     |__|   |__|-" 
*/


/*公共样式 开始*/

html,
body {
	min-width: 1200px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.base {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

li {
	list-style: none;
}

p {
	line-height: 26px;
}


/*公共样式 结束*/

.header-all {
	background: url(../images/header-bg.png) center center/cover;
	min-width: 1200px;
}

.header {
	position: relative;
	height: 155px;
}

.header .logo {
	margin-top: 27px;
	width: 350px;
}

.header-right .collection a {
	display: inline-block;
	font-family: "宋体";
	color: #343434;
	margin-top: 20px;
}

.collection {
	position: relative;
}

.search {
	background: none;
	outline: none;
	border: 1px solid #0956a0;
	border-radius: 8px;
	width: 266px;
	height: 30px;
	padding: 0 30px;
	margin-top: 23px;
}

.search-icon {
	position: absolute;
	right: 7px;
	top: 28px;
}

.header-right .header-phone {
	margin-top: 10px;
}

.header-right .header-phone span {
	font-size: 15px;
	margin: 0 6px;
}

.header-right .header-phone a {
	color: #0a58a4;
	font-size: 19px;
	cursor: default;
}

.nav {
	height: 53px;
	padding: 0;
	/*overflow: hidden;*/
	position: absolute;
	margin-top: 25px;
	z-index: 9999;
	background: url(../images/nav-bg.png) center center/cover;
}

.nav ul {
	margin-bottom: 0;
	position: relative;
}

.nav ul li {
	float: left;
}


.nav ul li ul {
	width: 1186px !important;
    float: left;
    position: absolute;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.8);
    top: 45px;
    left: 7px;
    color: #fff;
    display: none;
}

.nav ul li ul.nav-ul1 {
    /*width: 897px;*/
    padding-left: 150px;
}

.nav ul li ul.nav-ul2 {
    /*width: 734px;*/
   	padding-left: 217px;
}

.nav ul li ul.nav-ul3 {
    /*width: 571px;*/
    padding-left: 428px;
}

.nav ul li ul.nav-ul4 {
    /*width: 408px;*/
   padding-left: 640px;
}

.nav ul li ul.nav-ul5 {
    /*width: 245px;*/
   padding-left: 800px;
}

.nav ul li:hover ul{
	display: block;
}

.nav ul li ul li{
	float: left;
}

.nav ul li a {
	height: 37px;
	margin-top: 8px;
	color: #fff;
	font-size: 17px;
	padding: 0 47px;
	float: left;
	line-height: 37px;
	border-right: 1px solid #ddd;
}

.nav ul li a:hover{
	color: yellow;
}

.nav ul li a.active {
	color: yellow;
}

.nav ul li ul li a{
	height: 40px;
	margin-top:0;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	float: left;
	line-height: 40px;
	border-right: none;
}

.nav ul li ul li a:hover{
	color: yellow;
}

.slideBox1 {
	background: url(../images/banner-bg.png) center center/cover;
	height: 625px;
}

.slideBox1 .bd {
	height: 505px;
	padding: 8px;
	margin-top: 50px;
	background: #fff;
}

.slideBox .bd img {
	height: 489px;
}

.slideBox .hd ul li {
	width: 30px;
	height: 30px;
	background: url(../images/slide-default.png);
}

.slideBox .hd ul li.on {
	background: url(../images/slide-active.png);
}

.slideBox .hd {
	height: 30px;
}

.picMarquee-left .bd ul li {
	position: relative;
	width: 307px;
	height: 165px;
	border: 4px solid #d8d8d8;
	padding: 8px;
	border-radius: 10px;
}

.picMarquee-left .bd ul li .pic {
	width: 283px;
	height: 119px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	max-width: 95%;
	display: block;
	margin: 0 auto;
	max-height: 119px;
}

.picMarquee-left .bd ul li .title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.picMarquee-left .bd ul li .title a {
	color: #fff;
	font-size: 14px;
	display: block;
}

.picMarquee-left .bd ul li:hover {
	border: 4px solid #2685e3;
}

.picMarquee-left .bd ul li:hover .title {
	background: #2685e3;
}

.index-contentall {
	width: 100%;
	min-width: 1200px;
	min-height: 800px;
	background: url(../images/index-content-bg.jpg) center center;
}

.index-aboutl {
	width: 900px;
	height: 405px;
	overflow: hidden;
	display: inline-block;
}

.index-aboutlT {
	margin: 20px 0;
	padding: 0 10px;
}

.index-aboutlT small {
	color: #8a8a8a;
	font-size: 100%;
}

.index-aboutlT a {
	float: right;
	padding: 1px 10px;
	border-radius: 11px;
	background: #dfdfdf;
	color: #707070;
}

.index-aboutlT a:hover {
	color: #fff;
	background: #2685e3;
}

.index-aboutlM {
	padding: 0 10px;
}

.index-aboutlM .about-img {
	width: 350px;
	margin: 0 30px 0 5px;
	height: 295px;
}

.aboutus h1 {
	color: #2685e3;
	font-size: 18px;
}

.aboutus small {
	color: #999;
	width: 475px;
	display: inline-block;
	border-bottom: 1px dashed;
	font-size: 14px;
}

.aboutus p {
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	background: none !important;
}

.aboutus span{
	background: none !important;
}

.index-aboutr {
	width: 295px;
	height: 405px;
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.index-aboutr img {
	width: 274px;
	height: 190px;
	margin-top: 12px;
	border-radius: 10px;
}

.certificate {
	width: 355px;
	/*height: 450px;*/
	text-align: center;
	display: inline-block;
	margin: 10px 0 10px 20px;
	border: 2px solid #dadada;
}

.certificate img {
	width: 315px;
	/*height: 394px;*/
}

.certificate p {
	text-align: center !important;
	font-weight: bold;
	margin-top: 5px;
}

.engineering {
	padding: 0 15px;
}

.engineering img {
	width: 870px;
	height: 290px;
}

.engineeringL {
	width: 870px;
	height: 290px;
	margin-top: 15px;
}

.engineeringR {
	text-align: center;
	display: inline-block;
	width: 300px;
	height: 290px;
	padding: 0 20px;
	overflow: hidden;
	margin-top: 15px;
}

.engineeringR h3 {
	font-size: 18px;
}

.engineeringR p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	background: none !important;
}

.engineeringR span{
	background: none !important;
	font-size: 14px !important;
}

.engineeringR a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 3px 50px;
	border: 1px solid #333;
}

.engineeringR a:hover {
	background: #333;
	color: #fff;
}

.btm-nav {
	width: 100%;
	min-width: 1200px;
	background: #eaeaea;
	height: 55px;
	text-align: center;
	line-height: 55px;
	/*margin-top: 30px;*/
}

.btm-nav a {
	width: 200px;
	height: 25px;
	font-size: 20px;
	border-right: 1px solid;
	padding: 0 30px;
}

.footerall {
	width: 100%;
	min-width: 1200px;
	background: url(../images/footer-bg.png) no-repeat;
	color: #fff;
}

.footer .table>thead>tr>th,
.footer .table>tbody>tr>th,
.footer .table>tfoot>tr>th,
.footer .table>thead>tr>td,
.footer .table>tbody>tr>td,
.footer .table>tfoot>tr>td {
	border-top: none;
	padding: 0px 20px;
	text-align: justify;
	display: inline-block;
	margin: 25px 5px 0 0;
	border-right: 1px solid #fff;
}

.footer a {
	color: #fff;
}

.footer ul {
	margin-bottom: 0;
}

.footer ul li {
	vertical-align: top;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
	text-align: center;
}

.footer ul li img {
	width: 150px;
	height: 150px;
}

.footer p {
	margin-bottom: 0;
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	border-top: 2px solid #dde8f2;
}

.case-content {
	width: 100%;
	height: auto;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../images/case-bg.png) center center/cover;
}

.case-left {
	margin-top: 40px;
}

.case-right {
	width: 855px;
	height: 60px;
	line-height: 60px;
	margin-top: 50px;
	background: url(../images/case-titlebg.png) center center;
}

.case-right span {
	color: #fff;
	font-size: 24px;
	margin-left: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.container {
	/*max-width: 800px;*/
	margin: 0 auto;
}

.slide {
	width: 100%;
	min-height: 180px;
	/*overflow: hidden;*/
	position: relative;
}

.slide .img {
	/*overflow: hidden;*/
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
	width: calc(140% - 14px);
	height: calc(140% - 14px);
	margin: 7px;
	border: 6px solid #fff;
	border-radius: 5px;
	background: #fff;
}

.product-slide .img img {
	width: calc(160% - 14px);
	height: calc(160% - 14px);
}

.slide .img1 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: -50%;
	z-index: 1;
}

.slide .img2 {
	width: 60%;
	height: 60%;
	top: 24%;
	left: -25%;
	z-index: 2;
}

.slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: -5%;
	z-index: 3;
}

.slide .img4 {
	width: 60%;
	height: 60%;
	top: 24%;
	left: 42%;
	z-index: 2;
}

.slide .img5 {
	width: 40%;
	height: 40%;
	top: 30%;
	left: 110%;
	z-index: 1;
}

.product-slide .img1 {
	width: 40%;
	height: 40%;
	top: 43%;
	left: -45%;
	z-index: 1;
}

.product-slide .img2 {
	width: 60%;
	height: 60%;
	top: 26%;
	left: -32%;
	z-index: 2;
}

.product-slide .img3 {
	width: 80%;
	height: 80%;
	top: 10%;
	left: -15%;
	z-index: 3;
}

.product-slide .img4 {
	width: 60%;
	height: 60%;
	top: 26%;
	left: 35%;
	z-index: 2;
}

.product-slide .img5 {
	width: 40%;
	height: 40%;
	top: 43%;
	left: 79%;
	z-index: 1;
}

.slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.slide .slide-bt .on {
	background: #ffd200;
}

button.case-btn {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	outline: none;
	border: none;
	margin: 20px;
}

button.prev-btn {
	z-index: 9999;
	position: absolute;
	top: 200px;
	left: -115px;
	background: url(../images/prev.png) center center;
}

button.next-btn {
	z-index: 9999;
	position: absolute;
	top: 200px;
	right: -130px;
	background: url(../images/next.png) center center;
}

.product-slide button.prev-btn {
	left: -170px;
}

.product-slide button.next-btn {
	right: -160px;
}

.cast-listS {
	background: url(../images/case-listS-bg.png) center center/cover;
}

.case-ul li {
	display: inline-block;
	width: 360px;
	height: 340px;
	overflow: hidden;
	margin: 20px 18px;
}

.case-ul li img {
	width: 360px;
	height: 280px;
}

.case-d {
	width: 100%;
	height: 60px;
	background: #fff url(../images/cast-listS-img2.jpg) left no-repeat;
}

.case-title {
	display: inline-block !important;
	width: 245px;
	height: 60px;
	background: #f5f4f4;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
	margin-left: 42px;
	padding-left: 10px;
}

.case-title p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	/*line-height: 18px;*/
    margin-top: 18px;
}

.goto-case {
	display: inline-block;
	float: right;
	padding: 20px 6px;
	font-size: 15px;
	text-align: center;
}


/*缩略图*/

.mod18Box {
	padding: 10px;
	/*border: 1px solid #CCC;*/
	margin: 30px auto 0;
	width: 800px;
	/*background: #FFF;*/
	/*box-shadow: 0px 1px 5px #CCCCCC*/
}

.mod18 {
	width: 800px;
	height: 500px;
	margin: 0px auto;
	position: relative;
	/*background: #f7f7f7;*/
}

.mod18 .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	top: 405px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

.mod18 .prev {
	left: -70px;
	background: url(../images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
	top: 140px;
	width: 61px;
	height: 61px;
}

.mod18 #prevTop {
	background: url(../images/prev.png) 0 0 no-repeat;
}

.mod18 #nextTop {
	background: url(../images/next.png) 0 0 no-repeat;
}

.mod18 .next {
	right: -70px;
	background: url(../images/nextBtn.png) no-repeat;
}

.mod18 li {
	float: left;
}

.mod18 .cf li {
	position: relative;
	color: #fff;
	border: 6px solid #fff;
	border-radius: 6px;
}

.mod18 .cf a {
	display: block;
	width: 800px;
	height: 390px;
	position: absolute;
	color: #fff;
}

.mod18 .cf li span {
	display: block;
	width: 800px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 20px;
	line-height: 22px;
	text-align: left;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
	height: 390px;
	position: relative;
	overflow: hidden;
}

.mod18 .picBox ul {
	height: 390px;
	position: absolute;
}

.mod18 .picBox li {
	width: 800px;
	height: 390px;
}

.mod18 .listBox {
	width: 642px;
	height: 115px;
	margin: 0 auto;
	position: relative;
	padding: 6px 0 0px;
	overflow: hidden;
}

.mod18 .listBox ul {
	height: 100px;
	position: absolute;
}

.mod18 .listBox li {
	width: 129px;
	height: 70px;
	cursor: pointer;
	position: relative;
}

.mod18 .listBox ul.cf li {
	border: none;
	background: none;
}

.mod18 .listBox li i {
	display: none;
}

.mod18 .listBox li a {
	display: block;
	width: 124px;
	height: 70px;
}

.mod18 .listBox li img {
	width: 118px;
	height: 85px;
	border: 4px solid #fff;
}

.mod18 .listBox .on img {
	width: 118px;
	height: 85px;
	border: 4px solid #ffff00;
}

.mod18 .listBox .on i {
	display: block;
}

.hhie {
	width: 100%;
	height: 59px;
}

#mews1 {
	width: 1200px;
	margin: 0 auto;
	height: 37px;
	padding-top: 11px;
}

#nav {
	width: 1200px;
	margin: 0 auto;
	height: 36px;
	display: block;
}

#nav .mainlevel {
	float: left;
	width: 125px;
	position: relative;
	/*padding-right: 6px;*/
	margin-right: 8px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

#nav .mainlevel a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	line-height: 37px;
	height: 37px;
	display: block;
	text-align: center;
	width: 125px;
	font-family: "微软雅黑";
	font-size: 14px;
	background: #d5d5d5;
}


#nav .mainlevel2{
	width: 20%;
	height: 50px;
	line-height: 50px;
	margin-left: 112px;
}

#nav .mainlevel2 a{
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
}

#nav .mainlevel ul {
	height: 0;
	overflow: hidden;
	position: absolute;
	background: #ffffff;
	z-index: 1;
	border: 1px solid #e8e9e9;
	border-top: none;
	width: 126px;
	left: 0px;
	transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-moz-animation: all ease-in-out .5s;
	-moz-transition: all ease-in-out .5s;
}

#nav .mainlevel li {
	border-top: 1px solid #e5e5e5;
	background: #fff;
	height: 33px;
	line-height: 33px;
	width: 126px;
}

#nav .mainlevel li a {
	line-height: 33px;
	height: 33px;
	font-weight: normal;
	font-size: 12px;
	color: #666666;
	background: none;
	width: 126px;
}

#nav .mainlevel a.ie {
	color: #fff;
	background: #5164ed;
}

#nav .mainlevel a:hover {
	color: #fff;
	background: #5164ed;
}


/*
#nav .mainlevel:first-child:hover ul {
	height: 397px;
}

#nav .mainlevel:nth-child(2):hover ul {
	height: 133px;
}

#nav .mainlevel:nth-child(3):hover ul {
	height: 232px;
}

#nav .mainlevel:nth-child(4):hover ul {
	height: 67px;
}

#nav .mainlevel:nth-child(5):hover ul {
	height: 100px;
}

#nav .mainlevel:nth-child(6):hover ul {
	height: 331px;
}

#nav .mainlevel:nth-child(7):hover ul {
	height: 166px;
}

#nav .mainlevel:last-child:hover ul {
	height: 232px;
}*/

.product-ul li {
	width: 260px;
	height: 264px;
}

.product-ul li a.product-a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 227px;
	/*约为高度的0.873，200*0.873 约为175*/
	*font-family: Arial;
	/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 260px;
	height: 200px;
	border: 2px solid #dadada;
	border-bottom: none;
}

.product-ul li img {
	width: auto;
	max-width: 200px;
	height: auto;
	max-height: 200px;
	padding: 15px;
}

.product-title {
	width: 170px;
	height: 58px;
	font-size: 13px;
	padding-left: 4px;
	margin-left: 24px;
}

.product-title p{
	/*line-height: 18px;*/
    margin-top: 16px;
}

.product-ul li a.goto-product {
	display: inline-block;
	float: right;
	padding: 20px 6px;
	font-size: 12px;
	text-align: center;
}

.product-d {
	border: 2px solid #dadada;
	border-top: none;
	background: #fff url(../images/product-list-bg.png) left no-repeat;
}

.product-detail {
	width: 1200px;
	margin: 40px auto;
	background: #fff;
	opacity: .9;
	min-height: 500px;
	padding: 20px;
}

.product-detail p {
	font-size: 12px;
}

.product-detail-ot{
	margin: 27px 60px 30px 0;
}

.product-detail-img{
    padding: 25px;
    border: 1px solid #6274ef;
    margin: 27px 50px 50px 30px;
   	width: 445px;
    height: 430px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-detail-img img {
    max-width: 95%;
    display: block;
    max-height: 95%;
    vertical-align: middle;
   	margin: 0 auto;
}

.small-nav {
	width: 1200px;
	margin: 20px auto 0;
}

.small-nav a {
	margin: 0 5px;
}

.small-nav a:last-child {
	text-decoration: underline;
}

.xinghao h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding-left: 15px;
	padding: 5px 15px 5px;
	border-left: 8px solid #495ce9;
	margin-bottom: 10px;
}

.product-detail h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #495cea;
    padding: 5px 30px 5px 0px;
}

.news-left {
	width: 315px;
	min-height: 450px;
	background: #fff;
	opacity: .9;
	float: left;
	padding: 20px;
	margin-top: 30px;
}

.news-left h2 {
	font-size: 25px;
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 2px solid;
}

.news-left small {
	font-size: 14px;
}

.news-left ul li {
	list-style-image: url(../images/list-style.png);
	margin-left: 34px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 18px;
}

.news-left ul li a {
	font-size: 16px;
}

.news-left ul li a.active {
	color: #3745a1;
	/*font-size: 18px;*/
}

.news-right {
	width: 850px;
	display: inline-block;
	min-height: 450px;
	background: #fff;
	opacity: .9;
	margin-left: 30px;
	padding: 20px;
	margin-top: 30px;
}

.news-media img {
	width: 250px;
	height: 160px;
}

.news-media h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #262d5c;
	font-weight: bold;
	font-size: 16px;
}

.news-media small {
	display: block;
	margin: 7px 0 0;
}

.news-media p {
	display: block;
	margin: 7px 0 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.news-media {
	padding-bottom: 15px;
	border-bottom: 1px solid #979797;
}

.news-media .media-body {
	position: relative;
}

.news-media .media-body a.news-godetail {
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: underline;
	color: #333;
	font-size: 15px;
}

.news-media .media-body a.news-godetail:hover {
	color: red;
}

.news-right h3 {
	font-size: 15px;
	font-weight: bold;
}

.news-right p {
	font-size: 13px;
	text-align: justify;
}

.contact {
	width: 1200px;
	min-height: 500px;
	background: #fff;
	opacity: .9;
	margin: 30px auto;
	padding: 15px;
}

.contact-left {
	width: 450px;
	margin: 30px;
}

.contact-right {
	width: 500px;
	margin: 30px;
}


/*地图*/

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.conview {
	line-height: 30px;
	padding-bottom: 30px;
}

.conview td {
	padding: 6px 10px;
	font-size: 14px
}

.pop .bottom {
	border-bottom: none !important;
}

.pop .center {
	width: 308px !important;
}

label {
	max-width: none !important;
}

.mainbox {
	padding: 0 25px;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
	border: 1px solid #fff;
	padding-left: 15px;
}

.news-content {
	padding-bottom: 30px;
	padding-top: 30px;
}

.news-detail {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #000;
}

.news-detaiT {
	padding-bottom: 15px;
	border-bottom: 1px solid #999;
}

.news-detaiT h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-detaiT small {
	float: right;
	margin-left: 10px;
}

.detail-end {
	padding-bottom: 8px;
	border-bottom: 1px solid #999;
}

.detail-end span {
	display: inline-block;
	color: #666;
	font-size: 23px;
	padding: 3px 20px;
	background: #f7f7f7;
	border-radius: 7px;
}

.detail-go {
	font-size: 17px;
	margin-top: 15px;
}

.news-detail p {
	text-align: justify;
	margin: 15px 0 15px;
	text-indent: 2em;
}


/*在线留言*/

.modal-footer {
	text-align: left;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		margin-right: 15px !important;
		margin-bottom: 15px !important;
	}
}


/*返回顶部*/

.go-top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
}

.three-rotact{
	min-height: 830px;
}

.page{
	margin: 20px auto;
}

.page span.current {
	padding: 7px 13px;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}

.page a {
	padding: 6px 12px;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}


.product-ul{
	min-height: 200px;
}