@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.width::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.head_top{
    height: 38px;
    width: 100%;
    background:#f2f1f1;
}
.head_top_in{
    height: 38px;
}
.head_top_l{
    display: inline-block;
    float:left;
    width: 318px;
    height: 38px;
}
.head_top_l p{
    font-size: 14px;
    line-height: 38px;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.head_top_r{
    width: 346px;
    height: 38px;
    display: inline-block;
    float:right;
    overflow: hidden;
}
.head_top_r li{
    display: inline-block;
    float:left;
    width: 115px;
    height: 38px;
    position: relative;
}
.head_top_r li:after{
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right:0;
    top:10px;
    background:#e1e1e1;
}
.head_top_r li:last-child:after{
    display: none;
}
.head_top_r li a{
    display: block;
    width: 100%;
    height: 100%;
}
.box_img{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-left: 14px;
}

.box_img span{
    display: inline-block;
    float:left;
    height: 18px;
    width: auto;
    margin-right: 6px;
}
.box_img span img{
    display: block;
    width: auto;
    height: 100%;
}
.box_img p{
    font-size: 14px;
    color:#666;
    line-height: 18px;
}
.logo_head{
    height: 124px;
    width: 100%;
    background:#fff;
    overflow: hidden;
}
.logo_head_in{
    height: 124px;
}
.logo_head_l{
    display: inline-block;
    float:left;
    width: 578px;
    height: 100%;
    padding-top: 16px;
}
.logo_head_l>span{
    display: inline-block;
    float:left;
    width: auto;
    height: 90px;
    margin-right: 24PX;
}
.logo_head_l>span img{
    height: 100%;
    width: auto;
}
.logo_right{
    width: 320px;
    height: 90px;
    display: inline-block;
    float:left;
    position: relative;
    padding-left: 24px;
    padding-top: 10px;
}
.logo_right:after{
    content: '';
    display: block;
    width: 1px;
    height: 80px;
    background:#e6e6e6;
    position: absolute;
    top:6px;
    left:0;
}
.logo_right p{
    font-size: 16px;
    line-height: 32px;
    color:#808080;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.logo_right p span{
    font-size: 22px;
}
.logo_head_r{
    width: 438px;
    height: 100%;
    display: inline-block;
    float:right;
}
.head_phone{
    display: inline-block;
    float:left;
    width: 240px;
    height: 44px;
    margin-top: 40px;
    padding-left: 56px;
    background-image: url(../img/head-dianhua.png);
    background-size: 44px 44px;
    background-position: left center;
    background-repeat: no-repeat;
}
.head_phone p{
    font-size: 14px;
    line-height: 18px;
    color:#414141;
}
.head_phone a{
    font-size: 24px;
    color:#d93642;
    line-height: 30px;
    font-weight: 700;
}
.logo_head_r>span{
    display: inline-block;
    float:right;
    width: 104px;
    height: 86px;
    margin-top: 22px;
}
.logo_head_r>span img{
    display: block;
    width: 100%;
    height: 100%;
}
.new_header{
    height: 60px;
    width: 100%;
    background:#335cc3;
}
.new_header.active{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.5);
}
.new_header_in{
	height: 60px;
	position: relative;
}
.new_head_nav{
	float:left;
	height: 60px;
	width:auto;
	margin: 0 auto;
}
.new_head_nav>ul>li{
	display: inline-block;
	float:left;
	width: 150px;
	height: 60px;
	position: relative;
}
.new_head_nav>ul>li.active{
	background:#f86221;
}
.new_head_nav>ul>li:hover{
	background:#f86221;
}
.new_head_nav>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color:#fff;
	text-align: center;
	line-height: 60px;
}
.new_index_banner{
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .hd{
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 24px;
	left:50%;
	z-index: 1;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.new_slideBox_banner .hd ul{
	overflow: hidden;
	zoom:1;
	float:left;
}
.new_slideBox_banner .hd ul li{
	float:left;
	margin-right: 11px;
	width: 16px;
	height:16px;
	border-radius: 50%;
	cursor: pointer;
	background:#fff;
}
.new_slideBox_banner .hd ul li.on {
	background-color: #335cc3;
}
.new_slideBox_banner .bd{
	height: 600px;
	position: relative;
	z-index: 0;
}
.new_slideBox_banner .bd li{
	width: 100%;
	height: 600px;
	vertical-align: middle;
	zoom:1;
}
.new_slideBox_banner .bd li a{
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .prev,
.new_slideBox_banner .next{
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s;
}
.new_slideBox_banner .prev{
	background-image: url(../img/2019banner_l.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .next{
	left:auto;
	right:2%;
	background-image: url(../img/2019banner_r.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .prev{
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .next{
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner .prevStop {
	display: none;
}

.new_slideBox_banner .nextStop {
	display: none;
}

.new_right_nav{
	display: block;
	position: fixed;
	top:40%;
	right:0;
	width: 56px;
	height: 273px;
	z-index: 99;
}
.new_right_menu{
	display: block;
	width: 170px;
	height: 58px;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	border-radius: 4px 0 0 4px;
	margin-bottom: 10px;
	font-size: 0;
	line-height: 58px;
	color:#fff;
	position: relative;
	cursor: default;
}
.new_right_menu a{
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
}
.new_right_menu span{
	display: inline-block;
	float:left;
	width: 28px;
	height: auto;
	margin-left: 12px;
}
.new_right_menu span img{
	width: 100%;
	height: 100%;
}
.new_right_menu_in{
	display: inline-block;
	float:right;
	font-size: 14px;
	text-align: right;
	padding-right: 12px;
	width: 130px;
}
.new_right_menu_ewm{
	display: none;
	width: 128px;
	height: 128px;
	border-radius: 10px;
	position: absolute;
	top:-36px;
	left:-142px;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	padding: 5px;
}
.new_right_menu_ewm img{
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.new_footer{
	display: block;
	width: 100%;
	height: 324px;
	background-color: #222222;
	position: relative;
	padding-top: 32px;
}
.new_fooer_beian{
	display: block;
	width: 100%;
	height: 42px;
	background-color: #333333;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	line-height: 42px;
	font-size: 12px;
	color:#808080;
}
.new_fooer_beian a{
	color: #808080;
}
.new_fooer_beian a:hover{
	color: #fff;
}

.new_footer_ewm{
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	padding-top: 3px;
	margin-right: 20px;
}
.new_footer_ewm span{
	display: block;
	width: 128px;
	height: 128px;
	margin-bottom: 6px;
}
.new_footer_ewm p{
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.new_footer_ewm h3{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.new_footer_in{
	display: inline-block;
	float: left;
	height: 100%;
	margin-right: 86px;
	font-size: 12px;
	color: #808080;
	max-width: 280px;
}
.new_footer_in h2{
	padding-left: 8px;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	margin-bottom: 6px;
	position: relative;
}
.new_footer_in h2::after{
	content: "";
	display: block;
	width: 3px;
	height: 16px;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	position: absolute;
	left: 0;
	top: 13px;
}
.new_footer_in a{
	display: block;
	color: #8c8c8c;
	line-height: 26px;
	padding-left: 8px;
}
.new_footer_in a:hover{
	color: #fff;
}
.new_fonter_lianjie{
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 42px;
	left: 0;
	font-size: 12px;
	color: #8c8c8c;
	line-height: 48px;
	text-align: center;
}
.new_fonter_lianjie a{
	color: #8c8c8c;
}
.new_fonter_lianjie a:hover{
	color: #fff;
}
.new_fonter_lianjie img{
	width: 16px;
}

.caseXq_in{
	height: 690px;
	overflow: hidden;
	margin-bottom: 48px;
}

.caseXq_in .banner {
	width: 1200px;
	height: 100%;
	overflow: hidden
}

.large_box {
	width: 500px;
	height: 400px;
	overflow: hidden;
	display: inline-block;
	float:left;
	margin-right:20px;
	border:1px solid #dcdcdc;
}
.large_box li{
	width: 100%;
	height: 400px;
	
}
.large_box li>div{
	display: block;
	width: 100%;
	height: 400px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.large_box img {
	display: block
}
.small_box {
	width: 1200px;
	height: 270px;
	overflow: hidden;
}
.small_list {
	position: relative;
	float: left;
	width: 1200px;
	height: 270px;
	overflow: hidden
}

.small_list ul {
	overflow: hidden;
	height: 270px;
}

.small_list ul li {
	position: relative;
	float: left;
	margin-right: 18px;
	width: 286px;
	height: 270px;
}
.small_list ul li:last-child{
	margin-right: 0;
}
.small_list ul li span{
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.small_list ul li img {
	display: block
}

.small_list ul li .bun_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 286px;
	height: 270px;
	box-sizing: border-box;
	border:2px solid #335cc3;
}

.small_list ul li.on .bun_bg {
	display: block
}
.zqx_guolu_a{
	display: inline-block;
	float:left;
	width: 156px;
	height: 50px;
	margin-top: 32px;
	margin-right: 48px;
}
.zqx_guolu_a a{
	display: block;
	padding-left: 32px;
	font-size: 16px;
	line-height: 22px;
	color:#335cc3;
	background-image: url(../img/sy_phone.png);
	background-size: 22px 22px;
	background-position: left top;
	background-repeat: no-repeat;
}
.zqx_guolu_a span{
	font-size: 20px;
	color:#335cc3;
	font-weight: 700;
	line-height: 36px;
}
.zqx_guolu_dz{
	display: inline-block;
	flaot:right;
	margin-left: 12px;
	height: 46px;
	width: 160px;
	margin-top: 32px;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
}
.zqx_guolu_dz a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color:#fff;
	line-height: 46px;
	text-align: center;
}
.btn{
	width: 100%;
	height: 20px;
	position: relative;
}
.btn .prev{
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	left:0;
	top:0;
	background-image: url(../img/left.png);
	background-size: cover;
	background-repeat:no-repeat ;
	background-position: center;
}
.btn .next{
	display: block;
	width: 10px;
	height: 18px;
	position: absolute;
	right:0;
	top:0;
	background-image: url(../img/right.png);
	background-size: cover;
	background-repeat:no-repeat ;
	background-position: center;
}
.btn:after{
	content: '';
	display: block;
	width: 114px;
	height: 1px;
	background:#ebebeb;
	position: absolute;
	left:28px;
	top:50%;
}
.btn:before{
	content: '';
	display: block;
	width: 114px;
	height: 1px;
	background:#ebebeb;
	position: absolute;
	right:28px;
	top:50%;
}
.caseXq_in .btn .pageState{
	font-size: 16px;
	line-height: 20px;
	color: #c7c7c7;
	margin-left: 160px;
}
.caseXq_in .btn .pageState span{
	font-size: 16px;
	color: #c7c7c7;
}  

.index_diya{
	height: 450px;
	margin-bottom: 76px;
	margin-top: 60px;
	overflow: hidden;
}

#ifocus {
	width: 516px;
	height: 450px;
	position: relative;
	display:inline-block;
	float:left;
	margin-right: 52px;
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 386px;
	height: 386px;
	overflow: hidden;
	margin-top: 30px;
	border: 2px solid #bfbfbf;
}

#ifocus_piclist li {
	width: 386px;
	height: 386px;
	overflow: hidden;
}
#ifocus_piclist li a{
	display: block;
	width: 100%;
	height: 100%;
}

#ifocus_piclist img {
	width: 386px;
	height: 386px;
}

#ifocus_btn {
	display: inline-block;
	float: right;
	width: 90x;
	height: 450px;
	position: relative;
	
}

#ifocus_btn .prev {
	width: 90px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/cpxq_shang.png);
	background-size: 28px 12px;
	background-position: center;
	background-repeat: no-repeat;
}

#ifocus_btn .next {
	width: 90px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url(../img/cpxq_xia.png);
	background-size: 28px 12px;
	background-position: center;
	background-repeat: no-repeat;
}
#ifocus_btn ul{
	height: 386px;
	width: 100%;
	margin-top:30px;
}
#ifocus_btn li {
	width: 90px;
	height: 90px;
	margin-bottom: 8px;
	overflow: hidden;
	border:1px solid #cccccc;
}
#ifocus_btn img {
	width: 90px;
	height: 90px;
}

#ifocus_btn .on {
	display: block;
	width: 88px;
	height: 88px;
	border: 2px solid #4384d6;
	overflow: hidden;
}

#ifocus_tx {
	position: absolute;
	left: 8px;
	bottom: 8px;
	color: #FFF;
}

#ifocus_tx ul li {
	display: none;
}

#ifocus_tx ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.gongchang{
	height: 224px;
    position: relative;
	overflow: hidden;
}
.gongchang_box{
	width:1126px;
	height: 100%;
    margin: 0 auto;
}
.gongchang_list{
	display: block;
	width: 260px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.gongchang_list span{
	display: block;
	width: 100%;
	height: 224px;
}
.gongchang_list span img{
	width: 100%;
	height: 100%;
}
.gongchang_list p{
	width: 100%;
	height: 56px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left:0;
	font-size: 18px;
	color:#fff;
	line-height: 56px;
	text-align: center;
}
.gc-left{
	position: absolute;
	top:50%;
	margin-top: -9px;
	left:0;
	width: 18px;
	height: 38px;
	border-radius: 50%;
	background-image: url(../img/gy_left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.gc-right{
	position: absolute;
	top:50%;
	margin-top: -9px;
	right:0;
	width: 18px;
	height: 38px;
	border-radius: 50%;
	background-image: url(../img/gy_rightpng.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.yg-left{
	position: absolute;
	top:50%;
	margin-top: -9px;
	left:0;
	width: 18px;
	height: 38px;
	border-radius: 50%;
	background-image: url(../img/gy_left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.yg-right{
	position: absolute;
	top:50%;
	margin-top: -9px;
	right:0;
	width: 18px;
	height: 38px;
	border-radius: 50%;
	background-image: url(../img/gy_rightpng.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.duoling{
	height: 474px;
	position: relative;
	overflow: hidden;
}
.duoling_box{
	width:1140px;
	height: 100%;
    margin: 0 auto;
}
.duoling_in{
	height: 474px;
}
.duoling_in .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	opacity: 1;
	border: 1px solid #999;
	margin: 0 6px !important;
}

.duoling_in .swiper-pagination-bullet-active {
	opacity: 1;
	background: #3d66cd;
	border: 1px solid #3d66cd;
}

.duoling_in .swiper-pagination {
	position: absolute;
	top: auto;
	bottom: 0;
}
.dl_zhuanye{
	display: block;
	width: 1098px;
	height: 406px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat:no-repeat ;
	background-position:left top;
}

.dl-left{
	position: absolute;
	top:178px;
	left:0;
	width: 24px;
	height: 56px;
	border-radius: 50%;
	background-image: url(../img/gy_left.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.dl-right{
	position: absolute;
	top:178px;
	right:0;
	width: 24px;
	height: 56px;
	border-radius: 50%;
	background-image: url(../img/gy_rightpng.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.dl_zhuanye_r{
    width: 520px;
    height: 406px;
    background-color: #ddd;
    background-color: #3d66cd;
    transform: perspective(120px) rotatex(-5deg);
    transform-origin: right;
    position: absolute;
    top:29px;
    right:0;
}
.dl_zhuanye_l{
    width: 588px;
    height: 406px;
    background-color: #ddd;
    background-color: #3d66cd;
    transform: perspective(120px) rotatex(-5deg);
    transform-origin: left;
    position: absolute;
    top:29px;
    left:0;
}
.dl_zhuanye_r_in{
	width: 420px;
	height: 100%;
	z-index: 97;
	position: absolute;
	right:28px;
	top:0;
	padding-top: 66px;
}
.dl_zhuanye_l_in{
	width: 460px;
	height: 100%;
	z-index: 97;
	position: absolute;
	left:28px;
	top:0;
	padding-top: 66px;
}
.dl_zhuanye_r_in>span{
    display: inline-block;
    float:left;
    width: 68px;
    height: 60px;
    margin-right: 26px;
}
.dl_zhuanye_r_in>span img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.dl_zhuanye_r_in h2{
    font-size: 32px;
    line-height: 60px;
    color:#fff;
    margin-bottom: 18px;
}
.dl_zhuanye_r_in h2 span{
    font-size: 16px;
    margin-left: 12px;
    text-transform: uppercase;
}
.dl_zhuanye_r_in p{
    font-size: 16px;
    color:#fff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 34px;
}
.dl_zhuanye_r_in p span{
    font-size: 22px;
    color:#ff631f;
    font-weight: 700;
}
.dl_zhuanye_r_in a{
    display: block;
    width: 156px;
    height: 22px;
    float:right;
    font-size: 16px;
    line-height: 22px;
    color:#fff;
    background-image: url(../img/jiantou.png);
    background-size: 54px 12px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.dl_zhuanye_l_in>span{
    display: inline-block;
    float:left;
    width: 68px;
    height: 60px;
    margin-right: 26px;
}
.dl_zhuanye_l_in>span img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.dl_zhuanye_l_in h2{
    font-size: 32px;
    line-height: 60px;
    color:#fff;
    margin-bottom: 18px;
}
.dl_zhuanye_l_in h2 span{
    font-size: 16px;
    margin-left: 12px;
    text-transform: uppercase;
}
.dl_zhuanye_l_in p{
    font-size: 16px;
    color:#fff;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 34px;
}
.dl_zhuanye_l_in p span{
    font-size: 22px;
    color:#ff631f;
    font-weight: 700;
}
.dl_zhuanye_l_in a{
    display: block;
    width: 156px;
    height: 22px;
    float:right;
    font-size: 16px;
    line-height: 22px;
    color:#fff;
    background-image: url(../img/jiantou.png);
    background-size: 54px 12px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.lianxi_wm_list ul {
	width: 1250px;
}

.lianxi_wm_list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 286px;
	height: 280px;
	border: 1px solid #ccc;
	margin-right: 18px;
}

.lianxi_wm_list li:after {
	content: '';
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	z-index: -1;
}

.lianxi_wm_list li:hover:after {
	display: block;
}

.lianxi_wm_list li:hover {
	border: none;
	padding: 1px;
	color: #fff;
}

.lianxi_wm_img {
	width: 113px;
	height: 113px;
	margin: 36px auto 16px;
	border-radius: 50%;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	overflow: hidden;
	position: relative;
}

.lianxi_wm li:hover .lianxi_wm_img span {
	z-index: 99;
}

.lianxi_wm li:hover .lianxi_wm_img {
	background: #fff;
}

.lianxi_wm_img img {
	display: block;
	margin: 27px auto;
}

.lianxi_wm_img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.lianxi_wm_bot {
	padding-top: 19px;
	margin-top: 19px;
	text-align: center;
	position: relative;
}

.lianxi_wm_bot:after {
	content: '';
	display: block;
	width: 48px;
	height: 2px;
	background:linear-gradient(144deg,rgba(102,142,243,1),rgba(40,81,184,1));
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -24px;
}

.lianxi_wm li:hover .lianxi_wm_bot:after {
	background: #fff;
}

.lianxi_wm_bot h4 {
	font-size: 20px;
	color: #333;
}

.lianxi_wm_bot p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 6px;
}

.lianxi_wm li:hover .lianxi_wm_bot h4,
.lianxi_wm li:hover .lianxi_wm_bot p {
	color: #fff;
}

.new_head_menu{
	display: none;
	width: auto;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	top:100%;
	left:0%;
}
.new_head_menu>span{
	display: block;
	width: 150px;
	height: 10px;
	background-image: url(../img/dbx_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 6px;
}
.new_head_menu>span img{
	width: 100%;
	height: 100%;
}
.new_head_menu li{
	width: 150px;
	height: 60px;
	background:#f86221;
	line-height: 60px;
}
.new_head_menu li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-align: center;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.new_head_menu li:first-child{
	border-radius: 4px 4px 0 0;
}
.new_head_menu li:last-child{
	border-radius: 0 0 4px 4px;
}
.new_head_menu li a:after{
	content: '';
	display: block;
	width: 110px;
	height: 1px;
	background:#fff;
	position: absolute;
	left:20px;
	bottom: 0;
}
.new_head_menu li:last-child a:after{
	display: none;
}

.new_head_SNCR{
	display: none;
	z-index: 99;
	position: absolute;
	top:100%;
	left:0%;
	/* width: 316px; */
	height: auto;
	z-index: 99;
}
.new_head_SNCR>span{
	display: block;
	width: 150px;
	height: 10px;
	background-image: url(../img/dbx_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:left top;
	margin-bottom: 6px;
}
.new_head_SNCR>span img{
	width: 100%;
	height: 100%;
}
.new_head_SNCR li{
	width: 316px;
	height: 60px;
	background:#f86221;
	line-height: 60px;
}
.new_head_SNCR li:first-child{
	border-radius: 4px 4px 0 0;
}
.new_head_SNCR li:last-child{
	border-radius: 0 0 4px 4px;
}
.new_head_SNCR li a{
	display: block;
	width: 316px;
	margin-right: 17px;
	height: 60px;
	font-size: 16px;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: 44px 44px;
}
.new_head_SNCR li a span{
	display: inline-block;
	float:left;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	margin: 8px 18px 8px 32px;
	background-size: cover;
	background-repeat:no-repeat ;
	background-position: center;
	
}
/* .new_head_SNCR li a span img{
	width: 100%;
	height: 100%;
} */