* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    font-size: 14px;
    width: 100%;
    color: #111111;
    font-family: "microsoft yahei","???¨¨??¨¦?¡­¨¦?¡®";
}
body{
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #111111;
}
a:hover, a:active, a:focus{
    color: #111111;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
input,button,select,textarea {
    outline: none!important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ta_l{
    text-align: left;
}
.ta_c{
    text-align: center;
}
.ta_r{
    text-align: right;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex_top{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_star{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.flex_center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.flex_jlcenter{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.flex_end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.clearfix:after,.S_menu p:after{
    display: block;
    clear: both;
    content: '';
}
.img{
    overflow: hidden;
}
.img img{
    transition: 2s;
}
.img:hover img{
    transform: scale(1.2);
}
.main{
	width: 1200px;
	margin: 0 auto;
}
.header_top{
    background: #f9f9f9;
    font-size: 14px;
    padding: 10px 0;
	color: #888;
}
.t_dh{
	margin-left: 10px;
}
.top-ewm .img_icon img{
    height: 20px;
}
.top-ewm .line_ewm{
    width: 1px;
    height: 18px;
    background: #041f6e;
    margin: 0 10px;
}
.header{
    position: relative;
}
.header .logo{
    margin: 25px 0;
}
.top-tal {
    text-align: right;
	margin-top: 25px;
}
.top-tal p {
    text-align: right;
    background: url(/style/images/tal.png) no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 36px;
    background-position: left 20px center;
    font-size: 18px;
}
.top-tal span {
    font-size: 24px;
    color: #2b6cf9;
    text-align: right;
}

.dh_nav{
	background: #006ab6;   
	position: relative;
}
.nav_box{
    width: 100%;
}
.nav_box ul li{
    float: left;
    font-size: 16px;
    position: relative;
    transition: all 0.8s ease 0s;
	text-align: center;
	width: 9%;
	position: relative;
	/*border-right: 1px solid #e9e9e9;*/
}
.nav_box ul li a{
    display: block;
    padding: 20px 0;
    transition: all 0.8s ease 0s;
	color: #fff;
}
.nav_box ul li:last-child{
    margin-right: 0;
}
.nav_box ul li a p{
	margin-bottom: 0;
	color: #fff;
}
.nav_box ul li a span{
	color: #777;
	font-size: 14px;
	display: none;
}

.nav_box ul li:hover,.home1 .nav_box li.active1,.home2 .nav_box li.active2,.home3 .nav_box li.active3,.home4 .nav_box li.active4,.home5 .nav_box li.active5,.home6 .nav_box li.active6,.home7 .nav_box li.active7,.home8 .nav_box li.active8,.home9 .nav_box li.active9,.home10 .nav_box li.active10,.home11 .nav_box li.active11{
    background: #0065cd;
	border-right: #0065cd;
}
.nav_box ul li:hover a p,.home1 .nav_box li.active1 a p,.home2 .nav_box li.active2 a p,.home3 .nav_box li.active3 a p,.home4 .nav_box li.active4 a p,.home5 .nav_box li.active5 a p,.home6 .nav_box li.active6 a p,.home7 .nav_box li.active7 a p,.home8 .nav_box li.active8 a p{
	color: #fff;
}
.nav_box ul li:hover a span,.home1 .nav_box li.active1 a span,.home2 .nav_box li.active2 a span,.home3 .nav_box li.active3 a span,.home4 .nav_box li.active4 a span,.home5 .nav_box li.active5 a span,.home6 .nav_box li.active6 a span,.home7 .nav_box li.active7 a span,.home8 .nav_box li.active8 a span{
	color: #d5d5d5;
}
.xl_box{
	position: absolute;
	width: 100%;
	left: 0;
	top: 61px;
	z-index: 99;
	background: #fff;
	display: none;
}
.nvli{
	padding: 10px 10px;
    border-bottom: 1px solid #f5f5f5;
}
.nav_box ul li .nvli a{
	padding: 0;
	font-size: 14px;
	color: #333;
}
.nav_box ul li .nvli a:hover{
	color: #006ab6;
}
.nav_box ul li:hover .xl_box{
	display: block;
}
.yewu_toph{
	position: absolute;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #f5f5f5;
    padding: 40px 0;
	display: none;
}
.yewu_toph dl {
    width: 30%;
    margin-right: 3%;
	margin-bottom: 10px;
	text-align: left;
}
.yewu_toph dl:nth-child(3n){
	margin-right: 0;
}
.yewu_toph dl dt {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
    width: 100%;
    padding-bottom: 20px;
}
.yewu_toph dl dt a {
    color: #333;
    font-size: 15px;
	padding: 0;
}
.yewu_toph dl dd dl{
	width: 100%;
	float: none;
	margin-bottom: 0;
}
.yewu_toph dl dd dl dd {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}
.yewu_toph dl dd dl dd a {
    display: inline-block;
	position: relative;
    color: #838383;
    margin-right: 6px;
    margin-left: 3px;
	font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 4px!important;
	padding: 0;
}
.nav_box ul li.yewu_h{
	position: unset;
}
/*.nav_box ul li.yewu_h:hover .yewu_toph{
	display: block;
}
*/
.banner{
    position: relative;
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #041f6e;
    opacity: .8;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
.sy_about{
    padding: 60px 0;
}
.sylmbox{
	text-align: center;
	margin-bottom: 50px;
}
.sy_lmname{
	text-align: center;
	display: inline-block;
	position: relative;
}
.sy_lmname p {
    font-size: 32px;
    font-family: Î¢ÈíÑÅºÚ;
    color: #006ab6;
    font-weight: bold;
}
.sy_lmname span {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    margin-top: 14px;
    display: inline-block;
}
.sylmbox .lm-p{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	text-align: center;
}
.xltople {
    font-size: 33px;
    color: #006ab6;
    text-transform: uppercase;
    position: absolute;
    bottom: 48px;
    width: 96px;
    text-align: right;
    left: -116px;
    background: #006ab6;
    height: 2px;
}
.xltopler {
    font-size: 33px;
    color: #006ab6;
    text-transform: uppercase;
    position: absolute;
    bottom: 48px;
    width: 96px;
    text-align: right;
    right: -115px;
    background: #006ab6;
    height: 2px;
}
.ab_left{
	width: 48%;
}
.gywm_p{
	line-height: 1.5;
    font-size: 16px;
	color: rgb(0, 112, 192);
    font-family: Î¢ÈíÑÅºÚ, "Microsoft YaHei";
	margin-bottom: 10px;
}
.ab_left p{
	white-space: normal;
    line-height: 2em;
    text-indent: 2em;
    text-align: justify;
}
.homeljgd {
    width: 160px;
    height: 51px;
    background: #006ab6;
    text-align: center;
    line-height: 51px;
    color: #fff;
    display: block;
    margin-top: 45px;
	border-radius: 30px;
}
.ab_right{
	width: 50%;
}
.homeljgd:hover{
	color: #fff;
}

.sy_jjfa{
	position: relative;
	background: url(/style/images/jjfa_bg1.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.m-tab1 {
	width: 33.33vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(32, 53, 88, .95);
}
.m-tab1 ul {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-tab1 li {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.m-tab1 li a {
    line-height: 4.8vw;
    font-size: 22px;
    padding-left: 2.812vw;
	display: block;
	color: #fff;
    position: relative;
}
.m-tab1 li span {
    position: relative;
    z-index: 2;
}
.m-tab1 li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    opacity: 0;
    background: rgba(243, 95, 44, .95) url(../images/i-01.png) no-repeat center;
    -o-background-size: 44px auto;
    -ms-background-size: 44px auto;
    -moz-background-size: 44px auto;
    -webkit-background-size: 44px auto;
    background-size: 44px auto;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.m-tab1 li a:before {
    width: 6.25vw;
    -o-background-size: 2.291vw auto;
    -ms-background-size: 2.291vw auto;
    -moz-background-size: 2.291vw auto;
    -webkit-background-size: 2.291vw auto;
    background-size: 2.291vw auto;
}
.m-tab1 li:hover a:before, .m-tab1 li.on a:before {
    opacity: 1;
}
.m-tab1 li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(243, 95, 44, .95);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab1 li:hover a:after, .m-tab1 li.on a:after {
    width: 100%;
}
.tab_show{
	/*background: url(/style/images/jjfa_bg.jpg) no-repeat center;
	background-size: cover;*/
	display: none;
}
.m-txt1 {
    height: 78vh;
    color: #fff;
}
.m-txt1 .wp {
    height: 100%;
    position: relative;
	max-width: 75.1vw;
	max-width: 1200px;
	margin: 0 auto;
}
.m-txt1 .txt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.m-txt1 h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
.m-txt1 .desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 45%;
}
.m-txt1 .btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
	display: block;
	border: 1px solid #fff;
    text-align: center;
	color: #fff;
}
.yw_box ul.ul_ywbk li{
	width: 18.4%;
}
.yw_box ul.ul_ywbk li:nth-child(4){
	margin-right: 2%;
}
.yw_box ul.ul_ywbk li:last-child{
	margin-right: 0;
}
.sy_yewu{
	padding: 60px 0;
}
.yw_box ul li{
	float: left;
	width: 23.5%;
    margin-right: 2%;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
.yw_box ul li:nth-child(4n){
	margin-right: 0;
}
.yw_box ul li span{
	position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    font-size: 20px;
    color: #fff;
    padding: 0px 15px;
}
.dt_xxk{
	text-align: center;
}
.dt_xxk li{
	display: inline-block;
	width: 49.8%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
	font-size: 16px;
}
.dt_xxk li.ons{
    color: #21b7bc;
    border-bottom: 2px solid #21b7bc;
}
.dt_cont{
	display: none;
}
.sy_honor{
	padding: 60px 0;
	background: #f5f5f5;
}
.sy_honor ul{
	overflow: hidden;
}
.sy_honor li {
    width: calc((100% - 100px)/5) !important;
    margin: 0 10px 10px;
    background: #ffffff;
    float: left;
    max-height: none;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.li1_pic{
	display: flex;
    justify-content: center;
    height: 235px;
}
.li1_pic img{
	width: 100%;
}
.e_link {
    height: inherit;
}
.h-img{
    display: block;
    overflow: hidden;
    height: 0px;
    padding: 5px;
    padding-bottom: 135%;
}
.h-img img {
    width: 100%;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.sy_honor li p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
    height: 50px;
    padding: 0 10px;
    display: block;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.xq_box{
	margin-top: 30px;
}
.xq_bo  .xq_BOL{
	width:100%;
}
.xq_box a{
    border: 1px solid #005aa1;
	display: block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	color: #005aa1;
}
.xq_box a:hover{
	background: #005aa1;
	color: #fff;
}
.sy_xwbox{
	padding: 60px 0;
	background: #fff !important;
}
.index .box4 .list .swiper-button-next:after,.index .box4 .list .swiper-button-prev:after{
	display: none;
} 

.sy_huoban{
	padding: 60px 0;
	background: #f5f5f5;
}
.hb_box li{
	float: left;
    width: 23.5%;
    margin-right: 2%;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin-bottom: 20px;
	padding: 15px;
    background: #fff;
	text-align: center;
}
.hb_box li:nth-child(4n){
	margin-right: 0;
}
.zixun{
	padding-top: 60px;
}
.zx_body{
	background: url(/style/images/bj_zx.png) no-repeat center top;
    background-size: cover;
    padding: 50px 0;
}
.wenda,.ly_box {
	width: 45%;
}
.nm_box{
	margin-bottom: 30px;
	font-size: 22px;
    font-weight: 600;
	text-align: center;
	color: #fff;
}
.nm_box .nm_tt{
	margin-bottom: 10px;
}
.nm_box .mn_eng{
	font-size: 16px;
    color: #8D8C8C;
}
.wd_ul li{
	position: relative;
	padding-left: 10px;
	border-bottom: dashed 1px #676767;
	height: 52px;
	line-height: 52px;
}
.wd_ul li:before{
	display: block;
	content: '';
	width: 3px;
	height: 6px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 21px;
}
.wd_ul li a{
	display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
}
.wd_ul li h3{
	font-weight: 500;
	width: 70%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 16px;
}
.wd_ul li span{
	font-size:14px;
}
.ly_cont li{
	margin-bottom: 15px;
}
.ly_cont span {
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
    display: inline-block;
    width: 14.2%;
}
.fyjbinp {
    width: 82.5%;
    background: none;
    border: 0;
    height: 40px;
    vertical-align: top;
    outline: none;
    color: #fff;
    border: 1px solid;
    margin: 10px auto;
}
.fyjbbtn{
	background: red;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    line-height: 47px;
    height: 47px;
    border: none;
    display: block;
    margin: auto;
    width: 120px;
}
.yzm_ip{
	width: 69%;
	height: 40px;
    vertical-align: top;
    outline: none;
    color: #fff;
    border: 1px solid;
    margin: 10px auto;
	background: none;
}
.imgyzm{
	cursor:pointer;
	height: 40px;
}
.yqlink{
	padding: 20px 0;
	background: #f5f5f5;
}
.footer{
	background: #006AB6;
    padding: 50px 0;;
}
.footbotle{
	width: 60%;
}
.ewm_box {
	color: #fff;
	margin-right: 20px;
}
.ewm_box img{
	height: 140px;
	margin-bottom: 5px;
}
.ft_cont{
	float: left;
}
.ft_cont .footgsm {
    font-size: 16px;
    color: #fff;
}
.foottel {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}
.foottel span {
    margin-right: 30px;
}
.foottel i {
    font-size: 24px;
    color: #f3f903;
    font-style: normal;
}
.footare {
    font-size: 14px;
    color: #fff;
    display: block;
	margin-bottom: 10px;
}
.footbq {
    background: #4d4d4d;
    padding: 15px 0;
    color: #fff;
}
.footbq a {
    margin: 0 5px;
    display: inline-block;
    color: #fff;
}
.page {
	text-align: center;
}
.page a{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    line-height: 32px;
    color: #666666;
    margin: 0px 1px;
    text-align: center;
}
.page a.active,.page a:hover {
    border-color: #cf000d;
    background: #cf000d;
    color: #fff;
}

.fenlei{
	background: #f5f5f5;
    padding: 40px 0 20px;
}
.head dl {
    padding-left: 60px;
    position: relative;
}
.head dt {
    font-size: 16px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 32px;
}
.head .btn {
    margin-right: 5px;
    margin-bottom: 20px;
    display: inline-block;
    transition: .5s;
    height: 32px;
    line-height: 32px;
    background: #d9d9d9;
    font-size: 15px;
    color: #000;
    padding: 0 14px;
}
.head .btn.active {
    color: #fff;
    background: #cf000d;
}
.head .btn:active,.head .btn.active {
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.head .btn:hover {
    background: #d3d3d3;
    color: #fff;
}
.al_box{
	background: #f5f5f5;
    padding-bottom: 60px;
}
.body a {
    float: left;
    overflow: hidden;
    background: #fff;
    display: block;
    margin-bottom: 30px;
    width: 23.5%;
	margin-right: 2%;
    text-align: center;
    cursor: pointer;
	padding-bottom: 15px;
    /*border: 1px solid #e3e3e3;*/
}
.body a:nth-child(4n){
	margin-right: 0;
}
.body a img {
    max-width: 100%;
}
.body a h3{
	font-size: 15px;
    text-align: center;
    padding: 10px 10px;
	font-weight:500;
	height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.body a p{
	color: #666;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.al_picbox{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 235px;
}
.yewu_cont{
	font-size: 14px;
	line-height: 1.5;
}
.images {
	width: 48%;
	margin-top: 56px;
}
.ditu{
	height: 850px;
}
.gn_ditu {
	background: url(/style/images/ditu_gn.jpg) no-repeat center;
	/*background: url(/style/images/ditu_gn1.jpg) no-repeat center;*/
	background-size: cover;
}
.ditu ul{
	position:relative;
	height: 850px;
}
.ditu ul li{
	position: absolute;
	cursor: pointer;
	z-index: 9;
}
.dt_icon img{
	height: 15px;
}
.ditu ul li.bj{
	left: 61.4%;
    top: 38.3%;
}
.ditu ul li.bj .dt_icon img{
    display: none;
}
.dt_icon{
    width: 16px;
    height: 16px;
}
.ditu ul li.tj{
	left: 62.6%;
    top: 40.3%;
}
.ditu ul li.hebei{
	left: 59.1%;
    top: 43.6%;
}
.ditu ul li.shanxi{
	left: 56.6%;
    top: 44.0%;
}
.ditu ul li.liaoning{
	left: 70.7%;
    top: 32.3%;
}
.ditu ul li.jilin{
	left: 72.3%;
    top: 26.4%;
}
.ditu ul li.haerb{
	left: 73.2%;
    top: 21.2%;
}
.ditu ul li.shanghai{
	left: 70.1%;
    top: 59.7%;
}
.ditu ul li.nanjing{
	left: 66.1%;
    top: 58.3%;
}
.ditu ul li.hangzhou{
	left: 68.4%;
    top: 62.3%;
}
.ditu ul li.hefei{
	left: 63.9%;
    top: 58.8%;
}
.ditu ul li.fuzhou{
	left: 67.8%;
    top: 73.2%;
}
.ditu ul li.jinan{
	left: 63%;
    top: 47%;
}
.ditu ul li.zhengzhou{
	left: 58.3%;
    top: 51.9%;
}
.ditu ul li.hubei{
	left: 59.4%;
    top: 61.9%;
}
.ditu ul li.changsha{
	left: 57.9%;
    top: 68.9%;
}
.ditu ul li.guangzhou{
	left: 58.5%;
    top: 81.6%;
}
.ditu ul li.nanning{
	left: 50.2%;
    top: 82.3%;
}
.ditu ul li.haikou{
	left: 53.8%;
    top: 89.7%;
}
.ditu ul li.chongqi{
	left: 47.7%;
    top: 65.25%;
}
.ditu ul li.sichuan{
	left: 44.1%;
    top: 62.3%;
}
.ditu ul li.guizhou{
	left: 48%;
    top: 72.7%;
}
.ditu ul li.kunming{
	left: 41.5%;
    top: 76.2%;
}
.ditu ul li.xian{
	left: 51.4%;
    top: 53.35%;
}
.ditu ul li.gansu{
	left: 44.2%;
    top: 48.7%;
}
.ditu ul li.ningxia{
	left: 47.95%;
    top: 42.6%;
}

.ditu ul li.taiwan{
	left: 70%;
    top: 81.3%;
}
.ditu ul li.neimenggu {
    left: 55.3%;
    top: 36.6%;
}
.ditu ul li.nanchang {
    left: 62.35%;
    top: 67.2%;
}
.ditu ul li.xinjiang {
    left: 24.7%;
    top: 24.4%;
}
.gw_ditu {
	background: url(/style/images/map1_1.jpg) no-repeat center;
	/*background: url(/style/images/ditu_gn1.jpg) no-repeat center;*/
	background-size: cover;
}

.ditu ul li.meiguo{
	top: 31.2%;
    left: 84.7%;
}
.ditu ul li.elssbdb{
	top: 19.6%;
    left: 16.95%;
}
.ditu ul li.msk{
	top: 23.1%;
    left: 17.6%;
}

.ditu.gw_ditu ul li .dt_text {
    top: -160px;
}
.ditu.gw_ditu  ul li.meiguo .dt_text{
	top: -198px;
}
.ditu ul li.taiwan .dt_text{
	top: -100px;
}

@media(max-width: 1681px){
	/*.ditu ul li.bj {
		left: 62.9%;
		top: 38%;
	}
	.ditu ul li.tj {
		left: 63.4%;
		top: 43.4%;
	}
	.ditu ul li.shanxi {
		left: 54.6%;
		top: 51.1%;
	}
	.ditu ul li.liaoning {
		left: 71%;
		top: 37.2%;
	}
	.ditu ul li.jilin {
		left: 75.25%;
		top: 26.2%;
	}
	.ditu ul li.haerb {
		left: 75.9%;
		top: 17.2%;
	}
	.ditu ul li.shanghai {
		left: 71.5%;
		top: 63.6%;
	}
	.ditu ul li.nanjing {
		left: 66.3%;
		top: 58.8%;
	}
	.ditu ul li.hangzhou {
		left: 67.7%;
		top: 69.6%;
	}
	.ditu ul li.hefei {
		left: 61.9%;
		top: 62.2%;
	}
	.ditu ul li.fuzhou {
		left: 65.2%;
		top: 76.6%;
	}
	.ditu ul li.jinan {
		left: 65.3%;
		top: 50.1%;
	}
	.ditu ul li.zhengzhou {
		left: 57.4%;
		top: 56.2%;
	}
	.ditu ul li.hubei {
		left: 54.8%;
		top: 62.7%;
	}
	.ditu ul li.changsha {
		left: 54.9%;
		top: 71.7%;
	}
	.ditu ul li.guangzhou {
		left: 57.75%;
		top: 82.5%;
	}
	.ditu ul li.nanning {
		left: 48.6%;
		top: 80.2%;
	}
	.ditu ul li.haikou {
		left: 53.5%;
		top: 93.3%;
	}
	.ditu ul li.chongqi {
		left: 46.5%;
		top: 67.1%;
	}
	.ditu ul li.sichuan {
		left: 41.7%;
		top: 64.7%;
	}
	.ditu ul li.guizhou {
		left: 46.5%;
		top: 73.3%;
	}
	.ditu ul li.kunming {
		left: 37.9%;
		top: 77.8%;
	}
	.ditu ul li.xian {
		left: 49.6%;
		top: 56.1%;
	}
	.ditu ul li.gansu {
		left: 44.7%;
		top: 54%;
	}
	.ditu ul li.ningxia {
		left: 47.8%;
		top: 46.2%;
	}
	.ditu ul li.taiwan {
		left: 72.4%;
		top: 80.7%;
	}*/
	.ditu ul li.tj {
        left: 62.55%;
        top: 40.2%;
    }
    .ditu ul li.nanjing {
        left: 66.05%;
        top: 58.25%;
    }
    .ditu ul li.shanxi {
        left: 56.5%;
        top: 44%;
    }
    .ditu ul li.hefei {
        left: 63.8%;
        top: 58.7%;
    }
    .ditu ul li.guangzhou {
        left: 58.5%;
        top: 81.55%;
    }
    .ditu ul li.nanning {
        left: 50.15%;
        top: 82.25%;
    }
    .ditu ul li.changsha {
        left: 57.8%;
        top: 68.8%;
    }
    .ditu ul li.chongqi {
        left: 47.6%;
        top: 65.2%;
    }
    .ditu ul li.sichuan {
        left: 44.1%;
        top: 62.3%;
    }
    .ditu ul li.xian {
        left: 51.35%;
        top: 53.3%;
    }
    .ditu ul li.neimenggu {
        left: 55.3%;
        top: 36.6%;
    }
    .ditu ul li.neimenggu {
        left: 55.2%;
        top: 36.5%;
    }
}

@media(max-width: 1441){
	.ditu ul li.bj {
		left: 62.95%;
		top: 38.1%;
	}
	.ditu ul li.tj {
		top: 43.5%;
	}
	.ditu ul li.liaoning {
		top: 37.3%;
	}
	.ditu ul li.jilin {
		left: 75.2%;
		top: 26.3%;
	}
	.ditu ul li.haerb {
		top: 17.3%;
	}
	.ditu ul li.shanghai {
		top: 63.7%;
	}
	.ditu ul li.jinan {
		top: 50.2%;
	}
	.ditu ul li.zhengzhou {
		top: 56.3%;
	}
	.ditu ul li.hefei {
		top: 62.3%;
	}
	.ditu ul li.hubei {
		top: 62.8%;
	}
	.ditu ul li.nanning {
		top: 80.3%;
	}
	.ditu ul li.sichuan {
		top: 64.8%;
	}
	.ditu ul li.guizhou {
		left: 46.4%;
		top: 73.4%;
	}
	.ditu ul li.ningxia {
		top: 46.3%;
	}
}
@media(max-width: 1281){
	
}
.ditu ul li .dt_text{
	position: absolute;
    width: 435px;
    left: -205px;
    padding: 20px 15px;
    background: #dcefff;
    border-radius: 20px;
	top: -120px;
	min-height: 109px;
	z-index: 99;
}
.ditu ul li.bj .dt_text,.ditu ul li.tj .dt_text,.ditu ul li.shanxi .dt_text,.ditu ul li.liaoning .dt_text,.ditu ul li.jilin .dt_text,.ditu ul li.haerb .dt_text{
	top: -120px;
}
.dt_li h3{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight:500;
}
.dt_li p{
	color: #666;
}
.dt_text .dt_li{
    margin-bottom: 10px;
}
.dt_text .dt_li:last-child{
    margin-bottom: 0;
}
.ditu ul li.nanjing  .dt_text{
    top: -182px;
}

.jiant img{
	height: 20px;
	position: absolute;
    top: -13px;
    left: 7px;
}
.dt_by,.menu,.fenl,.page_name{
	display: none;
}
.menu{
	float:right;
	margin-top: 20px;
}
.menu img{
	height: 30px;
}
.ditu ul li.hangzhou .dt_text{
    top: -163px;
}
.ditu ul li.fuzhou .dt_text{
    top: -223px;
}
.ditu ul li.jinan .dt_text{
    top: -163px;
}
.ditu ul li.guangzhou .dt_text{
    top: -302px;
}

.m_nav {
    position: fixed;
    top: 0px;
    left: 0;
    box-shadow: 0 15px 27px 0 rgb(167 165 165 / 38%);
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    -webkit-transition: all ease 0.5s;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
    overflow-y: auto;
    transform: translateX(100%);
    animation-fill-mode: both;
}
.m_nav .top {
    height: 70px;
    padding: 20px;
    box-sizing: border-box;
    background: #0070c0;
}
.m_nav .top .closed {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor: pointer;
    font-size: 26px;
    color: #fff;
    font-style: normal;
}
.m_nav .ul li {
    padding: 0 20px;
    border-bottom: 1px solid #f5f5f5;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav .ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    padding: 10px 0;
    width: 100%;
}
.mxl_box {
    padding: 0 15px;
    font-size: 14px;
    display: none;
}
.m_nav.open {
    transform: translateX(0);
}
.m_nav.open .ul li {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.bq_box{
	margin-top: 40px;
}
.bq_box a{
	width: 140px;
    height: 46px;
    background: #006ab6;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: inline-block;
	margin-right: 30px;
	border-radius: 30px;
}
.bq_box a:last-child{
	margin-right: 0;
}
.ts_text h3{
	margin: 10px 15px;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
}
.xqD_con .ts_list.dd_bx p{
	color: #666666;
    line-height: 26px;
    padding: 0px 15px;
    font-size: 14px;
	text-align: left;
}
.dd_bx .ts_text{
	height: 330px;
}
.rgzn_box,.ht_box,.saas_box{
	padding: 60px 0;
}
.ht_box{
	background: #f6f6f6;
}
.rgzn_li{
	padding: 30px 0;
	margin-top: 20px;
}
.rgzn_li .rgzn_name {
	width: 30%;
	font-size: 16px;
	padding: 0 20px;
}
.rgzn_li .zn_right {
	width: 70%;
	padding: 0 20px;
	font-size: 15px;
	color: #666;
	line-height: 1.5;
}
.bg_ysh,.saas_box{
	background: #f6f6f6;
}
.zn_right .zt_text{
	margin-bottom: 15px;
}
.zt_text h3{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 500;
}
.ht_box ul{
	margin-top: 40px;
}
.ht_box ul li{
	width: 23%;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	transition: all 0.8s ease 0s;
}
.ht_box ul li div{
	justify-content: space-around;
}
.ht_box ul li .icon_ht{
	margin-right: 10px;
}
.icon_ht img{
	height: 30px;
}
.ht_box ul li p{
	font-size: 18px;
}
.ht_box ul li:hover{
	border: 1px solid #cf000d;
}
.txt_p {
	margin-top: 20px;
}
.saas_li{
	margin-top: 30px;
	padding: 30px 20px;
	background: #fff;
}
.saas_li h3{
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight:500;
	
}
.saas_li .saas_text{
	font-size: 15px;
	line-height: 1.5;
	color: #666;
}
.saas_text p{
	margin-bottom: 10px;
}
.saas_box .in_tit {
	font-size: 30px;
}

.yw_box ul.ywul_1 li{
	width: 18.4%;
}
.yw_box ul.ywul_1 li:first-child{
	width: 38.8%;
}
.gh_li{
	align-items: flex-start;
	margin-bottom: 30px;
	background: #f1faff;
}
.gh_li .gh_img {
	width: 23%;
}
.gh_text{
	width: 74%;
	padding: 20px 0;
}
.gh_li:nth-child(2n){
	background: #f6f6f6;
}
.gh_li .gh_text h3{
	margin-bottom: 15px;
}
.gh_li .gh_text p{
	margin-bottom: 0;
}
.qy_img{
	padding: 6% 10px 30%;
    border-bottom: 1px solid #f4f4f4;
}
.al_picbox img {
    max-width: initial !important;
    height: 100%;
}
.yewu_toph dl dd dl{
	position: relative;
}
.yw_h{
	height: 60px;
    overflow: hidden;
    padding-right: 20px;
}
.yw_h.yw_hs{
	height: auto;
	padding-right: 0;
}
.gd_box a{
	color: #838383 !important;
	padding: 0 !important;
	margin: 0 0 10px;
	font-size: 14px;
}
.gd_box.yinc{
	display: none;
}
.hxnl_ln .sy_lmname p,.hxnl_ln .sy_lmname span{
	color: #fff;
}
.hxnl_ln .xltople,.hxnl_ln .xltopler{
	background: #fff;
}
.xqD_con .ts_list.tdli5 {
    width: 214px;
}
.xqD_con .ts_list.tdli5:nth-child(3n){
	margin-right: 32px;
}
.xqD_con .ts_list.tdli5:last-child{
	margin-right: 0;
}
.pd_20{
	padding: 20px 0;
	margin: 0!important;
}
.qy_li p{
	margin-top: 5px;
}
.ditu_by {
	margin-top:40px;
}
.ditu_by img{
	max-width: initial;
}
.join_by{
	padding: 60px 0;
}
.join_by ul li{
	float: left;
    width: 380px;
    background: #eee;
    font-size: 16px;
    margin-right: 30px;
    padding: 30px;
    cursor: pointer;
    margin-bottom: 30px;
}
.join_by ul li:nth-child(3n){
	margin-right: 0;
}
.join_by ul li h3 {
    font-size: 20px;
    font-weight: bold;
    min-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.join_by ul li p{
	display: block;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.al_text{
	height: 60px;
    overflow: hidden;
}
.pd_top{
	padding-top:60px;
}
.logo img{
	height: 60px;
}
.hb_box li img{
	height: 40px;
}
.ft_right {
	width: 25%;
}
.ft_right a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
    letter-spacing: 2px;
    display: inline-block;
	padding: 0 38px;
}
.wzdt_li{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.wzdt_li .wzdt_name{
	width: 120px;
	height: 40px;
	background: #006ab6;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
}
.wzdt_link a{
	display: inline-block;
    padding: 8px 24px;
    border: 1px solid #ddd;
    margin: 5px 0;
    margin-right: 10px;
}
.wzdt_link a:hover{
	background: #cf000d;
	border: 1px solid #cf000d;
	color: #fff
}
.pd-60{
	padding: 60px 0;
}

/*Ðü¸¡Á´½Ó*/
.suspension{position:fixed;z-index:55;right:0;bottom:200px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(/style/images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/style/images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(/style/images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(/style/images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:-12px;}
.suspension .d-qrcode{top:36px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(/style/images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(/style/images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(/style/images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;text-align: center;}
.qrcode-img img{
	max-width: 100%;
}
.suspension .d-service .d-service-item a{
	color: #333;
}
.S_banner{
    position: relative;
}
.ywbk_box{
    padding: 20px 0;
    background: #f6f6f6;
}
.ywbk_box ul li{
    display: inline-block;
    padding: 6px 10px;
    font-size: 16px;
    border: 1px solid #cf000d;
}
.ywbk_box ul li a{
    font-weight: bold;
}
@media(max-width:800px){
	.suspension{
		display: none;
	}
}
@media(max-width: 767px){
	.main {
		width: 94%;
	}
	.pd-60{
		padding: 40px 0;
	}
	.pd_top{
		padding-top: 40px;
	}
	.menu{
		display: block;
	}
	.header_top{
		display: none;
	}
	.nav_box {
		display: none;
	}
	.header .logo {
		margin: 15px 0;
	}
	.logo img{
		height: 40px;
	}
	.ditu_by {
		margin-top: 20px;
	}
	.sy_about,.rgzn_box, .ht_box, .saas_box {
		padding: 40px 0;
	}
	.sylmbox {
		margin-bottom: 30px;
	}
	.sy_lmname p {
		font-size: 26px;
	}
	.xltople{
		width: 45px;
		left: -70px;
		bottom: 50px;
	}
	.xltopler{
		width: 45px;
		right: -70px;
		bottom: 50px;
	}
	.ab_left {
		width: 100%;
	}
	.homeljgd {
		width: 140px;
		height: 40px;
		line-height: 40px;
		margin-top: 20px;
	}
	.ab_right {
		margin-top: 20px;
		width: 100%;
	}
	
	.m-tab1 {
		width: 100%;
		padding: 20px 3%;
		margin: 0 auto;
		position: relative;
	}
	.m-tab1 ul {
		position: relative;
		top: 0;
		transform: translateY(0);
	}
	.m-tab1 li a {
		font-size: 15px;
		line-height: 36px;
		padding-left: 0;
	}
	.m-tab1 li a:before {
		width: 30px;
		-o-background-size: 15px auto;
		-ms-background-size: 15px auto;
		-moz-background-size: 15px auto;
		-webkit-background-size: 15px auto;
		background-size: 15px auto;
	}
	.m-tab1 li.on a{
		padding-left: 30px;
	}
	.m-tab1 li a:before{
		right: 92%;
		z-index: 99;
	}
	.m-txt1 .wp{
		max-width: 94%;
	}
	.m-txt1 {
		height: auto;
	}
	.m-txt1 .txt {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		padding: 40px 0;
	}
	.m-txt1 h3 {
		font-size: 24px;
		text-align: center;
	}
	.m-txt1 .desc {
		font-size: 14px;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.m-txt1 .btn {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.sy_yewu,.sy_honor,.sy_xwbox,.sy_huoban,.zixun {
		padding: 40px 0;
	}
	.yw_box ul li {
		float: left;
		width: 49%;
		margin-right: 0;
	}
	.yw_box ul li:nth-child(2n),.sy_honor li:nth-child(2n){
		float: right;
	}
	.yw_box ul li span {
		bottom: 15px;
		font-size: 16px;
	}
	.dt_xxk li{
		width: 49%;
	}
	.ditu {
		height: 230px;
	}
	.ditu ul{
		display: none;
	}
	.sy_honor li {
		width: 49% !important;
		margin: 0 0 10px;
	}
	.hb_box li{
		width: 49%;
		margin-right: 0;
	}
	.hb_box li:nth-child(2n){
		float: right;
	}
	.zixun{
		padding-top: 40px;
	}
	.nm_box {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.wenda, .ly_box {
		width: 100%;
	}
	.wd_ul li h3{
		font-size: 14px;
	}
	.wd_ul li {
		height: 40px;
		line-height: 40px;
	}
	.wd_ul li:before{
		top: 16px;
	}
	.ly_box {
		margin-top: 20px;
	}
	.ly_cont span {
		font-size: 15px;
	}
	.fyjbinp{
		height: 34px;
		margin: 5 0;
	}
	.ly_cont li {
		margin-bottom: 10px;
	}
	.yzm_ip {
		width: 61%;
		height: 34px;
	}
	.imgyzm{
		height: 34px;
	}
	.fyjbbtn {
		font-size: 16px;
		border-radius: 8px;
		line-height: 40px;
		height: 40px;
	}
	.footer {
		display: none;
		padding: 30px 0;
	}
	.S_menu .mbx{
		display: none;
	}
	.S_menu p{
		float: none;
		position: absolute;
		background: #fff;
		right: 0;
		width: 50%;
		padding: 0 3%;
		top: 51px;
		border: 1px solid #b3d0df;
		z-index: 999;
		display: none;
	}
	.fenl{
		float: right;
		display: block;
		width: 80px;
		text-align: center;
		font-size: 14px;
		color: #666;
		border: 1px solid #a5ccdf;
		border-radius: 10px;
		padding: 5px 0;
	}
	.S_menu {
		padding: 10px 0;
		margin-top: 0;
		position: relative;
	}
	.S_menu p a {
		padding: 10px 0;
		display: block;
		float: none;
		margin-right: 0;
	}
	.S_menu p a.cur {
		border-bottom: none;
		color: #cf000d;
	}
	.page_name{
		float: left;
		display: block;
		font-size: 18px;
	}
	.aboutA,.contact_top,.xq,.about3_con,.xqA {
		padding: 40px 0px;
	}
	.aboutA_L h1 {
		font-size: 24px;
	}
	.S_banner, .M_banner {
		width: 100%;
		height: 220px;
	}
	.S_con dl dt {
		font-size: 26px;
	}
	.contact_top dl,.contact_top .images {
		width: 100%;
	}
	.contact_top .images{
		margin-top: 30px;
	}
	.contact_top dl dt {
		font-size: 26px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.page {
		padding: 20px 0;
	}
	.w1280, .w1270 {
		width: 94%;
	}
	.xq_BOL {
		width: 100%;
	}
	.about3_L,.about3_con .images {
		width: 100%;
	}
	.about3_con .images {
		margin-top: 20px;
	}
	.about3_L a{
		margin-top: 20px;
	}
	.M_menu a{
		padding: 0px 10px;
	}
	.xqA h4 {
		font-size: 26px;
		margin-top: 0;
	}
	.xqA_left {
		width: 100%;
		margin-top: 30px;
	}
	.xqA_left span {
		font-size: 18px;
	}
	.images {
		width: 100%;
		margin-top: 10px;
	}
	.xqD_con .ts_list {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.xqD_con .ts_text {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	.xqD_con div p {
		padding: 0px 15px;
		font-size: 14px;
	}
	.text_p {
		padding-left: 10px;
	}
	.metxqA ul li p {
		font-size: 14px;
	}
	.metxqA ul li {
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	.metxqJ_div {
		width: 100%;
	}
	.news_top{
		padding: 40px 0;
	}
	.news_top a {
		width: 100%;
		margin: 10px 0;
	}
	.news_top a div p{
		height:auto;
	}
	.news_bottom li a {
		padding: 0;
		margin-bottom: 0;
		float: none;
		display: flex;
		justify-content: space-between;
	}
	.news_bottom li strong {
		font-size: 28px;
		float: none;
		width: 30%;
	}
	.news_bottom li div {
		width: 73%;
		padding: 0;
		margin: 0;
	}
	.news_bottom li div em{
		display: none;
	}
	.news_bottom li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.news_bottom li strong i{
		margin-top:10px;
	}
	.xq_BOL a{
		width: 100%;
		padding-right: 0;
	}
	.fenlei {
		padding: 20px 0 20px;
	}
	.head dt{
		display: none;
	}
	.head dl {
		padding-left: 0;
	}
	.head .btn{
		font-size: 14px;
		padding: 0 9px;
		margin-bottom:10px;
	}
	.al_box{
		padding-bottom: 30px;
	}
	.body a{
		width: 49%;
		margin-right: 0;
	}
	.body a:nth-child(2n){
		float: right;
	}
	.dd_bx .ts_text{
		height: auto;
	}
	.rgzn_li {
		padding: 25px 0;
		margin-top: 0;
	}
	.rgzn_li .rgzn_name {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.rgzn_li .zn_right {
		width: 100%;
		padding: 0 0;
	}
	.saas_box .in_tit {
		font-size: 26px;
	}
	.yw_box ul.ul_ywbk li,.yw_box ul.ywul_1 li,.yw_box ul.ywul_1 li:first-child {
		width: 49%;
	}
	.yw_box ul.ul_ywbk li:nth-child(4) {
		margin-right: 0%;
	}
	.li1_pic{
		height: auto;
	}
	.gh_li .gh_img,.gh_text{
		width: 100%;
	}
	.gh_text {
		padding: 15px;
	}
	.al_picbox{
		height: 150px;
	}
	.sy_jjfa{
		padding: 30px 0;
	}
	.ht_box ul li{
		width:100%;
		margin-bottom:10px;
	}
	.ht_box ul li div {
		justify-content: flex-start;
	}
	.xqD_con .ts_list.tdli5 {
		margin-right: 0 !important;
	}
	.join_by {
		padding: 40px 0;
	}
	.join_by ul li h3 {
		font-size: 16px;
	}
	.join_by ul li{
		width: 100%;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	/*ÊÖ»úµØÍ¼*/
	.gn_ditu{
		height: auto;
		background: none;
	}
	.ditu ul li {
		position: relative;
		left: 0!important;
		top: 0!important;
		margin: 25px 0;
	}
	.ditu ul li .dt_icon,.ditu ul li .jiant{
		display: none;
	}
	.dt_by{
		display: block !important;
	}
	.ditu ul li .dt_text {
		position: relative;
		width: 100%;
		left: 0;
		top: 0!important;
	}
	.ditu ul {
		display: block;
		height: auto;
	}
	.bq_box a {
        width: 32%;
        height: 38px;
        line-height: 38px;
        margin-bottom: 10px;
        margin-right: 0;
	}
	.ywbk_box ul li {
        text-align: center;
        padding: 6px 0;
        font-size: 14px;
        width: 32.5%;
        margin: 5px 0;
    }
}