@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: 100px;
}
.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;
}
.logo>a{
	display: block;
}
.logo>a>img{
	display: block;
	width: 100%;
	float: left;
	margin-top: 13px;
}
.nav{
	float: right;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
}
.nav>li:first-child{
	margin-left: 0;
}
.nav>li:last-child{
	margin-right: 0;
}
.nav>li.active>a{
	background: #ffae00;
	color: #ffffff;
}
.nav>li>a:hover{
	background: #ffae00;
	color: #ffffff;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 100px;
	width: 100%;
	display: none;
	z-index: 999;
	background: #ffffff;
}
.sub_box{
	left: -68px;
	width: 240px;
}
.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: #1d66b5;
	color: #ffffff;
	font-size: 16px;
	overflow: hidden;
}
.sub_dl dd a:hover{
	background: #ffae00;
	color: #FFFFFF;
}
@media (max-width: 1199px) {
	.nav>li>a{
		font-size: 14px;
		padding: 0 8px;
	}
	.sub_dl dd a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
	}
}
@media(max-width: 991px){
	.header{
		height: 70px;
	}
	.logo{
		display: block;
		float: left;
		position: initial;
	}
	.logo a img{
		display: block;
		width: 300px;
		height: 70px;
		margin-top: 0;
	}
	.nav{
		display: none;
	}
	.header_top,.header_right{
		display: none;
	}
}
@media only screen and (max-width:480px ){

} 

/* 手机按钮  */
#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;
}
#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: #ffae00;
	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;
}
/*.sub-dl dd a:hover{
	color: #fd545c !important;
}*/
#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: 620px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height: 620px !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: #e67b19 !important;
}
/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 24px !important;
	display: none;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #0f61cd !important;
	width: 70px;
	height: 4px;
	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: 80px;
	margin-bottom: 40px;
}
.index_title h3{
	font-size: 36px;
	color: #1d66b5;
	font-weight: bold;
	margin-bottom: 13px;
}
.index_title p{
	font-size: 14px;
	color: #999999;
}
.pro_con{
	margin-bottom: 51px;
	overflow: hidden;
}
.pro_con li{
	padding: 1px 9px 0;
}
.pro_con li{
	margin-bottom: 29px;
	overflow: hidden;
}
.pro_con li a{
	display: block;
	position: relative;0000
}
.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{
	box-shadow: 0px -1px 3px 1px rgba(0, 0, 0, 0.3);
}
.pro_text{
	width: 100%;
	background: #1d66b5;
	height: 50px;
	line-height: 50px;
	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: #ffffff;
}
.pro_con li a:hover .pro_text{
	background: #ffae00;
}
@media(max-width: 1199px){
	.pro_con{
		margin-bottom: 30px;
	}
}

/* 企业优势 */
#superiority{
	background: url('../images/superiority-bg.jpg') no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.superiority .index_title{
	margin: 0 auto;
	padding-bottom: 35px;
}
.superiority .index_title h3{
	color: #ffffff;
}
.superiority .index_title p{
	color: #ffffff;
}
.superiority_list li{
	text-align: center;
	color: #ffffff;
}
.superiority_list li span{
	display: block;
	height: 69px;
	overflow: hidden;
	margin-bottom: 20px;
}
.superiority_list li 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;
}
.superiority_list li:hover span img{
	margin-top: -69px;
}
.superiority_list li h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
@media(max-width: 1199px){
	#superiority{
		padding: 60px 0;
	}
}

/* 新闻资讯 */
.index_news_con{
	margin-bottom: 63px;
}
.index_news_left{
	width: 47%;
	float: left;
	margin-right: 35px;
}
.index_news_left>a{
	display: block;
	padding: 17px;
	border: 1px solid #e5e5e5;
}
.index_news_left>a .index_news_img{
	overflow: hidden;
}
.index_news_left>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_left>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_left>a h3{
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin: 22px auto 11px;
}
.index_news_left>a:hover h3{
	color: #1d66b5;
}
.index_news_left>a .news_left_ms{
	color: #666666;
	height: 48px;
	overflow: hidden;
}
.news_ul{
	margin-left: 35px;
	float: left;
	width: 47%;
}
.news_ul li a{
	display: block;
	padding-bottom: 12px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 17px;
}
.news_ul li a .date{
	float: left;
	width: 67px;
	background: url('../images/date.png') no-repeat right;
	text-align: center;
	color: #333333;
}
.news_ul li a .date span{
	font-size: 30px;
}
.news_ul li a .news_right{
	float: right;
	width: calc( 100% - 85px);
	width: -moz-calc(100% - 85px);
	width: -webkit-calc(100% - 85px);
}
.news_ul li a .news_right h3{
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	margin-bottom: 11px;
}
.news_ul li a:hover .news_right h3{
	color: #1d66b5;
}
.news_ul li a .news_right .news_ms{
	color: #666666;
	height: 24px;
	overflow: hidden;
}
@media only screen and (max-width:1220px ){
	.index_news_left{
		margin-right: 30px;
	}
}
@media(max-width: 1199px){
	.index_news_con{
		margin-bottom: 30px;
	}
	.index_news_left,.news_ul{
		width: 100%;
		float: none;
		max-width: 600px;
		margin: 0 auto;
	}
	.index_news_left{
		margin-bottom: 30px;
	}
}

/* 关于我们 */
#about_wrap{
	background: url('../images/about-bg.jpg') no-repeat center;
	background-size: cover;
	padding: 76px 0 76px;
}
#about_wrap .index_title{
	margin-top: 0;
	margin-bottom: 27px;
}
#about_wrap .index_title h3{
	color: #ffffff;
}
#about_wrap .index_title p{
	color: #ffffff;
}
.about_wrap{
	overflow: hidden;
}
.about_text{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.about_link{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 70px auto 0;
	color: #ffffff !important;
	border: 1px solid #ffae00;
	background: #ffae00;
}
@media(max-width: 1199px){
	#about_wrap{
		padding: 60px 0 60px;
	}
	.index_title{
		margin: 50px auto 30px;
	}
}
@media(max-width: 991px){
	.index_title{
		margin: 40px auto 20px;
	}
	.index_title h3{
		font-size: 28px;
	}
	.about_link{
		margin: 50px auto 0;
	}
}

/* 底部内容 */
footer{
	width: 100%;
	position: relative;
	background: #1f2428;
}
.footer{
	overflow: hidden;
	padding: 37px 15px 0;
}
.footer_nav>a{
	display: inline-block;
	padding: 0 74px;
	color: #ffffff;
	font-size: 16px;
	background: url('../images/footer_nav.png') no-repeat right;
}
.footer_nav>a:last-child{
	padding-right: 10px;
	background: none;
}
.footer_nav>a:first-child{
	padding-left: 10px;
}
.copyright{
	text-align: center;
	color: #cccccc;
	padding: 19px 15px;
	font-size: 14px;
	margin-top: 33px;
	border-top: 1px solid #cccccc;
}
.fixed{
	position: absolute;
	right: 125px;
	top: -166px;
}
.fixed .ewm{
	background: url('../images/ewm.png') no-repeat center;
	width: 45px;
	height: 45px;
	cursor: pointer;
}
.fixed .ewm>img{
	display: none;
	position: absolute;
	right: 45px;
}
.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: -90px;
	}
}
@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>a{
		padding: 0 20px;
	}
}
@media(max-width: 991px){
	.footer_nav>a{
		font-size: 14px;
		padding: 0 10px;
	}
	.copyright{
		margin-top: 10px;
		padding: 15px;
	}
}
@media(max-width: 767px){
	.fixed{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
.main{
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 40px;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
@media(max-width: 991px){
	.main{
		margin: 30px auto;
	}
}

/*左侧*/
.main_left{
	float: left;
	width: 270px;
	position: relative;
}
.left_title{
	color: #fff;
	background: #1d66b5;
	text-align: center;
	padding: 33px 0 30px;
}
.left_title h3{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
}
.left_ul{
	border: 1px solid #dde9f4;
}
.left_ul li{
	text-align: center;
	border-bottom: 1px solid #dde9f4;
}
.left_ul li a{
	display: block;
	height: 70px;
	line-height: 70px;
	background: #f4f9fc;
	color: #333333;
	font-size: 16px;
}
.left_ul li.active a{
	background: #dde9f4;
	color: #1d66b5;
}
.left_ul li:hover a{
	background: #dde9f4;
	color: #1d66b5;
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 299px);
	width: -moz-calc(100% - 299px);
	width: -webkit-calc(100% - 299px);
}
.main_right .pro_con{
	margin-bottom: -29px;
}
.main_right .pro_con li{
	padding: 0 13px;
}
@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: #1d66b5;
	}
	.left_title h3{
		height: 56px;
	    line-height: 56px;
	    text-align: left;
	    font-size: 20px;
	    margin-bottom: 0;
	}
	.left_ul{
		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%;
}

/* 内页详情 */
.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: 40px;
}
.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:#e29d17;
	border: 1px solid #e29d17;
}
@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%;
	}778
}