/*这里只放了首页的代码，包含首页身体部分，及首页的底部样式部分*/


.section { text-align: center;color: #fff;}

/*这里是第一页轮播css开始的地方*/
.section{height: 100% !important;}
.content{height: 100%;width: 100%;margin: 0;padding: 0;position: relative;top: 0;left: 0;
    background-size: cover!important;background-repeat: no-repeat!important;
    background-position: center center!important;
}
.content_one{
    position: absolute;
    left: 0;
    top: 50%;
    padding: 26px 40px;
    width: 38%;
    max-width: 560px;
    float: left;
    background: #fff;
    background: rgba(255,255,255,.75);
    height: auto;
    margin: 120px 0 0 0;
	align:center;
}
.content_one h1{width: 100%;
    min-height: auto;
    margin: 0 auto;
    text-align: left;
    font-size: 30px;
    line-height: 40px;color: #0b0b0b;
}
.content_one h2{
    width: 100%;
    font-size: 20px;
    text-align: left;
    height: 48px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 24px;
    color: #0b0b0b;
}
.content_one a{
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin: 30px auto auto auto;
    background: #000;

    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    font-weight: bold;
    /*鼠标hover显示中间向外的黑底样式*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

/*鼠标hover显示中间向外的黑底样式*/
.content_one a::before{
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(192,42,19);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.content_one a:hover:before,
.content_one a:focus:before,
.content_one a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.fp-slides .active .content .content_one{
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
    animation-delay: 0.4s;
}
.fp-slides .active .content .content_one h1{
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
    animation-delay: 0.6s;
}
.fp-slides .active .content .content_one h2{
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
    animation-delay: 0.8s;
}

.fp-slides .active .content .content_one a{
    -webkit-animation: 1s .5s fadeInUp both;
    animation: 1s .5s fadeInUp both;
    animation-delay: 1s;
}


.index_new_list_box{
    width: 100%;
    height: 124px;
    #background-image: url(../img/index_footer.png);
    background-repeat: repeat;
    z-index: 1004;
    position: relative;
    bottom: 124px;
}
.index_sanjiao_box{
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    height: 60px;
}
.index_sanjiao{
    width: 0;
    height: 0;
    #border: 30px solid;
    #border-color: transparent transparent rgba(0,0,0,.9);
}
.index_sanjiao_box span{
    position: absolute;
    bottom: 1px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-size: 17px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif !important;
}


.new_list_start{
    height: 100%;
    float: left;
    padding: 5px 10px;
}
.new_title{
    background: rgb(192,42,19);
    font-size: 14px;
    padding: 2px 4px;
    float: left;
    margin-bottom: 6px;text-align: Justify;
}
.new_title_text{
    font-size: 16px;
    color: #fff;
    height: 20px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    margin-left: 5px;
}
.new_title_text a{height: 100%}.new_title_text a:hover{color:rgb(192,42,19);}

.new_info{
    margin-bottom: 3px;
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-left: 5px;
}
.new_info a{
    font-size: 12px;
    color: #b8b8b8;
    height: 100%;
    word-wrap: break-word;
    word-break: break-all;
}
.new_link{
    font-size: 14px;
    float: left;
    margin-left: 5px;
}
.new_link:hover{color:rgb(192,42,19);}

.swiper-slide{
    width:25% !important;/*根据内容调整宽度*/overflow: hidden;
}

/*这里是第二页css开始的地方*/

.content_two{
    position: relative;background-size: cover;
    height: 100%;
    width: 100%;
}

.content_two:after{
    content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(1px);
    z-index: 2;
}
.content_zhezao{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.15);
    padding-top: 120px;
}


.content_two_left{width: 40%;height: auto;
    position: absolute;
    border-right: 1px solid #8191A5;margin: 70px 6% 0 6%;
    padding-bottom: 100px;
}



.content_two_left h1{
    font-size: 36px;
    margin-bottom: 100px;
    text-align: left;
}

.lingyu_icon a{color: #fff;
font-size: 26px;
width: 500px;
height: 60px;
float: left;
text-align：left;
padding-top: 7px;
margin-right: 300px;
margin-bottom: 15px;
border: 0px solid #fff;
line-height: 40px;
}
.lingyu_icon a:hover{
    background-color: #fff;
    color: #000;
}

.content_two_right{width: 28%;height: auto;position: absolute;right: 0;overflow: hidden;
    margin: 70px 12% 0 0;
    padding-bottom: 100px;
}



.content_two_right h1{font-size: 26px;font-weight: normal;
    text-align: left;margin-bottom: 50px;}








.content_two_left_p2{width: 50%;height:500px; left:0;
    position: absolute;
    margin: 5% 0 80px 12%;
	background-image:url(../img/xl.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto 500px;
}

.content_two_right_p2{width: 26%;height:500px; position: absolute;right: 0;overflow: hidden;
	float:left;
    margin: 5% 12% 80px 0;
	background-color:#fff;
}

.content_two_right_p2 h1{font-size: 26px;font-weight: normal;
    text-align: left;margin-bottom: 50px;color:#787878;}

.content_two_right_p2 span{font-size: 20px;font-weight: normal;
    text-align: left;color:#787878;}
	
	

	
	
	
	
	

.index_form{
    text-align: left;
}

.form_option {margin-top: 15px;}

.form_option span{font-size:16px;
    line-height: 40px;
    float: left;
    width: 25%;}

.form_option input{
    width: 75%;
    height: 40px;
    background: none;
    border: 1px solid #fff;color: #B6BFCC;
}
.form_option textarea{
    width: 75%;
    background: none;
    border: 1px solid #fff; resize: none;color: #B6BFCC;
}
.index_form>[type="submit"]{
    width: 75%;
    height: 50px;
    background: #fff;
    color: #000;
    border: none;
    font-size: 20px;
    margin: 15px 0 0 25%;
}

.index_form>[type="submit"]:hover{
    background: rgb(192,42,19);
    color: #fff;
    cursor: pointer;
}

/*大屏幕显示的第二页的底部部分样式，同时手机端也会显示*/
.index_footer_box{
    position: absolute;
    z-index: 1007;
    width: 100%;
    background: #000;
    bottom: 0;
}
.index_footer_box .index_copy{line-height: 30px;
    width: auto;
    float: left;
    font-size: 12px;
}
.index_footer_box .index_copy a{margin-left: 10px;}
.index_footer_box .index_copy a:hover{
    color: rgb(192,42,19);
}
.index_footer_box .index_link{float: right;font-size: 12px;line-height: 30px;margin-left: 20px;}

.index_footer_box .index_link a:hover{color: rgb(192,42,19);}

.index_footer_box .index_fx{float: right;}

.index_fx ul li{position: relative;
    float: left;
    display: block;
    margin-right: 10px;
}
.index_fx ul li:hover{
    cursor: pointer;
}
.index_fx ul li>img{padding: 4px 0 0 0;}

.index_hide_fx_px{
    display: none;
    min-width: 120px;
    min-height: 120px;
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
}
.index_hide_fx_px img{
    height: 100%;
    width: 100%;
}


.shang {
	width:100%;
	height:400px;
	margin:5% 0 0 0;
	float:left;
	background-color:#787878;
	
}

.xia{
	width:100%;
	height:160px;
	margin:0 0 0 0;
	float:right;
}

.investor{
	float:left; 
}	







/*大屏时隐藏手机端的第二页*/
#section_phone_2{}










/*如果屏幕小于1400大屏幕端*/
@media screen and  (max-width: 1400px) {
    .swiper-slide{
        width:25% !important;/*根据内容调整宽度*/
    }

    .lingyu_icon a{
        width: 500px;
    }


    .content_two_right {
        width: 38%;
        margin: 70px 6% 0 0;
    }
}

	.content_one {
		width: 100%;
	}

/*如果屏幕小于1170小屏幕端*/
@media (max-width: 1200px){

    .swiper-slide{
        width:50% !important;/*根据内容调整宽度*/
    }

    .content_one{width: 100%;
        padding: 15px 3%;
    }
    .content_one a{
        width: 300px;
        height: 55px;
        line-height: 35px;
        margin: 6% auto auto auto;
    }

    .content_two_right {
        width: 38%;
        margin: 70px 6% 0 0;

    }
    .lingyu_icon a {width: 400px;}
}

@media (max-width: 1024px){
    .lingyu_icon a {
        width: 400px;
    }
    .content_two_left {

        display: none;
    }

    .content_two_phone{
        position: relative;
        background-size: cover;
        height: 100%;
        width: 100%;
    }
    .content_two_phone:after{
        content: "";
        width:100%;
        height:100%;
        position: absolute;
        left:0;
        top:0;
        background: inherit;
        filter: blur(1px);
        z-index: 2;
    }
    .content_two_phone_left {
        border-right: none;
        margin: 0 auto;
        padding-bottom: 0;
        width: 90%;
        position: relative;
    }

    .content_two_phone_left h1 {
        font-size: 26px;
        margin-bottom: 50px;
        text-align: left;
    }

    .content_two_phone_left>.lingyu_icon>a{
        width: 20%;
        margin: 7px 2.5% 15px 2.5%;
    }


    .content_two_right {
        position: relative;
        padding-bottom: 0;
        width: 90%;
        margin: 0 auto;
    }

	.content_one {
		width: 100%;
	}


}
/*如果屏幕小于768*/
@media (max-width: 768px){
    .swiper-slide{
        width:100% !important;/*根据内容调整宽度*/
    }
    .content_one{width: 100%;
    padding: 15px 3%;
    }
    .content_one a{
        font-size: 12px;
        width: 110px;
        height: 35px;
        line-height: 35px;
        margin: 6% auto auto auto;
    }
    .content_one h1 {
        font-size: 20px;
    }
    .content_one h2 {
        font-size: 14px;
    }

}
@media (max-width: 500px){
    .content_one h1 {
        font-size: 20px;
    }
    .content_one h2 {
        font-size: 14px;
    }
	.content_two_left_p2{width: 0;
}

	.content_two_right_p2{width: 80%;height:500px; position: absolute;right: 0;overflow: hidden;
	float:left;
    margin: 5% 10% 80px 10%;
	background-color:#fff;
}
@media (max-width: 415px){
    .content_zhezao {
        padding-top: 90px;
    }

    .content_two_right h1 {
        font-size: 60px;
    }
    .form_option span {
        font-size: 18px;
    }
    .content_two_phone_left>.lingyu_icon>a {
        width: 30%;
        margin: 7px 1.5% 15px 1.5%;
        font-size: 12px;
    }
    .content_two_phone_left h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .index_footer_box .index_copy {
        width: 50%;
        float: left;
        font-size: 12px;
        line-height: normal;
    }
    .index_footer_box .index_copy a {
        margin-bottom: 3px;
    }
    .index_footer_box .index_link {
        position: absolute;
        left: 52%;
        bottom: 4px;line-height: normal;
        margin-left: 0;
    }
    .index_footer_box .index_fx {
        position: absolute;
        left: 52%;
    }
	.content_two_left_p2{width: 0;
}

	.content_two_right_p2{width: 80%;height:500px; position: absolute;right: 0;overflow: hidden;
	float:left;
    margin: 5% 10% 80px 10%;
	background-color:#fff;
}
}
@media (max-width: 380px){

    .form_option span {
        font-size: 12px;
    }
    .content_two_right h1 {
        font-size: 18px;
    }

    .content_zhezao {
        padding-top: 90px;
    }
    .content_two_right h1 {

        margin-bottom: 25px;
    }
    .form_option textarea {
        max-height: 140px;
    }
    .index_form>[type="submit"] {
        height: 40px;
        font-size: 16px;
    }
    .content_two_phone_left>.lingyu_icon>a{
        width: 30%;
        margin: 7px 1.5% 0 1.5%;
        font-size: 12px;
    }
        .index_footer_box .index_copy {
            margin: 2px 0 21px 0;
            float: none;
            line-height: normal;
            width: auto;
        }
    .index_footer_box .index_link {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 4px;
        width: 100%;
    }

    .index_footer_box .index_fx {
        display: none;
    }
	.content_two_left_p2{width: 0;
}

	.content_two_right_p2{width: 80%;height:500px; position: absolute;right: 0;overflow: hidden;
	float:left;
    margin: 5% 10% 80px 10%;
	background-color:#fff;
}
}
@media (max-width: 320px){

    .content_two_right h1 {
        margin-bottom: 10px;
    }
    .form_option span {
        font-size: 12px;line-height: 20px;
    }
    .form_option input {
        height: 20px;
    }
    .form_option textarea {
        height: 140px;
    }
    .index_form>[type="submit"] {
        height: 40px;
        font-size: 14px;
    }

    .lingyu_icon a {
        height: 40px;
        padding-top: 0;
        line-height: 40px;
    }
	.content_two_left_p2{width: 0;
}

	.content_two_right_p2{width: 80%;height:500px; position: absolute;right: 0;overflow: hidden;
	float:left;
    margin: 5% 10% 80px 10%;
	background-color:#fff;
}
}
