@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: #f8af16;
}
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;
}
.w {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .w {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .w {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .w {
    width: 100%;
    max-width: 1430px;
  }
  .container{
  	width: 100%;
  	max-width: 1230px;
  }
}
/*头部*/
header{
	position: relative;
	z-index: 22;
	box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.2);
}
.header{
	height: 100px;
}
.logo{
	float: left;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
	margin-top: 8px;
}
.logo_title{
	float: left;
	margin-top: 24px;
	padding-left: 12px;
}
@font-face {
	font-family: BEBAS;
	src: url('../font/BEBAS.TTF');
}
.logo_title>h3{
	font-family: BEBAS;
	color: #000000;
	font-size: 24px;
}
.logo_title>p{
	font-family: arial;
	color: #333333;
}
.nav{
	padding: 0 15px;
	float: right;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 27px;
	font-size: 16px;
	color: #333333;
}
.nav>li.active>a{
	background: url('../images/li-a.png') no-repeat center 70px;
	color: #d28e40;
}
.nav>li>a:hover{
	background: url('../images/li-a.png') no-repeat center 70px;
	color: #d28e40;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	padding: 10px 0;
	display: none;
	z-index: 999;
	background: #d28e40;
}
.sub_box{
	width: 160px;
}
.sub_dl dd a{
	display: block;
	color: #ffffff;
	overflow: hidden;
	text-align: left;
	line-height: 28px;
	padding-left: 11px;
}
.sub_dl dd a:hover{
	color: #596cb7;
	font-weight: bold;
	/*background: url('../images/dd-a.png') no-repeat 8px bottom;*/
}
@media (max-width: 1199px) {
	.nav>li>a{
		font-size: 14px;
		padding: 0 18px;
	}
	/*.sub_dl dd a:hover{
		background: url('../images/dd-a.png') no-repeat 5px bottom;
	}*/
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo a img{
		height: 70px;
		margin-top: 0px;
	}
	.logo_title{
		margin-top: 10px;
	}
	.nav{
		display: none;
	}
	.kfoutbox{
		display: none;
	}
}
@media only screen and (max-width:767px ){
	.logo_title{
		display: none;
	}
} 

/* 手机按钮  */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #195fd2;
	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;
}
#mobileMenu .menu .iphone img{
	margin-top: 8px;
	margin-right: 5px;
}
#mobileMenu .menu .iphone>span{
	color: #1d2088;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
	text-decoration: none;
}
#mobileMenu .menu li>a::after {
	content: "";
	display: block;
	background: url(../images/arrow_icon.png) no-repeat;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
#mobileMenu .menu li>a.dl-none::after {
	display: none;
}
#mobileMenu .menu li.on>a {
	background-color: #195fd2;
	color: #fff;
}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg);
}
.sub-dl {
	display: none;
}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block;
}
#mobileMenu .menu li.login-li>a::after {
	display: none;
}
#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 only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 700px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 700px !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: #d28e40 !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 45px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #596cb7 !important;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	float: left;
	margin: 0px 8px;
	-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: 98px;
	height: 89px;
	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: 98px;
	height: 89px;
	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;
}
.tp-leftarrow.large:hover{
	background: url(../images/jt_left2.png) no-repeat ;
}
.tp-rightarrow.large:hover{
	background: url(../images/jt_right2.png) no-repeat;
}
@media(max-width: 991px){
	.tp-leftarrow.large,.tp-rightarrow.large{
		height: 36px;
		width: 40px;
		margin-top: -20px;
		background-size: 100% 100%;
	}
	.tp-leftarrow.large:hover{
		background: url(../images/jt_left3.png) no-repeat;
	}
	.tp-rightarrow.large:hover{
		background: url(../images/jt_right3.png) no-repeat;
	}
}
.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: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* 产品展示 */
.index_title{
	text-align: center;
	margin-top: 76px;
	margin-bottom: 34px;
}
@font-face{
	font-family: AkzidenzGrotesk-Light;
	src: url('../font/AkzidenzGrotesk-Light.otf');
}
.index_title p{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
	font-family: AkzidenzGrotesk-Light;
}
.index_title h3{
	font-size: 40px;
	color: #596cb7;
	font-weight: bold;
	background: url('../images/index_title.png') no-repeat center;
}
.pro_con{
	margin-bottom: 60px;
	overflow: hidden;
}
.pro_con li{
	padding: 0px 13px;
}
.pro_con li{
	overflow: hidden;
}
.pro_con li a{
	display: block;
}
.pro_con li a .pro_img{
	overflow: hidden;
}
.pro_con li a .pro_img img{
	display: block;
	width: 100%;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_con li a:hover .pro_img img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_text{
	width: 100%;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
	text-align: center;
	transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
.pro_text>p{
	font-size: 16px;
	color: #333333;
}
.pro_con li a:hover .pro_text>p{
	color: #596cb7;
}
@media(max-width: 1199px){
	.pro_con{
		margin-bottom: 30px;
	}
}

/* 优势 */
#superiority{
	background: #596cb7;
	padding: 30px 0;
}
.superiority_list li{
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	border-right: 1px solid #ffffff;
}
.superiority_list li span{
	display: inline-block;
	font-size: 54px;
	line-height: 54px;
	font-weight: bold;
	margin-bottom: 5px;
}
@media(max-width: 1199px){
	.superiority_list li span{
		font-size: 44px;
		line-height: 44px;
	}
}
@media(max-width: 991px){
	.superiority_list li span{
		font-size: 30px;
		line-height: 30px;
	}
}

/* 关于我们 */
#about_wrap{
	background: url('../images/about_wrap.jpg') no-repeat center;
	background-size: cover;
	padding-bottom: 80px;
}
.index_about{
	position: relative;
}
.index_about .index_title h3{
	color: #000;
}
.index_about .index_title p{
	color: #000;
}
.index_about_txt{
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 33px;
	height: 60px;
	padding: 0 112px;
	overflow: hidden;
}
#about_scroll li{
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 40px 39px 40px;
	margin: 0 10px;
}
#about_scroll li a{
	display: block;
}
#about_scroll li a span{
	display: block;
	height: 64px;
	overflow: hidden;
	margin-bottom: 30px;
}
#about_scroll li a span>img{
	display: block;
	margin: 0 auto;
	transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
#about_scroll li a>h3{
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}
#about_scroll li a>h4{
	font-size: 16px;
	font-family: arial;
	color: #333333;
	text-transform: uppercase;
}
#about_scroll li a .index_about_more{
	color: #666666;
	height: 72px;
	overflow-y: hidden;
	margin-top: 24px;
	margin-bottom: 32px;
}
#about_scroll li a>em{
	display: block;
	font-style: normal;
	text-transform: uppercase;
	height: 22px;
	line-height: 20px;
	width: 70px;
	text-align: center;
	border: 2px solid #596cb7;
	font-family: AkzidenzGrotesk-Light;
	margin: 0 auto;
	font-size: 14px;
	color: #596cb7;
}
#about_scroll li:hover{
	background: rgba(89, 108, 183, 0.9);
}
#about_scroll li:hover a span>img{
	margin-top: -64px;
}
#about_scroll li:hover a>h3,#about_scroll li:hover a>h4,
#about_scroll li:hover a .index_about_more{
	color: #ffffff;
}
#about_scroll li:hover a>em{
	border: 2px solid #ffffff;
	color: #ffffff;
}
#about_scroll .owl-prev,#about_scroll .owl-next{
	width: 35px;
	height: 64px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: -70px;
	background: url('../images/owl-prev.png') no-repeat;
}
#about_scroll .owl-next{
	background: url('../images/owl-next.png') no-repeat;
	left: auto;
	right: -70px;
}
@media(max-width: 1400px){
	#about_scroll .owl-prev{
		left: -30px;
	}
	#about_scroll .owl-next{
		right: -30px;
	}
}

/* 案例工程 */
.index_case{
	margin-bottom: 76px;
}
#case{
	padding-bottom: 3px;
}
#case .item{
	margin: 0 13px;
}
#case .item a{
	display: block;
}
#case .item a .case_img{
	overflow: hidden;
	border: 1px solid transparent;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-webkit-transition: 0.5s all;
}
#case .item a:hover .case_img{
	border: 1px solid #195fd2;
}
#case .item a .case_img img{
	display: block;
	width: 100%;
}
#case .item a>p{
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #666666;
	box-shadow: 0px 0px 7px 0px #d0d0d0;
}
#case .item a:hover p{
	color: #596cb7;
}
.owl-carousel .owl-wrapper-outer{
	padding-bottom: 5px;
}
@media(max-width: 1199px){
	.index_title{
		margin: 50px auto 30px;
	}
}
@media(max-width: 991px){
	.index_title h3{
		font-size: 24px;
	}
}

/* 新闻资讯 */
#index_news{
	background: #f0f0f0;
	padding-bottom: 50px;
}
.index_news_list li a{
	display: block;
	padding: 38px 60px 36px;
	background: #ffffff;
	margin-bottom: 30px;
}
.index_news_list li a h3{
	font-size: 18px;
	overflow: hidden;
	height: 18px;
	color: #000000;
	display: block;
	margin-bottom: 23px;
}
.index_news_list li a em{
	display: block;
	width: 28px;
	height: 2px;
	background: #333333;
}
.index_news_list li a .index_news_more{
	color: #666666;
	height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 22px;
}
.index_news_list li a span{
	display: block;
	width: 99px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	border-radius: 15px;
	border: 1px solid #999999;
}
.index_news_list li a:hover{
	background: #596cb7;
}
.index_news_list li a:hover h3{
	font-weight: bold;
	color: #ffffff;
}
.index_news_list li a:hover .index_news_more,.index_news_list li:hover a span{
	color: #ffffff;
}
.index_news_list li a:hover em{
	background: #ffffff;
}
.index_news_list li a:hover span{
	border: 1px solid #ffffff;
}


/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #1f2428;
}
.footer{
	overflow: hidden;
	padding-top: 40px;
}
.footer_nav{
	margin-left: -62px;
	margin-right: -62px;
}
.footer_nav>a{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 0 62px;
	border-right: 1px solid #ffffff;
}
.footer_nav>a:last-child{
	border-right: 0;
}
.footer_contact{
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
}
.copyright{
	text-align: center;
	color: #e5e5e5;
	padding: 12px 15px;
	font-size: 14px;
	margin-top: 6px;
	border-top: 2px solid #e5e5e5;
}

@media(max-width: 1420px){
	.footer_nav{
		text-align: center;
	}
	.footer_nav>a{
		padding: 0 50px;
	}
}
@media only screen and (max-width:1199px ){
	.footer{
		padding: 20px 15px 0;
	}
	.footer_nav{
		margin-left: -15px;
		margin-right: -15px;
	}
	.footer_nav>a{
		padding: 0 15px;
	}
}
@media(max-width: 991px){
	.copyright{
		padding: 15px;
		margin-top: 0px;
	}
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
.main{
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 60px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media(max-width: 991px){
	.main{
		margin: 30px auto;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 250px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #d28e40;
	text-align: left;
	padding: 22px 0 17px 46px;
}
.left_title h3{
	font-size: 30px;
	margin-bottom: 6px;
}
.left_title p{
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}
.left_ul li{
	text-align: left;
	margin: 10px auto;
}
.left_ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	padding-left: 46px;
	background: #596cb7;
}
.left_ul li.active a{
	background: #d28e40;
	color: #ffffff;
}
.left_ul li:hover a{
	background: #d28e40;
	color: #ffffff;
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 290px);
	width: -moz-calc(100% - 290px);
	width: -webkit-calc(100% - 290px);
}
.inside_nav{
	border-bottom: 2px solid #d2d2d2;
	overflow: hidden;
	padding-bottom: 14px;
	margin-bottom: 30px;
}
.inside_nav>h4{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #596cb7;
}
.inside_nav .inside_right{
	float: right;
	background: url('../images/dz.png') no-repeat left;
	padding-left: 23px;
}
.inside_nav .inside_right>a{
	display: inline-block;
	color: #666666;
}

.main_right .pro_con{
	margin-top: 30px;
}
.main_right .pro_con li{
	padding: 0 12px;
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		height: 100%;
		background: #eee;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
		padding: 0px 10px 0px 15px;
		font-size: 18px;
		background: #195fd2;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.left_ul,.left_title p{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.left_ul li a{
		height: 50px;
		line-height: 50px;
		padding-left: 30px;
		text-align: left;
	}
}
@media(max-width: 560px){
	.inside_nav{
		display: none;
	}
}

/* 新闻资讯 */
.news_con li{
	background: #f0f0f0;
	padding: 16px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_con li a{
	display: block;
}
.news_con li a .news_img{
	overflow: hidden;
	float: left;
}
.news_con li a .news_img img{
	display: block;
	width: 100%;
}
.news_con li a .news_right{
	float: right;
	width: calc(100% - 235px);
	width: -moz-calc(100% - 235px);
	width: -webkit-calc(100% - 235px);
}
.news_con li a .news_right h3{
	font-size: 18px;
	height: 18px;
	overflow: hidden;
	color: #000000;
	margin-top: 18px;
	margin-bottom: 20px;
}
.news_con li a:hover .news_right h3{
	color: #596cb7;
}
.news_con li a .news_right span{
	display: block;
	width: 28px;
	height: 2px;
	background: #596cb7;
}
.news_con li a .news_right .news_bottom{
	color: #666666;
	height: 48px;
	overflow: hidden;
	margin-top: 20px;
}
@media(max-width: 767px){
	.news_con li a .news_img{
		display: none;
	}
	.news_con li a .news_right{
		width: 100%;
		float: none;
	}
}

/* 内页详情 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.inside_date{
	text-align: center;
}
.inside_content{
	margin: 20px 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;
}


/* 分页 */
.page_box{
	text-align: center;
	margin-top: 60px;
}
.page_box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin: 0 3px;
}
.page_box a.on{
	color:#fff;
	background:#596cb7;
	border: 1px solid #596cb7;
}
@media only screen and (max-width:1199px ) {
	.inside_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
	.page_box{
		margin-top: 15px;
		margin-bottom: 0px;
	}
}

/* 小屏幕 */
@media(max-width: 500px){
	.col-xss-12{
		width: 100%;
	}
}
/* 视频响应 */
@media (max-width: 1199px){
	.main_content p iframe {
    	width: 100% !important;
	}
}
