/* 初始化&公用 */

* {
    padding: 0;
    border: 0;
    margin: 0;
    font-family: "微软雅黑";
}

@font-face {
    font-family: ysb;
    src: url('/addons/cms/view/default/font/YouSheBiaoTiHei.ttf');
}

@font-face {
    font-family: PMZD;
    src: url('/addons/cms/view/default/font/PMZD.ttf');
}

@font-face {
    font-family: bahnschrift;
    src: url('/addons/cms/view/default/font/bahnschrift.ttf');
}

@font-face {
    font-family: xst;
    src: url('/addons/cms/view/default/font/simsun.ttf');
}

@font-face {
    font-family: syht;
    src: url('/addons/cms/view/default/font/SourceHanSansCN-Normal.otf');
}

@font-face {
    font-family: Aem;
    src: url('/addons/cms/view/default/font/Aemstel-LineInside.ttf');
}
@font-face {
    font-family: xk;
    src: url('/addons/cms/view/default/font/xk.ttf');
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
}

.clear {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.home_ico strong{padding-left: 10px;}
.list_nr .map span a{font-weight: 100;}


.list_nr{position: relative; top:-100px;}
.list_nr::after{content: ""; width: 590px; height: 1px; background: #ccc; position: absolute; right: 274px; bottom: 40px; z-index: 1;}
.list_nr_title{background: url(/addons/cms/view/default/images/class_bj.jpg) no-repeat; width: 397px; height: 183px; border-top-left-radius: 30px;position: relative; z-index: 1;}
.list_nr_title p{font-size: 50px; color:#fff; padding-left: 50px; padding-top: 46px;}
.list_nr_title em{font-family: "aem"; color:#fff; font-size: 50px; opacity: 0.1; letter-spacing: 3px; display: block; position: absolute; top: 80px; left: 50px;}
.list_nr_title::after{content: ""; background: url(/addons/cms/view/default/images/class_bj_d.png) no-repeat; width: 90px; height: 22px; display: block; position: absolute; right: 40px; top: 56px;}
.fa-map-marker:before{padding-right: 10px; font-size: 22px;}
.list_nr .map{position: absolute; top: 130px; right: 0; width: fit-content;}
.list_nr .map span{display: block; font-size: 20px; color: #000; position: relative; z-index: 3; width: fit-content;}
.list_nr .map::before{content: ""; width: 100%; height: 22px; background: #fff; position: absolute; top: 0; left: -30px; z-index: 2;}
.list_nr .map span a{}
.list_nr .map span i{font-family: "fangsong"; font-size: 16px; padding: 0px 6px;}
.list_nr .map span i:last-child{display: none;}


/* banner */

.banner {
    overflow: hidden;
    background: #eee;
}

.banner-box {
    min-width: 1200px;
    height: 800px;
    position: relative;
    margin: 0 auto;
}

.banner-box .bd {
    width: 100% !important;
}

.banner-box .bd li {
    width: 100%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-box .bd li a {
    display: block;
    background-size: auto;
    width: 100%;
    height: 800px;
}

.banner-btn {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
    margin-left: 0;
    height: 15px;
    overflow: hidden;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    position: absolute;
    top: 90px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
}

.banner-box .hd {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: block;
}

.banner-box .hd ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    height: 15px;
}

.banner-box .hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    transition: 0.3s all ease-in-out;
    text-align: center;
    z-index: 1111;
}

.banner-box .hd ul li.on {
    background: #11418a;
    width: 40px;
    height: 15px;
}

.banner-box:hover .banner-btn a.prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}


/*banner-end*/


/* indexTitle (首页统一化标题)*/

.index_title {
    text-align: center;
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 40px;
}

.index_title h1 {
    font-size: 36px;
    color: #333;
}

.index_title h1 span {
    color: #11418a;
}

.index_title p {
    font-size: 20px;
    color: #888;
    margin-top: 5px;
    text-transform: uppercase;
}

/* indexTitle-end */


/* prod_left */


/* prod_left-end */


/* 初始化&公用结束 */


/* ------------------------------------------------- */


/* 首页样式 */


/* search */
.search {
    width: 1000px;
    height: 56px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    margin-top: -28px;
    z-index: 3;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgb(0, 0, 0, 0.15);
    overflow: hidden;
}

.search h1 {
    float: left;
    width: 138px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    color: #fff;
    background: #11418a;
    text-align: center;
}

.search .search_content {
    float: right;
    padding: 11px 10px;
    width: calc(100% - 138px);
    height: 56px;
    box-sizing: border-box;
}

.search .search_content input[type=text] {
    display: block;
    float: left;
    width: 712px;
    line-height: 34px;
    background: #efefef;
    padding-left: 22px;
    padding-right: 10px;
    box-sizing: border-box;
}

.search .search_content input[type=text]::placeholder {
    font-size: 12px;
    color: #888;
}

.search .search_content input[type=submit] {
    width: 120px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 12px;
    color: #f2f6f5;
    background: #11418a;
    margin-left: 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;
}

.search .search_content input[type=submit]:hover {
    background: #666;
}

/* search-end */

/* product */
.product {
    overflow: hidden;
}

.product .product_nav ul {

}

.product .product_nav {
}

.product .product_nav ul li {
    float: left;
    height: 50px;
    border: 1px solid #e2e1e1;
    margin-right: 20px;
    box-sizing: border-box;
    border-radius: 3px;
    position: relative;
    z-index: 3;
    transition: ease .3s;
}

.product .product_nav ul li:last-child {
    margin-right: 0;
}

.product .product_nav ul li dl{}

.product .product_nav ul li dl dd{padding-top: 30px;}

.product .product_nav ul li dl dt {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: none;
    border-radius: 50%;
    transition: ease .3s;
}

.product .product_nav ul li dl dt::after {
    position: absolute;
    width: 90px;
    height: 90px;
    z-index: 2;
    content: "";
    background: none;
    top: 15px;
    left: 15px;
    z-index: 1;
    border-radius: 50%;
    transition: ease .3s;
}

.product .product_nav ul li dl dt img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgb(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
    display: block;
    margin: 30px;
    transition: ease .3s;
}

.product .product_nav ul li dl dd h1 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin-top: -15px;
    transition: ease .3s;
	padding-left: 14px;
	padding-right: 14px;
}

.product .product_nav ul li dl dd p {
    font-size: 12px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
}

.product .product_nav ul li dl span {
    display: block;
    width: 150px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin: 0 auto;
    background: #999999;
    color: #eee;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 20px;
    opacity: 0;
    transition: ease .3s;
}

.product .product_nav ul li.cur {
    background: #11418a;
}

.product .product_nav ul li.cur h1 {
    color: #fff;
}

.product .product_nav ul li.cur p {
    color: #fff;
}

.product .product_nav ul li.cur img {
    box-shadow: none;
}

.product .product_nav ul li.cur dl span {
    opacity: 1;
}

.product .product_nav ul li.cur dl dt {
    background: rgb(33, 118, 223, 0.5);
    margin-top: -49px;
}

.product .product_nav ul li.cur dl dt:after {
    background: #11418a;
    box-shadow: 0 3px 3px rgb(0, 0, 0, 0.2);
}

.product .product_content_box {
    position: relative;
}

.product .product_content {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: ease .3s;
    background: #fff;
}

.product .product_content.cur {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.product .product_content_nav {
    overflow: hidden;
    padding-left: 15px;
    margin-top: 32px;
    padding-bottom: 20px;
    border-bottom: solid #ededed 1px;
}

.product .product_content_nav li {
    float: left;
    margin-right: 30px;
    font-size: 14px;
}

.product .product_content_nav li a {
    color: #656565;
}

.product .product_content dl {
    float: left;
    width: 310px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product .product_content dl:nth-child(4n) {
    margin-right: 0;
}

.product .product_box {
    margin-top: 20px;
    overflow: hidden;
}

.product .product_box p {
    line-height: 60px;
    color: #656565;
    font-size: 14px;
    width: 76px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 612px;
}

.product .product_content dl dt {
    width: 308px;
    height: 308px;
    overflow: hidden;
	position: relative;
	border-top:1px #ddd solid;
	border-right:1px #ddd solid;
	border-left:1px #ddd solid;
}

.product .product_box i{
	width:318px !important;
	border-top:1px #ddd solid;	border-right:1px #ddd solid;	border-left:1px #ddd solid;
}

.product .product_content dl dt img {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: ease .3s;
}

.product .product_content dl dd {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #f6f6f6;
    transition: ease .3s;
}

.product .product_content dl:hover dd {
    color: #fff;
    background: #11418a;
}

.product .product_content dl:hover dt img {
    transform: scale(1.1);
}

/* product-end */


/* apply */
.apply {
    overflow: hidden;
}

.apply .apply_content {
    overflow: hidden;
}

.apply .apply_box {
    width: 310px;
    height: 200px;
    margin-right: 20px;
    float: left;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.apply .apply_box:nth-child(4n) {
    margin-right: 0;
}

.apply .apply_box img {
    display: block;
}

.apply .apply_box:hover .apply_text::after {
    backdrop-filter: blur(5px);
}

.apply .apply_text {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: syht;
    transition: ease .5s;
}

.apply .apply_text::after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    transition: ease .3s;
}

.apply .apply_box:hover .apply_text h1 {
    margin-top: 66px;
}

.apply .apply_text h1 {
    font-size: 24px;
    display: inline-block;
    padding: 0 7px;
    margin-top: 85px;
    transition: ease .3s;
    position: relative;
    line-height: 30px;
}

.apply .apply_box:hover .apply_text h1::after {
    opacity: 0.7;
    bottom: -15px;
}

.apply .apply_text h1::after {
    content: "";
    position: absolute;
    left: calc(50% - 15px);
    bottom: -40px;
    width: 30px;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: ease .3s .3s;
}

.apply .apply_box:hover .apply_text p {
    margin-top: 25px;
}

.apply .apply_text p {
    font-size: 12px;
    margin-top: 60px;
    transition: ease .5s .5s;
    opacity: 0;
}

.apply .apply_box:hover p {
    opacity: 0.5;
}

/* apply-end */





.factory {
    overflow: hidden;
}

.factory_title {
    width: 652px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.factory_title h1 {
    font-size: 28px;
    color: #11418a;
    float: left;
}

.factory_title span {
    font-size: 16px;
    color: #999999;
    font-weight: 100;
    text-transform: uppercase;
}

.factory_title a {
    display: block;
    font-size: 12px;
    color: #999999;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.factory_content {
    width: 100%;
    overflow: hidden;
    margin-top: 54px;
}

.factory_box {
    float: left;
    margin-right: 20px;
}

.factory_box i {
    display: block;
    width: 310px;
    height: 233px;
    overflow: hidden;
}

.factory_box img {
    display: block;
}

.factory_box:last-child {
    margin-right: 0;
}

.factory_box p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}



/* cooperative */
.cooperative {
    width: 100%;
    overflow: hidden;
}

.cooperative .cooperative_prev,
.cooperative .cooperative_next {
    width: 20px;
    height: 35px;
    background: url("/addons/cms/view/default/images/next_prev.png") center no-repeat;
    position: absolute;
    cursor: pointer;
    top: calc(50% - 38px);
    transition: ease .3s;
}

.cooperative .cooperative_prev {
    transform: rotate(180deg);
    left: -40px;
    opacity: 0.15;
}

.cooperative .cooperative_next {
    right: -40px;
}

.cooperative .cooperative_scroll_in {
    width: calc(100% + 20px);
    overflow: hidden;
    margin-left: -10px;
    margin-top: -20px;
}

.cooperative .cooperative_box {
    float: left;
    width: 310px;
    margin-right: 20px;
}

.cooperative .cooperative_box i {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
    border-radius: 6px;
    transition: ease .3s;
}

.cooperative .cooperative_box:hover i {
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.1);
}

.cooperative .cooperative_box img {
    display: block;
}

.cooperative .cooperative_box p {
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 45px;
}

.cooperative .cooperative_scroll_move {
    transition: ease .3s;
    overflow: hidden;
    left: 0;
    position: relative;
    padding: 15px 10px;
}

/* cooperative-end */

/* news */
.news {
	background: #f9f9f9;
	overflow: hidden;
	padding-bottom: 90px;
}

.news .title {
	margin-top: 120px;
}

.news .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 60px);
	content: "";
	width: 121px;
	height: 27px;
	background: url(/addons/cms/view/default/images/news_title_en.png) center no-repeat;
}

.news .title h1::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: #f38200;
	top: 26px;
	right: 754px;
}

.news .news_content {
	background: #fff;
	margin-top: 40px;
	padding: 36px 46px;
	box-sizing: border-box;
	height: 583px;
	overflow: hidden;
}

.news .news_left {
	width: 578px;
	float: left;
}

.news .news_left .news_left_first {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.news .news_left .news_left_first:hover dl dt:nth-child(2) {
	color: #0057b1;
}

.news .news_left .news_left_first i {
	display: block;
	width: 578px;
	height: 289px;
	overflow: hidden;
	margin-bottom: 20px;
}

.news .news_left .news_left_first i img {
	width: 100%;

}

.news .news_left .news_left_first dl dt {
	float: left;
}

.news .news_left .news_left_first dl dt:nth-child(1) {
	width: 72px;
	height: 24px;
	background: #0057b1;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 24px;
}

.news .news_left .news_left_first dl dt:nth-child(2) {
	font-size: 18px;
	color: #333;
	height: 24px;
	line-height: 24px;
	margin-left: 16px;
	transition: ease .3s;
}

.news .news_left .news_left_first dl dt:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
	color: #999;
	float: right;
	height: 24px;
	line-height: 24px;
}

.news .news_left .news_left_first dl dt:nth-child(4) {
	font-size: 14px;
	color: #999;
	height: 50px;
	line-height: 25px;
	margin-top: 20px;
}

.news .news_left_second {
	margin-top: 20px;
}

.news .news_left_second dt {
	line-height: 32px;
	height: 32px;
	padding-left: 20px;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_left_second dt a {
	color: #666;
	font-size: 15px;
}

.news .news_left_second dt::after {
	position: absolute;
	content: "";
	left: 2px;
	width: 8px;
	height: 8px;
	background: #333333;
	border-radius: 50%;
	top: calc(50% - 4px);
}

.news .news_right {
	width: 585px;
	float: right;
}

.news .news_right_box {
	overflow: hidden;
	margin-top: 25px;
}

.news .news_right_box:first-child {
	margin-top: 0;
}

.news .news_right_l {
	width: 236px;
	height: 132px;
	float: left;
}

.news .news_right_l img {
	width: 100%;
}

.news .news_right_r {
	float: right;
	width: calc(100% - 256px);
}

.news .news_right_r dl {
	margin-top: 20px;
}

.news .news_right_r dt:nth-child(1) {
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	transition: ease .3s;
}

.news .news_right_r dt:nth-child(2) {
	font-size: 14px;
	color: #999;
	height: 50px;
	line-height: 25px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_right_box:hover dt:nth-child(1) {
	color: #0057b1;
}

.news .news_right_bottom {
	width: 585px;
	height: 180px;
	padding: 0 23px;
	box-sizing: border-box;
	background: #f9f9f9;
	display: table-cell;
	vertical-align: middle;
}

.news .news_right_bottom dt {
	line-height: 46px;
	padding-left: 17px;
	position: relative;
	overflow: hidden;
	height: 46px;
}

.news .news_right_bottom dt a:nth-child(1) {
	color: #666;
	font-size: 15px;
	float: left;
	display: block;
	width: 420px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 46px;
}

.news .news_right_bottom dt a:nth-child(2) {
	color: #999;
	font-size: 15px;
	float: right;
	display: block;
	width: 84px;
}

.news .news_right_bottom dt::after {
	position: absolute;
	width: 8px;
	height: 8px;
	content: "";
	background: #333333;
	border-radius: 50%;
	left: 0;
	top: calc(50% - 4px);
}
.title {
	overflow: hidden;
	padding-top: 18px;
}

.title h1 {
	font-size: 64px;
	color: #333;
	text-align: center;
	position: relative;
}

.title h1 span {
	position: relative;
}

.title h1 span::after {
	position: absolute;
	content: "";
	width: 600px;
	height: 7px;
	background: url(/addons/cms/view/default/images/title-line.png) center no-repeat;
	top: calc(50% - 3px);
	left: -650px;
}

.title h1 span::before {

}

.title h1 span label {
	font-weight: 500;
}

.title p {
	font-size: 18px;
	color: #999;
	text-align: center;
	margin-top: 6px;
}
/* news-end */

/* 首页样式结束 */


/* ------------------------------------------------- */


/* 内页 */


/* prod_left */
.prod_left {
	width: 282px;
	float: left;
}

.prod_left .prod_left_title {
	width: 282px;
	height: 94px;
	background: #021c8d;
	/* background: -moz-linear-gradient(left, #333 0%, #000 100%);
	background: -webkit-linear-gradient(left, #333 0%, #000 100%); */
	/* background: linear-gradient(to right, #ffcb00 0%, #ff9800 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
	color: #fff;
	position: relative;
}

.prod_left .prod_left_title::after {
	content: "";
	display: block;
	width: 21px;
	height: 16px;
	background: url(../images/prod_left_i.png);
	position: absolute;
	top: 30px;
	left: 30px;
}

.prod_left .prod_left_title p {
	font-size: 22px;
	padding-top: 22px;
	padding-left: 74px;
}

.prod_left .prod_left_title em {
	font-size: 12px;
	padding-left: 74px;
	opacity: 0.3;
}

.prod_left .prod_left_nr {
	width: 270px;
	border-left: 6px #021c8d solid;
	border-right: 6px #021c8d solid;
}

.prod_left .prod_left_nr ul {
	width: 228px;
	margin: auto;
}

.prod_left .prod_left_nr ul li {
	border-top: 1px #ccc dashed;
	line-height: 64px;
	position: relative;
	padding-left: 26px;
}

.prod_left .prod_left_nr ul li:last-child {
	border-bottom: 1px #ccc dashed;
}

.prod_left .prod_left_nr ul::before {
	content: "";
	display: block;
	padding-top: 20px;
}

.prod_left .prod_left_nr ul::after {
	content: "";
	display: block;
	padding-bottom: 20px;
}

.prod_left .prod_left_nr ul li a {
	font-size: 15px;
	color: #333;
    display: block;
}

.prod_left .prod_left_nr ul li i{
    display: block;
    font-style: inherit;
}

.prod_left .prod_left_nr ul li i a{
    font-size: 12px;
    line-height: 35px;
}

.prod_left .prod_left_nr ul li i a:last-child{
    padding-bottom: 10px;
}

.prod_left .prod_left_nr ul li i a:hover{
    font-weight: bold;
}

.prod_left .prod_left_nr ul li::after {
	content: "";
	display: block;
	background: url(../images/prod_left_nr_i.png) no-repeat;
	width: 2px;
	height: 8px;
	position: absolute;
	left: 12px;
	top: 28px;
}

.prod_left .prod_left_tel {
	border-left: 6px #021c8d solid;
	border-right: 6px #021c8d solid;
}

.prod_left .prod_left_tel ul {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.prod_left .prod_left_tel ul p {
	font-size: 20px;
	font-weight: bold;
}

.prod_left .prod_left_tel ul p strong {
	color: #021c8d;
}

.prod_left .prod_left_tel ul p b {
	color: #ccc;
}

.prod_left .prod_left_tel ul i {
	background: url(../images/prod_left_tel.png) no-repeat;
	width: 35px;
	height: 37px;
	display: block;
	margin: auto;
	margin-top: 18px;
	margin-bottom: 18px;
}

.prod_left .prod_left_tel ul em {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.prod_left .prod_left_tel ul span {
	font-size: 18px;
	color: #666666;
	margin-top: 4px;
	display: block;
}

.prod_left .prod_bottom {
	width: 100%;
	height: 74px;
	background: #021c8d;
}

.prod_nr .product_right {
	float: right;
	width: 1000px;
}
/* prod_left-end */



/* banner——nr */

.banner_nr {
    height: auto;
    color: #fff;
    text-align: center;
}

.banner_nr p {
    font-size: 36px;
    font-weight: bold;
    padding-top: 60px;
}

.banner_nr span {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    padding-top: 6px;
    display: block;
}

.banner_nr1 {
    height: auto;
    color: #fff;
    text-align: center;
}

.banner_nr1 p {
    font-size: 36px;
    font-weight: bold;
    padding-top: 60px;
}

.banner_nr1 span {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    letter-spacing: 1px;
    padding-top: 6px;
    display: block;
}


/* banner_nr-end */


/*联系我们内页*/

.in_contact {
/*    padding: 50px;
    background: #f9f9f9; 
    margin: 50px 0 60px;*/
    border-radius: 20px;
	margin-top: -30px;
	position: relative;
}

.in_contact .cont-tit {
    width: 100%;
	height: 6px;
	background: #eee;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 50px;
	position: absolute;
	right:0;
	top: 210px;
}

.in_contact ul {
    width: 100%
}

.in_contact ul:after {
    content: '';
    clear: both;
    display: block;
}

.in_contact li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
	color: #000;
	margin-top: 30px;
}

.in_contact li:first-child {
    width: 100%;
    border-left: none;
	margin-top: 0px;
}

.in_contact li img {
    margin-bottom: 5px
}

.in_contact li h2 {
    font-size: 30px;
    color: #000;
    line-height: 48px;
    margin-bottom: 12px;
    font-weight: normal;
    padding-top: 0px;
    text-align: left;
}

.in_contact li p {
    font-size: 16px;
    color: #000;
    line-height: 35px;
	
}

.in_contact li p i{
	color:#ccc;
}

.in_contact li p a {
    font-size: 15px;
    color: #555;
    line-height: 35px;
}

.in_contact li span{
	font-size: 24px;
	font-weight: bold;
}

.in_contact li p a:hover {
    color: #064893;
}

.in_contact li p a img {
    display: inline-block;
    vertical-align: middle;
}

.in_contact li dl {
    width: 100%;
    padding-top: 20px
}

.in_contact li dd {
    float: left;
    width: 28%;
    margin-right: 5%;
}

.in_contact li img {
    max-width: 100%;
    height: auto;
}

.in_contact li dd p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    text-align: center;
}

.in_contact li h3 {
    font-size: 24px;
    color: #000;
    line-height: 61px
}

.in_contact li .ban {
    position: relative
}

.in_contact li .box {
    background: #f5f5f5;
    padding: 30px 0 35px;
    position: absolute;
    top: 90px;
    left: -10%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.in_contact li .box h4 {
    font-size: 24px;
    color: #000;
    line-height: 43px;
    padding-left: 10%;
    margin-bottom: 6px
}

.in_contact li .box p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 0 10%
}

.in_contact li .box:after {
    border-bottom: 13px solid #f5f5f5;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -13px;
    left: 13%;
    content: "";
    width: 0;
    height: 0;
}
.contact_main1_con{margin-top: 110px; margin-bottom: 90px;}

.in_contact_tel{
	width: 70px;
	height: 70px;
	display: block;
	background: #074fe1;
	border-radius: 16px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0px;
}
.in_contact_tel::before{
	font-size: 32px;
	line-height:70px;
	color: #fff;
}

/*联系我们内页结束*/


/*about_nr*/

.fl {
    float: left
}

.fr {
    float: right
}

.com-width>.page {
    position: relative;
}

.com-width .left {
    float: left;
    width: 510px;
}

.com-width .right {
    width: 720px;
    background: #fff;
    padding: 35px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    margin-left: 0px;
    height: 443px;
}

.com-width .left .pic.pic-plus {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    height: 383px;
    overflow: hidden;
}

#bodycon #center {
    width: 100% !important;
    background: url() repeat center !important;
}

.com-width .left .page-title .en {
    font-size: 30px;
    text-transform: capitalize;
    color: #aaa;
    display: block;
    line-height: 40px;
    padding: 20px 0 0;
}

.com-width .left .page-title .cn {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 30px;
    font-weight: normal;
}

.com-width.clearfix {
    padding: 50px 0px;
}

#bodycon {
    padding: 0px 0;
    width: 100% !important;
}

.com-width .left .pic.pic-plus img {
    display: block;
    width: 100%;
    position: relative;
}

.com-width .left {
    position: relative
}

.com-width .left>.intro-num {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(16, 89, 169, 0.65);
    width: 350px;
    padding: 20px;
    text-align: center;
}

.com-width .left>.intro-num>li {
    display: inline-block;
    padding: 5px 18px;
}

.com-width .left>.intro-num>li p {
    color: #fff;
    font-size: 14px;
    display: block;
    line-height: 20px;
}

.com-width .left>.intro-num>li p i {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    font-style: normal;
    vertical-align: middle;
    line-height: 40px;
    padding-bottom: 5px;
}

.com-width .right .des {
    overflow-y: auto;
    height: calc(100% - 105px);
    padding-right: 15px;
    line-height: 30px;
    font-size: 16px;
}

.com-width .right .des p {
    font-size: 16px;
    color: #565656;
    padding: 0 0 0px;
    line-height: 40px;
    text-align: justify;
    text-indent: 2em;
}

.com-width .right .about_tit {
    font-size: 30px;
    font-weight: bold;
    display: block;
    line-height: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 35px;
    color: #11418a;
}

.prod_right_tj_title_two {
    border-left: 7px #11418a solid;
    height: 39px;
    position: relative;
    margin-top: 60px;
}

.prod_right_tj_title_two p {
    padding-left: 20px;
    font-size: 22px;
    line-height: 22px;
}

.prod_right_tj_title_two em {
    padding-left: 20px;
    font-size: 12px;
    color: #dddddd;
    display: block;
    padding-top: 3px;
}

.prod_right_tj_title_two a {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    background: url() left no-repeat;
    padding-left: 24px;
    color: #ccc;
    font-size: 12px;
}


/*about_nr-end*/


/* prod */

.prod {
    /* margin-top: 70px; */
}

.prod .prod_title {
    position: relative;
    text-align: center;
}

.prod .prod_title::after {
    content: "product";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    font-size: 42px;
    font-weight: bold;
    opacity: 0.06;
    text-transform: uppercase;
    z-index: -1;
}

.prod .prod_title p {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.prod .prod_title p strong {
    color: #11418a;
}

.prod .prod_title span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    background: url(../images/title_span.png) center no-repeat;
    color: #666;
}

.prod .prod_nr {
    width: 1300px;
    margin: 60px auto 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}

.prod_left {
    width: 282px;
    float: left;
}

.prod_left .prod_left_title {
    width: 282px;
    height: 94px;
    background: #11418a;
    /* background: -moz-linear-gradient(left, #333 0%, #000 100%);
	background: -webkit-linear-gradient(left, #333 0%, #000 100%); */
    /* background: linear-gradient(to right, #ffcb00 0%, #ff9800 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#333', endColorstr='#000', GradientType=0);
    color: #fff;
    position: relative;
}

.prod_left .prod_left_title::after {
    content: "";
    display: block;
    width: 21px;
    height: 16px;
    background: url(../images/prod_left_i.png);
    position: absolute;
    top: 30px;
    left: 30px;
}

.prod_left .prod_left_title p {
    font-size: 22px;
    padding-top: 22px;
    padding-left: 74px;
}

.prod_left .prod_left_title em {
    font-size: 12px;
    padding-left: 74px;
    opacity: 0.3;
}

.prod_left .prod_left_nr {
    width: 270px;
    border-left: 6px #11418a solid;
    border-right: 6px #11418a solid;
}

.prod_left .prod_left_nr ul {
    width: 228px;
    margin: auto;
}

.prod_left .prod_left_nr ul li {
    border-top: 1px #ccc dashed;
    /* height: 64px; */
    line-height: 64px;
    position: relative;
    padding-left: 26px;
}

.prod_left .prod_left_nr ul li:last-child {
    border-bottom: 1px #ccc dashed;
}

.prod_left .prod_left_nr ul::before {
    content: "";
    display: block;
    padding-top: 20px;
}

.prod_left .prod_left_nr ul::after {
    content: "";
    display: block;
    padding-bottom: 20px;
}

.prod_left .prod_left_nr ul li a {
    font-size: 15px;
    color: #333;
}

.prod_left .prod_left_nr ul li:hover>a {
    color: #333;
    font-weight: bold;
}

.prod_left .prod_left_nr ul li::after {
    content: "";
    display: block;
    background: url(../images/prod_left_nr_i.png) no-repeat;
    width: 2px;
    height: 8px;
    position: absolute;
    left: 12px;
    top: 28px;
}

.prod_left .prod_left_tel {
    border-left: 6px #11418a solid;
    border-right: 6px #11418a solid;
}

.prod_left .prod_left_tel ul {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.prod_left .prod_left_tel ul p {
    font-size: 20px;
    font-weight: bold;
}

.prod_left .prod_left_tel ul p strong {
    color: #11418a;
}

.prod_left .prod_left_tel ul p b {
    color: #ccc;
}

.prod_left .prod_left_tel ul i {
    background: url(../images/prod_left_tel.png) no-repeat;
    width: 35px;
    height: 37px;
    display: block;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 18px;
}

.prod_left .prod_left_tel ul em {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.prod_left .prod_left_tel ul span {
    font-size: 18px;
    color: #666666;
    margin-top: 4px;
    display: block;
}

.prod_left .prod_bottom {
    width: 100%;
    height: 74px;
    background: #11418a;
}

.prod_nr .prod_right {
    float: right;
    width: 940px;
}


/* 合作 */

.prod_right_X5 {
    width: 100% !important;
}

.prod_right_X5 ul li {
    width: 240px !important;
    margin-right: 25px !important;
    border: 1px solid #dedede;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    transition: ease .3s;
    cursor: pointer;
}

.prod_right_X5 ul li:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 16px rgb(0, 0, 0, 0.12);
}

.prod_right_X5 ul li:nth-child(5n) {
    margin-right: 0 !important;
}

.prod_right_X5 ul li img,
.prod_right_X5 ul li i,
.prod_right_X5 ul li a {
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
}

.prod_right_X5 ul li i {
    height: 0 !important;
}

.prod_right_X5 ul li a {
    height: 100px !important;
}

.prod_right_X5 ul li:hover img {
    transform: none !important;
}


/* 合作 */

.prod_nr .prod_right .prod_right_title {
    background: #f9f9f9;
    height: 55px;
}

.prod_nr .prod_right .prod_right_title p {
    font-size: 18px;
    background: #000;
    width: 198px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    position: relative;
    text-indent: 64px;
    float: left;
}

.prod_nr .prod_right .prod_right_title p::after {
    content: "";
    display: block;
    background: url(../images/prod_right_title_p.png) no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 16px;
    left: 30px;
}

.prod_nr .prod_right .prod_right_title a {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px #bbb solid;
    text-align: center;
    line-height: 30px;
    font-family: "fangsong";
    margin-right: 16px;
    margin-top: 12px;
    position: relative;
}

.prod_nr .prod_right .prod_right_title a:hover {
    background: #11418a;
    border: 1px #11418a solid;
    color: #fff;
}

.prod_nr .prod_right .prod_right_nr {
    overflow: hidden;
}

.prod_nr .prod_right .prod_right_nr ul li {
    width: 282px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(3) {
    margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(6) {
    margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(9) {
    margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(12) {
    margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:hover p {
    background: #11418a;
    color: #fff;
    transition: 0.3s;
}

.prod_nr .prod_right .prod_right_nr ul li:hover img {
    transform: scale(0.9);
}

.prod_nr .prod_right .prod_right_nr ul li a {
    display: block;
    width: 282px;
    background: #fff;
    transition: 0.3s;
    color: #333;
    /* height: 300px; */
    border: 1px solid #DDD;
}

.prod_nr .prod_right .prod_right_nr ul li a i {
    /* width: 278px; */
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    margin: auto;
    /* padding-top: 2px;
	height: 250px; */
}

.prod_nr .prod_right .prod_right_nr ul li a i img {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: ease .3s;
}

.prod_nr .prod_right .prod_right_nr ul li a p {
    width: 100%;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    transition: ease .3s;
}

.news_ny {
    overflow: hidden;
	position: relative;
	padding-bottom: 90px;
}

/* .news_ny::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 63%;
	height: inherit;
	background: #f6f6f6;
	z-index: 0;
	border-radius: 10px;
	margin: auto;
} */

.news_ny ul {
    padding: 20px 0 20px;
}

.news_ny ul li {
    margin-bottom: 30px;
	width: calc(96% / 3);
	float: left;
	margin-right: 2%;
}

.news_ny ul li:hover{
	background: #074fe1;
}

.news_ny ul li:nth-child(3n){
	margin-right: 0px;
}

.news_ny ul li b{
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
}

.news_ny ul li b img{
	width: 100%;
	
}

.news_ny .link {
    display: block;
    background-color: #fff;
    color: #646464;
    position: relative;
    transition: .45s;
    -webkit-transition: .45s;
}

.news_ny .link .tit {
    font-size: 24px;
    line-height: 40px;
    border-bottom: 1px solid #c8c8c8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #333;
	padding: 8% 8% 2% 8%;
}

.news_ny .link .abstracts {
    margin: 10px 0 0;
    overflow: hidden;
    line-height: 24px;
    font-size: 12px;
    color: #999;
	padding: 1% 8% 2% 8%;
	text-align: left;
}

.news_ny li:hover .abstracts {
	color:#fff
}

.news_ny .link .time {
    display: block;
    line-height: 1.2;
	padding: 4% 0% 8% 8%;
}

.news_ny .link .time .day{
	
}

.news_ny .link .time .day em{
	padding-right: 10px;
}

.news_ny .link:hover {
    background-color: #074fe1;
    border-color: #444;
	color: #fff;
}



.news_ny .link:hover .time {
    
}

.news_ny .link:hover .tit {
    color: #fff
}

.news_ny .link .border {
    position: absolute;
    background-color: #333;
    transition: .45s;
    -webkit-transition: .45s;
}

.news_ny .link .border.top {
    right: 0;
    top: 0;
    height: 3px;
    width: 0%;
}

.news_ny .link .border.right {
    right: 0;
    top: 0;
    height: 0%;
    width: 3px;
}

.news_ny .link .border.bottom {
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0%;
}

.news_ny .link .border.left {
    left: 0;
    bottom: 0;
    width: 3px;
    height: 0%;
}

.news_ny_class {
    margin: auto;
    height: 40px;
    padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px #666 dashed;
}

.news_ny_class::after{
	content: "news class";
	position: absolute;
	right: 0; 
	top: 0;
	font-size: 30px;
	font-family: "Aem";
	opacity: 0.3;
}

.news_ny_class dl {
    display: block;
}

.news_ny_class dl a {
    width: auto;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    background: #fff;
    float: left;
    transition: 0.4s;
    margin-right: 50px;
    font-size: 24px;
	position: relative;
	transition: 0.3s;
}

.news_ny_class dl:last-child a {
    margin-right: 0px;
}

.news_ny_class dl a::after{
	content: "";
	display: block;
	width: 0%;
	background: #0062e7;
	height: 5px;
	position: absolute;
	left: 0;
	bottom:0;
	transition: 0.3s;
	
}

.news_ny_class dl:hover a::after{
	width: 100%;
	transition: 0.3s;
}

.news_ny_class dl:hover a {
    

}

.news_ny_class dl.cur a {

}

.Page {
    text-align: center;
    margin: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    justify-content: center;
    display: flex;
}

.Page .active span {
    background: #11418a;
    color: #fff;
}

.Page .active a {
    background: #11418a;
    color: #fff;
}

.Page ul li {
    float: left;
}

.Page ul li span {
    vertical-align: middle;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #eee;
    background: #fff;
    margin-left: -1px;
}

.Page ul li a {
    vertical-align: middle;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #eee;
    background: #fff;
    margin-left: -1px;
}

.loadmore {
    text-align: center;
}

.prod_ny {
    width: 920px;
	float: right;
}

.prod_ny_img .fl {
    width: 452px;
    background: #fff;
}

.prod_ny_img .fl img {
    width: 100%;
    border: 1px #eee solid;
    box-sizing: border-box;
}

.prod_ny_img .fr {
    width: 444px;
}

.prod_ny_img .fr p {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.prod_ny_img .fr span {
    font-size: 14px;
    color: #666;
    line-height: 2.2;
}

.prod_ny_img .fr .prod_ny_tel {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    background: #11418a;
    border-radius: 50px;
    color: #fff;
    margin-top: 30px;
}


/* .prod_ny_img ul {
	margin-top: 20px;
} */


/* .prod_ny_img ul li {
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 5px;
	border-radius: 50px;
	margin-bottom: 10px;
} */

.prod_ny_img ul li:hover {
    background: #11418a;
    transition: 0.3s;
    color: #fff;
}

.prod_ny_img ul li a {
    color: #333;
}

.prod_ny_img ul li:hover a {
    color: #fff;
    transition: 0.3s;
}

.prod_ny_nr {
    width: 100%;
}

.prod_ny_nr_title {
    font-size: 24px;
    color: #333;
    height: 60px;
    line-height: 65px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 30px;
}

.prod_ny_nr_title strong {
    color: #333;
}

.prod_ny_nr_content {
    line-height: 28px;
    font-size: 16px;
}

.prod_ny_nr_content strong {
    display: block;
    color: #333;
    font-size: 20px;
    border-left: 6px #1ea6b8 solid;
    padding-left: 10px;
    margin-top: 14px;
    margin-bottom: 8px;
}

.prod_ny_nr_content img {
    max-width: 100%;
}

.prod_ny_nr_content .list-paddingleft-2 {
    padding-left: 20px;
    margin-top: 10px;
}

.prod_ny_nr_content .list-paddingleft-2 li {
    list-style: initial;
}

.prod_ny_nr_content table {
    width: 100%;
}

.prod_ny_nr_content table tbody {
    border: 1px #ccc solid;
}

.prod_ny_nr_content table tbody tr td {
    border: 1px #ccc solid;
}

.prod_ny_nr_content .table-wrapper table,
.row .table-wrapper table {
    border: 0;
    margin: 0;
}

table {
    background-color: transparent;
    max-width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.mfb {
    margin-top: 60px;
}

.prod_tj {
    width: 100%;
    margin-top: 10px;
}

.prod_tj_title {
    line-height: 26px;
    height: 26px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.prod_tj_title p {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    float: left;
    margin-right: 6px;
    border-left: 6px #ccc solid;
    padding-left: 16px;
}

.prod_tj_title em {
    color: #ccc;
    float: left;
    display: block;
    margin-top: 2px;
}

.prod_tj_title a {
    color: #bbb;
    float: right;
    display: block;
    margin-top: 2px;
}

.prod_tj_nr table tbody tr td {
    display: block;
    width: 265px;
    padding-left: 0px !important;
    float: left;
    margin-right: 27px;
    margin-bottom: 27px;
}

.prod_tj_nr table tbody tr td:nth-child(3) {
    margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td:nth-child(6) {
    margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td br {
    display: none;
}

.prod_tj_nr table tbody tr td i {
    width: 265px;
    display: block;
    overflow: hidden;
    border: 1px #ddd solid;
}

.prod_tj_nr table tbody tr td span {
    display: block;
    width: 265px;
    height: 55px;
    line-height: 55px !important;
    background: #fff;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    text-align: left;
    position: relative;
}

.prod_tj_nr table tbody tr td span a {
    padding-left: 20px;
}

.prod_tj_nr table tbody tr td span:after {
    content: "";
    background: url(../images/20181129105729_1076600761.png) right no-repeat;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 19px;
    right: 20px;
    transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span:after {
    background: url(../images/20181129105729_1076600761.png) left no-repeat;
}

.prod_tj_nr table tbody tr td:hover span {
    background: #ff8a00;
    transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span a {
    color: #fff;
    transition: 0.3s;
}

.prod_right {
    width: 100%;
}

.prod_fl {
    height: 80px;
}

.prod_fl_title {
    float: left;
}

.prod_fl_title em {
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
}

.prod_fl_title p {
    font-size: 28px;
    font-weight: bold;
}

.prod_fl_nr {
    float: right;
    margin-top: 24px;
}

.prod_fl_nr #classimgshow1 {
    float: left;
    margin-left: 60px;
    border-left: 5px #ddd solid;
    padding-left: 12px;
    transition: 0.3s;
}

.prod_fl_nr #classimgshow1 a {
    font-size: 16px;
}

.prod_fl_nr #classimgshow1:hover {
    border-left: 5px #FF3600 solid;
    transition: 0.3s;
}

/**/
.prodn{margin-top: -60px;}
.prodn_nr{}
.product_class{}
.product_class ul{width: 1300px; margin: auto; margin-top: 30px;}
.product_class ul li{float: left; padding-right: 50px; position: relative;}
.product_class ul li.cur > a{font-weight: bold;}
.product_class ul li > a{font-size: 28px; color: #000; }
.product_class ul li.cur .menu{display: block;}
.product_class ul li .menu{display: none; margin-top: 16px; position: absolute; width: 500px;}
.product_class ul li .menu a{font-size: 22px; margin-right: 22px; color: #000; display: block; float: left; position: relative;}
.product_class ul li .menu a:hover::after{width: 100%; transition: 0.3s;}
.product_class ul li .menu a::after{content: ""; display: block; width: 0%; height: 4px; background: #013fbb; position: absolute; left: 0; bottom:0; transition: 0.3s;}
.product_right{margin-top: 90px; margin-bottom: 90px; width: 1300px; position: relative;}
.product_right::after{content: ""; position: absolute; width: 1430px; height: 100%; background: #eee; top: 0; left: -66px; right: 0; margin: auto; z-index: 0; display: block; border-top-right-radius: 30px; border-top-left-radius: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px;}
.product_right ul{position: relative; z-index: 1; padding-top: 60px;}
.product_right ul li{width: 287px; height: 316px; border-radius: 10px; overflow: hidden; background: #dddddd; float: left; margin-right: 50px; position: relative; margin-bottom: 50px;}
.product_right ul li:nth-child(4n){margin-right: 0px;}
.product_right ul li p{font-size: 20px; padding-top: 24px; padding-left: 20px; color: #000;}
.product_right ul li p::after{content: ""; background: #074fe1; width: 0px; height: 5px; border-radius: 20px; display: block; position: absolute; left: 20px; bottom: 0; transition: 0.3s;}
.product_right ul li:hover p::after{width: 20px; transition: 0.3s;}
.product_right ul li i{display: block; width: 287px; height: 240px; overflow: hidden; position: relative;}
.product_right ul li i img{width: 100%; position: absolute; top: 0; left: 0; bottom:0; right: 0; margin: auto;}
.product_right ul li em{display: block; background: url(/addons/cms/view/default/images/prod_jt.png) no-repeat; width: 26px; height: 7px; position: absolute; right: 20px; bottom:36px; transition: 0.3s; transition-delay: 0.4s;}
.product_right ul li:hover em{right: 10px; transition: 0.3s; transition-delay: 0.4s;}
/**/

/**/
.cprod{margin-top: 90px;}
.cprod_title{text-align: right; position: relative;}
.cprod_title em{display: block; width: 343px; height: 48px; background: url(/addons/cms/view/default/images/cprod_en.png) no-repeat; position: absolute;left: 0; top: 10px;}
.cprod_title p{font-size: 52px; font-weight: bold; color: #000;}
.cprod_title b{font-weight: 100; font-size: 32px; opacity: 0.2; position: absolute; top: -10px; right: -18px;}
.cprod_title i{display: block; width: 40px; height: 10px; background: #074fe1; border-radius: 20px; position: absolute; right: 222px; bottom: 20px;}
.cprod_title{}
.cprod_search{margin-top: 40px;}
.cprod_search_left{}
.cprod_search_left p{font-size: 40px; color: #000;}
.cprod_search_left span{font-size: 30px; font-weight: 100; opacity: 0.2;}
.cprod_search_right{}
.cprod_search_right .search-bg{float: left; position: relative; margin-top: 10px;}
.cprod_search_right .search-bg::after{content: ""; display: block; width: 34px; height: 34px; border-radius: 10px; background: #cccccc; position: absolute; top: -10px; left: -10px; z-index: 0;}
.cprod_search_right .search-bg::before{content: ""; width: 20px; height: 20px; border-radius: 100%; background: #f38507; position: absolute; right: -6px; bottom: -6px;}
.cprod_search_right .search-bg .inputxt{width: 820px; height: 70px; border-radius: 10px; background: #eeeeee; padding-left: 24px; font-size: 20px; z-index: 1; position: relative; font-weight: 100;}
.cprod_search_right .search-i{float: right;}
.cprod_search_right .search-i input{background: url(/addons/cms/view/default/images/search_icon.png) no-repeat; width: 45px; height: 45px; display: block; margin-top: 20px; margin-left: 30px; cursor: pointer;}
.cprod_nr_left{background: #eee; width: 340px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px;}
.cprod_nr_left_title{width: 340px; height: 150px; background: #074fe1; border-radius: 20px; position: relative;}
.cprod_nr_left_title p{font-size: 36px; color:#fff; padding-top: 36px; padding-left: 40px;}
.cprod_nr_left_title img{margin-top: 8px; margin-left: 40px;}
.cprod_nr_left_title::after{content: ""; background: url(/addons/cms/view/default/images/cprod_icon.png) no-repeat; width: 39px; height: 30px; position: absolute; top: 47px; right: 36px; display: block;}
.cprod_nr{margin-top: 74px;}
.cprod_list{}
.cprod_list ul{padding: 12%; }
.cprod_list ul li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: #ccc dashed 1px; }
.cprod_list ul li:last-child{margin-bottom: 0px;}
.cprod_list ul li p{font-size: 28px; font-weight: bold; font-size: 26px; margin-bottom: 16px;}
.cprod_list ul li p a{ color: #000;}
.cprod_list ul li dl{}
.cprod_list ul li dl dt{font-size: 22px; font-weight: 100; font-size: 22px; display: block; margin-top: 12px;}
.cprod_list ul li dl dt a{ color: #000;}
.cprod_nr_right{width: 922px;}
.cprod_nr_right ul{}
.cprod_nr_right ul li{width: 287px; height: 316px; border-radius: 10px; overflow: hidden; background: #eee; float: left; margin-right: 30px; margin-bottom: 30px; position: relative;}
.cprod_nr_right ul li:nth-child(3n){margin-right: 0px;}
.cprod_nr_right ul li p{font-size: 20px; padding-top: 24px; padding-left: 20px; color: #000;}
.cprod_nr_right ul li p::after{content: ""; background: #074fe1; width: 0px; height: 5px; border-radius: 20px; display: block; position: absolute; left: 20px; bottom: 0; transition: 0.3s;}
.cprod_nr_right ul li:hover p::after{width: 20px; transition: 0.3s;}
.cprod_nr_right ul li i{display: block; width: 286px; height: 240px; overflow: hidden; position: relative; border: 1px #ccc solid; border-radius: 10px;}
.cprod_nr_right ul li i img{width: 100%; position: absolute; top: 0; left: 0; bottom:0; right: 0; margin: auto;}
.cprod_nr_right ul li em{display: block; background: url(/addons/cms/view/default/images/prod_jt.png) no-repeat; width: 26px; height: 7px; position: absolute; right: 20px; bottom:36px; transition: 0.3s; transition-delay: 0.4s;}
.cprod_nr_right ul li:hover em{right: 10px; transition: 0.3s; transition-delay: 0.4s;}
/**/


.news-info {
    max-width: 1300px;
    margin: auto;
	position: relative;
	z-index: 1;
}

.news-info .leftbox {}

.news-info .leftbox .b1 {
    background: #fff;
    padding: 34px 30px 40px;
    width: 63%;
    float: left;
    margin-bottom: 30px;
}

.news-info .leftbox .txt {
    font-size: 14px;
    line-height: 26px;
    color: #222;
}

.news-info .leftbox .clickbox {
    width: 100%;
    border-top: 1px solid #eee;
    color: #999;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    margin-top: 34px;
    padding-top: 20px;
}

.pre_a:nth-child(1) {
    margin-right: 15px;
}

.news-info .leftbox .clickbox a {
    color: #666;
}

.news-info .leftbox .clickbox a:hover {
    color: #222;
}

.news-info .leftbox .clickbox .goback {
    width: 96px;
    height: 40px;
    line-height: 38px;
    display: block;
    border: 1px solid #ececec;
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 30px;
    padding-left: 20px;
    background: url(../images/icon26.png) 58px center no-repeat;
    transition: all ease .3s;
}

.news-info .leftbox .clickbox .goback:hover {
    color: #222;
    background: url(../images/icon26-1.png) 58px center no-repeat;
    border: 1px solid #666;
}

.news-info .leftbox .case-sj {
    width: 100%;
    padding: 24px 30px;
    background: #fff;
    margin-top: 10px;
}

.news-info .leftbox .case-sj .title {
    font-size: 18px;
    color: #999;
    line-height: 30px;
}

.news-info .leftbox .case-sj .list {
    width: 100%;
    margin-top: 23px;
}

.news-info .leftbox .case-sj .list li {
    float: left;
    width: 31.7%;
    margin-right: 2.45%;
    transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.news-info .leftbox .case-sj .list li:nth-child(3n) {
    margin-right: 0;
}

.news-info .leftbox .case-sj .list li a {
    width: 100%;
    display: block;
}

.news-info .leftbox .case-sj .list li .img {
    width: 100%;
    overflow: hidden;
}

.news-info .leftbox .case-sj .list li .img img {
    width: 100%;
    transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover .img img {
    transform: scale(1.05);
}

.news-info .leftbox .case-sj .list li .title {
    font-size: 14px;
    line-height: 30px;
    color: #222;
    padding: 12px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info .rightbox {
    width: 30%;
    float: right;
}

.news-info .rightbox .news-tj {
    width: 100%;
    background: #fff;
    padding: 37px 30px 10px;
    box-sizing: border-box;
}

.news-info .rightbox .news-tj .title {
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3;
}

.news-info .rightbox .news-tj .list {
    margin-top: 10px;
}

.news-info .rightbox .news-tj .list li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 25px;
    margin-bottom: 13px;
	float: inherit;
	width: auto;
}
.news-info .rightbox .news-tj .list li:hover{
	background: #fff;
}

.news-info .rightbox .news-tj .list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.news-info .rightbox .news-tj .list li a {
    width: 100%;
    display: block;
}

.news-info .rightbox .news-tj .list li .t1 {
    font-size: 16px;
    line-height: 50px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info .rightbox .news-tj .list li:hover .t1 {
    color: #000;
}

.news-info .rightbox .news-tj .list li .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 8px;
}

.news-info .rightbox .news-tj .list li .t3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 7px;
}

.news-info .rightbox .label {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    padding: 26px 30px 32px;
}

.news-info .rightbox .label .title {
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3;
}

.news-info .rightbox .label .box {
    margin-top: 18px;
}

.news-info .rightbox .label .box a {
    color: #222;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/icon27.png) right center no-repeat;
    padding-right: 16px;
    margin-right: 10px;
}

.news-info .rightbox .label .box a:last-child {
    background: none;
    margin-right: 0;
}

.news-info .rightbox .label-case {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    padding: 26px 30px 32px;
}

.news-info .rightbox .label-case .title {
    font-size: 18px;
    line-height: 24px;
    color: #c3c3c3;
}

.news-info .rightbox .label-case .box {
    margin-top: 18px;
}

.news-info .rightbox .label-case .box a {
    color: #222;
    font-size: 14px;
    line-height: 30px;
    background: url(../images/icon27.png) right center no-repeat;
    padding-right: 16px;
    margin-right: 10px;
}

.news-info .rightbox .label-case .box a:last-child {
    background: none;
    margin-right: 0;
}

.news-info .leftbox.l2 {
    background: #fff;
    padding: 30px 30px 40px;
}

.news-info .leftbox .list2 {
    width: 100%;
}

.news-info .leftbox .list2 li {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    display: inline-block;
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.news-info .leftbox .list2 li a {
    width: 100%;
    display: block;
}

.news-info .leftbox .list2 li .time {
    width: 110px;
    float: left;
    color: #999;
    font-size: 16px;
    transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .time {
    color: #21abd7;
}

.news-info .leftbox .list2 li .time span {
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    display: block;
}

.news-info .leftbox .list2 li .tbox {
    width: calc(100% - 110px);
    float: left;
}

.news-info .leftbox .list2 li .tbox .t1 {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-info .leftbox .list2 li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-info .leftbox .list2 li .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 18px;
    padding-right: 28px;
    background: url(../images/icon28.png) right center no-repeat;
    display: inline-block;
    transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .tbox .t3 {
    color: #222;
    background: url(../images/icon29.png) right center no-repeat;
}

.news-info .leftbox.l2 .page-list {
    margin: 10px auto 0;
}

.editor {
    font-size: 16px;
    line-height: 30px;
}

.editor img {
    display: block;
	max-width: 100%;
}

.editor {
    font-size: 14px;
    text-indent: 2em;
}

.news_ny_title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    height: 50px;
    line-height: 60px;
}

.news_ny_time {
    font-size: 14px;
    color: #999;
    margin-bottom: 30px;
    margin-top: 5px;
}

.news_ny_time p {
    float: left;
    margin-right: 20px;
}

.news_ny_time p a {
    color: #999;
}


/*ny*/

.case_ny {
    width: 100%;
    background: #f7f7f7;
    padding-top: 140px;
	padding-bottom: 60px;
	margin-top: -187px;
}

.case_ny .box {
    max-width: 1300px;
    margin: auto;
    display: table;
}

.case_ny .box .case-list {
    width: 1300px;
    display: table;
    padding: 50px 0 0px;
}

.case_ny .box .case-list li {
    width: calc(96% / 3);
    float: left;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(3n) {
    margin-right: 0;
}

.case_ny .box .case-list li a {
    width: 100%;
    display: block;
}

.case_ny .box .case-list li .img {
    width: 100%;
	height:260px !important;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.case_ny .box .case-list li .img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: 2;
    opacity: 0;
    transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
    height: 130%;
    transition: all ease .5s;
    display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.case_ny .box .case-list li .tbox {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.case_ny .box .case-list li .tbox .t1 {
    font-size: 14px;
    /* line-height: 24px; */
    color: #222;
    /* margin-bottom: 24px; */
    transition: all ease .5s;
    float: left;
}

.case_ny .box .case-list li .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.case_ny .box .case-list li .tbox .t3 {
    font-size: 14px;
    /* line-height: 24px; */
    color: #999;
    /* background: url(/import/Template/Default/Content/images/icon38.png) 68px center no-repeat; */
    transition: all ease .5s;
    float: right;
}

.case_ny .box .case-list li:hover {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case_ny .box .case-list li:hover .img:before {
    opacity: 1;
}

.case_ny .box .case-list li:hover .img:after {
    opacity: 1;
}

.case_ny .box .case-list li:hover .img img {
    transform: scale(1.1);
}

.case_ny .box .case-list li:hover .tbox .t1 {
    color: #11418a;
}

.case_ny .box .case-list li:hover .tbox .t3 {
    color: #222;
    /* background: url(/import/Template/Default/Content/images/icon39.png) 68px center no-repeat; */
}


/* 内页结束 */



/*foot*/
.foot{background: #111; padding-top: 80px;}
.foot_about{ color: #fff; float: left;}
.foot_about img{width:241px; display: block;}
.foot_about span{font-size: 14px; opacity: 0.6; color: #fff; display: block; padding-top: 16px; line-height: 24px;}
.foot_about p{font-size: 18px; color: #fff; margin-top: 60px; position: relative; padding-left: 30px;}
.foot_about p::before{content: ""; display: block; width: 15px; height: 17px; background: url(/addons/cms/view/default/images/foot_tel.png) no-repeat; position: absolute; left: 0; top: 4px;}
.foot_about p::after{content: "TEL"; display: block; height: 17px; position: absolute; left: 120px; top: 0px; font-weight: bold; opacity: 0.3;}
.foot_about i{ display: block; font-size: 50px; margin-top: 6px; font-family: "bahnschrift"; letter-spacing: 1px;}
.foot_right{float: right;}
.foot_right ul{color:#fff; float: left; margin-right: 120px;}
.foot_right ul i{font-size: 15px; text-transform: uppercase; opacity: 0.2; font-weight: bold;}
.foot_right ul p{font-size: 18px; padding-top: 4px; padding-bottom: 20px;}
.foot_right ul li{ padding-bottom: 10px;}
.foot_right ul li a{color:#fff; opacity: 0.5; font-size: 15px; font-weight: 100;}
.foot_right ul:last-child{margin-right: 0;}
.foot_ms{ height: 80px; margin-top: 60px; color: #999;}
.foot_ms .w1300{border-top: 1px #333 solid; padding-top: 30px;}
.foot_ms li a{color:#999;}
.foot_ms li a:hover{color:#999;}
.footp_more{}
.footp_more a{display: block; width: 75px; height: 28px; text-align: center; line-height: 28px; background: #074fe1; border-radius: 5px; color: #fff; margin-top: 20px;}



/* about_02 */
.about_02 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.about_02 .w1300::after{
	position: absolute;
	content: "";
	background: url(/addons/cms/view/default/images/workshop.png) no-repeat;
	width: 155px;
	height: 281px;
	display: block;
	left: -214px;
	top: 98px;
}

.about_02 .about_02_title {
	width: 100%;
	padding-top: 90px;
	position: relative;
}

.about_02 .about_02_title h1 {
	font-size: 50px;
	color: #000;
	height: 56px;
	line-height: 56px;
	letter-spacing: 5px;
	position: relative;
	z-index: 2;
	float: left;
}

.about_02 .about_02_title h1::after {
	width: 449px;
	height: 104px;
	content: "";
	position: absolute;
	left: 0;
	top: -66px;
	background: url(/addons/cms/view/default/images/about_02_title.png) center no-repeat;
	z-index: -1;
}

.about_02 .about_02_title h1::before {
	width: 102px;
	height: 13px;
	content: "";
	background: #074fe1;
	position: absolute;
	left: 0;
	bottom: -5px;
	border-radius: 13px;
	z-index: -1;
}

.about_02 .about_02_title h1 span {
	font-weight: 500;
}

.about_02 .about_02_title em{
	font-size: 58px;
	font-family: "Aem";
	position: absolute;
	left: 252px;
	top: 82px;
	opacity: 0.2;
}

.about_02 .about_02_title ul {
	margin-left: 120px;
	float: left;
	z-index: 3;
	position: relative;
	display: none;
}

.about_02 .about_02_title ul li {
	float: left;
	margin-right: 47px;
}

.about_02 .about_02_title ul li a {
	display: block;
	font-size: 20px;
	height: 56px;
	line-height: 56px;
	position: relative;
	transition: ease .3s;
	z-index: 2;
}

.about_02 .about_02_title ul li a::after {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	content: "";
	position: absolute;
	left: -3px;
	bottom: 15px;
	background: #074fe1;
	z-index: -1;
	opacity: 0;
	transition: ease .5s;
}

.about_02 .about_02_title ul li.cur a::after {
	opacity: 1;
}

.about_02 .about_02_title ul li.cur a {
	font-weight: bold;
	color: #333;
}

.about_02 .about_02_title i {
	display: block;
	width: 495px;
	height: 27px;
	background: url(/addons/cms/view/default/images/about_02_nav_textures.png) repeat-x left center;
	float: left;
	margin-top: 17px;
}

.about_02 .about_02_title .about_02_more {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	float: right;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 5px;
	position: relative;
	text-align: center;
	line-height: 44px;
	font-size: 42px;
	color: #999;
	transition: ease .5s;
}

.about_02 .about_02_title .about_02_more:hover {
	background: #f38200;
	border-color: #f38200;
	color: #fff;
}

.about_02 .about_02_title .about_02_more::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.about_02 .about_02_content {
	position: relative;
	width: 100%;
	margin-top: 83px;
	transition: ease .5s;
	height: 0;
}

.about_02 .about_02_content .about_02_box {
	width: 100%;
	overflow: hidden;
	padding-right: 100%;
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: ease .5s;
}

.about_02 .about_02_content .about_02_box.cur {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.about_02 .about_02_content .about_02_box ul {
	overflow: hidden;
}

.about_02 .about_02_content .about_02_box ul li {
	float: left;
	width: 425px;
	margin-right: 53px;
}

.about_02 .about_02_content .about_02_box ul li a {
	display: block;
}

.about_02 .about_02_content .about_02_box ul li a i {
	height: 260px;
	position: relative;
	overflow: hidden;
}

.about_02 .about_02_content .about_02_box ul li a i,
.about_02 .about_02_content .about_02_box ul li a i img {
	display: block;
	width: 100%;
	height: 360px;
}

.about_02 .about_02_content .about_02_box ul li a i img {
	height: 100%;
	object-fit: cover;
}

.about_02 .about_02_content .about_02_box ul li a .about_02_text {
	width: 100%;
	box-sizing: border-box;
	padding: 0 44px;
	background: #f9f9f9;
	padding-top: 39px;
	padding-bottom: 66px;
	margin-bottom: 33px;
	position: relative;
}

.about_02 .about_02_content .about_02_box ul li a .about_02_text h2 {
	font-size: 36px;
	color: #ddd;
	font-family: bahnschrift;
	font-weight: 500;
	height: 34px;
	line-height: 34px;
}

.about_02 .about_02_content .about_02_box ul li a .about_02_text h1 {
	font-size: 24px;
	color: #222;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 36px;
	line-height: 36px;
	margin-top: 24px;
}

.about_02 .about_02_content .about_02_box ul li a .about_02_text p {
	font-size: 15px;
	line-height: 27px;
	color: #666;
	margin-top: 6px;
}

.about_02 .about_02_content .about_02_box ul li a .about_02_text span {
	display: block;
	width: 66px;
	height: 66px;
	background-color: #ddd;
	background-image: url(/addons/cms/view/default/images/about_02_btn.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 44px;
	bottom: 0;
	transform: translateY(50%);
	border-radius: 10px;
	transition: ease .5s;
}

.about_02 .about_02_content .about_02_box ul li:hover a .about_02_text span {
	background-color: #074fe1;
}

.about_02 .about_02_content .about_02_box ul font {
	display: block;
	text-align: center;
	line-height: 60px;
	margin-bottom: 40px;
}

.about_02 .about_02_box_ctrl {
	width: 100%;
	margin: 90px auto 110px auto;
	height: 40px;
	position: relative;
}

.about_02 .about_02_box_ctrl::after {
	position: absolute;
	width: 100%;
	height: 1px;
	content: "";
	background: #e5e5e5;
	left: 0;
	top: 50%;
}

.about_02 .about_02_box_ctrl span {
	display: block;
	height: 40px;
	background: #ddd;
	position: relative;
	z-index: 2;
	user-select: none;
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
	width: 0;
	transition: background ease .5s;
	max-width: 100%;
}

.about_02 .about_02_box_ctrl span.cur {
	background: #074fe1;
}

.about_02 .about_02_box_ctrl span:after {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	content: "";
	background: none;
	left: 0;
	top: 0;
	display: none;
}

.about_02 .about_02_box_ctrl span.cur:after {
	display: block;
}

.about_02 .about_02_box_ctrl span i {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: #fff;
	margin: 10px 4px;
	border-radius: 4px;
}

/* about_02-end */


.about_03{background: url(/addons/cms/view/default/images/about_02_bj.jpg) center no-repeat; height: 924px; overflow: hidden; position: relative;}

.about_03_title{}
.about_03_title p{font-size: 180px; font-family: "xk"; color:#fff; position: absolute; width: 100px; right: 0; top: 90px; line-height: 148px;}
.about_03_title em{font-size: 120px; font-family: "Aem"; position: absolute; right: -384px; top: 460px; color: #fff; transform: rotate(90deg); opacity: 0.2;}

.about_03_tab {
	overflow: hidden;
	padding-top: 76px;
}

.about_03_con {
	display: flex;
}

.about_03_left {
	width: 64%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.about_03_tit {
	background: url(/addons/cms/view/default/images/about_03_title.png) no-repeat;
	width: 545px;
	height: 99px;
	margin-right: 25px;
}

.about_03_tit b {
	font-size: 36px;
	color: #0062e7;
	line-height: 50px;
	padding: 11px 0;
	display: inline-block;
}

.about_03_tit b span {
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 5.7px;
	display: block;
}

.about_03_txt {
	margin-top: 7%;
	width: 610px;
	padding-left: 14px;
	padding-right: 50px;
	position: relative;
	height: 100%;
	color: #fff;
}


.about_03_big {
	width: 80%;
	height: 710px;
	overflow: hidden;
	float: right;
	position: relative;
}


.about_03_txt i {
	font-size: 128px;
	display: block;
	font-family: "bahnschrift";
}


.about_03_txt p {
	font-size: 38px;
	display: block;
	padding-top: 10px;
}

.about_03_txt span{display: block; font-size: 20px; font-weight: 100; padding-top: 6px; letter-spacing: 1px;}

.about_03_txt dl{display: block; margin-top: 30px;}
.about_03_txt dl dt{display: block; float: left; background: #fff; width: 15px; height: 15px; margin-right: 15px; opacity: 0.4;}

.about_03_txt em {
	font-size: 208px;
	color: #fff;
	position: relative;
	display: block;
	margin-top: 28px;
	font-style: normal;
	width: fit-content;
	text-align: left;
	font-family: "Aem";
	opacity: 0.1;
}

.about_03_txt em::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
}

.about_03_txt em::before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #fff;
}

.about_03_right {
	width: auto;
}

.about_03_right img {
	display: block;
}

.about_03_big .about_03_big+.about_03_big {
	display: none;
}

.about_03_nav {
	position: relative;
	width: 130px;
	margin: 0 auto;
	float: left;
	padding-right: 10%;
	height: 874px;
}

.about_03_nav::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	left: 69px;
	top: 60px;
	opacity: 0.3;
}

.about_03_nav ul {
	width: 100%;
	overflow: hidden;
	padding-top: 64px;
}

.about_03_nav li {
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	width:30%;
	padding-top: 38px;
	padding-bottom: 38px;
	position: relative;
}

.about_03_nav li.on {
	transition: 0.5s all ease-in-out;
}

.about_03_nav li i {display: block; width: 12px; height: 12px; border-radius: 100%; background: #fff; position: relative; top: -15px; left: 64px; }
.about_03_nav li i::after{content: ""; display: block; width: 18px; height: 18px; background: #fff; opacity: 0.3; border-radius: 100%; position: absolute; left: -3px; top: 0px; bottom:0; margin: auto;}
.about_03_nav li.on i{background: #f38200;}
.about_03_nav li.on i::after{}


.about_03_nav li.on img {
	transform: rotateY(360deg);
	transition: 0.5s all ease-in-out;
}

.about_03_nav li p {
	font-size: 26px;
	line-height: 20px;
	margin-top: 10px;
	font-family: "bahnschrift";
}

.about_03_nav li p span {
	font-size: 12px;
	line-height: 20px;
	display: block;
}


/* about_03-end */


/* honor */
.honor {
	width: 100%;
	height: 934px;
	background: url(/addons/cms/view/default/images/honnr_back.jpg) center no-repeat;
	overflow: hidden;
}

.honor .title {
	margin-top: 122px;
}

.honor .title h1::after {
	position: absolute;
	top: -18px;
	left: calc(50% - 123.5px);
	content: "";
	width: 247px;
	height: 27px;
	background: url(/addons/cms/view/default/images/honor_title_en.png) center no-repeat;
}

.honor .title h1::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 17px;
	background: #f38200;
	top: 28px;
	left: 614px;
}

.honor ul {
	margin-top: 60px;
	transition: ease .3s;
}

.honor ul li {
	float: left;
	margin-right: 31px;
}

.honor dl {
	margin-left: calc(50% - 103px);
	user-select: none;
}

.honor dl dt {
	float: left;
	margin-top: 105px;
	cursor: pointer;
	transition: ease .3s;
}

.honor dl dt:nth-child(1) {
	width: 60px;
	height: 40px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
	transform: rotate(180deg);
}

.honor dl dt:nth-child(2) {
	width: 86px;
	text-align: center;
}

.honor dl dt:nth-child(3) {
	width: 60px;
	height: 40px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
}

.honor dl dt span {
	display: block;
	width: 23px;
	height: 23px;
	background: #074fe1;
	text-align: center;
	line-height: 21px;
	color: #fff;
	border-radius: 50%;
	margin: 8px auto;
}

.honor dl dt p {
	color: #666;
}

.honor dl dt a {
	display: block;
	overflow: hidden;
}

/* honor-end */