@charset "utf-8";

/*inner_container star  */

.inner_container {
	width: 1200px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	color: #333;
	overflow: hidden;
}


/*inner_modulestar*/

.inner_module {
	text-align: center;
}

.inner_module h4 {
	font-size: 24px;
	letter-spacing: 4px;
	border-bottom: 1px dashed #ccc;
}

.inner_module h4 span {
	position: relative;
	display: inline-block;
	letter-spacing: 12px;
	transform: translateY(50%);
	background: #fff;
	padding: 5px 40px;
}

.inner_module h4 span:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.inner_module h4 span:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border: 1px solid #ccc;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.inner_nav {
	margin-top: 30px;
	font-size: 14px;
}

.inner_nav a {
	color: #333;
	padding: 2px 5px;
	margin: 0 10px;
}

.inner_nav a:hover {
	color: #ea3e00;
	border-bottom: 1px solid #ea3e00;
}

.inner_nav a.aon {
	color: #ea3e00;
	border-bottom: 1px solid #ea3e00;
}


/*inner_module end*/


/*inner route star*/

.inner_route {
	margin-top: 60px;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	background: url(../images/innerAddress.png) no-repeat top 2px left;
	font-size: 14px;
	box-sizing: border-box;
}

.inner_route a {
	padding: 0 5px;
	color: #333;
}

.inner_route a:hover {
	color: #ea3e00;
}


/*inner route end*/


/*inner_pic_list star*/

.inner_pic_list {
	margin-top: 20px;
	color: #333;
	font-size: 14px;
}

.inner_pic_list:after {
	content: '';
	display: block;
	clear: both;
}

.inner_pic_list li {
	width: 380px;
	height: 300px;
	background: #f9f9f9;
	float: left;
	text-align: center;
	margin: 0 30px 20px 0;
	position: relative;
	color: #333;
	transition: .3s;
}

.inner_partner_list li {
	width: 220px;
	height: 180px;
	margin-right: 25px;
}

.inner_pic_list li:hover {
	transition: .3s;
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 10px #ddd;
}


/**/

.inner_pic_list li:nth-child(3n) {
	margin-right: 0;
}

.inner_partner_list li:nth-child(3n) {
	margin-right: 25px;
}

.inner_partner_list li:nth-child(5n) {
	margin-right: 0;
}

.inner_pic_list li div {
	width: 368px;
	height: 227px;
	overflow: hidden;
	margin: 5px auto 10px;
	position: relative;
}

.inner_partner_list li div {
	width: 210px;
	height: 130px;
}

.inner_pic_list li:hover div {
	border-color: rgba(0, 0, 0, 0);
}

.inner_pic_list li div img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inner_pic_list li p {
	padding: 0 10px;
}

.inner_partner_list li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*zfx*/

.inner_pic_list_zf li {
	height: 327px;
}

.inner_pic_list_zf li div {
	height: 255px;
}


/*inner_pic_list end*/

.iner_page {
	text-align: center;
	color: #333;
	margin: 10px auto 40px;
	font-size: 13px;
}

.iner_page a {
	color: #ea3e00;
}

.iner_page a:hover {
	text-decoration: underline;
}


/*inner_container end  */


/*inner_details star*/

.inner_details {
	width: 960px;
	margin: 40px auto;
	font-size: 14px;
	line-height: 24px;
}

.inner_details p {
	margin-bottom: 10px;
}

.inner_details:after {
	content: '';
	display: block;
	clear: both;
}


/*inner_details_title*/

.inner_details_title {
	text-align: center;
}

.inner_details_title h4 {
	letter-spacing: 1px;
	margin-top: 10px;
	font-size: 20px;
	letter-spacing: 2px;
}

.inner_details_title p {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.inner_details .page_sx {
	font-size: 14px;
	color: #666;
	margin-top: 60px;
}

.inner_details .page_sx p {
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.inner_details .page_sx p span {
	position: absolute;
	left: 0;
	top: 0;
}

.inner_details .page_sx a {
	color: #666;
}

.inner_details .page_sx a:hover {
	color: #ea3e00;
}


/*inner_details_cont*/

.inner_details_cont {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin: 20px auto;
}

.inner_details_cont p {
	margin-bottom: 15px;
}


/*product picture star */

.inner_product_pic {
	width: 960px;
	margin: 20px auto;
	position: relative;
}

.inner_product_pic .prev {
	width: 43px;
	height: 61px;
	position: absolute;
	left: 60px;
	top: 44%;
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}

.inner_product_pic .prev:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ea3e00;
	transform: skew(-30deg) translate(16.1px, 0.6px);
}

.inner_product_pic .prev:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ea3e00;
	transform: skew(30deg) translate(16px, 0px);
}

.inner_product_pic .next {
	width: 43px;
	height: 61px;
	position: absolute;
	right: 60px;
	top: 44%;
	transform: translateY(-50%) rotateZ(180deg);
	z-index: 10;
	cursor: pointer;
}

.inner_product_pic .next:before {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ea3e00;
	transform: skew(-30deg) translate(17px, 1px);
}

.inner_product_pic .next:after {
	content: '';
	display: block;
	width: 6px;
	height: 30px;
	background: #ea3e00;
	transform: skew(30deg) translate(16px, 1px);
}

.inner_product_pic .bd {
	width: 600px;
	height: 371px;
	overflow: hidden;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.inner_product_pic .bd li {
	width: 600px;
	height: 371px;
	overflow: hidden;
	position: relative;
	float: left;
}

.inner_product_pic_zf .bd,
.inner_product_pic_zf .bd li {
	height: 600px;
}

.inner_product_pic .bd li img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inner_product_pic .hd {
	overflow: hidden;
	margin: 10px auto;
}

.inner_product_pic .hd li {
	width: 90px;
	height: 100%;
	float: left;
	margin-right: 6px;
}

.inner_product_pic .hd li.on {
	background: none;
}

.inner_product_pic .hd li:last-child {
	margin-right: 0;
}

.inner_product_pic .hd li img {
	width: 100%;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.inner_product_pic .hd li.on img {
	border-color: #ea3e00;
}


/**/

.inner_product_content {
	margin: 40px auto;
}

.pro_ny_nav {
	width: 100%;
}

.pro_ny_a {
	cursor: pointer;
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	float: left;
	margin-right: 10px;
	background: #f0f0f0;
	color: #333;
	text-align: center;
}

.pro_ny_a:hover {
	color: #1c64b5;
}

.pro_ny_nav .pro_ny_aon {
	color: #fff;
	background: #ea3e00;
}

.pro_ny_box {
	padding-top: 30px;
	/*font-size: 14px;*/
	/*line-height: 24px;*/
}

.pro_ny_box p {
	/*margin-bottom: 10px;*/
}

.pro_ny_box ul,
.pro_ny_box li {
	list-style-type: disc !important;
}

.pro_ny_box_li {
	width: 100%;
	display: none;
	color: #666;
}

.pro_ny_box_li a {
	color: #1c64b5;
}

.pro_ny_box_lion {
	display: block;
}

.pro_ny_nav_tel {
	float: right;
}

.pro_ny_nav_tel a {
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #ea3e00;
	float: left;
	font-size: 14px;
	text-align: center;
}

.pro_ny_nav_tel a:hover {
	text-decoration: underline;
}

.pro_ny_nav_tel span {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 20px;
}


/*内页tab切换 end*/


/*recommend_title */

.recommend_title {
	font-weight: bold;
	font-size: 16px;
	color: #ea3e00;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	margin: 20px auto;
}

.recommend_product {
	width: 100%;
	height: 220px;
}

.recommend_product .bd {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.recommend_product li {
	width: 257px;
	height: 100%;
	float: left;
	margin-right: 10px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

.recommend_product li:hover {
	color: #ea3e00;
}

.recommend_product li div {
	width: 255px;
	height: 158px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ddd;
}

.recommend_product li:hover div {
	border-color: #ea3e00;
}

.recommend_product_zf li div {
	height: 255px;
}

.recommend_product li div img {
	width: 100%;
}


/*recommend_news*/

.recommend_news {
	margin: 10px auto;
	box-sizing: border-box;
	padding: 10px;
}

.recommend_news:after {
	content: '';
	display: block;
	clear: both;
}

.recommend_news li {
	width: 48%;
	box-sizing: border-box;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.recommend_news li span {
	font-size: 12px;
	color: #666;
}

.recommend_news li a {
	margin-left: 10px;
	color: #333;
	font-size: 14px;
}

.recommend_news li a:hover {
	color: #ea3e00;
}

.recommend_news li:nth-child(2n) {
	float: right;
}


/*inner_details end*/


/*inner_news_list star*/

.inner_news_list {
	width: 1200px;
	margin: 20px auto;
	box-sizing: border-box;
}

.inner_news_list li {
	width: 1200px;
	padding: 40px 0;
	padding: 40px 120px;
	background: #f9f9f9;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.inner_news_list li:hover {
	/* background: #ea3e00; */
	transition: .3s;
	transform: translate(-2px, -2px);
	box-shadow: 4px 4px 10px #ddd;
}

.inner_news_list_date {
	font-size: 12px;
	color: #666;
}

.inner_news_list li:hover .inner_news_list_date {
	/* color: rgba(255, 255, 255, .8); */
}

.inner_news_list_title {
	font-size: 16px;
	padding: 10px 0;
}

.inner_news_list_title a {
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
}

.inner_news_list li:hover .inner_news_list_title a {
	/* color: rgba(255, 255, 255, 1); */
}

.inner_news_list_title a:hover {
	text-decoration: underline;
}

.inner_news_list li:hover .inner_news_list_title a {
	/* color: rgba(255, 255, 255, 1); */
}

.inner_news_list_breviary {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
}

.inner_news_list li:hover .inner_news_list_breviary {
	/* color: rgba(255, 255, 255, .8); */
}


/*inner_news_list end*/


/*inner_sitemap star*/

.inner_sitemap {
	width: 1200px;
	margin: 30px auto 50px;
}

.inner_sitemap:after {
	content: '';
	display: block;
	clear: both;
}

.inner_sitemap li {
	/*float: left;*/
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	margin-bottom: 40px;
	border-bottom: 1px dotted #ddd;
}

.inner_sitemap li p {
	display: block;
	margin-bottom: 10px;
}

.inner_sitemap li p:first-child {
	/* margin-bottom: 20px; */
}

.inner_sitemap li b {
	margin-bottom: 20px;
}

.inner_sitemap a {
	margin-bottom: 10px;
	color: #333;
	margin-right: 10px;
	display: inline-block;
	margin-right: 40px;
}

.inner_sitemap a:hover {
	color: #ea3e00;
}


/*inner_sitemap end*/


/*inner_contact star*/

.inner_contact {
	width: 100%;
	min-height: 250px;
	background: url(../images/nylxbg.png) no-repeat right top;
	font-size: 14px;
	color: #333;
}

.inner_contact p {
	margin-bottom: 10px;
	line-height: 20px;
}

.inner_contact a {
	color: #333;
}

.inner_contact a:hover {
	color: #ea3e00;
}


/*inner_contact end*/


/*inner gobook star*/

.inner_gobook {
	width: 100%;
	height: 540px;
	background: url(../images/gobookbg2.jpg) no-repeat;
	overflow: hidden;
	margin: 20px auto;
}

.inner_gobook_cn {
	text-align: center;
	font-size: 34px;
}

.inner_gobook_cn:before {
	content: '';
	display: block;
	width: 24px;
	height: 2px;
	background: #333;
	margin: 30px auto 21px;
}

.inner_gobook_en {
	text-align: center;
	font-size: 12px;
	font-family: arial;
	color: #666;
	margin-top: 12px;
}

.inxMessContent {
	display: block;
	width: 90%;
	height: 156px;
	resize: none;
	overflow: auto;
	background: rgba(255, 255, 255, 0.75) url(../images/gobookicon1.png) no-repeat top 5px left 3px;
	border: #ddd 1px solid;
	margin: 20px auto 30px;
	padding: 7px 10px 7px 29px;
	box-sizing: border-box;
	outline-color: rgba(0, 0, 0, 0);
	position: relative;
}

.inner_gobook_input {
	display: block;
	width: 90%;
	height: 28px;
	border: #ddd 1px solid;
	line-height: 28px;
	margin: 0px auto 20px;
	padding: 0 5px 0 30px;
	box-sizing: border-box;
	position: relative;
	outline: none;
}

.inxGBookName {
	background: rgba(255, 255, 255, 0.75) url(../images/gobookicon2.png) no-repeat top 3px left 3px;
}

.inxFkPhone {
	background: rgba(255, 255, 255, 0.75) url(../images/gobookicon3.png) no-repeat top 3px left 3px;
}

.inxFktitle {
	background: rgba(255, 255, 255, 0.75) url(../images/gobookicon4.png) no-repeat top 3px left 3px;
}

.inxrest {
	width: 130px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 10px 0 335px;
	cursor: pointer;
}

.inxsubmi {
	width: 130px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}


/*inner gobook end*/


/*inner_hotword*/

.inner_hot_label {
	padding: 20px 0;
	width: 100%;
	color: #ea3e00;
}

.inner_hot_label .inner_hot_label_box {
	width: 1200px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 16px;
}

.inner_hot_label .inner_hot_label_box a {
	color: #EA3E00;
}

.inner_hot_label .inner_hot_label_box a:hover {
	color: #EA3E00;
	text-decoration: underline;
}