@charset 'utf-8';

* {
	margin: 0;
	padding: 0;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	background-color: #fff;
	font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

ul,ol {
	list-style: outside none none;
}

li {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f39700;
}

hr {
	border: none;
}

img {
	border: none;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.min_width {
	min-width: 1200px;
}

.main_width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

/*@font-face {
	font-family: 'pingfang';	src: url('../font/pingfang.eot');	src: url('../font/pingfang.eot?#iefix') format('embedded-opentype');	src:url('../font/pingfang.woff') format('woff'), url('../font/pingfang.ttf') format('truetype'), url('../font/pingfang.svg#pingfang') format('svg'),local('pingfang');	font-weight: normal;	font-style: normal;
}*/

.header {
	/*height: 120px;*/
}

.header .main_width {
	height: 100%;
}

.header .main_width .logo {
	height: 80%;
	float: left;
	max-width: 16%;
	margin-top: 10px;
}

.header .main_width .logo img {
	width: 100%;
}

.header .main_width .right {
	float: right;
}

.header .main_width .right .phone {
	width: 100%;
	margin-top: 20px;
	text-align: right;
}

.header .main_width .right .phone span {
	color: #e60012;
}

.header .main_width .right .nav {
	display: block;
	margin-top: 10px;
}

.header .main_width .right .nav>ul {
}

.header .main_width .right .nav>ul>li {
	display: inline-block;
	margin-left: 40px;
	position: relative;
}

.header .main_width .right .nav>ul>li>a {
	display: block;
	padding: 10px 0px;
	font-size: 16px;
}

.header .main_width .right .nav ul li a:hover {
	color: #c02125;
}


.header .main_width .right .nav ul li  .sub_list {
	top: 30px;
	left: -25px;
	width: 130px;
	position: absolute;
	height: 154px;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
}

.header .main_width .right .nav ul li  .sub_list ul {
	padding-top: 40px;
}

.header .main_width .right .nav ul li .sub_list ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;

}

.header .main_width .right .nav ul li  .sub_list ul li a {
	color: #545454;
	font-size: 14px;
	display: block;
}

.header .main_width .right .nav ul li .sub_list ul li a:hover {
	color: #c02125;
	border-bottom: none;
}

.header .main_width .right .nav ul li:hover .sub_list {
	display: block !important;
}


/*手机端导航*/.header_m {
	display: none;
}

.header_m {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	z-index: 1000;
	text-align: center;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	text-align: center;
	background-size: 100% 100%;
	background: #fff;
}

.header_m .logo {
	height: 100%;
	display: inline-block;
	float: left;
}

.header_m .logo img {
	height: 80%;
	margin-top:5px;
	margin-left:10px;
}

.header_m .webname {
	height: 100%;
	display: inline;
	color: #ffd700;
	font-size: 16px;
	font-weight: 700;
	height: 55px;
	line-height: 55px;
	letter-spacing: 1px;
}

.flbox {
	position: relative;
	margin-right: 0px;
	width: 60px;
	height: 55px;
	float: right;
	cursor: pointer;
	opacity: 0.9;
}

div.x,div.y,div.z {
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 18px;
	background: #333;
	border-radius: 2px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

div.x, div.y, div.z {
	height: 3px;
	width: 30px;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y.squize {
	width: 0;
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.y {
	top: 18px;
}

div.z {
	top: 37px;
}

div.open div.x, div.open div.z {
	top: 19px;
	-webkit-transition: all 70ms ease-out;
	-moz-transition: all 70ms ease-out;
	-ms-transition: all 70ms ease-out;
	-o-transition: all 70ms ease-out;
	transition: all 70ms ease-out;
}

div.rotate45 {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

div.rotate135 {
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;
}

#sideMenuContainer {
	background: #333;
	background-size: 100% 100%;
	position: fixed;
	top: 55px;
	right: -150px;
	width: 150px;
	z-index: 4;
	opacity: 0.9;
}

#sideMenuContainer > a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 17px;
	border-bottom: 1px solid #fff;
}

#sideMenuContainer > a:hover {
	background-color: #ffffff;
	color: black;
}

.common_top {
	text-align: center;
	padding-top: 60px;
}

.common_top .ch {
	font-size: 36px;
	font-weight: bold;
}

.common_top .en {
	font-size: 16px;
	color: #999;
	line-height: 2;
}

.index_about {
}

.index_about .main {
	margin-top: 20px;
}

.index_about .main .con {
	width: 55%;
	float: left;
}

.index_about .main .con .title {
	font-size: 24px;
	color: #f39700;
	font-weight: bold;
}

.index_about .main .con .des {
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.index_about .main .con .more {
	margin-top: 10px;
	display: inline-block;
}

.index_about .main .con .num {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 20px;
}

.index_about .main .con .num .box {
	width: 25%;
	font-size: 16px;
	border-right: 1px solid #ccc;
	float: left;
	text-align: center;
	margin-right: -1px;
	padding-top: 5px;
	padding-bottom: 10px;
}

.index_about .main .con .num .box span {
	font-size: 42px;
	color: #f39800;
}

.index_about .main .pic {
	width: 40%;
	float: right;
}

.index_about .main .pic img {
	width: 100%;
}

.index_pos {
}

.index_pos .main {
	margin-top: 30px;
}

.index_pos .main .list {
	width: 100%;
	overflow: hidden;
}

.index_pos .main .list ul {
}

.index_pos .main .list ul li {
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
}

.index_pos .main .list ul li a {
	display: block;
	width: 100%;
	position: relative;
	padding-top: 62%;
}

.index_pos .main .list ul li a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index_pos .main .list ul li .title {
	width: 100%;
	line-height: 2.5;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ask {
	width: 175px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #f39800;
	border-radius: 30px;
	border: 1px solid #f39800;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.ask:hover {
	background: #f39800;
	color: #fff;
}

.features {
	width: 100%;
	/*height: 630px;*/
	background: url(../images/img_06.jpg) no-repeat center center;
	margin-top: 50px;
}

.features .pic {
	width: 52%;
	float: left;
}

.features .pic img {
	width: 100%;
}

.features .txt {
	width: 47%;
	color: #fff;
	box-sizing: border-box;
	padding-top: 65px;
	float: right;
	padding-bottom: 20px;
}

.features .txt h2 {
	font-size: 36px;
	font-weight: bold;
}

.features .txt .en {
	font-size: 16px;
	color: #fff;
	line-height: 2;
}

.features .txt .list {
	width: 100%;
}

.features .txt .list .box {
	width: 100%;
	box-sizing: border-box;
	margin-top: 5px;
	margin-bottom: 5px;
}

.features .txt .list .box .num {
	width: 80px;
	text-align: center;
	float: left;
	font-size: 56px;
	color: #f19700;
	font-family: "pingfang";
}

.features .txt .list .box .r {
	font-size: 18px;
	line-height: 1.5;
	padding-top: 10px;
}

.features .ask {
	margin-left: 0px;
}

.about_us {
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 60px;
}

.about_us .list {
	margin-top: 30px;
}

.about_us .list .box {
	width: 18.4%;
	margin-right: 2%;
	float: left;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.about_us .list .box:last-child {
	margin-right: 0px;
}

.about_us .list .box .title {
	width: 220px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
	box-sizing: border-box;
	font-size: 18px;
}

.about_us .list .box1:hover .title {
	background: url(../images/img_08.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}

.about_us .list .box2:hover .title {
	background: url(../images/img_09.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}

.about_us .list .box3:hover .title {
	background: url(../images/img_10.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}

.about_us .list .box4:hover .title {
	background: url(../images/img_11.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}

.about_us .list .box5:hover .title {
	background: url(../images/img_12.jpg) no-repeat center center;
	color: #fff;
	background-size: 100% 100%;
}

.about_us .list .box .icon {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.about_us .list .box:hover .icon {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.about_us .list .box .des {
	height: 130px;
	color: #666;
	line-height: 1.5;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 1px;
}

.index_news {
}

.index_news .main {
	margin-top: 40px;
}

.index_news .main .left {
	width: 50%;
	float: left;
}

.index_news .main .left .item {
	display: block;
	position: relative;
}

.index_news .main .left .item img {
	height: 375px;
}

.index_news .main .left .item .bg {
	width: 100%;
	height: 60px;
	background: #000;
	opacity: 0.3;
	position: absolute;
	bottom: 0;
}

.index_news .main .left .item .title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 70px;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news .owl-theme .owl-controls {
	text-align: right;
	position: absolute;
	height: 60px;
	padding-top: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	bottom: 0px;
}

.index_news .main .right {
	width: 45.5%;
	float: right;
}

.index_news .main .right .box {
	height: 110px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	display: block;
}

.index_news .main .right .box .time {
	width: 110px;
	height: 110px;
	background: #f39800;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding-top: 10px;
	float: left;
	margin-right: 30px;
}

.index_news .main .right .box .time .d {
	font-size: 48px;
}

.index_news .main .right .box .time .y_m {
	font-size: 14px;
}

.index_news .main .right .box .txt {
}

.index_news .main .right .box .txt .title {
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news .main .right .box .txt .des {
	color: #999;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}/*合作伙伴*/.partner {
}

.in_clients {
	text-align: center;
	margin-top: 20px;
}

.in_clients p .clients_img {
	display: inline-block;
	width: 14%;
	border: 0.1vw solid #e1e0e6;
	margin: 0 0.6% 10px 0.5%;
	position: relative;
}

.in_clients p .clients_img .img_box {
	width: 99%;
	position: relative;
	padding-top: 62%;
	display: block;
}

.clients_img img {
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
}/*.in_clients p span img{	transition: opacity 0.4s, transform 0.8s;}.in_clients p span img:nth-child(1){	transform: rotateY(180deg);    -webkit-transform: rotateY(180deg);    opacity: 0;}.in_clients p span img:nth-child(2){	position: absolute;	top: 0;	left: 0;	-webkit-filter: grayscale(100%);    -moz-filter: grayscale(100%);    -ms-filter: grayscale(100%);    -o-filter: grayscale(100%);    filter: grayscale(100%);    filter: gray;}.in_clients p span:hover img:nth-child(1){	transform: rotateY(0deg);    -webkit-transform: rotateY(0deg);    opacity: 1;}.in_clients p span:hover img:nth-child(2){	transform: rotateY(180deg);    -webkit-transform: rotateY(180deg);    opacity: 0;}*//*底部*/.footer {
}

.footer .flink {
	background: #333;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .flink li {
	display: inline-block;
	margin-right: 20px;
}

.footer .flink li a {
	color: #999;
	font-size: 16px;
}

.footer .flink li a:hover {
	color: #ccc;
}

.footer .flink li:first-child a {
	color: #ccc;
}

.footer .flink li:first-child {
	margin-right: 0px;
}

.footer .main {
	background: #1b1b1b;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .main .block1 {
	width: 30%;
	float: left;
}

.footer .main .block1 img {
	width: 120px;
}

.footer .main .block1 .txt {
}

.footer .main .block1 .txt p {
	color: #999;
	line-height: 1.5;
}

.footer .main .block2 {
	width: 20%;
	float: left;
}

.footer .main .block2 h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.footer .main .block2 ul {
	margin-top: 15px;
}

.footer .main .block2 ul li {
	width: 50%;
	float: left;
	display: inline-block;
}

.footer .main .block2 ul li a {
	color: #999;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}

.footer .main .block2 ul li a:hover {
	color: #fff;
}

.footer .main .block3 {
	width: 25%;
	margin-left: 5%;
	float: left;
}

.footer .main .block3 h2 {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.footer .main .block3 .txt {
	margin-top: 10px;
}

.footer .main .block3 .txt p {
	color: #999;
	line-height: 2;
}

.footer .main .block4 {
	width: 90px;
	float: right;
}

.footer .main .block4 img {
	width: 100%;
}

.footer .main .bottom {
	text-align: center;
	margin-top: 30px;
}

.footer .main .bottom p {
	color: #999;
	line-height: 2;
}

.footer .main .bottom p a {
	color: #999;
}

.footer .main .bottom p a:hover {
	color: #fff;
}/*手机版底部*/.foot_h {
	height: 5em;
	display: none;
}

.myfooter {
	height: 4em;
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
	bottom: 0;
	background: #333;
	display: none;
}

.myfooter li {
	width: 33.3%;
	float: left;
	position: relative;
	font-size: 0.9em;
	text-align: center;
	color: #fff;
	line-height: 1em;
	height: 5.33em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	border-right: 1px solid rgba(255,255,255,0.2);
}

.myfooter li:last-child:before {
	height: 0;
}

.myfooter li em {
	width: 28.125%;
	display: block;
	margin: 0 auto;
	padding: 0.3em 0 0.10em 0;
}

.myfooter li em img {
	width: 28px;
	height: auto;
}

.myfooter li a {
	color: #fff;
	display: block;
	height: 100%;
	box-sizing: border-box;
	padding-top: 5px;
}

.position {
	height: 60px;
	line-height: 60px;
	color: #666;
}

.position .left {
	display: inline-block;
	float: left;
}

.position .left img {
	width: 25px;
	position: relative;
	top: 5px;
	margin-right: 10px;
	display: inline-block;
}

.position .left span {
	color: #666;
	font-size: 16px;
}

.position .right {
	float: right;
	font-size: 16px;
}

.position a {
	color: #666;
}

.position a:hover {
	color: #f39700;
}

.index_app {
	width: 100%;
	background: url(../images/img_21.jpg) no-repeat center bottom;
}

.index_app .main {
}

.index_app .main .img_box {
	width: 100%;
	position: relative;
	padding-top: 55%;
}

.index_app .main .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}/*常见问题*/.question {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fbfbfb;
}

.question .main {
	background: #fff;
	border-radius: 6px;
	padding-bottom: 50px;
}

.question .main .top {
	height: 120px;
	border-bottom: 1px solid #eee;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.question .main .top .typename {
	box-sizing: border-box;
	padding-top: 40px;
	float: left;
	display: inline-block;
}

.question .main .top .typename .ch {
	font-size: 36px;
	font-weight: bold;
}

.question .main .top .typename .en {
	font-size: 16px;
	color: #999;
}

.question {
}

.question form {
	width: 310px;
	height: 40px;
	padding-right: 40px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	float: right;
	margin-top: 45px;
	position: relative;
}

.question form input {
	width: 100%;
	height: 38px;
	padding-left: 20px;
	border: none;
	outline: none;
	box-sizing: border-box;
	border-radius: 20px;
}

::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
	color: #ccc;
}

:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #ccc;
}

:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #ccc;
}

.question form button {
	width: 40px;
	height: 40px;
	border: none;
	background: url(../images/search.png) no-repeat center center;
	background-size: 25px 25px;
	position: absolute;
	right: 5px;
	top: 0;
	cursor: pointer;
}

.question .list {
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
}

.question .list .box {
	height: 120px;
	border-bottom: 1px solid #eee;
	display: block;
	box-sizing: border-box;
	padding-top: 30px;
	color: #333;
	position: relative;
}

.question .list .box .con {
	padding-right: 40px;
	box-sizing: border-box;
}

.question .list .box .title {
	font-size: 18px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.question .list .box .title span {
	font-weight: bold;
	color: #f39800;
}

.question .list .box .des {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.question .list .box .more {
	width: 25px;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -10px;
}

.question .list .box .more img {
	width: 100%;
}

.question .list .box:hover .title {
	color: #f39700;
}/*分页*/.page {
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-top: 30px;
}

.page a {
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #fff;
}

.page span {
	padding: 5px 10px;
	border: 1px solid #eee;
	background: #f39700;
	color: #fff;
	border-radius: 4px;
}/*公司介绍*/.index_intro {
}

.son_nav {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.son_nav ul {
	text-align: center;
}

.son_nav ul li {
	margin-left: 50px;
	margin-right: 50px;
	display: inline-block;
}

.son_nav ul li a {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	font-size: 20px;
}

.son_nav ul li a.cur,.son_nav ul li a:hover {
	border-bottom: 1px solid #f39700;
	margin-bottom: -1px;
	color: #f39700;
}

.index_intro .block1 {
	margin-top: 60px;
}

.index_intro .block1 .pic {
	width: 42%;
	float: left;
	margin-top:80px;
}

.index_intro .block1 .pic img {
	width: 100%;
}

.index_intro .block1 .txt {
	width: 53%;
	float: right;
}

.index_intro .block1 .txt .title {
	font-size: 20px;
	font-weight: bold;
	color: #f39700;
}

.index_intro .block1 .txt .cont {
}

.index_intro .block1 .txt  .cont p {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 10px;
}



.msg_cont .title {
	font-size: 24px;
	font-weight: bold;
	color: #f39700;
}

.msg_cont .cont {
}

.msg_cont  .cont p {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}


.index_intro .block2 {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 50px;
}

.index_intro .block2 .box {
	width: 25%;
	font-size: 18px;
	border-right: 1px solid #ccc;
	float: left;
	text-align: center;
	margin-right: -1px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.index_intro .block2 .box span {
	font-size: 60px;
	color: #f39800;
}

.index_intro .block3 {
}

.index_intro .block3 .list {
	margin-top: 30px;
}

.index_intro .block3 .list .box {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.index_intro .block3 .list .box:nth-child(3) {
	margin-right: 0px;
}

.index_intro .block3 .list .box .img_box {
	width: 100%;
	padding-top: 70%;
	position: relative;
}

.index_intro .block3 .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index_intro .block3 .list .box .txt {
	padding-top: 10px;
	padding-bottom: 10px;
}

.index_intro .block3 .list .box .txt .title {
	font-size: 20px;
	line-height: 2;
}

.index_intro .block3 .list .box .txt .des {
	font-size: 16px;
	line-height: 1.8;
}

.index_intro .our_adv {
	width: 100%;
	background: url(../images/img_31.jpg) no-repeat center center;
	background-size: 100% 100%;
	margin-top: 60px;
	padding-bottom: 80px;
}

.index_intro .our_adv .list {
	margin-top: 50px;
}

.index_intro .our_adv .list .box {
	width: 32%;
	height: 300px;
	margin-right: 2%;
	text-align: center;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	padding-top: 45px;
	border-radius: 30px;
}

.index_intro .our_adv .list .box:nth-child(3) {
	margin-right: 0px;
}

.index_intro .our_adv .list .box img {
	width: 110px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.index_intro .our_adv .list .box .title {
	font-size: 20px;
}

.index_intro .our_adv .list .box .des {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 10px;
}

.index_intro .our_adv .common_top .ch {
	color: #fff;
}

.index_intro .our_adv .common_top .en {
	color: #fff;
}

.index_intro .contact_us {
}

.index_intro .contact_us .main {
	margin-top: 60px;
	margin-bottom: 60px;
}

.index_intro .contact_us .main .left {
	width: 46%;
	float: left;
	padding-top: 10px;
	box-shadow: 0 0 10px 0 #ccc;
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

.index_intro .contact_us .main .left .top {
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
}

.index_intro .contact_us .main .left .top img {
	display: inline-block;
	position: relative;
	top: 10px;
}

.index_intro .contact_us .main .left input {
	width: 100%;
	height: 45px;
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	outline: none;
	box-sizing: border-box;
	padding-left: 10px;
}

.index_intro ::-webkit-input-placeholder {
 /* WebKit, Blink, Edge */
	color: #666;
}

.index_intro ::-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #666;
}

.index_intro ::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #666;
}

.index_intro ::-ms-input-placeholder {
 /* Internet Explorer 10-11 */
	color: #666;
}

.index_intro .contact_us .main .left textarea {
	width: 100%;
	height: 160px;
	background: #fbfbfb;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.index_intro .contact_us .main .left .code {
}

.index_intro .contact_us .main .left .code input {
	width: 70%;
	float: left;
}

.index_intro .contact_us .main .left .code img {
	width: 28%;
	height: 45px;
	float: right;
	cursor: pointer;
}

.index_intro .contact_us .main .left .submit-btn {
	width: 100%;
	height: 45px;
	border-radius: 4px;
	background: #f9a800;
	text-align: center;
	line-height: 45px;
	letter-spacing: 5px;
	font-size: 16px;
	color: #fff;
	border: none;
	cursor: pointer;
}

.index_intro .contact_us .main .right {
	width: 45%;
	float: right;
}

.index_intro .contact_us .main .right .item {
	margin-bottom: 20px;
}

.index_intro .contact_us .main .right .item .title {
	font-size: 20px;
	color: #f9a800;
	line-height: 2;
}

.index_intro .contact_us .main .right .item .des {
	font-size: 16px;
	line-height: 2;
}

.list_news {
}

.list_news .box {
	box-sizing: border-box;
	padding: 35px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #ccc;
	margin-top: 70px;
	display: block;
}

.list_news .box .img_box {
	width: 30%;
	float: left;
	margin-right: 30px;
}

.list_news .box .img_box .pic {
	width: 100%;
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}

.list_news .box .img_box .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}

.list_news .box .img_box .pic img:hover {
	transform: scale(1.1);
}

.list_news .box .txt {
}

.list_news .box .txt .title {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list_news .box .txt .time {
	font-size: 16px;
	margin-top: 20px;
	color: #333;
}

.list_news .box .txt .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.detail {
}

.bdshare-button-style0-16 {
	display: inline-block;
	position: relative;
	top: 25px;
}

.detail .top {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
	margin-top: 30px;
}

.detail .top h1 {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}

.detail .top .msg {
	text-align: center;
	font-size: 16px;
	color: #999;
}

.sr-bdimgshare-black .bdimgshare-bg {
	display: none;
}

.detail .content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.detail .content img {
	max-width: 100% !important;
	height: auto !important;
}
.detail .bottom {
	width: 100%;
	height: 110px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.detail .bottom .left {
	width: 70%;
	height: 100%;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 25px;
}

.detail .bottom .left a {
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.detail .bottom .left a:hover {
	color: #f39700;
}

.detail .bottom .btn {
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 4px;
	background: #fbfbfb;
	display: block;
	float: right;
	font-size: 16px;
	color: #999;
	margin-right: 40px;
	border: 1px solid #eee;
	margin-top: 30px;
}

.detail .bottom .btn:hover {
	background: #fff;
}/*产品页*/.product {
}

.product .block1 {
}

.product .block1 .des {
	max-width: 1000px;
	width: 100%;
	line-height: 2;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.product .block1 .pic {
	width: 100%;
	margin-top: 20px;
}

.product .block1 .pic img {
	width: 100%;
}

.product .block2 {
	background: #fafafa url(../images/img_37.jpg) no-repeat top center;
	padding-bottom: 90px;
}
.product .red {
	background: #eeeeee url(../images/add.jpg) no-repeat top center;
	padding-bottom: 90px;
}
.product .block2 .common_top .ch {
	color: #fff;
}

.product .block2 .common_top .en {
	color: #fff;
}

.product .block2 .cont {
	margin-top: 55px;
}

.product .block2 .cont .box {
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-bottom: 20px;
	cursor: pointer;
}

.product .block2 .cont .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 130%;
}

.product .block2 .cont .box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product .block2 .cont .box .img_box .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.product .block2 .cont .box .txt {
	width: 100%;
	height: 48%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #ffe4c4;
}

.product .block2 .cont .box .txt .title {
	font-size: 18px;
	line-height: 2;
}

.product .block2 .cont .box .txt .des {
	font-size: 14px;
	line-height: 1.6;
}
/*功能介绍*/.product .block3 {
	margin-bottom: 100px;
}

.product .block3 .main {
	margin-top: 40px;
}

.product .block3 .main .box {
}

.product .block3 .main .box .pic {
	width: 41%;
	float: left;
}

.product .block3 .main .box .pic img {
	width: 100%;
}

.product .block3 .main .box .txt {
	width: 54%;
	float: right;
}

.product .block3 .main .box .txt .item {
	margin-bottom: 20px;
}

.product .block3 .main .box .txt .item .yell {
	font-size: 20px;
	line-height: 2;
	color: #f39800;
	font-weight: bold;
}

.product .block3 .main .box .txt .item .gray {
	font-size: 15px;
	line-height: 1.8;
}

.product .block3 .main .box1 {
	margin-top: 40px;
}

.product .block3 .main .box1 .pic {
	float: right;
}

.product .block3 .main .box1 .txt {
	float: left;
}

.product .block3 .main .btn {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	background: #f39800;
	display: block;
}

.product .block3 .main .btn:hover {
	opacity: 0.95;
}/*渠道合作*/.xdhz {
}

.xdhz .block1 {
}

.xdhz .block1 .des {
	margin-top: 20px;
	text-align: center;
}

.xdhz .block1 .des p {
	line-height: 1.8;
}

.xdhz .block1 .list {
	width: 100%;
	margin-top: 40px;
}

.xdhz .block1 .list .box {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.xdhz .block1 .list .box:nth-child(3) {
	margin-right: 0px;
}

.xdhz .block1 .list .box .img_box {
	width: 100%;
	position: relative;
	padding-top: 62%;
}

.xdhz .block1 .list .box .img_box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.xdhz .block1 .list .box .txt {
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.xdhz .block2 {
}

.xdhz .block2 .list {
	margin-top: 20px;
}

.xdhz .block2 .list .box {
	width: 27%;
	margin-left: 3%;
	margin-right: 3%;
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.xdhz .block2 .list .box .img_box {
	width: 35%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.xdhz .block2 .list .box .img_box img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.xdhz .block2 .list .box .txt {
	text-align: center;
	margin-top: 10px;
}

.xdhz .block2 .list .box .txt .title {
	font-size: 20px;
	line-height: 2;
}

.xdhz .block2 .list .box .txt .des {
	line-height: 1.8;
}

.xdhz .block2 .list .box:hover .img_box img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: gray;
}

.xdhz .block2 .list .box:hover .txt .title {
	color: #f39800;
}

.xdhz .block3 {
	background: url(../images/img_43.jpg) no-repeat center center;
	padding-bottom: 50px;
	background-size: 100% 100%;
	margin-top: 70px;
}

.xdhz .block3 .common_top .ch {
	color: #fff;
}

.xdhz .block3 .common_top .en {
	color: #fff;
}

.xdhz .block3 .main {
	margin-top: 40px;
}

.xdhz .block3 .main .box {
	width: 48%;
	margin-right: 4%;
	padding-left: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 60px;
	box-sizing: border-box;
	display: table-cell;
	background: #fff;
	border-radius: 10px;
	position: relative;
	float: left;
	margin-bottom: 30px;
}

.xdhz .block3 .main .box:nth-child(2n) {
	margin-right: 0px;
}

.xdhz .block3 .main .box .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}

.xdhz .block3 .main .box .des {
	line-height: 2;
}

.xdhz .block3 .main .box .icon {
	position: absolute;
	left: 30px;
}

.xdhz .block4 {
}

.xdhz .block4 .main img {
	width: 100%;
}

.xdhz .block5 {
	background: url(../images/img_45.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-bottom: 80px;
}

.xdhz .block5 .main {
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
	margin-top: 40px;
}

.xdhz .block5 .main .box {
	width: 33.3%;
	margin: -1px;
	border: 1px solid #eee;
	height: 120px;
	padding-top: 40px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	float: left;
}

.xdhz .block5 .main .box img {
	width: 30px;
	position: relative;
	top: 10px;
	display: inline-block;
	margin-right: 10px;
}/*右侧浮框*/.right_silder {
	width: 80px;
	position: fixed;
	top: 50%;
	right: 5px;
	margin-top: -100px;
	z-index: 99;
}

.right_silder .box {
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background: #7f7f7f;
	color: #fff;
	margin-bottom: 5px;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	display: block;
}

.right_silder .box img {
	width: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right_silder .box:hover {
	background: #f39800;
}

.right_silder .wet {
	position: relative;
}

.right_silder .wetchart {
	display: none;
	position: absolute;
	right: 72px;
	top: -60px;
	width: 200px;
	height: 213px;
}

.right_silder .wetchart img {
	width: 100%;
	height: 100%;
}

.right_silder .wet:hover .wetchart {
	display: block;
}

.right_silder .kf {
	display: none;
	width: 220px;
	height: 135px;
	position: absolute;
	background: url(../images/icon_bg2.png) no-repeat;
	right: 65px;
	top: 18px;
	padding-left: 10px;
	font-size: 13px;
}

.right_silder .kf>a {
	width: 155px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-radius: 20px;
	background: #fc8503;
	color: #fff;
	margin-top: 25px;
	margin-left: 15px;
}

.right_silder .kf .phone {
	margin-top: 30px;
	font-size: 14px;
	color: #333;
	padding-right: 30px;
}

.right_silder .kf_box {
	position: relative;
}

.right_silder .kf_box:hover {
	background: #fc8503 url(../images/icon_01_h.png) no-repeat center center;
	background-size: 70% 70%;
}

.right_silder .kf_box:hover .kf {
	display: block;
}/*返回顶部*/.fanhui {
	width: 60px;
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 99999;
	display: none;
}

.fanhui a {
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.fanhui .a2 {
	display: block;
	color: #9b9b9b;
	border: 1px solid #DFDFDF;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 58px;
	line-height: 80px;
	margin-top: 10px;
	background: url(../images/fhdb.png) center 10px no-repeat White;
}

.fanhui .a2:hover {
	background-color: #eb3d00;
	border: 1px solid #eb3d00;
	color: White;
}

.search_box {
	width: 94%;
	max-width: 980px;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dedede;
}

.search_box .top {
	height: 35px;
	line-height: 35px;
	padding-left: 50px;
	color: #000;
	font-size: 14px;
	border-bottom: 1px solid #dedede;
}

.search_box form {
}

.search_box .search_tr {
	margin-top: 20px;
}

.search_box .search_tr span {
	width: 20%;
	display: inline-block;
	color: #818181;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

.search_box .search_tr input {
	width: 300px;
	height: 30px;
	border: 1px solid #d5d5d5;
	outline: none;
	padding-left: 5px;
}

.search_box .search_tr select {
	padding: 5px;
	margin: 0px;
	border: 1px solid #d5d5d5;
	outline: none;
}

.search_box .button {
	width: 100px;
	height: 30px;
	background: #c7000b;
	border: none;
	color: #fff;
	margin-left: 20%;
	float: left;
	cursor: pointer;
	margin-top: 20px;
	position: relative;
	left: 5px;
}

.search_box .button:hover {
	background: #15a0d4;
}

.search_list {
	width: 94%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.search_list .top {
	height: 40px;
	line-height: 40px;
	color: #e60012;
	border-bottom: 1px solid #dedede;
	font-size: 16px;
}

.search_list ul {
	padding: 10px;
	font-size: 12px;
}

.search_list ul li {
	padding: 10px 0px 0px 10px;
	display: block;
}

.search_list li dl {
	display: block;
}

.search_list li dd {
	display: block;
}

.search_list li dd.tl {
	float: left;
}

.search_list li dd.dr {
	float: right;
	color: #a5a5a5;
}
.son_pro {
	text-align: center;
	margin-top: 30px;
	display: none;
}
.son_pro a {
	padding: 10px 15px;
	display: inline-block;
	border: 1px solid #ddd;
	margin-left: 10px;
	margin-right: 10px;
}
.son_pro a.a-active {
	background: #c02125;
	color: #fff;
}
.features_a {
	width: 100%;
	background: url(../images/tu_bg.jpg) no-repeat center center;
	padding-bottom: 30px;
	background-size: auto 100%;
}
.features_a * {
	color: #fff;
}
.features_a .list {
	margin-top: 30px;
}
.features_a .list .box {
	width: 33.3%;
	float: left;
	text-align: center;
}
.features_a .list .box img {
	display: block;
	margin: 0 auto;
	max-width: 90%;
}
.features_a .list .box .tit {
	line-height: 1.5;
	margin-top: 10px;
	min-height: 60px;
}