body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 15px "å¾®è½¯é›…é»‘";
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	text-decoration: none;
}

a:hover {
	color: #22aba0;
	text-decoration: none;
}

a:active,
a:visited,
a:focus {
	text-decoration: none
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@font-face {
	font-family: "yahei_bold";
	src: url('../fonts/yahei_bold.eot');
	src: url('../fonts/yahei_bold.eot') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/yahei_bold.woff') format('woff'), /* chrome, firefox */
	url('../fonts/yahei_bold.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('../fonts/yahei_bold.svg') format('svg');
}

.opacity {
	opacity: 1;
	filter: alpha(opacity=100);
}

.middle_center {
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.page_jointop-box .middle_center img{
	    margin: 35% auto\0\9;
}
.clearit:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0;
}

.transition02 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.transition04 {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.transition06 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}


/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©Â«ËœÃ¥Â®Â½Ã¥ÂÅ Ã¨Æ’Å’Ã¦â„¢Â¯ Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€ Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: transparent;
	/*position: absolute;

    right: 0;*/
}


/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¨Â½Â¨Ã©Ââ€œ Ã¥â€ â€¦Ã©ËœÂ´Ã¥Â½Â±+Ã¥Å“â€ Ã¨Â§â€™*/

::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
	border-radius: 8px;
	background-color: transparent;
	/*position: absolute;

    right: 0;*/
}


/*Ã¥Â®Å¡Ã¤Â¹â€°Ã¦Â»â€˜Ã¥Ââ€” Ã¥â€ â€¦Ã©ËœÂ´Ã¥Â½Â±+Ã¥Å“â€ Ã¨Â§â€™*/

::-webkit-scrollbar-thumb {
	border-radius: 8px;
	/*-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);  */
	background-color: transparent;
	/*opacity: 0.2;*/
	position: absolute;
	right: 0;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: rgba(38, 125, 184, .3)
}

::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:active {
	background-color: #267db8
}

.learnmore {
	display: inline-block;
	padding: 0 25px;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #267db8;
	cursor: pointer;
}

.learnmore i {
	font-size: 14px;
	padding-left: 2px;
}

.learnmore:hover {

	background: #fff;
	box-shadow: 0 2px 6px rgba(38, 125, 184, 0.6);
	color: #267db8;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.learnmore:active {
	background: rgba(250, 255, 250, 0.8);
	box-shadow: 0 1px 4px rgba(38, 125, 184, 0.8), 0 1px 2px rgba(0, 0, 0, 0.8);
	color: #267db8;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	transform: translateY(1px);
}

.circular-max:active:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	/*z-index: -1;*/
	-webkit-animation: circularMax .3s ease both;
	-moz-animation: circularMax .3s ease both;
	animation: circularMax .3s ease both;
}

.circular-min:before {
	-webkit-animation: circularMin .5s ease both;
	-moz-animation: circularMin .5s ease both;
	animation: circularMin .5s ease both;
}


/*.container{

  position: relative;

}*/


/*============================================================================================*/


/*header------------------------------------------------*/

.index_header .index_header-left,
.index_header .index_header-right {
	height: 90px;
}

.index_header .index_header-left .logo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	height: 58px;
	/*display: inline-block;*/
}

.index_header .index_header-right {
	line-height: 90px;
}

.index_header-right .imgbox {
	float: right;
}

.index_header-right .language {
	float: right;
}

.index_header-right .language {
	margin-right: 35px;
	float: right;
	font-family: simhei;
	color: #808080;
}
@media screen and (max-width:768px){
.overflow-padding{
    position: relative;
    top: 500px;
}
.join_bottom-box .content ul li{
    padding: 20px 0;}
.join_bottom-ul{
font-size:13px;}
.join_bottom-box .join_bottom-ul li img{
    margin: auto!important;
    display: block;}
.join_bottom-box .content{
    padding: 0!important;
}
.join_bottom-ul	.middle_center{
		    display: block!important;
	}
.page_banner-box .title{
    font-size: 15px!important;}
	.index_header .index_header-right{
		position: relative;
	}
	.index_header-right .language{
		position: absolute;
		right:15px;
		top:-25px;
		margin-right: 0;
	}
}
.index_header-right .language i {
	padding: 0 5px;
	font-size: 12px;
}

.index_header img {
	max-width: 100%;
}


/*index nav------------------------------------------------*/

.index_navbar {
	margin-bottom: 0;
	background: #a9966b;
	border: none;
	border-radius: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.index_navbar .navbar-nav {
	width: 100%;
}

.index_navbar .navbar-nav> li {
	width: 12%;
	height: 50px;
}

.index_navbar .navbar-nav> li> a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-toggle {
	padding: 9px 6px;
}

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:hover,
.navbar-default .navbar-nav> .active> a:focus {
	color: #235ea2;
	background: #fff;
}

.navbar-default .navbar-nav> li> a:hover,
.navbar-default .navbar-nav> li> a:focus {
	
	
	color: #299f46;
	background: #fdfdfd;
}

.navbar-default .navbar-toggle {
	background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #235ea2;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #fff;
}


/*.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{

  background-color: #299f46;

}*/

.navbar-toggle .icon-bar {
	position: relative;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.navbar-toggle .middle-bar:before,
.navbar-toggle .middle-bar:after {
	content: '';
	border-radius: 2px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #235ea2;
	transform-origin: center center;
	transform: rotate(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar-toggle:not(.collapsed) .middle-bar:before {
	transform: rotate(-225deg);
}

.navbar-toggle:not(.collapsed) .middle-bar:after {
	transform: rotate(225deg);
}

.navbar-toggle:not(.collapsed) .icon-bar {
	background-color: transparent!important;
}


/*banner------------------------------------------------*/

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background: #267db8;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	/*display: table;*/
	text-align: center;
	width: 44px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
}

.swiper-button-next i,
.swiper-button-prev i {
	/*display: table-cell;

  vertical-align: middle;*/
	position: absolute;
	top: 50%;
	left: 50%;
	height: 16px;
	transform: translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%) ;
	color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	background: rgba(0, 0, 0, 0.6);
}

.banner_inner {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10%;
	margin: auto;
	/*width: 370px;*/
	/*height: 67%;*/
	color: #fff;
}

.banner_inner .banner_conent {
	padding: 15px;
}

.banner_conent-on {
	background: rgba(0, 0, 0, 0.3);
}

.banner_inner .banner_conent h1 {
	display: inline-block;
	font-size: 37px;
	line-height: 60px;
	border-bottom: 3px solid #fff;
}

.banner_inner .banner_conent h2 {
	line-height: 60px;
	font-size: 40px;
	font-family: simhei;
}

.banner_inner .bottom {
	margin-top: 50px;
	line-height: 30px;
	font-size: 17px;
	text-align: center;
}


/*index made in------------------------------------------------*/

.index_madein .row> div {
	margin: 50px 0;
}

.index_madein .madein_vedio {
	position: relative;
	/*width: 517px;*/
	/*height: 290px;*/
	overflow: hidden;
}

.index_madein .madein_vedio .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.index_madein .madein_vedio img {
	width: 100%;
}

.index_madein .madein_inner {
	/*height: 290px;*/
}

.madein_inner .title {
	font-size: 16px;
	color: #2f2725;
}

.madein_inner .content {
	/*font-size: 13px;*/
	color: #626262;
	margin: 45px 0;
}

.madein_inner .learnmore {
	/*position: absolute;*/
	/*left: 15px;*/
	/*bottom: 0;*/
}


/*index products------------------------------------------------*/

.section_bg {
	background-color: #f7f7f7;
}

.index_section-title {
	margin-top: 40px;
	margin-bottom: 30px;
}

.index_section-title {
	position: relative;
	text-align: center;
}

.index_section-title .title {
	padding: 0 30px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #464646;
	background-color: #f7f7f7;
	text-align: center;
	position: relative;
	display: inline-block;
}

.index_section-title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	border-top: 1px solid #cddfea;
}

.index_section-title .abstract {
	position: absolute;
	
	left: 0;
	right: 0;
	margin: auto;
	font-size: 13px;
	color: #a2a2a2;
}

.index_products-box,
.index_profession-box,
.page_service-box,
.page_contact-middle .page_contact-box {
	position: relative;
	border: 1px solid #c6c6c6;
	border-radius: 1px;
	margin: 30px 0;
	overflow: hidden;
}

.index_products-box:hover,
.index_profession-box:hover,
.page_zizhi-box:hover,
.page_contact-middle .page_contact-box:hover,
.page_news-inner> ul> li:hover {
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
	top: -3px;
}

.index_products-box .imgbox,
.index_profession-box .imgbox {
	/*height: 230px;*/
}

.index_products-box .imgbox img,
.index_profession-box .imgbox img,
.index_news-box .imgbox img,
.page_service-box .imgbox img,
.page_contact-middle .page_contact-box .imgbox img {
	width: 100%;
}

.index_products-box .content_box,
.page_contact-middle .page_contact-box .content_box {
	text-align: center;
	background: #fefefe;
	padding: 0 10px;
}

.index_products-box .content_box .mintitle {
	padding-top: 35px;
	font-size: 20px;
	color: #191919;
}

.index_products-box .content_box .content {
	padding: 15px 0;
	line-height: 18px;
	height: 90px;
	color: #767676;
}


.index_products-box .content_box .learnmore {
	width: 186px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	margin-bottom: 20px;
	background: url(../images/pic13.jpg) no-repeat 0/cover;
}


/*index about us------------------------------------------------*/

.index_about {
	position: relative;
	background: url(../images/pic5.jpg) no-repeat center 0/cover;
	height: 502px;
}
.page_banner{
	background-image: url(../images/pic35.jpg);
}
@media only screen and (max-width: 768px) {
	.page_banner {
		height: auto;
		/*background: url(../images/sma/pic35.jpg) no-repeat center 0/cover;*/
		background-size: 100% 100%;
	}
}
@media only screen and (max-width: 768px) {
	.index_about {
		height: auto;
		background: url(../images/sma/pic5.jpg) no-repeat center 0/cover;
		background-size: 100% 100%;
	}
}
.page_product-list-ad {
	margin-bottom: 20px;
}

.index_about .title,
.page_product-list-ad .title {
	margin-top: 70px;
	text-align: center;
	color: #fff;
}

.index_about .title h3,
.page_product-list-ad .title h3 {
	font-size: 30px;
	letter-spacing: 2px;
}

.index_about .title p,
.page_product-list-ad .title p {
	margin-top: 10px;
	font-size: 16px;
	letter-spacing: 1px;
}

.index_about .content,
.page_product-list-ad .content {
	margin-top: 50px;
}

.index_about .content ul {
	margin: 0 auto 20px;
	text-align: center
}

.index_about .content ul li,
.page_product-list-ad .content ul li {
	
margin: 0 24px;
	
width: 72px;
	
height: 82px;
	
display: inline-block;
}

.index_about .index_about-box,
.page_product-list-ad .index_about-box {
	display: inline-block;
	width: 72px;
	height: 82px;
	color: #fff;
	text-align: center;
	border-radius: 1px;
	position: relative;
}
.page_product-list-ad .index_about-box:hover:before{
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #fff;

	}

.index_about .index_about-box span,
.page_product-list-ad .index_about-box span {
	display: inline-block;
	margin-top: 5px;
  	min-width: 60px;

}

.index_about .index_about-box .about_bg,
.page_product-list-ad .index_about-box .about_bg {
	margin-top: 10px;
	display:inline-block;
	background-image: url(../images/colorlogo.png);
}

.index_about-box.about-box1 {
	background-color: #14b4aa;
}

.index_about-box.about-box1:hover {
	/* color: #98b028; */
	box-shadow: 0 5px 5px rgba(20, 180, 170, .5);
}

.index_about-box.about-box2 {
	background-color: #d6b343;
}

.index_about-box.about-box2:hover {
	/* color: #2db4b0; */
	box-shadow: 0 5px 5px rgba(214, 179, 67, 0.5);
}

.index_about-box.about-box3 {
	background-color: #2c60b9;
}

.index_about-box.about-box3:hover {
	/* color: #ff5c5b; */
	box-shadow: 0 5px 5px rgba(44, 96, 185, .5);
}

.index_about-box:hover {
	/* background-color: #fff; */
}

.about-box1 .about_bg {
	width: 28px;
	height: 28px;
	background-position: 0 0;
}

.page_product-list-ad .about-box1 .about_bg ,
.page_product-list-ad .about-box2 .about_bg ,
.page_product-list-ad .about-box3 .about_bg {
	width: 36px;
	height: 36px;
	background-position: 0 -28px;
	background: none;
}
.page_product-list-ad .about-box1 .about_bg {
	background: url(../images/q01.png);
}
.page_product-list-ad .about-box2 .about_bg {
	background: url(../images/q02.png);
}
.page_product-list-ad .about-box3 .about_bg {
	background: url(../images/q03.png);
}

.about-box3 .about_bg {
	width: 28px;
	height: 29px;
	background-position: 0 -59px;
}

.index_about-box:hover .about_bg {
}


/*Ã¥â€ºÂ Ã¤Â¸ÂºÃ¤Â¸â€œÃ¤Â¸Å¡------------------------------------------------*/

.index_profession .index_section-title .title {
	background: #fff;
	font-size: 25px;
	color: #494949;
}

.index_profession .index_section-title .abstract {
	letter-spacing: 19px;
	font-size: 15px;
	color: #7a7a7a;
}

.index_profession .index_profession-box .content_box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 100%;
}

.index_profession .index_profession-box .content_box:before,
.index_profession .index_profession-box .content_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.index_profession .index_profession-box .content_box:before {
	width: 100%;
	height: 100%;
	background: rgba(130, 111, 84, 0.4);
}

.index_profession .index_profession-box .content_box:after {
	height: 200%;
	z-index: 1;
	top: 50%;
	left: 50%;
	  -ms-transform: rotate(0deg) translate(-50%, -50%);
	  -moz-transform: rotate(0deg) translate(-50%, -50%);
	  -webkit-transform: rotate(0deg) translate(-50%, -50%);
	  -o-transform: rotate(0deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	
	transform-origin: 0 0;
}

.index_profession .index_profession-box:hover .content_box:before {
	background: transparent;
}

.index_profession .index_profession-box:hover .content_box:after {
	width: 200%;
	/*width: 100%;

  height: 100%;*/
	background: rgba(38, 125, 184, 0.6);
}

.index_profession-box .content_box .mintitle {
	position: relative;
	margin-top: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	z-index: 99;
}

.index_profession-box .content_box .mintitle2 {
	position: relative;
	line-height: 40px;
	font-size: 20px;
	font-family: simhei;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #fff;
	z-index: 99;
}

.index_profession-box .content_box .mintitle2:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 2px;
	background-color: #fff;
}

.index_profession-box .content_box .content {
	position: relative;
	width: 35%;
	margin: auto;
	color: #fff;
	z-index: 99;
	display: -webkit-box;
   	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 9;
   	overflow: hidden;
}

.index_profession-box .learnmore {
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	margin: auto;
	width: 36px;
	height: 36px;
	background: #fff;
	display: inline-block;
	padding: 0;
	line-height: 36px;
	font-size: 13px;
	color: #826f54;
	border-radius: 50%;
	text-align: center;
	z-index: 99;
}

.index_profession-box .learnmore i {
	padding: 0;
	font-size: 16px;
}

.index_profession-box .learnmore:hover {
	background: #267db8;
	box-shadow: 0 3px 9px rgba(255, 255, 255, 0.8);
	color: #fff;
	transform: translateY(0);
}

.index_profession-box .learnmore:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: circularMax .5s ease both;
	-moz-animation: circularMax .5s ease both;
	animation: circularMax .5s ease both;
}


/*index news------------------------------------------------*/

.index_news .index_news-box {
	margin: 30px 0;
	height: 436px;
}

.index_news .index_news-box .imgbox {
	position: relative;
	overflow: hidden;
	background: url(../images/pic9.jpg) no-repeat 0/cover;
	height: 436px;
}

.index_news .index_news-box .imgbox:hover .content_box {
	left: 0;
}

.index_news .index_news-box .content_box {
	position: absolute;
	left: -100%;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50%;
	padding: 0 30px;
	background: rgba(38, 125, 184, 0.6);
	color: #fff;
}

.index_news .index_news-box .content_box .title {
	padding-top: 150px\9\0;
	font-size: 16px;
}

.index_news .index_news-box .content_box p {
	margin: 40px 0;
	line-height: 26px;
}

.index_news .index_news-box .content_box .more {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.index_news .index_news-box .content_box .more i {
	font-size: 14px;
	padding-left: 2px;
}

.index_news .index_news-box .content_box .more:hover {
	filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.8));
	color: #fff;
}

.index_news .index_news-box .content_box .more:before {
	border-radius: 0;
}

.index_news-left.index_news-box,
.index_news-right .index_news-right-box {
	padding: 25px;
	background-color: #f1f1f1;
}

.index_news-left.index_news-box> .title {
	font-size: 20px;
	color: #4c4c4c;
	margin-bottom: 40px;
}

.index_news-left.index_news-box ul li a {
	display: inline-block;
	font-size: 13px;
	color: #4c4c4c;
	margin-top: 30px;
	line-height: 24px;
}

.index_news-left.index_news-box ul li .time {
	display: inline-block;
	color: #8c8c8c;
	margin-top: 5px;
}

.index_news-right.index_news-box ul li {
	height: 210px;
}

.index_news-right.index_news-box ul li:last-child {
	margin-top: 16px;
}

.index_news-right .index_news-right-box {
	height: 100%;
	position: relative;
}

.index_news-right .index_news-right-box .title {
	font-size: 16px;
	color: #515151;
	line-height: 24px;
}

.index_news-right .index_news-right-box .abstract {
	margin-top: 25px;
	color: #888;
}

.index_news-right .index_news-right-box .learnmore {
	position: absolute;
	left: 25px;
	bottom: 25px;
}


/*index certificate------------------------------------------------*/

.index_certificate {
	background: url(../images/pic1-1.jpg) no-repeat center 0 / cover;
	position: relative;
	overflow: hidden;
}

.index_certificate-box {
	height: 363px;
}
.index_certificate-box  .swiper-container{
	padding-top: 20px\9\0;
}


.index_certificate-box .swiper-slide .imgbox {
	border: 2px solid #ddd;
}

.index_certificate-box .swiper-slide .imgbox img {
	width: 100%;
}

.index_certificate-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
}

.index_certificate-pagination .swiper-pagination-bullet-active {
	background: #267db8;
}

.index_certificate-box .index_certificate-content {
	position: absolute;
	bottom: -90%;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 99;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.3s;
	/* Safari Ã¥â€™Å’ Chrome */
	-o-transition-delay: 0.3s;
	/* Opera */
}

.index_certificate-box .index_certificate-content:hover {
	bottom: 0;
	background: rgba(59, 69, 81, 0.6);
}

.index_certificate-box .index_certificate-content:hover .content_up {
	opacity: 0;
}

.index_certificate-content .content_box {
	text-align: center;
	color: #fff;
	width: 60%;
}

.index_certificate-content .content_box .title {
	font-size: 20px;
	margin-top: 40px;
}

.index_certificate-content .content_box .content {
	font-size: 13px;
	line-height: 32px;
	margin: 30px 0 20px 0;
}

.index_certificate-content .content_box .learnmore {
	padding: 0 75px;
}

.index_certificate-content .content_up {
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 50%;
	color: #235ea2;
	cursor: pointer;
	-webkit-animation: arrowUp .5s infinite;
	-moz-animation: arrowUp .5s infinite;
	animation: arrowUp .5s infinite;
	animation-direction: alternate;
	-webkit-animation-direction: alternate;
}

.index_certificate-content .content_up i {
	font-size: 18px;
	font-weight: bold;
}


/*index footer------------------------------------------------*/

.index_footer {
	background: #3b4551;
}

.footer_top {
	padding: 30px 0;
}

.footer-border-b {
	position: relative;
	border-bottom: 1px solid #475260;
}

.footer-border-b:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #2d343c;
}

.index_footer-logo .imgbox,
.index_footer-logo .imgbox img {
	width: 100%;
}

.index_footer-content {
	position: relative;
	color: #818891;
	font-size: 14px;
	line-height: 20px;
}

.index_footer-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-left: 1px solid #4e5b6b;
	border-right: 1px solid #2d343c;
}

.index_footer-er {
	float: right;
	margin: 0 -8px;
}

.index_footer-er li {
	width: 50%;
	float: left;
	padding: 0 8px;
}

.index_footer-er li img {
	width: 100%;
}

.fonter_link .title {
	position: relative;
	line-height: 48px;
	float: left;
	font-size: 14px;
	color: #818891;
}

.fonter_link .title:after {
	content: '';
	position: absolute;
	left: -5px;
	bottom: 0;
	margin: auto;
	width: 100%;
	border-bottom: 1px solid #267db8;
}

.fonter_link ul {
	padding: 15px 0;
	display: table;
}

.fonter_link ul li {
	display: table-cell;
	float: left;
	height: 18px;
	line-height: 18px;
}

.fonter_link ul li a {
	position: relative;
	font-size: 15px;
	color: #818891;
	line-height: 23px;
	padding-right: 6px;
	padding-left: 5px;
}

.fonter_link ul li a:hover,
.footer_nav ul li a:hover {
	color: #fff;
}

.fonter_link ul li a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 13px;
	border-right: 1px solid #818891;
}

.footer_copy span {
	display: inline-table;
	float: left;
	font-size: 14px;
	color: #818891;
	padding: 25px 0;
	height: 20px;
	line-height: 20px;
}

.footer_copy span a {
	color: #818891;
}

.footer_copy span b {
	color: red;
}

.footer_nav {
	float: right;
}

.footer_nav ul {
	margin: 0 -10px;
}

.footer_nav ul li {
	float: left;
	padding: 0 10px;
	line-height: 70px;
}

.footer_nav ul li a {
	color: #818891;
	font-size: 14px;
}


/*page about us------------------------------------------------*/

.page_banner {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.page_banner .container {
	height: 325px;
}

.page_banner-box {
	/*position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  margin: auto;*/
	height: 325px;
}
@media screen and (max-width: 768px){
.index_profession .index_section-title .abstract{letter-spacing: 0px;
}
	.page_banner-box{
		height: 200px;
	}
	.page_banner{
		background-size: 100% 100%;
		width: 100%;
		height:200px;
	}
}
.page_banner-content{
	padding:10% 0;
}

.page_banner-content,
.page_banner-left .page_banner-content,
.page_banner-middle .page_banner-content {
	display: inline-table;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.page_banner-left .page_banner-content {
	left: 0;
	right: auto;
}

.page_banner-middle .page_banner-content {
	left: 0;
	width: 100%;
}

.page_banner-box .title {
	position: relative;
	padding-bottom: 15px;
	font-size: 30px;
	color: ##332c2b;
	letter-spacing: 1px;
	text-align: right;
}

.white_word .title {
	color: #fff;
}

.page_banner-left .page_banner-content .title {
	text-align: left;
}

.page_banner-middle .page_banner-content .title {
	width: 100%;
	text-align: center;
}

.page_banner-box .title:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 42px;
	border-bottom: 1px solid #332c2b;
}

.white_word .title:before {
	border-color: #fff;
}

.page_banner-left .page_banner-content .title:before {
	left: 0;
	right: auto;
}

.page_banner-middle .page_banner-content .title:before {
	left: 0;
	margin: auto;
}

.page_banner-box .abstract {
	padding-top: 15px;
	font-size: 16px;
	color:#332c2b;
	letter-spacing: 5px;
	text-align: right;
}

.white_word .abstract {
	color: #fff;
}

.page_banner-middle .abstract {
	text-align: center;
}

.page_about {
	background-color: #f7f7f7;
}

.page_title-top {
	background-color: #f7f7f7;
	border-bottom: 2px solid #cbcbcb;
}

.page_title {
	width: 100%;
	height: 75px;
}

.page_title .title {
	float: left;
	line-height: 75px;
	font-size: 24px;
}

.page_title ul {
	float: right;
}

.page_title ul li {
	float: left;
	line-height: 75px;
}

.page_title ul li a {
	color: #5d5d5d;
	margin: 0 5px;
}

.page_about_top-box {
	position: relative;
	overflow: hidden;
	height: 160px;
	margin: 15px 0;
}

.page_about_top-box img {
	height: 100%;
}

.page_about_top-content {
	margin-top: 30px;
	color: #4f4f4f;
	line-height: 24px;
}

.page_about_title {
	margin-bottom: 30px;
	font-size: 20px;
	color: #524831;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #cbcbcb;
}

.page_suermei-left .imgbox {
	margin-bottom: 30px;
}

.page_suermei-box {
	margin-bottom: 10px;
}

.page_suermei-box .imgbox img {
	max-width: 100%;
}

.page_zizhi-box {
	display: block;
	position: relative;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 2px;
	height: 100px;
	margin-bottom: 15px;
}

.page_zizhi-box .imgbox {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	height: 61px;
}

.page_zizhi-box .imgbox img {
	height: 100%;
}

.page_zizhi-box .content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 90px;
	line-height: 22px;
	color: #777;
	padding-right: 15px;
}

.page_zizhi-box .content h4 {
	margin-top: 15px;
	font-size: 15px;
	line-height: 28px;
	color: #484848;
}

.page_zizhi-container {
	padding: 0 30px;
	margin-bottom: 30px;
}

.page_partner {
	position: relative;
}

.page_partner-box {
	width: 100%;
	min-height: 120px;
	max-height: 420px;
	overflow: hidden;
	overflow-y: auto;
}

.page_partner-box::-webkit-scrollbar-thumb:vertical {
	display: none;
}

/*.page_partner-box:before {
	content: '';
	position: absolute;
	left: 0;
	top: 90px;
	right: 0;
	margin: auto;
	height: 100px;
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
	background-image: -webkit-gradient(linear, top top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .0001)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
}*/

.page_partner-box:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 100px;
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
	background-image: -webkit-gradient(linear, top top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .0001)));
	background-image: linear-gradient(to top, rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, .0001) 100%);
}


/*.page_partner-box ul{

  width: 100%;

}*/

.page_partner-box ul li {
	float: left;
	width: 12.5%;
}

.page_partner-box ul li a {
	margin: 1px;
	display: block;
	border: 1px solid #dcdcdc;
}

.page_partner-box ul li a img {
	width: 100%;
}

.page_service-box {
	margin-top: 0;
}

.page_service-box:hover {
	border-color: #235ea2;
}

.page_service-box:hover .content_box {
	background: #235ea2;
	color: #fff;
}

.page_service-box .imgbox,
.page_contact-middle .page_contact-box .imgbox {
	overflow: hidden;
}

.page_service-box .imgbox img,
.page_contact-middle .page_contact-box .imgbox img,
.page_product-all .index_products-box .imgbox img {
	-webkit-transition: all 0.6s ease 0.1s;
	-moz-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.page_service-box:hover .imgbox img,
.page_contact-middle .page_contact-box:hover .imgbox img,
.page_product-all .index_products-box:hover .imgbox img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.page_service-box:hover .content_box .mintitle {
	color: #fff;
}

.page_service-box .content_box {
	height: 118px;
	padding: 20px;
	background: #fff;
	line-height: 24px;
	color: #666;
}

.page_service-box .content_box .mintitle {
	font-size: 16px;
	color: #282828;
	line-height: 16px;
	margin-bottom: 10px;
}

.scrollbar_dragger {
	display: none;
}


/*#scrollbar1 .content{

  width: 100%!important;

}*/


/*Ã¨â€¡ÂªÃ¥Ë†Â¶Ã¦Â»Å¡Ã¥Å Â¨*/

.scrollbar .content {
	position: absolute;
}

.scrollbar {
	overflow: hidden;
	position: absolute;
}

div.scrollbar_dragger {
	position: relative;
}

div.scrollbar_dragger.vertical {
	float: right;
}

div.scrollbar_dragger * {
	margin: 0;
	padding: 0;
	font-style: normal;
	text-decoration: none;
}

div.scrollbar_dragger .back {
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	cursor: pointer;
	position: absolute;
	background-color: #E6E6E6;
}

div.scrollbar_dragger .back.over {
	background-color: #CCCCCC;
}

div.scrollbar_dragger .dragger {
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	cursor: pointer;
	position: absolute;
	height: 100px;
}

div.scroll_button {
	height: 30px;
	width: 30px;
	position: relative;
	margin: 5px 0px;
	margin-right: 3px;
	float: right;
	cursor: pointer;
}

div.scroll_button span.hover {
	height: 30px;
	width: 30px;
	position: absolute;
	cursor: pointer;
}


/*/.Ã¨â€¡ÂªÃ¥Ë†Â¶Ã¦Â»Å¡Ã¥Å Â¨*/


/*page contact us------------------------------------------------*/

.page_contact-top {
	margin-top: 30px;
	background: #fff;
	border: 1px solid #dadada;
	padding-top: 30px;
	padding-bottom: 30px;
	/*margin-bottom: 40px;*/
}

.page_contact-top .imgbox {
	margin-left: 20px;
}

.page_contact-top .content_box {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 0;
	border: 1px solid #c1c1c1;
	border-left: none;
	border-right: none;
	line-height: 20px;
	color: #525252;
	margin-left: 20px;
}

.page_contact-top .content_address {
	position: relative;
}

.page_contact-top .content_address> li {
	position: relative;
	color: #525252;
	height: 38px;
	line-height: 15px;
	padding: 10px 0;
	padding-left: 20px;
}

.page_contact-top .content_address> li i {
	position: absolute;
	left: 0;
	font-size: 26px;
	color: #3a7fc7;
	margin-right: 10px;
	float: left;
}

.page_contact-top .content_address> li h4 {
	float: left;
	font-size: 13px;
	padding-left: 10px;
}

.page_contact-top .erweima {
	/*position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  margin: auto;*/
}

.page_contact-top .erweima ul li {
	position: relative;
	float: left;
	width: 50%;
	padding: 0 10px;
	text-align: center;
}

.page_contact-top .erweima ul li span {
	/*position: absolute;

  left: 0;

  right: 0;*/
	/*bottom: -30px;*/
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #787878;
	text-align: center;
}


/*Ã§â„¢Â¾Ã¥ÂºÂ¦Ã¥Å“Â°Ã¥â€ºÂ¾*/

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.page_contact-middle .page_contact-box {
	margin-top: 0;
	border: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page_contact-middle .page_contact-box .content_box {
	text-align: left;
	padding: 0 27px;
	min-height: 220px;
	background: #fff;
	line-height: 24px;
	color: #666;
}

.page_contact-middle .page_contact-box .content_box .mintitle {
	font-size: 16px;
	color: #1b1b1b;
	line-height: 68px;
	border-bottom: 1px solid #d4d4d4;
}

.page_contact-middle .page_contact-box .content_box .content {
	color: #1b1b1b;
	line-height: 26px;
	padding: 15px 0;
}

.page_contact-bottom {
	position: relative;
	background: #fff;
	padding: 0 36px;
	padding-bottom: 35px;
	margin-bottom: 50px;
}

.page_contact-bottom .title {
	padding: 35px 0;
	line-height: 32px;
	font-size: 22px;
	color: #464646;
	text-align: center;
}

.page_contact-bottom ul {
	margin: 0 -18px;
}

.page_contact-bottom ul li {
	float: left;
	width: 33.33%;
	padding: 0 18px;
}

.page_contact-bottom span {
	width: 5px;
	color: red;
	padding-right: 4px;
}

.page_contact-bottom input {
	padding: 0 18px;
	width: calc(100% - 10px);
	height: 47px;
	line-height: 47px;
	outline: none;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	width: 90%;
}

.page_contact-bottom textarea {
	margin: 15px 0;
	padding: 18px;
	width: calc(100% - 10px);
	height: 90px;
	line-height: 26px;
	resize: none;
	outline: none;
	border-radius: 2px;
	border: 1px solid #e6e6e6;
	width: 96%;
}

.page_contact-bottom input[type="submit"] {
	display: block;
	position: relative;
	margin: auto;
	width: 137px;
}


/*page products------------------------------------------------*/

.page_product-list,
.page_product-all {
	margin-top: 25px;
	margin-bottom: 20px;
}


/*Ã¦â€°â€¹Ã©Â£Å½Ã§ÂÂ´Ã¨ÂÅ“Ã¥Ââ€¢*/

.page_product-accordion {
	width: 100%;
	/* border: 1px solid #cdcdcd; */
}

.page_product-accordion .link {
	cursor: pointer;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 20px;
	border-top: 1px solid #cdcdcd;
	background: #FFF;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	line-height: inherit;
	text-align: left;
}

.page_product-accordion li:last-child .link {
	border-bottom: 0;
}

.page_product-accordion li:first-child .link {
	border-top: 0;
}


/*.page_product-accordion  li i {

	position: absolute;

	top: 16px;

	left: 12px;

	font-size: 18px;

	color: #595959;

	-webkit-transition: all 0.4s ease;

	-o-transition: all 0.4s ease;

	transition: all 0.4s ease;

}*/

.page_product-accordion li.open .link {
	color: #235ea2;
	text-align: left;
	line-height: inherit;
}

.page_product-accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}


/**

 * Submenu

 -----------------------------*/

.submenu {
	display: none;
	background: #fff;
	font-size: 14px;
}

.submenu li {
	/*border-bottom: 1px solid #4b4a5e;*/
}
.submenu a {
	display: block;
	text-decoration: none;
	color: #555;
	font-size: 13px;
	padding: 7px 20px 7px 50px;
	/*padding-left: 42px;*/
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	position: relative;
}

.submenu a i {
	font-size: 12px;
}
.submenu a i:before{content: '';display: block;width: 5px;height: 5px;border-left: 1px solid #ccc;border-bottom: 1px solid #ccc;position: absolute;left: 32px;top: 14px;transform: rotateZ(-135deg);}

.submenu a:hover {
	color: #1bc8b9;
}

.pro_iconfont {
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	/* float: right; */
	right: 10px;
	border-radius: 50%;
	border: 1px solid #cecece;
	/*background: #299f46;*/
}


/*.page_product-accordion li.open .pro_iconfont{

  background: #cd0200;

}*/

.pro_iconfont:before,
.pro_iconfont:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: #a4a4a4;
}

.pro_iconfont:before {
	width: 8px;
	height: 2px;
}

.pro_iconfont:after {
	width: 2px;
	height: 8px;
}

.page_product-accordion li.open .pro_iconfont {
	border-color: #299f46;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	transform: rotate(225deg);
}

.page_product-accordion li.open .pro_iconfont:before,
.page_product-accordion li.open .pro_iconfont:after {
	background: #235ea2;
}

.page_product-list-ad {
	position: relative;
	margin-top: 20px;
	text-align: center;
	/*background: url(../images/pic14.jpg) no-repeat 0 / cover;*/
}

.page_product-list-ad .imgbox,
.page_product-list-ad .imgbox img {
	width: 100%;
}

.page_product-list-ad .content_box {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.page_product-list-ad .title {
	margin-top: 45px;
}

.page_product-list-ad .title h3,
.page_product-list-ad .title p {
	letter-spacing: 0;
}

.page_product-list-ad .content ul {
	margin: 0 -5px;
}

.page_product-list-ad .content ul li {
	vertical-align: bottom;
	font-size: 13px;
	line-height: 10px;
	margin: 0 5px;
}

.page_product-list-ad .more {
	display: inline-block;
	margin-top: 75px;
	padding: 0 30px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border: 1px solid #fff;
}

.page_product-list-ad .more:hover {
	background: #fff;
	color: #267db8;
	border-color: #235ea2
}

.page_product-all .index_products-box {
	margin: 0;
	margin-bottom: 30px;
}

.page_product-all .index_products-box .imgbox {
	overflow: hidden;
}

.page_product-all .index_products-box .content_box,
.page_productone-bottom .index_products-box .content_box {
	border-top: 1px solid #ddd;
}

.page_product-all .index_products-box .content_box .learnmore {
	margin-bottom: 15px;
}

.page_product-all .index_products-box .content_box .mintitle {
	padding-top: 10px;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
}

.page_product-all .index_products-box .content_box .content {
	padding: 0;
	margin: 9px 0;
	line-height: 16px;
	height: 32px;
	overflow: hidden;
	font-size: 14px;
}

.pages_list,
.pages_list-2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.pages_list a {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 0 5px;
	text-align: center;
	line-height: 36px;
	background: #fff;
	color: #267db8;
	border-radius: 50%;
	font-size: 12px;
	box-shadow: 0 2px 5px rgba(38, 125, 184, 0.6);
}

.pages_list-2 a {
	position: relative;
	display: inline-block;
	/*margin: 0 5px;*/
	padding: 0 14px;
	text-align: center;
	line-height: 36px;
	background: #fff;
	border: 1px solid #eee;
	color: #267db8;
	font-size: 12px;
}

.pages_list a:hover,
.pages_list a.active {
	background: #267db8;
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.pages_list-2 a:hover,
.pages_list-2 a.active {
	background: #6a7887;
	color: #fff;
}

.pages_list-2 .circular-max:before {
	border-radius: 0;
	background: #6a7887;
}

.pages_list a i {
	font-size: 12px;
}

.pages_list .circular-max:before {
	background-color: #267db8;
}


/*Ã¦Â­Â£Ã¥â€œÂÃ©ÂªÅ’Ã¨Â¯Â------------------------------------------------*/

.page_verifi-top {
	padding-top: 30px;
}

.page_verifi-top .title {
	font-size: 20px;
	line-height: 36px;
	color: #524831;
	text-align: center;
}

.page_verifi-top .content {
	line-height: 24px;
	color: #818181;
	text-align: center;
}

.page_verifi-middle {
	position: relative;
	padding-bottom: 45px;
	margin-top: 45px;
}

.page_verifi-middle:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 43px;
	/*bottom: 0;*/
	margin: auto;
	height: 9px;
	border-radius: 5px;
	background: #e6e6e6;
}

.page_verifi-middle span {
	position: absolute;
	left: 0;
	top: 55px;
	font-size: 16px;
	color: #a9a9a9;
}

.page_verifi-middle ul li {
	position: relative;
	float: left;
	width: 16.66%;
	text-align: center;
}

.page_verifi-middle .verifi_bg {
	display: inline-block;
	width: 92px;
	height: 92px;
	background-image: url(../images/colorlogo.png);
	cursor: pointer;
}

.verifi_bg.verifi01 {
	background-position: -92px -88px;
}

.verifi_bg.verifi02 {
	background-position: -92px -180px;
}

.verifi_bg.verifi03 {
	background-position: -92px -272px;
}

.verifi_bg.verifi04 {
	background-position: -92px -364px;
}

.verifi_bg.verifi05 {
	background-position: -92px -456px;
}

.verifi_bg.verifi06 {
	background-position: -92px -548px;
}

.page_verifi-middle .verifi_bg+ .title {
	position: absolute;
	top: 0;
	left: 0;
	font-family: simhei;
	font-size: 33px;
	color: #cdcccc;
}

.page_verifi-middle ul li.active .verifi_bg {
	background-position-x: 0;
}

.page_verifi-middle ul li.active .verifi_bg:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -45px;
	width: 38px;
	/*height: 14px;*/
	border-bottom: 14px solid #3a7fc7;
	border-left: 19px solid transparent;
	border-right: 19px solid transparent;
}

.page_verifi-middle ul li.active .verifi_bg+ .title {
	color: #3a7fc7;
}

.page_verifi-middle-box {
	margin: 0 30px;
	padding: 25px 30px;
	color: #fff;
	background: #3a7fc7;
	border-radius: 4px;
	margin-bottom: 90px;
}

.page_verifi-middle-box .title {
	line-height: 30px;
	font-family: simhei;
	font-size: 18px;
}

.page_verifi-middle-box .content {
	margin-top: 5px;
	line-height: 24px;
}

.page_chaxun {
	background: url(../images/pic17.jpg) no-repeat center 0 / cover;
	padding: 60px 0;
}

@media only screen and (max-width: 768px) {
	.page_chaxun {
		height: auto;
		background:#f7f7f7;
	}
}
.page_chaxun .title {
	font-family: simhei;
	font-size: 20px;
	line-height: 55px;
	color: #fff;
}

.page_chaxun .content_box {
	padding: 20px;
	background: rgba(247, 247, 247,0);
	color: #fff;
	line-height: 24px;
}
@media only screen and (max-width: 768px) {
	.page_chaxun .content_box{
		color: #000
	}
	.page_chaxun .title{
		color: #000;
	}
}
.page_chaxun .content_box a {
	color: #267db8;
}

.page_chaxun-left .imgbox {
	position: relative;
	margin-top: 17%;
}

.page_chaxun-left .imgbox img {
	position: relative;
	width: 100%;
	z-index: 2;
}

.page_chaxun-left .imgbox:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.6);
	transform: scale(1.2);
	z-index: 1;
}

.page_chaxun-left .imgbox:hover::after {
	background: rgba(38, 125, 184, 0.8);
}


/* back-top*/

.back_top-box {
	position: fixed;
	right: 10px;
	bottom: 10%;
	z-index: 99;
	display: none;
}

.back_top a {
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	line-height: 36px;
	color: #fff;
	text-decoration: none;
}

.back_top a i {
	font-size: 16px;
}

.back_top a:hover {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
}

.back_top a:before {
	background: rgba(0, 0, 0, 0.8);
}


/*pages news------------------------------------------------*/

.page_news {
	padding-top: 30px;
}

.page_news-inner ul li a {}

.page_news-inner ul li {
	position: relative;
	display: inline-block;
	/* padding: 5px; */
	border: 1px solid #dbdbdb;
	background: #fff;
	height: 184px;
	overflow: hidden;
	margin-bottom: 15px;
	width: 100%;
}

.page_news-inner ul li .imgbox {
	position: absolute;
	left: 5px;
	margin-right: 35px;
	float: left;
}

.page_news-inner ul li .title {
	position: relative;
	display: block;
	margin-top: 15px;
	font-size: 16px;
	padding: 10px 0;
	/*line-height: 35px;*/
	color: #235ea2;
	font-weight: 700;
	width: 100%;
}

.page_news-inner ul li .content_box {
	padding: 0 25px;
	float: left;
	width: 100%;
	padding-left: 325px;
}

.page_news-inner ul li .content_box .content {
	line-height: 24px;
	color: #747474;
	margin-top: 10px;
}

.page_news-inner ul li .content_box span.time {
	/*position: absolute;*/
	/*top: 10px;*/
	/*right: 0;*/
	float: right;
	font-size: 13px;
	color: #aeaeae;
}

.page_news-list {
	background: #fff;
	border: 1px solid #dbdbdb;
}

.page_news-list> .title {
	padding: 0 20px;
	font-size: 20px;
	color: #524830;
	line-height: 65px;
}

.page_news-list ul li {
	margin-top: 24px;
	padding: 0 20px;
	border-bottom: 1px solid #dbdbdb;
}

.page_news-list ul li:first-child {
	margin-top: 0;
}

.page_news-list ul li .imgbox img {
	width: 100%;
}

.page_news-list ul li .content_box .time {
	display: block;
	color: #aeaeae;
	line-height: 20px;
	margin-top: 5px;
}

.page_news-list ul li .content_box .title {
	font-size: 14px;
	line-height: 18px;
	color: #282828;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_news-content-box {
	margin-bottom: 20px;
}

.page_news-content-box .title {
	font-size: 24px;
	color: #2c2c2c;
	text-align: center;
}

.page_news-content-box .time {
	display: block;
	color: #9c9c9c;
	line-height: 32px;
	margin-top: 15px;
	text-align: center;
}

.page_news-content-box .content {
	  /* padding-left: 2.6%; */
	  margin-top: 17px;
	  font-size: 13px;
	  color: #585858;
	  line-height: 22px;
	  /* padding-right: 6.1%; */
	  margin-bottom: 40px;
}
}

.pages_news-bottom {
	border-top: 1px solid #d0d0d0;
	padding-top: 25px;
	padding-bottom: 50px;
}

.pages_news-bottom a {
	float: left;
}

.pages_news-bottom a+ a {
	float: right;
}


/*pages join us------------------------------------------------*/

.page_jointop-box {
	margin-top: 50px;
	margin-bottom: 30px;
}

.page_jointop-box .imgbox {
	text-align: center\0\9;
	width: 130px;
	height: 130px;
	margin: auto;
	border: 2px solid #267db8;
	border-radius: 50%;
}

.page_jointop-box .imgbox:hover {
	background: #fff;
	border: 2px solid #267db8;
	box-shadow: 0 3px 6px rgba(38, 125, 184, 0.8);
	border-radius: 50%;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.page_jointop-box .content_box .title {
	margin-top: 12px;
	line-height: 26px;
	text-align: center;
	font-size: 16px;
	color: #282828;
}

.page_jointop-box .content_box .content {
	margin-top: 5px;
	height: 34px;
	line-height: 16px;
	text-align: center;
	color: #595959;
	overflow: hidden;
}

.page_joinmid-box {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}

.page_joinmid-box .imgbox {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
}

.page_joinmid-box .content_box {
	text-align: center;
	line-height: 15x;
	height: 50px;
	overflow: hidden;
	padding: 15px 0;
}

.page_joinmid-box .page_joinmid-left,
.page_joinmid-box .page_joinmid-right {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 34px;
	height: 40px;
	background-repeat: no-repeat;
	z-index: 0;
}

.page_joinmid-box .page_joinmid-left {
	left: 0;
}

.page_joinmid-box .page_joinmid-right {
	right: 0;
}

.page_joinmid-box1 .page_joinmid-left {
	background-image: url(../images/point9-1.png);
}

.page_joinmid-box1 .page_joinmid-right {
	background-image: url(../images/point9-2.png);
}

.page_joinmid-box2 .page_joinmid-left {
	background-image: url(../images/point10-1.png);
}

.page_joinmid-box2 .page_joinmid-right {
	background-image: url(../images/point10-2.png);
}

.page_joinmid-box3 .page_joinmid-left {
	background-image: url(../images/point11-1.png);
}

.page_joinmid-box3 .page_joinmid-right {
	background-image: url(../images/point11-2.png);
}

.page_policy-box {
	padding: 30px;
	border: 1px solid #d0d0d0;
	border-redius: 1px;
	background-color: #fff;
	margin-bottom: 20px;
}

.page_policy-box .title {
	position: relative;
	padding-left: 70px;
	padding-right: 25px;
	line-height: 55px;
	background-color: #ececec;
	border-radius: 4px;
	font-size: 15px;
	font-family: simhei;
	color: #267db8;
}

.page_policy-box .title .num {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	border-radius: 4px;
	background-color: #267db8;
	color: #fff;
	font-size: 30px;
}

.page_policy-box:hover .num {
	/*left: auto;*/
	/*right: 0;*/
}

.page_policy-box:hover .title {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	transform: translateY(-2px);
}

.page_policy-box:hover .title .num {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	transform: translateY(-3px);
}

.page_policy-box .title {
	margin-bottom: 30px;
}

.page_policy-box .content_box ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ececec;
}

.page_policy-box .content_box ul li a {
	font-family: simhei;
	color: #267db8;
	margin-bottom: 8px;
	display: block;
}

.page_policy-box .content_box ul li p {
	color: #343434;
	padding-left: 13px;
}

.join_analysis {
	position: relative;
}

.join_analysis-bg {
	background: url(../images/pic40.jpg) no-repeat center 0 / cover;
	background-attachment: fixed;
	/*height: 990px;*/
	position: relative;
}

.join_analysis-bg> .imgbox {
	/*position: absolute;

  top: 40px;

  left: 0;

  right: 0;

  margin: auto;*/
	position: relative;
	margin-top: 40px;
	width: 100%;
}

.join_analysis-bg> .imgbox img {
	width: 100%;
}

.join_table::-webkit-scrollbar-thumb:horizontal {
	background-color: rgba(38, 125, 184, .3)
}

.join_table::-webkit-scrollbar-thumb:horizontal:hover,
.join_table::-webkit-scrollbar-thumb:horizontal:active {
	background-color: #267db8
}


/*.join_analysis-inner{

  position: relative

}*/

.join_table {
	margin-top: 20px;
	border: none!important;
}

.join_table table {
	border-collapse: separate;
	border-spacing: 7px;
}

.join_table table tr {
	background: #f4f4f4;
}

.join_table table tr:first-child th {
	font-family: simhei;
	color: #7d7d7d;
}

.join_table table td,
.join_table table th {
	padding: 10px!important;
	color: #606060;
	text-align: center;
	vertical-align: middle!important;
	border: 0!important;
}

.join_table table th {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.join_table table tr:last-child td {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.join_table .table-hover tr:hover {
	background-color: #fff!important;
}

.join_table .table-hover tr:hover td {
	color: #3a7fc7;
}

.join_bottom {
	padding: 25px 0;
	height: 100px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.join_bottom a {
	font-size: 38px;
	color: #fff;
}

.page_join_bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page_join_bottom-box {
	margin-bottom: 20px;
}

.page_join_bottom-box .madein_vedio {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 320px;
}

.page_join_bottom-box .madein_vedio video {
	width: 100%;
}

.page_join_bottom-box .madein_vedio .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.page_join_bottom-box .madein_vedio img {
	width: 100%;
}

.join_bottom-box {
	position: relative;
	display: table;
	width: 100%;
	height: 130px;
	padding: 19px 0;
	border: 1px solid #dbdbdb;
	border-radius: 1px;
	background: #fff;
}

.join_bottom-box:first-child {
	margin-bottom: 30px;
}

.join_bottom-box .title {
	display: table-cell;
	width: 88px;
	height: 90px;
	border-right: 1px dashed #a9a9a9;
	text-align: center;
	vertical-align: middle;
}

.join_bottom-box .content {
	display: table-cell;
	padding: 0 20px;
	height: 90px;
}

.join_bottom-box .content .top {
	color: #858585;
}

.join_bottom-box .content ul li {
	color: #3d3d3d;
}

.join_bottom-box .join_bottom-ul {
	width: 100%;
	height: 100%;
}

.join_bottom-box .join_bottom-ul li {
	float: left;
	width: 33.3%;
	height: 100%;
	padding: 0 5px;
	border-right: 1px dashed #a9a9a9;
	text-align: center;
}

.join_bottom-box .join_bottom-ul li img {
	margin: 0 5px;
}

.join_bottom-box .join_bottom-ul li:last-child {
	border-right: 0;
}

.join_footer img {
	width: 100%;
}


/*Ã¤ÂºÂ§Ã¥â€œÂÃ¥â€ â€¦Ã©Â¡Âµ------------------------------------------------*/

.page_productone .page_title ul {
	float: left;
}

.page_productone .page_title .products_share {
	height: 75px;
	line-height: 75px;
	float: right;
}

.page_productone .page_title .products_share span {
	float: left;
}

.page_productone .page_title .products_share a {
	display: inline-block;
	float: left;
}

.page_productone-inner {
	padding-top: 35px;
}

.page_productone-inner-left .imgbox {
	float: left;
	width: 80%;
	padding-right: 15px;
}

.page_productone-inner-left .imgbox img {
	width: 100%;
	border: 1px solid #cecece;
}

.page_productone-inner-left .product_list {
	position: relative;
	float: left;
	width: 20%;
	overflow: hidden;
}

.page_productone-inner-left .product_list ul,
.page_productone-inner-left .product_list img {
	width: 100%;
}

.page_productone-inner-left .product_list ul {
	padding: 44px 0;
	position: absolute;
	top: 0;
}

.page_productone-inner-left .product_list ul li {
	margin: 5px 0;
}

.page_productone-inner-left .product_list ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.page_productone-inner-left .product_list .arrow {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	z-index: 9999;
}

.page_productone-inner-left .product_list .arrow a {
	display: block;
	background: #bababa;
	color: #fff;
}

.page_productone-inner-left .product_list .arrow_top {
	top: 0;
	bottom: auto;
}

.page_productone-inner-right .page_product-opi {
	padding: 0 20px;
	border: 1px solid #cbcbcb;
	background: #fff;
}

.page_product-opi .title {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 5px;
	height: 67px;
	font-size: 24px;
	color: #235ea2;
}

.page_product-opi .content_box> ul> li {
	margin-bottom: 10px;
}

.page_product-opi .content_box li.price {
	border-top: 1px solid #cbcbcb;
	height: 35px;
	line-height: 35px;
	color: #797979;
}

.page_product-opi .content_box li.price b {
	font-size: 16px;
	color: #362f2a;
}

.page_product-opi .mintitle {
	height: 26px;
	line-height: 26px;
	font-size: 13px;
	color: #7a7a7a;
	display: block;
}

.page_product-opi .select> ul {
	margin: 0 -9px;
}

.page_product-opi .color ul> li {
	margin: 5px 9px;
	width: 59px;
	height: 59px;
	border: 1px solid #cdcdcd;
	float: left;
	cursor: pointer;
}

.page_product-opi .color ul> li img {
	width: 100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.page_product-opi .color ul> li.active {
	border-color: #235ea2;
}

.page_product-opi .color ul.select> li:not(.active) img {
	opacity: 0.5;
}

.page_product-opi .size> ul> li a {
	float: left;
	margin: 5px 9px;
	padding: 0 20px;
	background: #ececec;
	color: #7a7a7a;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.page_product-opi .size ul> li.active a {
	background-color: #235ea2;
	color: #fff;
}

.page_product-opi .size ul.select> li:not(.active) a {
	opacity: 0.5;
}
.show-xs{
	display: none;
}
#m-footer{
		position: fixed;
		background: #3b4551;
		width: 100%;
		color: #f00;
		left: 0;
		bottom: 0;
		z-index: 1200;
	}
#m-footer .row>div{
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.show-xs{
		display: block;
	}
	
}

@media only screen and (max-width: 768px) {
	.bn{
		width: 100%;
		height: 150px
	}
	.swiper-slide img{
		height: 100%;
	}
	.page_banner{
		height: 150px;
	}
	.page_banner-box{
		height: 150px;
	}
	.page_chaxun{
		background-size: 100% 100%;
		padding:0;
	}
	.page_chaxun .title{
		margin:46px 0 15px;
		text-align: center
	}
	#erweima{
		height: 200px
	}
	.page_chaxun .content_box{
		font-size: 14px;
	}
	.join_bottom{
		font-size: 14px;
		height: inherit;
	}
	.join_bottom a{
		font-size: 22px;
	}
}
.list-icon span{
	display: inline-block;
	margin-right: 15px;
}
.ms{
	margin-top: 20px;
}
.ms p{
	text-align: center;
	line-height: 24px;
}
@media only screen and (max-width: 768px) {
	.list-icon span{
		margin-right:0px;
	}
	.page_contact-bottom .email{
		margin-left: 10px;
	}
	.list-icon img{
		width: 44px;
	}
}
.bbbn{
	position: relative
}
.bbbn .bn{
	height: 450px;
	max-height: 450px;
}
.kk img{
	height: 100%
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}
.arrow-left {
  background: rgba(0,0,0,.6);
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  z-index: 10;
  line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.arrow-right {
 background: rgba(0,0,0,.6);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  z-index: 10;
 line-height: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.sl-relative{
	width: 100%;
	height: 100%;
	position: relative;
}
.sl-re-miaosu{
	position: absolute;
	right:14%;
	top: 23%;
	color: #fff;
	background: rgba(0,0,0,.6);
	padding: 40px 30px;
}
.sl-re-miaosu h1{
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
	font-size: 36px;
	margin-bottom: 5px;
}
.sl-re-miaosu h2{
	margin-bottom: 10px;
	font-size: 25px;
}
.sl-re-miaosu .bottom{
	font-size:14px;
}
@media screen and (max-width: 768px) {
	.bbbn .bn{
		height: 160px;
	}
	.sl-re-miaosu{
		padding:2%;
	}
	.sl-re-miaosu h1{
	font-size: 16px;
	margin-bottom: 5px;
	}
	.sl-re-miaosu h2{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.sl-re-miaosu .bottom{
		font-size:13px;
	}
}
.zs{
	margin-right:30px;
}
.bn2 .swiper-slide1{
	width: 200px;
}
.swiper-slide1 img{
	width: auto;
	height: auto
}
.page_news-content-box img{	
    max-width:100%;
    height: auto!important;}
 @media screen and (max-width: 480px) {
     .index_header-right .imgbox{display: none;}
    .index_header-right .language{
      		    top: 0px!important;

      	}
      .page_title ul li{
      	line-height: 30px;
      }
      .sl-re-miaosu{
      	background: rgba(233,233,233,.6);
      	    color: #524830;
      }
      .carousel-indicators li{
      	    border: 1px solid #524830;
      }
      .carousel-indicators .active{
      	    background-color: #524830;
      }
      	}
				
				
/*2019-05-30*/
.madein_inner .title{
	font-size: 22px;
}
.madein_inner .content{
	margin: 20px 0 20px;
}
.madein_inner .content p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	text-indent: 2em;
}
.index_madein .learnmore{
	background: #e11546;
}
.index_madein .learnmore:hover,
.index_madein .learnmore:active {
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.13);
	color: #fff;
}
.index_products-box{
	border-color: #e11546;
	border: none;
	-webkit-transition: 0.5s ease all; transition: 0.5s ease all;
}
.index_products-box:hover{
	top: 0;
	transform: translate(0, -10px);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.13);
}
.index_products-box .content_box{
	position: relative;
}
.index_products-box .content_box .num{
	font-size: 140px;
	color: rgba(223,223,223,0.3);
	font-family: arial;
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 1;
	line-height: 1;
}
.index_products-box .content_box .item{
	position: relative;
	z-index: 2;
}
.index_products-box .content_box .mintitle{
	padding-top: 30px;
	font-size: 22px;
	color: #333;
}
.index_products-box .content_box .content{
	height: auto;
	padding: 15px 30px;
	line-height: 24px;
}
.index_products-box .content_box .brand_desc{
	color: #de043d;
	padding: 0 0 15px;
	line-height: 28px;
	font-size: 16px;
}
.index_products-box .content_box .learnmore{
	background: #1bc8b9;
	font-size: 14px;
}
.index_products-box .learnmore:hover{/* background: #e11546; */color: #fff;text-decoration: underline;}

.index_about{height: 380px;}
@media only screen and (max-width: 768px){
	.index_about {height: auto; padding: 0;}
}


.index_about .content{margin-top: 45px;}
.index_about .title{margin-top: 60px;}
.index_about .content ul li{width: 92px; height: 92px;}
.index_about .index_about-box{vertical-align: top;width: 92px; height: 92px;}
.index_about .index_about-box .about_bg{margin-top: 18px;}
.index_about .index_about-box span{width: 100%;}


.index_profession .index_section-title .abstract{
	font-size: 18px;
	letter-spacing: 0;
}
.index_profession .index_profession-box:hover .content_box:after {
	background: rgba(225, 18, 70, 0.8);
}

.index_profession .index_profession-box .content_box:before{
    background: rgba(0, 0, 0, 0.3);
}
.index_profession-box .content_box .content{
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.5px;
}
.index_profession-box .content_box .mintitle{
	margin-top: 94px;
	font-size: 22px;
	line-height: 1;
}
.index_profession-box .content_box .mintitle2{
	padding: 5px 0 30px;
	margin: 0;
	font-size: 12px;
	line-height: 1;
	font-family: arial;
}
.index_profession-box .content_box .mintitle2:before{
	content: none;
}
.index_certificate{padding: 70px 0;}
.index_certificate li img{ padding: 0 10px; box-sizing: border-box;}
.index_certificate .swiper-wrapper{}

.index_certificate .swiper-button-next,
.index_certificate .swiper-button-prev{position: absolute; top: 50%; margin-top: -22px; width: 44px; height: 44px;  z-index: 10;background-color: rgba(19,19,19,0.3);background-position: center; background-repeat: no-repeat;background-size: 23px 40px;}
.index_certificate .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}
.index_certificate .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}

.index_certificate .swiper-button-next{ background-size: 17px 30px; right: 0;}
.index_certificate .swiper-button-prev{ background-size: 17px 30px; left: 0;}

/*news*/
.index_news-box{padding: 15px!important;background-color: #f1f1f1;}
.index_news-box .column_tit{border-bottom: 1px solid #ccc; padding: 5px;background-color: #f1f1f1;}
.index_news-box .column_tit .title{font-size: 18px;}
.index_news-box .column_tit .tit_en{font-size: 12px; color:#999; padding: 5px 0;}
.index_news-left.index_news-box ul li a{ margin-top: 15px;}
.index_news-right.index_news-box ul li{height: auto;}
.index_news-right .index_news-right-box{padding: 0; overflow: hidden; white-space: normal; text-overflow: ellipsis;}
.index_news-box ul li a{font-size: 14px!important;}
.index_news-right .index_news-right-box .title{overflow: hidden; white-space: normal; text-overflow: ellipsis;}
.index_news .index_news-box .imgbox{height: 100%;}
.index_news-right.index_news-box ul li,
.index_news-right.index_news-box ul li:last-child{margin-top:15px; line-height: 24px;}
.index_news-right.index_news-box ul li{position: relative; padding-left: 12px;}
.index_news-right.index_news-box ul li:before{position: absolute; top: 10px; left: 0; width: 4px; height:4px; display: block; background: #8c8c8c; border-radius: 50%; content: "";}
.index_news-box .more{ width: 96px; height: 32px; line-height: 32px; display: block; text-align: center; margin: 15px auto; background: #e11546; color: #fff; font-size: 14px;}
.index_news-box li a:hover,
.index_news-left.index_news-box ul li a:hover{color: #e11546;}
.index_news-left.index_news-box ul li a{margin-top: 28px;}
/*head-new*/
.index_navbar{background: #fff;}
.navbar-default .navbar-toggle .icon-bar{background-color: #e11546;}
.navbar-toggle .middle-bar:before, 
.navbar-toggle .middle-bar:after{ background-color: #e11546;}
.navbar-brand{ padding: 0 0 8px 10px;}
.navbar-brand img{height: 100%;}
.index_navbar .navbar-nav{padding-bottom: 15px;}
.index_navbar .navbar-nav > li{height: 26px; padding:0; box-sizing: initial;}
.index_navbar .navbar-nav> li> a{color: #333; height: 26px; line-height: 26px;font-size: 14px;}
.navbar-default .navbar-nav> .active> a, 
.navbar-default .navbar-nav> .active> a:hover, 
.navbar-default .navbar-nav> .active> a:focus { color: #e11546; background: none;}
.navbar-default .navbar-nav> li> a:hover,
.navbar-default .navbar-nav> li> a:focus {
	color: #e11546;
	background: none;
}
@media (min-width: 767px){
	.navbar-collapse{float:left; width: calc(100% - 88px);}
	.index_navbar .navbar-nav{padding: 10px 0 ;}
	.index_navbar .navbar-nav> li{width: 12.5%; height: 26px;padding: 0;}
}
@media (min-width: 992px){
	.navbar-brand{padding: 0; height: auto;}
	.index_header .index_header-left .logo {}
	.navbar-collapse{float:left; width: calc(100% - 160px);}
	.index_header-right{float: left; width: 100%;}
	.searbox{float: right;}
	.searbox .form-control{border-radius: 30px;}
	.index_navbar .navbar-nav {padding: 0 0 15px;}
	.index_navbar .navbar-nav> li> a{font-size: 16px;}
	.index_header-right .language{height: 30px; line-height: 30px; display: inline-block; padding: 10px 0; box-sizing: initial;}
	.index_header-right .form-control{ height: 30px;}
	.index_header-right .btn{width: 30px; height:30px;  background:#e1e1e1 url(http://www.souermei.com/statics/images/icon_sear.png) no-repeat center center; padding: 0; border:none; background-size: 16px;  border-radius: 30px; text-indent: -1000em;}
}
.weizhi{padding-top: 27px;display: inline-block;}
.weizhi a{padding: 0 5px;}


.pronyconli img{max-width: 100%;}
.lxwmNrList{font-size: 16px;}
.lxwmNrList .lxwmNrListitem{margin-bottom: 10px;position: relative;padding-left: 30px;}
.lxwmNrList .lxwmNrListitem img{position: absolute;left: 0;top: 3px;}


.lxwmyy{}
.lxwmyy .nycall .nycallMap{width: 40%;float: left;}
.lxwmyy .nycall .baidumap{width: 59%;float: right;}


.pzgl{margin: 40px 0;border-top: 1px solid #ccc;}
.pzgl h4{font-size: 24px;text-align: center;margin: 50px 0 40px;font-weight: bold;letter-spacing: 2px;}
.pzgl .pic{text-align: center;}
.pzgl .pic img{max-width: 100%;}


.wywzjia dl{margin: 40px 0;}
.wywzjia dl dt{margin-bottom: 10px;font-size: 16px;line-height: 28px;}
.wywzjia dl dd{line-height: 26px;font-size: 14px;padding-left: 2em;}
.wywzjia dl dd p{margin-bottom: 5px;}