@charset "UTF-8";
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-size:12px;
	font-family:"Microsoft YaHei",'微软雅黑',"Arial";
	background-color:#fff;
}
input,textarea,button {
	padding:0;
	font-family:"Microsoft YaHei",'微软雅黑',"Arial";
}
input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance:none;
}
input {
	outline:none;
	-webkit-appearance:none;
	/*去除系统默认的样式*/
    -webkit-tap-highlight-color:rgba(0,0,0,0);
	/* 点击高亮的颜色*/
}
input:focus {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-modify:read-write-plaintext-only;
}
.fix:after {
	clear:both;
	content:"";
	display:table;
}
input:focus,textarea:focus {
	outline:none;
}
textarea {
	-webkit-appearance:none;
}
h1,h2,h3,h4,h5,h6 {
	margin:0 auto;
}
a {
	cursor:pointer;
	color:#222222;
}
ul,ol,li {
	list-style-type:none;
}
.slick-slide:focus,input:focus,a:focus {
	outline:none !important;
}
img {
	border:0;
	vertical-align:middle;
	max-width:100%;
}
select,input,textarea,button {
	vertical-align:middle;
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
tr {
	margin:0;
	padding:0;
}
td {
	margin:0;
	padding:0;
}
iframe {
	border:none;
}
select {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline:none
}
a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
.hidden {
	display:none;
	visibility:hidden;
}
.wrap {
	border:0;
	padding:0;
	width:1150px;
	margin:0 auto;
	*zoom:1;
}
.wrap:after {
	clear:both;
	content:"";
	display:table;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	visibility:hidden;
}
.fix {
	*zoom:1;
}
.radius-wrap {
	width:44px;
	height:44px;
	top:92vh;
	left:50%;
	right:50%;
	margin:0px -22px;
	z-index:1000;
	position:absolute;
	cursor:pointer;
}
.radius {
	width:.44rem;
	height:.44rem;
	border:1px solid #fff;
	border-radius:50%;
	text-align:center;
	position:relative;
	overflow:hidden;
}
.nav_item a,.l3 a,.l2 a {
	display:inline-block;
	max-width:100%;
}
.ones {
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.twos {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
@font-face {
	/* font-test*/
    font-family:Akkurat-Bold;
	src:url('../fonts/Akkurat-Bold/Akkurat-Bold.woff'),url('../fonts/Akkurat-Bold/Akkurat-Bold.ttf'),url('../fonts/Akkurat-Bold/Akkurat-Bold.eot');
	/* IE9 */
}
@font-face {
	/* font-test*/
    font-family:DIN;
	src:url('../fonts/DIN/din.woff'),url('../fonts/DIN/din.ttf'),url('../fonts/DIN/din.eot');
	/* IE9 */
}
.clearfix:after,.clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}
.picture {
	position:relative;
	overflow:hidden;
}
.picture img {
	transition:all .7s;
	-moz-transition:all .7s;
	-webkit-transition:all .7s;
}
.each-item:hover .picture img {
	transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	zoom:1.1 \9;
}
input:-webkit-autofill {
	box-shadow:0 0 0px 1000px white inset !important;
}
input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance:none;
}
textarea {
	-webkit-appearance:none;
}
.box {
	max-width:1600px;
	margin:auto;
	min-width:300px;
}
input::placeholder {
	color:#999999
}
input::-webkit-input-placeholder {
	color:#999999
}
/*header*/
.header {
	background:#ffffff;
	line-height:90px;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:50;
	border-bottom:1px solid #e7e7e7;
}
.header .header_top {
	width:26%;
	float:left;
}
.menu_ico {
	display:none;
	float:right;
}
.menu_ico span {
	width:28px;
	height:2px;
	background:#f72838;
	display:block;
	margin-top:8px;
}
.header .nav {
	float:right;
}
.header .nav .nav_item {
	display:block;
	float:left;
}
.header .nav .nav_item > a {
	font-size:16px;
	padding:0 15px;
	color:#222222;
	margin-left:20px;
	position:relative;
}
.header .nav .nav_item:first-child {
	margin-left:0;
}
.header .nav a.on,.header .nav a:hover {
	color:#f72838;
}
.header .nav .nav_item > a:after {
	content:'';
	width:0%;
	height:4px;
	background:#f72838;
	position:absolute;
	bottom:0;
	left:50%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.header .nav a.on:after,.header .nav a:hover:after {
	width:100%;
	left:0;
}
.menu_ico span:nth-child(2) {
	width:20px;
	margin-left:7px;
}
.on .menu_ico {
	margin-top:25px;
}
.menu_ico span {
	transition:transform .5s;
	-webkit-transition:-webkit-transform .5s;
}
.on .menu_ico span:nth-child(2) {
	display:none;
}
.on .menu_ico span:nth-child(1) {
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	margin-bottom:-5px;
}
.on .menu_ico span:nth-child(3) {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	margin-top:3px;
}
@media screen and (max-width:1550px) {
	.header .nav .nav_item {
	font-size:16px;
	padding:0 8px;
	margin-left:10px;
}
.header .nav .nav_item > a {
	/* font-size:16px;
	*/
        padding:0 8px;
	margin-left:12px;
}
}@media screen and (max-width:1440px) {
	.header .nav .nav_item {
	font-size:15px;
	margin-left:10px;
	padding:0;
}
.header .nav .nav_item > a {
	/* font-size:16px;
	*/
        padding:0 5px;
}
}@media screen and (max-width:1215px) {
	.header {
	line-height:70px;
	height:70px;
	border-bottom:1px solid rgba(0,0,0,.05);
}
.box {
	width:98%;
	min-width:0;
}
.header .nav {
	float:none;
	position:absolute;
	top:60px;
	width:100%;
	left:0;
	display:none;
	background:#fff;
	height:calc(100vh - 50px);
	overflow-y:scroll;
	padding-bottom:30px;
	box-sizing:border-box;
}
.header .nav .nav_item {
	display:block;
	margin-left:0;
	width:100%;
	padding:0 5%;
	box-sizing:border-box;
	border-bottom:1px solid #f4f4f4;
	text-align:left;
	float:none;
}
.header_wrapper {
	position:relative;
}
.header .header_top {
	float:none;
	width:100%;
}
.header .logo {
	min-width:200px;
	width:50%;
	max-width:300px;
	float:left;
	display:block;
}
.menu_ico {
	display:block;
	margin-top:15px;
	height:30px;
	cursor:pointer;
}
}/*end header*/
.main {
	padding-top:90px;
}
/*index*/
.slideshow {
	position:relative;
	z-index:1;
	height:100%;
}
.slideshow * {
	outline:none;
}
.slideshow .slider {
	box-shadow:0 20px 50px -25px black;
}
.slideshow .slider-track {
	-webkit-transition:all 2s cubic-bezier(0.7,0,0.3,1);
	transition:all 2s cubic-bezier(0.7,0,0.3,1);
}
.slideshow li {
	height:100%;
	position:relative;
	z-index:1;
}
.slideshow li img {
	width:100%;
	-webkit-transition:all 2s cubic-bezier(0.7,0,0.3,1);
	transition:all 2s cubic-bezier(0.7,0,0.3,1);
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}
.slideshow li.slick-active img {
	-webkit-transform:scale(1)
}
.banner .slick-dots {
	cursor:pointer;
	position:absolute;
	bottom:5%;
	left:0;
	width:100%;
	text-align:center;
}
.banner .slick-dots li {
	width:15px;
	margin:0 7px;
	height:15px;
	border-radius:50%;
	display:inline-block;
	background:#f72838;
	opacity:.5;
}
.banner .slick-dots li.slick-active {
	opacity:1;
}
.banner .slick-dots button {
	display:none;
}
.product_index {
	padding-top:100px;
}
.product_index a {
	float:left;
	width:41.85%;
	display:block;
	position:relative;
}
.product_index .lans {
	padding:40px 35px;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	width:100%;
	right:0;
	color:#ffffff;
	z-index:2;
}
.product_index a:nth-child(2) .lans {
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	bottom:0;
}
.product_index a:first-child {
	width:56.25%;
	margin-right:1.9%;
}
.product_index .t1 {
	font-size:30px;
	line-height:1.5;
}
.product_index .t2 {
	font-size:16px;
	line-height:26px;
	margin-top:5px;
}
.product_index a:nth-child(2) .t2 {
	padding:15px 0 30px 0;
}
.product_index .t3,.product1_index .right .pro_index1 .t5 {
	width:140px;
	height:50px;
	font-size:16px;
	line-height:50px;
	box-sizing:border-box;
	padding:0 0px 0 25px;
	background:url('../images/ico_6.png') calc(100% - 20px) center no-repeat;
	transition:all .5s;
	-webkit-transition:all .5s;
	background-color:#f72838;
	color:#ffffff;
}
.product_index a:hover .t3,.product1_index .right .pro_index1 .t5:hover {
	background:url('../images/ico_6.png') calc(100% - 15px) center no-repeat;
	background-color:#029d93;
}
.index_title {
	text-align:center;
	padding:65px 0;
}
.index_title .t1 {
	font-size:48px;
	font-weight:bold;
	color:#222222;
}
.index_title .t2 {
	max-width:820px;
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#666666;
	margin:15px auto 10px auto;
}
.product2_index .index_title .t2 {
	margin-top:20px
}
.banner_video {
	}.banner_video .bg1 {
	position:relative;
	cursor:pointer;
}
.banner_video .play {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-40px;
	margin-top:-40px;
}
.banner_video .movie {
	display:none;
}
.product1_index {
	padding-top:25px;
}
.product1_index .left {
	width:48.7%;
	float:left;
	position:relative;
}
.product1_index .index_bg_wrapper a:after {
	content:'';
	display:block;
	width:80%;
	height:80%;
	position:absolute;
	top:10%;
	left:10%;
	border-radius:100%;
	background: rgba(0,71,144,1);
	opacity:0;
	transition:all .5s,border-radius 1s;
	-webkit-transition:all .5s,border-radius 1s;
}
.product1_index .index_bg_wrapper a:hover:after {
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:.5;
	border-radius:0;
	transition:all .5s,border-radius .25s;
	-webkit-transition:all .5s,border-radius .25s;
}
.product1_index a:hover .t4 img {
	width:16px;
}
.product1_index .picture {
	}.product1_index .lans {
	position:absolute;
	z-index:5;
	width:calc(100% - 160px);
	left:80px;
	top:50%;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	opacity:0;
}
.pro_index1 .lans {
	opacity:1;
}
.product1_index a:hover .lans {
	opacity:1;
}
.product1_index .right .pro_index1 .t1 {
	color:#333333;
	font-size:30px;
}
.product1_index .right .pro_index1 .t3 {
	color:#333333;
	width:100%;
	margin:20px 0 50px 0;
	font-size:16px;
	line-height:26px;
	color:#666;
}
.pro_index1 .t3 {
	color:#333333;
}
.pro_index1 {
	position:absolute;
	width:49%;
	padding-top:49%;
	display:block;
	right:0;
	bottom:0;
	background:#fff;
}
.product1_index .t0-1{
	font-size:48px;
	font-weight:bold;
	color:#222222;
}
.product1_index .t0-2{
	font-size:16px;
	line-height:26px;
	color:#666666;
	margin:15px auto 10px auto;
	display: table;
}
.product1_index .t0-2 ul{
	text-align: center;
}
.product1_index .t0-2 ul li{
	float: left;
}
.product1_index .t0-2 ul li a{
	padding: 5px 15px 5px 0px;
}
.product1_index .t0-2 ul li a:hover{
	color:#f72838;
}
.product1_index .t0-2 ul li a:after{
	content:"";
	padding-left: 15px;
	width:1px;
	border-right:1px solid #999999;
}
.product1_index .t0-2 ul li a:nth-last-child(1):after{
	width:0px;
	border:0;
}
.product1_index .t1 {
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
}
.product1_index .t2 {
	width:20px;
	height:1px;
	background:#ffffff;
	margin:25px 0;
}
.product1_index li{
	float: left;
}
.product1_index .t4 {
	font-size:16px;
	line-height:26px;
	color:#ffffff;
}
.product1_index .t3 {
	font-size:16px;
	line-height:26px;
	color:#ffffff;
}
.product1_index .t4 {
	margin-top:50px;
	width:140px;
	height:50px;
	line-height:50px;
	background:#ffffff;
	font-size:16px;
	color:#222;
	text-align:center;
}
.product1_index .t4 img {
	width:0;
	margin-left:10px;
	transition:all .5s,border-radius 1s;
	-webkit-transition:all .5s,border-radius 1s;
	margin-top:-3px;
}
.product1_index .right {
	width:50.25%;
	float:right;
	position:relative;
	padding-bottom:0%;
}
.product1_index .right a {
	position:relative;
	width:48%;
	float:left;
}
.product1_index .right a:nth-child(1),.product1_index .right a:nth-child(2) {
	margin-bottom:1%;
}
.product1_index .right a:nth-child(odd) {
	margin-right:3%;
}
.product1_index .right a:nth-child(3),.product1_index .right a:nth-child(4) {
	position:relative;
	bottom:0;
	left:0;
	float:left;
}
.product1_index .right .lans {
	width:calc(100% - 80px);
	left:40px;
}
.product1_index .right .pro_index1 .lans {
	width:calc(100% - 64px);
	left:32px;
}
.product1_index .right .t1 {
	font-size:23px;
}
.product1_index .right .t3 {
	font-size:13px;
	line-height:23px;
	color:#fff;
}
.product1_index .right .t4 {
	margin-top:40px;
	width:100px;
	height:40px;
	line-height:40px;
	font-size:12px;
}
.product2_index {
	}.product2_index .top {
	margin-bottom:20px;
}
.product2_index .top a {
	width:calc(50% - 10px);
	float:left;
	position:relative;
}
.product2_index .bottom a {
	width:calc(33.3% - 13.4px);
	float:left;
	position:relative;
}
.product2_index .top a:nth-child(2) {
	margin-left:20px;
}
.product2_index .bottom a:nth-child(2) {
	margin:0 20px;
}
.product2_index .top .lans {
	width:90%;
	position:absolute;
	top:45px;
	left:5%;
	color:#ffffff;
	text-align:center;
}
.product2_index .bottom .lans {
	width:90%;
	position:absolute;
	top:25px;
	left:5%;
	color:#333;
	text-align:center;
}
.product2_index .top .l1 {
	font-size:30px;
	line-height:1.5;
	font-weight:bold;
}
.product2_index .bottom .l1 {
	font-size:26px;
	line-height:1.5;
	font-weight:bold;
}
.product2_index .top .l2 {
	font-size:16px;
	line-height:2;
}
.product2_index .bottom .l2 {
	font-size:14px;
	line-height:2;
	color:#666666;
}
.index_news {
}
.index_news_wrapper {
}
.index_bg {
}
.index_bg_wrapper {
}
.index_news .index_title {
	padding-bottom:0;
}
.index_new_nav {
	font-size:16px;
	color:#666666 !important;
	text-align:center;
	margin:20px 0 80px 0;
}
.index_new_nav a {
	display:inline-block;
	padding:0 30px;
	color:#333 !important;
}
.index_new_nav a.on,.index_new_nav a:hover {
	color:#f72838 !important;
	background:transparent !important;
}
.news_list_index {
	padding-bottom:110px;
}
.news_list_index dd {
	width:30%;
	float:left;
}
.news_list_index dd:nth-child(2) {
	margin:0 5%;
}
.news_list_index .l1 {
	border-bottom:1px solid #eeeeee;
}
.news_list_index .l1 .picture {
	width:100%;
}
.news_list_index .l1 .lans {
	box-sizing:border-box;
	padding:20px 30px;
}
.news_list_index .l1 .t1 {
	font-size:20px;
	line-height:30px;
	color:#444444;
	font-weight:500;
}
.news_list_index .l1:hover .t1 {
	color:#f72838;
}
.news_list_index .l1 .t2 {
	font-size:14px;
	line-height:24px;
	color:#666666;
	margin:15px 0 25px 0;
}
.news_list_index .l1 .t3 {
	font-size:14px;
	color:#f72838;
	font-style:normal;
	width:100%;
}
.news_list_index .l1 .t3_1 {
	float:left;
}
.news_list_index .l1 .t3_2 {
	float:right;
}
.news_list_index .l2 {
	padding:15px 30px;
	box-sizing:border-box;
	width:100%;
	text-align: left;
}
.news_list_index .l2 a {
	position:relative;
	line-height:40px;
	font-size:16px;
	width:100%;
}
.news_list_index .l2 a:before {
	content:'。';
	position:absolute;
	top:0;
	left:0;
	line-height:30px;
	color:#999999;
}
.news_list_index .l2 a:hover:before {
	color:#f72838;
}
.news_list_index .l2 .t1 {
	width:calc(100% - 100px);
	margin-left:20px;
	float:left;
	color:#444444;
	font-weight:500;
	text-align: left;
}
.news_list_index .l2 .t2 {
	width:70px;
	text-align:right;
	color:#999999;
	float:right;
}
.news_list_index .l3 a {
	padding:25px 0;
	box-sizing:border-box;
	position:relative;
	border-bottom:1px solid #eeeeee;
	width:100%;
}
.news_list_index .l3 a:after {
	width:0%;
	left:0;
	bottom:0;
	position:absolute;
	content:'';
	height:1px;
	background:#f72838;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.news_list_index .l3 a:hover:after {
	width:100%;
}
.news_list_index .l3 .t1 {
	float:left;
	width:90px;
	font-family:Arial;
	color:#999999;
	border-right:1px solid #eeeeee;
	box-sizing:border-box;
}
.news_list_index .l3 .t1_1 {
	font-size:24px;
}
.news_list_index .l3 .t1_2 {
	font-size:14px;
}
.news_list_index .l3 .t2 {
	font-size:16px;
	line-height:24px;
	box-sizing:border-box;
	padding-left:20px;
	height:48px;
	float:left;
	width:calc(100% - 90px);
	color:#444444;
}
.news_list_index .l3 a:hover .t1,.news_list_index .l3 a:hover .t2 {
	color:#f72838;
	border-color:#f72838;
}
@media screen and (max-width:1550px) {
	.product_index .t1 {
	font-size:26px;
}
.product_index .t2 {
	font-size:14px;
	line-height:20px;
}
.product_index .t3,.product1_index .right .pro_index1 .t5 {
	width:125px;
	height:45px;
	line-height:45px;
	font-size:13px;
}
.index_title .t1 {
	font-size:35px;
}
}@media screen and (max-width:1199px) {
	.banner .slick-dots li {
	width:8px;
	height:8px;
	margin:0 4px;
}
.product_index a:first-child,.product_index a {
	width:100%;
	margin:10px 0;
	float:none;
}
.product_index .lans {
	padding:20px;
}
.product_index .t1 {
	font-size:20px;
}
.product_index .t2 {
	font-size:13px;
}
.product_index a:nth-child(2) .t2 {
	padding:10px 0 15px 0;
}
.news_list_index .l2 a {
	font-size:14px;
	line-height:30px
}
.product_index .t3 {
	width:120px;
	height:40px;
	line-height:40px;
	font-size:12px;
}
.product_index {
	padding-top:50px;
}
.index_title .t1 {
	font-size:30px;
}
.index_title {
	padding:40px 0;
}
.product1_index .left {
	width:100%;
}
.product1_index .right {
	width:100%;
	margin:15px auto;
	padding-bottom:48%;
}
.product1_index {
	padding-top:20px;
}
.product1_index {
	padding-top:50px;
}
.pro_index1 {
	/* width:100%;
	*/
        /* position:static;
	*/
        /* height:100%;
	*/
}
.product1_index .right .pro_index1 .t3 {
	font-size:12px;
	line-height:1.3;
	margin:10px 0 10px 0;
}
.product1_index .right .pro_index1 .t5 {
	width:100px;
	height:35px;
	line-height:35px;
	font-size:12px;
	padding-left:15px;
	background-position:calc(100% - 10px) center;
	zoom:.8;
	position:static;
}
.product1_index .right .pro_index1 .t1 {
	font-size:16px;
}
.product2_index .top .l1 {
	font-size:26px
}
.product2_index .top .l2 {
	font-size:14px;
	line-height:1.2;
	margin-top:10px;
}
.product2_index .bottom .l1 {
	font-size:20px
}
.product2_index .bottom .l2 {
	font-size:12px;
	line-height:1.2;
}
.product2_index .bottom .lans {
	top:9px;
	zoom:.6;
}
.index_new_nav {
	font-size:14px;
	margin:10px 0 40px 0;
}
.jm8_sum .index_new_nav {
	margin-bottom:20px
}
.index_new_nav a {
	padding:0 20px;
}
.news_list_index dd:nth-child(2),.news_list_index dd {
	margin:10px 0;
	width:100%;
}
}@media screen and (max-width:780px) {
	.product_index {
	padding-top:20px;
}
.product_index .t1 {
	font-size:18px;
}
.index_title .t1 {
	font-size:22px;
}
.news_list_index .l2 .t2 {
	width:50px;
}
.news_list_index .l2 .t1 {
	width:calc(100% - 70px)
}
.news_list_index .l2 {
	padding:15px;
}
.index_title {
	padding:20px 0 10px 0;
}
.news_list_index .l1 .lans {
	padding:20px 15px;
}
.news_list_index .l1 .t1 {
	font-size:15px;
	line-height:24px;
}
.news_list_index .l1 .t2 {
	font-size:12px;
	line-height:1.5
}
.news_list_index .l2 a:before {
	line-height:18px;
}
.index_title .t2 {
	font-size:12px;
	line-height:1.5;
}
.product1_index .right a:nth-child(odd),.product1_index .right a {
	/* margin:10px 0;
	*/
        /* width:100%;
	*/
        /* float:none;
	*/
}
.product1_index {
	padding-top:20px;
}
.pro_index1 {
	/* width:100%;
	*/
        /* position:relative;
	*/
        /* height:230px;
	*/
        /* padding-top:0;
	*/
        /* margin:20px 0;
	*/
}
.product1_index .right .pro_index1 .lans {
	width:100%;
	left:0;
	top:0;
	transform:translate(0,0%);
	-webkit-transform:translate(0,0%);
	height:100%;
	padding-top:7%;
}
.product2_index .top a:nth-child(2),.product2_index .top a,.product2_index .bottom a:nth-child(2),.product2_index .bottom a {
	margin:5px 0;
	width:48%;
}
.product2_index .bottom a:nth-child(2),.product2_index .top a:nth-child(2) {
	margin-left:4%;
}
.product2_index .top {
	margin-top:0;
	margin-bottom:7px;
}
.product2_index .top .lans {
	top:10px;
	zoom:.6;
}
.product2_index .top .l1,.product2_index .bottom .l1 {
	font-size:15px;
}
.product2_index .top .l2,.product2_index .bottom .l2 {
	font-size:12px;
	margin-top:7px;
}
.index_new_nav {
	font-size:12px;
	margin:20px 0 5px 0;
	line-height:2;
}
.jm8_sum1 .index_new_nav {
	margin:0;
	padding:10px 0;
	line-height:2;
	background:#f4f4f4;
}
.neiye_nav .index_new_nav {
	text-align:left;
	font-size:13px;
	line-height:2.5;
}
.news_list_index {
	padding-bottom:50px;
}
.index_new_nav a {
	padding:0 10px;
}
.index_news,.index_news_wrapper,.index_bg,.index_bg_wrapper {
	background-size:20% auto;
}
.news_list_index .l3 a {
	padding:10px 0 8px 0;
}
.news_list_index .l3 .t1 {
	float:left;
	width:50px;
	line-height:20px;
}
.news_list_index .l3 .t1_1 {
	font-size:16px;
}
.news_list_index .l3 .t1_2 {
	font-size:12px;
}
.news_list_index .l3 .t2 {
	font-size:13px;
	line-height:20px;
	width:calc(100% - 50px);
	padding-left:10px;
}
.product1_index .right .lans {
	width:90%;
	left:5%;
}
.product1_index .right .t1 {
	font-size:15px;
}
.product1_index .right .t2 {
	margin:10px 0;
}
.product1_index .right .t3 {
	font-size:12px;
	line-height:1.5;
}
.product1_index .right .t4 {
	margin-top:20px;
	zoom:.7;
}
}/*end index*/
/*pro.html*/
.neiye_banner {
	position:relative;
	background:url(.) center left no-repeat;
	background-size:cover;
}
.neiye_banner .box {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:2;
}
.neiye_banner .t1 {
	font-size:40px;
	color:#ffffff;
	font-weight:bold;
}
.neiye_banner .t2 {
	font-size:20px;
	color:#ffffff;
	line-height:1.5;
	margin-top:10px;
}
.neiye_nav {
	line-height:70px;
	height:70px;
	background:rgba(0,124,195,0.8);
	position:relative;
	z-index:3;
}
.neiye_nav .left {
	width:calc(100% - 240px);
}
.neiye_nav .left a {
	text-align:center;
	font-size:16px;
	font-weight:lighter;
	position:relative;
	z-index:4;
	color:#ffffff;
	width:auto !important;
	padding:0;
}
.neiye_nav .left a.on .t1 {
	background:#ffffff;
	color:#333333;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.neiye_nav .left .t1 {
	position:relative;
	z-index:5;
	display:inline-block;
	padding:0 10px 0 10px;
}
.neiye_nav .left a:hover:after,.neiye_nav .left a.slick-current:after {
	height:100%;
}
.neiye_nav .left a:before {
}
.neiye_nav a.slick-current,.neiye_nav a:hover {
	/*background:#ffffff;
	*/
    color:#333333;
}
.neiye_nav .left a:hover:before,.neiye_nav .left a.slick-current:before {
	opacity:1;
}
.neiye_nav .right {
	width:300px;
	float:right;
	text-align:right;
	font-size:14px;
	color:#e1e1e1;
}
.neiye_nav .right a {
	color:#e1e1e1;
}
.neiye_nav .right img {
	margin-right:5px;
}
.pro_list {
	padding:110px 0 0px 0;
}
.pro_list li {
	width:23.2%;
	display:inline-block;
	margin-right:calc(2.4% - 4px);
	margin-bottom:35px;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	vertical-align:top;
	margin-top:15px;
}
.pro_list li:hover {
	box-shadow:0 5px 20px 0 rgba(0,0,0,.2);
	margin-top:0px
}
.pro_list li:nth-child(4n) {
	margin-right:0;
}
.pro_list a {
	display:block;
}
.pro_list .lans {
	box-sizing:border-box;
	padding:12px 30px;
	line-height:45px;
	border:1px solid #eeeeee;
	border-top:0;
	font-size:16px;
}
.pro_list a:hover .lans {
	background:#f72838;
	border:0;
}
.pro_list .t1 {
	color:#002222;
}
.pro_list a:hover .t1 {
	color:#ffffff;
}
.pro_list .t2 {
	color:#002222;
	border-top:1px solid #eeeeee;
}
.pro_list a:hover .t2 {
	border-top:1px solid rgba(255,255,255,.3);
}
.pro_list a:hover .t2_1 {
	color:#ffffff;
}
.pro_list .t2_1 {
	color:#999999;
	font-size:14px;
	float:left;
	width:calc(100% - 35px);
}
.pro_list .t2_2 {
	float:right;
	background:url('../images/ico_6_on.png') right center no-repeat;
	width:25px;
	line-height:45px;
	opacity:.15;
	height:45px;
}
.pro_list a:hover .t2_2 {
	background:url('../images/ico_6.png') right center no-repeat;
	opacity:1;
}
.pagetion {
	text-align:center;
	font-size:18px;
	color:#222222;
	padding:20px 0 80px 0;
}
.pagetion a {
	color:#333333;
	margin:0 15px;
}
.pagetion a.prev,.pagetion a.next {
	margin:0 25px;
}
.pagetion a:hover,.pagetion a.on {
	color:#f72838;
}
@media screen and (max-width:1800px) {
	.neiye_nav .left a {
	font-size:14px;
}
.neiye_nav .left a:before {
	margin-right:5px;
}
}@media screen and (max-width:1500px) {
	.pro_list .lans {
	padding:10px 15px;
	line-height:40px;
}
.pro_list .lans {
	font-size:15px;
}
.pro_list .t2_1 {
	font-size:13px;
}
}@media screen and (max-width:1225px) {
	.pro_list li,.pro_list li:nth-child(4n) {
	width:32%;
	margin-right:calc(2% - 4px);
	margin-bottom:20px;
}
.pro_list li:nth-child(3n) {
	margin-right:0;
}
.neiye_banner {
	background-size:100% 100%;
}
}@media screen and (max-width:1199px) {
	.neiye_nav {
	height:50px;
	line-height:50px;
	margin-top:0px;
	margin-bottom:70px;
}
.neiye_nav .right {
	float:none;
	text-align:left;
	width:100%;
}
.neiye_nav .left {
	width:100%;
	float:none;
	margin:30px 0;
}
.neiye_nav .left a {
	background:#f9f9f9;
	border-radius:30px;
	color:#333333;
	padding:0 20px;
	margin:0 10px;
	/*width:auto !important;
	*/
}
.neiye_nav a.slick-current,.neiye_nav a:hover {
	background:#f72838;
	color:#fff;
}
.neiye_nav .left a:after {
	opacity:0;
}
.neiye_nav .left a:before {
	display:none;
}
.neiye_banner {
	height:250px;
	background-size:cover;
}
.main {
	padding-top:70px;
}
.neiye_banner .t1 {
	font-size:32px;
}
.neiye_banner .t2 {
	font-size:14px;
}
.pagetion {
	font-size:16px;
	padding:10px 0 40px 0;
}
.pagetion a {
	margin:0 10px;
}
.pagetion a.prev,.pagetion a.next {
	margin:0 20px;
}
}@media screen and (max-width:780px) {
	.pro_list li,.pro_list li:nth-child(4n),.pro_list li:nth-child(3n) {
	width:48.5%;
	float:left;
	margin-bottom:20px;
	margin-right:3%;
}
.pro_list li:nth-child(2n) {
	margin-right:0;
}
.pro_list .lans {
	font-size:14px;
}
.pro_list .t2_1 {
	font-size:12px;
}
.pagetion {
	font-size:12px;
	padding:10px 0 40px 0;
}
.pagetion a {
	margin:0 7px;
}
.pagetion a.prev,.pagetion a.next {
	margin:0 10px;
}
}@media screen and (max-width:550px) {
	.pro_list li,.pro_list li:nth-child(4n),.pro_list li:nth-child(3n),.pro_list li:nth-child(2n) {
	margin-right:0;
	width:100%;
	float:none;
}
}/*end pro.html*/
/*question.html*/
.ques_sum {
	padding:140px 0;
}
.ques_sum .left {
	width:15.5%;
	float:left;
}
.ques_sum .left a {
	}.title_h2 {
	font-size:40px;
	font-weight:bold;
	color:#f72838;
	margin: 0px;
}
.serivesum .title_h2 {
	color:#222222;
	text-align:center;
}
.ques_sum .nav_h2 {
	}.ques_sum .nav_h2 a {
	line-height:60px;
	height:60px;
	color:#222222;
	/*padding-left:70px;
	*/
    display:block;
	margin-bottom:20px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	/*background:url('../images/ico_0.png') 25px center no-repeat;
	*/
    font-size:16px;
	padding:0px 0 0 20px;
}
.ques_sum .nav_h2 a img {
	margin-right:8px
}
a.on {
	}.ques_sum .nav_h2 a img:last-child {
	display:none;
}
.ques_sum .nav_h2 a:hover img:first-child,.ques_sum .nav_h2 a.on img:first-child {
	display:none;
}
.ques_sum .nav_h2 a:hover img:last-child,.ques_sum .nav_h2 a.on img:last-child {
	display:inline-block;
	margin-right:10px;
}
.ques_sum .nav_h2 a.on,.ques_sum .nav_h2 a:hover {
	border:0;
	color:#ffffff;
	background:#f72838;
	/*background:url('../images/ico_0_on.png') 25px center no-repeat #f72838;
	*/
}
.ques_sum .right {
	width:75%;
	float:right;
}
.ques_sum .right li {
	padding:0 30px;
	box-sizing:border-box;
	background:#f9f9f9;
	margin-bottom:10px;
}
.ques_sum .right li.on {
	background:#f72838;
}
.ques_sum .right .top {
	position:relative;
	width:100%;
	font-size:18px;
	color:#222222;
	padding:25px 40px;
	box-sizing:border-box;
}
.ques_sum .right li.on .top {
	color:#ffffff;
}
.ques_sum .right .top:before {
	content:'';
	background:url('../images/ico_radius_on1.png') center center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	left:0;
	top:calc(50% - 20px);
}
.ques_sum .right li.on .top:before {
	background:url('../images/ico_radius_on.png') center center no-repeat;
}
.ques_sum .right .top:after {
	content:'';
	background:url('../images/ico_8_on.png') center center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	right:0;
	top:calc(50% - 20px);
}
.ques_sum .right li.on .top:after {
	background:url('../images/ico_8.png') center center no-repeat;
}
.ques_sum .right .bottom {
	font-size:16px;
	line-height:1.75;
	padding:0 40px 25px 40px;
	box-sizing:border-box;
	color:#fff;
	display:none;
}
/*ques_list_wrapper*/
.ques_list_wrapper {
	padding-bottom:220px;
}
.ques_list_wrapper li {
	background:#fafafa;
	position:relative;
	width:18.75%;
	margin-right:1.5625%;
	box-sizing:border-box;
	padding:30px;
	color:#222222;
	float:left;
	padding-top:18.75%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ques_list_wrapper li a {
	display:block;
}
.ques_list_wrapper li:hover {
	background:#f72838;
	color:#ffffff;
	/*box-shadow:0 5px 20px 0 rgba(0,0,0,.2);
	*/
}
.ques_list_wrapper li:hover .bg {
	opacity:.25;
}
.ques_list_wrapper li:nth-child(5n) {
	margin-right:0;
}
.ques_list_wrapper .lans {
	position:absolute;
	top:80px;
	left:30px;
	width:calc(100% - 60px);
	height:calc(100% - 120px);
	z-index:3;
	color:#222222;
}
.ques_list_wrapper li:hover .lans {
	color:#ffffff;
}
.ques_list_wrapper .t1 {
	}.ques_list_wrapper .t1 img:last-child {
	display:none;
}
.ques_list_wrapper li:hover .t1 img:first-child {
	display:none;
}
.ques_list_wrapper li:hover .t1 img:last-child {
	display:block;
}
.ques_list_wrapper .t2 {
	font-size:20px;
	margin:25px 0 20px 0;
}
.ques_list_wrapper .t2 span {
	width:23px;
	display:inline-block;
	vertical-align:top;
	transition:all .5s;
	-webkit-transition:all .5s;
	margin-top:5px;
}
.ques_list_wrapper li:hover span {
	width:0;
	overflow:hidden;
}
.ques_list_wrapper .t2 i {
	font-style:normal;
	color:#f72838;
	font-family:Arial;
	font-weight:bold;
}
.ques_list_wrapper .t3 {
	font-size:16px;
	line-height:1.5;
	font-weight:lighter;
}
.ques_list_wrapper .t4 {
	font-size:12px;
	line-height:2;
	color:#999999;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:3;
}
.ques_list_wrapper li:hover .t4 {
	color:#ffffff;
}
.ques_list_wrapper li:before {
	content:'';
	background:#f72838;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	z-index:2;
	transition:width .5s,height .5s,top .5s,left .5s;
	-webkit-transition:width .5s,height .5s,top .5s,left .5s;
}
.ques_list_wrapper li:hover:before {
	width:110%;
	height:110%;
	top:-5%;
	left:-5%;
	opacity:1;
}
.ques_list_wrapper .t5 {
	width:13px;
	height:1px;
	background:#dcdcdc;
	position:absolute;
	left:0px;
	bottom:0px;
	z-index:3;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ques_list_wrapper li:hover .t5 {
	width:20px;
	height:1px;
	background:#ffffff;
}
.ques_list_wrapper .bg {
	font-family:Akkurat-Bold;
	font-size:250px;
	color:#62c2bb;
	opacity:.12;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.ques_list_wrapper li:hover .bg {
	opacity:.25;
	color:#f4f4f4;
}
@media screen and (max-width:1700px) {
	.ques_sum .left {
	width:20%;
}
.title_h2 {
	font-size:36px;
}
.ques_list_wrapper .bg {
	font-size:200px;
}
.ques_list_wrapper .lans {
	position:absolute;
	top:15px;
	left:15px;
	width:calc(100% - 30px);
	height:calc(100% - 30px);
}
.ques_list_wrapper .t2 {
	font-size:18px;
	margin:20px 0 15px 0;
}
.ques_list_wrapper .t1 img {
	width:30px;
}
}@media screen and (max-width:1199px) {
	.title_h2 {
	font-size:28px;
	margin:20px 0;
}
.ques_sum .nav_h2 a {
	font-size:14px;
	line-height:50px;
	height:50px;
	margin-bottom:10px;
}
.ques_sum .left {
	width:100%;
	float:none;
	margin-bottom:30px;
}
.ques_sum .right {
	width:100%;
	float:none;
}
.ques_sum {
	padding:30px 0;
}
.ques_sum .right li {
	padding:0 15px;
}
.ques_sum .right .top {
	padding:20px 40px;
	font-size:15px;
}
.ques_sum .right .bottom {
	font-size:14px;
	padding:0 35px 15px 35px;
}
.ques_list_wrapper li:nth-child(5n),.ques_list_wrapper li {
	width:32%;
	margin:20px 0;
	padding-top:32%;
}
.ques_list_wrapper li:nth-child(3n - 1) {
	margin-left:2%;
	margin-right:2%;
}
.ques_list_wrapper .bg {
	/* font-size:150px;
	*/
}
.ques_list_wrapper {
	padding-bottom:120px;
}
.ques_list_wrapper .t3 {
	font-size:14px
}
}@media screen and (max-width:780px) {
	.ques_sum .right li {
	padding:0;
}
.title_h2 {
	font-size:22px;
}
.neiye_nav .left a {
	line-height:40px;
	font-size:13px;
	padding:0 15px;
	/* width:auto !important;
	*/
}
.ques_list_wrapper .bg {
	font-size:150px;
}
.ques_list_wrapper li:nth-child(5n),.ques_list_wrapper li,.ques_list_wrapper li:nth-child(3n - 1) {
	width:48%;
	margin:8px 0;
	padding-top:48%;
}
.ques_list_wrapper li:nth-child(even) {
	margin-left:4%;
}
.ques_list_wrapper .t2 {
	font-size:16px;
	/* margin:20px 0 10px 0;
	*/
}
.ques_list_wrapper .t3 {
	font-size:13px;
}
.jm5_sum  .ques_list_wrapper {
	padding-bottom:120px;
}
}/*end question.html*/
/*serives.html*/
.serivesum .title_h2 {
	padding:40px 0 20px 0;
}
.serivesum .serives1 {
	background:#f4f4f4;
}
.serives1_list {
	padding-bottom:100px;
	padding-top:20px;
}
.serives1_list li {
	width:22.8%;
	padding-top:22.8%;
	display:inline-block;
	vertical-align:top;
	position:relative;
	/*     float:left;
	*/
    margin-right:calc(2.9% - 4px);
	background:#ffffff;
	overflow:hidden;
	transition:all .4s ease-in-out;
	margin-top:0px;
	-webkit-transition:all .4s ease-in-out;
	cursor:pointer;
	margin-bottom:20px;
}
.serives1_list li:hover {
	margin-top:-10px !important;
	margin-bottom:30px !important;
	box-shadow:0 3px 15px 0 rgba(0,0,0,.1);
}
.serives1_list li:nth-child(4n) {
	margin-right:0;
}
.serives1_list .t1 {
	}.serives1_list .t2 {
	font-size:24px;
	color:#222222;
	font-weight:bold;
	padding:15px 0 8px 0;
}
.serives1_list li:hover .t3,.serives1_list li:hover .t2 {
	color:#f72838;
}
.serives1_list .t3 {
	font-size:14px;
	color:#666666;
}
.serives1_list .lans {
	width:100%;
	top:50%;
	position:absolute;
	left:0;
	text-align:center;
	transform:translate(0,-50%);
	z-index:2;
}
.serives1_list .bg {
	font-size:120px;
	color:#f8f8f8;
	position:absolute;
	top:-30px;
	left:-20px;
	line-height:1;
	font-family:Arial;
	font-weight:bold;
}
.serives2_list {
	padding-bottom:10px;
}
.serives2_list a {
	width:31.25%;
	padding:25px;
	box-sizing:border-box;
	margin-left:3.125%;
	float:left;
	background:#f8f8f8;
	text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.serives2_list a:nth-child(1) {
	margin-left:0;
}
.serives2_list a:hover {
	background:#f72838;
	box-shadow:0 10px 25px rgba(0,0,0,.1)
}
.serives2_list .n1 {
	margin-top:20px;
}
.serives2_list .n1 img:last-child {
	display:none;
}
.serives2_list a:hover .n1 img:last-child {
	display:inline-block;
}
.serives2_list a:hover .n1 img:first-child {
	display:none;
}
.serives2_list .n2 {
	font-size:24px;
	font-weight:bold;
	color:#222;
	margin-top:15px;
	line-height:1.5;
	margin-bottom:5px;
}
.serives2_list .n3 {
	font-size:14px;
	color:#222;
	margin-top:15px;
	line-height:1.5;
}
.serives2_list a:hover .n2,.serives2_list a:hover .n3 {
	color:#ffffff;
}
.serives2_list .n4:before {
	content:'';
	width:5px;
	height:5px;
	border-radius:100%;
	background:#f72838;
	display:block;
	margin:auto;
	margin-top:15px;
	margin-bottom:7px;
	position:relative;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.serives2_list a:hover .n4:before {
	background:#ffffff;
}
.serives2_list a:hover .n4:before {
	background:#fff;
}
.serives2_list a:hover .n4 {
	color:#ffffff;
}
.serives2_list .n4 {
	color:#f72838;
	opacity:.5;
	font-weight:bold;
}
.serives3_sj {
	}.serives3_sj li {
	background:#f4f4f4;
	padding:5%;
	box-sizing:border-box;
	margin-bottom:15px;
}
.serives3_sj .ico {
	width:45px;
	float:left;
	margin-top:15px;
}
.serives3_sj .lans {
	width:calc(100% - 60px);
	float:right;
}
.serives3_sj .t3 {
	margin-top:10px;
	font-size:13px;
	line-height:2;
	color:#666;
}
.serives3_sj .t2 {
	font-size:16px;
	font-weight:bold;
}
.serives3 {
	margin-bottom:100px;
}
.serives3_bg {
	background:url(.) center center no-repeat;
	padding-top:750px;
	position:relative;
}
.serives3_list {
	text-align:center;
	position:absolute;
	bottom:-20px;
	left:50%;
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
}
.serives3_list a {
	background:#f72838;
	padding:45px 2% 30px 2%;
	box-sizing:border-box;
	margin-top:60px;
	border-right:1px solid rgba(255,255,255,.5);
	transition:all .5s;
	-webkit-transition:all .5s;
	vertical-align:bottom;
	float:none;
	display:inline-block !important;
	margin-bottom:20px;
}
.serives3_list a:hover {
	background:#ffffff;
	padding-bottom:70px;
	margin-top:-75px;
	padding-top:70px;
	box-shadow:0 5px 20px 0 rgba(0,0,0,.13);
}
.serives3_list .t1 {
	padding-bottom:30px;
	text-align:center;
}
.serives3_list .t1 img {
	display:block;
	margin:auto;
}
.serives3_list .t1 img:last-child {
	display:none;
}
.serives3_list a:hover img:first-child {
	display:none;
}
.serives3_list a:hover img:last-child {
	display:block;
}
.serives3_list .t2 {
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}
.serives3_list .t3 {
	font-size:14px;
	line-height:24px;
	color:#ffffff;
	text-align:left;
	padding:15px 0;
	height:92px;
}
.serives3_list a:hover .t2,.serives3_list a:hover .t3 {
	color:#333333;
}
.serives3_list .t4 {
	background:url('../images/ico_33.png') center center no-repeat;
	width:45px;
	height:45px;
	line-height:40px;
	margin:auto;
	font-size:12px;
	color:#ffffff;
}
.serives3_list a:hover .t4 {
	color:#f72838;
	background:url('../images/ico_33_on.png') center center no-repeat;
	opacity:.5;
}
.win_bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10;
	background:rgba(0,0,0,.5);
	display:none;
}
.win_form {
	display:none;
	width:90%;
	max-width:1100px;
	margin:auto;
	/* border-radius:30px;
	*/
    background:#ffffff;
	position:fixed;
	max-height:90vh;
	overflow:hidden;
	box-sizing:border-box;
	padding:45px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:11;
}
.win_form li {
	margin-bottom:40px;
}
.win_form .title {
	font-size:40px;
	color:#333333;
	text-align:center;
	font-weight:bold;
}
.win_form .close {
	position:absolute;
	top:-25px;
	right:-25px;
	z-index:2;
}
.ser_form {
	font-size:14px;
}
.ser_form li {
	}.ser_form .t1 {
	font-size:16px;
	line-height:50px;
	color:#333333;
	border-bottom:1px solid #eeeeee;
}
.ser_form .t2 {
	margin-top:20px;
}
.ser_form .t2 .text {
	width:49%;
	line-height:50px;
	box-sizing:border-box;
	padding:0 30px;
	float:left;
	border:1px solid #eeeeee;
}
.ser_form .t2 .text:nth-child(2) {
	margin-left:2%;
}
.ser_form .t2_select {
	margin-top:20px;
}
.t2_select .s1 {
	width:31%;
	line-height:50px;
	box-sizing:border-box;
	padding:0 30px;
	float:left;
	border:1px solid #eeeeee;
	outline:none;
	/*去掉默认的下拉三角*/
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*添加下拉三角图标*/
    background:url("../images/ico_arrow_on.png") no-repeat calc(100% - 15px) center transparent;
	cursor:pointer;
}
.t2_select .s1:nth-child(2) {
	margin:0 3.5%;
}
.ser_form .t3 {
	margin-top:20px;
}
.ser_form .t3 .t3_text {
	width:100%;
	line-height:50px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	padding:0 30px;
}
.win_form .sub {
	display:block;
	width:200px;
	line-height:60px;
	font-size:16px;
	margin:auto;
	background:#f72838;
	color:#ffffff;
	text-align:center;
	border:0;
}
@media screen and (max-width:1700px) {
	.serives3_list a {
	padding:30px 1.5%;
}
.serives3_list .t3 {
	font-size:12px;
	line-height:22px;
	height:88px;
}
.serives3_list .t1 img {
	width:40px;
}
.serives3_list .t2 {
	font-size:22px;
}
.win_form {
	padding:40px;
}
.win_form .title {
	font-size:35px;
}
}@media screen and (max-width:1199px) {
	.serives1_list .t2 {
	font-size:20px;
}
.serives1_list .t1 {
	width:50px;
	margin:auto;
}
.serivesum .title_h2 {
	padding:50px 0 20px 0;
}
.serivesum .serives1 {
	padding-top:100px;
	margin-top:-100px;
}
.serives1_list li,.serives1_list li:nth-child(4n) {
	width:48%;
	margin-right:0;
	margin-bottom:20px;
}
.serives1_list li:nth-child(2n) {
	margin-left:calc(4% - 4px);
	display:inline-block;
	float:none;
}
.serives1_list {
	padding-bottom:30px;
	padding-top:0px;
}
.serives2_list .n2 {
	font-size:22px;
}
.win_form .title {
	font-size:28px;
}
.ser_form .t2 .text,.t2_select .s1,.ser_form .t3 .t3_text {
	padding:0 20px;
	height:45px;
	line-height:45px;
}
.ser_form .t3,.ser_form .t2,.ser_form .t2_select {
	margin-top:10px;
}
.win_form {
	padding:25px;
}
}@media screen and (max-width:1025px) {
	.serives2_list a,.serives2_list a:nth-child(1) {
	margin-left:0;
	width:100%;
	margin-bottom:20px;
}
.serivesum .title_h2 {
	padding:30px 0 0px 0;
	box-sizing:border-box;
	width:100%;
}
.serives1_list li,.serives1_list li:nth-child(4n),.serives1_list li:nth-child(2n) {
	/* width:100%;
	*/
        /* margin:0 0 20px 0;
	*/
        padding-top:40%;
}
.serives2_list .n1 {
	width:30px;
	margin:auto;
}
.serives2_list .n2 {
	font-size:18px;
	margin:15px 0 0 0;
}
.serives2_list .n3 {
	margin-top:8px
}
.serives2_list {
	padding:0;
}
.serives3_list .t2 {
	font-size:18px;
}
.serives3_list .t3 {
	padding-bottom:10px;
}
.win_form .title {
	font-size:20px;
}
.ser_form .t1 {
	font-size:13px;
	line-height:35px;
}
.ser_form .t2 .text,.t2_select .s1,.ser_form .t3 .t3_text {
	padding:0 10px;
	height:35px;
	line-height:35px;
	font-size:12px;
}
.win_form .sub {
	display:block;
	width:150px;
	line-height:40px;
	font-size:14px;
}
}@media screen and (max-width:780px) {
	.serives1_list .t1 img {
	width:30px;
}
.serives1_list .bg {
	font-size:60px;
	top:-10px;
	left:-10px;
}
.serives1_list .t2 {
	font-size:15px
}
.serives1_list .t3 {
	font-size:12px;
}
}/*end serives1.html*/
/*download.html*/
.download_list {
	padding:140px 0 50px 0;
}
.download_list .right {
	}.download_list .r_top {
	padding-bottom:15px;
	border-bottom:1px solid #eeeeee;
}
.download_list select {
	width:21%;
	float:left;
	margin-right:3%;
	padding-right:30px;
	color:#666;
	font-size:16px;
	line-height:45px;
	height:45px;
	padding:0 50px 0 15px;
	box-sizing:border-box;
	border:1px solid #eeeeee;
	outline:none;
	/*去掉默认的下拉三角*/
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*添加下拉三角图标*/
    background:url("../images/ico_22.png") no-repeat calc(100% - 5px) center transparent;
	cursor:pointer;
}
.download_list .r_right {
	width:25%;
	float:right;
	line-height:45px;
	border:1px solid #eeeeee;
}
.download_list .text {
	width:calc(100% - 60px);
	float:left;
	border:0;
	padding:0 10px;
	line-height:45px;
	box-sizing:border-box;
}
.download_list .sub {
	width:60px;
	background:#f72838;
	border:0;
	color:#fff;
	line-height:45px;
	font-size:14px;
}
.download_list .r_bottom {
	margin-top:30px;
}
.download_list .r_bottom a {
	width:49%;
	line-height:35px;
	height:75px;
	font-size:16px;
	border:1px solid #eeeeee;
	border-radius:5px;
	box-sizing:border-box;
	color:#333333;
	padding:20px 75px;
	margin-bottom:25px;
	position:relative;
	float:left;
}
.download_list .r_bottom a:hover {
	background:#f72838;
	color:#ffffff;
}
.download_list .r_bottom a:nth-child(even) {
	margin-left:2%;
}
.download_list .r_bottom a:before {
	content:'';
	background:url('../images/ico_21.png') 15px center no-repeat;
	width:75px;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.download_list .r_bottom a:hover:before {
	background:url('../images/ico_21_on.png') 15px center no-repeat;
}
.download_list .r_bottom a:after {
	content:'';
	background:url('../images/ico_20_on1.png') 20px center no-repeat;
	width:55px;
	height:100%;
	background-size:auto 40%;
	position:absolute;
	top:0%;
	right:10px;
	z-index:2;
}
.download_list .r_bottom a:hover:after {
	background:url('../images/ico_20_on.png') 20px center no-repeat;
}
.download_list .pagetion {
	padding:60px 0 0 0;
}
@media screen and (max-width:1199px) {
	.download_list select {
	width:48%;
	font-size:13px;
	line-height:40px;
	height:40px;
}
.download_list select:nth-child(2) {
	margin-right:0;
}
.download_list .r_right {
	width:100%;
	margin-top:10px;
	line-height:35px;
}
.download_list .text,.download_list .sub {
	line-height:35px;
	font-size:13px;
}
.download_list .r_bottom a {
	width:100%;
	line-height:35px;
	height:55px;
	font-size:14px;
	padding:10px 50px;
	margin-bottom:15px;
	position:relative;
	float:left;
}
.download_list .r_bottom a:nth-child(even) {
	margin-left:0%;
}
.download_list .r_bottom a:before {
	background-size:auto 60%;
}
.download_list .r_bottom a:hover:before {
	background-size:auto 60%;
}
.download_list .pagetion {
	padding:10px 0 0 0;
}
.download_list {
	padding:30px 0;
}
}/*end download.html*/
/*jm.html*/
.neiye_nav1 {
	font-size:14px;
	color:#999999;
	padding-top:30px;
	line-height:25px;
}
.neiye_nav1 a {
	color:#999999;
}
.title_h4 {
	font-size:16px;
	font-weight: normal;
	color:#333333;
	text-align:center;
	line-height:1.5;
}
.jm1_sum .title_h2 {
	margin-top: 0px;
	margin-bottom:15px;
	padding-bottom:0;
}
.jm1_bg {
	padding:70px 0 90px 0;
}
.jm2_bg {
	background:url(.) center center no-repeat;
	background-size:cover;
	padding-bottom:100px;
}
.jm2_bg .serives2_list a {
	padding:0;
	background:#ffffff;
	position:relative;
	transition:all .5s;
	-webkit-transition:all .5s;
	margin-top:15px;
}
.jm2_bg .serives2_list a:hover {
	box-shadow:0 5px 30px 0 rgba(0,0,0,.13);
	margin-top:0;
}
.jm2_bg .serives2_list a:after {
	height:3px;
	content:'';
	width:0;
	left:50%;
	bottom:0;
	background:#f72838;
	position:absolute;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm2_bg .serives2_list a:hover:after {
	left:0;
	width:100%;
}
.jm2_bg .t1 {
	}.jm2_bg .lans {
	text-align:center;
	width:80%;
	margin:auto;
}
.jm2_bg .l1 {
	font-size:24px;
	color:#222222;
	margin:40px 0 30px 0;
}
.jm2_bg .serives2_list a:hover .l1 {
	color:#f72838;
}
.jm2_bg .l2 {
	font-size:14px;
	line-height:1.8;
	color:#666666;
	height:120px;
}
.serives2_list .t3:after {
	content:'';
	width:5px;
	height:5px;
	border-radius:100%;
	background:#cecece;
	display:block;
	margin:auto;
	margin-top:10px;
	margin-bottom:35px;
	position:relative;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm2_bg .serives2_list a:hover .t3:after {
	background:#f72838;
}
.serives2_list .t3 {
	color:#cecece;
	font-weight:bold;
	padding-top:10px;
}
.jm2_bg .serives2_list a:hover .t3 {
	color:#f72838;
}
.jm3_sum {
	background:#effaf8;
	padding-bottom:100px;
	padding-top:1px;
}
.jm3_wrapper {
	margin:40px 0;
	position:relative;
}
.jm3_wrapper .left {
	width:47.5%;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.jm3_wrapper .right {
	width:47.5%;
	float:right;
}
.jm3_wrapper .right li {
	min-height:150px;
}
.jm3_wrapper .right .bg {
	width:65px;
	float:left;
	background:#f72838;
	border-radius:50%;
}
.jm3_wrapper .right .lans {
	width:calc(100% - 90px);
	float:right;
}
.jm3_wrapper .right .l1 {
	font-size:20px;
	color:#222222;
	margin-bottom:8px;
}
.jm3_wrapper .right .l2 {
	font-size:16px;
	line-height:1.7;
	color:#666666;
}
.jm4_sum {
	background:url(.) center center no-repeat;
	background-size:cover;
	padding:1px 0;
}
.jm4_sum .box {
	max-width:1400px;
}
.jm4_sum .title_h2 {
	color:#ffffff;
	margin-bottom:0;
	padding-bottom:10px;
}
.jm4_list {
	}.jm4_list dd {
	/* float:left;
	*/
    /* width:33.3%;
	*/
    padding:50px 0 0;
	box-sizing:border-box;
	position:relative;
	margin:50px 0 135px 0;
}
.jm4_list dd:hover {
	z-index:10;
}
.jm4_list dd:before {
	content:'';
	background:url('../images/ico_52.png') top right no-repeat;
	background-color:#ffffff;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm4_list dd:hover:before {
	width:105%;
	height:115%;
	top:-7.5%;
	left:-2.5%;
	background:url('../images/ico_52_on.png') top right no-repeat #ffffff;
	box-shadow:0 5px 20px 0 rgba(0,0,0,.13);
}
.jm4_list .lans {
	position:relative;
	z-index:3;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm4_list dd:hover .lans {
	margin-top:-40px;
	margin-bottom:40px;
}
.jm4_list .t1 {
	font-size:30px;
	color:#222222;
	padding:0 50px;
	font-weight:bold;
}
.jm4_list dd:hover .t1 {
	color:#f72838;
}
.jm4_list .t2 {
	font-size:14px;
	font-weight:lighter;
	color:#999999;
	padding:0 50px;
	margin:7px 0 25px 0;
}
.jm4_list ul {
	font-size:16px;
	padding:0 50px;
	line-height:26px;
	border-top:1px dotted #ddd;
}
.jm4_list li {
	padding:20px 0;
	position:relative;
	border-top:1px dotted #ddd;
}
.jm4_list li .lans {
	position:relative;
}
.jm4_list li:after {
	content:'+';
	color:#f72838;
	opacity:.5;
	position:absolute;
	bottom:-15px;
	right:-15px;
}
.jm4_list li:last-child:after {
	display:none;
}
.jm4_list li:first-child {
	border-top:0;
}
.jm4_list li span {
	color:#999999;
	margin-right:20px;
}
.jm4_list .ico {
	background:url('../images/ico_33_on.png') center center no-repeat;
	width:42px;
	height:42px;
	text-align:center;
	line-height:40px;
	color:#f72838;
	opacity:0;
	margin:20px auto 0px auto;
}
.jm4_list dd:hover .ico {
	opacity:.8;
}
.jm5_sum {
	}.jm5_sum .title_h4 {
	color:#ffffff;
	margin-bottom:80px;
}
.jm5_sum .ques_list_wrapper li {
	margin-right:0;
	width:20%;
	background:transparent;
	border:1px solid rgba(255,255,255,.2);
	padding-top:26%;
}
.jm5_sum .ques_list_wrapper .lans {
	color:#ffffff;
}
.jm5_sum .ques_list_wrapper .t4 {
	color:#ffffff;
}
.jm5_sum .ques_list_wrapper li:before {
	background:#ffffff;
	transition:all .5s;
	-webkit-transition:all .5s;
	height:calc(100% + 2px);
}
.jm5_sum .ques_list_wrapper .t2 {
	font-weight:bold;
}
.jm5_sum .ques_list_wrapper li:hover:before {
	width:100%;
	height:calc(100% + 2px);
	top:0px;
	left:0;
	opacity:1;
}
.jm5_sum .ques_list_wrapper li:hover .lans {
	color:#333;
}
.jm5_sum .ques_list_wrapper li:hover .t4 {
	color:#f72838;
}
.ques_list_wrapper li:hover .t5 {
	background:#f72838;
}
.jm5_sum .ques_list_wrapper {
	/* padding-bottom:220px */
}
.jm6_sum {
	background:#ffffff;
	margin-top:-100px;
}
.serivesum .jm6_sum .title_h2,.serivesum .jm7_sum .title_h2 {
	padding-bottom:0;
	margin-bottom:10px;
	padding-top:80px;
}
.jm6_sum .title_h4,.jm7_sum .title_h4 {
	color:#666;
}
.jm6_sum .left {
	width:20%;
	float:left;
}
.jm6_sum .right {
	width:75%;
	float:right;
}
.jm6_sum .left .t1 {
	font-size:30px;
	font-weight:bold;
	color:#333;
}
.jm6_sum .left .t2 {
	font-size:16px;
	line-height:26px;
	color:#666666;
	height:182px;
	overflow:hidden;
	margin:20px 0;
}
.jm6_sum .left .t3 {
	width:150px;
	height:50px;
	line-height:50px;
	background:#f72838;
	color:#ffffff;
	text-align:center;
}
.jm6_sum .left .t3 img {
	margin-left:10px;
}
.jm6_sum .right a {
	width:31%;
	float:left;
	background:#f5f5f5;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm6_sum .right a:hover {
	box-shadow:0 5px 20px rgba(0,0,0,.13);
}
.jm6_sum .right a:nth-child(2) {
	margin:0 3.5%;
}
.jm6_sum .right .lans {
	text-align:center;
	padding:50px 50px 0 50px;
	box-sizing:border-box;
	height:160px;
}
.jm6_sum .right .r1 {
	font-size:24px;
	color:#333333;
}
.jm6_sum .right a:hover .r1 {
	color:#f72838;
}
.jm6_sum .right .r2 {
	font-size:15px;
	margin:10px 0;
	color:#666666;
}
.jm6_sum .right .r2 span {
	color:#f72838;
}
.jm6_sum .right .picture {
	}.jm6_sum1 {
	position:relative;
	margin-top:70px;
}
.jm6_sum1 .left {
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
}
.jm7_sum {
	}.jm7_list {
	position:relative;
	margin:50px 0;
}
.jm7_list .list1 {
	position:absolute;
	top:19%;
	width:23%;
	/*transform:translate(0,-50%);
	*/
    /*-webkit-transform:translate(0,-50%);
	*/
}
.jm7_list .left {
	left:0;
}
.jm7_list .right {
	right:0;
}
.jm7_list .list1 li {
	position:relative;
	height:170px;
}
.jm7_list .list1 .ico {
	position:absolute;
	top:0;
	left:0;
}
.jm7_list .list1 .lans {
	width:100%;
	padding-left:50px;
	box-sizing:border-box;
}
.jm7_list .list1 .l1 {
	font-size:20px;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}
.jm7_list .list1 .l2 {
	font-size:16px;
	line-height:24px;
	color:#666666;
}
.jm7_sum .center {
	width:51%;
	margin:auto;
}
.jm8_sum {
	background:#f4f4f4;
	padding-bottom:90px;
}
.jm8_nav {
	width:81%;
	height:80px;
	margin:auto;
	position:relative;
	background:#ffffff;
}
.jm8_nav:after {
	content:'';
	width:20%;
	height:3px;
	position:absolute;
	top:0;
	background:#f72838;
	z-index:2;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.jm8_nav.o1:after {
	left:0;
}
.jm8_nav.o2:after {
	left:20%;
}
.jm8_nav.o3:after {
	left:40%;
}
.jm8_nav.o4:after {
	left:60%;
}
.jm8_nav.o5:after {
	left:80%;
}
.jm8_nav a {
	width:20%;
	float:left;
	line-height:20px;
	height:80px;
	position:relative;
	text-align:center;
	font-size:16px;
	color:#333333;
	padding:30px 0;
	box-sizing:border-box;
}
.jm8_nav a.on {
	color:#f72838;
}
.jm8_nav a:before {
	width:1px;
	height:20px;
	background:#dddddd;
	content:'';
	position:absolute;
	top:calc(50% - 10px);
	right:0;
}
.jm8_nav a img {
	margin-right:10px;
	display:inline-block;
}
.jm8_nav a img:last-child {
	display:none;
}
.jm8_nav a.on img:last-child {
	display:inline-block;
}
.jm8_nav a.on img:first-child {
	display:none;
}
.jm8_list {
	}.jm8_list li {
	position:relative;
	display:none;
	background:#222;
}
.jm8_list .lans {
	width:80%;
	max-width:1050px;
	position:absolute;
	left:50px;
	bottom:30px;
	box-sizing:border-box;
	padding-left:30px;
	border-left:2px solid #f72838;
	color:#ffffff;
	font-size:20px;
	line-height:1.5;
	font-weight:lighter;
}
.jm8_sum1 {
	background:#ffffff;
}
.jm9_sum {
	position:relative;
}
.jm9_sum .left {
	width:300px;
}
.jm9_sum .l1 {
	font-size:40px;
	font-weight:bold;
	color:#222222;
}
.jm9_sum .box {
	position:absolute;
	z-index:11;
	left:8.5%;
	top:30%;
}
.jm9_sum .l2 {
	font-size:20px;
	line-height:30px;
	color:#333333;
	font-weight:lighter;
	margin-top:45px;
}
.jm9_sum .bg {
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:url('../images/bg1.png') left bottom no-repeat;
	z-index:4;
	left:0;
	background-position:0 50%;
	background-size:43%;
	background-color:transparent;
}
.jm9_sum .right {
	width:60%;
	float:right;
	position:relative;
	z-index:11;
}
.jm9_sum .r1 {
	}.jm9_sum .r2 {
	margin-top:10px;
}
.jm9_sum .r2 li {
	width:calc(50% - 5px);
	float:left;
}
.jm9_sum .r2 li:nth-child(2) {
	margin-left:10px;
}
.jm10_sum {
	background:#f9f9f9;
	padding:1px;
	box-sizing:border-box;
}
.jm10_sum .jm10_list {
	}.jm10_list .swiper-slide {
	padding-bottom:130px;
}
.jm10_list .swiper-pagination-bullet,.brand5_sum .swiper-pagination-bullet {
	width:12px;
	height:12px;
	cursor:pointer;
}
.jm10_list .picture {
	}.jm10_list .swiper-pagination {
	bottom:75px;
}
.jm10_list .lans {
	background:#ffffff;
	position:relative;
	padding:30px 30px 10px 30px;
}
.jm10_list .name {
	font-size:50px;
	color:#e8e8e8;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	right:0px;
}
.jm10_list .l1 {
	font-size:14px;
	color:#333333;
	position:relative;
}
.jm10_list .l1 span {
	font-family:'din';
	font-size:46px;
	color:#19b1a4;
	margin-right:25px;
}
.jm10_list .l2 {
	font-size:14px;
	color:#999999;
}
.jm11_sum {
	background:url(.) center center no-repeat;
	padding-bottom:100px;
	padding-top:1px;
	margin-top:-1px;
	margin-bottom:130px;
}
.jm11_sum .title_h2 {
	color:#ffffff;
	margin-bottom:0;
}
.jm11_sum .title_h4 {
	font-size:16px;
	color:#ffffff;
	margin-bottom:50px;
}
.jm11_sum .jm11_form {
	max-width:1000px;
	margin:auto;
	font-size:16px;
}
.jm11_form li {
	position:relative;
	width:calc(50% - 10px);
	float:left;
	margin-bottom:20px;
}
.jm11_form .ico {
	position:absolute;
	top:15px;
	left:15px;
}
.jm11_form li:nth-child(2) {
	margin-left:20px;
}
.jm11_form .text {
	width:100%;
	height:60px;
	line-height:30px;
	padding:15px 55px;
	box-sizing:border-box;
	border:0;
	font-size:16px;
	font-weight:lighter;
}
.jm11_sum .jm11_form .t2 {
	position:relative;
	margin-bottom:20px;
}
.jm11_sum .jm11_form .t3 {
	position:relative;
	text-align:center;
	margin-bottom:20px;
	margin-top:30px;
}
.jm11_form .textarea {
	width:100%;
	resize:none;
	height:150px;
	padding:15px 50px;
	box-sizing:border-box;
	font-size:16px;
	font-weight:lighter;
}
.jm11_form .sub {
	width:160px;
	height:60px;
	line-height:60px;
	border:0;
	color:#ffffff;
	margin:0 20px;
	font-size:18px;
	transition:all .5s;
	background:transparent;
	border:1px solid rgba(255,255,255,.4);
}
.jm11_form .sub:hover {
	margin-top:-5px;
	margin-bottom:5px;
}
.jm11_form .sub1 {
	background:#f72838;
	border:0;
}
.jm11_form .sub2:hover {
	color:#f72838;
}
.jm11_form .t4 .sub1 {
	width:100%;
	margin:0;
}
.jm11_form .tips {
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
.pc_fixed {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background:rgba(0,0,0,.7);
	height:85px;
	z-index:20;
}
.pc_fixed .left {
	margin-top:-3.5%;
	float:left;
	width:25%;
}
.pc_fixed .form {
	float:left;
	margin-top:25px;
	margin-left:50px;
}
.pc_fixed .form .t1 {
	width:200px;
	line-height:20px;
	height:40px;
	box-sizing:border-box;
	padding:10px 15px;
	border:0;
	background:#ffffff;
	margin-right:20px;
	font-size:16px;
	float:left;
}
.pc_fixed .form .t2 {
	width:100px;
	line-height:20px;
	height:40px;
	box-sizing:border-box;
	padding:10px 15px;
	border:0;
	background:#f72838;
	color:#ffffff;
	text-align:center;
	margin-right:20px;
	font-size:16px;
	float:left;
}
.pc_fixed .tips {
	font-size:14px;
	color:#ffffff;
	line-height:90px;
	padding-left:1.2%;
	float:left;
	font-weight:lighter;
	width:350px;
}
@media screen and (max-width:1550px) {
	.jm7_list .list1 .l1 {
	font-size:18px;
	margin-bottom:7px;
}
.jm7_list .list1 .l2 {
	font-size:13px;
	line-height:20px;
	color:#666666;
}
.jm7_list .list1 li {
	height:130px
}
.jm10_list .name {
	font-size:40px
}
.jm10_list .l1 span {
	font-size:35px;
	margin-right:10px
}
.jm10_list .lans {
	padding:20px;
}
.pc_fixed .left {
	width:270px;
	margin-top:-3%;
}
.pc_fixed {
	height:60px;
}
.pc_fixed .form {
	margin-top:10px;
	margin-left:25px;
}
.pc_fixed .form .t1 {
	font-size:14px;
	width:150px;
	margin-right:8px;
}
.pc_fixed .form .t2 {
	font-size:14px;
	width:80px;
	padding:0;
	margin-right:10px;
}
.pc_fixed .tips {
	padding-left:3%;
	line-height:60px;
	font-size:12px;
}
}@media screen and (max-width:1199px) {
	.jm8_nav {
	width:100%;
	height:60px;
}
.jm8_nav:after {
	display:none;
}
.jm8_nav a.on {
	border-top:2px solid #f72838;
}
.jm8_nav a img {
	/* width:15px;
	*/
        margin-right:6px;
	display:inline-block;
}
.jm2_bg .lans {
	width:90%;
}
.jm2_bg .l1 {
	font-size:22px;
	margin:30px 0 20px 0;
}
.serives2_list .t3 {
	padding-top:30px
}
.jm2_bg {
	padding-bottom:80px;
}
.title_h4 {
	font-size:14px;
}
.jm8_sum1 {
	background:transparent;
}
.jm3_wrapper .left {
	display:none;
}
.jm3_wrapper .right {
	width:100%;
}
.jm3_wrapper .right .bg {
	width:50px;
	height:50px;
}
.jm3_wrapper .right .l1 {
	font-size:16px;
}
.jm3_wrapper .right .l2 {
	font-size:13px;
}
.jm3_wrapper .right .lans {
	width:calc(100% - 60px);
	float:right;
}
.jm3_wrapper .right li {
	min-height:auto;
	margin-bottom:35px;
}
.jm4_list ul {
	padding:0 30px;
	font-size:14px;
}
.jm4_list .slick-dots {
	text-align:center;
	border:0;
	margin-bottom:30px;
}
.jm4_list .slick-dots  li {
	border:0;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#ffffff;
	opacity:.5;
	line-height:10px;
	padding:0;
	margin:0 5px;
}
.jm4_list .slick-dots  li.slick-active {
	opacity:1;
}
.jm4_list .slick-dots button {
	display:none;
}
.jm4_list .slick-dots  li:after {
	display:none;
}
.jm4_list dd {
	padding:30px 0 0;
	margin:30px 0 30px 0;
}
.jm4_list .t1 {
	font-size:24px;
	padding:0 30px;
}
.jm4_list .t2 {
	padding:0 30px;
}
.jm4_list li {
	padding:13px 0;
}
.jm4_list li span {
	margin-right:10px;
}
.jm5_sum .ques_list_wrapper li:nth-child(5n),.jm5_sum .ques_list_wrapper li,.jm5_sum .ques_list_wrapper li:nth-child(3n - 1) {
	width:33.3%;
	margin:0;
}
.jm5_sum .title_h4 {
	margin-bottom:40px
}
.ques_list_wrapper .t2 {
	/* margin:15px 0;
	*/
}
.jm5_sum .ques_list_wrapper .lans {
	top:30px;
	left:20px;
	width:calc(100% - 40px);
	height:calc(100% - 50px);
}
.jm6_sum .right {
	width:100%
}
.jm6_sum .right a,.jm6_sum .right a:nth-child(2) {
	width:48%;
	margin:10px 0;
}
.jm6_sum .right a:nth-child(2) {
	margin-right:4%;
}
.jm6_sum .right a:nth-child(1) {
	margin-left:52%
}
.jm6_sum1 .left {
	width:48%;
	top:25%
}
.jm6_sum .left .t1 {
	font-size:24px
}
.jm11_sum .title_h2 {
	padding-top:20px;
	padding-bottom:10px;
}
.jm6_sum .left .t2 {
	font-size:14px;
	line-height:20px;
	height:180px
}
.jm6_sum .left .t3 {
	width:100px;
	height:40px;
	line-height:40px;
}
.jm6_sum .right .lans {
	padding:30px 25px 0 25px;
	height:100px;
}
.jm6_sum .right .r1 {
	font-size:18px;
}
.jm6_sum1 {
	margin-top:30px
}
.jm7_list .center {
	display:none;
}
.jm7_list .list1 {
	width:100%;
	position:static;
	transform:translate(0,0%);
	-webkit-transform:translate(0,0%);
}
.jm7_list .list1 li {
	height:auto;
	margin-bottom:40px
}
.jm7_list .list1 .l1 {
	font-size:16px;
}
.jm7_list .list1 .l2 {
	font-size:13px
}
.jm8_nav a {
	padding:20px 0;
	font-size:14px;
	height:60px;
}
.jm8_list .lans {
	width:90%;
	left:3%;
	bottom:20px;
	padding-left:10px;
	font-size:18px;
	font-weight:normal;
	line-height:2;
	border:0;
}
.jm9_sum .left {
	width:100%;
	padding:30px 0 10px 0;
}
.jm9_sum .box {
	position:relative;
	top:0;
	left:0;
}
.jm9_sum .right {
	position:static;
	width:90%;
	margin:auto;
	float:none;
	padding-bottom:30px;
}
.jm9_sum .l2 {
	margin:20px 0;
	font-size:16px;
	line-height:1.7;
}
.jm9_sum .l1 {
	font-size:30px
}
.pc_fixed {
	display:none;
}
.jm11_sum .title_h4 {
	font-size:13px;
	margin:5px 0 30px 0;
}
.jm8_list li {
	color:#444;
	background:#ffffff;
}
.jm10_list .swiper-slide {
	padding-bottom:0;
}
}@media screen and (max-width:1025px) {
	.jm2_bg .l1 {
	font-size:20px;
}
.jm2_bg .l2 {
	height:auto;
}
.jm2_bg {
	padding-bottom:40px;
}
.jm4_list dd {
	width:100%;
	/* float:none;
	*/
        padding:20px 0;
	margin:30px 0;
	text-align:center;
}
.jm4_list .t1 {
	font-size:18px;
}
.jm4_list .t2 {
	font-size:12px
}
.jm4_list ul {
	font-size:13px;
}
.jm4_list .ico {
	opacity:.8;
	margin:15px auto 10px auto;
}
.jm4_list dd:hover .lans {
	margin-top:0px;
	margin-bottom:0px;
}
.jm5_sum .ques_list_wrapper li:nth-child(5n),.jm5_sum .ques_list_wrapper li,.jm5_sum .ques_list_wrapper li:nth-child(3n - 1) {
	width:100%;
	/* padding-top:0;
	*/
}
.jm5_sum .ques_list_wrapper li:nth-child(5n),.jm5_sum .ques_list_wrapper li,.jm5_sum .ques_list_wrapper li:nth-child(3n - 1) {
	padding-top:0%;
	padding:0;
	/* background:rgba(0,0,0,.5);
	*/
}
.ques_list_wrapper .t1 {
	width:50px;
	float:left;
}
.jm5_sum .ques_list_wrapper .lans {
	position:relative;
	margin:15px auto;
	top:0;
	left:0;
	padding-bottom:20px;
}
.jm6_sum .left .t1 {
	font-size:20px
}
.serivesum .jm6_sum .title_h2,.serivesum .jm7_sum .title_h2 {
	padding-top:30px;
}
.jm8_list .lans {
	bottom:15px;
	padding-left:8px;
	font-size:16px;
}
.jm8_sum {
	padding-bottom:40px
}
.jm10_list .name {
	font-size:30px
}
.jm10_list .l1 span {
	font-size:25px;
}
.jm10_list .swiper-pagination-bullet {
	width:6px;
	height:6px;
}
.jm10_list .swiper-pagination {
	bottom:20px
}
.jm9_sum .l1 {
	font-size:24px
}
}@media screen and (max-width:750px) {
	.ques_list_wrapper .t2 {
	width:calc(100% - 50px);
	float:left;
	margin:5px 0;
}
.ques_list_wrapper .t3 {
	width:calc(100% - 50px);
	margin-left:50px;
	/* margin-top:40px;
	*/
}
.jm6_sum .left .t1 {
	font-size:18px
}
.jm6_sum .left .t2 {
	font-size:12px;
	line-height:20px;
	height:140px;
	margin:15px 0;
}
.jm7_list .list1 .ico img {
	width:28px
}
.jm7_list .list1 .lans {
	padding-left:40px;
}
.jm8_list .lans {
	font-size:13px;
	position:relative;
	margin-top:30px;
	color:#333;
}
.jm8_nav {
	height:45px;
}
.jm8_nav a {
	padding:10px 0;
	height:auto;
	font-size:13px;
}
.jm8_sum {
	padding-bottom:20px
}
.jm10_list .name {
	font-size:25px
}
.jm9_sum .l2 {
	margin:15px 0;
	font-size:14px;
}
.jm9_sum .l1 {
	font-size:22px
}
}@media screen and (max-width:550px) {
	.jm5_sum .ques_list_wrapper li:nth-child(5n),.jm5_sum .ques_list_wrapper li,.jm5_sum .ques_list_wrapper li:nth-child(3n - 1) {
	/* padding-top:70%;
	*/
}
.jm6_sum .right .r1 {
	font-size:15px
}
.jm6_sum .right .r2 {
	font-size:12px
}
.jm8_list .lans {
	font-size:12px;
	margin-top:25px;
	line-height:1.7;
}
}/*end jm.html*/
/*shouhou.html*/
.editor {
	font-size:14px;
	line-height:30px;
	color:#666666;
}
.shouhou {
	padding-bottom:130px;
}
@media screen and (max-width:1199px) {
	.editor {
	font-size:13px;
	line-height:28px;
	color:#666666;
}
.shouhou {
	padding-bottom:70px;
}
}/*end shouhou.html*/
/*complain.html*/
.complain1 {
	}.complain1 .com_form {
	padding:40px 0 120px 0;
}
.complain1 .com_top1 {
	}.complain1 .com_top1 input {
	width:100%;
	border:0;
	font-size:16px;
}
.complain1 .com_top1 li {
	width:31.25%;
	box-sizing:border-box;
	margin-left:3.125%;
	float:left;
	background:#ffffff;
	text-align:center;
	height:65px;
	border:1px solid #eeeeee;
	line-height:25px;
	padding:20px 50px;
	position:relative;
}
.complain1 .com_top1 li:nth-child(1) {
	margin-left:0;
}
.complain1 .com_top1 li.on:before,.complain1 .text_wrapper:before {
	content:'*';
	color:#f72838;
	font-size:16px;
	position:absolute;
	top:calc(50% - 10px);
	left:35px;
	text-align:right;
	z-index:5;
}
.complain1 .text_wrapper {
	position:relative;
	margin:20px 0 55px 0;
}
.complain1 .text_wrapper:before {
	top:20px;
}
.complain1 .textarea {
	width:100%;
	height:200px;
	border:1px solid #eeeeee;
	resize:none;
	box-sizing:border-box;
	padding:20px 50px;
	font-size:16px;
	line-height:24px;
	position:relative;
}
.complain1 .sub1 {
	background:#f72838;
	color:#ffffff;
	border:0;
	width:300px;
	height:70px;
	line-height:70px;
	display:block;
	margin:auto;
	font-size:18px;
}
.complain1 .sub1:hover {
	background:#00a196;
}
@media screen and (max-width:1199px) {
	.complain1 .com_top1 li:nth-child(1),.complain1 .com_top1 li {
	margin-left:0;
	width:100%;
	padding:10px 20px;
	height:55px;
	margin-top:20px;
}
.complain1 .textarea {
	padding:15px 20px;
	height:150px;
	font-size:15px;
}
.complain1 .com_top1 li.on:before,.complain1 .text_wrapper:before {
	left:10px;
	top:14px;
}
.complain1 .text_wrapper {
	margin-bottom:35px
}
.complain1 .sub1 {
	width:200px;
	height:55px;
	line-height:55px;
	font-size:16px;
}
.complain1 .com_form {
	padding:10px 0 60px 0;
}
.complain1 .com_top1 input {
	font-size:15px;
}
.jm11_form .ico {
	width:20px;
	top:10px;
	left:10px;
}
.jm11_form .text {
	height:40px;
	padding:5px 40px;
}
.jm11_form li {
	margin-bottom:10px;
	width:calc(50% - 5px);
}
.jm11_form li:nth-child(2) {
	margin-left:10px;
}
.jm11_sum .jm11_form .t2 {
	margin-bottom:10px;
}
.jm11_form .sub {
	width:100px;
	height:40px;
	line-height:40px;
	margin:0 10px;
	font-size:14px;
}
.jm11_sum {
	padding-bottom:50px;
	margin-bottom:50px;
}
}/*end complain.html*/
/*news.html*/
.news_top {
	padding:110px 0 100px 0;
}
.news_top a {
	position:relative;
}
.news_top a:after {
	content:'';
	z-index:2;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.0;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.news_top a:hover:after {
	opacity:.3;
}
.news_top .lans {
	background:#00000054;
	position:absolute;
	bottom:0px;
	left:0;
	padding:20px;
	color:#ffffff;
	box-sizing:border-box;
	width:100%;
	z-index:3;
}
.news_top .t1 {
	font-size:18px;
}
.news_top a:hover .lans {
	color:#f72838;
}
.news_top .t2 {
	font-size:14px;
	color:#f72838;
	margin-top:5px;
}
.news_top a:hover .t2 {
	color:#fff;
}
.news_list1 {
	padding-bottom:50px;
}
.news_list1 a {
	display:block;
	background:#ffffff;
	padding:30px;
	box-sizing:border-box;
	margin-bottom:25px;
	position:relative;
}
.news_list1 .lans:after {
	content:'';
	width:0%;
	left:0;
	position:absolute;
	bottom:0px;
	height:3px;
	background:#f72838;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.news_list1 a:hover .lans:after {
	left:0;
	width:100%;
}
.news_list1 .imgs {
	width:350px;
	float:left;
}
.news_list1 .lans {
	width:calc(100% - 470px);
	float:left;
	box-sizing:border-box;
	padding:0 5%;
	margin-top:30px;
}
.news_list1 .l1 {
	font-size:24px;
	color:#333333;
	text-align: left;
}
.news_list1 .l2 {
	font-size:14px;
	line-height:24px;
	color:#666666;
	height:48px;
	margin:20px 0 40px 0;
}
.news_list1 .l3 {
	font-size:14px;
	color:#999999;
}
.news_list1 .l3 dd {
	margin-right:8%;
	display:inline-block;
	vertical-align:top;
	margin-left:-10px;
}
.news_list1 .l3 dd img {
	margin:0 10px;
}
.news_list1 .l3 dd:last-child img:last-child {
	display:none;
}
.news_list1 .l3 dd:last-child img:first-child {
	display:inline-block;
}
.news_list1 .times {
	width:120px;
	text-align:right;
	color:#d6d6d6;
	float:right;
	margin-top:30px;
	font-family:Arial;
}
.news_list1 .t1 {
	font-size:40px;
}
.news_list1 .t2 {
	font-size:20px;
}
.news_list1 a:hover .l1 {
	color:#f72838;
}
.news_list1 a:hover .times {
	color:#f72838;
}
.news_list1 a:hover dd:last-child {
	color:#f72838;
}
.news_list1 a:hover dd:last-child img:last-child {
	display:inline-block;
}
.news_list1 a:hover dd:last-child img:first-child {
	display:none;
}
.news_list1 .l3 dd:last-child {
	margin:0;
}
@media screen and (max-width:1500px) {
	.news_list1 .imgs {
	width:300px;
}
.news_list1 .lans {
	width:calc(100% - 400px);
	padding:0 2%;
	margin-top:15px;
}
.news_list1 .t1 {
	font-size:30px;
}
.news_list1 .times {
	width:90px;
}
.news_list1 .l1 {
	font-size:22px;
}
.news_list1 .l3 dd {
	margin-right:30px;
}
}@media screen and (max-width:1199px) {
	.news_list1 a {
	padding:0;
	position:relative;
}
.news_list1 .imgs {
	width:100%;
}
.news_list1 .lans {
	width:100%;
	padding:0 5%;
	margin-top:20px;
}
.news_list1 .times {
	box-sizing:border-box;
	padding:0 5% 20px 5%;
	width:100%;
	margin-top:10px;
	position:absolute;
	bottom:0;
	right:0;
}
.news_list1 .l3 dd {
	line-height:2.5;
}
.news_list1 .l3 {
	padding:0 0%;
	box-sizing:border-box;
}
.news_list1 .l3 dd:nth-child(3),.news_list1 .l3 dd:nth-child(4) {
	margin-left:0px;
}
.news_list1 .l3 dd:nth-child(4) {
	margin-left:-10px
}
.news_list1 .l2 {
	font-size:13px;
	margin:15px 0 20px 0;
}
.news_top {
	padding:30px 0 100px 0;
}
.news_list1 .t1 {
	font-size:20px;
}
.news_list1 .l1 {
	font-size:18px;
}
.news_list1 .t2 {
	font-size:12px;
}
.news_list1 {
	padding-bottom:0;
}
}/*end news.html*/
/*news1.html*/
.hengs {
	width:100%;
	height:2px;
	border-top:2px solid #f72838;
	border-bottom:1px solid #f72838;
}
.news2_list1 {
	padding-bottom:50px;
}
.news2_list1 a {
	margin:35px 0 0 0;
	float:left;
	display:block;
	width:calc(33.3% - 23.5px);
	background:#ffffff;
}
.news2_list1 a:nth-child(3n -1) {
	margin:35px 35px 0 35px;
}
.news2_list1 .lans {
	width:100%;
	padding:1px 35px;
	box-sizing:border-box;
	height:238px;
	position:relative;
}
.news2_list1 a:hover .lans {
	background:#f72838;
}
.news2_list1 .l1 {
	font-size:20px;
	line-height:26px;
	color:#222222;
	margin-top:30px;
	margin-bottom:20px;
}
.news2_list1 a:hover .l1 {
	color:#ffffff;
}
.news2_list1 .l2 {
	font-size:14px;
	line-height:24px;
	height:48px;
	color:#666666;
}
.news2_list1 a:hover .l2 {
	color:#ffffff;
}
.news2_list1 .l3 {
	width:calc(100% - 70px);
	font-size:15px;
	color:#b8b8b8;
	position:absolute;
	bottom:0;
	height:60px;
	line-height:60px;
	border-top:1px solid #b8b8b8;
	box-sizing:border-box;
}
.news2_list1 a:hover .l3 {
	color:#ffffff;
	border-top:1px solid rgba(255,255,255,.5);
}
.news2_list1 .l3 .ico {
	position:absolute;
	bottom:0;
	right:0;
	background:url('../images/ico_6_on.png') right center no-repeat;
	width:60px;
	height:60px;
	opacity:.5;
	transition:all .3s;
	-webkit-transition:all .3s;
}
.news2_list1 a:hover .ico {
	background:url('../images/ico_6.png') right center no-repeat;
	right:-5px;
}
@media screen and (max-width:1199px) {
	.news2_list1 a:nth-child(3n -1),.news2_list1 a {
	width:48%;
	margin:0;
	margin-top:30px;
}
.news2_list1 a:nth-child(odd) {
	margin-right:4%;
}
.news2_list1 .l1 {
	font-size:18px;
	line-height:26px;
	color:#222222;
	margin-top:25px;
	margin-bottom:15px;
}
.news2_list1 .l2 {
	font-size:13px;
	line-height:23px;
	color:#666666;
	height:46px;
}
.news2_list1 .l3 {
	font-size:14px;
	color:#b8b8b8;
	height:50px;
	line-height:50px;
}
.news2_list1 .l3 .ico {
	width:50px;
	height:50px;
}
.news2_list1 .lans {
	height:210px;
}
}@media screen and (max-width:780px) {
	.news2_list1 a:nth-child(3n -1),.news2_list1 a,.news2_list1 a:nth-child(odd) {
	width:100%;
	margin:0;
	margin-top:20px;
}
.news2_list1 .lans {
	padding:1px 25px;
}
.news2_list1 .l1 {
	font-size:16px;
	line-height:26px;
	color:#222222;
}
.news2_list1 .l3 {
	width:calc(100% - 50px);
}
}/*end news1.html*/
/*newd.html*/
.news_details {
	position:relative;
	margin-top:90px;
	z-index:2;
}
.news_details .left {
	width:calc(100% - 450px);
	float:left;
	background:#ffffff;
	padding:50px 0px;
	box-sizing:border-box;
}
.news_details .left .title {
	font-size:30px;
	line-height:1.7;
}
.news_details .right {
	width:400px;
	float:right;
	background:#ffffff;
	padding:20px 1.6%;
	box-sizing:border-box;
}
.news_details .right .title {
	font-size:24px;
	line-height:2;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #eee;
}
.news_details .mess {
	font-size:14px;
	color:#999999;
	margin:27px 0 20px 0;
	padding-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,.1);
	line-height:2;
}
.news_details .mess li {
	margin-right:75px;
	float:left;
}
.news_details .editors {
	font-size:16px;
	line-height:30px;
	color:#222;
	font-weight:lighter;
	width:100%;
}
.news_details .editors p {
	text-indent:2em;
	margin:1em auto;
}
.news_details .right_list {
	}.right_list a {
	display:none;
	padding:20px 0;
	width:100%;
	border-bottom:1px dashed #eeeeee;
}
.right_list a:first-child {
	}.right_list .picture {
	width:135px;
	float:left;
}
.right_list a:nth-child(1),.right_list a:nth-child(2),.right_list a:nth-child(3) {
	display:block;
}
.right_list .lans {
	width:200px;
	float:right;
}
.right_list .t1 {
	font-size:16px;
	line-height:24px;
	color:#333333;
	margin:2px 0 10px 0;
}
.right_list .t2 {
	font-size:13px;
	color:#999999;
	font-weight:lighter;
}
.right .more {
	color:#666666;
	line-height:2;
	cursor:pointer;
	text-align:center;
	padding-top:20px;
}
.right .more img {
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	margin-bottom:-18px;
}
.i_ico {
	display:inline-block;
}
.i_ico a {
	margin:0 3px;
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
	display:none;
	transition:0.5s;
}
.i_ico.on a {
	display:inline-block;
}
.i_ico a:nth-child(1),.i_ico a:nth-child(2),.i_ico a:nth-child(3),.i_ico a:last-child {
	display:inline-block;
}
.i_ico a:hover {
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:grayscale(0%);
	filter:;
}
.new_pagetion {
	border-top:1px solid #eeeeee;
	margin-top:60px;
	padding-top:30px;
	font-weight:lighter;
}
.new_pagetion .left1 {
	width:calc(100% - 250px);
	float:left;
}
.new_pagetion .left1 a {
	font-size:16px;
	line-height:30px;
	color:#222222;
	display:block;
	margin-bottom:5px;
}
.new_pagetion .left1 a:hover {
	color:#f72838;
}
.new_pagetion .list {
	width:160px;
	height:50px;
	line-height:50px;
	background:#eeeeee;
	color:#333333;
	text-align:center;
	font-size:16px;
}
@media screen and (max-width:1600px) {
	.news_details .right {
	width:320px;
}
.right_list .picture {
	width:120px;
}
.right_list .lans {
	width:150px;
	float:right;
}
.right_list .t1 {
	font-size:15px;
	line-height:22px;
}
.news_details .left {
	width:calc(100% - 360px);
}
.news_details .left .title {
	font-size:28px;
}
.news_details .mess {
	font-size:13px;
	margin:20px 0 15px 0;
	padding-bottom:20px;
}
.news_details .editors {
	font-size:15px;
	line-height:28px;
}
}@media screen and (max-width:1199px) {
	.news_details .left {
	width:100%;
	float:left;
	background:#ffffff;
	box-sizing:border-box;
}
.news_details .right {
	display:none;
}
.news_details .editors {
	font-size:14px;
	line-height:1.85;
}
.new_pagetion .left1 {
	width:100%;
	float:none;
}
.new_pagetion .list {
	float:none;
	width:130px;
	line-height:40px;
	height:40px;
	margin:20px auto 0 auto;
}
.new_pagetion .list img {
	width:20px;
}
.news_details .left .title {
	font-size:24px;
}
.new_pagetion .left1 a {
	font-size:14px;
	line-height:27px;
}
.new_pagetion {
	margin-top:30px;
	padding-top:20px;
}
}@media screen and (max-width:700px) {
	.news_details .left {
	}.news_details .title {
	font-size:24px;
	line-height:1.8;
}
.tuijian {
	padding:30px 0 15px 0;
	line-height:2;
}
.news_details .mess li {
	margin-right:30px;
	line-height:2;
}
.news_details .left .title {
	font-size:20px;
}
.new_pagetion .left1 a {
	font-size:12px;
	line-height:22px;
}
}/*end newd.html*/
/*solve.html*/
.solve_sum {
	}.solve_sum .right {
	border-left:1px solid #eeeeee;
	padding:0 5%;
	box-sizing:border-box;
}
.solve_sum .editor_title {
	font-size:30px;
	color:#333333;
	font-weight:bold;
	margin-bottom:60px;
	text-align:center;
}
.solve_sum .editor {
	font-size:16px;
	line-height:34px;
}
.solve_sum .editor h2 {
	font-size:24px;
}
@media screen and (max-width:1199px) {
	.solve_sum .right {
	border-left:0;
	padding:0;
}
.solve_sum .editor_title {
	font-size:28px;
	margin-bottom:40px;
	margin-top:50px;
}
.solve_sum .editor {
	font-size:14px;
	line-height:2;
}
.solve_sum .editor h2 {
	font-size:18px;
}
.jm3_sum {
	padding-bottom:30px;
}
}@media screen and (max-width:780px) {
	.solve_sum .editor_title {
	font-size:20px;
	margin-bottom:30px;
}
.solve_sum .editor {
	font-size:13px;
	line-height:2;
}
.solve_sum .editor h2 {
	font-size:16px;
}
.jm3_sum {
	padding-bottom:1px;
}
}/*end solve.html*/
/*pro_d1.html*/
/*商品放大css*/
.preview {
	width:750px;
	height:600px;
	margin-right:50px;
	position:relative;
}
/* smallImg */
.smallImg {
	position:relative;
	height:585px;
	margin-top:1px;
	padding:15px 5px;
	width:130px;
	overflow:hidden;
	float:left;
}
.scrollbutton {
	width:25px;
	height:130px;
	overflow:hidden;
	position:relative;
	float:left;
	cursor:pointer;
	margin-left:50px;
	margin-top:-80px;
	margin-bottom:-42px;
}
.scrollbutton.smallImgUp,.scrollbutton.smallImgUp.disabled {
	background:url(../images/ico_43.png) no-repeat center center;
	transform:rotate(-90deg);
}
.scrollbutton.smallImgDown,.scrollbutton.smallImgDown.disabled {
	background:url(../images/ico_43.png) no-repeat left center;
	/* margin-left:0;
	*/
    margin-top:-42px;
	transform:rotate(90deg);
}
.scrollbutton.smallImgDown:hover,.scrollbutton.smallImgDown.disabled:hover {
	background:url(../images/ico_43_on.png) no-repeat left center;
}
.scrollbutton.smallImgUp:hover,.scrollbutton.smallImgUp.disabled:hover {
	background:url(../images/ico_43_on.png) no-repeat left center;
}
#imageMenu {
	height:540px;
	width:100%;
	overflow:hidden;
	margin-left:0;
	float:none;
}
#imageMenu ul {
	/* margin-left:-15px;
	*/
}
#imageMenu li {
	height:125px;
	width:125px;
	/* margin-left:12px;
	*/
    overflow:hidden;
	float:left;
	text-align:center;
	margin-bottom:10px;
}
#imageMenu li img {
	width:125px;
	height:125px;
	cursor:pointer;
}
#imageMenu li#onlickImg img,#imageMenu li:hover img {
	width:125px;
	height:125px;
	border:2px solid #f72838;
	box-sizing:border-box;
}
/* bigImg */
.bigImg {
	position:relative;
	float:right;
	width:600px;
	height:600px;
	overflow:hidden;
	/* border:1px solid #ddd;
	*/
}
.bigImg #midimg {
	width:585px;
	height:585px;
}
.bigImg #midimg img {
	width:100%;
}
.bigImg #winSelector {
	width:235px;
	height:210px;
}
#winSelector {
	position:absolute;
	cursor:crosshair;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	opacity:0.15;
	background-color:#000;
	border:1px solid #fff;
}
/* bigView */
#bigView {
	position:absolute;
	border:1px solid #ddd;
	overflow:hidden;
	z-index:999;
	background-color:#fff;
	left:750px;
}
#bigView img {
	position:absolute;
	max-width:300%
}
.pro_d1 {
	padding-top:50px;
}
.pro_d1 .right {
	width:calc(100% - 800px);
	max-width:720px;
	float:right;
}
.pro_d1 .titles {
	font-size:30px;
	color:#222222;
	border-bottom:1px solid #e7e7e7;
	padding:20px 0;
}
.pro_d1 .left {
	width:750px;
	display:block;
	float:left;
}
.pro_d1 table {
	width:100%;
}
.pro_d1 .table {
	padding:30px 0;
	border-bottom:1px solid #e7e7e7;
}
.pro_d1 td {
	color:#222222;
	font-size:16px;
	line-height:26px;
	padding:10px 0;
	position:relative;
}
.pro_d1 td span {
	color:#999999;
}
.pro_d1 td span.t1 {
	position:absolute;
	top:10px;
	left:0;
}
.pro_d1 td.t1_w1 {
	padding-left:120px;
}
.pro_d1 .message {
	width:200px;
	height:60px;
	line-height:60px;
	font-size:16px;
	background:url('../images/ico_49.png') 30px center no-repeat #f72838;
	color:#ffffff;
	text-align:center;
	padding-left:30px;
	box-sizing:border-box;
	margin-top:40px;
}
.pro_d1 .message:hover {
	background-color:#00897e;
}
.banner_sj li img {
	width:100% !important;
	height:auto !important;
}
.banner_sj {
	display:none;
	max-width:500px;
	margin:0 auto 10px auto;
}
.banner_sj .slick-dots {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
	text-align:center;
}
.banner_sj .slick-dots li {
	width:7px;
	height:7px;
	background:#000;
	opacity:.5;
	display:inline-block;
	border-radius:50%;
	margin:0 4px;
}
.banner_sj .slick-dots button {
	display:none;
}
.banner_sj .slick-dots li.slick-active {
	background:#00b0a3;
}
.pro_d2 {
	margin-top:60px;
	border-top:1px solid #e7e7e7;
}
.pro_d2_nav {
	position:relative;
	/* height:70px;
	*/
}
.pro_d2_nav:before {
	content:'';
	width:200px;
	left:0;
	top:0;
	position:absolute;
	background:#f72838;
	height:3px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.pro_d2_nav.two:before {
	left:200px;
}
.pro_d2_nav a {
	text-align:center;
	width:200px;
	float:left;
	font-size:16px;
	color:#999999;
	padding:25px 0;
	line-height:20px;
	position:relative;
	/* border:1px solid #eeeeee;
	*/
    box-sizing:border-box;
}
.pro_d2_nav a:after {
	content:'';
	position:absolute;
	right:0;
	width:1px;
	height:20px;
	top:20px;
	background:#e7e7e7;
}
.pro_d2_nav a.on {
	color:#222222;
}
.pro_d2_thing {
	padding-bottom:100px;
}
.pro_d2_thing dd {
	display:none;
}
.pro_d3 .titles {
	line-height:1;
	font-size:30px;
	margin-bottom:45px;
	color:#222;
}
.pro_d3_list {
	position:relative;
	margin-bottom:110px;
	padding:0;
}
.swiper-button-next,.swiper-button-prev {
	background:url('../images/ico_50.png');
	background-size:100% 100%;
	width:50px;
	height:50px;
}
.swiper-button-next:hover,.swiper-button-prev:hover {
	background:url('../images/ico_50_on.png');
	background-size:100% 100%;
}
.swiper-button-prev {
	left:-70px;
}
.swiper-button-next {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	right:-70px;
}
.pro_d3_list .t2 {
	font-size:14px;
	color:#999999;
}
.pro_d3_list a:hover .t2 {
	color:#fff;
}
@media screen and (max-width:1600px) {
	.bigImg #midimg,.bigImg {
	width:480px;
	height:480px;
}
.preview,.pro_d1 .left {
	width:600px;
}
#imageMenu li,#imageMenu li#onlickImg img,#imageMenu li:hover img {
	width:90px;
	height:90px;
}
.scrollbutton {
	height:90px;
	margin-top:-60px;
	margin-left:30px;
	margin-bottom:-20px;
}
.smallImg {
	width:90px;
}
#imageMenu {
	height:425px
}
.scrollbutton.smallImgDown,.scrollbutton.smallImgDown.disabled {
	margin-top:-10px
}
.pro_d1 .right {
	width:calc(100% - 650px);
}
.pro_d1 .titles {
	font-size:24px;
	padding:15px 0;
}
.pro_d1 td {
	color:#222222;
	font-size:14px;
	line-height:24px;
	padding:8px 0;
	position:relative;
}
.pro_d1 .table {
	padding:20px 0
}
.pro_d1 .message {
	width:180px;
	height:55px;
	line-height:55px;
	font-size:15px;
	text-align:center;
	padding-left:25px;
	box-sizing:border-box;
	margin-top:23px;
}
#bigView {
	left:600px
}
}@media screen and (max-width:1199px) {
	.preview {
	display:none;
}
.pro_d1 .right {
	width:100%;
	max-width:100%;
}
.pro_d1 {
	padding-top:30px
}
.pro_d1 td.t1_w1 {
	padding-left:100px
}
.pro_d1 .titles {
	font-size:22px;
}
.banner_sj {
	display:block;
}
.swiper-button-prev {
	left:0px;
}
.swiper-button-next {
	right:0px;
}
.pro_d2_thing {
	padding-bottom:50px;
}
.pro_d3 .titles {
	font-size:25px;
	margin-bottom:20px;
}
.pro_d3_list {
	margin-bottom:60px;
}
.pro_d2_nav a {
	width:150px;
	font-size:15px;
	padding:15px 0;
}
.pro_d2_nav:before {
	width:150px
}
.pro_d2_nav.two:after {
	left:150px
}
.banner_video .play {
	width:50px;
	margin-left:-25px;
	margin-top:-25px;
}
}/*end pro_d1.html*/
/*video.html*/
.video_list {
	}.video_list .picture:after {
	content:'';
	background:url(../images/ico_play_on.png);
	width:60px;
	height:60px;
	position:absolute;
	top:50%;
	left:50%;
	background-size:100%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	z-index:3;
}
.video_list a {
	width:31%;
	display:inline-block;
	vertical-align:top;
}
.video_list a .picture {
	position:relative;
	z-index:1;
}
.video_list .lans {
	line-height:1.5;
	font-size:16px;
	margin:20px 0 40px 0;
}
.video_list a:nth-child(3n -1) {
	margin-left:calc(3.5% - 5px);
	margin-right:calc(3.5% - 5px);
}
@media screen and (max-width:1550px) {
	.video_list .picture:after {
	width:45px;
	height:45px;
	background-size:100%;
}
.video_list .lans {
	font-size:14px;
	margin:15px 0 30px 0;
}
}@media screen and (max-width:1199px) {
	.video_list a,.video_list a:nth-child(3n -1) {
	width:48%;
	margin:0;
}
.video_list a:nth-child(even) {
	margin-left:calc(4% - 4px);
}
.video_list .lans {
	font-size:12px;
	margin:12px 0 25px 0;
}
}@media screen and (max-width:780px) {
	.video_list a,.video_list a:nth-child(3n -1),.video_list a:nth-child(even) {
	/* margin-left:0;
	*/
        /* width:100%;
	*/
}
.video_list .picture:after {
	width:30px;
	height:30px;
	background-size:100%;
}
}/*end video.html*/
/*search.html*/
.search_sum {
	}.search_border {
	background:url('../images/border.png') repeat;
	width:87.5%;
	height:230px;
	box-sizing:border-box;
	margin:120px auto 70px auto;
	display:block;
	padding:1px;
}
.search_buttom {
	width:calc(100% - 12px);
	height:218px;
	background:#ffffff;
	margin:6px 0 0 6px;
	box-sizing:border-box;
	padding:0 30px;
}
.search_buttom .t1 {
	color:#222222;
	font-size:20px;
	text-align:center;
	padding:55px 0 35px 0;
}
.search_buttom .t2 {
	font-size:16px;
	width:150px;
	line-height:60px;
	height:60px;
	background:#f72838;
	color:#ffffff;
	margin:auto;
	font-weight:bold;
	text-align:center;
}
.search_table {
	margin-bottom:50px;
}
.search_table table {
	width:100%;
	border-collapse:collapse;
}
.search_table tr th {
	background:#eeeeee;
	border:1px solid #eeeeee;
	font-size:16px;
	line-height:30px;
	padding:15px;
	/* min-width:163px;
	*/
    box-sizing:border-box;
	word-break:keep-all;
}
.search_table td {
	border:1px solid #eeeeee;
	vertical-align:top;
	font-size:14px;
	line-height:24px;
	text-align:center;
	color:#333333;
	padding:18px;
	min-width:120px;
	box-sizing:border-box;
}
.search_table tr th:nth-child(even) {
	background:#e5e5e5;
}
@media screen and (max-width:1500px) {
	.search_table td {
	min-width:80px;
	font-size:13px;
	line-height:22px;
	padding:12px;
}
.search_table tr th:nth-child(6) {
	min-width:150px
}
.search_table tr th {
	font-size:15px;
}
}@media screen and (max-width:1199px) {
	.search_table {
	width:100%;
	overflow:hidden;
	overflow-x:scroll;
}
.search_buttom .t1 {
	color:#222222;
	font-size:15px;
	line-height:1.8;
	text-align:center;
	padding:35px 0 25px 0;
}
.search_buttom .t2 {
	font-size:14px;
	width:110px;
	line-height:40px;
	height:40px;
}
.search_border {
	width:100%;
	height:180px;
	margin:50px 0 30px 0;
}
.search_buttom {
	height:168px
}
}/*end search.html*/
/*contact.html*/
.map {
	background:url(.) center right no-repeat;
	width:100%;
	height:585px;
	background-size:cover;
}
.map2 {
	background:#f72838;
	color:#ffffff;
	padding:30px 0;
}
.map2 .lans_en {
	font-size:18px;
	width:18px;
	float:left;
	writing-mode:vertical-lr;
	position:relative;
	padding-bottom:50px;
}
.map2 .lans_en:after {
	width:1px;
	height:40px;
	background:#ffffff;
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:8px;
}
.contact_left {
	width:63%;
	float:left;
	margin-left:40px;
}
.contact_left li {
	width:33.3%;
	float:left;
	padding-left:75px;
	position:relative;
	font-size:16px;
	line-height:24px;
	font-weight:lighter;
	box-sizing:border-box;
	padding-right:5px;
	margin-bottom:5px;
}
.contact_left li img {
	margin-right:3px;
}
.contact_left .title {
	font-size:26px;
	margin-bottom:20px;
}
.contact_left .ico {
	position:absolute;
	top:-1px;
	font-style:normal;
	left:0;
}
.contact_left li:nth-child(2) {
	padding-left:105px;
}
.contact_right {
	float:right;
	margin-right:25px;
	margin-top:10px;
}
.contact_right li {
	font-size:14px;
	line-height:24px;
	margin-right:25px;
	float:left;
}
.contact_right li img {
	display:block;
	margin-bottom:5px;
}
.contact_sum1 {
	/* margin-bottom:0;
	*/
}
.contact_list_sum .title_h2 {
	text-align:left;
	padding:80px 0 0 0;
	margin-bottom:10px;
}
.contact_list_sum .title_h4 {
	color:#666666;
	text-align:left;
}
.contact_list {
	margin:40px 0 80px 0;
}
.contact_list li {
	background:#fafafa;
	position:relative;
	margin-bottom:20px;
	cursor:pointer;
}
.contact_list li.on {
	background:#f72838;
}
.contact_list li .left:after {
	content:'';
	background:url('../images/ico_8_on.png') center center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	top:50px;
	right:50px;
}
.contact_list li.on .left:after {
	background:url('../images/ico_8.png') center center no-repeat;
}
.contact_list .left {
	width:25%;
	float:left;
	color:#000;
	box-sizing:border-box;
	padding:55px;
}
.contact_list li.on .left {
	color:#ffffff;
}
.contact_list .l1 {
	font-size:20px;
	font-weight:bold;
}
.contact_list .l2 {
	}.contact_list .right {
	width:75%;
	float:right;
	color:#666;
	font-size:14px;
	line-height:24px;
	box-sizing:border-box;
	padding:55px;
}
.contact_list li.on .right {
	color:#ffffff;
}
.contact_list .r1 {
	}.contact_list .r2.on {
	height:24px;
	overflow:hidden;
}
.contact_list .r2.on1 {
	display:none;
}
.contact_list li .r2 {
	/* height:auto;
	*/
}
.contact_list .r3 {
	background:#46c0b5;
	color:#ffffff;
	padding:10px 40px;
	line-height:20px;
	font-size:16px;
	text-align:center;
	margin-top:20px;
	width:350px;
	display:none;
	max-width:100%;
	box-sizing:border-box;
}
.contact_list li.on .r3 {
	display:block;
}
@media screen and (max-width:1550px) {
	.contact_left li {
	width:50%;
	margin-bottom:20px;
}
.map {
	height:500px
}
.contact_list .left,.contact_list .right {
	padding:40px;
	padding-right:10%;
}
}@media screen and (max-width:1199px) {
	.contact_left {
	width:Calc(100% - 60px)
}
.contact_right {
	width:100%;
	padding-left:80px;
	box-sizing:border-box;
}
.map {
	height:400px;
	background-position:65% center;
}
}@media screen and (max-width:780px) {
	.map2 .lans_en {
	width:100%;
	writing-mode:inherit;
	padding-bottom:20px;
}
.map2 .lans_en:after {
	position:static;
	display:inline-block;
	width:40px;
	height:1px;
	margin-bottom:7px;
	margin-left:10px;
}
.contact_left {
	width:100%;
	margin-left:0
}
.contact_left .title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}
.contact_left li {
	width:100%;
	/* margin-bottom:30px;
	*/
        font-size:14px;
}
.contact_left li img {
	width:28px;
}
.contact_right {
	padding:0;
	text-align:center;
	padding:0;
	width:100%;
	margin:0;
	margin-top:30px;
}
.contact_right li {
	float:none;
	display:inline-block;
}
.map {
	height:380px;
	background-position:63% center;
}
.contact_list .left,.contact_list .right {
	padding:10px;
	width:100%;
}
.contact_list li .left:after {
	top:10px;
	right:10px;
}
.contact_list li {
	padding:20px 10px;
	box-sizing:border-box;
}
.contact_list .r3 {
	font-size:14px;
}
.contact_list .l1 {
	font-size:18px;
}
.contact_list_sum .title_h2 {
	padding-top:20px;
}
}.brand5_sum .swiper-button-next {
	right:7%;
}
.brand5_sum .swiper-button-prev {
	left:7%;
}
.brand5_sum .swiper-pagination {
	bottom:40px;
}
.brand4_sum {
	background:#f4f4f4;
	padding:1px;
	box-sizing:border-box;
}
.brand4_sum .swiper-container {
	margin:100px 0 30px 0;
}
.brand4_sum a.swiper-slide {
	background:#ffffff;
	color:#333333;
	line-height:60px;
	padding:5px;
	box-sizing:border-box;
	transition:box-shadow .5s;
	-webkit-transition:box-shadow .5s;
	margin-bottom:25px;
}
.brand4_sum a.swiper-slide:hover {
	color:#ffffff;
	background:#f72838;
	padding:0;
	box-shadow:0 10px 15px rgba(0,0,0,.1);
	margin-top:-3px;
}
.brand4_sum .lans {
	font-size:16px;
	text-align:center;
	padding:0 10px;
	box-sizing:border-box;
}
.brand4_sum_bottom {
	position:relative;
	width:100%;
	margin-bottom:110px;
}
.brand4_sum_bottom .left {
	width:49%;
	float:left;
	box-sizing:border-box;
	padding:5px;
	background:#ffffff;
	transition:box-shadow .2s;
	-webkit-transition:box-shadow .2s;
}
.brand4_sum_bottom .right {
	width:calc(51% - 30px);
	float:right;
	/* position:absolute;
	*/
    /* right:0;
	*/
    /* left:0;
	*/
}
.brand4_sum_bottom .left:hover,.brand4_sum_bottom .r2 li:hover,.brand4_sum_bottom .r1:hover {
	box-shadow:0 20px 40px rgba(0,0,0,.1);
}
.brand4_sum_bottom .r1 {
	width:calc(27% - 30px);
	float:left;
	box-sizing:border-box;
	background:#ffffff;
	border:5px solid #fff;
	position:absolute;
	top:0;
	height:100%;
	transition:box-shadow .2s;
	-webkit-transition:box-shadow .2s;
}
.brand4_sum_bottom .r2 {
	width:calc(24.5% - 30px);
	float:left;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}
.brand4_sum_bottom .r2 li {
	background:#ffffff;
	padding:5px;
	box-sizing:border-box;
	transition:box-shadow .2s;
	-webkit-transition:box-shadow .2s;
}
.brand4_sum_bottom .r2 li:nth-child(2) {
	margin-top:30px;
}
.banner_pc {
	display:block!important;
}
.banner_sj1 {
	display:none;
}
.banners_pc {
	display:block!important;
}
.banners_sj {
	display:none!important;
}
.banner_sj2 {
	display:none!important;
}
.brand4_sum_top {
	display:block;
	position:relative;
}
.brand3_sum {
	}.brand3_sum .right1 {
	width:82%;
	float:right;
	position:relative;
	z-index:6;
}
.brand3_sum .rs1 {
	width:74%;
	float:left;
}
.brand3_sum .rs2 {
	width:26%;
	float:right;
}
.brand3_sum .rs2 li {
	margin-top:2.8%
}
.brand3_sum .rs2 li:first-child {
	margin-top:0
}
.brand3_sum.jm9_sum .box {
	position:absolute;
	z-index:11;
	left:8.5%;
	top:10%;
}
.brand1_sum .hengs {
	}.brand1_sum .l1 {
	font-size:20px;
	font-weight:bold;
	color:#222;
	line-height:2;
}
.brand1_sum .l2 {
	font-size:14px;
	color:#666;
}
.brand1_sum {
	padding:1px 0;
}
.brand1_sum .dian {
	width:600px;
	padding-bottom:50px;
	margin:100px auto;
	position:relative;
}
.brand1_sum .dian li {
	position:absolute;
	width:250px;
	height:130px;
}
.brand1_sum .dian li:nth-child(1) {
	top:-2%;
	right:55%;
}
.brand1_sum .dian li:nth-child(2) {
	top:27%;
	left:-37%;
}
.brand1_sum .dian li:nth-child(3) {
	top:70%;
	left:-23%;
}
.brand1_sum .dian li:nth-child(4) {
	top:27%;
	left:44%;
}
.brand1_sum .dian li:nth-child(5) {
	bottom:11%;
	left:31%;
}
.dian .pic {
	position:absolute;
	top:100%;
	left:60%;
}
.dian .p1 {
	position:relative;
	/* background:#f72838;
	*/
    width:250px;
	height:127px;
}
.brand1_sum .dian li:nth-child(2) .pic {
	transform:rotate(-72deg);
}
.brand1_sum .dian li:nth-child(3) .pic {
	transform:rotate(-144deg);
}
.brand1_sum .dian li:nth-child(4) .pic {
	transform:rotate(72deg);
}
.brand1_sum .dian li:nth-child(5) .pic {
	transform:rotate(144deg);
}
.dian_sj_lans {
	display:none;
	margin-bottom:30px;
}
.dian .p1 > img {
	transition:all .6s ease-in-out;
	-webkit-transition:all .6s ease-in-out;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.dian .p1 > img:first-child {
	z-index:2;
}
.dian .p1 > img:nth-child(2) {
	z-index:1;
	opacity:0;
}
.dian li:hover .p1 > img:nth-child(2) {
	opacity:1;
}
.dian li:hover .p1 > img:nth-child(1) {
	opacity:0;
}
.dian .ico {
	position:absolute;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:10;
}
.dian .ico img:first-child {
	display:none;
}
.dian li:hover .ico img:first-child {
	display:block;
}
.dian li:hover .ico img:last-child {
	display:none;
}
.brand1_sum .li_wrapper {
	position:relative;
}
.brand1_sum .li_wrapper .heng {
	position:absolute;
	transition:all .6s ease-in-out;
	-webkit-transition:all .6s ease-in-out;
	/* opacity:0;
	*/
}
.brand1_sum .dian li:nth-child(1) .heng {
	top:-10px;
	right:-30px;
}
.brand1_sum .li_wrapper .heng img {
	max-width:1000px;
}
.brand1_sum .dian li:hover .lans,.brand1_sum .dian li:hover .heng {
	opacity:1;
}
.brand1_sum .dian li:nth-child(1) .lans {
	left:-150%;
	top:-30px;
}
.brand1_sum .dian li:nth-child(2) .heng {
	top:30px;
	left:40%;
}
.brand1_sum .dian li:nth-child(2) .lans {
	right:70%;
}
.brand1_sum .dian li:nth-child(3) .heng {
	top:30px;
	left:40%;
}
.brand1_sum .dian li:nth-child(3) .lans {
	right:70%;
}
.brand1_sum .dian li:nth-child(4) .heng {
	bottom:10%;
	right:-74%;
}
.brand1_sum .dian li:nth-child(4) .lans {
	top:-221px;
	left:179%;
}
.brand1_sum .dian li:nth-child(5) .heng {
	top:30px;
	left:100%;
}
.brand1_sum .dian li:nth-child(5) .lans {
	left:210%;
	top:-6px;
}
.brand2_sum {
	background:url(.) center left no-repeat #f72838;
	background-size:auto 100%;
	position:relative;
}
.brand1_sum .lans {
	position:absolute;
	width:230px;
	right:110%;
	text-align:right;
	top:0;
	/* opacity:0;
	*/
    transition:all .6s ease-in-out;
	-webkit-transition:all .6s ease-in-out;
}
.brand1_sum li:nth-child(4) .lans,.brand1_sum li:nth-child(5) .lans {
	right:auto;
	left:110%;
	text-align:left;
}
.brand2_sum .bg {
	position:absolute;
	top:0;
	right:0;
	background:url('../images/bb1.png') right center no-repeat;
	height:100%;
	width:100%;
	z-index:4;
	left:0;
	background-position-x:right !important;
	background-size:10%;
	background-color:transparent;
}
.brand2_sum_lans {
	float:right;
	width:58%;
	background:#ffffff;
	padding:80px 10% 80px 60px;
	margin:100px 0;
	box-sizing:border-box;
}
.brand2_sum_lans .title {
	font-size:40px;
	font-weight:bold;
	color:#222222;
	margin-bottom:35px;
}
.brand2_sum_lans .editor {
	font-size:16px;
	line-height:30px;
	color:#666666;
}
.brand2_sum_lans .logo1 {
	text-align:right;
	margin-top:85px;
	position:relative;
}
.brand2_sum_lans .logo1:after {
	width:0%;
	transition:all 1s;
	-webkit-transition:all 1s;
	background:#f72838;
	height:2px;
	position:absolute;
	top:50%;
	left:0;
}
.brand2_sum:hover .logo1:after {
	width:70%;
}
@media screen and (max-width:1550px) {
	.brand4_sum_bottom .right {
	width:calc(51% - 20px);
}
.brand4_sum_bottom .r1 {
	width:calc(27.8% - 30px);
}
.brand2_sum_lans {
	width:75%;
}
.brand2_sum_lans .title {
	font-size:35px
}
}@media screen and (max-width:1199px) {
	.brand4_sum_bottom {
	margin-bottom:50px;
}
.brand4_sum_bottom .left {
	width:100%;
	margin-bottom:10px;
}
.brand4_sum_bottom .right {
	position:static;
	width:100%
}
.brand4_sum_bottom .r1 {
	width:51.5%;
	position:static;
	margin-right:1.5%;
}
.brand4_sum_bottom .r2 {
	width:46%;
	position:static;
}
.brand4_sum_bottom .r2 li:nth-child(2) {
	margin-top:5%;
}
.brand4_sum .swiper-container {
	margin:50px 0 20px 0;
}
.brand5_sum .swiper-pagination {
	bottom:20px;
}
.banner_pc {
	display:none!important;
}
.banner_sj1 {
	display:block;
}
.banner_sj2 {
	display:block!important;
}
.brand5_sum .swiper-button-next,.brand5_sum .swiper-button-prev,.brand4_sum .swiper-button-next,.brand4_sum .swiper-button-prev {
	width:30px;
	height:30px;
}
.brand3_sum.jm9_sum .box {
	position:static;
}
.brand3_sum .right1 {
	width:100%;
}
.brand2_sum_lans {
	width:100%;
	float:none;
	padding:8% 5%;
	/* padding-right:18%;
	*/
        margin:50px 0;
}
.brand2_sum {
	background-size:100% 100%;
}
.brand2_sum_lans .title {
	font-size:30px;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}
.brand2_sum_lans .editor {
	font-size:14px;
	line-height:2;
}
.brand2_sum:hover .logo1:after {
	width:55%;
}
.brand2_sum_lans .logo1 {
	margin-top:30px;
}
.brand2_sum_lans .logo1 img {
	max-width:40%
}
.brand2_sum .bg {
	background-size:20%;
}
}@media screen and (max-width:899px) {
	.banners_sj {
	display:none !important;
}
}/*end contact.html*/
/*about1.html*/
.about1 {
	padding:125px 0;
}
.about1 .left {
	width:44%;
	float:left;
	margin-top:1.5%;
}
.about1 .l1 {
	}.about1 .l2 {
	color:#444;
	font-size:16px;
	line-height:30px;
	margin:50px 0 90px 0;
	width:95%;
}
.about1 .l3 {
	width:110%;
}
.about1 .l3 li {
	width:33.333333%;
	float:left;
}
.about1 .l3_1 {
	font-size:16px;
	color:#222222;
}
.about1 .l3_2 {
	margin:10px 0;
}
.about1 .l3_3 {
	}.about1 .l3_3 span {
	font-weight:bold;
	font-size:40px;
	color:#007cc3;
	margin-right:5px;
}
.about1 .l3_3 span i {
	font-style:normal;
}
.about1 .right {
	width:50%;
	float:right;
	margin-top: 115px;
}
.about2_list {
	}.about2_list li {
	width:30%;
	float:left;
	height:250px;
	border:1px solid #eeeeee;
	box-sizing:border-box;
	padding:40px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.about2_list li:hover {
	border:0px solid #eeeeee;
	box-shadow:6px 0 20px 0 rgba(0,0,0,.06);
	margin-top:-20px;
	margin-bottom:20px;
}
.about2_list li:nth-child(2) {
	margin-left:5%;
	margin-right:5%;
}
.about2_list .l1 {
	}.about2_list .ico {
	float:left;
}
.about2_list .number {
	float:right;
	color:#d9d9d9;
	font-size:16px;
	margin-top:18px;
}
.about2_list li:hover .number {
	color:#f72838;
}
.about2_list .number:after {
	display:block;
	content:'';
	width:15px;
	height:1px;
	background:#d9d9d9;
	margin-top:2px;
	transition:width .5s;
	-webkit-transition:width .5s;
}
.about2_list li:hover .number:after {
	background:#f72838;
	width:20px;
}
.about2_list .l2 {
	font-size:24px;
	font-weight:bold;
	color:#222;
	margin:30px 0 10px 0;
}
.about2_list .l3 {
	font-size:16px;
	line-height:30px;
	color:#222;
}
.about3 {
	padding:100px 0 0px 0;
}
.about3 .top {
	position:relative;
}
.about3 .left {
	width:8%;
	float:left;
	background:url('../images/ico_a4.jpg') left top no-repeat #f72838;
	height:600px;
	position:relative;
}
.about3 .left .l1 {
	position:absolute;
	top:50%;
	left:50%;
	width:40px;
	font-size:40px;
	color:#ffffff;
	font-weight:bold;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.about3 .right {
	width:92%;
	float:left;
}
.about3 .right .swiper-slide {
	height:600px;
	background:#f3f3f3;
	padding:110px 35px;
	box-sizing:border-box;
	position:relative;
	transition:all ease .3s;
}
.about3 .right .swiper-slide:hover {
	padding-top:100px
}
.about3 .right .swiper-slide:after {
	content:'';
	background:url('../images/ico_a6.png');
	width:44px;
	height:44px;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	opacity:0;
}
.about3 .right .swiper-slide-active:after {
	opacity:1;
}
.about3 .right .swiper-slide:nth-child(even) {
	background:#f9f9f9;
}
.about3 .year {
	font-size:40px;
	font-weight:bold;
	color:#007cc3;
	font-family:'arial';
}
.about3 .ico {
	margin:20px 0;
}
.about3 .lans {
	font-size:16px;
	line-height:30px;
	color:#666666;
}
.about3 .bottom {
	line-height:95px;
	text-align:center;
	box-sizing:border-box;
	background:url('../images/x1.png') center 15px repeat-x;
	margin-top:20px;
}
.about3 .bottom .swiper-container {
	max-width:1300px;
	font-size:20px;
	color:#999999;
}
.about3 .bottom .swiper-slide {
	padding-top:20px;
}
.about3 .bottom .swiper-slide.on {
	color:#333333;
	position:relative;
}
.about3 .bottom .swiper-slide.on:after {
	content:'';
	background:url('../images/on.png');
	width:20px;
	height:30px;
	position:absolute;
	left:calc(50% - 10px);
	top:5px;
}
.about3 .swiper-button-next,.about3 .swiper-button-prev {
	background-image:url('../images/ico_50_on1.png');
	width:35px;
	height:35px;
}
.about3 .swiper-button-next:hover,.about3 .swiper-button-prev:hover {
	background-image:url('../images/ico_50_on.png');
}
.about3 .swiper-button-prev {
	left:-50px;
}
.about3 .swiper-button-next {
	right:-50px;
}
.about4 {
	background:url('../images/a_bg.png') center center repeat;
	padding:1px;
	box-sizing:border-box;
}
.about4 .title_h4{
	font-size: 14px;
}
.about4 .swiper-container {
	width:100%;
	margin:50px 0 25px 0;
	padding-bottom:60px;
}
.about4 a {
	line-height:70px;
	font-size:16px;
	color:#333333;
	border-bottom:1px solid #dddddd;
}
.about4 .picture {
	border:1px solid #eee;
	background:#fff;
	text-align: center;
}
.about4 .picture img{
	height: 225px;
	width: auto;
}
.about4 .swiper-pagination {
	bottom:0;
}
.about4 .swiper-pagination .swiper-pagination-bullet {
	width:30px;
	height:8px;
	border-radius:30px;
}
.about5 {
	margin-bottom: 40px;
	}
.about5 .top {
	max-width:1200px;
	margin:auto;
	position:relative;
}
.about5 .top:after {
	content:'';
	width:100%;
	height:1px;
	background:#e7e7e7;
	position:absolute;
	top:50%;
	left:0;
}
.about5 .top a {
	text-align:center;
	font-size:20px;
	font-family:'arial';
	color:#999999;
	line-height:60px;
	padding-top:60px;
	position:relative;
}
.about5 .top a:after {
	content:'';
	position:absolute;
	top:calc(50% - 5px);
	left:calc(50% - 5px);
	width:10px;
	height:10px;
	background:url('../images/r1.png');
}
.about5 .top a.on:after {
	background:url('../images/r1_on.png');
}
.about5 .top a.on {
	color:#f72838;
}
.about5 .bottom {
	margin:50px 0 100px 0;
}
.about5 .bottom a {
	position:relative;
	background:#f5f5f5;
}
.about5 .bottom li {
	display:none;
}
.about5 .bottom li.on {
	display:block;
}
.about5 .bottom .lans {
	padding:25px;
	box-sizing:border-box;
}
.about5 .bottom .l1 {
	font-size:24px;
	color:#222222;
	margin-bottom:20px;
}
.about5 .bottom .l2 {
	font-size:14px;
	line-height:24px;
	color:#222222;
	height:72px;
	margin-bottom:20px;
	-webkit-line-clamp:3;
}
.about5 .bottom a:after {
	content:'';
	position:absolute;
	bottom:0;
	width:0;
	left:50%;
	background:#f72838;
	height:3px;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.about5 .bottom a:hover:after {
	left:0;
	width:100%;
}
.about5 .bottom a:hover .l1 {
	color:#f72838;
}
.about5 .swiper-button-next:hover,.about5 .swiper-button-prev:hover {
	background-image:url('../images/button1.png');
}
.about5 .bottom swiper-button-prev,.about5 .bottom swiper-button-next {
	opacity:0;
}
.about5 .picture{
	text-align: center;
}
.about5 .picture img{
	height: 225px;
	width:auto;
}
.about6_nav {
	text-align:center;
	margin-bottom:70px;
}
.about6_nav a {
	width:250px;
	line-height:60px;
	height:60px;
	background:#f5f5f5;
	color:#333;
	text-align:center;
	font-size:16px;
	margin:0 20px;
}
.about6_nav a img {
	margin:0 5px;
}
.about6_nav a img:last-child {
	display:none;
}
.about6_nav a.on {
	background:#f72838;
	color:#ffffff;
}
.about6_nav a.on img:first-child {
	display:none;
}
.about6_nav a.on img:last-child {
	display:inline-block;
}
.about6_container li {
	position:relative;
	padding-bottom:50px;
	margin-bottom:0px;
	display:none;
}
.about6_container a {
	color:#ffffff;
	display:block;
	position:relative;
}
.about6_container .swiper-pagination {
	text-align:center;
	width:100%;
	bottom:0;
}
.about6_container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	margin:0 10px;
	display:inline-block;
}
.about6_container .lans {
	bottom:0px;
	left:0px;
	font-size:12px;
	color:#002222;
}
.about6_container .swiper-button-next {
	right:20px;
}
.about6_container .swiper-button-prev {
	left:20px;
}
@media screen and (max-width:1600px) {
	.about1 .l2 {
	font-size:15px;
	line-height:28px;
	margin:20px 0 50px 0;
}
.about1 .l3_2 {
	margin:6px 0;
}
.about1 .l1 img {
	width:180px;
}
.about1 .l3_3 span {
	font-size:35px;
}
.brand1_sum .dian {
	zoom:.9;
}
}@media screen and (max-width:1450px) {
	.about1 .left {
	width:50%;
	margin-top:0;
}
.about1 .right {
	width:44%;
	margin-top:1%;
}
.brand1_sum .dian {
	zoom:.85;
}
}@media screen and (max-width:1199px) {
	.about5 .bottom swiper-button-prev,.about5 .bottom swiper-button-next {
	opacity:1;
}
.about1 .left {
	width:100%;
}
.about1 .l3 {
	width:100%;
}
.about3 .left .l1,.about3 .year {
	font-size:30px;
}
.about1 .right {
	width:100%;
	margin-top:20px;
}
.about1 {
	padding:45px 0;
}
.about1 .l3 li {
	/* width:50%;
	*/
        /* height:130px;
	*/
}
.about1 .l3_1 {
	font-size:12px;
	margin-bottom:10px
}
.about1 .l3_2 {
	display:none;
}
.about1 .l3_3 span {
	font-size:20px;
}
.about1 .l2 {
	margin:10px 0 20px 0;
}
.about1 .l3_2 img {
	max-width:40%;
}
.about3 .right .swiper-slide {
	height:400px;
	padding:60px 20px;
}
.about3 .left {
	width:100px;
	height:400px;
}
.about3 .right {
	width:calc(100% - 100px);
}
.about3 .bottom .swiper-slide {
	font-size:18px
}
.about3 .lans {
	font-size:14px;
	line-height:1.8;
}
.about3 .ico {
	margin:10px 0
}
.about2_list .l2 {
	font-size:20px;
	margin:20px 0 10px 0;
}
.about3 .swiper-button-prev {
	left:10px;
}
.about3 .swiper-button-next {
	right:10px;
}
.about2_list li:nth-child(2),.about2_list li {
	width:100%;
	padding:20px;
	height:auto;
	margin:auto;
	margin-bottom:20px;
}
.about2_list li:hover {
	border:0px solid #eeeeee;
	box-shadow:6px 0 20px 0 rgba(0,0,0,.06);
	margin-top:0px;
	margin-bottom:20px;
}
.about6_nav a {
	width:30%;
	line-height:40px;
	height:40px;
	font-size:12px;
	margin:0 0px;
}
.about6_nav a img {
	width:20px;
	margin:0 5px 0 0;
}
.about6_nav {
	margin-bottom:20px;
	width:110%;
	margin-left:-5%;
}
.about6_container li {
	position:relative;
	padding-bottom:30px;
	margin-bottom:40px;
}
.about6_container .swiper-pagination-bullet {
	width:8px;
	height:8px;
	margin:0 6px;
}
.about6_container .lans {
	position:absolute;
	bottom:20px;
	left:10px;
	font-size:14px;
}
.brand1_sum .dian {
	zoom:.7;
}
}@media screen and (max-width:780px) {
	.about3 .left .l1,.about3 .year {
	font-size:25px;
}
.banners_pc {
	display:none !important;
}
.banners_sj {
	display:block !important;
}
.about3 .bottom .swiper-slide {
	font-size:16px;
	line-height:70px;
}
.about2_list .ico {
	width:45px
}
.about3 {
	padding:45px 0;
}
.about3 .left {
	width:60px;
}
.about3 .right {
	width:calc(100% - 60px);
}
.about4 a {
	line-height:40px;
	font-size:13px;
}
.about5 .swiper-button-next,.about5 .swiper-button-prev {
	height:30px;
	width:30px;
}
.about5 .top a {
	font-size:15px;
	line-height:40px;
	padding-top:40px
}
.about5 .bottom .lans {
	padding:15px;
}
.about5 .bottom .l1 {
	font-size:17px;
	margin-bottom:10px;
}
.about5 .bottom {
	margin:20px 0 50px 0;
}
.brand1_sum .dian {
	zoom:.5;
}
.dian_sj_lans {
	display:block;
}
.dian_sj_lans li {
	margin-bottom:20px;
}
.brand1_sum .li_wrapper .heng {
	display:none;
}
.brand1_sum .li_wrapper .lans {
	display:none;
}
}/*end about.html*/
.footer_container {
	background:#004790;
}
.footer_container .banner_pc {
	}.footer_container .top {
	padding:30px 0 20px;
	border-bottom:1px solid rgba(255,255,255,.2);
}
.footer_container .t_left {
	float:left;
}
.footer_container .t_right {
	float:right;
	font-size:16px;
	color:#ffffff;
	/* margin-top:10px;
	*/
    width:180px;
	height:55px;
	line-height:55px;
	border-radius:10px;
	background:#46c0b5;
	text-align:center;
	transition:all .5s;
	-webkit-transition:all .5s;
}
.footer_container .t_right:hover {
	margin-top:-5px;
	margin-bottom:5px;
	box-sizing:border-box;
}
.footer_container .t_right img {
	margin:0 10px;
}
.footer_container .center {
	padding-top:30px;
}
.footer_container .f_list {
	float:left;
}
.footer_container .f_list li {
	margin-left:100px;
	float:left;
	height:315px;
}
.footer_container .f_list li:first-child {
	margin-left:0;
}
.footer_container .f_list h4 {
	font-size:16px;
	line-height:2;
	color:#ffffff;
	margin-bottom:10px;
	font-weight:bold;
}
.footer_container .f_list a {
	font-size:14px;
	line-height:30px;
	display:block;
	color:#b2f0ec;
	font-weight:lighter;
}
.footer_container .f_list a:hover {
	font-weight:normal;
	color:#ffffff;
}
.footer_container .c_right {
	text-align:right;
}
.c_right .c1 {
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
}
.c_right .c2 {
	font-size:14px;
	line-height:20px;
	color:#b6ece9;
	margin:5px 0 20px 0;
}
.c_right .c3 {
	color:#b6ece9;
	font-size:14px;
	line-height:2.5;
}
.c_right .c3 li {
	margin-left:50px;
	width:100px;
	display:inline-block;
	text-align:center;
}
.footer_container .bottom {
	border-top:1px solid rgba(255,255,255,.2);
	padding:15px 0;
}
.footer_container .b_left {
	font-size:14px;
	line-height:30px;
	float:left;
	color:#ffffff;
}
.footer_container .b_right {
	float:right;
	margin-top:10px;
}
.footer_container .b_right a {
	width:35px;
	height:35px;
	border-radius:50%;
	overflow:hidden;
	background:#03a298;
	margin-left:15px;
}
.footer_container .b_right a:first-child {
	margin-left:0;
}
.footer_container .b_right a img:last-child {
	display:none;
}
.footer_container .b_right a:hover img:last-child {
	display:block;
}
.footer_container .b_right a:hover img:first-child {
	display:none;
}
.footer_container .b_left .t1 {
	margin-left:-15px;
}
.footer_container .b_left .t1 a {
	color:#ffffff;
	display:inline-block;
	padding:0 15px;
}
.footer_container .b_left .t2 {
	font-size:14px;
	line-height:30px;
	color:#b6ece9;
	margin-top:8px;
}
.footer_container .b_left .t2 a {
	color:#b6ece9;
	margin-left:20px;
}
.footer_container select {
	width:150px;
	line-height:30px;
	height:30px;
	box-sizing:border-box;
	padding:0 15px;
	color:#ffffff;
	outline:none;
	/*去掉默认的下拉三角*/
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*添加下拉三角图标*/
    background:url("../images/ico_arrow.png") no-repeat calc(100% - 15px) center #03a298;
	cursor:pointer;
	font-size:12px;
	border:0;
}
.banner_sj1 {
	font-size:12px;
	line-height:1.7;
	padding:10px 0;
	color:#ffffff;
	text-align:center;
}
.banner_sj1 a {
	padding:0 15px;
	color:#ffffff;
}
@media screen and (max-width:1700px) {
	.footer_container .f_list li {
	margin-left:70px;
}
.c_right .c3 li {
	margin-left:30px;
	width:80px;
}
.c_right .c1 {
	font-size:28px;
}
}@media screen and (max-width:1600px) {
	.footer_container .f_list a {
	font-size:12px;
	line-height:25px;
}
.footer_container .f_list h4 {
	font-size:14px;
}
.footer_container .f_list li {
	height:280px;
}
.c_right .c1 {
	font-size:26px;
}
.footer_container .b_right a {
	margin-left:10px;
}
}@media screen and (max-width:1370px) {
	.footer_container .f_list li {
	margin-left:50px;
}
}/*new header*/
.headhide2 {
	background-color:#f5f5f5;
	overflow:hidden;
	position:absolute;
	top:87px;
	z-index:999;
	display:none;
}
.headlist2 {
	width:90%;
	height:auto;
	margin:20px auto;
	overflow:hidden;
}
.headlist2 h6 {
	font-size:20px;
	line-height:60px;
	color:#151515;
	font-weight:bold;
}
.headlist2 p {
	width:100%;
	overflow:hidden;
}
.headlist2 p a {
	font-size:16px;
	color:#868686;
	line-height:3;
	display:block;
	width:100%;
	padding-left:10px;
	background:url(../images/headiconh.png) no-repeat center left;
}
.headlist2 p a:hover {
	color:#29AFBD;
	background:url(../images/headiconh.png) no-repeat center left;
}
.main_nav {
	margin:0 auto;
	overflow:hidden;
}
.main_nav .left {
	float:left;
	width:100%;
}
.main_nav .right {
	float:right;
	width:50%;
}
@media screen and (max-width:1215px) {
	.headhide2 {
	position:relative;
	background-color:#fff;
	height:auto;
	top:0;
	width:100%;
	padding:0;
	margin:0;
}
.headlist2 {
	height:auto;
	top:0;
	width:100%;
	padding:0;
	margin:0;
}
.header .nav .nav_item.two1 {
	position:relative;
}
.header .nav .nav_item.two1:after {
	content:'';
	width:10px;
	height:10px;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	transform:rotate(-135deg);
	position:absolute;
	top:25px;
	right:40px;
}
.main_nav {
	width:95%;
	padding:5px 10px 30px 10px;
	font-size:15px;
}
.main_nav .left {
	width:100%;
}
.main_nav .right {
	display:none;
}
.headlist2 h6 {
	display:none;
}
.headlist2 p a {
	width:100%;
	font-size:14px;
	line-height:2.8;
	margin-left:10px;
}
.header .nav .nav_item > a {
	display:block;
	line-height:3.5;
}
.header .nav a.on:after,.header .nav a:hover:after {
	display:none;
}
}.sitemap .f_list h4 {
	font-size:16px;
	line-height:4;
	color:#000;
	margin-bottom:10px;
	font-weight:bold;
}
.sitemap .f_list a {
	font-size:14px;
	line-height:30px;
	display:inline-block;
	margin-right:1%;
	color:#666;
	font-weight:lighter;
}
/*news*/
/*文章页尾引导*/
.list_bank {
	margin-top:20px;
	border:#19b1a4 solid 1px;
	}
.list_bank,.aa {
}
.list_bank h3 {
	background-color:#19b1a4;
	color:#FFF;
	}
.list_bank h3:hover {
    background-color: #007e91;
}
.aa h3 {
	background-color:#19b1a4;
}
.aa {
	width:49%;
	height:160px;
	float:left;
	margin:3px;
	border:#19b1a4 1px dotted;
	}
.aa:hover {
	background-color:#ccc;
	}
@media all and (orientation : portrait)  {
/*树屏*/
.aa {
	width:98%;
	height:150px;
	float:left;
	margin:3px;
	border:#19b1a4 1px dotted;
	}
/*文章内的图片尺寸控制*/
.newsd .editors img{
	width:100%;
	height:100%;
	}
}
.list_bank h3,list_blank p,.dabiaoti,.xiaobiaoti {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	padding:10px auto;
	}
.qianyan,.duanluo{
	background-color:#19b1a4;
	color:#FFF;
	font-weight:700;
}
.duanluo span,.list_bank span {
	color:red;
	font-size:30px;
}
.dabiaoti,.xiaobiaoti {
	font-size:36px;
	background:#19b1a4;
	color:#FFF;
	padding:10px 0px;
	font-weight:700;
	}
@media all and (orientation : portrait) {
	.dabiaoti,.xiaobiaoti {
	background:#19b1a4;
	color:#FFF;
	padding:10px 0px;
	font-weight:700;
	}
	.dabiaoti {	
		font-size:18px;
	text-align:center;
	}
.xiaobiaoti {
		font-size:14px;
	text-align:left;
}
	}
.dabiaoti {	
	text-align:center;
	}
.xiaobiaoti {
}
.lianjie {
	clear:both;
	margin:0 auto;
	}
.lianjie a{
	clear:both;
	display:block;
	margin:10px auto;
	background:#19b1a4;
	color:red;
	font-weight:700;
	padding:10px;
	text-align:center;
}
.lianjie a:hover {
	background-color:yellow;
	}
/*文章页尾引导end*/
.phoneBot {
	width:100%;
	overflow:hidden;
	background-color:#fafafa;
}
.phoneBot .botMenu {
	width:90%;
	padding:0 5%;
	height:40px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.phoneBot .botMenu a {
	font-size:14px;
	color:#868686;
	line-height:40px;
	float:left;
	margin-right:20px;
}
.phoneBot .list {
	border-bottom:1px solid #E2E2E2;
	text-align:left;
}
.phoneBot .list a {
	width:100%;
	display:block;
	font-size:14px;
	color:#222222;
	line-height:40px;
	box-sizing:border-box;
}
.phoneBot .list a span {
	display:block;
	float:right;
	line-height:36px;
	font-size:30px;
	color:#8c8c8c;
}
.phoneBot .lists {
	border-bottom:1px solid #E2E2E2;
}
.phoneBot .lists a {
	width:100%;
	display:block;
	font-size:14px;
	color:#222222;
	line-height:40px;
	text-align:left;
	box-sizing:border-box;
}
.phoneBot .lists a span {
	display:block;
	float:right;
	line-height:40px;
}
.phoneBot .lists a span img {
	height:12px;
	margin:9px 0;
	display:block;
}
.phoneBot .list2 {
	width:94%;
	margin:0 auto;
	display:none;
}
.phoneBot .list2 a {
	font-size:12px;
	color:#868686;
	line-height:22px;
	display:block;
}
.phoneBot .end {
	width:100%;
	border-top:1px solid #E2E2E2;
	color:#8C8C8C;
	line-height:20px;
	padding:5px 0;
	text-align:center;
	margin-bottom:52px;
}
.phoneBot a {
	color:#8C8C8C;
}
.phoneBot .App {
	color:#777;
	height:100px;
	padding-top:15px;
	width:70%;
	margin:auto;
}
.fixedbot {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:9999;
	border-top:1px solid #ddd;
}
.fixedbot a {
	width:100%;
	float:left;
	display:block;
	background-color:#FFFFFF;
	text-align: center;
	line-height: 3em;
	background-color: #f72838;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
}
.fixedbot a .span1{
	position: relative;
	padding-left: 30px;
}
.fixedbot a .span1:before{
	content: '';
	position: absolute;
	width: 28px;
	height: 28px;
	top:40%;
	left:0;
	background: url("../images/phone-bo3.png") no-repeat center;
	background-size: cover;
	margin-top: -12px;
	margin-right: 2px;
}
.fixedbot a .span2{
}
.fixedbot a img {
	width:40px;
	margin:5px auto;
	display:block;
}
.neiye_banner .bg {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background-size:cover;
}
.shuoming {
	display:none;
	animation:rotatefresh 2s infinite linear;
	margin-bottom:5px;
	color:#dd2727;
	text-align:right;
}
@keyframes rotatefresh {
	from {
	margin-right:20px
}
to {
	margin-right:0;
	/*transition:all 0.6s;
	*/
}
}@media screen and (max-width:1215px) {
	.shuoming {
	display:block;
}
.footer_container {
	background:#fafafa;
}
.fixed_top {
	position:fixed;
	top:0px;
	width:100%;
	background:#f8f8f8;
	padding:60px 5% 10px 5%;
	left:0;
	box-sizing:border-box;
	z-index:49;
}
.pro_d2_nav_wrapper {
	background:#ffffff;
	top:70px;
	padding-top:0;
}
}/*侧边栏*/
.side-bar {
	position:fixed;
	bottom:130px;
	right:0;
	z-index:10;
}
.side-bar li {
	width:60px;
	height:60px;
	background-color:#969696;
	position:relative;
}
.side-bar li:hover {
	background-color:#f72838;
}
.side-bar li a {
	display:inline-block;
	width:60px;
	height:60px;
}
.sbewm-dark {
	position:absolute;
	width:140px;
	top:-40px;
	right:60px;
	background-color:#f72838;
	text-align:center;
	padding-bottom:16px;
	opacity:0;
	transition:all .6s ease-in-out;
}
.sbewm-dark img {
	margin-top:16px;
}
.sbewm-dark p {
	color:#ffffff;
	margin-top:5px;
}
li:hover .sbewm-dark {
	opacity:1;
}
.goTop {
	position:absolute;
	height:60px;
	line-height:60px;
	top:0;
	right:60px;
	width:90px;
	text-align:center;
	color:white;
	background-color:#f72838;
	opacity:0;
	font-size:14px;
	transition:all .6s ease-in-out;
}
li:hover .goTop {
	opacity:1;
}
.sb-phone-num {
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	right:60px;
	width:130px;
	text-align:center;
	color:white;
	background-color:#f72838;
	font-size:14px;
	opacity:0;
	transition:all .6s ease-in-out;
}
li:hover .sb-phone-num {
	opacity:1;
}
.sb-qq-num {
	position:absolute;
	height:40px;
	line-height:40px;
	top:0;
	right:60px;
	width:130px;
	text-align:center;
	color:white;
	background-color:#f72838;
	font-size:14px;
	display:none;
}
li:hover .sb-qq-num {
	display:block;
}
.bg-icon {
	position:absolute;
	top:18px;
	left:18px;
	color:#fff;
}
.icons {
	background-repeat:no-repeat;
	display:inline-block;
	width:25px;
	height:25px;
}
.icon-flowqq {
	background-image:url(../images/ib1.png);
}
.icon-flowphone {
	background-image:url(../images/ib2.png);
}
.icon-flowewm {
	background-image:url(../images/ib3.png);
}
/*侧边栏*/
/*首页增加*/
.index-about1{
	padding-top: 0px;
}
.honor_index .title_h2{
}
/*swiper相关*/
.swiper-pagination-bullet-active{
	background: #f72838;
}

/*手机端*/
@media screen and (max-width: 1199px){
	.product1_index .right{
		padding-bottom: 0;
	}
}
@media screen and (max-width: 780px){
	.product1_index .t0-1{
		font-size: 22px;
	}
}