@CHARSET "UTF-8";

@font-face{
    font-family: AajianHaoti;
    src: url('../font/Aafont.ttf');
}

input:-moz-placeholder,  
textarea:-moz-placeholder { 
    font-size: 15px; 
    color: #999999;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    font-size: 15px; 
    color: #999999; 
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    font-size: 15px; 
    color: #999999; 
}

.banner_pc{
	width: 100%;
	position: relative;
}
.banner_pc .text{
	width: 100%;
    position: absolute;
    text-align: center;
    top: 270px;
}
.banner_pc .text .p1{
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}
.banner_pc .text .p2{
	font-family:AajianHaoti;
    font-size: 109px;
    color: #fff;
}

.banner_mobile{ width:100%; height:auto; overflow:hidden; position:relative; display: none;margin-top: 60px;}
.banner_mobile .bd{ position:relative; height:100%; z-index:0;   }
.banner_mobile .bd li{ zoom:1; vertical-align:middle; }
.banner_mobile .bd img{ width:100%; height:auto; display:block;  }
.banner_mobile .bd li .text{
	width: 100%;
    position: absolute;
    text-align: center;
    top: 270px;
}
.banner_mobile .bd li .text .p1{
    font-size: 29px;
    color: #fff;
    font-weight: bold;
}
.banner_mobile .bd li .text .p2{
	font-family:AajianHaoti;
    font-size: 109px;
    color: #fff;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner_mobile .prev,
.banner_mobile .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.banner_mobile .next{ left:auto; right:3%; background-position:8px 5px; }
.banner_mobile .prev:hover,
.banner_mobile .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner_mobile .prevStop{ display:none;  }
.banner_mobile .nextStop{ display:none;  }

.banner_mobile .toabout{
    position: absolute;
    text-align: center;
    top: 700px;
    width: 100%;
}
.banner_mobile .toabout a{
    width: 20px;
    height: 48px;
    border-radius: 10px;
    border: 2px solid #fff;
    display: inline-table;
    font-size: 30px;
    color: #fff;
    line-height: 46px;
}
.banner_mobile .toabout a:hover{
	color: #d9251f;
	border-color: #d9251f;
}



.index_about{
	width: 100%;
	overflow: hidden;
	background: url(../images/bg_about.webp) no-repeat center;
    background-size: 100% auto;
	padding: 100px 0;
}
.index_about .about_con{
    width: 50%;
}
.about_con .about_tit{
	overflow: hidden;
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 30px;
	margin-bottom: 50px;
}
.about_tit .tit{
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	float: left;
}
.about_tit .tit_tu{
	float: left;
	margin-left: 15px;
}
.about_tit .dec{
    font-size: 16px;
    color: #666666;
    float: left;
    padding-top: 35px;
}
.about_tit img{}
.about_con .text{
    width: 90%;
    margin-bottom: 50px;
}
.about_con .text p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.about_con .more{
    margin-bottom: 30px;
}
.about_con .more a{
	display: block;
	width: 195px;
	height: 58px;
	line-height: 58px;
	font-size: 15px;
	color: #ffffff;
	background: url("../images/icon_gymore.png") no-repeat;
	background-size: 100% 100%;
}
.about_con .more span{
    margin-left: 25px;
    margin-right: 5px;
}
.about_con .about_zj{
	padding:30px 0;
}
.about_con .about_zj ul{}
.about_con .about_zj ul li{
    width: 151px;
    height: 151px;
    border-radius: 50%;
    float: left;
    margin-right: 70px;
    text-align: center;
}
.about_con .about_zj ul li:nth-child(1){
	background: url("../images/gywm1.jpg") no-repeat;
}
.about_con .about_zj ul li:nth-child(2){
	background: url("../images/gywm2.jpg") no-repeat;
}
.about_con .about_zj ul li:nth-child(3){
	background: url("../images/gywm3.jpg") no-repeat;
}
.about_con .about_zj ul li a{
	font-size: 24px;
	color: #ffffff;
	width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.5);
}


.index_tit{
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.index_tit .tit_cn{
	font-size: 43px;
	color: #333333;
	font-weight: bold;
	float: left;
}
.index_tit .tit_cn span{
	color: #da251d;
}
.index_tit .tit_en{
	font-size: 22px;
	color: #b9b9b9;
	font-weight: bold;
	float: left;
	margin-left: 30px;
    padding-top: 20px;
}
.index_more{
    float: right;
    text-align: center;
}
.index_more .more_but{
	display: block;
	width: 158px;
	height: 42px;
	line-height: 42px;
	background: #777779;
	font-size: 16px;
	color: #ffffff;
	border-radius: 20px;
	float: left;
	margin-left: 15px;
}
.index_more .more_but:hover{
	background: #da251d;
}
.index_more .more_but span{
	margin-left: 8px;
}
.index_more .more_but.on{
	background: #da251d;
}



.index_jion{
	width: 100%;
	background: url("../images/bg_jm.webp") no-repeat;
	padding: 50px 0;
	position: relative;
	background-size:100% 100%; 
}
.jion_tit{
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
}
.jion_tit h2{
	font-size: 43px;
	font-weight: bold;
	margin-bottom: 15px;
}
.jion_tit .mtit{
	font-size: 16px;
}

.jion_con{
    position: relative;
}
.jion_con .jion_hd{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.jion_con .jion_hd ul{}
.jion_con .jion_hd ul li{
    float: left;
    width: 20%;
}
.jion_con .jion_hd ul li:after{
    content: "";
    width: 33px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background-image: url(../images/icon_jmy.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    position: relative;
    top: -45px;
    right: 15px;
}
.jion_con .jion_hd ul li.on:after{
	background-image: url(../images/icon_jmx.png);
}
.jion_con .jion_hd ul li a{
	display: block;
	font-size: 16px;
	color: #e2e2e2;
	padding: 20px;
	border: 1px solid #818181;
}
.jion_con .jion_hd ul li.on a{
	font-weight: bold;
}
.jion_hd .hd_next,.jion_hd .hd_prev{
    padding: 20px 0;
    border: 1px solid #545453;
    position: absolute;
}
.jion_hd .hd_next{
	top: 0;
    right: -20px;
}
.jion_hd .hd_prev{
    left: -20px;
}
.jion_hd .prevStop{ display:none;  }
.jion_hd .nextStop{ display:none;  }

.jion_con .jion_bd{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 175px;
}
.jion_con .jion_bd ul{}
.jion_con .jion_bd ul li{}
.jion_con .jion_bd ul li .jion_left{
    float: left;
    width: 60%;
}
.jion_left .tit{
	font-size: 39px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 35px;
}
.jion_left .tit span{
	font-size: 92px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	margin-right: 15px;
}
.jion_left .text{
	font-size: 16px;
	color: #fff;
	padding: 120px 0 0 75px;
	line-height: 30px;
}
.jion_con .jion_bd ul li .jion_right{
    float: right;
    width: 40%;
}
.jion_right .pic{
	float: right;
	padding: 23px;
	border-radius: 50%;
	border:1px solid #625b54;
}
.jion_right .pic img{
	border-radius: 50%;
	border:10px solid #4f4641;
}

.jion_con .prev,
.jion_con .next{ position:absolute; left:-60px; top:300px; display:block; width:40px; height:40px;  filter:alpha(opacity=50);opacity:0.5;   }
.jion_con .prev{background:url(../images/icon_joinl.png) no-repeat;}
.jion_con .next{ left:auto; right:-60px; background:url(../images/icon_jionr.png) no-repeat; }
.jion_con .prev:hover,
.jion_con .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.jion_from{
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 70px 50px;
    border-bottom: 5px solid #d8160f;
    position: absolute;
    margin-top: -125px;
    z-index: 999;
}
.jion_from_top{
	margin-bottom: 40px;
}
.jion_from_top .span1{
	font-size: 39px;
	color: #333333;
	font-weight: bold;
}
.jion_from_top .span2{
	font-size: 18px;
	color: #909090;
	margin-left: 15px;
}
.jion_from_top .span3{
	font-size: 26px;
	color: #333333;
	float: right;
}
.jion_from_con{}
.jion_from_con .rexian{
    font-size: 20px;
    color: #2b2c2f;
    float: left;
    width: 43%;
}
.jion_from_con .rexian span{
	font-size: 42px;
	color: #da251d;
	font-weight: bold;
}
.jion_from_con .f_form{
    float: right;
    width: 57%;
}
.jion_from_con .f_form input{height:45px;line-height:45px;border:1px solid #d9d9d9;background:#ffffff;float:left;outline:none;padding:0 20px;color:#696969;}
.jion_from_con .f_form input.input1{width:20%;}
.jion_from_con .f_form input.input2{width:21.5%;margin-left:1%;}
.jion_from_con .f_form input.input3{width:39.5%;margin-left:1%;}
.jion_from_con .f_form .foot_btn{width:16%;float:right;background:#da251d;color:#FFF;font-size:15px;text-align:center;height:45px;line-height:45px;cursor:pointer;}


.index_pro{
    width: 100%;
    overflow: hidden;
}
.pro_tab{
	width: 100%;
	overflow: hidden;
	background: url("../images/bg_pro.webp") no-repeat;
	position: relative;
	padding: 215px 0 120px 0;
}
.pro_tab .pro_tit{
	text-align: center;
}
.pro_tab .pro_tit .tit{
	font-size: 43px;
	color: #2b2c2f;
	font-weight: bold;
}
.pro_tab .pro_tit .mtit{
	font-size: 16px;
	color: #666666;
	padding: 15px 0 20px 0;
}
.pro_tab ul{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.pro_tab ul li{
    display: -webkit-inline-box;
    margin: 0 50px;
}
.pro_tab ul li.on{
	border-bottom: 5px solid;
	border-image-source: url("../images/cpfl_line.png");
    border-image-slice: 5;
}
.pro_tab ul li a{
    display: inline-table;
}
.pro_tab ul li .pic{
	float: left;
}
.pro_tab ul li .pic img{}
.pro_tab ul li .tit{
	float: left;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding:60px 0 0 20px;
}

.pro_box{
	width: 100%;
	background: url("../images/bg_xl.webp") no-repeat;
	position: relative;
	background-size:100% 100%; 
}
.pro_box ul{
    display: flow-root;
}
.pro_box ul li{}
.pro_box ul li .pro_left{
	float: left;
	width: 50%;
	padding-top: 60px;
}
.pro_left .tit{
	font-size: 54px;
	color: #ffffff;
	margin-bottom: 30px;
}
.pro_left span{
	font-size: 18px;
	color: #d2d2d2;
	margin:30px 0px;
	display: block;
}
.pro_left p{
	font-size: 18px;
	color: #d2d2d2;
	line-height: 30px;
	padding-right: 60px;
	margin-bottom: 15px;
}
.pro_right{
	float: right;
	width: 50%;
}
.pro_right .pic{
	position: relative;
    top: -105px;
	text-align: center;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.pro_right .pic img{
    width: 75%;
}

.index_pro .prev,
.index_pro .next{ position:absolute; left:10%; top:80%; display:block; width:64px; height:64px;background:#3c3938;border-radius:50%;text-align:center; }
.index_pro .prev img,
.index_pro .next img{
    width: 12px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
}
.index_pro .next{ left:auto; right: 82%;}
.index_pro .prev:hover,
.index_pro .next:hover{ background: #da251d; }



.index_inherit{
	width: 100%;
	background: url("../images/bg_gy.webp") no-repeat;
	position: relative;
	background-size:100% 100%; 
}
.inherit_l{
	width: 100%;
	position: relative;
}
.inherit_l ul{}
.inherit_l ul li{}
.inherit_l ul li .pic{
    width: 100%;
}
.inherit_l ul li .pic img{
    width: 50%;
}

.index_inherit .inherit_con{
    position: absolute;
    width: 100%;
    top: 0;
}
.index_inherit .inherit_con .container{
    position: relative;
}
.inherit_r{
    width: 50%;
    float: right;
    padding: 100px 0 0 100px;
}
.inherit_r .inherit_tit{
	margin-bottom: 60px;
}
.inherit_r .inherit_tit .mtit{
	font-size: 18px;
	color: #2b2c2f;
}
.inherit_r .inherit_tit .mtit .img{
	width: auto;
	height: 45px;
}
.inherit_r .inherit_tit .tit{
	font-size: 43px;
	color: #2b2c2f;
	font-weight: bold;
}
.inherit_r .tab_f{}
.inherit_r .tab_f ul{
	overflow: hidden;
}
.inherit_r .tab_f ul li{
	float: left;
	margin-right: 50px;
	display: block!important;
}
.inherit_r .tab_f ul li.on{
	border-bottom: 5px solid;
	border-image-source: url("../images/icon_cpx.png");
    border-image-slice: 5;
}
.inherit_r .tab_f ul li a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #2b2c2f;
	font-weight: bold;
}
.inherit_r .tab_con{}
.inherit_r .tab_con ul{}
.inherit_r .tab_con ul li{}
.inherit_r .tab_con ul li .tit{
	font-family: "思源宋体";
	font-size: 65px;
	color: #010101;
	margin: 20px 0;
}
.inherit_r .tab_con ul li .text{}
.inherit_r .tab_con ul li .text p{
	font-size: 16px;
	color: #666666;
	line-height: 35px;
}

.index_inherit .qiehuan{
    padding: 0 30px;
    position: absolute;
    width: 100%;
    top: 450px;
}
.index_inherit .qiehuan .pageState{
	display: block;
	font-size: 134px;
	color: #e8c58a;
}
.qiehuan .num{
    float: left;
    font-size: 21px;
    color: #ffffff;
    margin-left: 30px;
}
.qiehuan ul{
    float: left;
    padding-left: 30px;
    padding-top: 14px;
}
.qiehuan ul li{
    float: left;
    width: 210px;
    height: 1px;
    background: #5a4033;
    display: block!important;
}
.qiehuan ul li.on{
	background: #bfa27a;
}
.qiehuan .sxjt{
    float: left;
    position: relative;
    top: -20px;
}
.index_inherit .qiehuan .prev,
.index_inherit .qiehuan .next{ width:64px; height:64px;background:#777779;border-radius:50%;text-align:center; float: left;margin-left: 15px;}
.index_inherit .qiehuan .prev img,
.index_inherit .qiehuan .next img{
    width: 12px;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
}
.index_inherit .qiehuan .next{}
.index_inherit .qiehuan .prev:hover,
.index_inherit .qiehuan .next:hover{ background: #3c3938; }


.index_case{
	width: 100%;
	overflow: hidden;
	background: url("../images/bg_case.jpg") no-repeat;
	padding: 80px 0;
	background-size:100% 100%; 
}
.index_case .case_box{
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
    margin-top: 50px;
}
.case_box .hd{ overflow:hidden;  height:30px; padding: 30px 0; width: 100%;text-align: center; }
.case_box .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; display: -webkit-inline-box;}
.case_box .hd ul li{ float:left;  width:12px; height:12px;border-radius: 12px; background: #cfcfcf; overflow:hidden; margin-right:8px; text-indent:-999px; cursor:pointer;}
.case_box .hd ul li.on{ background: #da251d;}
.case_box .bd{}
.case_box .bd ul{ overflow:hidden; zoom:1; }
.case_box .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center;width: 23%;background: #edf1f4;position: relative;}
.case_box .bd ul li .pic{ text-align:center;overflow: hidden;padding-bottom: 80%;position: relative;}
.case_box .bd ul li .pic img{ object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;overflow: hidden;transition: all .5s ease .1s;}

.case_box .bd ul li .text{
    position: absolute;
    z-index: 9998;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(0,0,0,.5);
}
.case_box .bd ul li .text a{}
.case_box .bd ul li .text img{
	display: none;
}
.case_box .bd ul li .text p{
	font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}
.case_box .bd ul li .text span{
	padding: 3px 20px;
	border-radius: 10px;
	border:1px solid #fff;
	font-size: 12px;
	color: #ebf2f5;
	display: none;
}
.case_box .bd ul li:hover .text{
	height: 100%;
}
.case_box .bd ul li:hover .text a {
    padding-top: 18%;
    display: block;
}
.case_box .bd ul li:hover .text img{
	display: initial;
}
.case_box .bd ul li:hover .text p{
	margin-bottom: 10px;
}
.case_box .bd ul li:hover .text span{
	display: initial;
}



.index_news{
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 70px 0 120px 0;
}
.index_news .news_box{
    margin-top: 30px;
}
.news_box .news_left{
	width: 48%;
	margin-right: 3%;
	float: left;
	padding: 2%;
    background: #f8f8f8;
    box-shadow: -3px 0px 3px #ede8e8, 3px 0px 3px #ede8e8, 0px 3px 3px #ede8e8;
}
.news_left .text{
	overflow: hidden;
	padding: 30px 0;
}
.news_left .text .text_l{
	width: 84%;
	float: left;
}
.news_left .text .text_l .tit{
	font-size: 22px;
	color: #1c1d1f;
	font-weight: bold;
	padding: 15px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news_left .text .text_l .des{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_left .text .text_r{
	width: 14%;
	float: right;
	color: #666666;
	padding-top: 15px;
}
.news_left .text .text_r span{
    display: block;
    text-align: center;
}
.news_left .text .text_r .data_y{
	font-size: 41px;
	font-weight: bold;
	background: #f5f5f5;
	line-height: 65px;
}
.news_left .text .text_r .data_md{
	font-size: 16px;
	background: #e9e9e9;
	line-height: 36px;
}
.news_left .pic{
	width: 100%;
    padding-bottom: 54%;
    position: relative;
    overflow: hidden;
}
.news_left .pic img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	transition: all .5s ease .1s;
}
.news_left:hover .pic img{
    transform: scale(1.2);
}
.news_left:hover .text .text_l .tit{
    color: #da251d;
}

.news_box .news_right{
	width: 49%;
	float: left;
}
.news_right ul{}
.news_right ul li{
    width: 100%;
    background: #f8f8f8;
    padding: 3%;
    margin-bottom: 3%;
    box-shadow: -3px 0px 3px #ede8e8, 3px 0px 3px #ede8e8, 0px 3px 3px #ede8e8;
    overflow: hidden;
}
.news_right ul li .text{
    width: 67%;
    float: left;
    margin-left: 3%;
}
.news_right ul li .text .tit{
	font-size: 22px;
	color: #1c1d1f;
	font-weight: bold;
	padding: 0 0 15px 0;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news_right ul li .text .dec{
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news_right ul li .text .delies .gengduo{
	float: left;
}
.news_right ul li .text .delies .data{
	float: right;
}
.news_right ul li .pic{
    overflow: hidden;
    width: 30%;
    float: left;
}
.news_right ul li .pic img{
	width: 100%;
	height: auto;
	transition: all .5s ease .1s;
}
/*.news_right ul li:hover .pic img{*/
/*    transform: scale(1.2);*/
/*}*/
.news_right ul li:hover .text .tit{
    color: #da251d;
}


/*1599以下屏幕*/
@media screen and (max-width:1599px){
.banner_pc .text .p1 {
    font-size: 24px;
}
.banner_pc .text .p2 {
    font-size: 92px;
}

.index_about {
    padding: 80px 0;
}
.about_con .about_tit {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about_tit .tit {
    font-size: 42px;
}
.about_tit .dec {
    font-size: 14px;
    padding-top: 30px;
}
.about_con .text {
    margin-bottom: 30px;
}
.about_con .text p {
    font-size: 14px;
    line-height: 28px;
}
.about_con .more {
    margin-bottom: 20px;
}
.about_con .more a {
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.about_con .more span {
    margin-left: 15px;
}
.about_con .about_zj {
    padding: 20px 0;
}
.about_con .about_zj ul li {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin-right: 50px;
}
.jion_tit h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.jion_tit .mtit {
    font-size: 14px;
}
.jion_left .tit {
    font-size: 32px;
}
.jion_left .tit span {
    font-size: 75px;
}
.jion_left .text {
    font-size: 14px;
    padding: 80px 0 0 60px;
}
.jion_right .pic {
    padding: 15px;
}
.jion_right .pic img {
    border: 6px solid #4f4641;
    width: 350px;
}
.jion_con .jion_bd {
    padding-bottom: 90px;
}
.jion_from {
    padding: 50px 40px;
    margin-top: -50px;
}
.jion_from_top .span1 {
    font-size: 32px;
}
.jion_from_top .span2 {
    font-size: 16px;
}
.jion_from_top .span3 {
    font-size: 20px;
}
.jion_from_con .rexian {
    font-size: 18px;
}
.jion_from_con .rexian span {
    font-size: 36px;
}


.pro_tab {
    padding: 180px 0 100px 0;
}
.pro_tab .pro_tit .tit {
    font-size: 36px;
}
.pro_tab .pro_tit .mtit {
    font-size: 14px;
    padding: 10px 0 20px 0;
}
.pro_tab ul li .pic img {
    height: 80px;
}
.pro_tab ul li .tit {
    font-size: 16px;
    padding: 50px 0 0 15px;
}
.pro_left .tit {
    font-size: 45px;
}
.pro_left span {
    font-size: 16px;
    margin: 20px 0px;
}
.pro_left p {
    font-size: 17px;
    line-height: 30px;
}
.pro_right .pic {
    top: -85px;
}
.index_pro .prev, .index_pro .next {
    width: 50px;
    height: 50px;
}


.inherit_r {
    padding: 60px 0 0 60px;
}
.inherit_r .inherit_tit {
    margin-bottom: 40px;
}
.inherit_r .inherit_tit .mtit {
    font-size: 16px;
}
.inherit_r .inherit_tit .mtit img{
	width: 20px;
}
.inherit_r .inherit_tit .tit {
    font-size: 36px;
}
.inherit_r .tab_f ul li a {
    font-size: 14px;
}
.inherit_r .tab_con ul li .tit {
    font-size: 52px;
    margin: 15px 0;
}
.inherit_r .tab_con ul li .text p {
    font-size: 14px;
    line-height: 30px;
}
.index_inherit .qiehuan {
    top: 320px;
}
.index_inherit .qiehuan .pageState {
    font-size: 108px;
}
.qiehuan .num {
    font-size: 18px;
    margin-left: 20px;
}
.qiehuan ul {
    padding-left: 20px;
}
.qiehuan ul li {
    width: 160px;
}
.qiehuan .sxjt {
    top: -10px;
}
.index_inherit .qiehuan .prev, .index_inherit .qiehuan .next {
    width: 50px;
    height: 50px;
}

.index_case {
    padding: 60px 0;
}
.index_tit .tit_cn {
    font-size: 36px;
}
.index_tit .tit_en {
    font-size: 18px;
}
.index_more .more_but {
    width: 148px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.index_case .case_box {
    margin-top: 30px;
}

.index_news {
    padding: 50px 0 80px 0;
}
.news_left .text {
    overflow: hidden;
    padding: 20px 0;
}
.news_left .text .text_l {
    width: 80%;
}
.news_left .text .text_l .tit {
    font-size: 20px;
    padding: 15px 0;
}
.news_left .text .text_l .des {
    font-size: 14px;
    line-height: 26px;
}
.news_left .text .text_r .data_y {
    font-size: 34px;
    line-height: 56px;
}
.news_right ul li .text .tit {
    font-size: 20px;
}
.news_right ul li .text .dec {
    font-size: 14px;
}
.news_right ul li .text .data {
    font-size: 14px;
}

}

/*1399以下屏幕*/
@media screen and (max-width:1399px){
.banner_pc .text {
    top: 180px;
}
.banner_pc .text .p1 {
    font-size: 20px;
}
.banner_pc .text .p2 {
    font-size: 80px;
}

.index_about {
    padding: 50px 0;
}
.about_con .about_tit {
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.about_tit .tit {
    font-size: 36px;
}
.about_tit .dec {
    font-size: 12px;
    padding-top: 30px;
}
.about_con .text {
    margin-bottom: 20px;
}
.about_con .text p {
    font-size: 13px;
    line-height: 24px;
}
.about_con .more {
    margin-bottom: 10px;
}
.about_con .more a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.about_con .about_zj ul li {
    width: 100px;
    height: 100px;
    margin-right: 30px;
}
.about_con .about_zj ul li a{
    font-size: 18px;
}

.index_jion {
    padding: 30px 0;
}
.jion_tit h2 {
    font-size: 28px;
    margin-bottom: 5px;
}
.jion_tit .mtit {
    font-size: 12px;
}
.jion_con .jion_hd ul li a {
    font-size: 14px;
    padding: 12px;
}
.jion_con .jion_hd ul li:after{
	top: -38px;
}
.jion_hd .hd_next, .jion_hd .hd_prev{
	padding: 12px 0;
}
.jion_left .tit {
    font-size: 26px;
}
.jion_left .tit span {
    font-size: 64px;
}
.jion_left .text {
    padding: 60px 0 0 50px;
    line-height: 28px;
}
.jion_right .pic img {
    width: 300px;
}
.jion_con .prev, .jion_con .next{
	top: 206px;
}
.jion_from {
    padding: 40px 30px;
    margin-top: -50px;
}
.jion_from_top {
    margin-bottom: 30px;
}
.jion_from_top .span1 {
    font-size: 24px;
}
.jion_from_top .span2 {
    font-size: 14px;
}
.jion_from_top .span3 {
    font-size: 17px;
}
.jion_from_con .rexian {
    font-size: 16px;
}
.jion_from_con .rexian span {
    font-size: 30px;
}
.jion_from_con .f_form input {
    height: 36px;
    line-height: 36px;
}
.jion_from_con .f_form .foot_btn{
    height: 36px;
    line-height: 36px;
}

.pro_tab .pro_tit .tit {
    font-size: 28px;
}
.pro_tab .pro_tit .mtit {
    font-size: 12px;
    padding: 10px 0 20px 0;
}
.pro_tab ul li .tit {
    font-size: 14px;
}
.pro_left .tit {
    font-size: 36px;
}
.pro_left span {
    font-size: 14px;
    margin: 15px 0px;
}
.pro_left p {
    font-size: 16px;
    line-height: 30px;
}
.index_pro .prev, .index_pro .next {
    width: 40px;
    height: 40px;
}
.inherit_r {
    padding: 45px 0 0 45px;
}
.inherit_r .inherit_tit {
    margin-bottom: 30px;
}
.inherit_r .inherit_tit .mtit {
    font-size: 14px;
}
.inherit_r .inherit_tit .mtit img {
    width: 15px;
}
.inherit_r .inherit_tit .tit {
    font-size: 28px;
}
.inherit_r .tab_con ul li .tit {
    font-size: 42px;
}
.index_inherit .qiehuan {
    top: 275px;
}
.index_inherit .qiehuan .pageState {
    font-size: 88px;
}
.qiehuan ul li {
    width: 140px;
}
.qiehuan .sxjt {
    top: -5px;
}
.index_inherit .qiehuan .prev, .index_inherit .qiehuan .next {
    width: 40px;
    height: 40px;
}

.index_tit .tit_cn {
    font-size: 28px;
}
.index_tit .tit_en {
    font-size: 16px;
    margin-left: 20px;
    padding-top: 15px;
}
.index_more .more_but {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}
.index_case .case_box {
    margin-top: 20px;
}

.index_news {
    padding: 40px 0 50px 0;
}
.news_left .text .text_l .tit {
    font-size: 18px;
}
.news_left .text .text_l .des {
    font-size: 13px;
    line-height: 24px;
}
.news_left .text .text_r .data_y {
    font-size: 28px;
    line-height: 54px;
}
.news_left .text .text_r .data_md {
    font-size: 14px;
    line-height: 28px;
}
.news_right ul li .text .tit {
    font-size: 18px;
}
.news_right ul li .text .dec {
    font-size: 13px;
    margin-bottom: 10px;
}
.news_right ul li .text .data {
    font-size: 13px;
}
}

@media screen and (max-width:1100px){
.ment ul li .f_nav a {
    padding: 0 15px;
}
.head .logo img{
    width: 115px;
}
.ment ul li .f_nav a{
    line-height: 55px;
}
.jion_con .prev, .jion_con .next{
    left: -40px;
}
.jion_con .next{
    right: -40px;
    left: auto;
}

}

/*992以下屏幕*/
@media screen and (max-width:1023px){
.banner_pc .text {
    top: 120px;
}
.about_con .about_zj ul li {
    margin-right: 20px;
}
.jion_right .pic img {
    width: 230px;
}
.jion_left .tit{
	padding-top: 0;
	padding-left: 30px;
}
.jion_left .text {
    padding: 30px 0 0 40px;
    line-height: 28px;
}
.jion_right .pic {
    margin-right: 50px;
}
.jion_right .pic img {
    width: 190px;
}
.jion_con .prev, .jion_con .next {
    top: 160px;
    left: 5px;
}
.jion_con .next{
	left: auto;
	right: 5px;
}
.jion_from_top .span3 {
    width: 100%;
    margin: 15px 0;
}
.jion_from_con .rexian {
    width: 100%;
}
.jion_from_con .f_form{
    width: 100%;
    margin-top: 15px;
}
.jion_from {
    margin-top: -70px;
}

.pro_tab {
    padding: 180px 0 50px 0;
}
.pro_tab ul li {
    margin-right: 20px;
}
.pro_tab ul li .pic img {
    height: 70px;
}
.pro_tab ul li .tit {
    padding: 40px 0 0 10px;
}
.pro_right .pic {
    top: -54px;
}
.pro_box ul li .pro_left {
    padding-top: 25px;
}
.index_pro .prev, .index_pro .next {
    left: 6%;
    top: 80%;
}
.index_pro .next {
	left: auto;
    right: 82%;
}
.inherit_r {
    padding: 20px 0 0 20px;
}
.inherit_r .inherit_tit {
    margin-bottom: 15px;
}
.inherit_r .tab_f ul li {
    margin-right: 30px;
}
.inherit_r .tab_f ul li a{
	padding: 5px 0;
}
.inherit_r .tab_con ul li .tit {
    font-size: 38px;
    margin: 10px 0;
}
.inherit_r .tab_con ul li .text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_inherit .qiehuan {
    top: 170px;
}
.index_inherit .qiehuan .pageState {
    font-size: 72px;
}
.qiehuan ul li {
    width: 100px;
}
.case_box .bd ul li{
	width: 48%;
}
.news_box .news_left {
    width: 100%;
    margin-right: 0;
    float: none;
}
.news_box .news_right {
    width: 100%;
    float: none;
    overflow: hidden;
}

}
/*768以下屏幕*/
@media screen and (max-width:767px){
.banner_pc{
	display: none;
}
.banner_pc{
	display: none;
}
.banner_mobile{
	display: block;
}
.banner_mobile .bd li .text{
	top: 40%;
}
.banner_mobile .bd li .text .p1{
	font-size: 16px;
}
.banner_mobile .bd li .text .p2{
	font-size: 38px;
}
.index_about .about_con {
    width: 100%;
}
.about_con .text {
    width: 70%;
}
.about_con .text p:nth-child(2){
    width: 75%;
}
.jion_con .jion_hd ul li{
	width: 50%;
}
.jion_con .jion_bd ul li .jion_left {
    width: 100%;
}
.jion_con .jion_bd ul li .jion_right {
    width: 100%;
    text-align: center;
}
.jion_right .pic {
	float: none;
    margin-right: 0;
    display: -webkit-inline-box;
    margin-top: 15px;
}
.jion_con .prev, .jion_con .next {
    top: 370px;
}
.jion_from {
    padding: 30px 30px;
}
.jion_from_top span{
	display: block;
}
.jion_from_top .span2 {
    margin-left: 0;
    margin-top: 5px;
}
.jion_from_con .f_form input{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}
.jion_from_con .f_form .foot_btn{
	width: 30%;
}
.pro_tab {
    padding: 360px 0 50px 0;
}
.pro_tab ul li .pic {
    float: none;
}
.pro_tab ul li .pic img {
    height: 60px;
}
.pro_tab ul li .tit {
    padding: 5px 0;
    float: none;
    font-size: 12px;
}
.pro_box ul li .pro_left {
    float: none;
    width: 100%;
}
.pro_left p{
	padding-right: 0;
}
.pro_right {
    float: none;
    width: 100%;
    padding-bottom: 50px;
}
.pro_right .pic {
    top: 10px;
}
.index_pro .prev, .index_pro .next {
    left: 3%;
    top: 61%;
}
.index_pro .next {
    left: auto;
    right: 3%;
}

.inherit_l ul li .pic img {
    width: 100%;
}
.index_inherit .inherit_con {
    position: relative;
}
.inherit_r {
    padding: 30px 0;
    width: 100%;
}
.inherit_r .tab_con ul li .text{
	-webkit-line-clamp: 10;
}
.index_inherit .qiehuan {
    top: -230px;
}
.qiehuan .num{
	display: none;
}
.qiehuan ul{
	display: none;
}
.qiehuan .sxjt{
	float: none;
}
.index_inherit .qiehuan .prev{
	margin-left: 0;
}
.index_inherit .qiehuan .next{
	float: right;
}
.index_inherit .qiehuan .pageState{
	text-align: center;
}
.index_more{
	display: none;
}
.index_tit{
	text-align: center;
}
.index_tit .tit_cn{
	float: none;
}
.index_tit .tit_en{
	float: none;
	margin-left: 0;
    padding-top: 5px;
}
.index_case{
	padding: 30px 0;
}
.index_case .case_box {
    margin-top: 0;
}
.case_box .bd ul li{
	width: 94%;
}

.index_news {
    padding: 20px 0 30px 0;
}
.news_right ul li {
    width: 100%;
    float: none;
}
.news_right ul li:nth-child(1) {
    margin-right: 0;
}
.news_right ul li .text .tit {
    margin-bottom: 0;
}
.news_right ul li .pic{
    width: 100%;
    float: none;
    display: none;
}
.news_right ul li .text{
    width: 100%;
    float: none;
    margin-left: 0;
}
.news_left .text .text_l{
    width: 100%;
    float: none;
}
.news_left .text .text_r{
    display: none;
}
.index_inherit{
    padding-bottom: 100%;
}
.inherit_l{
    position: absolute;
    top: 48%;
}
.index_inherit .inherit_con{
    overflow: hidden;
}
.jion_con .jion_hd{
    overflow: scroll;
}
::-webkit-scrollbar {
    display: none;
}
}
/*668以下屏幕*/
@media screen and (max-width:667px){
 
}
/*500以下屏幕*/
@media screen and (max-width:499px){

}
