body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
i,
dl {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

li,
i {
	list-style: none;
}

input,
textarea,
select {
	font-family: inherit;
	font-weight: inherit;
	font-size: 14px;
}

img {
	border: 0;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.fl {
	float: left
}

.fr {
	float: right
}

body,
td,
th {
	font-size: 14px;
	color: #333;
}

a {
	font-size: 14px;
	color: #333;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

body {
	font-family: Microsoft YaHei;
	font-size: 14px;
	min-width: 1200px;
	overflow-x: hidden;
}

.w1300 {
	width: 1200px;
	margin: auto;
	position: relative;
}

i {
	font-style: normal;
}

em {
	font-style: normal;
}

.noright {
	border-right: none !important;
	padding-right: 0px !important;
	margin-right: 0px !important;
}

img {
	-ms-interpolation-mode: bicubic;
}


/*head*/
.head {
	height: 140px;
	width: 100%;
}

.head .logo {
	float: left;
	margin-top: 42px;
}

.head .nav {
	float: right;
	margin-top: 48px;
}

.head .nav ul {}

.head .nav ul li {
	float: left;
	margin-left: 46px;
	position: relative;
	transition: 0.3s;
}

.head .nav ul li a {
	position: relative;
	transition: 0.3s;
	display: block;
}

.head .nav ul li a:after {
	content: "";
	position: relative;
	display: block;
	transition: 0.3s;
	width: 0px;
	height: 2px;
	background: #ea1b25;
	margin-top: 20px;
}

.head .nav ul .cur a:after {
	content: "";
	display: block;
	width: 16px;
	height: 2px;
	background: #ea1b25;
	margin-top: 20px;
	position: relative;
	transition: 0.3s;
}

.head .nav ul li:hover a:after {
	content: "";
	display: block;
	width: 16px;
	position: relative;
	transition: 0.3s;
}

.head .nav ul li a p {
	font-size: 15px;
}

.head .nav ul li a em {
	font-size: 12px;
	color: #ddd;
}



/* banner */
.banner {}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
}



/*banner_nr*/
.banner_nr {
	text-align: center;
	height: 260px;
}

.banner_nr p {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding-top: 90px;
}

.banner_nr span {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	opacity: 0.6;
	font-size: 12px;
	padding-top: 4px;
	display: block;
}


/*characteristic*/
.characteristic {
	background: url('../images/characteristic.jpg') top center no-repeat;
	height: 617px;
	border-bottom: 10px #333 solid;
}

.characteristic_title {
	text-align: center;
	padding-top: 100px;
}

.characteristic_title p {
	font-size: 46px;
	color: #333;
}

.characteristic_title p i {
	color: #ccc;
	font-weight: bold;
}

.characteristic_title p b {
	color: #12439b;
}

.characteristic_title span {
	display: block;
	font-size: 22px;
	color: #666666;
	padding-top: 6px;
}

.characteristic_nr {}

.characteristic_nr ul {
	margin-top: 50px;
}

.characteristic_nr ul li {
	width: 399px;
	float: left;
	text-align: center;
}

.characteristic_nr ul li i {
	width: 83px;
	height: 83px;
	display: block;
	margin: auto;
}

.characteristic_nr ul li p {
	font-size: 28px;
	margin-top: 30px;
}

.characteristic_nr ul li span {
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 14px 0px 22px 0px;
	color: #777777;
}

.characteristic_nr ul li a {
	display: block;
	font-size: 16px;
	margin: auto;
	line-height: 35px;
	border-radius: 50px;
	text-align: center;
	color: #e9e9e9;
	width: 125px;
	height: 35px;
	background: #979797;
	background: -moz-linear-gradient(left, #979797 0%, #686868 100%);
	background: linear-gradient(to right, #979797 0%, #686868 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#979797', endColorstr='#686868', GradientType=0);
}

.characteristic_nr ul li a:hover {
	background: #c50e0e;
	background: -moz-linear-gradient(left, #e91b24 0%, #c40d0e 100%);
	background: -webkit-linear-gradient(left, #e91b24 0%, #c40d0e 100%);
	background: linear-gradient(to right, #e91b24 0%, #c40d0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91b24', endColorstr='#c40d0e', GradientType=0);
}

.characteristic_01 {
	border-right: 1px #ccc solid;
}

.characteristic_01 i {
	background: url('../images/characteristic_01.png') center no-repeat;
}

.characteristic_02 {
	border-right: 1px #ccc solid;
}

.characteristic_02 i {
	background: url('../images/characteristic_02.png') center no-repeat;
}

.characteristic_03 {}

.characteristic_03 i {
	background: url('../images/characteristic_03.png') center no-repeat;
}





/*prod*/
.prod {
	margin-top: 80px
}

.prod_left {
	width: 260px;
	float: left;
}

.prod_left_title {
	background: #12439b;
	height: 80px;
}

.prod_left_title i {
	display: block;
	width: 26px;
	height: 17px;
	background: url(../images/prod_left_i.png) no-repeat;
	float: left;
	margin-top: 32px;
	margin-left: 26px;
}

.prod_left_title p {
	font-size: 20px;
	color: #fff;
	line-height: 80px;
	padding-left: 14px;
	float: left;
}

.prod_left_title em {
	display: block;
	width: 10px;
	height: 14px;
	background: url(../images/prod_left_em.png) no-repeat;
	float: right;
	margin-top: 34px;
	margin-right: 30px;
}

.prod_left_list {
	width: 258px;
	border-left: 1px #ddd solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

.prod_left_list ul {}

.prod_left_list ul li {
	height: 72px;
	line-height: 72px;
	border-top: 1px #ddd solid;
}

.prod_left_list ul li a {
	padding-left: 30px;
	display: inline-block;
	width: auto;
	font-size: 15px;
}

.prod_left_list ul li a:after {
	content: "";
	display: block;
	width: 0%;
	height: 3px;
	background: #12439b;
	transition: 0.3s;
	margin-top: -1px;
}

.prod_left_list ul li:hover a:after {
	content: "";
	width: 100%;
	transition: 0.3s;
}

.prod_left_list ul li:hover a {
	color: #12439b;
	font-weight: bold;
}

.prod_left_list ul li i {
	display: inline-block;
	width: 8px;
	height: 17px;
	background: url(../images/prod_left_list_i.png) bottom center no-repeat;
	float: right;
	margin-right: 30px;
	margin-top: 26px;
	transition: 0.3s;
}

.prod_left_list ul li:hover i {
	background: url(../images/prod_left_list_i.png) top center no-repeat;
	transition: 0.3s;
}

.prod_right {
	float: right;
	width: 902px;
	overflow: hidden;
}

.prod_right_tj {}

.prod_right_tj_title {
	border-left: 7px #12439b solid;
	height: 39px;
	position: relative;
}

.prod_right_tj_title p {
	padding-left: 20px;
	font-size: 22px;
	line-height: 22px;
}

.prod_right_tj_title em {
	padding-left: 20px;
	font-size: 12px;
	color: #dddddd;
	display: block;
	padding-top: 3px;
}

.prod_right_tj_title a {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/prod_right_tj_title_a.png) left no-repeat;
	padding-left: 24px;
	color: #ccc;
	font-size: 12px;
}

.prod_right_tj_nr {
	margin-top: 32px;
	position: relative;
}

.v_cont {
	width: 6650px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.prod_right_tj_nr .prev a {
	position: absolute;
	top: 170px;
	left: 0px;
	background: url(../images/prod_right_tj_left.png) center no-repeat;
	width: 47px;
	height: 91px;
	z-index: 10;
	opacity: 0.3;
	transition: 0.3s;
}

.prod_right_tj_nr .prev:hover a {
	opacity: 1;
	transition: 0.3s;
}

.prod_right_tj_nr .next a {
	position: absolute;
	top: 170px;
	right: 0px;
	background: url(../images/prod_right_tj_right.png) center no-repeat;
	width: 47px;
	height: 91px;
	z-index: 10;
	opacity: 0.3;
	transition: 0.3s;
}

.prod_right_tj_nr .next:hover a {
	opacity: 1;
	transition: 0.3s;
}

.prod_right_tj_nr .flex-viewport {
	width: 900px;
}

.prod_right_tj_nr .flex-control-nav {
	display: none;
}

.prod_right_tj_nr .flexslider {
	position: relative;
}

.prod_right_tj_nr .flexslider .flex-direction-nav {}

.prod_right_tj_nr .flexslider .flex-direction-nav a {
	font-size: 0px;
	opacity: 0.2;
	transition: 0.3s;
}

.prod_right_tj_nr .flexslider .flex-direction-nav a:hover {
	opacity: 1;
	transition: 0.3s;
}

.prod_right_tj_nr .slides {}

.prod_right_tj_nr .slides li {
	width: 850px !important;
	height: 465px;
	border: 1px #ccc solid;
	margin-right: 22px;
	background: url(../images/prod_right_tj.jpg) no-repeat;
	position: relative;
	float: left;
}

.prod_right_tj_nr .slides li dl {}

.prod_right_tj_nr .slides li dl dd {
	display: block;
	width: 320px;
	float: left;
	margin-left: 100px;
}

.prod_right_tj_nr .slides li dl dd p {
	font-size: 30px;
	font-weight: bold;
	color: #12439b;
	padding-top: 90px;
}

.prod_right_tj_nr .slides li dl dd em {
	font-size: 20px;
	display: block;
}

.prod_right_tj_nr .slides li dl dd i {
	display: block;
	background: url(../images/prod_right_nr_i.png) no-repeat;
	height: 3px;
	width: 40px;
	margin-top: 20px;
	margin-bottom: 24px;
}

.prod_right_tj_nr .slides li dl dd span {
	line-height: 28px;
	margin-bottom: 30px;
	display: block;
}

.prod_right_tj_nr .slides li dl dd a {
	display: block;
	background: #ccc;
	width: 82px;
	height: 24px;
	border-radius: 50px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	transition: 0.3s;
}

.prod_right_tj_nr .slides li:hover dl dd a {
	background: #ea1b25;
	color: #fff;
	transition: 0.3s;
}

.prod_right_tj_nr .slides li dl dt {}

.prod_right_tj_nr .slides li dl dt img {
	position: absolute;
	top: 30px;
	right: 30px;
	height: 360px;
	width: 380px;
}

.prod_right_tj_title_two {
	border-left: 7px #12439b 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(../images/prod_right_tj_title_a.png) left no-repeat;
	padding-left: 24px;
	color: #ccc;
	font-size: 12px;
}

.prod_right_tj_nr_two {
	margin-top: 32px;
}

.prod_right_tj_nr_two ul {}

.prod_right_tj_nr_two ul li {
	width: 284px;
	height: auto;
	float: left;
	margin-right: 24px;
}

.prod_right_tj_nr_two ul li:nth-child(3) {
	margin-right: 0;
}

.prod_right_tj_nr_two ul li:nth-child(6) {
	margin-right: 0;
}

.prod_right_tj_nr_two ul li:nth-child(9) {
	margin-right: 0;
}

.prod_right_tj_nr_two ul li:nth-child(12) {
	margin-right: 0;
}

.prod_right_tj_nr_two ul li:nth-child(15) {
	margin-right: 0;
}

.prod_right_tj_nr_two ul li a {}

.prod_right_tj_nr_two ul li a i {
	display: block;
	width: 284px;
	height: 284px;
	border: 1px #ccc solid;
	overflow: hidden;
	position: relative;
}
.prod_right_tj_nr_two ul li a i:hover{
	border-color: #f66;
}

.prod_right_tj_nr_two ul li a i img {
	display: block;
	display: block;
	position: absolute;
	height: 198px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.prod_right_tj_nr_two ul li a i:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/prod_bk.png) no-repeat;
}

.prod_right_tj_nr_two ul li a p {
	height: 50px;
	line-height: 50px;
	text-indent: 20px;
	position: relative;
	transition: 0.3s;
}

.prod_right_tj_nr_two ul li a p:after {
	content: "";
	display: block;
	background: url(../images/prod_right_tj_nr_two_i.png) top center no-repeat;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 15px;
	right: 12px;
	transition: 0.3s;
}

.prod_right_tj_nr_two ul li:hover a p {
	position: relative;
	transition: 0.3s;
}

.prod_right_tj_nr_two ul li:hover a p:after {
	background: url(../images/prod_right_tj_nr_two_i.png) bottom center no-repeat;
	transition: 0.3s;
}





.power {
	background: url(../images/power.jpg) no-repeat center;
	height: 927px;
	margin-top: 80px;
}

.power_title {
	padding-top: 84px;
}

.power_title p {
	font-size: 38px;
	font-weight: bold;
	color: #fff;
}

.power_title span {
	font-size: 18px;
	color: #afaeae;
	display: block;
	padding-top: 12px;
}

.power_nr {
	margin-top: 40px;
	position: relative;
}

.power_nr:after {
	display: block;
	height: 400px;
	width: 800px;
	background: #fff;
	position: absolute;
	top: 100px;
	left: -447px;
	z-index: 1;
}

.power_nr .flexslider_power {
	width: 1200px;
	margin: auto;
}

.power_nr .flexslider_power .slide_power {
	position: relative;
	overflow: hidden;
}

.power_nr .flexslider_power .slide_power li {
	width: 1200px;
	height: 602px;
	position: relative;
	margin-top: 60px;
}

.power_nr .flexslider_power .slide_power li.power_01 {
	background: url(../images/pwoer_bj_01.jpg) center no-repeat;
}

.power_nr .flexslider_power .slide_power li.power_02 {
	background: url(../images/pwoer_bj_02.jpg) center no-repeat;
}

.power_nr .flexslider_power .slide_power li.power_03 {
	background: url(../images/pwoer_bj_03.jpg) center no-repeat;
}

.power_nr .flexslider_power .slide_power li.power_04 {
	background: url(../images/pwoer_bj_04.jpg) center no-repeat;
}

.power_nr .flexslider_power .slide_power li dl {
	position: absolute;
	top: 100px;
}

.power_nr .flexslider_power .slide_power li dl dd {
	background: #fff;
	width: 400px;
	height: 400px;
	z-index: 2;
	padding-left: 40px;
}

.power_nr .flexslider_power .slide_power li dl dd p {
	font-size: 36px;
	font-weight: bold;
	color: #ea1b25;
	padding-top: 60px;
	padding-bottom: 4px;
}

.power_nr .flexslider_power .slide_power li dl dd em {
	display: block;
	font-size: 22px;
	color: #333;
}

.power_nr .flexslider_power .slide_power li dl dd i {
	display: block;
	background: url(../images/power_i.png) no-repeat;
	width: 31px;
	height: 2px;
	margin: 16px 0px 22px 0px;
}

.power_nr .flexslider_power .slide_power li dl dd span {
	display: block;
	line-height: 28px;
	width: 360px;
	color: #666666;
}

.power_nr .flexslider_power .slide_power li dl dd a {
	display: block;
	width: 102px;
	height: 30px;
	border: 1px #ccc solid;
	text-align: center;
	line-height: 30px;
	color: #999999;
	margin-top: 30px;
	transition: 0.3s;
}

.power_nr .flexslider_power .slide_power li dl dd:hover a {
	background: #ea1b25;
	border: 1px #ea1b25 solid;
	color: #fff;
	transition: 0.3s;
}

.power_nr {
	width: 1200px;
	position: relative;
	margin: auto;
}

.power_nr .investment_title {
	position: absolute;
	top: -64px;
	right: 0;
}

.power_nr .investment_title .investment_title_01 {
	width: 186px;
	height: 42px;
	float: left;
}

.power_nr .investment_title .investment_title_01 i {
	background: url(../images/power_li_01.png) left top no-repeat;
	height: 42px;
	transition: 0.3s;
	display: block;
	font-size: 0px;
	padding-left: 55px;
	float: left;
}

.power_nr .investment_title .investment_title_01 p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.power_nr .investment_title .investment_title_01 span {
	font-size: 12px;
	color: #6f6f6f;
	display: block;
}

.power_nr .investment_title .investment_title_01.on i {
	background: url(../images/power_li_01.png) left bottom no-repeat;
	transition: 0.3s;
}

.power_nr .investment_title .investment_title_02 {
	width: 198px;
	height: 42px;
	float: left;
}

.power_nr .investment_title .investment_title_02 i {
	background: url(../images/power_li_02.png) left top no-repeat;
	height: 42px;
	transition: 0.3s;
	display: block;
	font-size: 0px;
	padding-left: 66px;
	float: left;
}

.power_nr .investment_title .investment_title_02 p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.power_nr .investment_title .investment_title_02 span {
	font-size: 12px;
	color: #6f6f6f;
	display: block;
}

.power_nr .investment_title .investment_title_02.on i {
	background: url(../images/power_li_02.png) left bottom no-repeat;
	transition: 0.3s;
}

.power_nr .investment_title .investment_title_03 {
	width: 176px;
	height: 42px;
	float: left;
}

.power_nr .investment_title .investment_title_03 i {
	background: url(../images/power_li_03.png) left top no-repeat;
	height: 42px;
	transition: 0.3s;
	display: block;
	font-size: 0px;
	padding-left: 45px;
	float: left;
}

.power_nr .investment_title .investment_title_03 p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.power_nr .investment_title .investment_title_03 span {
	font-size: 12px;
	color: #6f6f6f;
	display: block;
}

.power_nr .investment_title .investment_title_03.on i {
	background: url(../images/power_li_03.png) left bottom no-repeat;
	transition: 0.3s;
}

.power_nr .investment_title .investment_title_04 {
	width: 186px;
	height: 42px;
	float: left;
}

.power_nr .investment_title .investment_title_04 i {
	background: url(../images/power_li_04.png) left top no-repeat;
	height: 42px;
	transition: 0.3s;
	display: block;
	font-size: 0px;
	padding-left: 55px;
	float: left;
}

.power_nr .investment_title .investment_title_04 p {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	display: block;
}

.power_nr .investment_title .investment_title_04 span {
	font-size: 12px;
	color: #6f6f6f;
	display: block;
}

.power_nr .investment_title .investment_title_04.on i {
	background: url(../images/power_li_04.png) left bottom no-repeat;
	transition: 0.3s;
}


.power_nr .flex-control-nav a {
	color: #fff;
}

.power_nr .flex-direction-nav {
	margin-top: -214px;
	position: absolute;
	z-index: 1;
	width: 166px;
	margin-left: 357px;
}

.power_nr .flex-direction-nav a {}

.power_nr .flex-direction-nav .flex-prev {
	display: block;
	width: 83px;
	height: 83px;
	background: url(../images/power_prev.jpg) no-repeat;
	font-size: 0px;
	float: left;
}

.power_nr .flex-direction-nav .flex-next {
	display: block;
	width: 83px;
	height: 83px;
	background: url(../images/power_next.jpg) no-repeat;
	font-size: 0px;
	float: left;
}




/*about*/
.about {
	background: url(../images/about_bj.jpg) no-repeat center;
	height: 629px;
}

.about_nr {}

.about_nr ul {}

.about_nr ul li {
	width: 600px;
	float: right;
}

.about_nr ul li em {
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 78px;
	display: block;
}

.about_nr ul li p {
	font-size: 26px;
	font-weight: bold;
	color: #12439b;
	margin-top: 10px;
}

.about_nr ul li span {
	display: block;
	color: #777777;
	margin-top: 16px;
	line-height: 30px;
}

.about_nr ul li dl {}

.about_nr ul li dl dd {
	display: block;
	margin-top: 30px;
}

.about_nr ul li dl dd a {}

.about_nr ul li dl dd a img {}

.about_nr ul li dl dt {
	display: block;
	margin-top: 22px;
}

.about_nr ul li dl dt a {
	display: block;
	position: relative;
	float: left;
	height: 22px;
	line-height: 22px;
	padding-right: 30px;
	margin-right: 40px;
}

.about_nr ul li dl dt a:after {
	content: "";
	display: block;
	background: url(../images/about_i.png) top no-repeat;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	transition: 0.3s;
}

.about_nr ul li dl dt a:hover:after {
	background: url(../images/about_i.png) bottom no-repeat;
	transition: 0.3s;
}


/*news*/
.news {
	margin-top: 80px;
	margin-bottom: 80px;
}

.news_left {
	background: #f8f8f8;
	width: 326px;
	height: 645px;
	position: relative;
	float: left;
}

.news_left img {
	position: absolute;
	bottom: 0px;
}

.news_left_title {}

.news_left_title em {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-top: 66px;
	padding-left: 32px;
}

.news_left_title p {
	font-size: 38px;
	padding-left: 32px;
}

.news_left_title a {
	color: #999999;
	padding-left: 32px;
	display: block;
	padding-top: 40px;
}

/* tabbtn */
.news_left .tabbtn {
	height: 60px;
	margin-top: 80px;
}

.news_left .tabbtn li {
	position: relative;
	clear: both;
	margin-left: 32px;
	margin-bottom: 40px;
	height: 22px;
	transition: 0.3s;
}

.news_left .tabbtn li a {
	display: block;
	cursor: pointer;
	font-size: 16px;
	transition: 0.3s;
}

.news_left .tabbtn li a p {
	float: left;
	transition: 0.3s;
}

.news_left .tabbtn li a i {
	display: block;
	float: left;
	color: #cccccc;
	transition: 0.3s;
}

.news_left .tabbtn li.on {
	transition: 0.3s;
}

.news_left .tabbtn li.on a {
	transition: 0.3s;
}

.news_left .tabbtn li.on a p {
	border-left: 5px #ea1b25 solid;
	padding-left: 10px;
	font-weight: bold;
	color: #ea1b25;
	transition: 0.3s;
}

.news_right {
	width: 836px;
	float: right;
}

.news_right .tabcon {
	width: 836px;
	float: right;
}

.news_right .sublist {}

.news_right .sublist ul {}

.news_right .sublist ul li {
	border-bottom: 1px #ccc solid;
	height: 160px;
	position: relative;
}

.news_right .sublist ul li:after {
	content: "";
	background: #12439b;
	width: 0%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
	transition: 0.2s;
}

.news_right .sublist ul li em {
	display: block;
	padding-top: 26px;
	color: #ccc;
	padding-bottom: 4px;
	padding-left: 48px;
}

.news_right .sublist ul li p {
	font-size: 22px;
	font-weight: bold;
	color: #282828;
	padding-left: 48px;
}

.news_right .sublist ul li span {
	display: block;
	line-height: 24px;
	color: #999999;
	padding-top: 8px;
	padding-left: 48px;
	padding-bottom: 26px;
	width: 760px;
}

.news_right .sublist ul li.news_right_li {
	background: #;
	border-bottom: 1px #fff solid;
	transition: 0.1s;
}

.news_right .sublist ul li.news_right_li:after {
	width: 100%;
	transition: 0.3s;
}

.news_right .sublist ul li.news_right_li em {
	color: #fff;
}

.news_right .sublist ul li.news_right_li p {
	color: #fff;
}

.news_right .sublist ul li.news_right_li span {
	color: #fff;
}






/* tabcon */
.news_right .tabcon {
	position: relative;
	/*必要元素*/
	height: 645px;
	overflow: hidden;
}

.news_right .tabcon .subbox {
	position: absolute;
	/*必要元素*/
	left: 0;
	top: 0;
}

.news_right .tabcon .sublist {}

.news_right .tabcon .sublist .fl {
	position: absolute;
	left: 0;
}

.news_right .tabcon .sublist .fr {
	position: absolute;
	right: 0;
	top: 54px;
	background: #fff;
	width: 650px;
	height: 425px;
}

.news_right .tabcon .sublist .fr img {
	padding-left: 25px;
	margin-top: 80px;
}

.news_right .tabcon .sublist .fr p {
	padding-left: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding-top: 30px;
	padding-bottom: 10px;
}

.news_right .tabcon .sublist .fr span {
	padding-left: 60px;
	font-size: 15px;
	line-height: 28px;
	color: #777777;
	display: block;
	width: 580px;
}

.news_right .tabcon .sublist .fr a {
	padding-left: 60px;
	color: #999;
	padding-top: 30px;
	display: block;
}

/* leftcon */
.news_right #leftcon .subbox {
	width: 9999em;
}

.news_right #leftcon .subbox .sublist {
	float: left;
	width: 664px;
}


/*foot*/
.foot {
	background: #171717;
}

.foot_nr {
	padding-top: 80px;
}

.foot_01 {
	width: 224px;
	float: left;
	margin-right: 100px;
}

.foot_01 p {
	background: url(../images/foot_01.png) left no-repeat;
	width: 80px;
	padding-left: 30px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
}

.foot_01 i {
	height: 3px;
	display: block;
	background: url(../images/foot_i.png) no-repeat;
	margin-bottom: 20px;
}

.foot_01 li {
	float: left;
	padding-right: 90px;
	margin-bottom: 16px;
}

.foot_01 li:nth-child(4) {
	padding-right: 0px;
}

.foot_01 li:nth-child(6) {
	padding-right: 0px;
}

.foot_01 li:nth-child(8) {
	padding-right: 0px;
}

.foot_01 li:nth-child(10) {
	padding-right: 0px;
}

.foot_01 li a {
	color: #a6a6a6;
	font-size: 14px;
}

.foot_02 {
	width: 472px;
	float: left;
}

.foot_02 p {
	background: url(../images/foot_02.png) left no-repeat;
	width: 80px;
	padding-left: 34px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
}

.foot_02 i {
	height: 3px;
	display: block;
	background: url(../images/foot_i.png) no-repeat;
	margin-bottom: 20px;
}

.foot_02 dl {}

.foot_02 dl dd {
	display: block;
	float: left;
	padding-bottom: 24px;
}

.foot_02 dl dd:nth-child(1) {
	width: 254px;
	padding-right: 60px;
}

.foot_02 dl dd:nth-child(3) {
	width: 254px;
	padding-right: 60px;
}

.foot_02 dl dd:nth-child(3) span {
	font-size: 16px;
}

.foot_02 dl dd em {
	display: block;
	color: #a6a6a6;
	padding-bottom: 6px;
}

.foot_02 dl dd span {
	font-size: 20px;
	color: #a6a6a6;
}

.foot_03 {
	width: 260px;
	float: right;
}

.foot_03 p {
	background: url(../images/foot_03.png) left no-repeat;
	width: 80px;
	padding-left: 36px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 20px;
}

.foot_03 i {
	height: 3px;
	display: block;
	background: url(../images/foot_i.png) no-repeat;
	margin-bottom: 20px;
}

.foot_03 li {
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
	text-align: center;
}

.foot_03 li:nth-child(5) {
	margin-right: 0px;
}

.foot_03 li img {
	display: block;
}

.foot_03 li a {
	display: block;
	color: #a6a6a6;
	padding-top: 8px;
}

.foot_ms {
	border-top: 1px #454545 solid;
	margin-top: 40px;
}

.foot_ms_nr {
	height: 90px;
	line-height: 90px;
}

.foot_ms_nr .fl {
	color: #a6a6a6;
}

.foot_ms_nr .fl a {
	color: #a6a6a6;
}

.foot_ms_nr .fr {
	color: #a6a6a6;
}

.foot_ms_nr .fr a {
	color: #a6a6a6;
}

/*map*/
.map {
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
}

.map a {
	font-size: 15px;
}

.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;
}

/*Page*/
.Page {
	text-align: center;
	margin-top: 20px;
}

.Page li{
	display: inline-block;
}

.Page a {
	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 #eee;
	background: #fff;
	margin-left: 5px;
	border-radius: 50px;
}
.Page a:hover{
	color: #fff;
	background-color: #155fff;
}



/*about_nr*/
/*简介*/
.com-width>.page {
	position: relative;
}

.com-width .left {
	float: left;
	width: 490px;
}

.com-width .right {
	width: 640px;
	background: #fff;
	padding: 35px;
	height: 530px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

.com-width .left .pic.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}

#bodycon #center {
	width: 100% !important;
	background: url(uploadfile/image/20191021/20191021171231_808849209.jpg) 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: 40px 0px;
}

#bodycon {
	padding: 0px 0;
	width: 100% !important;
}

.com-width .left .pic.pic-plus img {
	display: block;
	width: 100%;
}

.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 p {
	font-size: 16px;
	color: #565656;
	padding: 0 0 15px;
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}

.com-width .right .tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #12439b;
}

/*ny*/
.news_ny {
	width: 100%;
	background: #f7f7f7;
	padding: 50px 0 80px;
}

.news_ny .box1 {
	max-width: 1300px;
	margin: auto;
}

.news_ny .box1 .b1:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news_ny .box1 .b1 {
	width: 32.5%;
	float: left;
	background: #fff;
	transition: all ease .3s;
	margin-right: 1.25%;
}

.news_ny .box1 .b1 a {
	display: inline-block;
	width: 100%;
}

.news_ny .box1 .b1 .img {
	width: 100%;
	height: 280px;
}

.news_ny .box1 .b1 .tbox {
	width: 100%;
	height: 280px;
	box-sizing: border-box;
	padding: 0 30px;
}

.news_ny .box1 .b1 .tbox .time {
	color: #999;
	font-family: 'sheepsansbold';
	font-weight: bold;
	font-size: 48px;
	line-height: 50px;
	border-bottom: 1px solid #dbdbdb;
	padding: 22px 0 16px;
	background: url(../images/icon20.png) right 54px no-repeat;
	transition: all ease .3s;
}

.news_ny .box1 .b1 .tbox:hover .time {
	color: #222;
}

.news_ny .box1 .b1 .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	font-weight: initial;
	display: block;
}

.news_ny .box1 .b1 .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_ny .box1 .b1 .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_ny .box1 .b2 {
	width: 66.25%;
	float: left;
}

.news_ny .box1 .b2 li {
	background: #fff;
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
}

.news_ny .box1 .b2 li:nth-child(2n) {
	margin-right: 0;
}

.news_ny .box1 .b2 li .tbox {
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	padding: 0 30px;
	transition: all ease .3s;
}

.news_ny .box1 .b2 li .tbox:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news_ny .box1 .b2 li .tbox a {
	display: inline-block;
	width: 100%;
}

.news_ny .box1 .b2 li .tbox .time {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	font-family: 'sheepsansbold';
	color: #999;
	padding: 22px 0 15px;
	background: url(../images/icon20.png) right 54px no-repeat;
	border-bottom: 1px solid #dbdbdb;
	transition: all ease .3s;
}

.news_ny .box1 .b2 li .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.news_ny .box1 .b2 li .tbox:hover .time {
	color: #222;
}

.news_ny .box1 .b2 li .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_ny .box1 .b2 li .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_ny .list1 {
	max-width: 1200px;
	margin: auto;
}

.news_ny .list1 li {
	background: #fff;
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 20px;
}

.news_ny .list1 li:nth-child(3n) {
	margin-right: 0;
}

.news_ny .list1 li a {
	display: block;
}

.news_ny .list1 li .tbox {
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	padding: 0 30px;
	transition: all ease .3s;
}

.news_ny .list1 li .tbox:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.news_ny .list1 li .tbox a {
	display: inline-block;
	width: 100%;
}

.news_ny .list1 li .tbox .time {
	font-size: 48px;
	font-weight: bold;
	line-height: 50px;
	font-family: 'sheepsansbold';
	color: #999;
	padding: 22px 0 15px;
	background: url(../images/icon20.png) right 54px no-repeat;
	border-bottom: 1px solid #dbdbdb;
	transition: all ease .3s;
}

.news_ny .list1 li .tbox .time span {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

.news_ny .list1 li .tbox:hover .time {
	color: #12439b;
}

.news_ny .list1 li .tbox .titles {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	margin-top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_ny .list1 li .tbox .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*ny*/
.case_ny {
	width: 100%;
	background: #f7f7f7;
}

.case_ny .box {
	max-width: 1200px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 100%;
	display: table;
	padding: 40px 0 80px;
}

.case_ny .box .case-list li {
	width: 32.5%;
	float: left;
	background: #fff;
	margin-right: 1.25%;
	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%;
	overflow: hidden;
	position: relative;
}

.case_ny .box .case-list li .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon37.png) center center no-repeat;
	content: "";
	z-index: 3;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon40.png) center center no-repeat;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
	width: 100%;
	transition: all ease .5s;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 30px;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 22px;
	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(../images/icon38.png) 68px center no-repeat;
	transition: all ease .5s;
	width: 36%;
	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: #12439b;
}

.case_ny .box .case-list li:hover .tbox .t3 {
	color: #222;
	background: url(../images/icon39.png) 68px center no-repeat;
}



/*内页*/
.main.page {
	padding: 50px 0;
}

.main.page #left {
	float: left;
}

.main.page #right {
	float: right;
	width: 850px;
}

.main.page:after {
	content: '';
	display: block;
	clear: both;
}


.page_banner h4,
.page_banner h4 p {
	display: none;
}

.path_title {
	float: none !Important;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	text-align: left;
	background-color: #eee;
	width: 100%;
	text-indent: 2.5em;
	transition: 0.1s all;
	background: #f5f5f5;
	letter-spacing: 1px;
	position: relative;
	color: #666;
}

.path_title .span_right {
	float: left;
	display: block;
	background: url(../images/qc_131.png) no-repeat 7px 20px;
	font-size: 13px;
	letter-spacing: 0;
	color: #666;
}

.path_title .span_right a {
	font-size: inherit;
	color: #343434;
}

.path_title .span_right a:hover {
	color: #028208;
	text-decoration: underline
}

.main.page #right .products_list li {
	float: left;
	width: 270px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.main.page #right .products_list li:nth-child(3n) {
	margin-right: 0;
}

.main.page #right .products_list li span img,
.main.page #right .products_list li span {
	display: block;
	width: 100%;
	height: auto !important;
}

.main.page #right .products_list:after {
	content: '';
	display: block;
	clear: both
}

.main.page #right .products_list li a {
	display: block;
	text-align: justify;
}

.main.page #right .products_list li a h4 {
	font-weight: normal;
	font-size: 16px;
	color: #343434;
	line-height: 25px;
	padding: 20px 55px 0 25px;
	white-space: nowrap;
	/*! overflow: hidden; */
	text-overflow: ellipsis;
	background: #f5f5f5;
	position: relative;
}

.main.page #right .products_list li a p {
	font-size: 13px;
	color: #777;
	font-weight: lighter;
	line-height: 24px;
	display: block;
	padding: 6px 55px 20px 25px;
	background: #f5f5f5;
}

.main.page #right .products_list li a h4:after {
	content: '';
	transform: rotate(0deg);
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/qc_132.png) no-repeat;
	position: absolute;
	right: 25px;
	bottom: -10px;
	transition: 0.3s all ease;
}

.main.page #right .products_list li:hover a h4:after {
	transform: rotate(90deg);
	background: url(../images/qc_133.png) no-repeat;
}


.main.page #right .main_photo {
	float: left;
	width: 415px;
	padding-right: 20px;
}

.main.page #right .product_group {
	float: right;
	width: 410px;
}

.main.page #right .product_group h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 50px;
	display: block;
	color: #343434;
}

.main.page #right .product_group .attr {
	padding: 20px 0;
	display: none;
}

.main.page #right .product_group .attr li {
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}


.main.page #right .product_group .desc {
	font-size: 14px;
	color: #777;
	line-height: 28px;
	margin: 25px 0;
	height: 224px;
	overflow: hidden;
	font-weight: lighter;
	padding-bottom: ;
}

.main.page #right .product_group .buy {
	margin-bottom: 25px;
	border-bottom: 1px dashed #ddd;
}


.pdt_tel.clearfix>div>span {
	float: left;
	width: 165px;
	padding: 10px 20px;
	background: #343434;
	height: 40px;
	color: #a2c69c;
	line-height: 20px;
	font-size: 14px;
}

.pdt_tel.clearfix>div>.tel {
	background: #028208;
}

.pdt_tel.clearfix>div>span * {
	color: inherit
}

.pdt_tel.clearfix>div>span>p {
	font-size: 20px;
	font-weight: normal;
	font-family: arial;
	color: #fff;
}

.pdt_tel.clearfix>div>span a {
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}



.introduce {
	padding: 10px 20px;
	background: #eee;
	margin: 0px auto 20px;
	color: #343434;
	font-weight: normal;
	font-size: 22px;
	line-height: 1.5em;
}

.product_content {
	line-height: 30px;
}

.product_content img {
	max-width: 100%;
}

.news-views {
	line-height: 30px !important;
	font-size: 15px !important;
}

.news-views p span {
	white-space: normal !important;
}

.path_title_right {
	float: right;
}

.path_title_right>h2 {
	display: none;
}

.path_title_right .side_menu .fir_li {
	float: left;
	text-align: center;
	display: block;
	text-indent: 0;
}

.path_title_right .side_menu .fir_li>.sec_ul {
	display: none;
}

.path_title_right .side_menu .fir_li>em {
	display: none;
}

.path_title_right .side_menu .fir_li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #343434;
	padding: 0 20px;
	position: relative;
}

.path_title_right .side_menu .fir_li:hover>a {
	color: #028208
}

.path_title_right .side_menu .fir_li>a:after {
	content: '';
	display: block;
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #028208;
	transition: 0.3s all ease;
}

.path_title_right .side_menu .fir_li:hover>a:after {
	width: 100%;
}


#photo_page .photo_list li a {
	display: block
}

#photo_page .photo_list li {
	float: left;
	width: 273px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 2px;
	background: #f5f5f5
}

#photo_page .photo_list li:nth-child(4n) {
	margin-right: 0;
}

#photo_page .photo_list li span,
#photo_page .photo_list li span img {
	width: 100%;
	height: auto !important;
	display: block;
}

#photo_page .photo_list li p {
	font-size: 15px;
	background: #f5f5f5;
	padding: 10px 20px;
	line-height: 30px;
}


/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin: 50px 0 60px;
	border-radius: 20px;
}

.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: 33.33%;
	padding: 40px 1% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 350px;
}

.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;
}

.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;
	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
}





/* search */
.search {
	border-bottom: 1px solid #f4f4f4;
}

.keywords {
	line-height: 75px;
	padding-left: 35px;
	background: url('../images/hot.png') no-repeat left center;
}

.keywords,
.keywords a {
	font-size: 14px;
	color: #222222;
}

.keywords span {
	font-weight: lighter;
}

.keywords a:hover {
	color: #093e5e;
}

#search_bg input {
	display: block;
	float: left;
	margin: 18px 0 0 0;
	height: 44px;
	box-sizing: border-box;
	font-weight: lighter;
}

#search-submit {
	background: #013b8d;
}

#inputString {
	width: 270px;
	padding-left: 20px;
	border: 1px solid #dfdfdf;
	padding-left: 20px;
	border-right: none;
}

#inputString1 {
	width: 270px;
	padding-left: 20px;
	border: 1px solid #dfdfdf;
	padding-left: 20px;
	border-right: none;
}

#search_bg1 input {
	display: block;
	float: left;
	margin: 8px 0 0 0;
	height: 44px;
	box-sizing: border-box;
	font-weight: lighter;
}
#search-submit1 {
	background: #013b8d;
}


.prod_ny {
	width: 890px;
	float: right;
	margin-bottom: 50px;
}
.prod_ny_img .fl {
	width: 374px;
}
.prod_ny_img .fl img {
	width: 100%;
	border: 1px #eee solid;
}
.prod_ny_img .fr {
	width: 470px;
}
.prod_ny_img .fr p {
	font-size: 30px;
	font-weight: bold;
	color: #12439b;
}
.prod_ny_img .fr span {
	font-size: 15px;
	display: block;
	padding-top: 10px;
	line-height: 28px;
	color: #666;
}
.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #ea1b25;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}

.prod_ny_nr {
	width: 100%;
}
.prod_ny_nr_title {
	font-size: 24px;
	color: #12439b;
	height: 60px;
	line-height: 65px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 30px;
}
.prod_ny_nr_title strong {
	color: #12439b;
}

.prod_ny_nr_content img{
	max-width: 100%;
}



.news-info {
	max-width: 1200px;
	margin: auto;
}
.news-info .leftbox {
	width: 68.75%;
	float: left;
	margin-right: 1.25%;
}
.news-info .leftbox .b1 {
	background: #fff;
	padding: 34px 30px 40px;
}
.editor {
	font-size: 16px;
	line-height: 30px;
}
.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;
}
.news-info .leftbox .clickbox a {
	color: #666;
}
.news-info .rightbox {
	width: 30%;
	float: right;
}
.news-info .rightbox .news-tj {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
}
.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 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 .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}