@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
a:focus{
	outline:none;
}
input:-webkit-autofill { 
	box-shadow: 0 0 0px 1000px white inset;
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
@font-face { 
	font-family: 'georgia'; 
	src: url('../fonts/georgia.eot'); 
	src: url('../fonts/georgia.eot?#iefix') format('embedded-opentype'),
	url('../fonts/georgia.woff') format('woff'), 
	url('../fonts/georgia.ttf') format('truetype'), 
	url('../fonts/georgia.svg#minijianyaya') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
.container1{
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
	position:relative;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:100px;
	clear:both;
	position: relative;
    z-index: 999;
	background:url(../images/navbg.png) repeat center center;
}
.yx {
	float:left;
	width:28%
}
.yx a {
	display:block;
	padding-top:38px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:left;
	margin-left:50px;
}
.menupc li{
	line-height:98px;
	float: left;
	text-align: center;
	position: relative;
    position:static;
}
.menupc li a{
	display:block;
	color:#1a1a1a;
	text-transform:capitalize;
	padding: 0px 18px;
	border-bottom:2px solid #fff;
	font-size:17px;
	transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.menupc li:hover a{
	border-bottom:2px solid #e60031;
}
.menupc li a:hover{
	border-bottom:2px solid #e60031;
}
.menupc li .current{
	border-bottom:2px solid #e60031;
}
.prostyle{
    background-color:#fff;
    overflow:hidden;
    position: absolute;
    display:none;
    left: 50%;
    z-index: 999;
    width:1080px;
    margin-left: -540px;
    padding: 16px 50px;
}
.prostyle a{
    float: left;
    border: 1px solid #bfbfbf;
    line-height: 58px;
    width: 460px;
    margin: 0px 10px 20px 10px;
    padding: 0 !important;
    border: 1px solid #bfbfbf !important;
}
.prostyle a:last-child{
    margin-bottom: 0px;
}
.prostyle a p{
    float: left;
    font-size: 16px;
    color: #1a1a1a;
    background: url("../images/jt.png") no-repeat right center;
    padding: 0px 20px;
    width: 168px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prostyle a:hover p{
    color: #ed193a;
    background: url("../images/jt_h.png") no-repeat right center;
}
.prostyle a img{
    float: right;
    width: 276px;
    height: 58px;
}
.menupc ul.subnav {
	display: block;
}

.nation{
	float:right;
	margin-top:32px;
}
.nation a{
	display:block;
	color:#fff;
	background-color:#e60031;
	font-size:15px;
	width:36px;
	height:36px;
	text-align:center;
	line-height:36px;
	border-radius:25px;
}


/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:80px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#0a78bc url(../images/search.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.nation{
		display:none;
	}
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
    .daohang{
        height: 80px;
    }
	.yx{
		width:85%;
	}
    
}


.home-about{
	width:100%;
	margin:0 auto;
}
.index_title{
	padding: 20px 0px;
    overflow: hidden;
    text-align: center;
}
.index_title p{
    font-family: 'georgia';
    font-size: 72px;
    color: #e5e5e5;
    text-transform: uppercase;	
}
.index_title h3{
	font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -70px;
    margin-bottom: 5px;
}
.index_title span{
    font-size: 14px;
    color: #666;	
}
.about_con{
	margin-top:20px;
	overflow:hidden;
}
.about_con_fl{
	margin-bottom:25px;
	overflow:hidden;
    float: left;
    width: 41%;
}
.about_con_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.about_con_fr{
	margin-bottom:25px;
	overflow:hidden;
    float: right;
    width: 56%;
}
.about_con_fr h3{
	color:#e60031;
	font-size:30px;
	font-weight:bold;
    font-family: 'georgia';
	margin-bottom:3%;
}
.about_con_fr h4{
	color:#323232;
	font-size:20px;
	font-weight:bold;
	margin-bottom:7%;
}
.about_con_fr p{
	font-size:16px;
	color:#666;
	line-height:1.5;
	margin-bottom:10%;
}
.about_con_fr a{
	display:block;
	border-top:1px solid #b3b3b3;
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.about_con_fr a:before{
	display:block;
	content:'';
	height:3px;
	width:45px;
	background-color:#e60031;
    margin-top: -3px;
    margin-bottom: 10px;	
}
.about_con_fr a:hover{
	color:#e60031;
}

.home-plan{
	width:100%;
	margin:0 auto;
	background-color:#f5f5f5;
	overflow:hidden;
}
.plan_con{
	margin-bottom:25px;
	overflow:hidden;
}
.plan_con li{
	margin-bottom:25px;
	overflow:hidden;
	padding:0;
}
.plan_con li a{
	display:block;
}
.plan_img{
	overflow:hidden;
}
.plan_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
.plan_con li a:hover .plan_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.plan_txt{
	background-color:#fff;
	overflow:hidden;
	padding:20px 30px;
	text-align:center;
}
.plan_txt p{
	color:#333;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}
.plan_txt span{
    display: block;	
	color:#666;
	font-size:14px;
    padding-bottom: 25px;
	margin-bottom:15px;
	text-transform:uppercase;
	background:url(../images/title.png) no-repeat bottom center;
}
.plan_txt h3{
	font-size:90px;
	color:#ccc;
	font-weight:bold;
	font-family:"Arial";
}
.plan_con li a:hover .plan_txt{
	background-color:#e60031;
}
.plan_con li a:hover .plan_txt p{
	color:#fff;
}
.plan_con li a:hover .plan_txt span{
	color:#fff;
	background:url(../images/title1.png) no-repeat bottom center;
}
.plan_con li a:hover .plan_txt h3{
	color:#f3a3ad;
}

.home-news{
	width:100%;
	margin:50px auto;
}
.news_title{
	height: 112px;
    overflow: hidden;
    text-align: center;
}
.news_title p{
    font-family: 'georgia';
    font-size: 72px;
    color: #e5e5e5;
    margin-top: 5px;	
    text-transform: uppercase;	
}
.news_title h3{
	font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: -73px;
    margin-bottom: 5px;
}
.news_title span{
    font-size: .14rem;
    color: #666;	
}
.newsbg{
    background: url(../images/newsbg.png) no-repeat 58.5% center;
}
.news_con{
	margin:5% 0px;
}
#owl-demo{
    width:100%;
	margin:0 auto;
}
#owl-demo .item {
    display: block;
	overflow:hidden;
	margin:0px 10px;
	position: relative;	
}
.news_fl{
	overflow:hidden;
	text-align:center;
}
.news_fl p{
	font-size:30px;
	color:#666;
	font-weight:bold;
}
.news_fl span{
	padding-top:5px;
	display:inline-block;
	border-top:1px solid #ccc;
	color:#333;
}
#owl-demo a:hover .news_fl p{
	color:#e60031;
}
#owl-demo a:hover .news_fl span{
	color:#666;
}
.news_fr{
	overflow:hidden;
}
.news_fr_txt{
	overflow:hidden;
	margin-bottom:20px;
}
.news_fr_txt h3{
	font-size:18px;
	color:#333;
	font-weight:bold;
	margin-bottom:10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_fr_txt p{
	color:#666;
	line-height:2.0;
    height: 84px;
    overflow: hidden;
}
.news_fr_img{
	overflow:hidden;
}
.news_fr_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
	transition: .5s;
}
#owl-demo a:hover .news_fr_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
#owl-demo .owl-pagination{
	display:none;
}
#owl-demo.owl-theme .owl-controls .owl-buttons {
    margin-top: 0;
    position: inherit;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
    top: -105px;
    margin: 0;
    padding: 0;
    opacity: 1;
	width: 26px;
	height:26px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	background-color: transparent;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: 64%;
	background:url(../images/prev01.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
	right:30%;
	background:url(../images/next01.jpg) no-repeat right center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div:hover.owl-prev {
	background:url(../images/prev01_h.jpg) no-repeat left center;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div:hover.owl-next {
	background:url(../images/next01_h.jpg) no-repeat right center;
}


.home-hezuo{
    width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding-bottom: 10px;
    overflow: hidden;
}
.hezuo_con{

}
#owl-demo1{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo1 .item{
    display: block;
    margin: 10px;
    position:relative;
}
.hezuo_img{
    overflow:hidden;
    border:1px solid #dadada;
}
.hezuo_img img{
    width:100%;
    height:auto;
    transition: .5s;
}
#owl-demo1 a:hover .hezuo_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#owl-demo1 .owl-pagination{
    display:none;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons{
    margin-top:0;
    position:inherit;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin: -17px 0 0 0;
    padding:0;
    opacity:1;
    width: 16px;
    height: 33px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    background-color: transparent;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left:-22px;
    background:url(../images/prev01.png) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next {
    right:-22px;
    background:url(../images/next01.png) no-repeat right center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div:hover.owl-prev {
    background:url(../images/prev01_h.png) no-repeat left center;
}
#owl-demo1.owl-theme .owl-controls .owl-buttons div:hover.owl-next {
    background:url(../images/next01_h.png) no-repeat right center;
}




footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	background-color:#fff;
	overflow:hidden;
}
.footer1_top{
	border-bottom:1px solid #e1e1e1;
	overflow:hidden;
	padding:25px 0px;
}
.footer1_top ul{
	text-align:center;
}
.footer1_top li{
	text-align:center;
	display:inline-block ;
	*float:none;
	*display:inline;
	zoom:1;
}
.footer1_top li a{
	color:#333;
	line-height:30px;
	font-size:18px;
	padding:0px 25px;
}
.footer1_top li a:hover{
	color:#e60031;
}
.footer1_bottom{
	padding-top:40px;
	overflow:hidden;
}
.footer1_bottom_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_bottom_fl img{
	display:block;
	max-width:100%;
	height:auto;
	margin-right:auto;
}
.footer1_bottom_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_bottom_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
}
.footer1_bottom_fc{
	margin-bottom:25px;
	overflow:hidden;
	border-left:1px dotted #b0b0b0;
	border-right:1px dotted #b0b0b0;
	padding-left: 3%;
}
.footer1_bottom_fc h3{
	font-size:16px;
	color:#0b0505;
	font-weight:bold;
	margin-bottom:15px;
    line-height: 22px;
}
.footer1_bottom_fc p{
	line-height:25px;
	color:#666;
}
.lianxi1{
	float:left;
	width:50%;
}
.footer2{
	background-color:#e6e6e6;
	overflow:hidden;
	padding:10px 0px;
}
.footer2 p{
	line-height:30px;
	color:#666;
	text-align:center;
}
.footer2 p a{
	color:#666;
}
.footer2 p a:hover{
	color:#e60031;
}

/*关于我们*/
.inner-main{
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}
.inner{
    background-color: #f5f5f5;
}
.inner_fl{
    float: left;
    width: 21.7%;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fl_title{
    background-color: #e60031;
    padding: 10px 0px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.inner_fl_title p{
    font-size: 22px;
}
.inner_fl_title span{
    font-size: 12px;
    text-transform: uppercase;
}
.inner_fl_con{
    background-color: #f4f4f4;
    padding: 10px;
    overflow: hidden;
}
.inner_fl_nav{
    overflow: hidden;
}
.inner_fl_nav li{
    margin-bottom: 1px;
    overflow: hidden;
}
.inner_fl_nav li a{
    display: block;
    border-bottom: 1px solid #c4c4c4;
    background-color: #e1e1e1;
    padding: 10px 0px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
    position: relative;
}
.inner_fl_nav li a:before{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -4px;
}
.inner_fl_nav li a:after{
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
}
.inner_fl_nav li a:hover{
    color: #fff;
    background-color: #e60031;
    border-bottom: 1px solid #e60031;
}
.inner_fl_nav li .current{
    color: #fff;
    background-color: #e60031;
    border-bottom: 1px solid #e60031;
}
.inner_fl_news{
    overflow: hidden;
}
.inner_fl_news p{
    font-size: 16px;
    color: #e60031;
    font-weight: bold;
    background: url("../images/p.jpg") no-repeat left center;
    padding: 19px 0px 19px 15px;
    overflow: hidden;
}
.inner_fl_news ul{
    background-color: #e1e1e1;
    overflow: hidden;
    padding: 15px 10px;
}
.inner_fl_news ul li{
    line-height: 30px;
    background: url("../images/fire.png") no-repeat left center;
    padding-left: 15px;
}
.inner_fl_news ul li a{
    display: block;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inner_fr{
    float: right;
    width: 75%;
    margin-bottom: 25px;
    overflow: hidden;
}
.inner_fr_title{
    background: url("../images/ititle.jpg") no-repeat bottom center;
    padding-bottom: 5px;
}
.inner_fr_title p{
    line-height: 30px;
    font-size: 13px;
    color: #333;
}
.inner_fr_title p a{
    font-size: 13px;
    color: #333;
}
.inner_fr_about{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
    color: #666;
    line-height: 25px;
}
.inner_fr_about img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/*视频展示*/
.inner_fr_video{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
}
.m-video{
    overflow:hidden;
    position:relative;
    cursor: pointer;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.m-video:after{
    content:'';
    display:block;
    padding-bottom:55%;
}
.m-video img{
    transition: .5s;
}


/*联系我们*/
.inner_fr_contact{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
}
.contact{
    margin-bottom: 25px;
    overflow: hidden;
}
.contact li{
    float: left;
    width: 50%;
}
.contact li h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.contact li p{
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.map{
    overflow: hidden;
}
.map img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/*人才招聘*/
.inner_fr_job{
    margin: 25px 0px 0px 0px;
    overflow: hidden;
}
.services-list {
    overflow:hidden;
}
.services-list li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}
.services-title{
    cursor: pointer;
    outline:none;
}
.services-title a{
    background-color:#fff;
    color:#666;
    display:block;
    min-height: 50px;
    line-height: 50px;
}
.services-title a:hover{
    background-color:#fff;
}
.services-title a.active {
    background-color:#fff;
}
.services-title p{
    float:left;
    font-size:16px;
    font-weight: bold;
    margin-right: 5%;
}
.services-title i{
    float:left;
    font-size:16px;
    color: #666;
    font-style: normal;
}
.services-title .fr{
    float:right;
    background:url(../images/fr1.png) no-repeat right center;
    width:16px;
    height:7px;
    margin-top:24px;
}
.services-title a:hover .fr{
    float:right;
    background:url(../images/fr1hover.png) no-repeat right center;
    width:16px;
    height:7px;
    margin-top:24px;
}
.services-title a.active .fr{
    float:right;
    background:url(../images/fr1hover.png) no-repeat right center;
    width:16px;
    height:7px;
    margin-top:24px;
}
.services-content {
    background: #fff;
    color: #808080;
    line-height: 25px;
    overflow: hidden;
    border-top: 1px dashed #d6d6d6;
}
.services-info-text {
    margin:30px 0px;
    color: #808080;
    line-height: 25px;
    font-size:14px;
}
.text1{
    margin-bottom:20px;
}
.text2{
    margin-bottom:20px;
}
.service-info-text h3{
    font-size:16px;
    color:#333;
    font-weight:normal;
    margin-bottom:10px;
}
.service-info-text p{
    font-size:14px;
    color:#808080;
    line-height:25px;
}
.service-info-text p a{
    color:#808080;
}


/*分页*/
.pagination{
    text-align:center;
    padding:20px 0px;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    color: #666;
    border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    background-color:#fff;
    margin:0px 2px 10px 2px;
}
.pagination a:hover{
    color:#fff;
    background-color:#e60031;
    border:1px solid #e60031;
}
.pagination a.active {
    display: inline-block;
    color: #fff;
    background-color: #e60031;
    border: 1px solid #e60031;
}


/*新闻资讯*/
.inner_fr_news{
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}
.inner_fr_news li{
    border-bottom: 1px dashed #bababa;
    overflow: hidden;
    margin-bottom: 30px;
}
.inner_fr_news li a{
    display: block;
    transition: .5s;
}
.inews_date{
    float: left;
    width: 70px;
    text-align: center;
    background-color: #e1e1e1;
    color: #333;
    padding: 5px 7px 10px 7px;
    margin-bottom: 30px;
    overflow: hidden;
}
.inews_date p{
    font-size: 30px;
    font-weight: bold;
}
.inews_date span{
    font-size: 14px;
}
.inews_txt{
    margin-left: 90px;
    overflow: hidden;
    margin-bottom: 30px;
}
.inews_txt h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.inews_txt p{
    line-height: 25px;
    color: #666;
    font-size: 14px;
}
.inner_fr_news li a:hover .inews_date{
    background-color: #e60031;
    color: #fff;
}
.inner_fr_news li a:hover .inews_txt h3{
    color: #e60031;
}

/*新闻详情*/
.inner_fr_newsshow{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}
.show_title h3{
    font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
    padding-bottom: 20px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    line-height:28px;
    color:#4b4b4b;
    padding:30px 10px;
    border-bottom:1px dashed #bfbfbf;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    padding-top:20px;
}
.show_back_fl{
    margin-bottom:20px;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#4d4d4d;
    width:75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:13px;
}
.show_back_fl li a{
    color:#868686;
    font-size:13px;
}
.show_back_fl li a:hover{
    color:#e60031;
}
.show_back_fr{
    margin-bottom:20px;
    overflow:hidden;
    padding:0;
}
.show_back_fr a{
    display:block;
    line-height:46px;
    color:#fff;
    font-size:15px;
    background: #e60031 url(../images/return.png) no-repeat 20px center;
    padding-right:25px;
    text-align: right;
}

/*产品中心*/
.inner_fr_pro{
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}
.inner_fr_pro li{
    padding: 0px 12px;
    margin-bottom: 24px;
    overflow: hidden;
}
.inner_fr_pro li a{
    display: block;
    background-color: #f5f5f5;
    overflow: hidden;
    padding: 22px;
}
.pro_img{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pro_img:after{
    content: '';
    display: block;
    padding-bottom: 75%;
}
.pro_img img{
    transition: .5s;
}
.pro_txt{
    margin-top: 24px;
}
.pro_txt h3{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
    background: url("../images/jian.png") no-repeat right 5px;
}
.pro_txt h3:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #999;
    margin-top: 10px;
}
.pro_txt p{
    color: #333;
    line-height: 25px;
}
.inner_fr_pro li a:hover .pro_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.inner_fr_pro li a:hover .pro_txt h3{
    color: #e60031;
}
.inner_fr_pro li a:hover .pro_txt h3:after{
    background-color: #e60031;
}
.hyshow{
    overflow: hidden;
}
.hyshow_title{
    overflow: hidden;
    border-bottom: 1px solid #e60031;
}
.hyshow_title_fl{
    float: left;
    font-size: 38px;
    color: #e60031;
    margin-top: -8px;
}
.hyshow_title_fr{
    float: left;
    margin-left: 5px;
}
.hyshow_title_fr p{
    font-size: 16px;
    color: #333;
}
.hyshow_title_fr span{
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}
.hyshow_con{
    margin-top: 15px;
}
#owl-demo2{
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo2 .item{
    display: block;
    margin: 10px;
    position:relative;
}
.hyshow_img{
    overflow:hidden;
    position: relative;
    width: 100%;
}
.hyshow_img:after{
    content: '';
    display: block;
    padding-bottom: 99%;
}
.hyshow_img img{
    transition: .5s;
}
#owl-demo2 a:hover .hyshow_img img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
#owl-demo2 .owl-pagination .owl-page span{
    display:block;
    background-color: #e60031;
    width: 8px;
    height: 8px;
}


/*产品详情*/
.inner_fr_proshow{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
}


/*投资者关系*/
.investor_banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url("../images/investor_ban.png") no-repeat center;
    height: 788px;
    background-size: cover;
}
.ban_info1{
    color: #fff;
    font-size: 48px;
    line-height: 1;
    padding-top: 65px;
}
.ban_info1 h3{

}
.ban_info1 p{
    font-weight: bold;
    text-transform: uppercase;
}
.ban_info2{
    margin: 45px 0 13px 0;
    overflow: hidden;
    background-color: rgba(255,255,255,.3);
    border-left: 7px solid #ff0048;
    padding: 33px 0;
}
.ban_info2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ban_info2 ul li{
    width: 20%;
    padding: 0 60px;
    border-right: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.ban_info2 ul li:last-child{
    border-right: none;
}
.ban_info2 ul li h3{
    line-height: 30px;
}
.ban_info3{
    overflow: hidden;
    background-color: rgba(255,255,255,.3);
    border-left: 7px solid #ff0048;
    padding: 33px 0;
}
.ban_info3_t{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ban_info3_t p{
    width: 35%;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.ban_info3_b{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.ban_info3_b_fl{
    display: flex;
    color: #fff;
    font-size: 18px;
}
.ban_info3_b_fl p{
    padding: 0 90px;
}
.ban_info3_b_fr a{
    display: block;
    width: 140px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background: -webkit-linear-gradient(left, #fa5657 , #fc093d);
    background: -o-linear-gradient(right, #fa5657, #fc093d);
    background: -moz-linear-gradient(right, #fa5657, #fc093d);
    background: linear-gradient(to right, #fa5657 , #fc093d);
}
.inner_investor dl{
    overflow: hidden;
}
.inner_investor dl dt{
    background-color: #f1f1f1;
    line-height: 40px;
    height: 40px;
    padding: 0 38px;
}
.inner_investor dl dt p{
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.inner_investor dl dt a{
    float: right;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}
.inner_investor dl dd{
    border-bottom: 1px solid #ddd;
    overflow: hidden;

}
.inner_investor dl dd a{
    display: block;
    color: #666;
    line-height: 40px;
    padding: 0 38px;
}
.investor_fl{
    float: left;
    width: 10%;
}
.investor_fc{
    float: left;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.investor_fr{
    float: right;
    width: 15%;
    text-align: right;
}





@media(max-width:1200px) {
    .yx a{
        padding-top:20px;
    }
    .container1{
        width:100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin-left:auto;
        margin-right:auto;
    }
    #owl-demo.owl-theme .owl-controls .owl-buttons div{
        top:-35px;
    }
    #owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left: 35%;
    }
    #owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next {
        right:35%;
    }
    .newbg{
        background: url(../images/newbg.png) no-repeat center center;
    }
    #owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-prev {
        left:-10px;
    }
    #owl-demo1.owl-theme .owl-controls .owl-buttons div.owl-next {
        right:-10px;
    }
    .investor_banner{
        height: 700px;
    }
    .ban_info1{
        font-size: 30px;
    }
    .ban_info2 ul li{
        padding: 0 30px;
        width: 25%;
        text-align: center;
    }
    .ban_info3_t p{
        font-size: 26px;
    }
    .ban_info3_b_fl p{
        padding: 0 53px;
    }
}

@media(max-width:768px) {
    .about_con_fl{
        float: none;
        width: 100%;
    }
    .about_con_fr{
        float: none;
        width: 100%;
    }
    .about_con_fr h3{
        margin-bottom: 2%;
    }
    .about_con_fr h4{
        margin-bottom: 2%;
    }
    .about_con_fr p{
        margin-bottom: 3%;
    }
	.plan_con li{
		padding:0 15px;
	}
	.news_con{
		margin:30px 0px 50px 0px;
	}
	
	.footer1_top li a{
		padding:0px 15px;
	}
    .investor_banner{
        height: 650px;
    }
    .ban_info1{
        padding-top: 50px;
        font-size: 26px;
    }
    .ban_info3_t p{
        font-size: 22px;
    }
    .ban_info3_b_fl p{
        padding: 0 20px;
    }
    .inner_investor dl dt{
        padding: 0 20px;
    }
    .inner_investor dl dd a{
        padding: 0 20px;
    }
    .investor_fc{
        width: 70%;
    }
    .investor_fr{
        width: 20%;
    }
}

@media(max-width:600px) {
    .footer1_bottom_fl img{
        margin-left:auto;
    }
    .footer1_bottom_fc{
        padding-left:15px;
        border:none;
    }
    .footer1_bottom_fr img{
        margin-right:auto;
    }
    .newsbg{
        background:none;
        height:100px;
        padding: 20px 0px;
    }
    .inner_fl{
        float: none;
        width: 100%;
    }
    .inner_fl_news{
        display: none;
    }
    .inner_fr{
        float: none;
        width: 100%;
    }
    .inner_fr_about{
        margin: 25px 0px 0px 0px;
    }
    .yx a{
        padding-top: 28px !important;
    }
    .ban_info1{
        padding-top: 30px;
        font-size: 20px;
    }
    .ban_info2{
        margin: 20px 0;
        padding: 25px 0 15px 0;
    }
    .ban_info2 ul li{
        width: 50%;
        padding: 0 15px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ban_info2 ul li:nth-child(2n){
        border-right: none;
    }
    .ban_info3{
        padding: 25px 0;
    }
    .ban_info3_t p{
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .ban_info3_b_fl{
        width: 100%;
        font-size: 16px;
        justify-content: center;
    }
    .ban_info3_b_fl p{
        padding: 0 5px;
    }
    .ban_info3_b_fr{
        width: 100%;
    }
    .ban_info3_b_fr a{
        margin: 20px auto 0 auto;
    }
    .inner_investor dl dd a{
        padding: 10px 20px;
        line-height: 25px;
    }
    .investor_fl{
        float: none;
        width: 100%;
    }
    .investor_fc{
        float: none;
        width: 100%;
    }
    .investor_fr{
        float: none;
        width: 100%;
        text-align: left;
    }
}

@media(max-width:414px) {
    .index_title p{
        font-size:50px;
    }
    .index_title h3{
        font-size:26px;
        margin-top: -50px;
    }
    .footer1_top li a{
        padding:0px 10px !important;
    }
    .plan_txt h3{
        font-size: 40px;
    }
    .home-news{
        margin: 0px 0px 50px 0px;
    }
    .news_title p{
        font-size: 50px;
    }
    .news_title h3{
        font-size: 26px;
        margin-top: -50px;
    }
    .lianxi1{
        margin: 0 1%;
        width: 48%;
    }
    .footer1_bottom{
        padding-top: 25px;
    }
    .news_fr_txt p{
        height: auto;
    }
}

@media(max-width:375px) {


}

@media(max-width:320px) {

}


































