@CHARSET "UTF-8";

input:-moz-placeholder,  
textarea:-moz-placeholder { 
    font-size: 15px; 
    color: #666666;  
}  
input:-ms-input-placeholder,  
textarea:-ms-input-placeholder {  
    font-size: 15px; 
    color: #666666; 
}  
input::-webkit-input-placeholder,  
textarea::-webkit-input-placeholder {  
    font-size: 15px; 
    color: #666666; 
    font-family:"Microsoft YaHei";
}

.index_tit{
	text-align: center;
	margin-bottom: 15px;
}
.index_tit .tit{
	font-size: 45px;
	font-weight: bold;
}
.index_tit .tit span{
	color: #da251d;
}
.index_tit .tit_fg{
    width: 20%;
    height: 30px;
    border-bottom: 1px solid #d7d7d7;
    display: inline-block;
    position: relative;
}
.index_tit .tit_fg img{
    position: absolute;
    top: 8px;
    padding: 0 15px;
    background: #fff;
    margin-left: -30px;
}
.index_tit .btit{
	font-family: SiYuan;
    font-size: 29px;
}
.index_tit .mtit{
	font-size: 20px;
	margin-top: 15px;
	font-weight: normal;
}


/*banner*/
.banner{ width:100%; height:auto; overflow:hidden; position:relative;}
.banner .swiper-pagination{ height:15px; overflow:hidden; position:absolute; bottom:36px; z-index:1; width: 100%;text-align: center;}
/*.banner .hd ul{ overflow:hidden; zoom:1; }*/
.banner .swiper-pagination .swiper-pagination-bullet{ display: -webkit-inline-box; margin-right:10px;  width:12px; height:12px; line-height:11px; text-align:center; background:#fff; cursor:pointer; border-radius: 12px;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width: 26px; background:#fbb11f;}
.banner ul{ position:relative; height:100%; z-index:0;   }
.banner li{ zoom:1; vertical-align:middle; }
.banner img{ width:100%; height:auto; display:block;  }


/*about*/
.index_about{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background-image: url(../images/about_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_about .about_con{}
.about_con .about_tab_c{
	height: 370px;
}
.about_tab_c ul{}
.about_tab_c ul li{
	text-align: center;
}
.about_tab_c ul li .tit{
    font-family: SiYuan;
    font-size: 35px;
    padding: 30px 0 40px 0;
}
.about_tab_c ul li .text{
	padding: 0 6%;
}
.about_tab_c ul li .text p{
	font-size: 18px;
	line-height: 35px;
}

.about_com .about_tab_f{}
.about_tab_f ul{}
.about_tab_f ul li{
    float: left;
    width: 25%;
    position: relative;
    cursor: pointer;
}
.about_tab_f ul li .pic{}
.about_tab_f ul li .pic img{
    width: 100%;
    height: 100%;
}
.about_tab_f ul li .text{
	width: 100%;
    height: 100%;
    top: 0;
    padding: 0 17%;
    color: #fff;
    line-height: 1.5;
    background: rgba(0,0,0,.6);
    position: absolute;
}
.about_tab_f ul li .text .tit{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 22%;
}
.about_tab_f ul li .text p{
	font-size: 16px;
}
.about_tab_f ul li .text span{
    width: 64px;
    height: 64px;
    background-image: url(../images/icon_about2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 8%;
    bottom: 10%;
    display: none;
}
.about_tab_f ul li.on .pic{
    height: 300px;
    margin-top: -26px;
}
.about_tab_f ul li.on .text{
    background: #da251d;
    opacity: .8;
    height: 300px;
    top: -26px;
}
.about_tab_f ul li.on .text span{
    display: block;
}

/*join*/
.index_join{
	width: 100%;
	padding: 70px 0;
	background-image: url(../images/jm_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.index_join .join_con{
	overflow: hidden;
}
.join_con .join_con_f{
	width: 74%;
	margin: 40px auto;
	overflow: hidden;
}
.join_con_f ul{
}
.join_con_f ul li{
	float: left;
	width: 24%;
	margin: 0 0.5%;
	text-align: center;
}
.join_con_f ul li a{
	display: block;
	background: #fff;
	font-size: 17px;
	line-height: 60px;
}
.join_con .join_con_c{
	position: relative;
	margin: 0 -10px;
}
.join_con_c ul{}
.join_con_c ul li{
	background: #fff;
	display: block;
    overflow: hidden;
    max-width: 25%;
}
.join_con_c ul li .pic{
	padding: 50px 50px 0 50px;
	max-width: 100%;
}
.join_con_c ul li .pic img{
	width: 100%;
	border-radius: 50%;
}
.join_con_c ul li .text{
	padding: 0 45px 45px 45px;
}
.join_con_c ul li .text .tit{
	font-size: 19px;
	color: #ac6500;
	font-weight: bold;
	margin: 20px 0;
}
.join_con_c ul li .text p{
	font-size: 15px;
	line-height: 1.5;
	overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 5;*/
    /*-webkit-box-orient: vertical;*/
    min-height: 69px;
}
.join_con_f ul li.on a{
	background: #da251d;
	color: #fff;
}
.index_join .dianzhui{
    position: absolute;
    bottom: -50px;
    margin-left: -32px;
    z-index: 999;
}
.index_join .dianzhui img{}


/*youshi*/
.index_youshi{
	width: 100%;
	padding: 60px 0;
	background: #f0eeeb;
	position: relative;
}
.index_youshi .youshi_con{
    margin: 0 -15px;
    overflow: hidden;
}
.youshi_con ul{
	position: relative;
}
.youshi_con ul li{
	/*float: left;*/
	/*width: 447px;*/
	/*margin: 0 15px;*/
	padding: 80px 0;
	transition: all .6s;
	max-width: 33.33%;
}
.youshi_con .pic{}
.youshi_con .pic img{
    width: 100%;
}
.youshi_con .text{
	padding: 40px 40px 60px 40px;
	position: relative;
	background: #fff;
	box-shadow:-5px 0px 5px #dcdcdc,
                5px 0px 5px #dcdcdc,
                0px 5px 5px #dcdcdc;
}
.youshi_con .text .tit{
	font-family: SiYuan;
    font-size: 26px;
    margin-bottom: 20px;
}
.youshi_con .text p{
	font-size: 16px;
	line-height: 28px;
	height: 84px;
	/*overflow: hidden;*/
 /*   text-overflow: ellipsis;*/
 /*   display: -webkit-box;*/
 /*   -webkit-line-clamp: 2;*/
 /*   -webkit-box-orient: vertical;*/
}
.youshi_con .text a{
    font-size: 12px;
    padding: 10px 30px;
    border: 2px solid #ac7a5f;
    border-radius: 20px;
    display: inline-table;
    margin-top: 30px;
}
.youshi_con .text .num{
    font-size: 70px;
    color: #da251d;
    opacity: .1;
    position: absolute;
    right: 20px;
    top: 0;
}
.youshi_con .swiper-pagination{
    width: 100%;
    margin: 40px 0 0 0;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.youshi_con .swiper-pagination span{
	width: 45px;
	height: 2px;
	margin-right: 5px;
	background: #c5c5c5;
	overflow: hidden;
	display: -webkit-inline-box;
	cursor: pointer;
}
.youshi_con .swiper-pagination span.swiper-pagination-bullet-active{
	background: #da251d;
}
.youshi_con ul li:hover{
	position: relative;
	z-index: 999;
    transform: scale(1.2);
}
.youshi_con .swiper-button-next:after, .youshi_con .swiper-button-prev:after{
    display: none;
}
.youshi_con .swiper-button-prev,
.youshi_con .swiper-button-next{ position:absolute; left:5%; top:50%; display:block; width:90px; height:90px; border-radius: 50%; border: 1px dashed #8c8c8c; background:url(../images/icon_ysl.png) no-repeat;background-position: center center;cursor: pointer;}
.youshi_con .swiper-button-next{ left:auto; right:5%; background:url(../images/icon_ysl.png) no-repeat;transform: rotate(180deg);background-position: center center;}
.youshi_con .swiper-button-prev:hover{background:url(../images/icon_ysr.png) no-repeat;transform: rotate(180deg);background-position: center center;}
.youshi_con .swiper-button-next:hover{background:url(../images/icon_ysr.png) no-repeat;transform: rotate(0deg);background-position: center center;}


/*agent*/
.index_agent{}
.index_agent .agent_top{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 40px 0;
	background-image: url(../images/dls_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_agent .agent_top .index_tit{
	color: #fff;
}
.agent_top .agent_tab{
    width: 74%;
    margin: 0 auto;
    margin-top: 40px;
}
.agent_top .agent_tab ul{}
.agent_top .agent_tab ul li{
	float: left;
	width: 14.66%;
    margin: 0 1%;
	padding: 10px 0;
	border-radius: 20px;
	background: #fff;
	text-align: center;
	position: relative;
}
.agent_top .agent_tab ul li a{
	font-size: 16px;
	display: block;
}
.agent_top .agent_tab ul li.on{
    background: #474747;
}
.agent_top .agent_tab ul li.on a{
    color: #ffffff;
}
.agent_top .agent_tab ul li.on:before{
    content: "▼";
    width: 26px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-top: 25px;
    margin-left: -9%;
    color: #474747;
}
.index_agent .agent_bottom{
	padding: 50px 0;
	width: 97%;
	margin: 0 auto;
	background: #f0f0f0;
	overflow: hidden;
}
.agent_bottom ul{}
.agent_bottom ul li{
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	background: #fff;
	box-shadow: -3px 0px 3px #dcdcdc, 3px 0px 3px #dcdcdc, 0px 3px 3px #dcdcdc;
	max-width: 20%;
}
.agent_bottom ul li a{}
.agent_bottom ul li .pic{
	width: 100%;
    padding-bottom: 66.67%;
    position: relative;
    overflow: hidden;
}
.agent_bottom ul li .pic iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.agent_bottom ul li .pic img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s;
}
.agent_bottom ul li p{
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	text-align: center;
}
.index_agent .hd{
	width: 100%;
	text-align: center;
	background: #f0f0f0;
	padding-bottom: 60px;
}
.index_agent .hd li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	display: -webkit-inline-box;
    overflow: hidden;
    color: #fff;
}
.index_agent .hd li.on{
	background: #ffb30b;
	color: #ffb30b;
}
.agent_bottom ul li:hover .pic img{
    transform: scale(1.2);
}


.index_liuyan{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 100px 0;
	background-image: url(../images/ly_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_liuyan .liuyan_top{
	overflow: hidden;
}
.liuyan_top .index_tit{
	text-align: left;
	color: #fff;
	float: left;
}
.liuyan_top .index_tit .tit:after{
    content: "";
    width: 81px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 36px;
    background-image: url(../images/icon_jg2.png);
    background-position: center;
    background-repeat: no-repeat;
}
.liuyan_top .index_tit .mintit{
	font-size: 16px;
	margin-bottom: 10px;
}
.liuyan_top .liuyan_tel{
	padding: 15px 25px;
	background: #da251d;
	border-radius: 30px;
	text-align: center;
	float: right;
	margin-top: 15px;
}
.liuyan_top .liuyan_tel span{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.liuyan_top .liuyan_tel span:before {
    content: "";
    width: 26px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background-image: url(../images/icon_lylx.png);
    background-position: center;
    background-repeat: no-repeat;
}

.liuyan_form {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.liuyan_form input{height:55px;line-height:55px;border:1px solid #d9d9d9;background:#ffffff;float:left;outline:none;padding:0 20px;color:#666666;}
.liuyan_form input.input1{width:20%;}
.liuyan_form input.input2{width:21.5%;margin-left:1%;}
.liuyan_form input.input3{width:39.5%;margin-left:1%;}
.liuyan_form .foot_btn{width:16%;float:right;background:#da251d;color:#FFF;font-size:15px;text-align:center;height:55px;line-height:55px;cursor:pointer;}


.index_pro{
	width: 100%;
	padding: 60px 0 140px 0;
	background-image: url(../images/pro_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.index_pro .pro_con{
}
.pro_con .pro_tab{
	margin: 30px 0 80px 0;
	overflow: hidden;
}
.pro_tab ul{}
.pro_tab ul li{
	float: left;
	width: 12.5%;
	text-align: center;
	line-height: 55px;
}
.pro_tab ul li a{
	font-size: 16px;
	color: #666666;
	display: block;
}
.pro_tab ul li.on a{
	background-image: url(../images/icon_cptab.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pro_tab ul li:last-child.on a{
	background: none;
}
.pro_tab ul li:last-child:hover a{
	background: #da251d;
	color: #fff;
}
.pro_con .pro_tbox{
	overflow: hidden;
}
.pro_tbox ul{}
.pro_tbox ul li{
	max-width: 33.33%;
	position: relative;
}
.pro_tbox ul li .pic{
	/*padding: 0 35px;*/
}
.pro_tbox ul li .pic img{
	width: 100%;
}
.pro_tbox ul li .text{
	width: 100%;
    height: 100%;
    /*border-radius: 50%;*/
    top: 0;
    left: 0;
    background: #da251d;
    opacity: .8;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
.pro_tbox ul li .text img{
    margin-top: 20px;
}
.pro_tbox ul li .text .tit{
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    margin: 12px 0;
}
.pro_tbox ul li .text p{
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}
.pro_tbox ul li .text .maroxx{
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 15px;
    display: -webkit-inline-box;
    padding: 5px 10px;
}
.pro_tbox ul li .text .maroxx:hover{
	background: #fff;
	color: #333;
}
.pro_tbox ul li:hover .text{
	display: block;
}
.index_pro .pro_dz{
    position: absolute;
    bottom: 110px;
    margin-left: -60px;
}
.index_pro .pro_dz img{}
.index_pro .dianzhui{
    position: absolute;
    bottom: -50px;
    right: 60px;
}
.index_pro .dianzhui img{}


.index_news{
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background-image: url(../images/news_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index_news .news_con{
    position: relative;
}
.news_con .new_tab{
    text-align: center;
    margin: 25px 0 45px 0;
}
.news_con .new_tab a{
	font-size: 16px;
    padding: 10px 50px;
    display: -webkit-inline-box;
    background: #dcdcdc;
    border-radius: 20px;
    margin-right: 20px;
}
.news_con .new_tab a.on{
	color: #fff;
	background: #da251d;
}
.news_con .new_tbox{
	margin: 0 -30px;
	overflow: hidden;
}
.new_tbox ul{}
.new_tbox ul li{
	/*float: left;*/
	/*width: 426px;*/
	/*margin: 0 30px;*/
	position: relative;
}
.new_tbox ul li .pic{
    margin-bottom: 30px;
}
.new_tbox ul li .pic img{
	border-radius: 12px;
	width: 100%;
}
.new_tbox ul li .text{}
.new_tbox ul li .text .tit{
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.new_tbox ul li .text p{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_tbox ul li .data{
    position: absolute;
    top: 10%;
    left: 7%;
}
.new_tbox ul li .data span{
	color: #fff;
	display: block;
}
.new_tbox ul li .data span.data_d{
	font-size: 43px;
	font-weight: bold;
}
.new_tbox ul li .data span.data_ym{
	font-size: 12px;
}
.new_tbox ul li .anu{
    overflow: hidden;
    margin: 30px 0;
}
.new_tbox ul li .anu .gengduo{
    font-size: 12px;
    color: #a8a8a8;
}
.new_tbox ul li .anu .gengduo:hover{
	color: #da251d;
}
.new_tbox ul li .anu span {
    font-size: 15px;
    color: #da251d;
    float: right;
    margin-right: 10px;
}
.news_con .news_more{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.news_con .news_more a{
	font-size: 14px;
	color: #999999;
}
.news_con .news_more a:after{
    content: "︾";
    width: 33px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    position: absolute;
    margin-top: 20px;
    margin-left: -44px;
}
.news_con .news_more a:hover{
	color: #da251d;
}


/*1599以下屏幕*/
@media screen and (max-width:1599px){
.index_tit .tit {
    font-size: 38px;
}
.index_tit .tit_fg img {
    padding: 0 10px;
    width: 42px;
}
.index_tit .mtit {
    font-size: 18px;
}
.index_tit .btit {
    font-size: 25px;
}

.about_tab_c ul li .tit {
    font-size: 30px;
}
.about_tab_c ul li .text p {
    font-size: 16px;
    line-height: 30px;
}
.about_tab_f ul li .text .tit {
    font-size: 24px;
}
.about_tab_f ul li .text p {
    font-size: 15px;
}
.about_tab_f ul li .text span {
    width: 50px;
    height: 50px;
}
.about_tab_f ul li .pic img{
	height: auto;
}
.about_tab_f ul li.on .pic {
    height: auto;
}
.about_tab_f ul li.on .text{
	height: 262px;
}

.join_con_f ul li a {
    font-size: 16px;
    line-height: 50px;
}
.join_con_c ul li{
	max-width: 33.33%;
}
.join_con_c ul li .text .tit {
    font-size: 17px;
}
.join_con_c ul li .text p{
	font-size: 14px;
}
.join_con_c ul li .pic {
    padding: 30px 30px 0 30px;
}
.join_con_c ul li .text {
    padding: 0 30px 30px 30px;
}

.youshi_con ul li{
    padding: 60px 0;
}
.youshi_con .text{
	padding: 30px 30px 40px 30px;
}
.youshi_con .text .tit {
    font-size: 24px;
}
.youshi_con .text p {
    font-size: 15px;
}
.youshi_con .text .num {
    font-size: 60px;
}
.youshi_con .swiper-button-prev, .youshi_con .swiper-button-next{
	width: 60px;
	height: 60px;
	left: 3%;
	background-size: 50%;
}
.youshi_con .swiper-button-next{
	left: auto;
	right: 3%;
	background-size: 50%;
}
.youshi_con .swiper-button-next:hover{
	background-size: 50%;
}
.youshi_con .swiper-button-next:hover{
	background-size: 50%;
}

.agent_bottom ul li{
	max-width: 25%;
}
.agent_bottom ul li p {
    font-size: 15px;
    line-height: 40px;
}

.liuyan_top .liuyan_tel {
    padding: 10px 20px;
    border-radius: 20px;
}
.liuyan_top .liuyan_tel span {
    font-size: 18px;
}
.liuyan_top .liuyan_tel span:before {
    content: "";
    width: 20px;
    height: 24px;
    background-size: 100% 100%;
}

.pro_tab ul li.on a{
	background-size: 100% 100%;
}
.index_pro .pro_dz img {
    width: 93%;
}

.news_con .new_tbox {
    margin: 0 -20px;
}
.new_tbox ul li {
    /*width: 380px;*/
    /*margin: 0 20px;*/
}
.news_con .new_tab a {
    font-size: 15px;
    padding: 8px 40px;
}
.new_tbox ul li .pic {
    margin-bottom: 20px;
}
.new_tbox ul li .text .tit {
    font-size: 18px;
}
.new_tbox ul li .text p {
    font-size: 14px;
}
.new_tbox ul li .anu span{
	font-size: 14px;
}
.pro_tbox ul li .text .tit {
    font-size: 18px;
    margin: 10px 0;
}
.pro_tbox ul li .text p {
    font-size: 14px;
    line-height: 22px;
}

}

/*1399以下屏幕*/
@media screen and (max-width:1439px){

.about_tab_f ul li.on .text{
	height: 221px;
}

.join_con_c ul li {
    /*width: 235px;*/
}

.youshi_con .bd li {
    /*padding: 60px 0;*/
}

.agent_bottom ul li {
    /*width: 228px;*/
}

.index_tit .tit {
    font-size: 34px;
}
.index_tit .mtit {
    font-size: 16px;
}

.liuyan_top .index_tit .mintit {
    font-size: 14px;
}
.liuyan_form {
    margin-top: 40px;
}
.liuyan_top .liuyan_tel {
    padding: 8px 15px;
    border-radius: 20px;
}
.liuyan_top .liuyan_tel span {
    font-size: 16px;
}
.liuyan_form input {
    height: 45px;
    line-height: 45px;
}
.liuyan_form .foot_btn {
    height: 45px;
    line-height: 45px;
}
.index_liuyan{
	padding: 50px 0 80px 0;
}

.index_pro{
	padding: 50px 0 120px 0;
}
.pro_con .pro_tab {
    margin: 30px 0 60px 0;
}
.pro_tab ul li a {
    font-size: 15px;
}
.pro_tbox ul li .text img {
    margin-top: 15px;
}
.pro_tbox ul li .text .maroxx{
    padding: 3px 10px;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.90);
    margin-top: 10px;
}
.new_tbox ul li {
    /*width: 314px;*/
    /*margin: 0 15px;*/
}
.new_tbox ul li .text .tit{
    font-size: 16px;
}
.pro_tbox ul li .text .tit {
    font-size: 16px;
    margin: 10px 0;
}
.pro_tbox ul li .text p {
    font-size: 12px;
    line-height: 18px;
}
}

/*992以下屏幕*/
@media screen and (max-width:1023px){
.join_con_c ul li{
	max-width: none;
}
.about_con .about_tab_c {
    height: 445px;
}
.about_tab_f ul li .text {
    padding: 0 8%;
    color: #fff;
}
.about_tab_f ul li .text .tit {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 8%;
}
.about_tab_f ul li .text p {
    font-size: 14px;
}
.about_tab_f ul li.on .text {
    height: 173px;
}
.youshi_con .bd li {
    max-width: 50%;
}
.youshi_con .swiper-button-prev, .youshi_con .swiper-button-next{
	display: none;
}
.agent_bottom ul li{
	max-width: 50%;
}

.liuyan_top .liuyan_tel{
	float: left;
	overflow: hidden;
}
.new_tbox ul li{
	/*width: 230px;*/
}
.pro_tbox ul li{
	max-width: none;
}

}
/*768以下屏幕*/
@media screen and (max-width:767px){
body{
    width: 100%;
    overflow-x: hidden;
}
.index_join .dianzhui{
	margin-left: 0px;
}
.index_pro .dianzhui{
	right: 15px;
}
.index_tit .tit {
    font-size: 24px;
}
.index_tit .tit_fg{
	width: 30%;
	margin-left: 10px;
}
.index_tit .mtit {
    font-size: 14px;
    margin-top: 10px;
}

.index_about{
	padding: 30px 0;
}
.about_tab_c ul li .tit {
    font-size: 18px;
    padding: 15px 0 20px 0;
}
.about_con .about_tab_c {
    height: auto;
    margin-bottom: 20px;
}
.about_tab_f ul li{
    width: 49%;
    margin: 0 2% 2% 0;
}
.about_tab_f ul li:nth-child(2n){
    margin-right: 0;
}
.about_tab_f ul li.on .pic{
    margin-top: 0;
}
.about_tab_f ul li.on .text{
    top: 0;
    height: 100%;
}
.about_tab_f ul li .text span{
    width: 40px;
    height: 40px;
    right: 2%;
    bottom: 2%;
}
.about_tab_f ul li .text .tit {
    font-size: 16px;
    margin-bottom: 5px;
}

.index_join{
	padding: 30px 0 60px 0;
}
.join_con .join_con_f {
    width: 100%;
    margin: 0 auto 15px 0;
}
.join_con_f ul li a {
    font-size: 14px;
    line-height: 40px;
}
.join_con .join_con_c{
	margin: 0;
}
.join_con_c ul li{
	/*width: 96%;*/
}

.index_youshi{
	padding: 60px 0 20px 0;
}
.youshi_con .swiper-pagination{
	margin: 15px 0 0 0;
}
.index_youshi .youshi_con{
	margin: 0;
}
.youshi_con ul li{
	max-width: 100%;
	padding: 30px 0;
}
.youshi_con ul li:hover {
    transform: scale(1);
}

.index_agent .agent_top {
    padding: 40px 0 30px 0;
}
.agent_top .agent_tab {
    width: 100%;
    margin-top: 30px;
}
.agent_top .agent_tab ul li {
    width: 31.33%;
    margin: 8px 1%;
    padding: 10px 0;
    border-radius: 20px;
}
.agent_bottom ul li{
	max-width: none;
}
.index_agent .agent_bottom {
    padding: 20px 0;
    background: ##ffffff;
}
.index_agent .hd {
    padding-bottom: 30px;
}

.pro_tab ul li{
	width: 33.33%;
}
.pro_con .pro_tbox {
    overflow: hidden;
}
.index_pro .pro_dz{
    margin: 0;
}
.index_pro .pro_dz img {
    width: 98%;
}

.news_con .new_tbox{
	margin: 0;
}
.new_tbox ul li{
	/*width: 93%;*/
}

.liuyan_top .index_tit .tit:after{
	display: none;
}
.liuyan_form input {
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}
.liuyan_form input.input1 {
    width: 100%;
}
.liuyan_form input.input2 {
    width: 100%;
    margin-left: 0;
}
.liuyan_form input.input3 {
    width: 100%;
    margin-left: 0;
}
.liuyan_form .foot_btn{
	width: 40%;
	height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.pro_tab ul li a {
    font-size: 14px;
}
.youshi_con .text .tit {
    font-size: 18px;
    margin-bottom: 10px;
}
.about_tab_f ul li.on .text span {
    /*display: none;*/
}
.youshi_con .text .num {
    font-size: 50px;
}
.about_tab_c ul li .text{
    padding: 0 0;
}
.about_tab_c ul li .text p{
    font-size: 14px;
    line-height: 24px;
}
.youshi_con .text p {
    font-size: 14px;
    line-height: 24px;
}
.youshi_con .text {
    padding: 15px 15px 20px 15px;
}
.youshi_con .text a{
    padding: 5px 20px;
    margin-top: 15px;
}
.agent_top .agent_tab ul li a {
    font-size: 14px;
}.agent_top .agent_tab ul li.on:before{
    margin-top: 23px;
}
.foot .f_con .f_nav dl {
    margin-top: 15px;
    width: 50%;
}
.join_con_c ul li .text p{
    min-height: 60px;
}
.about_tab_f ul li .text {
    padding: 0 2%;
}
.join_con_c ul li .text .tit {
    font-size: 16px;
    margin: 10px 0;
}
.index_tit .btit {
    font-size: 20px;
}

.join_con_c ul li .pic {
    text-align: center;
}
.join_con_c ul li .pic img{
    width: 75%;
}

}
/*668以下屏幕*/
@media screen and (max-width:667px){
 
}
/*500以下屏幕*/
@media screen and (max-width:499px){

}
