@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
	}
fieldset, img {
    border: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
input, button, textarea,
select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
code, kbd, samp, tt {
    font-size: 100%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
}

body{
	line-height:1.5em;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}
:link, :visited , ins {
    text-decoration: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
a{
	text-decoration:none;
	 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	
}
a:hover{
	text-decoration:none;
}
html{
	-webkit-text-size-adjust:none;
	
	}
p{
	font-size:14px;
}
	
body{
	font-family:"微软雅黑", "宋体";
	font-size:14px;
	background-color:#fff;
}


/*--------------导航*--------------*/

#logo{
	width:100%;
	padding:0 0 15px 0;
	background-color:#fff;
}
.logoright{
	display: -webkit-flex; 
  display: flex;
  justify-content: flex-end;
align-items:center;
padding-top:20px;
    
}
.logoright i{
	font-size:40px;
	color:#2076c0;
}
.logoright p{
	padding-left:10px;
}
.logoright a{
	color:#2076c0;
	font-size:18px;
}


/*--------------导航*--------------*/

.navbar-default{background-color:#2076c0; font-size:14px; text-transform:uppercase; margin-top:1.5vw; border:none; border-radius:0;}/*整个导航栏的背景颜色,字体大小设置*/

.nav-justified>li>a{border-radius:0px; color:#fff;}/*整个导航栏文字链接颜色*/
.navbar-default .nav-justified>li>a:focus,.navbar-default .nav-justified>li>a:hover{color:#fff;background-color:#d1291c;}/*链接HOVER颜色*/
.navbar-default .nav-justified>li.active>a,.nav-justified>li.active>a:focus,.navbar-default .nav-justified>li.active>a:hover{color:#fff;background-color:#d1291c;}/*active焦点背景，字体颜色*/

@media (min-width:768px){
  /*宽屏版无logo*/		
	.navbar-default .nav-justified>li>a{
	margin-bottom:0px!important;
	padding:15px 0;
}

}

/*---手机版导航按钮设置---*/
.navbar-toggle{
	background-color:#fff;
	border:none;
	margin-bottom:10px;
	margin-top:10px;
	
}
/*---也可通过margin决定导航栏的高度---*/
.navbar-default .navbar-toggle:hover{
	background-color:#9bc8ee;
}
.navbar-default .navbar-toggle:focus{
	background-color:#9bc8ee;
}



@media only screen and (max-width: 767px) {
/*手机版导航位置设置*/
	.navbar-default{background-color:#2076c0; border:none;}/*手机版整个导航栏的背景颜色*/
	.navbar-default .mtel{float:left; padding-left:0px; color:#fff; font-size:18px; font-weight:bold; padding-top:15px;}/*手机版logo的背景，高度，颜色*/
	.navbar-default .navbar-brand a:hover{
		color:#666;
	}
	/*宽屏版logo设置*/
	.navbar-default .navbar-collapse{ background-color:#333;}/*手机版导航背景颜色*/
	.navbar-default .nav-justified>li{ border-bottom:#666 solid 1px;}/*手机版li样式设置*/
	.navbar-default .nav-justified>li>a{color:#fff; text-indent:2em;}/*手机版链接颜色*/
    .navbar-default .nav-justified>li>a:focus,.navbar-default .nav-justified>li>a:hover{color:#fff;background-color:#d1291c;}/*手机链接HOVER颜色*/
	.navbar-default .nav-justified>.active>a,.navbar-default .nav-justified>.active>a:focus,.navbar-default .nav-justified>.active>a:hover{color:#fff;background-color:#d1291c;}
	/*手机焦点链接颜色*/
}

/*--------------导航End--------------*/





/*-------新闻--------*/

.nynewsbg{
	padding:3vw 20px;
}
.nynewsbg img{
	margin:10px 10px 10px 0px;
	}
	@media only screen and (min-width: 767px) {
		
		.nynewsbg img{
	max-width:240px;
		}
	}
	
.nynewsbg h5{
	color:#999;
}

.nynewsbg h2{
	font-size:18px;
	font-weight:bold;
	color:#232323;
	margin-top:1vw;
	line-height:24px;
	}
.nynewsbg p{
	 word-wrap: break-word;
	 color:#666;
	 padding:10px 0;
}

.nynewsli{
	border-top:#CCC dashed 1px;
	padding-top:10px;
	padding-bottom:10px;
}
.nynewsli:nth-child(1),.nynewsli:nth-child(2){
	border-top:none;
}
.nynewsbga{
	color:#fff;
	background-color:#2076c0;
	padding:12px 30px;
	margin-top:15px;
	font-weight:bold;
	margin-top:10px;
	
}
.nynewsbga:hover{
	background-color:#d1291c;
	color:#fff;
}
.newsview-name{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#333;
	margin-top:20px;
	
	}
.newsview-time{
	text-align:center;
}
.newsview-div{
	text-align:right;
}


.newsview-page a{
	color:#2076c0;
}
.SiteLink{
	margin-top:20px;
	border-top:#CCC dashed 1px;
	border-bottom:#CCC dashed 1px;
	margin-bottom:20px;
}
.SiteLink img{
	max-width:100%;
}
/*-------机器展示--------*/

.padding30{
	padding:30px 20px;
}
.pad60{
	padding:40px 20px;
}
.pd3{
	padding:3vw 0;
}
.pd6{
	padding:6vw 0;
}
.mg3{
	margin-top:3vw;
}
.mg6{
	margin-top:4vw;
}

.wrap-flex{
	 display: -webkit-flex; 
  	 display: flex;
}

.wrap-con{
	flex:1;
}

.pagetitlebig{
	font-size:28px;
	color:#545454;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:3vw;
}
.pagetitlesmall{
	font-size:18px;
	color:#666;
	text-align:center;
	max-width:260px;
	margin:0 auto;
	padding:5px 0;
	align-items:center;
}
.pagetitlesmalltxt{
	min-width:120px;
}
.indexpagetitleline{
	height:1px;
	flex:1;
	border-bottom:#666 solid 1px;
}

#proleft{
	width:280px;
	background-color:#fff;
	
}

#proleft ul li{
	
	border-bottom:#ececec solid 1px;
	position:relative;
}
#proleft ul li a{
	display:block;
	padding:12px 20px;
}
.current1{
	color:#787878;
}
.current,#proleft ul li a:hover{
	color:#fff;
	background-color:#6aa7db;
}
#proleft ul li a i{
	position:absolute;
	right:10px;
}
#proleft ul li:hover i{
	color:#fff;
}
#prolefttitle{
	background-color:#2076c0;
	color:#fff;
	font-weight:bold;
	padding:15px 20px;
	font-size:18px;
}
.proright{
	padding-left:20px;
}
.prorigh .col-lg-4{
	padding-bottom:0px;
}
#prorighttitle{
	border-left:#2076c0 solid 8px;
	background-color:rgba(150,177,201,0.3);
	padding:18px 0;
	text-indent:2em;
	font-size:24px;
	font-weight:bold;
	color:#333;
	
}
/*-------首页产品类别--------*/
.proconcat{
	padding:3vw 0;
}
.proconcat .thumbnail{
	padding:0px;
	border-radius:0px;
	border:#d2d2d2 solid 1px;
	margin:0;
	position:relative;
	margin-bottom:30px;
}
.proconcat .thumbnail .caption{
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	text-align:center;
	background-color:rgba(246,246,246,0.6);
	z-index:1;
}
.proconcat .thumbnail .procatimg{
	width:100%;
	overflow:hidden;
	max-height:400px;
}
.proconcat .thumbnail .procatimg img{
	 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	width:100%;
}
.proconcat .thumbnail:hover .procatimg img{
	-webkit-transform: scale3d(1.1, 1.1, 1);
                   transform: scale3d(1.1, 1.1, 1);
                   opacity: .6;
}

/*Products*/
.productsitem{
	overflow:hidden;
	 -moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;

}

.productsitem p{
	padding-left:20px;
}
.productsitem .thumbnail{
	border-radius:0px;
	padding:0px;
}
.productsitem .thumbnail .img{
	overflow:hidden;
	width:100%;
}
.productsitem .thumbnail img{
	overflow:hidden;
	width:100%;
	-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out;
}

.productsitem a:hover .thumbnail img{
	-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);
}


.productsitem .thumbnail:hover{
	-webkit-box-shadow:0px 0px 12px #aaaaaa;  
    -moz-box-shadow:0px 0px 12px #aaaaaa;  
     box-shadow:0px 0px 12px #aaaaaa;
}
@media only screen and (max-width: 768px) {
	.nynewsbg .row .col-md-8{
	border-top:none;
}
	.productsitem .thumbnail .caption{
		font-size:12px;
	}
	}
.productsitem a .caption{
	text-align:center;
	color:#fff;
	background-color:#2076c0;
	-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out;
}
.productsitem a .caption p{
	 display: -webkit-box;
  line-height: 16px;
  height: 32px;
  -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  overflow: hidden;
}
.productsitem a:hover .caption{	
	background-color:#d1291c;
	color:#fff;
}




@media (max-width:767px){

	#prorighttitle{
		font-size:18px;
	}
	.flexcolumn{
		 flex-direction:column;
	}
	.flex-rev{
		  flex-direction:column-reverse;
	}
	#proleft{
		width:100%;
	}
	
	.padding30{
	padding:20px 0;
}
.proright{
	padding-left:0px;
}



}
@media (max-width:490px){
	.column-sm{
		flex-direction:column;
	}
	.paricon{
		height:auto;
	}
	.paricon .wrap-con{
		max-width:75px;
		margin-bottom:1px;
		margin-top:1px;
	}
	.procon .thumbnail p{
		font-size:11px;
	}
	.procon .thumbnail h3 a{
		font-size:14px;
	}
	
}
/*-------首页新闻--------*/
#news{
	padding:20px 0;
}

/*-------关于我们--------*/
#indexabout{
	padding-bottom:4vw;
	padding-top:2vw;
	background-color:#226ba9;
	background-image:url(../images/indexabbg.jpg);
	background-repeat:no-repeat;
	 background-attachment:fixed;
	  background-size:cover;
	  position:relative;
}
#indexabout h2{
	font-size:38px;
	font-weight:bold;
	color:#226ba9;
}
#indexabout h2 small{
	font-size:12px;
	color:#226ba9;
}
.indexp{
	max-width:800px;
	color:#fff;
	text-align:center;
	margin:0 auto;
	margin-top:3vw;
}
.indexaboutbg{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(34,107,169,0.9);
	z-index:1;
}
#indexabout .container{
	position:relative;
	z-index:2;
}
#indexabout .pagetitlebig{
	color:#fff;
}
#indexabout .pagetitlesmall{
	background-color:transparent;
	color:#fff;
	margin-top:0px;
}
#indexabout .indexpagetitleline{
	border-bottom:#FFF solid 1px;
}
#indexabout h4{
	font-size:24px;
	color:#fff;
	text-align:center;
	margin-top:10px;
}

#indexabout .wrap-con{
	text-align:center;
	background-color:#fff;
	margin-left:15px;
	margin-right:15px;
	padding:3vw 20px;
}

#indexabout  .btn-default{
		width:100%;
		max-width:140px;
	padding:10px 0;
	border:#fff solid 1px;
	background-color:transparent;
	color:#FFF;
	letter-spacing:2px;
	font-size:12px;
	margin-top:2vw;
}

#indexabout  .btn-default:hover{
	background-color:#d1291c;
	border:#d1291c solid 1px;
}



@media (max-width:767px){
	#indexabout .wrap-con{
	margin-left:5px;
	margin-right:5px;
	padding:3vw 0;
}

	#indexabouttitle{
		width:120px;
		font-size:18px;
		line-height:30px;
	}
	#newproducts h2,#newproducts h2 span{
		font-size:18px;
	}
	#indexabout h2{
		font-size:24px;
		letter-spacing:0px;
	}
	#indexabout  .btn-default{
		padding:8px 0;
	}
	.pagetitlebig{
		font-size:20px;
	}
	
		
}
@media (max-width:490px){
#indexabout  .btn-default{
		margin-top:30px;
	}
	#indexabout h2{
		font-size:18px;
	}
	#indexabout h2 small{
		display:none;
	}
	#indexabout h4{
		font-size:14px;
	}
	#indexabout p{
		font-size:12px;
	}
}

/*-------产品应用--------*/

.indexapp{
	position:relative;
	background-color:#1d2b56;
}
.indexappcon{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	padding:1.5vw;
	color:#fff;
}
.indexappcon h2{
	font-size:24px;
}
.indexapp a:hover img{
	 opacity: .6;
}
@media (max-width:490px){
	.indexappcon h2{
		font-size:18px;
		margin-bottom:10px;
	}
	.indexappcon{
		padding:20px;
	}
}

/*bottom*/
#botlxfs{
	width:100%;
	background-color:#d5d5d5;
	min-height:200px;
	padding-top:60px;
	padding-bottom:60px;
	
}
#botlxfs1 h1{
	font-size:24px;
	text-align:left;
	font-weight:bold;
	margin-top:10px;
	
}
#botlxfs1 h1 a{
	color:#333;
}
#botlxfs1 h1 a:hover{
	color:#007b99;
}
#botlxfs1 h1 small{
	color:#666;
}
#botlxfs1 p{
	color:#666;
	margin-top:20px;
}
@media (max-width:490px){
	#botlxfs1 h1{
		font-size:20px;
	}
}
#botlxfs1 p a{
	color:#666;
	font-weight:bold;
}
#botlxfs1 p a:hover{
	color:#007b99;
}
#botlxfs h4{
	font-size:16px;
	font-weight:bold;
	color:#333;
	line-height:36px;
	margin-bottom:15px;
}
.botlxfs1left{
	color:#999;
	font-size:12px;
}
.botlxfs1left img{
	max-width:200px;
}


.botlxfs1left li a:hover>.xwnr{
	
	color:#727272;
}
.botlxfs1left li a .xwnr{
	color:#FFF;
	font-size:14px;
}
.botlxfs1left li .xwnr span{
	color:#727272;
	font-size:12px;
}
.bot-tag{
	font-size:0px;
	
}
.bot-tag a{
	border:#727272 solid 1px;
	-moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
	line-height:30px;
	display:inline-block;
	text-align:center;
	padding:0 26px;
	margin:3px;
	font-size:12px;
	color:#727272;
	-moz-transition:border-color 500ms ease;
	-webkit-transition:border-color 500ms ease;
	-ms-transition:border-color 500ms ease;
	-o-transition:border-color 500ms ease;
	transition:border-color 500ms ease;
	
}
.bot-tag a:hover{
	color:#fff;
	border-color:transparent;
	background-color:#d1291c;
}
#botlxfs1right{
	display:inline-block;
	vertical-align:top;
}
#bottombg{
	width:100%;
	clear:both;
	position:relative;
	}
#bottombg li{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0;
	top:0;
}
.bottombgli{
	display:block;
}
.bottombgsmall{
	display:none;
}
@media only screen and (max-width: 767px) {
	.bottombgli{
	display:none;
}
.bottombgsmall{
	display:block;
}
	}
#bottomnav{
	width:100%;
	background-color:#464646;
	padding-top:20px;
	padding-bottom:20px;
	color:#a2a2a2;
	}
#bottomnav a{
	color:#fff;
}
#bottomnav a:hover{
	color:#a2a2a2;
}



/*--内页--*/
#nyabout{
	background-color:#1d2b56;
	font-weight:bold;
	font-size:24px;
	color:#FFF;
	background-size:cover;
	background-position:center center;
	text-align:center;
}
#nyabout .container{
	position:relative;
	padding:6vw 0;
}

#nyabout h2{
	font-size:60px;
	text-align:center;
	font-weight:bold;
	letter-spacing:10px;
}
#nyabout p{
	font-size:24px;
	margin-top:20px;
}
#nyabout h6{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.about-banner{
	background-image:url(../images/about.jpg);
}
.aboutbanimg{
	position:absolute;
	right:30px;
	bottom:-8vw;
	width:18%;
}
.aboutbanimg img{
	background-color:transparent;
}
@media (max-width:767px){
	#nyabout h2{
		font-size:24px;
	}
	#nyabout .container{
		padding:60px 0;
	}
	#nyabout h6{
		font-size:12px;
	}
	#nyabout p{
		font-size:14px;
	}
	
}



.about{
	margin-top:3em;
}
.about h4{
	color:#d1291c;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.about h2{
	color:#2076c0;
	font-size:32px;
	padding:8px 0;
}
.about h6{
	letter-spacing:1px;
	color:#999;
}
.about p{
	padding:12px 0;
	line-height:2em;
}

.about .col-md-5{
	padding-top:1vw;
	padding-right:5vw;
}
@media (max-width:1023px){
	.about .col-md-5{
		padding-bottom:3vw;
	}
}
/*--产品优势---*/

.advantages h3{
	font-size:28px;
	font-weight:blod;
	}
.advantages h4{
	padding-left:60px;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
}
.advantages p{
	color:#FFF;
	font-size:18px;
	padding:20px 60px 0px 60px;
}

.advantages .adv-row1{
	 display: -webkit-flex; 
 	 display: flex;
	  flex-wrap: wrap;
}
.advantages .adv-row1 .item1{
	flex:1;
	min-width:300px;
	padding:100px 0;
	background-color:#424958;
	margin-bottom:30px;
}
.advantages .adv-row1 .item1:hover{
	background-color:#2076c0;
}
.advantages .adv-row1 .item2{
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
	background-color:#fff;
	flex:1;
	min-width:300px;
	display: -webkit-flex; 
    sdisplay: flex;
    align-items:flex-end;
}



.advantages .adv-row1 .item3{
	background-color:#424958;
	padding-top:50px;
}

.advantages .adv-row1 .item3:hover{
	background-color:#044b91;	
}

.advantages .adv-row2{
	display: -webkit-flex; 
 	display: flex;
	flex-wrap: wrap;
}
.advantages .adv-row2 .item1{
	flex:1;
	min-width:300px;	
}

.advantages .adv-row2 .item2{
	margin-left:30px;
	margin-right:30px;
	min-width:300px;
	flex:1;
}
.advantages .adv-row2 .item3{
	flex:1;
    min-width:300px;
}
.advantages .adv-row2 .item1{
	background-color:#9198a4;
}
.advantages .adv-row2 .item2{
	background-color:#d1291c;
}
.advantages .adv-row2 .item3{
	background-color:#9198a4;
}
.advantages .adv-row2 h4{
	padding-top:100px;
}
.advantages .adv-row2 p{
	padding-bottom:100px;
}
.advantages .adv-row2 .item1:hover{
	background-color:#ecedee;	
}
.advantages .adv-row2 .item2:hover{
	background-color:#2076c0;	
}
.advantages .adv-row2 .item3:hover{
	background-color:#ecedee;	
}
.advantages .adv-row2 h4{
	padding-top:100px;
	color:#000;
}
.advantages .adv-row2 p{
	color:#000;
}
.advantages .adv-row2 .item2 p{
	color:#FFF;
}
.advantages .adv-row2 .item2 h4{
	color:#FFF;
}

@media only screen and (max-width: 768px) {
	.advantages .adv-row1 .item1{
		padding:40px 0;
	}
	.advantages .adv-row1 .item2{
		margin-left:0px;
	margin-right:0px;
	
	}
	.advantages h4{
	font-size:20px;
	}
	.advantages .adv-row2 h4{
		padding-top:40px;
	}
	.advantages .adv-row2 p{
		padding-bottom:40px;
	}
	.advantages p{
		font-size:14px;
	}
	.advantages .adv-row2 .item2{
		margin-left:0px;
		margin-right:0px;
		margin-bottom:30px;
    	margin-top:30px;
	}
}



#dituContent{
	width:100%;
	height:600px;
}

@media (max-width:767px){
	.about h2{
		font-size:24px;
	}
	.aboutadvdet{
	width:100%;
	margin-top:1em;
}
.aboutservice{
	padding:8px 10px;
}
}

/*服务中心*/
.servicenet p{
	max-width:1200px;
	margin:0 auto;
	margin-top:20px;
	line-height:2em;
	text-indent:2em;
}
.cangkuname{
	padding:1vw 0;
	background-color:#1d2b56;
	color:#8195ad;
	border-bottom:#fbc700 solid 3px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.nynews li{
	background-color:#FFF;
	margin-bottom:1vw;
}

.nynews li a{
	padding:1vw 2vw;
	display: -webkit-flex; 
  display: flex;
}

.newsname{
	flex:1;
}
.newsdate{
	width:80px;
	text-align:right;
}
@media (max-width:767px){
	.nynews li{
		font-size:14px;
	}
	
}
@media (max-width:490px){
	.nynews li a{
		  padding:10px 20px;
		  flex-direction:column;
	}
	.newsdate{
		width:100%;
		text-align:left;
		font-size:12px;
		text-indent:24px;
	}
}
.nynews li a:hover,.nynews li a:focus{
	background-color:#1d2b56;
	color:#fff;
}
/***新闻详细***/
.newsview img{
	width:100%;
	max-width:100%;
	width:auto!important;
	height:auto!important;
	display:block;
	margin:0 auto;
}
.newsview  h2,.newsview-name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:30px;
	color:#333;
}
.newsview-name{
	margin-top:5vh;
	font-size:24px;
}


.SiteLink p{
	margin-top:10px;
	margin-bottom:20px;
}
.SiteLink h2{
	font-weight:bold;
	font-size:24px;
	font-family:"宋体";
}
.SiteLink h3{
	font-weight:bold;
	font-size:20px;
	font-family:"宋体";
}
.SiteLink p strong{
	font-weight:bold;
}
.newsview-time{
	color:#787878;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.newsline{
	border-bottom:#999 dashed 1px;
}
.newsview-div{
	text-align:right;
}

.newsview-page a{
	color:#333;
}
.newsview-page a:hover{
	color:#00a2e9;
}
.newsview h3{
	font-size:14px;
	font-weight:bold;
}

.proviewtile h2{
	font-size:28px;
	color:#1d2b56;
	font-weight:bold;
	margin-top:1vw;
	margin-bottom:30px;
}

.proviewtile h2 span{
	background-color:#fbc700;
	font-weight:normal;
	font-size:20px;
	color:#fff;
	padding:1px 8px;
}
.proview .btn-default{
	padding:1vw 0;
	color:#333;
	font-weight:bold;
	letter-spacing:2px;
	font-size:16px;
}
.proview .btn-default:hover{
	background-image: linear-gradient(to bottom, rgba(74,95,149,1), rgba(37,55,99,1));
	color:#fff;
}
.proview .btn-xs{
	width:100%;
	max-width:80px;
}
.proview .btn-primary{
	background-color:#fff;
	color:#666;
	border:none;
}
.proright .list-inline li{
	padding:0px;
}
.proimgdisplay{
	padding:1.5vw;
	background-color:#fff;
	max-width:900px;
}
.proviewbasic{
	width:100%;
	max-width:900px;
	margin-top:2vw;
	font-size:14px;
}
.proviewbasic td{
	border:#8195ad solid 1px;
	padding:10px 1vw;
}
.proviewbg{
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#1d2b57;
}
.proviewjs{
	font-size:14px;
	width:100%;
	max-width:900px;
	margin-top:2vw;
}
.proviewjs td{
	border-bottom:#ecf0f3 solid 2px;
	padding:2vw 1vw;
	background-color:#fff;
	font-size:14px;
}
.proviewjs td p{
	font-size:14px;
}
.proviewjs th{
	background-color:#8195ad;
	border-bottom:#ecf0f3 solid 2px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	max-width:60px;
}
.proviewjs a{
	display:block;
	padding:5px 0;
	color:#1d2b57;
	text-decoration:underline;
}
.proviewjs a:hover,.proviewjs a:focus{
	color:#8195ad;
}
@media (max-width:767px){
	.proviewbasic td{
	border:#b4c1d0 solid 1px;
	}
	.proviewbasic,.proviewjs{
		font-size:12px;
	}
	.proviewbg{
		background-color:transparent;
		color:#8195ad;
	}
	.proviewjs td,.proviewjs td p{
		font-size:12px;
	}
	.proviewtile h2{
		font-size:18px;
		margin-top:10px;
		margin-bottom:10px;
	}
	.newsview-name{
		font-size:18px;
	}
}
/*产品详细*/
#nycon{
	padding:4vw 2vw 5vw 2vw;
}
.nycon{
	padding:4vw 2vw 2vw 2vw;
}
.proname{
	font-size:20px;
	color:#999;
	line-height:24px;
	font-weight:normal;
	margin-bottom:20px;
}
.proname strong{
	font-weight:900;
	font-size:36px;
	color:#2076c0;
	line-height:40px;
}
.proviewgs p{
	line-height:24px;
    color:#787878;
	margin-bottom:5px;
	word-wrap: break-word;
    word-break: normal;
	}
.proviewgs h3{
	padding:10px 0;
	font-size:20px;
	color:#333;
	font-weight:700;
	
}


.promartop{
	text-transform:uppercase;
	margin-top:6vw;
	font-size:24px;
	font-weight:bold;
	color:#2076c0;
	}

.promartoppos{
	 display: -webkit-flex; 
  display: flex;
}
.promartoptitle{
	flex:1;
	padding:20px;
	cursor:pointer;
	text-align:center;
	position:relative;
	border-radius:10px 10px 0 0;
	border-bottom:#CCC solid 1px;
	background-color:#e5e5e5;
}
.promartoptitle:hover{
	background-color:#666;
	color:#fff;
}




.nyjiacondetc{
	overflow:hidden;
	display:none;
	overflow-x: scroll;
}

.proviewbgny{
	color:#333;
	background-color:#f7f7f7;
	padding:4vw 0px;
}
.proviewbgny h3{
	color:#333;
	padding:15px 0;
	font-size:20px;
	
}

.proviewbgny p{
	line-height:25px;
	word-wrap: break-word;
    word-break: normal;
	}
.nyjiacondetc img{
	margin:0 auto;
}
@media (max-width:498px){
	.nyjiacondetc img{
		min-width:600px;
	}
}
.proviewbgny table{
	width:100%;
}

.proviewbgny table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
.proviewbgny table tr:nth-child(even) {
  background-color:#fff;
}
.proviewbgny table tr:nth-child(1) {
  background-color:#888;
  
  color:#fff;
  font-weight:bold;
}

.proviewbgny table td{
	padding:5px 10px;
	text-align:center;
	border:#CCC solid 1px;
}
.proviewbgny table tr:nth-child(1) td{
	padding:15px 0px;
}
.specialtalbe{
	  background-color:#888 !important;
  color:#fff !important;
  font-weight:bold !important;
}

@media (max-width:1000px){
	
	.proviewbgny table{
		margin:0;
	}
	.proviewbgny table td{
	padding:0px 0px;
}
}
/*联系我们*/
.contact{
	padding-top:6vw;
	padding-bottom:6vw;
}
.contactmap{
	width:100%;height:505px;border:#ccc solid 1px;
	margin-top:40px;
}
@media (max-width:1198px){
	.contactmap{
		height:300px;
	}
}
.contact h1{
	font-size:36px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
.contact h6{
	text-align:center;
	font-size:18px;
	padding:15px 0;
	letter-spacing:3px;
	
}

.contactnr{
	 flex-wrap:wrap;
	display:-webkit-box;
   display:-webkit-flex;
   display:-ms-flexbox;
   dispiay:flex;
   align-items:center;
}
.contactnrbz{
	width:60px;
	height:60px;
	border-radius:30px;
	text-align:center;
	line-height:60px;
	background-color:#d1291c;
	color:#fff;
	font-size:30px;
}
.contactnrcon{
	text-align:left;
	padding:0px 20px;
	color:#333;
}
.contactnrcon a{
	color:#999;
	
}
.contactnrcon a:hover{
	color:#333;
	text-decoration:underline ;
}

@media (max-width:768px){
	
	.contact .row{
		margin:0px;
	}
	.contact .col-md-4{
		padding:5px 0px;
	}
}
@media (max-width:490px){
	.contactnrbz{
	width:40px;
	height:40px;
	line-height:40px;
	font-size:20px;
	
	}
	.contactnrcon p{
		max-width:220px;
	}
	.contact h6{
	font-size:14px;
}
}
@media (max-width:767px){
	body{
		font-size:12px;
	}
	
}
.contactmap{
	width:100%;height:505px;border:#ccc solid 1px;
	margin-top:40px;
}
@media (max-width:1198px){
	.contactmap{
		height:300px;
	}
}
