@charset "utf-8";
html{
    font-size: 0.625em;
}

body{
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li{
    list-style: none;
}

.clear::after{
    content: "";
    display: block;
    clear: both;
}

.ellips{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover{
    outline: none;
    text-decoration: none;
    color: #000;
}

input, img{
    outline: none;
}
.cont{
    width: 1200px;
    margin: 0 auto;
}

/* header */
.header {
    width: 100%;
    background: url("../images/heard_bg.png") center no-repeat;
    background-size: cover;
}
.header_box {
    position: relative;
}
.header_logo {
	width: 100%;
}
.header_logo a {
    margin: 32px 0px 32px 42px;
}

.header_search {
    width: 260px;
    height: 40px;
    margin: 50px 0;
    padding: 0;
	background: #fff;
}
.header_search input {
    width: 220px;
    height: 40px;
    padding: 0 7px;
    line-height: 40px;
    background: #fff;
    font-size: 12px;
    border: none;
}
.header_search p {
    position: relative;
    width: 40px;
    height: 40px;
    background: #989090;
}
.header_search p img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 25px;
}
nav.navbar-default {
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 55px;
    margin: 0;
    border: none;
    background: none;
    z-index: 99;
}
.header_nav {
    width: 91%;
    height: 55px;
    background: #fff;
    border-radius: 5px;
    padding: 0;
}
.header_nav .yi_ul .yi_li {
    position: relative;
    float: left;
    width: 10%;
}

.header_nav .yi_ul .yi_li .yi_a {
	display: block;
	height: 55px;
	line-height: 55px;
    font-size: 16px;
    text-align: center;
}
.header_nav .yi_ul .yi_li .yi_a.yi_a_acitve {
    color: #d90005;
    border-bottom: 2px solid #d90005;
}

.header_nav .er_ul {
	display: none;
	position: absolute;
	left: 0;
    top: 55px;
    width: 100%;
    z-index: 999999;
}
.header_nav .er_uls {
	display: none;
	position: absolute;
	left: 102px;
    top: 160px;
    z-index: 999999;
}

.header_nav .er_ul .er_li .er_a {
	display: block;
	min-width: 102px;
	height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    font-size: 16px;
    overflow: hidden;
}

.header_nav .er_ul .er_li .er_a:hover {
    color: #d90005;
}

/* banner */
.swiper-container img {
    width: 100%;
    height: 100%;
}
.swiper1 {
    position: relative;
    width: 100%;
    height: 810px;
}
.banner_effect {
    width: 100%;
    height: 100%;
    position: relative;
    animation: banner-effect 7s ease infinite;
}
.swiper1 .mask {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 810px;
    background: rgba(0, 0, 0, .3);
}
.swiper1 .mask .mask_c {
    position: relative;
    width: 400px;
    height: 400px;
    margin-top: 120px;
    margin-left: 100px;
    color: #fff;
    overflow: hidden;
}
.swiper1 .mask .mask_c .c_num {
    margin: 28px 0px 0px 80px;
    font-size: 120px;
}
.swiper1 .mask .mask_c .c_line {
    width: 70px;
    height: 3px;
    margin-left: 76px;
    background: #fff;
}
.swiper1 .mask .mask_c .c_title {
    margin: 10px 0px 0px 19px;
    font-size: 48px;
}
.swiper1 .mask .mask_c .c_manifesto {
    margin-left: 19px;
    font-size: 24px;
    color: #e1e2e2;
}
.swiper1 .mask .mask_c .c_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 400px;
    border: none;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: #d90005 !important;
    opacity: 1 !important;
}
.pagination2.swiper-pagination {
	text-align: right !important;
}


/* 内容 */
.content {
    width: 100%;
    background: #fff;
}

/* 滚动资讯 */
.slideNew {
    width: 100%;
    height: 80px;
    background: url("../images/slideNew_bg.png") center no-repeat;
    background-size: cover;
}
.slideNew .left {
    height: 80px;
    background: #d90005;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
}
.slideNew .left p {
    display: inline-block;
}
.slideNew .left .icon {
    width: 38px;
    height: 38px;
    margin: 22px 13px 22px 32px;
    background: url("../images/news_icon.png") center no-repeat;
    background-size: cover;
    vertical-align: middle;
}
.slideNew .right {
    height: 80px;
    background-color: #f0f0f0;
    padding: 0px 10px;
}
#demo {
    overflow: hidden;
}
#indemo {
    float: left;
    width: 8000%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
.newc {
    float: left;
    padding: 0px 60px;
    height: 80px;
    background: url("../images/gg1.png") right center no-repeat;
    overflow: hidden;
}
.newc a {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
}
.newc:hover a {
    color: #d90005;
}
.newc a .a1 {
    font-size: 16px;
    margin-right: 50px;
}
.news .wenben {
	width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    text-indent: 1em;
    margin: 0;
}
.news .wenben span {
	display: block;
	color: #ffffff;
	font-size: 16px;
}

/* 栏目标题 */
.top_title {
    width: 416px;
    margin: 45px auto 30px;
}
.top_title img {
    width: 100%;
}
/* 新闻资讯 */
.news {
    width: 100%;
    padding-bottom: 30px;
    background: url("../images/news_bg.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.news .left {
  height: 387px;
  float:left;
    margin-top: 10px;
    padding: 0;
    overflow: hidden;
}

.news .right .news_tab {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #d2d2d2;
}
.news .right .news_tab a {
    display: block;
    width: 100px;
    height: 34px;
    font-size: 18px;
    color: #4b4b4b;
    text-align: center;
    cursor: pointer;
}
.news .right .news_tab a.active {
    border-bottom: 2px solid #d90005;
    color: #000;
}
.news .right .news_tab .more {
    display: none;
}
.news .right .news_tab .more.active {
    display: block;
}
/*.news .news_cent {
    display: none;
    width: 100%;
    height: 336px;
    background: #fff;
    margin-top: 16px;
    padding: 0 8px;
}*/

.swiper2{
    position: relative;
    height: 387px;
    margin-top: 5px;
    padding: 0;
}

/*.news .list li.active {
    width: 100%;
}*/
.news .list li.active>a {
    display: block;
    font-size: 18px;
    color: #d90005;
    line-height: 38px;
}
.news .list li.active p {
    margin-bottom: 1px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}
.news li.oh {
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dotted #666;
    font-size: 14px;
    color: #666;
}
.news li.oh::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #d90005;
}
.news li.oh a {
    display: inline-block;
    width: 85%;
    height: 38px;
    padding-left: 15px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news li.oh.act {
	border-bottom: 1px dotted #d90005;
}
.news li.oh.act a {
	color: #d90005;
}
.news .right {
   width: 540px;
    margin-top: 10px;
    padding: 0;
    float: right;
}
.news .right>ul {
    display: none;
    height: 336px;
    margin-top: 16px;
    padding: 0 8px;
    background: #fff;
}
.news .right>ul.active {
    display: block;
}

/* 招商引资 */
.attract_investment {
    width: 100%;
    padding-bottom: 30px;
/*    background: url("../images/attract_bg.png") center no-repeat; */
	background: url("../images/attract_bgh.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.attract_cent {
    width: 100%;
}
.attract_cent_li {
    width: 30%;
    margin-right: 5%;
    padding: 0;
}
.attract_cent_li img {
    display: block;
    width: 100%;
    height: 270px;
}
.attract_cent_li p {
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
    font-size: 18px;
}

/* 项目展示 */
.project_show {
    width: 100%;
    padding-bottom: 30px;
    background: url("../images/project_bg.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.project_tab {
    width: 100%;
    padding: 15px 0 20px;
    overflow: hidden;
}
.project_tab.pc {
	display: block;
}
.project_tab.mobile {
	display: none;
}
.project_tab .project_line {
    position: relative;
    width: 560px;
    height: 1px;
    margin: 0 auto;
    background: #d2d2d2;
}
.project_tab .project_line .project_line_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 1px;
    background: #d90005;
    transition: width 1s;
}
.project_tab .project_line .project_line_mask.mask2 {
    width: 50%;
}
.project_tab .project_line .project_line_mask.mask3 {
    width: 75%;
}
.project_tab .project_line .project_line_mask.mask4 {
    width: 100%;
}
.project_tab .project_region {
    width: 640px;
    margin: 0 auto;
}
.project_tab .project_region li {
    position: relative;
    width: 25%;
    font-size: 18px;
    color: #d2d2d2;
    text-align: center;
    /* margin-right: 116px; */
    cursor: pointer;
}
.project_tab .project_region .project_shape {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 9px;
    height: 25px;
    z-index: 99;
}
.project_tab .project_region li.active {
    color: #d90005;
}
.project_tab .project_region li.active .project_shape {
    width: 16px;
    height: 25px;
    top: -7px;
    z-index: 99;
}
.project_tab .project_region .project_shape2, 
.project_tab .project_region .project_shape4, 
.project_tab .project_region .project_shape6, 
.project_tab .project_region .project_shape8 {
    display: none;
}


.swiper3 {
    position: relative;
    width: 100%;
    height: 420px;
}
.project_cent ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.project_cent li {
    width: 32%;
    margin-right: 22px;
    padding: 0;
}
.project_cent img {
    display: block;
    width: 100%;
    height: 270px;
}
.project_cent li:nth-of-type(3) {
    margin-right: 0;
}
.project_cent img.active {
	transition: all 1s;
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.1,1.1); 
}
.project_cent .project_t {
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
    font-size: 18px;
}
.project_cent .project_i {
    width: 100%;
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
    color: #adadad;
}
.project_cent .project_m {
    width: 84px;
    height: 25px;
    margin: 20px auto;
    background: #d90005;
    border-radius: 50px;
    line-height: 25px;
    text-align: center;
}
.project_cent .project_m a {
    font-size: 14px;
    color: #fff;
}
.project_show .lost {
	display: none;
}
.project_show .lost.active {
 	display: block; 
}
.project_show .lost a {
	padding: 8px 13px;
    background: red;
    color: #fff;
    border-radius: 5px;
}
/* 企业文化 */
.company {
    width: 100%;
    background: url("../images/company_bg.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.company_left {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
}
.company_left.active {
    display: block;
}
.company_left_t {
    margin-bottom: 20px;
}
.company_left_t span {
    display: block;
}
.company_left_c {
    margin-bottom: 15px;
    line-height: 26px;
}
.company_left_m a {
    color: #fff;
    font-size: 12px;
    font-style: italic;
}
.company_left_m span {
    font-size: 20px;
    vertical-align: middle;
    font-style: normal;
}
.company_right {
    padding: 0;
}
.company_right li {
    position: relative;
    width: 266px;
    height: 355px;
    margin-left: 14px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.company_right li.lib {
	background: url('../images/company_b.jpg') center no-repeat;
	background-size: cover;
}
.company_right li.lic {
	background: url('../images/company_c.jpg') center no-repeat;
	background-size: cover;
}
.company_right li.lid {
	background: url('../images/company_d.jpg') center no-repeat;
	background-size: cover;
}
.company_right li.active {
    border: 2px solid #d90005;
}
.company_right li p {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 14px;
    color: #fff;
}
.company_right li p span {
    display: block;
}

/* 专题专栏 */
.special {
    width: 100%;
    padding-bottom: 30px;
    background: url("../images/project_bg.png") center no-repeat;
    background-size: cover;
    overflow: hidden;
}
.special_cent li {
    width: 24%;
    height: 135px;
    margin-right: 15px;
    padding: 0;
}
.special_cent li:nth-of-type(4) {
    margin: 0;
}
.special_cent li img {
    width: 100%;
    height: 100%;
}
.special_cent li img.active {
	transition: all 1s;
	transform: scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);  /*兼容-webkit-引擎浏览器*/
    -moz-transform:scale(1.1,1.1); 
}

/* footer */
.footer {
    width: 100%;
    background: #e5e5e5;
}
.footer_top {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #dfdfdf;
}
.footer_link {
    padding: 0;
}
.footer_dl {
    width: 100%;
}
.footer_dl dd {
    float: left;
}
.footer_dl .dl_t {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #cfcfcf;
    background: url("../images/gg1.png") right center no-repeat;
}
.footer_dl .dl_t.last {
    background: none;
}
.footer_dl .dl_t a {
    text-decoration: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    color: #000000;
    font-size: 16px;
}
.footer_dl .dl_c {
    width: 100%;
    padding-top: 14px;
}
.footer_dl .dl_c li {
    width: 100%;
    height: 25px;
}
.footer_dl .dl_c li a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    color: #666666;
    font-size: 14px;
    text-decoration: none;
}
.footer_code {
    padding: 0;
    text-align: center;
}
.footer_code div {
    float: none;
    display: inline-block;
    width: 100px;
    margin: 10px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.footer_code img {
    width: 100px;
    height: 100px;
}
.footer_copyright {
    width: 100%;
    /* height: 40px; */
    padding-left: 45px;
    /* line-height: 40px; */
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #666666;
    overflow: hidden;
}


@-webkit-keyframes banner-effect {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
  
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
  
@keyframes banner-effect {
    0% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
  
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}



@media (min-width: 992px) and (max-width: 1200px) {
    .special_cent li {
        width: 48%;
    }
    .company_right li {
        width: 230px;
        margin-left: 5px;
    }
    .company_right li:nth-of-type(1) {
        margin-left: 0;
	}
	.project_tab.pc {
		display: block;
	}
	.project_tab.mobile {
		display: none;
	}
}

@media screen and (max-width: 1200px) and (min-width: 992px)   {
	.news .right {
		width: 49%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
	.news .right .news_tab a {
		display: block;
		width: 90px;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
	}
}

@media  screen and (max-width: 991px)  and (min-width: 530px) {
	.news .right {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
	.news .right .news_tab a {
		display: block;
		width: 78px;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
	}
}
@media screen and (max-width: 529px) and (min-width: 455px)  {
	.news .right {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
	.news .right .news_tab a{
		width:85px;
		display: block;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
	}
	.project_tab.mobile .mobile_ul li {
		margin-right: 30px;
	}
}
@media screen and (max-width: 454px) and (min-width: 405px) {
	.news .right {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
	.news .right .news_tab a{
		width:75px;
		display: block;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
	}
    .project_tab {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
	.project_tab.mobile .mobile_ul li:nth-of-type(2n+1) {
		/* margin-right: 40px; */
	}
	.project_tab.mobile .mobile_ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 404px) and (min-width: 371px){
   .news .list li.active>a{
  font-size: 15px;
  }
    .news .right {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
  .news .list li.active p {
		line-height: 14px;
		font-size: 9px;
		color: #999;
	}
	.news .right .news_tab a{
		width:66px;
		display: block;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
		font-size:12px;
	}
   .news li.oh {
		position: relative;
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-bottom: 1px dotted #666;
		font-size: 11px;
		color: #666;
	}
  .project_tab {
    width: 100%;
    
    overflow: hidden;
}
	.project_tab.mobile .mobile_ul li:nth-of-type(2n+1) {
		/* margin-right: 40px; */
	}
	.project_tab.mobile .mobile_ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 370px) and (min-width: 340px) {
   .news .list li.active>a{
  font-size: 15px;
  }
	.news .right {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		float: right;
	}
	.news .right .news_tab a{
		width:60px;
		display: block;
		color: #4b4b4b;
		text-align: center;
		cursor: pointer;
		font-size:12px;
	}
	.news .list li.active p {
		line-height: 14px;
		font-size: 9px;
		color: #999;
	}
  /*.project_tab {
        padding: 15px 0px 0px 29px;
  }*/
	.news li.oh {
		position: relative;
		width: 100%;
		height: 38px;
		line-height: 38px;
		border-bottom: 1px dotted #666;
		font-size: 11px;
		color: #666;
	}
  .news .list li.active>a{
  font-size: 15px;
  }
	.project_tab.mobile .mobile_ul li:nth-of-type(2n+1) {
		/* margin-right: 23px; */
	}
	.project_tab.mobile .mobile_ul li:nth-of-type(2n) {
		margin-right: 0;
	}
}
 
@media (max-width: 992px) {
	.header_logo {
		text-align: center;
    }
    .header_logo a {
        margin: 32px 0px 32px 0;
    }
    .header_search {
		position: relative;
        float: left;
		margin: 0;
		z-index: 999;
    }
    nav.navbar-default {
        position: relative;
        top: -46px;
        left: 0px;
		height: auto;
		z-index: 99;
    }
    .navbar-toggle {
        margin: 8px 0 !important;
    }
    .navbar-collapse {
        border: none !important;
    }
    .header_nav {
        height: auto;
    }
    .header_nav .yi_ul .yi_li {
        width: 100%;
    }
    .header_nav .yi_ul .yi_li .yi_a {
        text-align: left;
        color: #fff;
    }
    .header_nav .er_ul .er_li .er_a {
        background: transparent;
        color: #fff;
        text-align: left;
        padding-left: 40px;
    }
    .header_nav .yi_ul .yi_li .yi_a.yi_a_acitve {
        color: #fff;
    }
    .header_nav .yi_ul .yi_li .yi_a.yi_a_acitve {
        border: none;
    }
    .header_nav .er_ul {
        position: static;
    }
    .swiper1 {
        height: 240px;
    }
    .swiper1 .mask {
        height: 240px;
    }
    .swiper1 .mask .mask_c {
        width: 400px;
        height: 240px;
        margin: 0;
    }
    .swiper1 .mask .mask_c .c_num {
        margin: 30px 0px 0px 80px;
        font-size: 28px;
    }
    .swiper1 .mask .mask_c .c_line {
        width: 20px;
        height: 3px;
        margin-left: 78px;
        background: #fff;
    }
    .swiper1 .mask .mask_c .c_title {
        margin: 10px 0px 0px 19px;
        font-size: 18px;
    }
    .swiper1 .mask .mask_c .c_manifesto {
        font-size: 14px;
    }
    .swiper1 .mask .mask_c .c_img {
        height: 240px;
	}
    .top_title {
        width: auto;
	}

    .slideNew .container {
        width: 100%;
        padding: 0;
    }

    .news .news_cent {
        height: auto;
        padding: 0 0 10px 0;
	}

	.news .wenben span {
        width: 72%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
	}

    .attract_cent_li {
        width: 100%;
        margin-right: 0;
    }

    /* .project_tab .project_line {
        width: 100%;
    }
    .project_tab .project_region {
        width: 100%;
    } */
    .project_cent li {
        width: 100%;
	}
	.project_tab.pc {
		display: none;
	}
	.project_tab.mobile {
		display: block;
	}
	.project_tab.mobile .mobile_ul {
		width: 100%;
        overflow: hidden;
        text-align: center;
	}
	.project_tab.mobile .mobile_ul li {
        float: none;
        display: inline-block;
		width: 120px;
		height: 40px;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #d90005;
		text-align: center;
		line-height: 40px;
		font-size: 14px;
		border-radius: 5px;
		cursor: pointer;
	}
	.project_tab.mobile .mobile_ul li.active {
		background: #d90005;
		color: #fff;
	}

    .company_right li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .special {
        padding: 0;
    }
    .special_cent li {
        width: 100%;
        height: 135px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer_dl dd {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .footer_dl .dl_t {
        background: none;
    }
    .footer_copyright {
        height: auto;
        padding: 0;
    }
}
