@CHARSET "UTF-8";

.tit_index{
	text-align: center;
	margin-bottom: 30px;
}
.tit_index .tit{
	font-size: 48px;
	font-weight: bold;
	line-height: 1.4;
}
.tit_index p{
	font-size: 18px;
	color: #666666;
}

/*banner*/
.banner{ width:100%; height:auto; overflow:hidden; position:relative; }
.banner .hd{ height:45px; overflow:hidden; position:absolute; bottom:40px; z-index:1;width: 100%;text-align: center;}
.banner .hd ul{ overflow:hidden; zoom:1; display: inline-block;}
.banner .hd ul li{ float:left; margin:15px 15px 0 15px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; color:#fff;cursor:pointer; border-radius:12px;overflow:hidden;}
.banner .hd ul li.on{ width:40px; height:40px; line-height:35px; border-radius:40px; background:none; border:2px solid #fff;margin-top:0px;}
.banner .bd{ position:relative; height:100%; z-index:0;   }
.banner .bd li{ zoom:1; vertical-align:middle; }
.banner .bd img{ width:100%; height:auto; display:block;  }


.pro_index{
	padding: 30px;
	overflow: hidden;
}
.pro_index .pro_tab{
	border: 2px solid #e9e9e9;
}
.pro_tab .tab_z{
	border-bottom: 2px solid #e9e9e9;
}
.pro_tab .tab_z ul{}
.pro_tab .tab_z ul li{
	float: left;
	padding: 20px 25px;
	border-right: 2px solid #f2f2f2;
}
.pro_tab .tab_z ul li:last-child{
	border-right:0;
}
.pro_tab .tab_z ul li img{
	margin-right: 10px;
}
.pro_tab .tab_z ul li a{
	font-size: 17px;
	color: #444444;
	font-weight: bold;
}
.pro_tab .tab_z ul li a:before{
	content: "";
	width: 33px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
.pro_tab .tab_z ul li:nth-child(1) a:before{
	background-image: url(../images/icon_cp1.png);
}
.pro_tab .tab_z ul li:nth-child(2) a:before{
	background-image: url(../images/icon_cp2.png);
}
.pro_tab .tab_z ul li:nth-child(3) a:before{
	background-image: url(../images/icon_cp3.png);
}
.pro_tab .tab_z ul li:nth-child(4) a:before{
	background-image: url(../images/icon_cp4.png);
}
.pro_tab .tab_z ul li:nth-child(5) a:before{
	background-image: url(../images/icon_cp5.png);
}
.pro_tab .tab_z ul li:nth-child(6) a:before{
	background-image: url(../images/icon_cp6.png);
}
.pro_tab .tab_z ul li.on{
	background: #1256ae;
}
.pro_tab .tab_z ul li.on a {
	color: #ffffff;
}
.pro_tab .tab_z ul li.on:nth-child(1) a:before{
	background-image: url(../images/icon_cp_b1.png);
}
.pro_tab .tab_z ul li.on:nth-child(2) a:before{
	background-image: url(../images/icon_cp_b2.png);
}
.pro_tab .tab_z ul li.on:nth-child(3) a:before{
	background-image: url(../images/icon_cp_b3.png);
}
.pro_tab .tab_z ul li.on:nth-child(4) a:before{
	background-image: url(../images/icon_cp_b4.png);
}
.pro_tab .tab_z ul li.on:nth-child(5) a:before{
	background-image: url(../images/icon_cp_b5.png);
}
.pro_tab .tab_z ul li.on:nth-child(6) a:before{
	background-image: url(../images/icon_cp_b6.png);
}
.pro_tab .tab_f{
	padding: 20px 0;
}
.pro_tab .tab_f ul{
	display: none;
}
.pro_tab .tab_f ul li{
	float: left;
	margin: 0 30px;
}
.pro_tab .tab_f ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #c3c0c0;
	vertical-align: middle;
	margin-right: 20px;
}
.pro_tab .tab_f ul li a{
	font-size: 14px;
	color: #666;
}
.pro_index .pro_box{
	overflow: hidden;
	margin: 40px 0;
}
.pro_box .tab_con{
	overflow: hidden;
	margin: 0 -15px;
}
/*.pro_box .tab_con .tab_con_l{*/
/*	width: 49%;*/
/*	margin-right: 1%;*/
/*}*/
/*.pro_box .tab_con .tab_con_r{*/
/*	width: 49%;*/
/*	margin-left: 1%;*/
/*}*/
.pro_box .tab_con ul{
    position: relative;
}
.pro_box .tab_con ul li{
	width: 25%;
}
.pro_box .tab_con ul li a{
    display: block;
    padding: 0 15px;
}
.pro_box .tab_con ul li .pic{
    width: 100%;
    padding-bottom: 66.67%;
    position: relative;
    overflow: hidden;
}
.pro_box .tab_con ul li img{
	transition: all .5s ease .1s;
	object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.pro_box .tab_con ul li:hover img{
	transform: scale(1.2);
}
.pro_box .tab_con ul li p{
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	text-align: center;
	background: #e5e5e5;
}
/*.pro_box .tab_con .tab_con_r ul li{*/
/*	width: 50%;*/
/*	float: left;*/
/*}*/
/*.pro_box .tab_con .tab_con_r ul li a{*/
/*	display: block;*/
/*}*/
/*.pro_box .tab_con .tab_con_r ul li:nth-child(1) a{padding: 0 3% 3% 0;}*/
/*.pro_box .tab_con .tab_con_r ul li:nth-child(2) a{padding: 0 0 3% 3%;}*/
/*.pro_box .tab_con .tab_con_r ul li:nth-child(3) a{padding: 2% 3% 0 0;}*/
/*.pro_box .tab_con .tab_con_r ul li:nth-child(4) a{padding: 2% 0 0 3%;}*/
/*.pro_box .tab_con .tab_con_l ul li p{*/
/*	text-indent: 45px;*/
/*	text-align: left;*/
/*}*/
/*.pro_box .tab_con .tab_con_l ul li p span{*/
/*	float: right;*/
/*	margin-right: 45px;*/
/*}*/
.pro_index .more{
	overflow: hidden;
	text-align: center;
}
.pro_index .more .quanbu{
	display: -webkit-inline-box;
	margin: 10px;
}
.pro_index .more .liuyan{
	display: -webkit-inline-box;
	margin: 10px;
}
.pro_index .more a{
	color: #fff;
	width: 180px;
	height: 45px;
	line-height: 45px;
	background: #575757;
	display: block;
}
.pro_index .more a:hover{
	background: #1256ae;
}


/*youshi*/
.adv_index .tit_index .tit{
	color: #fff;
}
.adv_index .tit_index p{
	color: #d7dee9;
}
.adv_index{
	width: 100%;
	height: 100%;
	background-image: url(../images/ys_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 80px 0;
}
.adv_index .adv_box{
	height: 630px;
}
.adv_box ul{
	height: 100%;
}
.adv_box ul li{
	float: left;
	height: 100%;
	width: 11.66%;
	padding: 30px 15px;
}
.adv_box ul li:nth-child(1){
	background: #4ca2fb;
}
.adv_box ul li:nth-child(2){
	background: #3993ef;
}
.adv_box ul li:nth-child(3){
	background: #217ad5;
}
.adv_box ul li:nth-child(4){
	background: #1d64bf;
}
.adv_box ul li .adv_nr{
    position: relative;
}
.adv_nr .num{
	font-size: 72px;
	color: #fff;
	font-weight: bold;
}
.adv_nr .tit_box{}
.adv_nr .tit_box .tit{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.adv_nr .tit_box .mtit{
	font-size: 14px;
	color: #7ed6ff;
}
.adv_nr .txt{
	color: #4a4a4a;
	display: none;
}
.adv_nr .gd{}
.adv_nr .gd a{}
.adv_nr .gd span{
	font-size: 45px;
	color: rgb(255, 255, 255);
}
.adv_nr .zx{
	display: none;
}
.adv_nr .zx a{
	width: 156px;
	height: 40px;
	line-height: 40px;
	background: #1256ae;
	display: block;
	text-align: center;
	color: #fff;
}
.adv_nr .zx span{
	margin-left: 15px;
	font-size: 18px;
}

.adv_box ul li .adv_tu{
	width: 55%;
	float: left;
	display: none;
}
.adv_tu img{
	width: 100%;
}

.adv_box ul li.active{
	width: 65%;
	background: #fff;
	padding: 60px 60px 60px 30px;
}
.adv_box ul li.active .adv_nr{
	width: 45%;
	float: left;
	padding-right: 30px;
}
.adv_box ul li.active .adv_nr .num{
	color: #1256ae;
}
.adv_box ul li.active .adv_nr .tit_box .tit{
	font-size: 36px;
	font-weight: bold;
	color: #1256ae;
	padding: 30px 0;
	border-bottom: 1px solid #e3e3e3;
}
.adv_box ul li.active .adv_nr .tit_box .mtit{
	display: none;
}
.adv_box ul li.active .adv_nr .txt{
	display: block;
	padding: 30px 0;
	line-height: 30px;
}
.adv_box ul li.active .adv_nr .gd {
	display: none;
}
.adv_box ul li.active .adv_nr .zx {
	display: block;
	margin-top: 30px;
}
.adv_box ul li.active .adv_tu{
	display: block;
}



/*about*/
.about_index{
	width: 100%;
	height: 100%;
	background-image: url(../images/about_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0 150px 0;
	position: relative;
	margin-bottom: 50px;
}
.about_index .container{
	position: relative;
}
.about_index .about_tit{
	padding: 30px 0;
}
.about_index .about_tit .tit_en{
	font-family:Arial;
	font-size: 80px;
	font-weight: bold;
	color: #d5d5d5;
}
.about_index .about_tit .tit_line{
	height: 5px;
	width: 60px;
	background: #e60012;
	margin: 10px 0;
}
.about_index .about_tit .tit_cn{
	font-size: 48px;
	font-weight: bold;
}
.about_index .about_tit .tit_cn span{
	color: #004caf;
}

.about_index .about_nr{
	width: 46%;
}
.about_nr .text{}
.about_nr .text p{
	line-height: 28px;
}
.about_nr .ljlx{
	padding: 40px 0;
	overflow: hidden;
}
.about_nr .ljlx a:nth-child(1){
	margin-right: 15px;
}
.about_nr .ljlx a{
	width: 205px;
	height: 50px;
	display: block;
	background: #1256ae;
	line-height: 50px;
	text-align: center;
	color: #fff;
	float: left;
}
.about_nr .ljlx a span{
	font-size: 18px;
	margin-left: 15px;
}
.about_nr .ljlx a:hover{

}

.about_index .about_js{
	width: 100%;
	position: absolute;
	background: #fff;
	padding: 40px 70px;
	margin-top: 40px;
	box-shadow: 4px 4px 15px #e1e1e1;
}
.about_js ul{}
.about_js ul li{
	float: left;
	width: 25%;
	border-left: 1px solid gray;
	border-image: url(../images/about_jg.jpg) 1 stretch;
	text-align: center;
}
.about_js ul li p:nth-child(1){
	line-height: 1;
	font-size: 16px;
}
.about_js ul li p:nth-child(2){
	color: #999;
}
.about_js ul li p span{
	font-family:Arial;
	font-size: 50px;
	font-weight: bold;
	color: #333;
}


.case_index{
	width: 100%;
	padding: 40px 0;
	overflow: hidden;
}
.case_box{ overflow:hidden; position:relative;margin: 0 -15px;}
.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; display: inline-block;}
.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: #004caf;}
.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: 31.33%;background: #edf1f4;}
.case_box .bd ul li .pic{ text-align:center;overflow: hidden;border: 20px solid #edf1f4;}
.case_box .bd ul li .pic img{ width:100%; height:auto; display:block;overflow: hidden;transition: all .5s ease .1s;}
.case_box .bd ul li .title{font-size: 18px;padding-bottom: 20px;}
.case_box .bd ul li .but_xq{
	padding-bottom: 20px;
}
.case_box .bd ul li .but_xq a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #666666;
	text-align: right;
	margin-right: 30px;
}
.case_box .bd ul li .but_xq a:before{
	content: "";
	width: 33px;
	height: 35px;
	display: inline-block;
	border-radius: 50%;
	background: url(../images/icon_case2.png);
	vertical-align: middle;
	margin-right: -10px;
}
.case_box .bd ul li:hover{
	background: #004caf;
}
.case_box .bd ul li:hover .pic{
	border-color: #004caf;
}
.case_box .bd ul li:hover .pic img{
	transform: scale(1.2);
}
.case_box .bd ul li:hover .title a{
	color:#fff;
}
.case_box .bd ul li:hover .but_xq a{
	color:#bed1ea;
}
.case_box .bd ul li:hover .but_xq a:before{
	background: url(../images/icon_case1.png);
}

/*process*/
.process_index{
	width: 100%;
	height: 100%;
	background-image: url(../images/lc_bg.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.process_index .process_left{
    width: 550px;
}
.process_left .tit_box{
    letter-spacing: 1px;
}
.process_left .tit_box p{
    font: 'AliHYAiHei Beta';
    font-size: 44px;
    color: #fff;
    font-weight: bold;
}
.process_left .tit_box p span{
	-webkit-text-stroke: 1px #7e9fc6;
    background:url(../images/lc_bg.webp) no-repeat;
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}
.process_left .line{
    margin: 20px 0;
}
.process_left .line img{}
.process_left .text{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}
.process_index .process_right{
    width: 800px;
}
.process_right .lxtel{
    color: #fff;
    font-size: 16px;
    text-align: right;
}
.process_right .lxtel span{
	font-size: 39px;
}
.process_right .process_list{
    margin: 20px 0;
}
.process_right .process_list ul{}
.process_right .process_list ul li{
    text-align: center;
    float: left;
    margin-left: 10px;
}
.process_right .process_list ul li:before {
    content: "";
    width: 18px;
    height: 24px;
    display: inline-block;
    background-image: url(../images/lc_jt.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: -40px;
    margin-top:38px;
    position: absolute;
}
.process_right .process_list ul li:nth-child(1):before {
    background-image: none;
}
.process_right .process_list ul li .pic{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #fff;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    margin-bottom: 20px
}
.process_right .process_list ul li .pic img{}
.process_right .process_list ul li .tit{
    color: #fff;
}
.process_right .process_list ul li .tit .cn{
    font-size: 17px;
}
.process_right .process_list ul li .tit .en{
    font-size: 12px;
    -webkit-transform: scale(0.83);
}
.process_right .more{
    position: relative;
    height: 45px
}
.process_right .more a{
    color: #fff;
    font-size: 15px;
    display: block;
    width: 160px;
    height: 45px;
    background: #ef262d;
    border-radius: 15px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    right: 0;
}

/*news*/
.news_index{
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background: #f7f7f7;
}
.news_index .container{
	position: relative;
}
.news_index .tit_index{
	text-align: left;
}
.news_index .tit_index .more{
	width: 190px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #dbdbdb;
	font-size: 16px;
	color: #7b7b7b;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	top: 30px;
	background: #fff;
}
.news_index .tit_index .more span:before{
	content: "→";
	font-size: 36px;
	position: absolute;
	color: #4a4a49;
	left: 20px;
	top: 0;
}
.news_index .tit_index .more:hover{
	background: #004caf;
	color: #fff;
}
.news_index .tit_index .more:hover span:before{
	color: #fff;
}

.news_index .news_box{}
.news_box .new_l{
	width: 62%;
}
.new_l ul{}
.new_l ul li{
	width: 49%;
	float: left;
	background: #fff;
	box-shadow: 4px 4px 15px #e1e1e1;
}
.new_l ul li:nth-child(1){
	margin-right: 2%;
}
.new_l ul li .pic{
	width: 100%;
    padding-bottom: 66.67%;
    position: relative;
    overflow: hidden;
}
.new_l ul li .pic img{
	object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
	transition: all .5s ease .1s;
}
.new_l ul li .text{
	padding: 30px;
}
.new_l ul li .text .data{
	font-size: 14px;
	color: #2065b3;
}
.new_l ul li .text .data span{
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-table;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #2065b3;
	margin-right: 8px;
}
.new_l ul li .text .tit{
	font-size: 16px;
	color: #313131;
	margin: 20px 0;
}
.new_l ul li .text .dec{
	color: #a3a3a3;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_l ul li:hover .pic img{
	transform: scale(1.2);
}

.news_box .new_r{
	width: 36%;
}
.new_r ul{}
.new_r ul li{
	background: #fff;
	padding: 30px 0;
	margin-bottom: 10px;
	box-shadow: 4px 4px 15px #e1e1e1;
	overflow: hidden;
}
.new_r ul li .data{
	float: left;
	width: 23%;
	text-align: center;
	font-size: 14px;
	color: #999999;
}
.new_r ul li .data span{
	display: block;
	font-size: 33px;
	color: #999999;
	font-weight: bold;
}
.new_r ul li .data .line{
	width: 20px;
	height: 1px;
	background: #cccccc;
	margin: 10px 0 10px 40px;
}
.new_r ul li .text{
	float: left;
	width: 77%;
	border-left: 1px solid #eeeeee;
	padding: 0 25px;
}
.new_r ul li .text .tit{
	font-size: 16px;
	color: #313131;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.new_r ul li .text .dec{
	color: #a3a3a3;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.new_r ul li:hover{
	background: #004caf;
}
.new_r ul li:hover .data{
	color: #ffffff;
}
.new_r ul li:hover .data span{
	color: #ffffff;
}
.new_r ul li:hover .text .tit{
	color: #ffffff;
}
.new_r ul li:hover .text .dec{
	color: #ffffff;
}

@media only screen and (max-width: 1680px) {

.tit_index .tit {
	font-size: 42px;
}
.tit_index p {
	font-size: 16px;
}

.pro_tab .tab_z ul li {
	padding: 15px 15px;
}
.pro_tab .tab_z ul li a {
	font-size: 16px;
}
.pro_tab .tab_z ul li a:before {
	width: 28px;
	height: 28px;
}
.pro_tab .tab_f ul li {
	margin: 0 20px;
}
.pro_box .tab_con ul li p {
	height: 34px;
	line-height: 34px;
}

.process_index .process_left {
    width: 470px;
    overflow: hidden;
}
.process_index .process_right {
    width: 690px;
}
.process_right .process_list ul li .pic {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
}
.process_right .process_list ul li .pic img {
    width: 50px;
}
.process_right .lxtel {
    font-size: 14px;
}
.process_right .lxtel span {
    font-size: 32px;
}
.process_left .tit_box p {
    font-size: 36px;
}
.process_left .text {
    font-size: 14px;
}
.process_right .process_list ul li {
    margin-left: 0;
    width: 138px;
}
.process_right .process_list ul li .tit .cn {
    font-size: 14px;
}
.process_right .process_list ul li .tit .en {
    font-size: 12px;
    -webkit-transform: scale(0.83);
}
.process_right .more {
    height: 40px;
}
.process_right .more a {
    font-size: 14px;
    width: 160px;
    height: 40px;
    line-height: 40px;
}

.new_r ul li {
	padding: 25px 0;
}
.news_index .tit_index .more span:before {
	font-size: 32px;
	top: 0px
}

}

@media only screen and (max-width: 1440px) {
.tit_index .tit {
	font-size: 38px;
}
.tit_index p {
	font-size: 16px;
}
.pro_tab .tab_z ul li {
	padding: 10px 10px;
	width: 16.66%;
	overflow: hidden;
	/* overflow: hidden; */
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pro_tab .tab_z ul li a {
	font-size: 16px;
}
.pro_tab .tab_z ul li a:before {
	width: 28px;
	height: 28px;
	margin-right: 5px;
}
.pro_tab .tab_f ul li {
	margin: 0 20px;
}
.pro_box .tab_con ul li p {
	height: 30px;
	line-height: 30px;
}
.case_box .bd ul li {
	margin: 0 12px;
}

.process_index .process_left {
    width: 100%;
}
.process_index .process_right {
    width: 100%;
    position: relative;
}
.process_right .lxtel {
    position: absolute;
    top: -230px;
    right: 0;
    font-size: 14px;
}
.process_right .lxtel span {
    font-size: 32px;
}
.process_left .tit_box p {
    font-size: 36px;
}
.process_left .text {
    font-size: 14px;
}
.process_right .process_list ul li {
    margin-left: 45px;
}

.new_r ul li {
	padding: 18px 0;
	margin-bottom: 11px;
}
.news_index .tit_index .more span:before {
	font-size: 32px;
	top: 0px
}
.new_l ul li .text .tit {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}


}

@media only screen and (max-width: 1024px) {

.tit_index .tit {
	font-size: 38px;
}

.pro_index {
	padding: 30px 0;
}
.pro_tab .tab_z ul li {
	padding: 20px 0;
	width: 33.33%;
	border-bottom: 2px solid #f2f2f2;
	text-align: center;
}
.pro_box .tab_con ul li{
	width: 50%;
}

.adv_index {
	padding: 30px 0 30px 0;
}
.adv_index .adv_box {
	height: auto;
}
.adv_box ul li {
	float: none;
	width: 100%;
	padding: 20px 10px;
}
.adv_box ul li.active {
	width: 100%;
	background: #fff;
	padding: 30px 15px 30px 15px;
	overflow: hidden;
}
.adv_box ul li.active .adv_nr {
	width: 40%;
	padding-right: 0;
}
.adv_box ul li.active .adv_tu {
	width: 55%;
	margin-top: 15px;
	float: right;
}
.adv_nr .num {
	font-size: 48px;
}
.adv_nr .tit_box .tit {
	font-size: 20px;
}
.adv_nr .gd span {
	font-size: 36px;
}
.adv_box ul li.active .adv_nr .tit_box .tit {
	font-size: 24px;
	padding: 15px 0;
}
.adv_box ul li.active .adv_nr .txt {
	padding: 15px 0;
	line-height: 26px;
}
.adv_box ul li.active .adv_nr .zx {
	margin-top: 15px;
}


.about_index {
	padding: 0 0 80px 0;
}
.about_index .about_tit .tit_en {
	font-size: 60px;
}
.about_index .about_tit .tit_cn {
	font-size: 28px;
}
/*.about_index .about_nr {
	width: 100%;
}*/
.about_nr .ljlx a {
	width: 48%;
}
.about_nr .ljlx a:nth-child(1) {
	margin-right: 2%;
}
.about_index .about_js {
	padding: 20px 10px;
	margin-top: 0;
}
.about_js ul li p span {
	font-size: 32px;
}
.about_nr .ljlx {
	padding: 30px 0;
}

.case_box .bd ul li {
	margin: 0 18px;
	width: 46%;
}

.process_index .process_left {
    width: 100%;
}
.process_index .process_right {
    width: 100%;
    position: relative;
}
.process_right .lxtel {
    position: absolute;
    top: -230px;
    right: 0;
    font-size: 14px;
}
.process_right .lxtel span {
    font-size: 32px;
}
.process_left .tit_box p {
    font-size: 36px;
}
.process_left .text {
    font-size: 14px;
}
.process_right .process_list ul li {
    margin-left: 20px;
}

.news_index {
	padding: 30px 0;
}
.news_box .new_l {
	width: 100%;
	margin-bottom: 15px
}
.news_box .new_r {
	width: 100%;
}

}

@media only screen and (max-width: 768px) {

.tit_index .tit {
	font-size: 32px;
}
.tit_index p {
	font-size: 16px;
	color: #666666;
}

.banner .hd {
	height: 35px;
	bottom: 10px;
}
.banner .hd ul li.on {
	width: 25px;
	height: 25px;
	line-height: 20px;
	border-radius: 25px;
	margin-top: 10px;
	font-size: 12px;
}
.pro_index {
	padding: 30px 0;
	overflow: hidden;
}
.pro_index .pro_tab {
	
}
.pro_index .pro_box {
	margin: 20px 0;
}
.pro_box .tab_con ul li{
	width: 100%;
}
.pro_index .more .quanbu {
	margin: 0;
	width: 48%;
	float: left;
}
.pro_index .more .liuyan {
	margin: 0;
	width: 48%;
	float: right;
}
.pro_index .more a {
	width: 100%;
}

.adv_index {
	padding: 30px 0 30px 0;
}
.adv_index .adv_box {
	height: auto;
}
.adv_box ul li {
	float: none;
	width: 100%;
	padding: 20px 10px;
}
.adv_box ul li.active {
	width: 100%;
	background: #fff;
	padding: 30px 15px 30px 15px;
}
.adv_box ul li.active .adv_nr {
	width: 100%;
	float: none;
	padding-right: 0;
}
.adv_box ul li.active .adv_tu {
	width: 100%;
	float: none;
	margin-top: 15px;
	display: none;
}
.adv_nr .num {
	font-size: 48px;
}
.adv_nr .tit_box .tit {
	font-size: 20px;
}
.adv_nr .gd span {
	font-size: 36px;
}
.adv_box ul li.active .adv_nr .tit_box .tit {
	font-size: 24px;
	padding: 15px 0;
}
.adv_box ul li.active .adv_nr .txt {
	padding: 15px 0;
	line-height: 26px;
}
.adv_box ul li.active .adv_nr .zx {
	margin-top: 15px;
}


.about_index {
	padding: 0 0 100px 0;
}
.about_index .about_tit .tit_en {
	font-size: 60px;
}
.about_index .about_tit .tit_cn {
	font-size: 28px;
}
.about_index .about_nr {
	width: 100%;
}
.about_nr .ljlx a {
	width: 48%;
}
.about_index .about_js {
	padding: 20px 10px;
	margin-top: 0;
}
.about_js ul li p span {
	font-size: 28px;
}
.about_js ul li p:nth-child(1) {
	font-size: 13px;
}
.about_js ul li p {
	font-size: 13px;
}
.about_nr .ljlx {
	padding: 30px 0;
}

.process_index {
    display: none;
}

.news_index {
	padding: 30px 0;
}
.news_index .tit_index .more{
	display: none;
}
.news_box .new_l {
	width: 100%;
	margin-bottom: 15px;
}
.new_l ul li {
	width: 100%;
}
.new_l ul li:nth-child(1) {
	margin-right: 0;
	margin-bottom: 10px;
}
.news_box .new_r {
	width: 100%;
}

.case_box .bd ul li{
    width: 93%;
}

.about_js ul li {
    width: 50%;
    margin-bottom: 15px;
}
.adv_nr .gd {
    position: absolute;
    right: 0;
    bottom: 0;
}
::-webkit-scrollbar {
    display: none;
}
.pro_tab .tab_f {
    padding: 15px 0;
}
.pro_tab .tab_z {
    border-bottom: 0;
    overflow: scroll;
}
.pro_tab .tab_z ul {
    width: 875px;
}
.pro_tab .tab_z ul li{
    padding: 10px 15px;
    width: auto;
}
.pro_tab .tab_z ul li a {
    font-size: 14px;
}
.pro_tab .tab_z ul li a:before{
    display: none;
}

}



