/************ HEADER ***************/

	
#logo{
    width: 100%;
    height: 50px;
    padding-top: 70px;
    position: absolute;
    z-index: 99;
	}

#logo_l{
	width: 310px;
    float: left;
	}
	
#logo_l img{
	display: block;
	}
	
#logo_c{
	width: 950px;
    float: left;
	}
	
/* 通用样式 */
.menu, .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color:#fff;
	}
	
.menu {
    height: 50px;
	}

.menu li {
/*    background: -moz-linear-gradient(#292929, #252525);
    background: -ms-linear-gradient(#292929, #252525);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #252525));
    background: -webkit-linear-gradient(#292929, #252525);
    background: -o-linear-gradient(#292929, #252525);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#252525')";
    background: linear-gradient(#292929, #252525);*/

/*    border-bottom: 2px solid #181818;
    border-top: 2px solid #303030;
    min-width: 160px;*/
}
.menu > li {
    display: block;
    float: left;
    position: relative;
}

.menu > li:first-child {
    /*border-radius: 5px 0 0;*/
	}

.menu a {
	color: #fff;
    display: block;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 50px;
    width: 115px;
    text-align: center;
    height: 50px;
    /* border-bottom: 2px #fff solid; */
    text-decoration: none;
    text-transform: uppercase;
    /* letter-spacing: 1px;*/
	}
	

/* 悬停时的样式 */
.menu li:hover {
    /*color:#8e2627;*/
    /*border-bottom: 2px solid #ff7e0e;*/
    /*border-top: 2px solid #1B1B1B;*/
	font-weight:bold;
	color:#bb0101;
	/*border-bottom: 2px #bb0101 solid;*/
	}


.menu li:hover > a {
    /*border-radius: 5px 0 0 0;*/
    /*border-left: 3px solid #C4302B;*/

	border:0;
	}
	
.menu li:hover > .submenu li {
	border:0;
	}

/* 子菜单样式 */
.submenu {
    /*left: 31px;*/
    max-height: 0;
    position: absolute;
    top: 50px;
    z-index: 0;
	padding:10px 15px;
	/*width:140px;*/
	/*border-top: 2px #8e2627 solid;*/
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
	background:rgba(245,245,245,1);
}
.submenu li {
    width: 140px;
    /*padding: 0px 15px;*/
    opacity: 0;

    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

.submenu li a{
	font-size: 14px;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
    color: #000000;
    margin: 5px 0px;
    padding: 0px 15px;
    /*width: 100%;*/
	}

.menu .submenu li:hover a {
    /*border-left: 3px solid #454545;*/
	/*border-bottom:1px #15418a dashed;
    color: #FFF;
	background:#15418a;*/
	color:#bb0101;	
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
    max-height: 2000px;
    z-index: 10;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

/* CSS3 过渡效果的延迟 */
.menu li:hover .submenu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.menu li:hover .submenu li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.menu li:hover .submenu li:nth-child(3) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.menu li:hover .submenu li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}

.submenu li:nth-child(1) {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -ms-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
}
.submenu li:nth-child(2) {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.submenu li:nth-child(3) {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.submenu li:nth-child(4) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.submenu li:nth-child(5) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.submenu li:nth-child(6) {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.submenu li:nth-child(7) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.submenu li:nth-child(8) {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}


#logo_r{
	width: 175px;
    padding-left: 65px;
    height: 50px;
    float: right;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 24px;
    color: #FFF;
    font-family: 'Impact';
    letter-spacing: 1px;
    line-height: 25px;
	}
	
#logo_r span{
	display: block;
    font-size: 14px;
	}
	
.nei_banner{}

.nei_banner_box{}

.nei_banner_box img{}

.nei_banner_box span{
	display: block;
    width: 100%;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #FFF;
    height: 251px;
    padding-top: 130px;
    margin-top: -381px;
    line-height: 48px;
    letter-spacing: 1px;
	font-weight: bold;
	}

.nei_banner_box span small{
	display:block;
	font-weight: normal;
	}


/************ HEADER ***************/








/************ FOOTER ***************/

.footer{
	width: 100%;
    height: 605px;
    background: #3a3b3d;
	}
	
#foot_t{
    width: 100%;
    height: 545px;
	}
	
#foot_l{
	width: 1134px;
    border-right: 1px #4e4f51 solid;
    float: left;
    height: 545px;
	}
	
#foot_l1{
	width:100%;
	height:139px;
	border-bottom:1px #4e4f51 solid;
	}
	
#foot_l1 img{
	display: block;
    padding-top: 50px;
	}
	
#foot_l2{
    width: 100%;
    padding-top: 65px;
	}

.foot_nav{
	float: left;
    /* width: 226px; */
    margin-right: 135px;
	}

.foot_sp{
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    line-height: 35px;
    height: 35px;
    margin-bottom: 30px;
	}

.foot_sp i{
    display: block;
    width: 16px;
    background: #FFF;
    height: 2px;
	}
	
.foot_nav a{
    display: block;
    font-size: 13px;
    color: #cecece;
    line-height: 32px;
	}

#foot_r{
    width: 360px;
    float: right;
    padding-top: 50px;
	}
	
#foot_r span{
    display: block;
    text-align: right;
    color: #b8b8b8;
    font-size: 15px;
    clear: both;
    line-height: 60px;
	}
	
#foot_r i{
	display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    background: url(../img/foot_tel_bg.png);
    float: right;
    text-align: right;
    font-family: '迷你简汉真广标';
    color: #b8b8b8;
    font-style: normal;
    font-size: 24px;
	}
	
#foot_r img{
	display: block;
    width: 115px;
    height: 115px;
    float: right;
    margin-top: 20px;
	}

#foot_icp{
    width: 100%;
    height: 59px;
    line-height: 59px;
    border-top: 1px #4e4f51 solid;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
	}

#foot_icp a{
	color: #FFF;
	}

#foot_icp i{
	font-style:normal;
	float:right;
	}

/************ FOOTER ***************/









/************ INDEX MAIN ***************/

#main_i{
	overflow: hidden;
	}
	
.index_title{
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
	}

.index_title a{
    display: block;
    float: right;
    width: 160px;
    height: 50px;
    background: url(../img/index_title_a.jpg) no-repeat;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    text-indent: 30px;
	}
	
	
	
	
	
	
#index1{
    width: 100%;
	height:795px;
	background:url(../img/index1_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#index1_c{
	width: 738px;
    float: right;
    padding-top: 120px;
	}
	
#index5_c1{
    width: 380px;
    margin-left: 90px;
    height: 49px;
    border-bottom: 1px #fff solid;
	}

#index5_c1 span{
	display: block;
    font-size: 28px;
    color: #353535;
    font-weight: bold;
    border-bottom: 1px #bb0101 solid;
    line-height: 49px;
    width: 115px;
	}

#index5_c2{
	margin-left: 90px;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    line-height: 42px;
    height: 90px;
    margin-top: 45px;
	}

#index5_c2 span{
	display: block;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
	}

#index5_c3{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    margin-left: 90px;
    font-size: 13px;
    color: #454444;
    line-height: 32px;
    margin-top: 20px;
    height: 295px;
	}

#index5_c3 p{
	padding:0;
	margin:0;
	}
	
#index1_c a{
	display: block;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    background: #bb0101;
    color: #FFF;
    font-size: 40px;
    font-weight: 100;
    margin-top: 75px;
	}
	
	
	
	
	
#index2{
	width: 100%;
    height: 590px;
    margin-top: 130px;
	}
	
#index2_c{
	width: 100%;
    margin-top: 40px;
    height: 485px;
	}

#index2_c a{
    display: block;
    float: left;
    margin-right: 52px;
	}
	
#index2_c a:nth-child(3){ margin-right:0px;}
	
.qywh_img{
	width: 100%;
    height: 330px;
	}

.qywh_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
.qywh_c{
	box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
    height: 100px;
    padding: 25px;
	}

.qywh_c span{
	display: block;
    font-size: 17px;
    color: #000000;
    line-height: 38px;
    float: left;
	}
	
.qywh_c span img{
	display: block;
    width: 55px;
    height: 50px;
    margin-top: 10px;
	}
	
.qywh_c i{
	display: block;
    width: 24px;
    height: 8px;
    float: right;
    background: url(../img/qywh_a.png) no-repeat;
    margin-top: 50px;
	}
	
	
	
	
	
#index3{
    width: 100%;
    margin-top: 60px;
    height: 1280px;
	}

.index3_img{
    width: 33.33%;
    float: left;
    height: 640px;
	}

.index3_img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

.index3_c{
	display: block;
    width: 33.33%;
    /* padding: 75px; */
    height: 640px;
    float: left;
    background: #003871;
    text-align: center;
    color: #FFF;
	}
	
.index3_c span{
	display: block;
    font-size: 30px;
    font-weight: bold;
    margin-top: 140px;
	}
	
.index3_c small{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 40px;
    font-size: 14px;
    margin-top: 40px;
    padding: 0px 70px;
	}
	
.index3_c small p{
	padding:0;
	margin:0;
	}
	
.index3_c i{
	display: block;
    width: 170px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #FFF;
    border-radius: 30px;
    margin: 0px auto;
    font-size: 14px;
    color: #312f2f;
    font-style: normal;
    margin-top: 80px;
	}
	
	
	
	
	
#index4{
    width: 100%;
    margin-top: 80px;
    height: 540px;
	}

#index4_c{
	width: 100%;
    margin-top: 55px;
    height: 430px;
	}

.sdhj_box{
	height:340px;
	}
	
.sdhj_box a{
	height:340px;
	}

.sdhj_box a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
.index4_c_bottom{
    height: 40px;
    padding: 0px 46%;
    margin-top: 55px;
	}

.index4_c_bottom .prev{
	width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px #bababa solid;
    color: #444444;
    float: left;
    font-size: 30px;
    margin-right: 40px;
    border-radius: 50%;
    font-weight: 100;
	}
	
.index4_c_bottom .prev:hover{
	background:#bb0101;
	cursor:pointer;
	color:#FFF;
	border: 1px #bb0101 solid;
	}

.index4_c_bottom .next{
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px #bababa solid;
    color: #444444;
    float: left;
    font-size: 30px;
    border-radius: 50%;
    font-weight: 100;
	}
	
.index4_c_bottom .next:hover{
	background:#bb0101;
	cursor:pointer;
	color:#FFF;
	border: 1px #bb0101 solid;
	}
	
	
	
	
	
#index5{
	width:100%;
	height:715px;
	background:url(../img/index5_bg.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:75px;
	}

#index5_title{
	width: 100%;
    font-size: 35px;
    font-weight: bold;
    color: #FFF;
    line-height: 45px;
    padding-top: 210px;
    height: 90px;
	}

#index5_title span{
	display: block;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 100;
	}

#index5_c{
	width: 1240px;
    float: right;
    margin-top: -170px;
	}
	
.news_box{
	height:450px;
	}

.news_box a{
	display:block;
	height:450px;
	background:#FFF;
	}

.news_img{
    width: 100%;
    height: 230px;
	}

.news_img img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

.news_c{
	padding: 30px;
    height: 160px;
	}

.news_c span{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 16px;
    color: #4d4d4d;
    font-weight: bold;
	}

.news_c small{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 24px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 30px;
	}

.news_c small p{
	padding:0;
	margin:0;
	}

.news_c i{
	display: block;
    font-style: normal;
    border-top: 1px #959595 solid;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
	}
	
.news_c i img{
	display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 10px;
	}

.news_c i b{
	text-transform: uppercase;
    color: #4d4d4d;
    font-weight: normal;
    float: right;
	}
	
.index5_c_bottom{
    height: 40px;
    margin-left: -255px;
    margin-top: -210px;
	}

.index5_c_bottom .prev{
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px #ffffff solid;
    color: #313131;
    float: left;
    font-size: 22px;
    margin-right: 20px;
    border-radius: 50%;
    font-weight: 100;
    background: #ffffff;
	}
	
.index5_c_bottom .prev:hover{
	background:#bb0101;
	cursor:pointer;
	color:#FFF;
	border: 1px #bb0101 solid;
	}

.index5_c_bottom .next{
    width: 38px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px #fff solid;
	background:#FFF;
    color: #313131;
    float: left;
    font-size: 22px;
    border-radius: 50%;
    font-weight: 100;
	}
	
.index5_c_bottom .next:hover{
	background:#bb0101;
	cursor:pointer;
	color:#FFF;
	border: 1px #bb0101 solid;
	}
	
	
	
	
	
#index6{
	width: 100%;
    height: 770px;
    padding-top: 140px;
    background: url(../img/index6_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	}
	
#index6_title{
	width: 340px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: url(../img/index6_title.png) no-repeat;
    margin: 0px auto;
    font-size: 35px;
    color: #000000;
    font-weight: bold;
	}

#index6_c{
    width: 100%;
    margin-top: 65px;
	}

#index6_c a{
    display: block;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
    width: 240px;
    float: left;
    height: 240px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0px 30px;
    margin-bottom: 50px;
	}
	
#index6_c a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
	
	
	
	


/************ INDEX MAIN ***************/








/************ SIDEBAR ***************/

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #005fb1;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;

    letter-spacing: 1px;
    line-height: 25px;
	}
	
.sidebar_title span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 12px;
	}
	
.sidebar_t_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
	}
	
.sidebar_t_c a{
	border-bottom: 1px dashed #ededed;
    display: block;
    padding: 0px 10px;
    height: 49px;
    line-height: 49px;
    color: #595959;
    font-size: 12px;
	}
	
.sidebar_t_c a span{
	float: right;
	}
	
.sidebar_t_c a:hover{
	background:#005fb1;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	}
	
.sidebar_b_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 12px;
    color: #595959;
    line-height: 36px;
	}

/************ SIDEBAR ***************/








/************ 内页 ***************/

.commoninner{
    width: 1500px;
    margin: 0px auto;
    /*margin-top: 40px;*/
    margin-bottom: 50px;
	}
	
.inner-left{
	width: 260px;
    float: left;
	}
	
.inner-right{
	width: 100%;
    float: right;
	}

	
.title{
    margin: 0px;
    padding: 0px;
    height: 79px;
    line-height: 79px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 20px;
    font-size: 24px;
    color: #005fb1;
	}
	
.title img{
	display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 28px;
	}
	
.weizhi{
	display: block;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 79px;
	}
	
.weizhi a{
	color: #000000;
	}
	
.type_b{
    float: right;
	}

.type_b a{
    display: block;
    float: right;
    font-size: 14px;
    color: #000000;
    margin-left: 60px;
	}
	
.type_b a:hover{
	color:#bb0101;
	font-weight:bold;
	}
	
	
.de-about-content{}

.de-about-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-jtwh-list{}

.de-jtwh-list ul{
	padding:0;
	margin:0;
	}

#jtwh_box{
	width:100%;
	height:490px;
	}
	
#jtwh_l{
	width:750px;
	height:490px;
	float:left;
	}

#jtwh_l img{
	display:block;
	}

#jtwh_r{
    background: #f7f7f7;
    float: right;
    width: 660px;
    padding: 45px;
    height: 400px;
    font-size: 15px;
    color: #3a3b3d;
    line-height: 45px;
	}
	
#jtwh_r p{
	padding:0;
	margin:0;
	}
	
#jtwh_adv{
	width:100%;
	margin-top:45px;
	}

.jtwh_adv_box{
    width: 375px;
    float: left;
    height: 290px;
    background: #003871;
    text-align: center;
    color: #FFF;
    font-size: 17px;
    line-height: 45px;
	}

.jtwh_adv_box img{
	display: block;
    width: 55px;
    height: 40px;
    margin: 30px auto;
    margin-top: 65px;
	}

.jtwh_adv_box span{
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
	}
	
.de-ldjy-list{}

.de-ldjy-list ul{
	padding:0;
	margin:0;
	}

.de-ldjy-list ul p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-zzjg-list ul{
	padding:0;
	margin:0;
	}

.de-zzjg-list ul p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-product-list{
    overflow: hidden;
	}

.de-product-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-product-list ul a{
	display: block;
    width: 450px;
    height: 420px;
    float: left;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
    /* background: #f3f3f3; */
    text-align: center;
    line-height: 65px;
    color: #000000;
    font-size: 17px;
    font-family: '微软雅黑';
    margin: 25px;
	}

.de-product-list ul a img{
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
	}
	
.de-product-list ul a:hover{
	background:#bb0101;
	color:#FFF;
	}
	
.de-zycy-list{}

.de-zycy-list a{
	display: block;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
    padding: 0px 10px;
    margin: 10px 10px;
    float: left;
    width: 690px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #000;
	}
	
.de-zycy-list a:hover>span{
	color:#bb0101;
	font-weight:bold;
	}
	
.de-zycy-list a span{
    float: right;
    text-transform: uppercase;
    font-size: 12px;
	}
.MagnifierMain{
	display:block;
	width:100%;
	border:0 !important;
	text-align:center;
	margin:30px auto;
	}
	
.MagnifierMain img{}
	
.MagTargetImg{
    display: block;
    margin: 0px auto;
    max-width: 100%;
	}
	
.prodectInfo{
	width: 1200px;
    margin: 0px auto;
	margin-bottom: 50px;
	}
	
.info-crumbs{
	background: #f6f6f6;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    font-size: 14px;
    color: #595959;
	}
	
.info-crumbs a{
	color: #595959;
	}
	
.info-main{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
	}

.info-main span{
	display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
	}
	
.info-main img{
	display:block;
	margin:0px auto;
	}
	
.infoCenter-left{
	width: 260px;
    float: left;
	}
	
.infoCenter-right{
	width: 900px;
    float: right;
	}
		
.center-content table{
	width:100% !important;
	text-align:center;
	border-collapse: collapse;
	}
	
.center-content table tr td{
    width: 33%;
    text-align: center;
    border: 1px #282828 solid;
    font-size: 12px;
    line-height: 35px;
	}

	
.infopreview{
	width: 100%;
    height: 460px;
    padding-top: 40px;
	}
	
.center-title{
	font-weight: bold;
    font-size: 18px;
    color: #005fb1;
    line-height: 60px;
    margin-bottom: 20px;
    height: 59px;
    border-bottom: 1px solid #005fb1;
	}
	
.parm{
	float: right;
    width: 55%;
    text-align: left;
    text-indent: 10px;
	}
	
.parm table tr td{
    font-size: 12px;
    border: 1px #000 solid;
    line-height: 32px;
    text-indent: 10px;
	}
	
.center-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-news-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-news-list ul a{
	display: block;
    width: 475px;
    background: #fbfbfb;
    height: 490px;
    float: left;
    font-size: 14px;
    line-height: 38px;
    color: #595959;
    margin: 0px 12px;
    margin-bottom: 40px;
	}
	
.de-news-list ul a span{
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 15px;
    line-height: 42px;
	}
	
.de-news-list ul a:hover{
	/*box-shadow: 0 0 4px 2px rgb(0 95 177 / 90%);*/
	}
	
.img{
	height: 280px;
    width: 100%;
	}
	
.img img{
	display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
	}
	
.box{
	padding: 15px 30px;
    /* float: right; */
    height: 180px;
	}
	
.box i{
	font-style: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 15px;
    color: #4d4d4d;
    font-weight: bold;
	}
	
.box small{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 24px;
    height: 50px;
    margin-bottom: 30px;
    margin-top: 15px;
	}
	
.box small p{
	padding:0;
	margin:0;
	}
	
.box .time{
    display: block;
    font-style: normal;
    border-top: 1px #959595 solid;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
	}
	
.box .time img{
	display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
	}
	
.box .time span{
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: normal;
    float: right;
	}
	
.news-detail-title{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
	}
	
.h3{
	font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 10px;
	}
	
.b{
	font-size: 13px;
    color: #999999;
    line-height: 20px;
	}
	
.news-detail p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.newsPage{
    color: #323232;
    font-size: 12px;
    line-height: 26px;
    margin-top: 25px;
	}
	
.page-a{
	height: 44px;
    line-height: 44px;
    border: 1px #ccc solid;
    display: block;
    float: left;
    margin: 0px 5px;
    padding: 0px 10px;
    width: 718px;
    font-size: 13px;
	}
	
.newsPage a{
	color: #323232;
	}
	
.page-a a:hover{
	font-weight:bold;
	color:#bb0101;
	}
	
.contact-list{
	overflow: hidden;
    margin: 40px auto;
	}
	
.contact-list ul{
	padding:0;
	margin:0;
	}
	
.contact-list li{
	min-height: 28px;
    text-align: center;
    float: left;
    width: 300px;
    font-size: 20px;
    color: #000000;
    line-height: 20px;
    padding: 0px 100px;
    margin-bottom: 14px;
    word-wrap: break-word;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 30px;
	}
	
.contact-list li img{
    display: block;
    width: 54px;
    height: 54px;
    margin: 0px auto;
	}
	
.contact-list li span{
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 50px;
	}
	
.icon-01{
	background: url(../images/contact-icon-01.png) no-repeat left top;
	}
	
.icon-02{
	background: url(../images/contact-icon-02.png) no-repeat left top;
	}

.icon-03{
	background: url(../images/contact-icon-03.png) no-repeat left top;
	}

.icon-04{
	background: url(../images/contact-icon-04.png) no-repeat left top;
	}

.icon-05{
    background: url(../images/contact-icon-05.png) no-repeat left top;
	}

.icon-06{
    background: url(../images/contact-icon-06.png) no-repeat left top;
	}
	
#dituContent{
	width: 100%;
    height: 500px;
    margin: 0 auto;
	}
	
.de-message{
    overflow: hidden;
    padding: 0 5px;
    width: 840px;
    margin: 0px auto;
	}
	
.tips{
	font-size: 13px;
    line-height: 55px;
    color: #737373;
	}
	
.form-tr{
	overflow: hidden;
	}
	
.form-tr input{
	display: block;
    width: 658px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
	}
	
.error{
	height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
	}
	
.form-tr textarea{
	display: block;
    width: 658px;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	font-family:"微软雅黑";
	}
	
.code input{
	width: 188px;
    float: left;
	}
	
.verify{
	cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
	}
	
.verify img{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
	}
	
.submit{
	margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #007b42;
    color: #fff;
    font-size: 15px;
	}
	

/************ 内页 ***************/