@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#000;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
	color: #0061ae;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#000;
	line-height:24px;
	overflow-x: hidden;
} 
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
}
@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
}
@media only screen and (min-width:1200px ) {
	.w{
		width: 1230px;
	}
}
.header_top{
	height: 79px;
}
.header_left{
	float: left;
	margin-top: 10px;
}
.header_left h3{
	float: left;
}
.header_left h3>a{
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	display: block;
	padding-right: 20px;
	background: url(../images/h3.png) no-repeat right;
}
.header_left>p{
	float: left;
	padding-left: 16px;
	font-size: 18px;
	color: #666666;
}
.header_right{
	float: right;
	margin-top: 10px;
	padding-left: 60px;
	color: #333333;
}
.header_right>p{
	background: url(../images/dh.png) no-repeat 30px;
	height: 29px;
	line-height: 29px;
	font-size: 18px;
	font-family: "宋体";
	text-align: center;
	color: #000000;
	padding-left: 30px;
}
.header_right>span{
	font-size: 24px;
	display: block;
	color: #2f7fc9;
	margin-top: 3px;
}

/* 导航 */
#nav_wrap{
	background: #195ea8;
	height: 63px;
}
.nav{
	padding-left: 15px;
	animation-fill-mode:inherit !important;
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 63px;
	line-height: 63px;
	font-size: 16px;
	color:#FFFFFF;
	width: 116px;
	text-align: center;
	margin: 0 25px;
}
.nav ul>li:first-child>a{
	margin-left: 0;
}
.nav ul>li>a:hover{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 4px solid #195ea8;
}
.nav ul>li.active>a{
	color: #000000;
	background: #FFFFFF;
	border-bottom: 4px solid #195ea8;
}
.sub_dl{
	position: absolute;
	left: 25px;
	top: 63px;
	width: 116px;
	background: #FFFFFF;
	display: none;
	z-index: 22;
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	font-size: 14px;
	display: block;
	height: 28px;
	padding-left: 24px;
	line-height: 28px;
	color: #333333;
	text-align: left;
}
.sub_dl dd a:hover{
	color: #2f7fc9;
}


@media (max-width: 1199px) {
	.nav ul>li>a{
		font-size: 14px;
		width: 90px;
		margin: 0 23px;
	}
}
@media (max-width: 991px){
	.header_top{
		height: 70px;
	}
	.header_left{
		margin-top: 5px;
	}
	.header_left h3>a{
		font-size: 30px;
		background: none;
	}
	.header_left>p{
		display: none;
	}
	#nav_wrap{
		display: none;
	}
	.header_right{
		display: none;
	}
}
@media only screen and (max-width:767px ) {
	
}
@media only screen and (max-width:480px ) {
	.header_left{
		margin-top: 18px;
	}
	.header_left h3>a{
		font-size: 22px;
	}
	.header_left a img{
		width: 220px;
	}
}

#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 74px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}
#mobileMenu .menu .iphone{
	border-bottom: 1px solid #E6E6E6;
	padding-left: 25px;
	height: 55px;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #000000;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #195ea8;
    text-decoration: none;
    color:#fff;
    font-weight: bold;
}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}
@media(max-width: 991px){
	#navToggle{
		display: block;
	}
}


/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 600px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 600px !important;
	position: relative;
}
@media(max-width: 991px){
	.fullwidthbanner-container {
		top: 0px;
		margin-bottom: 0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.banner,
	.bannercontainer {
		width: 768px;
		height: 309px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.banner,
	.bannercontainer {
		width: 480px;
		height: 193px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.banner,
	.bannercontainer {
		width: 320px;
		height: 129px;
	}
}
@media only screen and (max-width: 319px) {
	.banner,
	.bannercontainer {
		width: 240px;
		height: 97px;
	}
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
	background: #FFFFFF !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 40px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #535255;
	width: 13px;
	height: 13px;
	float: left;
	border-radius: 10px;
	margin: 0px 15px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
}
.tp-leftarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background:url(../images/jt_left.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0px;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
.tp-rightarrow.large {
	z-index: 100;
	cursor: pointer;
	position: relative;
	background: url(../images/jt_right.png) no-Repeat;
	width: 52px;
	height: 52px;
	margin-left: 0;
	margin-top: -26px;
	-webkit-transition: background 0.1s linear;
	-moz-transition: color, background 0.1s linear;
	-o-transition: color, background 0.1s linear;
	transition: color, background 0.1s linear;
	top: 50% !important;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 40px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
}
.tp-bullets.tp-thumbs {
	z-index: 100;
	position: absolute;
	padding: 3px;
	background-color: #fff;
	width: 500px;
	height: 50px;
	margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
	padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
	width: 500px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
	width: 5000px;
	position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
	width: 100px;
	height: 50px;
	cursor: pointer;
	overflow: hidden;
	background: none;
	margin: 0;
	float: left;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/*filter: alpha(opacity=50);	*/
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.tp-thumbs img {
	width: 100%;
}
.tp-bannertimer {
	width: 100%;
	height: 10px;
	position: absolute;
	z-index: 200;
	z-index: 5000;
}
.tp-bannertimer.tp-bottom {
	bottom: 0px !important;
	height: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.responsive .tp-bullets.tp-thumbs {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .tp-mask {
		width: 300px !important;
		height: 30px !important;
	}
	.responsive .tp-bullets.tp-thumbs .bullet {
		width: 60px !important;
		height: 30px !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
	.responsive .tp-bullets {
		display: none;
	}
	.responsive .tparrows {
		display: none;
	}
}
.tp-simpleresponsive img {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}
.tp-simpleresponsive a {
	text-decoration: none;
}
.tp-simpleresponsive ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tp-simpleresponsive>ul>li {
	list-stye: none;
	position: absolute;
	visibility: hidden;
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
	width: 10000px;
	height: 10000px;
}
.tp-loader {
	background: url(../images/loader.gif) no-repeat 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 20px !important;
}

/*关于我们*/
#about_wrap{
	background: url(../images/about_wrap.jpg) no-repeat center;
	padding: 42px 0px;
	background-size: cover;
}
.about{
	padding-top: 50px;
}
.index_title{
	text-align: center;
	color: #1C65B5;
	margin-bottom: 34px;
}
.index_title h3{
	font-size: 18px;
	line-height: 26px;
	padding-top: 18px;
	font-weight: normal;
	background: url(../images/index-title.png) no-repeat center;
}
@font-face {
	font-family:Times New Roman;
	src: url(../font/Times New Roman.ttf);
}
.index_title h4{
	font-size: 36px;
	font-family:Times New Roman;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(../images/h4.png) no-repeat bottom;
}
.index_title p{
	font-size: 12px;
	padding-top: 12px;
}
.about_left{
	float: left;
	width: 55.5%;
}
.about_left a{
	display: block;
}
.about_left a img{
	display: block;
	width: 100%;
}
.about_right{
	width: 44.5%;
	float: left;
	padding-left: 20px;
}
.about_xq{
	font-size: 14px;
	color: #595959;
}
.about_link{
	text-align: center;
	width: 102px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF !important;
	border: 1px solid #2f7fc9;
	background: #2F7FC9;
	display: block;
	float: right;
	text-transform: uppercase;
	margin-top: 70px;
}
@media only screen and (max-width:1199px ) {
	#about_wrap{
		padding: 32px 0;
	}
}
@media only screen and (max-width:991px ) {
	.index_title{
		margin-bottom: 30px;
	}
	.index_title h4{
		font-size: 30px;
	}
	.about_left,.about_right{
		width: 100%;
		float: none;
	}
	.about_right{
		padding-left: 0;
		padding-top: 25px;
	}
	.about_link{
		float: none;
		margin: 25px auto 0;
	}
}
@media only screen and (max-width:480px ) {
	.index_title{
		margin-bottom: 15px;
	}
	.index_title h4{
		font-size: 26px;
	}
}
/*产品展示*/
#pro_wrap{
	background: url(../images/pro_wrap.jpg) no-repeat bottom;
	padding: 48px 0px 27px;
	background-size: cover;
}
.products .index_title{
	color: #FFFFFF;
	margin-bottom: 64px;
}
.products .index_title h3{
	background: url(../images/index-title2.png) no-repeat center;
}
.products .index_title h4{
	background: url(../images/h4-2.png) no-repeat bottom;
}
.products_ms{
	color: #595959;
	text-align: center;
	font-size: 14px;
	padding: 39px 0px 36px;
}
#pro_scroll .item{
	margin: 0 7px;
}
.pro_list{
	max-width: 286px;
}
.pro_list .list_a{
	display: block;
	position: relative;
}
.pro_list a .pro_img{
	display: block;
	width: 100%;
}
.list_a .a_hover{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.list_a .a_hover img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
}
.list_a:hover .a_hover{
	opacity: 1;
}
.list_a .a_hover span{
	display: block;
	text-align: left;
	font-size: 16px;
	color: #000000;
	width: 70%;
	height: 24px;
	overflow: hidden;
}
.list_a .a_hover p{
	font-size: 14px;
	color: #666666;
	width: 70%;
	height: 24px;
	overflow: hidden;
}
#pro_scroll .owl-prev{
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	background: url(../images/scroll_jt.png) no-repeat left bottom;
	cursor: pointer;
	position: absolute;
	left: 40%;
	bottom: 0px;
}
#pro_scroll .owl-prev:hover{
	background: url(../images/scroll_jt3.png) no-repeat left top;
}
#pro_scroll .owl-next{
	text-indent: -9999px;
	width: 35px;
	height: 35px;
	background: url(../images/scroll_jt2.png) no-repeat right bottom;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	right: 40%;
}
#pro_scroll .owl-next:hover{
	background: url(../images/scroll_jt4.png) no-repeat right top;
}
@media only screen and (max-width: 1199px){
	#pro_wrap{
		padding: 38px 0 20px;
	}
}
@media only screen and (max-width:991px ) {
	#pro_wrap{
		padding: 30px 0 18px;
	}
	.products_ms{
		padding: 29px 0 26px;
	}
}
@media only screen and (max-width:496px ) {
	.products .index_title{
		margin-bottom: 0px;
	}
	.products_ms{
		padding: 19px 5px 10px;
	}
	#pro_scroll .item{
		margin: 0 auto;
		max-width: 286px;
	}
	#pro_scroll .owl-prev{
		left: 30%;
	}
	#pro_scroll .owl-next{
		right: 30%;
	}
}



/* 产品展示 */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding-bottom: 65px;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block !important;
}


/* 新闻中心  */
#news_wrap{
	background: url(../images/news_wrap.jpg) no-repeat center;
	padding: 39px 0px 55px;
}
.index_news{
	padding: 54px 0px 60px;
}
.news_content ul{
	overflow: hidden;
}
.news_content ul li{
	float: left;
	margin-bottom: 62px;
}
.news_content ul li:nth-child(3),.news_content ul li:nth-child(4){
	margin-bottom: 50px;
}
.news_content ul li a i{
	display: block;
	border-bottom: 1px solid #b5b5b5;
	position: relative;
}
.news_content ul li a i>span{
	position: absolute;
	display: block;
	width: 13px;
	height: 1px;
	background: #000000;
	transition: all .7s;
	-webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
}
.news_content ul li a:hover i>span{
	   width: 100%;
}
.news_content ul li a h4{
	font-weight: normal;
	font-size: 16px;
	color: #999999;
	padding-bottom: 15px;
}
.news_content ul li a h3{
	font-size: 16px;
	height: 20px;
	overflow: hidden;
	font-weight: normal;
	color: #595959;
	padding-bottom: 14px;
}
.news_ms{
	padding-top: 5px;
	line-height: 17px;
	color: #595959;
	max-height: 56px;
	overflow: hidden;
}
.news_link{
	display: block;
	width: 146px;
	height: 37px;
	border: 1px solid #d2d2d2;
	background: url(../images/news_link.png) no-repeat center;
	margin: 0 auto;
}
@media only screen and (max-width:991px ) {
	.news_content ul li{
		margin-bottom: 30px !important;
	}
}

/*底部内容*/
footer{
	width: 100%;
	position: relative;
	background: #000000;
	color: #fff;
	padding: 28px 0px 28px;
}
.footer_nav{
	text-align: center;
	margin-bottom: 12px;
}
.footer_nav a{
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 20px;
}
.copyright{
	text-align: center;
}
@media only screen and (max-width:767px ) {
	.footer_nav{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	.col-xss-12{
		width: 100%;
	}
}


/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}


/* 产品标题 */
.main_title{
	padding: 41px 15px;
}
.main_title .owl-carousel{
	padding-bottom: 0;
}
.main_title .owl-carousel .owl-item{
}
#name_scroll .item{
	max-width: 109px;
	margin: 0 auto;
}
#name_scroll .item a{
	display: block;
	width: 109px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	border: 1px solid #d2d2d2;
}

#main{
	margin: 100px auto 40px;
	overflow: hidden;
}
#main_box{
	margin: 0 auto 40px;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}

/* 产品主体 */
.products_list{
	padding: 0 5px;
}
.pro_box{
	max-width: 286px;
	margin: 0 auto 12px;
	box-shadow:  2px 2px 7px 0px rgba(0,0,0,0.3);
}
.pro_box .pro_a{
	display: block;
}
.pro_img{
	width: 100%;
	overflow: hidden;
	position: relative;
} 
.pro_img img{
	display: block;
	width: 100%;
}
.pro_hover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o--transition: 0.5s all;
	background: url(../images/jh2.png) no-repeat center rgba(0,0,0,0.52);
}
.pro_box .pro_a:hover .pro_hover{
	opacity: 1;
}
.pro_box .pro_a p{
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

/* 产品内页名称 */
.inside_title{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

/* 新闻  */
.news_box{
	padding-top: 24px;
	padding-bottom: 21px;
	border-bottom: 1px solid #eeeeee;
}
.news_box a{
	display: block;
}
.news_box a h3{
	font-size: 24px;
	height: 25px;
	overflow: hidden;
	color: #000000;
	margin-bottom: 22px;
	font-weight: normal;
}
.news_nr{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
	max-height: 121px;
	overflow: hidden;
}
.news_box a span{
	display: inline-block;
	font-size: 16px;
	color: #a3afb7;
}
.news_box a em{
	display: inline-block;
	font-style: normal;
	color: #A3AFB7;
	font-size: 16px;
	background: url(../images/em.png) no-repeat left;
	padding-left: 27px;
	margin-left: 15px;
}
.news_box a:hover h3{
	color: #2f7fc9;
}
@media only screen and (max-width:1199px ) {
	#main{
		margin: 60px auto 30px;
	}
}
@media only screen and (max-width:991px ) {
	#main{
		margin: 40px auto 20px;
	}
	.news_nr{
		height: 70px;
		overflow: hidden;
	}
	.news_box a h3{
		font-size: 20px;
	}
}
@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}

/* 分页 */
.page_box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 8px;
	color: #969696;
	margin:0px 3.0px;
}
.page_box a.on{
	color:#fff;
	background:#195ea8;
	border: 1px solid #195ea8;
}

/* 新闻内页标题 */
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:25px;	
	color:#181616;
}
.main_content{
	margin: 20px 0px 0px;
	font-size: 14px;
	min-height: 200px;
}
.inside_page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
	font-size: 16px;
}
@media only screen and (max-width:1270px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width:767px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
}





