@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;
}
/*头部*/
header{
	position: relative;
	z-index: 22;
	box-shadow: 1px 0px 7px 2px rgba(0, 0, 0, 0.2);
}
.header{
	height: 110px;
	overflow: hidden;
}
.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: 1310px;
  }
}
.logo{
	float: left;
}
.logo2{
	float: left;
	display: none;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
	margin-top: 25px;
}
.header_contact{
	float: right;
	margin-top: 45px;
}
.header_contact>p{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.header_contact>p:first-child{
	padding-right: 40px;
}
@font-face {
	font-family: BEBAS;
	src: url('../font/BEBAS.TTF');
}
.header_contact>p>span{
	font-family: BEBAS;
	color: #a21d3c;
	padding-left: 5px;
	font-size: 24px;
}
#nav{
	background: #195fd2;
	width: 100%;
}
.nav{
	padding: 0 15px;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 47px;
	font-size: 16px;
	color: #ffffff;
}
.nav>li:first-child{
	margin-left: 0;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li.active>a{
	background: #a21d3c;
	color: #ffffff;
}
.nav>li>a:hover{
	background: #a21d3c;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	display: none;
	z-index: 999;
	background: #ffffff;
}
.sub_dl dd{
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
}
.sub_dl dd:last-child{
	margin-bottom: 0;
}
.sub_dl dd a{
	display: block;
	height: 50px;
	line-height: 50px;
	background: #a21d3c;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
}
.sub_dl dd a:hover{
	background: #195fd2;
	color: #FFFFFF;
}
@media(max-width: 1330px){
	.nav>li>a{
		padding: 0 44px;
	}
}
@media(max-width: 1280px){
	.nav>li>a{
		padding: 0 40px;
	}
}
@media(max-width: 1220px){
	.nav>li>a{
		padding: 0 38px;
	}
}
@media (max-width: 1199px) {
	.nav>li>a{
		font-size: 14px;
		padding: 0 29px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
	.header_contact{
		margin-top: 20px;
	}
	.header_contact>p{
		display: block;
		font-size: 14px;
		font-weight: normal;	
	}
	.header_contact>p:first-child{
		padding-right: 5px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		position: initial;
	}
	.logo a img{
		display: block;
		margin-top: 10px;
	}
	.nav{
		display: none;
	}
	.header_contact,.header_right{
		display: none;
	}
}
@media only screen and (max-width:767px ){
	.logo{
		display: none;
	}
	.logo2{
		display: block;
		margin-top: 5px;
	}
} 

/* 手机按钮  */
#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: 800px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 800px !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: #a21d3c !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 24px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #ffffff !important;
	width: 15px;
	height: 15px;
	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;
}
.index_title h3{
	font-size: 30px;
	color: #222222;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 4px;
	background: url('../images/index_title.png') no-repeat bottom;
}
.index_title p{
	font-size: 14px;
	color: #999999;
}
.pro_con{
	margin-bottom: 41px;
	overflow: hidden;
}
.pro_con li{
	padding: 0px 7px;
}
.pro_con li{
	margin-bottom: 15px;
	overflow: hidden;
}
.pro_con li a{
	display: block;
	position: relative;
}
.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{
	margin-bottom: -1px;
}
.pro_text{
	width: 100%;
	height: 60px;
	line-height: 60px;
	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{
	/*border: 1px solid #bfbfbf;
	border-top: 1px solid #195fd2;*/
	background: #195fd2;
	margin-bottom: 1px;
}
.pro_con li a:hover .pro_text>p{
	color: #ffffff;
}
@media(max-width: 1199px){
	.pro_con{
		margin-bottom: 30px;
	}
}

/* 关于我们 */
#about_wrap{
	background: url('../images/about-bg.jpg') no-repeat center;
	background-size: cover;
	min-height: 478px;
	margin-bottom: 248px;
}
.index_about{
	position: relative;
	min-height: 478px;
}
.index_about .index_title{
	margin: 76px auto 0;
}
.index_about .index_title h3{
	color: #ffffff;
}
.index_about .index_title p{
	color: #ffffff;
}
.about_list{
	position: absolute;
	top: 231px;
	/*bottom: -248px;*/
	width: 100%;
}
.about_list li{
	padding: 0;
}
.about_list li>a{
	display: block;
}
.about_left{
	text-align: center;
	background: #195fd2;
}
.about_left>a{
	display: block;
	margin: 19px;
	padding: 114px 0 84px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.about_left>a>h3{
	font-size: 24px;
	margin-bottom: 10px;
}
.about_left>a>h4{
	font-family: Arial;
	padding-bottom: 164px;
}
.about_left>a>span{
	width: 151px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #ffffff;
	margin: 0 auto;
	display: block;
}
.about_list li>a .about_top em{
	display: block;
	font-style: normal;
	width: 108px;
	height: 35px;
	line-height: 35px;
	margin: 40px auto 0;
	border: 1px solid #ffffff;
	opacity: 0;
	color: #ffffff;
}
.about_list li>a:hover .about_top{
	background: #195fd2;
	height: 247px;
	padding: 60px 0;
}
.about_list li>a:hover .about_top p,.about_list li>a:hover .about_top>span{
	color: #ffffff;
}
.about_list li>a:hover .about_top em{
	opacity: 1;
}
.about_top{
	background: #ffffff;
	padding: 99px 0 20px;
	text-align: center;
}
.about_top>p{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.about_top>span{
	display: block;
	color: #999999;
}
.about_bottom>img{
	display: block;
	width: 100%;
	height: 247px;
}
@media(max-width: 991px){
	#about_wrap{
		margin-bottom: 0;
		padding: 30px 0 40px;
	}
	.about_list{
		position: initial;
		padding: 0 15px;
		bottom: 0;
		width: auto !important;
	}
	.about_top{
		height: 247px;
	}
	.about_bottom>img{
		height: 100%;
		max-height: 247px;
	}
	.index_about .index_title{
		margin: 0px auto 30px;
	}
}
@media(max-width: 655px){
	.pro_con li{
		padding: 0 15px;
	}
	.about_left>a{
		padding: 64px 0;
	}
	.about_left>a>h4{
		padding-bottom: 40px;
	}
	.col-xss-12{
		width: 100%;
	}
}

/* 新闻资讯 */
.index_news_con{
	margin-bottom: -20px;
}
.news_ul{
	float: left;
	width: 47%;
}
.news_ul li{
	background: #eeeeee;
}
.news_ul li a{
	display: block;
	padding-bottom: 12px;
	overflow: hidden;
	margin-bottom: 17px;
}
.date{
	float: left;
	width: 84px;
	margin: 15px auto;
	border-right: 1px solid #d2d2d2;
	text-align: center;
	color: #333333;
}
.date span{
	color: #666666;
}
.date p{
	font-size: 16px;
	color: #333333;
}
.news_left{
	float: right;
	padding-right: 15px;
	width: calc( 100% - 105px);
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
}
.news_left h3{
	font-size: 16px;
	height: 18px;
	margin: 20px auto;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin-bottom: 11px;
}
.news_ul li:hover{
	background: #195fd2;
	box-shadow: 0px 0px 10px 0px #195fd2;
}
.news_ul li:hover a .date span,.news_ul li:hover a .date p,
.news_ul li:hover a .news_left h3,.news_ul li:hover a .news_left .news_ms{
	color: #ffffff;
}
.news_ul li a .news_left .news_ms{
	color: #666666;
	height: 24px;
	overflow: hidden;
}
.index_news_right{
	width: 50%;
	float: right;
}
.index_news_right>a{
	display: block;
	padding: 34px 34px 26px;
	background: #eeeeee;
	overflow: hidden;
}
.index_news_right>a .index_news_img{
	overflow: hidden;
}
.index_news_right>a .index_news_img img{
	display: block;
	width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-moz-transition: 0.6s all;
	-ms-transition: 0.6s all;
}
.index_news_right>a:hover .index_news_img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.index_news_right>a h3{
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin: 22px auto 11px;
}
.index_news_right>a:hover h3{
	color: #1d66b5;
}
.index_news_right>a .news_ms{
	color: #666666;
	height: 24px;
	overflow: hidden;
}
@media only screen and (max-width:1220px ){
	.index_news_left{
		margin-right: 30px;
	}
}
@media(max-width: 991px){
	.news_ul{
		width: 100%;
		float: none;
	}
	.index_news_right{
		float: none;
		width: 100%;
	}
}

/* 案例工程 */
.case{
	padding-bottom: 33px;
}
#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: 64px;
	height: 64px;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
#case .item a:hover p{
	color: #195fd2;
}
.owl-pagination{
	text-align: center;
	margin-top: 14px;
}
#case .owl-controls .owl-page{
	text-align: center;
	display:inline-block;
	width: 14px;
	height: 14px;
	background: #195fd2;
	margin: 0px 10px;
	border-radius: 12px;
}
#case .owl-page.active{
	background: #a21d3c;
}
@media(max-width: 1199px){
	.index_title{
		margin: 50px auto 30px;
	}
}
@media(max-width: 991px){
	.index_title h3{
		font-size: 24px;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #195fd2;
}
.footer{
	overflow: hidden;
	padding: 29px 15px 0;
}
.bottom-ul {
	overflow: hidden;
	font-size: 0;
	text-align: justify;
}
.bottom-ul:after {
	content:"";
	width:100%;
	display:inline-block;
}
.bottom-ul li {
	display: inline-block;
	vertical-align: top;
}
.bottom-dl dt {
	overflow: hidden;
}
.bottom-dl dt a ,.bottom-dl dt p{
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}
.bottom-dl dt p{
	text-align: center;
	margin-bottom: 10px;
}
.bottom-dl dd {
	width: 100%;
}
.bottom-dl dd a {
	line-height: 30px;
	font-size: 14px;
	color: #e5e5e5;
}
.bottom-dl dd p{
	line-height: 30px;
	font-size: 14px;
	color: #e5e5e5;
}
#copyright{
	border-top: 1px solid #d2d2d2;
}
.copyright{
	text-align: center;
	color: #e5e5e5;
	padding: 12px 15px;
	font-size: 14px;
	margin-top: 6px;
}
.fixed{
	position: absolute;
	right: 199px;
	top: -178px;
}
.fixed .top{
	background: url('../images/top.png') no-repeat center;
	width: 45px;
	height: 45px;
	position: relative;
	z-index: 22;
	cursor: pointer;
}
@media(max-width: 1660px){
	.fixed{
		right: 0;
		top: -47px;
	}
}
@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;
	}
}
@media(max-width: 991px){
	.copyright{
		padding: 15px;
		margin-top: 0px;
	}
}
@media(max-width: 767px){
	.bottom-ul li:nth-child(1),.bottom-ul li:nth-child(2),.bottom-ul li:nth-child(4){
		display: none;
	}
}
@media only screen and (max-width:600px ){
	.copyright>p,.copyright>span{
		float: none;
		display: block;
	}
}

/*内页样式*/
.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: 230px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #195fd2;
	text-align: center;
	padding: 25px 0;
}
.left_title h3{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 6px;
}
.left_title p{
	color: #d2d2d2;
	font-size: 12px;
	font-family: arial;
	text-transform: uppercase;
}
.left_ul{
	border: 1px solid #195fd2;
}
.left_ul li{
	text-align: left;
	border-bottom: 1px solid #195fd2;
}
.left_ul li:last-child{
	border-bottom: 0;
}
.left_ul li a{
	display: block;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	padding-left: 33px;
	background: url('../images/left-a.png') no-repeat calc(100% - 18px);
	background: url('../images/left-a.png') no-repeat -moz-calc(100% - 18px);
	background: url('../images/left-a.png') no-repeat -webkit-calc(100% - 18px);
}
.left_ul li.active a{
	color: #ffffff;
	background: url('../images/left-a2.png') no-repeat calc(100% - 18px) #a21d3c;
	background: url('../images/left-a2.png') no-repeat -moz-calc(100% - 18px) #a21d3c;
	background: url('../images/left-a2.png') no-repeat -webkit-calc(100% - 18px) #a21d3c;
}
.left_ul li:hover a{
	background: url('../images/left-a2.png') no-repeat calc(100% - 18px) #a21d3c;
	background: url('../images/left-a2.png') no-repeat -moz-calc(100% - 18px) #a21d3c;
	background: url('../images/left-a2.png') no-repeat -webkit-calc(100% - 18px) #a21d3c;
	color: #ffffff;
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 273px);
	width: -moz-calc(100% - 273px);
	width: -webkit-calc(100% - 273px);
}
.main_right .pro_con{
	margin-bottom: 20px;
}
.main_right .pro_con li{
	padding: 0 7px;
}
@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;
	}
}

/* 新闻资讯 */
.main_right .news_ul{
	float: none;
	width: 100%;
}
.main_right .news_ul li:last-child{
	margin-bottom: 60px;
}
.main_right .news_ul li a{
	margin-bottom: 30px;
	padding-bottom: 0;
}
.main_right .news_ul li a .date{
	margin: 26px auto 26px;
}
.main_right .news_ul li a .news_left h3{
	margin: 23px auto 15px;
}
/* 内页详情 */
.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;
}

/* 新闻  */
.main_right .index_news_ul{
	margin-bottom: -20px;
}
.main_right .index_news_ul li{
	overflow: hidden;
	border-bottom: 2px solid #d2d2d2;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
}
.main_right .index_news_ul li:hover{
	border-bottom: 2px solid #f8af16;
}
.main_right .index_news_ul li a .index_news_img{
	float: left;
	width: 276px;
}
.main_right .index_news_ul li a .index_news_text{
	float: right;
	width: calc(100% - 296px);
	width: -moz-calc(100% - 296px);
	width: -webkit-calc(100% - 296px);
}
.main_right .index_news_text h4{
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	margin: 29px auto 15px;
}
.main_right .index_news_ms{
	border-bottom: none;
	height: 72px;
	margin-top: 4px;
	box-sizing: inherit;
	padding-bottom: 0;
}
.main_right .index_news_ul li a:hover .index_news_ms{
	border-bottom: none;
}
@media(max-width: 991px){
	.main_right .index_news_ul li a .index_news_img{
		display: none;
	}
	.main_right .index_news_ul li a .index_news_text{
		width: 100%;
		float: none;
	}
	.main_right .index_news_text h4{
		margin-top: 0;
	}
}

/* 分页 */
.page_box{
	text-align: center;
	margin-top: 30px;
}
.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:#195fd2;
	border: 1px solid #195fd2;
}
@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_right .inside_content p>iframe {
    	width: 100% !important;
	}
}
