@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;
}
.header_right{
	margin-top: 16px;
}
.header_right p{
	background: url(../images/dh.png) no-repeat left;
	height: 37px;
	line-height: 53px;
	padding-left: 40px;
	font-size: 18px;
	color: #000000;
	margin: 2px 0px 8px;
}
.header_right span{
	display: block;
	font-weight: bold;
	font-size: 26px;
	color: #1d2088;
	letter-spacing: 2px;
}
.logo{
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	display: block;
	margin-top: 18px;
}
.nav ul>li{
	float: left;
	position: relative;
}
.nav ul>li>a{
	display: block;
	height: 76px;
	line-height: 76px;
	font-size: 18px;
	color:#000000;
	padding:0px 16.5px;
}
.nav ul>li:first-child>a{
	padding-left: 0;
}
.nav ul>li:last-child>a{
	padding-right: 0;
}
.nav ul>li>a:hover{
	color: #1d2088;
}
.nav ul>li.active>a{
	color: #1d2088;
}
.sub_dl{
	position: absolute;
	left: 0px;
	top: 76px;
	width: 100%;
	display: none;
	z-index: 999;
	background: rgba(238,238,238,0.8);
}
.sub_dl dd{
	text-align: center;
}
.sub_dl dd a{
	display: block;
	height: 29px;
	line-height: 29px;
	border-bottom: 1px dashed #b7b6b6;
	color: #333333;
	font-size: 16px;
}
.sub_dl dd a:hover{
	background: #1d2088;
	color: #FFFFFF;
	border: #1d2088;
}
@media (max-width: 1199px) {
	.nav ul>li>a{
		padding: 0px 13px;
		font-size: 15px;
	}
	.sub_dl dd a{
		font-size: 14px;
	}
}
@media(max-width: 991px){
	header{
		height: 70px;
	}
	.logo img{
		width: 340px;
		margin-top: 10px;
	}
	.header_right{
		display: none;
	}
	.nav{
		display: none;
	}
}
@media only screen and (max-width:480px ){
	.logo img{
		width: 250px;
		margin-top: 18px;
	}
} 

/* 手机按钮  */
#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: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #1d2088;
    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 only screen and (max-width:991px ) {
	#navToggle{
		display: block;
	}
}

/*banner*/
.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 760px !important;
	overflow: hidden;
}
.fullwidthbanner-container .fullwidthabnner {
	width: 100% !important;
	max-height:760px !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: #1d2088 !important;
}

/** BULLETS **/
.tp-bullets {
	z-index: 1001;
	position: absolute;
	bottom: 25px !important;
}
.tp-bullets.simplebullets.round .bullet {
	cursor: pointer;
	position: relative;
	background: #FFFFFF;
	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: 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: 44px;
	height: 44px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*关于我们*/
.about{
	padding: 52px 0px 28px;
}
.index_title{
	text-align: center;
	margin-bottom: 60px;
}
.index_title h3{
	font-size: 36px;
	line-height: 36px;
	padding-bottom: 14px;
	font-weight: bold;
	background: url(../images/h3.jpg) no-repeat center bottom;
}
.index_title p{
	font-size: 14px;
	color: #666666;
	padding-top: 4px;
}
.about_nr{
	box-shadow: 2px 4px 4px 1px #e0e0e0;
	margin-bottom: 30px;
}
.about_nr a{
	display: block;
}
.about_img{
	overflow: hidden;
}
.about_img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-animation: all 0.5s;
	-moz-animation: all 0.5s;
	-o-animation: all 0.5s;
}
.about_img:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.about_ms{
	background: #FFFFFF;
	text-align: center;
	padding: 25px 22px 26px 26px;
	overflow: hidden;
	min-height: 128px;
}
.about_ms h4{
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
}
.about_nr a:hover .about_ms h4{
	color: #1d2088;
}
.about_txte{
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}
@media only screen and (max-width:1199px ) {
	.index_title h3{
		font-size: 30px;
		padding-bottom: 5px;
	}
}
@media only screen and (max-width:991px ) {
	.about{
		padding: 30px 0px 15px;
	}
	.index_title{
		margin-bottom: 30px;
	}
	.index_title h3{
		font-size: 26px;
		padding-bottom: 0;
	}
}
@media only screen and (max-width:480px ) {
	.about_ms{
		min-height: 80px;
		padding: 15px;
	}
}

/*产品展示*/
.pro_content{
	width: 100%;
	padding: 0 !important;
	overflow: hidden;
	margin-bottom: 60px;
}
.pro_contacontainer .index_title{
	padding-top: 58px;
	margin-bottom: 0;
}
.pro_contacontainer .index_title h3{
	padding-bottom: 22px;
}
.pro_contacontainer .index_title h4{
	font-size: 16px;
	color: #666666;
}
.pro_img{
	position: relative;
	float: left;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.pro_img img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.pro_img:hover img{
	transform: scale(1.1);
	-webkit-transform: all 0.5s;
    -moz-transform: all 0.5s;
    -ms-transform: all 0.5s;
    -o-transformn: all 0.5s;
}
.pro_img p{
	font-size: 24px;
	color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	width: 209px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin-left: -104px;
	left: 50%;
	background: rgba(0,0,0,0.54);
}
.pro_ms{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	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;
    overflow: hidden;
}
.pro_img:hover p{
	display: none;
}
.pro_ms:hover{
	opacity: 1;
}
.pro_ms a h3{
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	left: 50%;
	top: 50%;
	margin-left: -104px;
	margin-top: -32px;
	position: absolute;
	width: 209px;
	height: 64px;
}
.pro_ms ul{
	margin: 0 auto;
	display: table;
	display: none;
}
.pro_ms ul li{
	display: inline-block;
	margin: 0 5px 15px;
	border: 1px solid #FFFFFF;
}
.pro_ms ul li a{
	display: block;
	padding: 0 18px;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 16px;
}
.pro_ms ul li:hover{
	background: #1d2088;
	border: 1px solid #1d2088;
}
@media only screen and (max-width:1440px ) {
	.pro_ms ul{
		display: none;
	}
	.pro_ms a h3{
		font-size: 28px;
		font-weight: bold;
	}
}
@media only screen and (max-width:1200px ) {
	.pro_img p{
		font-size: 18px;
	}
	/*.pro_ms a h3{
		font-size: 18px;
		margin: 30px auto 10px;
	}*/
	.pro_ms ul li a{
		font-size: 12px;
		padding: 0px 5px;
		width: 160px;
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1199px){
	.pro_img p{
		font-size: 18px;
	}
	/*.pro_ms a h3{
		font-size: 18px;
		margin: 30px auto 10px;
	}*/
	.pro_ms ul li a{
		font-size: 12px;
		padding: 0px 5px;
		width: 160px;
		height: 24px;
		line-height: 24px;
		overflow: hidden;
	}
}
@media only screen and (max-width: 991px) {
	.pro_left{
		float: none;
		width: 100%;
		padding-top: 10px;
		margin-bottom: 20px;
	}
	.pro_title h3{
		font-size: 25px;
	}
	.pro_title{
		margin-bottom: 10px;
	}
	.pro_wrap{
		background-size: cover ;
	}
	.pro_text{
		margin-bottom: 10px;
	}
	.pro_wrap{
		padding: 50px 0px;
	}
}
@media only screen and (max-width: 767px){
	.pro_wrap{
		padding: 0px;
	}
	.pro_img p{
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin-left: -75px;
	}
	.pro_img{
		margin: 0 auto;
		float: none;
		max-width: 640px;
	}
}
@media only screen and (max-width: 480px){
	.pro_ms a h3{
		font-size: 14px;
	}
	.pro_ms ul li a{
		font-size: 12px;
		padding: 0 10px;
	}
}

/* 新闻中心 */
.index_news{
	padding-bottom: 50px;
	overflow: hidden;
}
.news_left{
	width: 50%;
	float: left;
	padding-right: 15px;
}
.news_left a{
	display: block;
}
.news_left a img{
	display: block;
	width: 100%;
}
.news_left a h3{
	font-size: 16px;
	height: 24px;
	overflow: hidden;
	margin: 8px 0px 8px;
	font-weight: bold;
}
.news_left a:hover h3{
	color: #1d2088;
}
.news_left a .news_ms{
	font-size: 14px;
	color: #333333;
	max-height: 48px;
	overflow: hidden;
}
.news_right{
	width: 50%;
	float: left;
	padding-left: 15px;
}
.news_right ul li{
	border-bottom: 1px dashed #737373;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
.news_right ul li a{
	display: block;
	overflow: hidden;
}
.news_right ul li a .date{
	width: 99px;
	height: 78px;
	float: left;
	text-align: center;
	color: #000000;
}
.news_right ul li a .date p{
	font-size: 25px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 10px;
}
.news_right ul li a .date span{
	display: block;
	font-size: 14px;
}
.news_list{
	float: left;
	width: calc(100% - 99px);
	width: -webkit-calc(100% - 99px);
	width: -moz-calc(100% - 99px);
	color: #333333;
}
.news_list h4{
	font-size: 16px;
	height: 18px;
	overflow: hidden;
	font-weight: bold;
}
.news_list h5{
	display: none;
}
.news_right ul li a:hover .date p,.news_right ul li a:hover .date span{
	color: #1d2088;
}
.news_right ul li a:hover .news_list h4{
	color: #1d2088;
}
.news_list .news_xq{
	font-size: 14px;
	line-height: 26px;
	max-height: 48px;
	overflow: hidden;
}
@media only screen and (max-width:991px ) {
	.news_left{
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 25px;
	}
	.news_right{
		width: 100%;
		float: none;
		padding: 0;
	}
}
@media only screen and (max-width:767px ) {
	.news_right ul li a .date{
		display: none;
	}
	.news_list{
		width: 100%;
	}
	.news_list h5{
		display: block;
		height: 14px;
		margin: 5px 0px;
	}
}

/* 工程案例 */
.w{
	width: 100%;
	max-width: 1230px;
}
#case_wrap{
	background: url(../images/case_wrap.jpg) no-repeat center;
	padding: 60px 0px 50px;
}
#case_wrap .index_title{
	margin-bottom: 20px;
}
#case_scroll{
	position: relative;
}
#case_scroll .item{
	margin: 0px 4px;
}
#case_scroll .owl-pagination{
	text-align: center;
	margin-top: 55px;
}
#case_scroll .owl-controls .owl-page{
	display:inline-block;
	width: 20px;
	height: 20px;
	background: #000000;
	margin: 0px 10px;
	border-radius: 12px;
}
#case_scroll .owl-page.active{
	background: #1d2088;
}
.case_list{
	display: block;
	margin: 0 auto;
	max-width: 386px;
}
.list_a{
	display: block;
	position: relative;
}
.list_a .case_img{
	display: block;
	width: 100%;
}
.list_a .a_hover{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s;
}
.list_a .a_hover img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18.5px;
	margin-top: -18.5px;
	display: block;
}
.list_a:hover .a_hover{
	opacity: 1;
}
@media only screen  and (max-width: 1199px){
	#case_wrap{
		padding: 30px 0px 20px;
	}
	#case_scroll .owl-pagination{
		margin-top: 45px;
	}
	#case_scroll .item{
	margin: 0px 2px;
	}
	#case_wrap>.w{
		padding: 0 8px;
	}
}
@media only screen  and (max-width: 991px) {
	.list_a .a_hover span{
		font-size: 20px;
	}
	.span_img{
		width: 110px !important;
		margin: 95px auto 0px;
	}
}
@media only screen and (max-width:480px ) {
	.case{
		padding: 15px 0px 15px;
	}
	.case .index_title{
		margin-bottom: 20px;
	}
	.case .index_title h4{
		font-size: 14px;
	}
	.list_a .a_hover span{
		font-size: 14px;
	}
	.span_img{
		width: 80px !important;
		margin: 80px auto 0px;
	}
}

/* 联系我们 */
#contact_wrap{
	background: url(../images/contact_wrap.jpg) no-repeat center;
	padding: 120px 0px 95px;
}
.contact_left{
	padding-left: 100px;
}
.contact_left p{
	font-size: 30px;
	line-height: 30px;
	margin: 25px 0px 20px;
	color: #FFFFFF;
}
.contact_left span{
	font-size: 36px;
	color: #1d2088;
}
.contact_middle{
	color: #FFFFFF;
	padding-left: 70px;
	font-size: 13.5px;
}
.contact_right{
	text-align: center;
	color: #FFFFFF;
}
@media only screen and (max-width:1199px ) {
	.contact_left,.contact_middle{
		padding-left: 15px;
	}
}
@media only screen and (max-width:767px ) {
	#contact_wrap{
		background: #FFFFFF;
		padding: 30px 0px 20px;
	}
	.contact_left p{
		font-size: 24px;
		margin: 5px 0px 5px;
	}
	.contact_left span{
		font-size: 24px;
	}
	.contact_left, .contact_middle,.contact_left p{
		text-align: left;
		color: #000000;
	}
	.contact_middle{
		margin: 0 auto;
	}
	.contact_middle p a>span{
		color: #000000 !important;
	}
}

/*底部内容*/
footer{
	width: 100%;
	position: relative;
	background: #eeeeee;
	color: #fff;
	padding: 32px 0px 24px;
}
.footer_nav a{
	display: inline-block;
	padding: 0px 14px;
	color: #000000;
	font-size: 18px;
}
.footer_nav a:last-child{
	padding-right: 0;
}
.footer_nav a:first-child{
	padding-left: 0;
}
.copyright{
	text-align: center;
	margin-top: 14px;
	color: #000000;
}
@media only screen and (max-width:1199px ){
	.footer_nav{
		text-align: center;
	}
	.footer_nav a{
		font-size: 14px;
		padding: 0 12px;
	}
}
@media only screen and (max-width:991px ) {
	.contact_title h3{
		line-height: 40px;
		font-size: 30px;
	}
	.contact_title{
		margin-bottom: 20px;
	}
	.copyright{
		margin-top: 0px;
	}
}
@media only screen and (max-width:767px ) {
	.footer_conter{
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.footer_top{
		height: auto;
		border-bottom: none;
		overflow: hidden;
	}
	.icon-1,.icon-2,.icon-3{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.footer_bottom{
		height: auto;
		overflow: hidden;
	}
	.footer_bottom p{
		width: 50%;
		float: left;
		margin-bottom: 18px;
	}
	.footer_right{
		float: none;
		text-align: center;
	}
	.footer_right img{
		float: none;
	}
}
@media only screen and (max-width:480px ){
	.icon-1,.icon-2,.icon-3{
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
	.icon-1 p,.icon-2 p,.icon-3 p{
		margin-bottom: 10px;
	}
	.footer_bottom{
		text-align: left;
	}
	.footer_bottom p{
		width: 100%;
		padding: 0;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.footer_bottom p img{
		padding-right: 15px;
		width: 48px;
		height: 48px;
	}
	.footer_nav{
		display: none;
	}
	.copyright p>a{
		display: inline-block;
	}
}

/* owl-carousel */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.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);
}

/*内页样式*/
.inside_banner{
	width: 100%;
}
.inside_banner img{
	display: block;
	width: 100%;
}
#main{
	margin: 70px auto;
	overflow: hidden;
}
@media(max-width: 991px){
	#main{
		margin: 30px auto;
	}
}

/* 产品内页标题 */
.inside_title{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

/*左侧*/
.main_left{
	float: left;
	width: 297px;
}
.left_title{
	background: #1d2088;
	color: #fff;
	font-size: 22px;
	position: relative;
	text-align: center;
	padding: 15px 10px;
}
.left_title h3{
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
	background: url(../images/left_title-h3.png) no-repeat bottom;
}
.left_title h4{
	line-height: 26px;
	font-size: 14px;
	text-transform: uppercase;
}
.left_title #navToggle{
	width: 56px;
	height: 56px;
}
.left_ul{
	background: #FFFFFF;
}
@media only screen and (max-width:991px ) {
	.left_title h3{
		line-height: 56px;
		font-weight: normal;
		font-size: 20px;
		background: none;
		padding-bottom: 0;
		text-align: left;
	}
	.left_title h4{
		display: none;
	}
	.left_phone{
		display: none;
	}
}
.left_ul li{
	background: #eeeeee;
	margin-bottom: 5px;
}
.left_ul li:first-child{
	margin-top: 5px;
}
.left_ul li a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-align: center;
	overflow: hidden;
	font-size: 16px;
	color: #000000;
}
.left_ul li:hover{
	background: #1d2088;
}
.left_ul li:hover a{
	color: #FFFFFF;
}
.left_ul li.active{
	background: #1d2088;
}
.left_ul li.active a{
	color: #FFFFFF;
}
.left_iphone{
	margin-top: 58px;
}
.iphone_p{
	background: #eeeeee;
	padding: 15px;
	font-size: 16px;
	color: #000000;
}

/* 右侧 */
.main_right{
	float: right;
	width: calc(100% - 333px);
	width: -webkit-calc(100% - 333px);
	width: -moz-calc(100% - 333px);
}	
.pro_ul{
	overflow: hidden;
}
.pro_ul li{
	margin-bottom: 16px;
	padding: 0 6px;
}
.pro_a{
	display: block;
	margin: 0 auto;
	max-width: 279px;
	overflow: hidden;
}
.pro_image{
	display: block;
	overflow: hidden;
	position: relative;
}
.pro_image .pro_img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.pro_ul li a p{
	height: 42px;
	line-height: 42px;
	text-align: center;
	background: #1d2088;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.pro_hover{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	opacity: 0;
}
.pro_hover>img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -18.5px;
	margin-left: -18.5px;
}
.pro_ul li a:hover .pro_hover{
	opacity: 1;
}

@media only screen and (max-width:1199px ) {
	.pro_ul li{
		padding: 0 15px;
	}
}
@media (max-width: 991px){
	.main_left{
		width: 100%;
		float: none;
		margin-top: 10px;
	}
	.left_title{
		height: 56px;
		line-height: 56px;
	}
	.left_ul{
		display: none;
	}
	.left_iphone{
		display: none;
	}
	.main_right{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.left_title{
		padding: 0px 10px 0px 15px;
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.left_ul li{
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		line-height: 45px;
		padding-left: 20px;
		font-size: 15px;
		text-align: left;
	}
	.left_title h3{
		font-size: 18px;
	}
	.inside_img{
		float: none;
		width: 100%;
	}
	.inside_ms{
		float: none;
		width: 100%;
		max-width: 448px;
		margin: 20px auto 0px;
	}
}

/* 新闻  */
.main_right .news_right{
	width: 100%;
	padding-left: 0;
}
@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 10px;
	color: #969696;
	margin:0px 3.0px;
}
.page_box a.on{
	color:#fff;
	background:#1d2088;
	border: 1px solid #1d2088;
}
.news_title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:5px;	
	color:#181616;
	margin-top: 20px;
}
.news_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;
}
@media only screen and (max-width:1199px ) {
	.news_content img{
		display: block;
		width: 100%;
	}
	.main_content img{
		display: block;
		width: 100%;
	}
}





