/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

@font-face {
	font-family: YaHeiLight;
	src: url('/addons/cms/view/default/font/Microsoft\ YaHei\ UI\ Light.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');
}

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;
}

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

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

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

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

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

.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: #f59800;
	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: 100px;
	margin-bottom: 50px;
}

.index_title h1 {
	font-size: 60px;
	color: #005bae;
}

.index_title h1 span {
	color: #333;
	font-weight: 500;
}

.index_title p {
	color: #666;
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-size: 16px;
}

.index_title p span:last-child font {
	display: none;
}

.index_title i {
	display: block;
	font-size: 26px;
	margin-top: 20px;
	color: rgb(51, 51, 51, 0.1);
}

/* indexTitle-end */

/* prod_left */
.tab_dh {
	line-height: 54px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
}

.tab_dh td {
	padding: 0px 5px 0 65px;
	position: relative;
	transition: ease .3s;
	border-radius: 3px;
}

.tab_dh td a {
	transition: ease .3s;
}

.tab_dh td:hover {
	background: #eee;
}

.tab_dh td:hover a {
	color: #f59800;
}

.tab_dh td:hover::after {
	border-color: #f59800;
}

.tab_dh td::after {
	content: "";
	position: absolute;
	left: 40px;
	top: calc(50% - 5px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 2px solid #333;
	transition: ease .3s;
}

.tab_dh a {
	font-size: 14px !important;
	font-weight: normal !important;
	color: #333;
	display: block;
}

.tab_t span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.products_l {
	width: 270px;
	background: #fafafa;
	box-shadow: 2px 2px 2px #ccc;
	border-radius: 5px;
}

.products_lbt {
	color: #f59800;
	font-size: 30px;
	font-weight: bold;
	padding: 25px 30px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
}

.products_sort {
	text-align: center;
	background: linear-gradient(to right, #f59800, #f59800);
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 100px;
	font-weight: bold;
	letter-spacing: 3px;
}

.products_sort a {
	color: #fff;
	padding-left: 45px;
	display: inline-block;
	background: url(/addons/cms/view/default/images/prod_left_title_icon.png) left center no-repeat;
}

.pr_nr {
	float: right;
	width: 900px;
	overflow: hidden;
	height: 960px;
}

.pr_dh {
	width: 900px;
	float: left;
	margin-bottom: 10px;
}

.pr_dh li {
	width: 179px;
	float: left;
	text-align: center;
	height: 90px;
	line-height: 90px;
	font-size: 18px;
	border-right: 1px #fff solid;
	background: #fafafa;
	position: relative;
}

.pr_dh li a {
	font-size: 18px;
	display: block;
	width: 179px;
	line-height: 90px;
	position: relative;
	z-index: 1;
}

.pr_dh li a:hover {
	color: #fff;
}

.pr_dh .n {
	border-right: none;
}

.pr_dh li span {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	background: #089149;
	top: 0px;
	left: 50%;
	transition: all 0.4s;
}

.pr_dh li:hover span {
	width: 179px;
	height: 90px;
	top: 0;
	left: 0px;
	transition: all 0.4s;
}

.pr_dh li p a {
	font-size: 18px;
	color: #fff;
}

/* prod_left-end */

/* 初始化&公用结束 */
/* ------------------------------------------------- */
/* 首页样式 */
/* header */
.header {
	width: 100%;
	height: 45px;
	border-bottom: #efefef solid 1px;
}

.header .header_content .header_left p {
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	color: #999;
}

.header .header_left {
	float: left;
}

.header .header_right {
	float: right;
	position: relative;
}

.header .header_content .header_right p {
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	color: #333;
	float: left;
	padding-right: 23px;
	border-left: 1px solid #eeeeee;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.header .header_content .header_right p:nth-child(1) {
	background: url(/addons/cms/view/default/images/WeChat.png) 20px center no-repeat;
	padding-left: 66px;
}

.header .header_content .header_right p:nth-child(2) {
	background: url(/addons/cms/view/default/images/ewm_icon.png) 20px center no-repeat;
	padding-left: 60px;
}

.header .header_content .header_right .header_ewm {
	position: absolute;
	left: 0;
	top: 120%;
	margin-top: 15px;
	width: 120px;
	height: 120px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	transition: ease .3s;
	opacity: 0;
	visibility: hidden;
}

.header .header_content .header_right:hover .header_ewm {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.header .header_content .header_right .header_ewm::after {
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #fff;
	border-radius: 3px;
	position: absolute;
	left: 20px;
	top: -5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
}

.header .header_content .header_right .header_ewm::before {
	width: 70px;
	height: 7px;
	position: absolute;
	content: "";
	left: 10px;
	top: 0;
	background: #fff;
	z-index: 2;
}

.header .header_content .header_right .header_ewm img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px;
	box-sizing: border-box;
	opacity: 0;
	transition: ease .3s;
	z-index: 1;
}

.header .header_content .header_right .header_ewm img.cur {
	opacity: 1;
	z-index: 2;
}

.header_content_bottom {
	height: 183px;
}

.header_logo {
	float: left;
	height: 100%;
	padding-right: 40px;
	border-right: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}

.header_logo a,
.header_logo a img {
	display: block;
}

.header_logo a {
	position: relative;
	top: 50%;
	transform: translateY(-60%);
}

.header_logo::after {
	position: absolute;
	content: "";
	right: -3px;
	top: 0;
	width: 1px;
	height: 17px;
	background: #eee;
}

.header_logo::before {
	width: 500px;
	height: 74px;
	content: "";
	position: absolute;
	left: 332px;
	background: url(/addons/cms/view/default/images/logo_right.png) center no-repeat;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.phoneNum {
	float: right;
	margin-top: 56px;
	margin-right: -100px;
}

.phoneNum span {
	font-size: 22px;
	line-height: 26px;
	color: #000;
}

.phoneNum h1 {
	font-size: 22px;
	color: #000;
	font-family: bahnschrift;
	font-weight: 500;
	position: relative;
	height: 44px;
	line-height: 44px;
}

.phoneNum h1::after {
	position: absolute;
	left: -44px;
	content: "";
	background: url(/addons/cms/view/default/images/header_Phone_icon.png) center no-repeat;
	width: 27px;
	height: 29px;
	top: calc(50% - 14.5px);
}

/* header-end */

/* nav */
.nav {
	width: 100%;
	height: 70px;
	background: linear-gradient(to bottom, #0075e0, #005bae);
}

.nav li {
	float: left;
	width: calc(80% / 5);
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
}

.nav li:last-child {
	border-right: none;
}

.nav li a {
	color: #fff;
	box-sizing: border-box;
	display: block;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	transition: ease .5s;
}

.nav li a dl dt:nth-child(1) {
	font-size: 15px;
}

.nav li a dl dt:nth-child(2) {
	font-size: 12px;
	transform: scale(0.9);
	opacity: 0.5;
	font-family: YaHeiLight;
}

.nav li a:hover {
	background: #f59800;
	border-right: 1px solid #f59800;
}

.nav li .active {
	background: #f59800;
	border-right: 1px solid #f59800;
}

.nav ul li .nav_menu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	display: none;
	z-index: 6;
}

.nav ul li .nav_menu a {
	color: #666;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	border-right: 0;
}

.nav ul li .nav_menu a:nth-child(2) {
	margin-top: 10px;
}

.nav ul li .nav_menu a:last-child {
	margin-bottom: 10px;
}

.nav ul li .nav_menu a:hover {
	background: none;
}

.nav ul li:nth-child(5):hover .nav_menu {
	display: block;
}

.nav_menu a:first-child {
	display: none;
}

/* nav-end */

/* search */
.search {
	height: 80px;
	border-bottom: 1px solid #dddddd;
	line-height: 80px;
}

.search p {
	font-size: 12px;
	color: #333;
	padding-left: 32px;
	float: left;
	background: url(/addons/cms/view/default/images/search_hot.png) left center no-repeat;
}

.search strong {
	font-size: 16px;
	font-weight: bold;
}

.search .search_text {
	float: right;
	height: 100%;
}

.search .search_text input[type=text] {
	height: 48px;
	line-height: 48px;
	background: none;
	float: left;
	width: 248px;
	padding-left: 16px;
	box-sizing: border-box;
}

.search .search_text input[type=submit] {
	width: 60px;
	float: left;
	height: 48px;
	background: url(/addons/cms/view/default/images/search_icon.png) center no-repeat;
	cursor: pointer;
}

.search .search_text_back {
	margin-top: 16px;
	height: 48px;
	background: #eee;
	border-radius: 5px;
	overflow: hidden;
}

.search .search_text_back span {
	display: block;
	height: 19px;
	width: 1px;
	background: #cccccc;
	float: left;
	margin-top: 15px;
}

/* search-end */

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

.product .product_nav ul {
	height: 219px;
}

.product .product_nav {
	margin-top: 112px;
}

.product .product_nav ul li {
	float: left;
	width: 15.38%;
	height: 200px;
	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 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-top: 20px;
}

.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: 120px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	margin: 0 auto;
	background: #f59800;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
	margin-top: 20px;
	opacity: 0;
	transition: ease .3s;
}

.product .product_nav ul li.cur {
	height: 219px;
	background: #005bae;
}

.product .product_nav ul li.cur h1 {
	color: #fff;
	margin-top: 0;
}

.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(21, 45, 88, 0.5);
	margin-top: -49px;
}

.product .product_nav ul li.cur dl dt:after {
	background: #005bae;
	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;
	padding: 0 20px;
	margin-left: -20px;
	width: 100%;
}

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

.product .product_content dl {
	float: left;
	width: 310px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 7%);
}
.product .product_content dl span{
	text-align: center;
	display: block;
}

.product .product_content dl i{
	display: block;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	background: #f59800;
	margin: auto;
	width: 60%;
	padding: 6px 0px;
	border-radius: 30px;
	color: #fff;
}

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

.product .product_box {
	padding: 20px;
	overflow: hidden;
	margin-left: -20px;
	width: 100%;
	padding-bottom: 0;
}

.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: 310px;
	height: 310px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.product .product_content dl dt img {
	display: block;
	transition: ease .3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: left top;
	width: 80%;
}

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

/* product-end */
       .advcon ul {
            height: 545px;
			overflow: hidden;
        }

        .advtab {
            font-size: 0;
            margin: 0px auto 40px auto;
        }

        .advtab li {
            display: inline-block;
            vertical-align: top;
            position: relative;
            width: calc(100% / 3);
            height: 130px;
            background: #fff;
            cursor: pointer;
            box-shadow: 0 0 30px rgba(0, 0, 0, .08);
        }

        .advtab li:nth-child(even) {
            background: #f2f2f2;
        }

        .advtab li p {
            margin: 33px 0 0 0px;
            font-size: 30px;
            color: #222222;
            transition: all .4s ease;
			text-align: center;
        }

        .advtab li p span {
            font-weight: bold;
            margin-bottom: 2px;
            display: block;
        }

        .advtab li p em {
            display: block;
            font-size: 12px;
            color: #d3d3d3;
            font-style: normal;
            text-transform: uppercase;
        }

        .advtab li i {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto 0;
            right: 40px;
            width: 50px;
            height: 50px;
            background: url(/addons/cms/view/default/images/20210625114654_1658303130.png) no-repeat left top;
            transition: all .4s ease;
        }

        .advtab li:nth-child(2) i {
            background-position-x: -68px;
            width: 56px;
        }

        .advtab li:nth-child(3) i {
            background-position-x: -162px;
        }

        .advtab li:nth-child(4) i {
            background-position-x: -239px;
        }

        .advtab li:after,
        .advtab li:before {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            height: 4px;
            width: 0;
            background: #222222;
            transition: all .4s ease;
        }

        .advtab li:before {
            right: 0;
            left: auto;
            background: #ff4800;
        }

        .advtab li.on p {
            color: #005bae;
        }

        .advtab li.on i {
            background-position-y: -64px;
        }

        .advtab li.on:after {
            width: 65px;
        }

        .advtab li.on:before {
            width: calc(100% - 65px);
        }

        .advright {
            width: 700px;
            box-sizing: border-box;
            padding: 55px 0 0 70px;
        }

        .advpic {
            width: 50%;
            float: left;
            overflow: hidden;
        }

        .adv_t {
            font-size: 16px;
            color: #999;
            text-transform: uppercase;
        }

        .adv_t span {
            font-size: 65px;
            color: #343434;
            font-weight: bold;
        }

        .adv_t b {
            display: block;
            font-size: 35px;
            color: #005bae;
            margin-bottom: 10px;
        }

        .adv_t:after {
            display: block;
            content: '';
            width: 1px;
            height: 30px;
            background: #cccccc;
            margin: 30px 0 30px 3px
        }

        .adv_c {
            font-size: 15px;
            color: #666;
            line-height: 40px;
        }
/* choose */
.choose {
	width: 100%;
	height: 1000px;
	overflow: hidden;
	/* background: url(/addons/cms/view/default/images/choose_back.jpg) center no-repeat; */
	padding-top: 100px;
	margin-top: 70px;
	box-sizing: border-box;
}

.choose .choose_left {
	float: left;
	width: 675px;
}

.choose .choose_title {
	margin-bottom: 116px;
}

.choose .choose_title span {
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #005bae;
}

.choose .choose_title p {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.choose .choose_title font {
	display: block;
	float: left;
	color: #000;
	font-size: 28px;
	font-weight: 100;
	margin-top: 15px;
	/* margin-left: 20px; */
	font-weight: 100;
}

.choose .choose_title h1 {
	font-size: 50px;
	clear: both;
	color: #000;
	padding-top: 5px;
	position: relative;
}

.choose .choose_title h1::after {
	position: absolute;
	left: 0;
	top: calc(100% + 15px);
	content: "why ?";
	font-size: 42px;
	text-transform: uppercase;
	font-family: PMZD;
	color: rgb(255, 255, 255, 0.1);
	letter-spacing: 1px;
}

.choose .choose_box_all {
	overflow: hidden;
}

.choose .choose_box {
	float: left;
	margin-bottom: 58px;
	height: 92px;
}

.choose .choose_box h1 {
	font-size: 26px;
	color: #000;
	overflow: hidden;
	padding-left: 46px;
	position: relative;
	height: 39px;
	line-height: 39px;
}

.choose .choose_box h1 span {
	font-weight: 100;
}

.choose .choose_box h1 font {
	font-family: bahnschrift;
	/* font-size: 36px; */
	margin-top: 2px;
	display: block;
	float: left;
	margin-right: 4px;
	font-weight: 500;
}

.choose .choose_box p {
	padding-left: 46px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	margin-top: 8px;
	font-weight: 100;
}

.choose .choose_box:nth-child(odd) p {
	width: 16em;
}

.choose .choose_box:nth-child(even) p {
	width: 15em;
}

.choose .choose_box:nth-child(1) h1 {
	background: url(/addons/cms/view/default/images/choose_01.png) left center no-repeat;
}

.choose .choose_box:nth-child(2) h1 {
	background: url(/addons/cms/view/default/images/choose_02.png) left center no-repeat;
}

.choose .choose_box:nth-child(3) h1 {
	background: url(/addons/cms/view/default/images/choose_03.png) left center no-repeat;
}

.choose .choose_box:nth-child(4) h1 {
	background: url(/addons/cms/view/default/images/choose_04.png) left center no-repeat;
}

.choose .choose_box:nth-child(5) h1 {
	background: url(/addons/cms/view/default/images/choose_05.png) left center no-repeat;
}

.choose .choose_box:nth-child(6) h1 {
	background: url(/addons/cms/view/default/images/choose_06.png) left center no-repeat;
}

.choose .choose_box:nth-child(odd) {
	margin-right: 61px;
}

.choose .choose_right {
	float: right;
	position: absolute;
	top: 0;
	right: -8%;
}

.choose .choose_right img {
	display: block;
}

.choose .choose_right_line {
	width: 793px;
	height: 188px;
	background: url(/addons/cms/view/default/images/choose_right_line.jpg) center no-repeat;
	position: absolute;
	right: 0;
	margin-top: 73px;
	border-radius: 10px;
	padding-left: 45px;
	box-sizing: border-box;
	padding-right: 41px;
}

.choose .choose_right_line::after {
	content: "";
	width: 32px;
	height: 32px;
	background: #fff url(/addons/cms/view/default/images/choose_right_icon.png) center no-repeat;
	position: absolute;
	top: calc(50% - 16px);
	left: -32px;
	border-radius: 3px 0 0 3px;
}

.choose .choose_right_line dl dt h1 {
	color: #333;
	font-size: 26px;
	margin-top: 44px;
}

.choose .choose_right_line dl dt h1 span {
	color: #f59800;
}

.choose .choose_right_line dl dt p {
	color: #666;
	font-size: 18px;
	letter-spacing: 1px;
	width: 380px;
	line-height: 28px;
	margin-top: 9px;
}

.choose .choose_right_line dl {
	overflow: hidden;
}

.choose .choose_right_line dl dt {
	float: left;
}

.choose .choose_right_line dl dd {
	float: right;
}

.choose .choose_right_line dl dd span {
	color: #666;
	font-size: 16px;
	display: block;
	text-align: right;
	margin-top: 43px;
}

.choose .choose_right_line dl dd p {
	font-size: 36px;
	color: #333;
	font-family: bahnschrift;
	text-align: right;
}

.choose .choose_right_line dl dd a {
	display: block;
	background: url(/addons/cms/view/default/images/pointer.png) 19px center no-repeat #f59800;
	width: 115px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	border-radius: 6px;
	padding-left: 9px;
	box-sizing: border-box;
	float: right;
	margin-top: 5px;
}

.choose .prod_more {
	display: inline-block;
	color: #000;
	margin-top: 45px;
	position: relative;
	font-size: 20px;
}

.choose .prod_more::after {
	width: 9px;
	height: 22px;
	background: #005bae;
	content: "";
	position: absolute;
	left: -24px;
	top: 3px;
}

.choose .prod_more::before {
	content: "series";
	text-transform: uppercase;
	font-family: PMZD;
	font-size: 64px;
	color: rgb(255, 255, 255, 0.04);
	position: absolute;
	left: 0;
	bottom: -17px;
}

/* choose-end */

/* apply */
.apply {
	width: 100%;
	overflow: hidden;
	background: url(/addons/cms/view/default/images/apply_back.jpg) center top no-repeat;
	padding-bottom: 80px;
}

.apply .apply_content {
	margin-top: 65px;
}

.apply .apply_content,
.apply .apply_content ul {
	overflow: hidden;
	width: 100%;
}

.apply .apply_content ul li {
	width: 310px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 430px;
	position: relative;
}

.apply .apply_content ul li:nth-child(1),
.apply .apply_content ul li:nth-child(5) {
	width: 640px;
}

.apply .apply_content ul li:nth-child(3n) {
	margin-right: 0;
}

.apply .apply_content ul li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.apply .apply_content ul li i img {
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.apply .apply_content ul li dl {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
	overflow: hidden;
	padding-left: 20px;
	box-sizing: border-box;
}

.apply .apply_content ul li dl dt {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	margin-top: 60px;
}

.apply .apply_content ul li dl dd {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	margin-top: 3px;
}

.apply .apply_content ul li dl span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: #005bae;
	position: absolute;
	right: 20px;
	bottom: 36px;
}

.apply .apply_content ul li dl span::after,
.apply .apply_content ul li dl span::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
}

.apply .apply_content ul li dl span::before {
	transform: translate(-50%, -50%)rotate(90deg);
}

/* apply_end */

/* power */
.ys_bj {
	background: url(../images/ys_bj.jpg) no-repeat center 260px;
	overflow: hidden;
	padding-bottom: 20px;
}

.ys_bj .title {
	margin-bottom: 70px;
}

.yous h2 {
	padding-top: 0;
}

.yous h2 i {
	background: url(../images/p_h2.jpg) no-repeat center 30px;
	color: #282828;
	margin-bottom: 17px;
}

.yous h2 span {
	color: #535353;
	padding-bottom: 48px;
}

.ys_qh {
	height: 157px;
}

.ys_qh li {
	float: left;
	width: calc(100% / 4);
	height: 130px;
	padding-top: 40px;
	box-sizing: border-box;
	font-size: 30px;
	color: #000000;
	padding-left: 80px;
	/* margin-right: 92px; */
	background: url(../images/ys1.png) no-repeat 28px 41px;
	line-height: 100%;
	font-weight: bold;
}

.ys_qh li p {
	font-size: 14px;
	font-weight: 100;
	opacity: 0.5;
}

.ys_qh li span {
	font-weight: 500;
}

.ys_qh li:nth-child(2) {
	background: url(../images/ys2.png) no-repeat 28px 41px;
}

.ys_qh li:nth-child(3) {
	background: url(../images/ys3.png) no-repeat 28px 41px;
}

.ys_qh li:nth-child(4) {
	background: url(../images/ys4.png) no-repeat 28px 41px;
}

.ys_qh li:last-of-type {
	margin-right: 0;
}

.ys_qh li.on {
	background: #005bae url(../images/ys11.png) no-repeat 28px 41px;
	color: #fff;
}

.ys_qh li:nth-child(2).on {
	background: #005bae url(../images/ys21.png) no-repeat 28px 41px;
	color: #fff;
}

.ys_qh li:nth-child(3).on {
	background: #005bae url(../images/ys31.png) no-repeat 28px 41px;
	color: #fff;
}

.ys_qh li:nth-child(4).on {
	background: #005bae url(../images/ys41.png) no-repeat 28px 41px;
	color: #fff;
}

.ys1 dd {
	float: left;
	width: 366px;
	padding: 98px 24px 0 32px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 10px 5px rgba(51, 51, 51, 0.15);
	height: 600px;
	position: relative;
}

.ys1 dd:after {
	width: 7px;
	height: 87px;
	content: "";
	display: block;
	background: #005bae;
	position: absolute;
	left: 0;
	top: 99px;
}

.ys1 dd:before {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #fff;
	content: "";
	display: block;
	position: absolute;
	top: 114px;
	right: -20px;
}

.ys1 dd h4 {
	font-size: 22px;
	color: #1a1a1a;
	padding: 10px 0 42px 0;
}

.ys1 dd em {
	font-size: 44px;
	color: #1a1a1a;
	display: block;
	line-height: 100%;
	font-family: Arial;
	text-transform: capitalize;
}

.ys1 dd p {
	padding-bottom: 26px;
}

.ys1 dd p span {
	display: inline-block;
	font-size: 15px;
	color: #1a1a1a;
	line-height: 24px;
	/* background: url(../images/yiu.png) no-repeat 0 6px; */
	margin-bottom: 9px;
}

.ys1 dd b {
	width: 211px;
	height: 45px;
	font-weight: normal;
	border: 2px solid #1a1a1a;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	display: block;
	margin-top: 60px;
}

.ys1 dd b a {
	padding-right: 36px;
	background: url(../images/ys_ico2.png) no-repeat right;
	color: #000000;
}

.ys1 dt {
	float: right;
	line-height: 0;
	font-size: 0;
	margin-right: -366px;
}

.ys1 dt a,
.ys1 dt img {
	display: block;
}

.yous {
	width: 1300px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}

/* power-end */

/* about */
.about {
	width: 100%;
	height: 874px;
	background: url(/addons/cms/view/default/images/about_back.jpg) center no-repeat;
	overflow: hidden;
	margin-top: 80px;
	position: relative;
}

.about .w1300 {
	height: 100%;
}

.about .about_content {
	height: 628px;
	width: 1107px;
	box-sizing: border-box;
	border: 10px solid #eeeeee;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.about .about_content::after {
	position: absolute;
	content: "";
	width: 652px;
	height: 519px;
	background: url(/addons/cms/view/default/images/about_right_img.jpg) center no-repeat;
	right: -203px;
	top: calc(50% - 260px);
}

.about .about_content h1 {
	font-size: 28px;
	color: #fff;
	margin-top: 40px;
	padding-left: 50px;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.about .about_content h1::after {
	display: none;
	position: absolute;
	content: "";
	width: 46px;
	height: 26px;
	background: url(/addons/cms/view/default/images/about_title_icon.png) center no-repeat;
	left: 50px;
	top: calc(50% - 11px);
}

.about .about_content_line {
	width: 24px;
	height: 2px;
	background: #fff;
	margin-left: 50px;
	margin-top: 24px;
	position: relative;
}

.about .about_content_line::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 2px;
	background: #FFF;
	right: -6px;
	top: 0;
}

.about .about_content_line::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 2px;
	background: #FFF;
	right: -12px;
	top: 0;
}

.about .about_content span {
	color: rgb(255, 255, 255, 0.8);
	display: block;
	width: 525px;
	text-indent: 2em;
	font-size: 14px;
	margin-left: 50px;
	margin-top: 34px;
	line-height: 31px;
}

.about .about_more {
	width: 65px;
	height: 11px;
	background: url(/addons/cms/view/default/images/about_more.png) center no-repeat;
	display: block;
	margin-left: 507px;
	margin-top: 45px;
	position: relative;
}

.about .about_more::after {
	content: "";
	position: absolute;
	width: 435px;
	height: 1px;
	background: rgb(255, 255, 255, 0.3);
	left: -455px;
	top: 50%;
	cursor: initial;
}

.about .about_scroll_out h2 {
	font-size: 18px;
	color: #fff;
	margin-left: 50px;
	margin-top: 40px;
}

.about .about_scroll {
	width: 440px;
	overflow: hidden;
	margin-left: 50px;
	margin-top: 25px;
}

.about .about_factory_box {
	width: 210px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.about .about_factory_box a {
	width: 100%;
	height: 144px;
	overflow: hidden;
	display: block;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.about .about_factory_box a img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.about .about_scroll_out {
	position: relative;
	width: 560px;
}

.about .factory_next {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	position: absolute;
	right: 0;
	top: 75px;
	text-align: center;
	line-height: 37px;
	overflow: hidden;
	cursor: pointer;
	font-family: YaHeiLight;
	transition: ease .3s;
}

.about .factory_next::after {
	position: absolute;
	left: 1px;
	top: 0;
	content: ">";
	transform: scaleY(1.8) scaleX(0.8);
	width: 100%;
	margin-top: -3px;
	color: #dadada;
	transition: ease .3s;
}

.about .factory_prev {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #ffffff;
	box-sizing: border-box;
	border: 1px solid #d3d3d3;
	position: absolute;
	right: 0;
	top: 135px;
	text-align: center;
	line-height: 37px;
	overflow: hidden;
	cursor: pointer;
	font-family: YaHeiLight;
	transition: ease .3s;
}

.about .factory_prev:hover,
.about .factory_next:hover {
	background: #f59800;
	border: 1px solid #f59800;
}

.about .factory_prev:hover::after,
.about .factory_next:hover::after {
	color: #fff;
}

.about .factory_prev::after {
	position: absolute;
	left: -1px;
	top: 0;
	content: "<";
	transform: scaleY(1.8) scaleX(0.8);
	width: 100%;
	margin-top: -3px;
	color: #dadada;
	transition: ease .3s;
}

.about .about_scroll_in {
	transition: ease .3s;
	overflow: hidden;
	position: relative;
}

/* about-end */

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

.news .news_content {
	padding: 42px 0 42px 46px;
	/* padding-left: 46px; */
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
}

.news .news_left {
	float: left;
	width: 578px;
	margin-right: 37px;
}

.news .news_left .news_box:nth-child(1) {
	width: 100%;
}

.news .news_left .news_box:nth-child(1) i {
	display: block;
	width: 100%;
	height: 289px;
	overflow: hidden;
	position: relative;
	background: #eee;
}

.news .news_left .news_box:nth-child(1) img {
	height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: left top;
}

.news .news_left .news_box:nth-child(1) div {
	overflow: hidden;
	margin-top: 26px;
}

.news .news_left .news_box:nth-child(1) div p {
	float: left;
}

.news .news_left .news_box:nth-child(1) div p:last-child {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #999;
}

.news .news_left .news_box:nth-child(1) div p:nth-child(1) {
	width: 72px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	border-radius: 24px;
	font-size: 16px;
	color: #fff;
	background: #005bae;
}

.news .news_left .news_box:nth-child(1) div p:nth-child(2) {
	font-size: 18px;
	margin-left: 17px;
	color: #333;
	width: 360px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .news_left .news_box:nth-child(1) span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 25px;
	margin-top: 17px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 17px;
}

.news .news_left .news_box:nth-child(2) .show,
.news .news_left .news_box:nth-child(3) .show {
	display: none;
}

.news .news_left .news_box:nth-child(2) div p:nth-child(2),
.news .news_left .news_box:nth-child(3) div p:nth-child(2) {
	font-size: 15px;
	color: #666;
	width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 12px;
	padding-left: 19px;
	box-sizing: border-box;
	position: relative;
}

.news .news_left .news_box:nth-child(2) div p:nth-child(2)::after,
.news .news_left .news_box:nth-child(3) div p:nth-child(2)::after {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
}

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

.news .news_right .news_box {
	width: 100%;
}

.news .news_right .news_box .publishtime {
	float: right;
	color: #999;
	margin-right: 21px;
}

.news .news_right .news_box:nth-child(1),
.news .news_right .news_box:nth-child(2) {
	height: 132px;
	overflow: hidden;
	position: relative;
}

.news .news_right .news_box:nth-child(1) .publishtime,
.news .news_right .news_box:nth-child(2) .publishtime {
	display: none;
}

.news .news_right .news_box:nth-child(1) i,
.news .news_right .news_box:nth-child(2) i {
	display: block;
	height: 132px;
	width: 236px;
	overflow: hidden;
	float: left;
	position: relative;
	display: none;
}

.news .news_right .news_box:nth-child(1) img,
.news .news_right .news_box:nth-child(2) img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: left top;
}

.news .news_right .news_box:nth-child(1) div,
.news .news_right .news_box:nth-child(2) div {
	width: calc(100% - 0px);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.news .news_right .news_box:nth-child(1) div p,
.news .news_right .news_box:nth-child(2) div p {
	font-size: 18px;
	color: #333;
}

.news .news_right .news_box:nth-child(1) div p font,
.news .news_right .news_box:nth-child(2) div p font {
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news .news_right .news_box:nth-child(1) div span,
.news .news_right .news_box:nth-child(2) div span {
	font-size: 14px;
	color: #999;
	display: block;
	line-height: 25px;
	margin-top: 10px;
}

.news .news_right .news_box:nth-child(3) .show,
.news .news_right .news_box:nth-child(4) .show,
.news .news_right .news_box:nth-child(5) .show {
	display: none;
}

.news .news_right .news_box:nth-child(3) div p,
.news .news_right .news_box:nth-child(4) div p,
.news .news_right .news_box:nth-child(5) div p {
	line-height: 45px;
	font-size: 15px;
	color: #666;
	background: #f9f9f9;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
	overflow: hidden;
}

.news .news_right .news_box:nth-child(3) div p font,
.news .news_right .news_box:nth-child(4) div p font,
.news .news_right .news_box:nth-child(5) div p font {
	float: left;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 400px;
}

.news .news_right .news_box:nth-child(3) div p::after,
.news .news_right .news_box:nth-child(4) div p::after,
.news .news_right .news_box:nth-child(5) div p::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #333;
	border-radius: 50%;
	left: 23px;
	width: 8px;
	height: 8px;
}

.news .news_right .news_box:nth-child(3) div p {
	border-top: 2px solid #f9f9f9;
}

.news .news_right .news_box:last-child div p {
	border-bottom: 2px solid #f9f9f9;
}

.news .news_box .news_title {
	transition: ease .3s;
}

.news .news_box:hover .news_title {
	color: #005bae !important;
}

.news .news_box img {
	transition: ease .3s;
}

.news .news_box:hover img {
	transform: scale(1.1) translate(-50%, -50%) !important;
}

/* news-end */

/* footer */
.footer {
	width: 100%;
	background: #eee;
	padding: 100px 0;
}

.footer .footer_content {
	overflow: hidden;
}

.footer .footer_content_1 {
	float: left;
	width: 282px;
}

.footer .footer_content_1 p {
	font-size: 14px;
	color: #333;
		margin-top: 20px;
	font-weight: 100;
	margin-bottom: 35px;
}

.footer .footer_ewm {
	margin-right: 20px;
	width: 86px;
	height: 86px;
	display: block;
	float: left;
}

.footer .footer_content_2 {
	width: 140px;
	float: left;
	margin-left: 100px;
}

.footer .footer_content_title p {
	color: #000;
	font-weight: 100;
}

.footer .footer_content_title font {
	font-size: 16px;
	color: #333;
	font-weight: 100;
	margin-top: 5px;
	display: block;
}

.footer .footer_content_2 ul {
	margin-top: 35px;
	float: left;
}

.footer .footer_content_2 ul:nth-child(3) {
	margin-left: 50px;
}

.footer .footer_content_2 ul:nth-child(3) li:nth-child(-n+5) {
	display: none;
}

.footer .footer_content_2 ul li a {
	font-size: 14px;
	color: #333;
}

.footer .footer_content_2 ul li {
	line-height: 35px;
	height: 35px;
}

.footer .footer_content_3 {
	float: left;
	margin-left: 100px;
}

.footer .footer_content_3_txet dl {
	margin-top: 42px;
}

.footer .footer_content_3_txet dl dt {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
}

.footer .footer_content_3_txet dl dt span {
	letter-spacing: 1.15em;
}

.footer .footer_content_3_txet dl dd {
	font-size: 14px;
	color: #ddd;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 30px;
	background: url(/addons/cms/view/default/images/footer_phone.png) left center no-repeat;
	margin-top: 15px;
}

.footer .footer_content_4 {
	float: right;
	margin-left: 102px;
	width: 210px;
}

.footer .footer_content_4 span {
	display: block;
	font-size: 14px;
	color: #333;
	margin-top: 40px;
	line-height: 24px;
}

.footer_bottom {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #005bae;
	color: rgb(221, 221, 221, 0.5);
	font-size: 14px;
}

.footer_bottom a {
	color: rgb(221, 221, 221, 0.5);
}

.footer_bottom span {
	
}

/* footer-end */
/* 首页样式结束 */
/* ------------------------------------------------- */

/* 内页 */

/*map*/
.map {
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
}

.map a {
	font-size: 15px;
	color: #000;
}

.map i {
	font-family: "fangsong";
}

.map .home_ico:before {
	content: "";
	display: block;
	background: url(../images/nr_map.png) center no-repeat;
	width: 12px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 23px;
	opacity: 0.5;
}

.map .home_ico {
	padding-left: 24px;
}

/* map-end */

/* banner——nr */
.banner_nr {
	height: 200px;
	color: #fff;
	text-align: center;
}

.banner_nr p {
	font-size: 36px;
	font-weight: bold;
	line-height: 200px;
	color: #000;
}

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

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

.banner_nr1 p {
	font-size: 36px;
	font-weight: bold;
	line-height: 200px;
	color: #000;
}

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

/* banner_nr-end */

/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin: 50px 0 60px;
}

.in_contact .cont-tit {
	width: 100%;
	line-height: 38px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666
}

.in_contact ul {
	width: 100%
}

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

.in_contact li {
	float: left;
	width: 38%;
	padding: 40px 1% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 360px;
}

.in_contact li:nth-child(2){
	width: 60%;
}

.in_contact li:first-child {
	border-left: none
}

.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: #555;
	line-height: 35px;

}

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

.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;
	margin-right: 20px;
}

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

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

.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;
}

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

/*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: 24px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #000;
}

.prod_right_tj_title_two {
	border-left: 7px #f59800 solid;
	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: #f59800;
}

.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_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: #f59800;
	border: 1px #f59800 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: #f59800;
	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 {
	background: #f9f9f9;
	overflow: hidden;
}

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

.news_ny ul li {
	margin-bottom: 30px;
}

.news_ny .link {
	padding: 35px 30px 35px 150px;
	display: block;
	background-color: #fff;
	color: #646464;
	position: relative;
	border: 3px solid transparent;
	transition: .45s;
	-webkit-transition: .45s;
	height: 122px;
}

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

.news_ny .link .abstracts {
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #999;
}

.news_ny .link .time {
	display: block;
	width: 90px;
	height: 140px;
	background: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -70px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-family: "arial";
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
}

.news_ny .link .time .day {
	font-size: 30px;
	margin-top: 20px;
	padding-top: 0px;
}

.news_ny .link .time:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/news_time_ico_2.png) no-repeat scroll center center;
	margin: 25px auto 0;
}

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

.news_ny .link:hover .time {
	background-color: #f59800;
}

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

.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;
	padding-top: 50px;
	height: 40px;
	padding-bottom: 20px;
	justify-content: center;
	display: flex;
}

.news_ny_class dl {
	display: block;
}

.news_ny_class dl a {
	width: 160px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	float: left;
	border-radius: 50px;
	transition: 0.4s;
	margin-right: 30px;
	font-size: 14px;
}

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

.news_ny_class dl:hover a {
	background: #f59800;
	transition: 0.4s;
	color: #fff;
}

.news_ny_class dl.cur a {
	background: #f59800;
	color: #fff;
}

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

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

.Page .active a {
	background: #f59800;
	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: 970px;
	float: right;
}

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

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

.prod_ny_img .fr {
	width: 480px;
}

.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: #f59800;
	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: #f59800;
	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 #006fd5 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;
}


.news-info {
	max-width: 1300px;
	margin: auto;
}

.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;
}

.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;
}

.news_ny_title {
	font-size: 20px;
	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-bottom: 60px;
}

.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: 310px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .5s;
}

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

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

.case_ny .box .case-list li .img {
	width: 100%;
	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 {
	width: 100%;
	transition: all ease .5s;
	display: block;
}

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

.case_ny .box .case-list li .tbox .t1 {
	font-size: 12px;
	height: 38px;
	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: #f59800;
}

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

/* 内页结束 */



	.prod_left {
		width: 282px;
		float: left;
	}
	
	.prod_left .prod_left_title {
		width: 282px;
		height: 94px;
		background: #005bae;
		/* 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 #005bae solid;
		border-right: 6px #005bae 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: 14px;
		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 #005bae solid;
		border-right: 6px #005bae 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: #005bae;
	}
	
	.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: #005bae;
	}