html,
body {
	font-family: "Graphik-Regular";
}

body.overHidden {
	position: fixed;
	width: 100%;
}

select,
input,
textarea,
button {
	font-family: "Graphik-Regular";
}

::-webkit-scrollbar-track-piece {
	background-color: #eee;
}

::-webkit-scrollbar {
	width: 9px;
	height: 9px;
	
}

::-webkit-scrollbar-thumb {
	background-color: #565a56;
	background-clip: padding-box;
	min-height: 28px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.wrapper {
	overflow: hidden;
}

* {
	-webkit-tap-highlight-color: transparent;
}

.bgf7 {
	background: #f7f7f7;
}

.slide_links {
	display: none;
	position: fixed;
	width: 40px;
	height: 176px;
	right: 4%;
	bottom: 100px;
	z-index: 999999;
}

.slide_links a {
	display: block;
	width: 40px;
	height: 44px;
	border: 1px solid #dedede;
	text-align: center;
	line-height: 44px;
	color: #b2b2b2;
	background: #fff;
	border-bottom: none;
}

.slide_links a i {
	font-size: 20px;
}

.slide_links a:last-child {
	border-bottom: 1px solid #dedede;
}

.slide_links a:first-child i {
	font-size: 18px;
}

.slide_links a:last-child i {
	font-size: 16px;
}

.slide_links a:hover {
	color: #00AEEF;
}

.header_box {
	position: relative;
	z-index: 9999;
}

.logo {
	width: 257px;
}

.logo a {
	width: 257px;
}

.logo a img {
	display: block;
	height: auto;
	float: left;
	margin-top: 23px;
}

.language {
	position: relative;
	color: #45494b;
	font-size: 14px;
	padding: 0 20px 0 20px;
	cursor: pointer;
	margin-top: 39px;
}

.language .lang_t i {
	float: left;
	font-size: 21px;
}

.language .lang_b {
	display: none;
	width: 100px;
	position: absolute;
	top: 30px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #45494b;
	padding: 5px 0px;
	text-align: center;
	z-index: 99999;
}

.language .lang_b a {
	display: block;
	color: #fff;
	line-height: 25px;
}

.language .lang_b a img {
	float: left;
	margin: 12px 10px 0 0;
}

.language .lang_b a span {
	float: left;
}

.head_search {
	position: relative;
}

.ser_icon {
	width: 36px;
	height: 36px;
	cursor: pointer;
	text-align: center;
	line-height: 36px;
	margin-top: 33px;
	margin-right: 10px;
	color: #000000;
	background: transparent;
}

.head_search i {
	font-size: 20px;
	font-weight: bold;
}

.search_box {
	z-index: 9;
	display: none;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 1030px;
	height: 100px;
	background: transparent;
}

.search_box form {
	float: left;
	width: calc(100% - 35px);
	padding-top: 25px;
}

.search_box_wrap {
	/*display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	padding:20px 0;*/
}

.search_inp {
	float: left;
	width: calc(100% - 50px);
	height: 50px;
	color: #444;
	font-size: 16px;
	border: none;
	/*border-bottom: 1px solid #ddd;*/
	background: #fff;
	padding-left: 315px;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

.search_inp.show {
	padding-left: 15px;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

.search_inp::-webkit-input-placeholder {
	color: #777;
}

.search_btn_box {
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
}

.search_btn {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 50px;
	height: 50px;
	border: none;
	background: none;
	cursor: pointer;
}

.search_icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #444;
	background: #fff;
	font-weight: bold;
	font-size: 18px;
}

.serch_close {
	float: right;
	height: 100px;
	width: 35px;
	line-height: 100px;
	background: #fff;
}

.serch_close i {
	font-size: 35px;
	color: #444;
}

.header {
	height: 100px;
}

.header .wrapper {
	overflow: initial;
}

.menu {
	width: calc(100% - 367px);
	float: left;
	padding-left: 90px;
}

.menu_dl dd {
	float: left;
	height: 100px;
	line-height: 100px;
	position: relative;
	padding: 0 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_dl dd.hidden .menu_tt a,
.ser_icon.hidden {
	transform: scale(0);
	-webkit-transform: scale(0);
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	transition: all 700ms linear;
}

.menu_tt a {
	display: block;
	width: 100%;
	color: #000000;
	font-size: 16px;
}

.menu_tt_ico {
	float: right;
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: 4px;
}

.menu_dl dd.hover .menu_tt a {
	width: 100%;
	color: #0093dd;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	z-index: 9999;
}

.menu_btn {
	display: none;
	float: right;
	margin-top: 29px;
	padding: 9px 0px;
	cursor: pointer;
}

.menu_btn span {
	display: block;
	height: 4px;
	width: 34px;
	background: #00aeef;
	border-radius: 4px;
	margin: 0 0 7px 0;
}

.menu_second_box {
	clear: both;
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 9;
	width: 540px;
	background: rgba(242, 242, 242, .95);
	padding: 25px 30px 40px;
	box-shadow: 0px 5px 10px rgba(155,155,155,.3);
}
.menu_second_box .menu_img{
	width: 210px;
}
.menu_second_box .menu_img img{
	display: block;
	max-width: 100%;
}
.menu_second_box .menu_wrap{
	width: calc(100% - 210px);
	padding-left: 45px;
}
.menu_two {
	clear: both;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px dashed #a8a8a8;
}

.menu_tt i {
	display: none;
	font-size: 20px;
	font-weight: bold;
	color: #888;
	line-height: 45px;
	margin-right: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_tt i.trans {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_two_tt {
	display: block;
	width: 100%;
	color: #333333;
	line-height: 45px;
	font-size: 14px;
	padding-left: 10px;
}

.menu_two_tt i {
	font-size: 20px;
	width: 30px;
	display: block;
}

.menu_second_box .menu_two:last-child {
	border-color: transparent;
}

.menu_two_tt .text {
	float: left;
	width: calc(100% - 30px);
}
/*.menu_two:hover,.menu_two.hover{
	border-bottom: 1px solid #ccc;
}*/
.menu_two:hover .menu_two_tt,
.menu_two.hover .menu_two_tt {
	/*background: #fff;*/
	color: #007DD4;
}

.menu_two:hover .menu_two_tt,
.menu_two.hover .menu_two_tt,
.menu_third:hover a,
.menu_third.hover a {
	border-bottom-color: transparent;
}


/*
 * banner
 */

.banner_box {
	position: relative;
}

.banner_box .jSlider .indicator {
	z-index: 9;
}

.banner_box .jSlider .indicator span {
	width: 30px;
	height: 3px;
	margin-left: 6px;
	background: #e0e0e0;
	border: none;
	border-radius: 0;
}

.banner_box .jSlider .indicator span.selected {
	background: #00aeef;
}

.banner_box .jSlider .cssAnimation {
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}

.banner_box a {
	display: block;
	position: relative;
}

.banner_box .banner_con {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 10;
	top: 0;
	left: 0;
	margin-top: 7%;
}

.banner_box .banner_con .tt {
	font-family: "Graphik-Semibold";
	font-size: 48px;
	margin-bottom: 15px;
}

.banner_box .banner_con .text {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	margin-bottom: 15px;
}

.banner_box .banner_con .more {
	font-size: 16px;
	color: #00a3ed;
}

.banner_box .banner_con .more i {
	font-size: 14px;
	margin-left: 5px;
}

.banner_box .jSlider .navigator span {
	width: 39px;
	height: 71px;
	z-index: 9;
	margin-top: -35px!important;
	border-radius: 0px!important;
	-webkit-border-radius: 0px!important;
	-ms-transform: rotate(0deg)!important;
	-webkit-transform: rotate(0deg)!important;
	-moz-transform: rotate(0deg)!important;
	-o-transform: rotate(0deg)!important;
	transform: rotate(0deg)!important;
}

.banner_box .jSlider .navigator .prev {
	background: url(../images/icon-left.png)no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_box .jSlider .navigator .prev:hover{
	background: url(../images/icon-lefthover.png)no-repeat center center;
	background-size: cover;
}
.banner_box .jSlider .navigator .next {
	background: url(../images/icon-right.png)no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_box .jSlider .navigator .next:hover{
	background: url(../images/icon-righthover.png)no-repeat center center;
	background-size: cover;
}
.jSlider .navigator span:before,
.jSlider .navigator span:after {
	display: none!important;
}


/***title****/

.ind_title1 ,.ind_title2{
	display: block;
	padding: 10px 0 20px;
	position: relative;
	margin-bottom: 35px;
}
.ind_title1 .tt{
	font-size: 48px;
	color: #000000;
	margin-bottom: 15px;
	font-family: "Graphik-Bold";
}
.ind_title2 .tt{
	font-size: 36px;
	color: #000000;
	margin-bottom: 8px;
	font-family: "Graphik-Bold";
}
.ind_title1 .tt .red {
	color: #ff7900;
}

.ind_title1 .text {
	color: #777;
	font-size: 14px;
	line-height: 24px;
}


.ind_title1 .line {
	width: 60px;
	height: 2px;
	background: #e62129;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 15px;
}


/*
	more_btn 	
*/

.more_btn1 {
	display: block;
	width: 120px;
	height: 35px;
	color: #333;
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	text-align: center;
	background: transparent;
	border: 1px solid #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn1:hover {
	background: #333;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn2 {
	width: 140px;
	height: 37px;
	line-height: 37px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-family: "Open Sans";
	background: #EA2828;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**page**/

.page {
	padding: 40px 0;
	text-align: center;
}

.page a {
	display: inline-block;
	width: 22px;
	text-align: center;
	height: 24px;
	line-height: 22px;
	margin: 2px 3px;
	font-size: 16px;
	color: #d5d5d5;
	border: 2px solid #d5d5d5;
	border-radius: 4px;
	font-weight: bold;
}

.page a:first-child,
.page a:last-child {
	width: auto;
	border: none;
	color: #888;
	position: relative;
}
.page a:first-child{
	margin-right: 20px;
}

.page a:first-child:before,.det_page_clm:first-child:before{
	content: "";
	position: absolute;
	top: 6px;
	left: -45px;
	width: 36px;
	height: 8px;
	background: url(../images/icon-left2.png)no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.page a:first-child:hover:before,.det_page_clm:first-child:hover:before{
	background: url(../images/icon-left2hover.png)no-repeat center center;
	background-size: cover;
}
.page a:last-child{
	margin-left: 18px;
}
.page a:last-child:before,.det_page_clm:last-child:before{
	content: "";
	position: absolute;
	top: 6px;
	right: -45px;
	width: 36px;
	height: 8px;
	background: url(../images/icon-right2.png)no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.page a:last-child:hover:before,.det_page_clm:last-child:hover:before{
	background: url(../images/icon-right2hover.png)no-repeat center center;
	background-size: cover;
}
.page a:hover,
.page a.hover {
	color: #333;
	border-color: #333;
}

.page a i {
	font-size: 12px;
}


/***footer***/

.footer {
	background: #fbfbfb;
	position: relative;
	z-index: 10;
}

.footer .wrapper {
	overflow: inherit;
	padding: 0 150px;
}

.footer_t {
	padding: 60px 0;
	overflow: hidden;
}

.footer_t .item {
	float: left;
	margin-left: 77px;
}

.footer_t .item:first-child {
	margin-left: 0;
}

.footer_t .item .tt {
	margin-bottom: 10px;
}

.footer_t .item .tt a {
	font-size: 14px;
	color: #010101;
}

.footer_t .item .con a {
	font-size: 13px;
	color: #444;
	line-height: 26px;
	display: block;
	font-family: "Graphik-Light";
}

.footer_t .item .con a:hover {
	color: #42abe2;
}

.footer_m {
	padding: 5px 0;
	border-bottom: 1px solid #efefef;
}

.footer_m_l {
	float: left;
	padding-top: 12px;
}

.footer_m_l a {
	display: inline-block;
	font-size: 14px;
	margin-right: 8px;
}

.footer_m_l a:nth-child(1) {
	color: #3b57a0;
	font-size: 13px;
}

.footer_m_l a:nth-child(2) {
	color: #42abe2;
}

.footer_m_l a:nth-child(3) {
	color: #2078a6;
	font-size: 15px;
}

.footer_m_l a:nth-child(4) {
	color: #d9575e;
}

.footer_m_l a:nth-child(5) {
	color: #5ecbf4;
}

.footer_m_l a:nth-child(6) {
	color: #ce4235;
	font-size: 15px;
}

.footer_m_l a:hover {}

.footer_m_r {
	float: right;
	height: 35px;
	padding-top: 12px;
	position: relative;
}

.footer_m_r a {
	color: #888;
	font-size: 12px;
	line-height: 14px;
}

.footer_m_r img {
	float: left;
	margin-right: 5px;
}
.footer_m_r span{
	display: block;
	float: left;
	width: calc(100% - 20px);
}
.footer_m_r .foot_lang_b{
	display: none;
	position: absolute;
	right: 0;
	bottom: 30px;
	border: 1px solid #f3f3f3;
	padding: 20px;
	width: 105px;
	background: #f5f5f5;
}
.footer_m_r .foot_lang_b a{
	display: block;
	margin-bottom: 10px;
}
.footer_m_r .foot_lang_b a:last-child{
	margin-bottom: 0;
}

.footer_b {
	color: #888888;
	font-size: 12px;
	padding: 5px 0;
	line-height: 30px;
	font-family: arial;
}

.footer_b_r {
	margin-left: 50px;
}

.footer_b a {
	color: #888888;
}

.footer_b a:hover {
	color: #6a80b6;
	text-decoration: underline;
}


/*
 * ind_box1
 */

.ind_box1.index {
	padding: 100px 0 0;
	height: 960px;
	background: url(../images/ind_img1.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
}

.ind_box1.index .title .tt {
	font-family: "Graphik-Semibold";
	font-size: 48px;
	margin-bottom: 22px;
}

.ind_box1.index .title .text {
	font-size: 16px;
	line-height: 28px;
	padding: 0 150px;
	margin-bottom: 25px;
}

.more {
	font-size: 16px;
	color: #00aeef;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more i {
	font-size: 14px;
	margin-left: 5px;
}

.more:hover {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}

.ind_box1.index .more {
	color: #fff;
}

.ind_box1.index .ind_video_btn {
	text-align: center;
	margin-top: 40px;
}

.ind_box1.index .ind_video_btn img {
	display: inline-block;
}

.ind_box1.index .ind_video_btn .pic {
	position: relative;
}

.ind_box1.index .ind_video_btn .play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 70px;
	text-align: center;
	line-height: 70px;
	border: 1px solid #00aeef;
	color: #00aeef;
	margin: -35px 0 0 -35px;
	padding-left: 3px;
	background: rgba(255, 255, 255, .9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.index .ind_video_btn .play_btn i {
	font-size: 24px;
}

.ind_box1.index .ind_video_btn .play_btn:hover {
	background: rgba(255, 255, 255, 1);
}

.ind_box2.index {
	padding: 160px 0 30px 0;
}

.ind_box2.index .wrapper {
	padding: 0 47px;
	position: relative;
}

.ind_box2.index .ind_l {
	width: 50%;
	float: left;
	padding-top: 40px;
}

.ind_box2.index .more {
	color: #00aeef;
}

.ind_box2.index .ind_r dd {
	width: 50%;
	padding: 0 37px;
	float: left;
	margin-bottom: 80px;
}

.ind_title .tips {
	font-size: 112px;
	font-family: "Graphik-Semibold";
	color: #f1f1f1;
	margin-left: -5px;
}

.ind_title .tt {
	font-size: 48px;
	color: #000000;
	font-family: "Graphik-Semibold";
	margin-top: -40px;
}

.line {
	width: 45px;
	height: 3px;
	background: #00aeef;
	margin: 33px 0 33px 3px;
}

.ind_box2.index .ind_l .text {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-right: 185px;
	min-height: 168px;
}

.ind_box2.index .ind_l .more {
	margin-top: 40px;
}

.ind_box2.index .ind_r {
	width: 50%;
	float: left;
	padding: 0 30px;
}

.ind_box2.index .ind_r dd .pic {
	overflow: hidden;
}

.ind_box2.index .ind_r dd .tt {
	font-size: 22px;
	font-weight: bold;
	margin-top: 15px;
	color: #0a0a0a;
}

.ind_box2.index .ind2_scroll {
	position: inherit;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2.index .owl-controls {
	position: absolute;
	left: 150px;
	bottom: 150px;
	z-index: 2;
}

.ind_box2.index .owl-theme .owl-dots .owl-dot span {
	position: relative;
	width: 22px;
	height: 22px;
	margin: 5px;
}

.ind_box2.index .owl-theme .owl-dots .owl-dot span:before {
	content: "1";
	font-weight: bold;
	display: block;
	background: #fff;
	width: 22px;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border: 2px solid #d5d5d5;
	font-size: 16px;
	color: #d5d5d5;
	border-radius: 4px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2.index .owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
	content: "2";
}

.ind_box2.index .owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
	content: "3";
}

.ind_box2.index .owl-theme .owl-dots .owl-dot.active span:before,
.ind_box2.index .owl-theme .owl-dots .owl-dot:hover span:before {
	border-color: #444444;
	color: #444;
}

.ind_box2.index .control_btns {
	margin-top: 75px;
	font-size: 16px;
	color: #888888;
	font-weight: bold;
}

.ind_box2.index .control_btns .btn {
	float: left;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2.index .control_btns .prev_btn {
	margin-right: 140px;
}

.ind_box2.index .control_btns i {
	float: left;
	display: inline-block;
	width: 36px;
	height: 8px;
	margin-top: 5px;
}

.ind_box2.index .control_btns .prev_btn i {
	background: url(../images/icon-left2.png)no-repeat center center;
	background-size: cover;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .control_btns .prev_btn:hover i{
	background: url(../images/icon-left2hover.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.index .control_btns .next_btn i {
	background: url(../images/icon-right2.png)no-repeat center center;
	background-size: cover;
	margin-left: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .control_btns .next_btn:hover i{
	background: url(../images/icon-right2hover.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.index .control_btns span {
	float: left;
}

.ind_box2.index .control_btns .btn:hover {
	color: #000;
}

.ind_box2.index .ind_r dd:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


/*.ind_box2.index .ind_r dd:hover .tt{
	color: #00aeef;
}*/

.ind_box3.index {
	background: #edeff3;
	padding: 100px 0;
}

.index .wrapper {
	padding: 0 47px;
}

.ind_box3.index .ind_title {
	margin-bottom: 70px;
}

.ind_box3.index .ind_title .tips {
	color: #e8e7e7;
}

.ind_box3.index .ind_title .tt {
	margin-top: -42px;
}

.ind_box3.index .ind_t {
	position: relative;
}

.ind_box3.index .ind_t a {
	position: absolute;
	right: 0;
	bottom: 14px;
	font-size: 14px;
	color: #444;
	font-weight: bold;
}

.ind_box3.index .ind_t a:hover {
	color: #0093DD;
}

.ind_box3.index .ind_b {
	position: relative;
}

.ind_box3.index .ind_b .btns {
	width: 39px;
	height: 71px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -65px;
	z-index: 9;
	cursor: pointer;
}

.ind_box3.index .ind_b .btns i {
	font-size: 100px;
	color: #d8d8d8;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3.index .wrapper {
	overflow: inherit;
}

.ind_box3.index .ind_b .prev_btns {
	left: -12%;
	transform: rotate(180deg);
}

.ind_box3.index .ind_b .next_btns {
	right: -12%;
	margin-top: -90px;
}

.ind_box3.index .ind_b .btns:hover i {
	color: #00AEEF;
}

.ind_box3.index .item {
	overflow: hidden;
}

.ind_box3.index .item_l {
	width: 51%;
	float: left;
	overflow: hidden;
}

.ind_box3.index .item_l:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.ind_box3.index .item_r {
	width: 49%;
	float: left;
	padding: 25px 120px 0 75px;
}

.ind_box3.index .item_r .tt {
	font-size: 30px;
	color: #000;
	font-family: "Graphik-Semibold";
	margin-bottom: 35px;
}

.ind_box3.index .item_r .text {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	margin-bottom: 40px;
}

.ind_box3.index .owl-controls,
.ind_box4.index .owl-controls {
	margin-top: 50px;
}

.ind_box3.index .owl-theme .owl-dots .owl-dot span,
.ind_box4.index .owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	border-radius: 0;
	background: #e1e1e1;
	margin: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3.index .owl-theme .owl-dots .owl-dot.active span,
.ind_box3.index .owl-theme .owl-dots .owl-dot:hover span,
.ind_box4.index .owl-theme .owl-dots .owl-dot.active span,
.ind_box4.index .owl-theme .owl-dots .owl-dot:hover span {
	background: #00aeef;
}

.ind_box4.index {
	padding: 70px 0;
	background: #fafafa;
}

.ind_box4.index .wrapper {
	padding: 0 47px;
}

.ind_box4.index .ind_t_l {
	float: left;
}

.ind_box4.index .ind_t_r {
	float: right;
	padding-top: 115px;
}

.ind_box4.index .ind_t_r a {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}

.ind_box4.index .ind_t_r a.active {
	color: #00aeef;
}

.ind_box4.index .ind_b {
	padding: 0 4%;
	margin-top: 60px;
	max-height: 580px;
	overflow: hidden;
}

.ind_box4.index .ind_b .ind4_scroll.hide {
	height: 0;
	opacity: 0;
	padding-bottom: 0px;
}

.ind_box4.index .ind_b .ind4_scroll.show {
	height: auto;
	opacity: 1;
	padding-bottom: 60px;
}

.ind_box4.index .ind_b .ind4_scroll {
	position: relative;
	padding-bottom: 60px;
}

.ind_box4.index .owl-controls {
	position: absolute;
	bottom: 0px;
	left: 12.8%;
	margin-top: 0;
	z-index: 2;
}

.ind_box4.index .ind4_scroll:nth-child(2) .owl-controls {
	display: none;
}

.ind_box4.index .ind_b .owl-carousel .owl-wrapper-outer {
	padding: 10px 0;
}

.ind_box4.index .ind_b dd {
	float: left;
	width: 25%;
	padding: 0 30px;
}

.ind_box4.index .ind_b dd a {
	display: block;
	background: #fff;
	padding: 28px;
}

.ind_box4.index .ind_b dd .con {
	padding: 20px 5px;
}

.ind_box4.index .ind_b dd .tt {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	line-height: 28px;
	min-height: 56px;
}

.ind_box4.index .ind_b dd .date {
	color: #888888;
	font-size: 14px;
	margin: 15px 0;
}

.ind_box4.index .ind_b dd .text {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	min-height: 40px;
}

.ind_box4.index .ind_b dd .more {
	color: #000000;
}

.ind_box4.index .ind_b dd .pic {
	overflow: hidden;
}

.ind_box4.index .ind_b dd a:hover {
	box-shadow: 5px 5px 10px rgba(155, 155, 155, .2);
}

.ind_box4.index .ind_b dd a:hover img {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.ind_box4.index .ind_b dd a:hover .more {
	color: #00AEEF;
}

.ind_box5.index .ind_l,
.ind_box5.index .ind_r {
	width: 50%;
	float: left;
	height: 666px;
	text-align: center;
	padding: 100px 14% 0 14%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5 img{
    max-width: 100%;
}
.ind_box5.index .tt {
	font-family: "Graphik-Semibold";
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 46px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box5.index .text {
	color: #666;
	font-size: 12px;
	/*font-family: "Graphik-Light";*/
	line-height: 26px;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box5.index .more {
	font-weight: bold;
}
/*description*/
.ind_box1.description{
	padding: 60px 0;
}
.ind_box1.description .ind_wrap{
	padding: 0 80px;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}
.ind_box1.description .ind_wrap .item{
	margin-bottom: 40px;
}
.ind_box1.description .ind_wrap .tt{
	color: #444;
	font-weight: bold;
	margin-bottom: 10px;
}
.ind_box1.description .ind_wrap .item_bold{
	font-weight: bold;
	font-size: 16px;
	color: #444;
}
.ind_box1.description .ind_wrap a{
	color: #008def;
	font-weight: bold;
	font-size: 24px;
	display: block;
	margin-top: 100px;
}
.ind_box1.description .ind_wrap a i{
	font-size: 30px;
	float: left;
}
.ind_box1.description .ind_wrap a span{
	float: left;
	line-height: 24px;
	margin-left: 15px;
}
.ind_box1.description .ind_wrap a:hover{
	transform: translateX(-5px);
}



.ind_box1.error {
	background: url(../images/error_bg.jpg);
	background-size: cover;
	text-align: center;
	padding: 200px 0;
}

.ind_box1.error .tips {
	display: inline-block;
	padding: 7px 13px;
	margin: 40px 0 20px 0;
	border: 1px solid #00aeef;
}

.ind_box1.error .tipsss {
	display: inline-block;
	padding: 10px 130px;
	font-size: 24px;
	color: #fff;
	background: #00AEEF;
}

.ind_box1.error .tt {
	color: #888888;
	font-size: 14px;
	line-height: 24px;
	padding: 0 460px;
	margin-bottom: 35px;
}

.ind_box1.error img {
	max-width: 100%;
}

.ind_box1.login {
	background: #ddedf9;
	padding: 70px 0;
}

.ind_box1.login .wrapper {
	padding: 30px 0;
}

.ind_box1.login .ind_wrap {
	width: 950px;
	height: 635px;
	margin: auto;
	box-shadow: 0 0 25px rgba(155, 155, 155, .6)
}

.ind_box1.login .ind_l {
	width: 418px;
	height: 100%;
	float: left;
	background: url(../images/login_img1.jpg)no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 0 80px;
	font-size: 12px;
}

.ind_box1.login .ind_l_t {
	margin: 155px 0 70px;
}

.ind_box1.login .ind_l_t .tt {
	color: #cdcdcd;
	margin-top: 12px;
}

.ind_box1.login .ind_l_b {
	line-height: 20px;
	color: #cccccc;
}

.ind_box1.login .ind_r {
	width: calc(100% - 418px);
	height: 100%;
	float: left;
	padding: 140px 130px 0 95px;
	background: #f9fbfc;
	position: relative;
}

.ind_box1.login .ind_r .title .tt {
	font-size: 36px;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
}

.ind_box1.login .ind_r .title .text {
	font-family: "Graphik-Light";
	color: #888888;
	font-size: 12px;
}

.login_list {
	width: 100%;
	margin-top: 30px;
}

.login_list dd {
	width: 100%;
	line-height: 35px;
	margin-top: 25px;
	position: relative;
}

.login_list dd:last-child {
	border: none;
}

.login_list dd .ttip {
	position: absolute;
	width: 30px;
	line-height: 40px;
	text-align: center;
	left: 0;
	top: 0;
}

.login_list dd .ttip i {
	font-size: 18px;
	color: #c5c5c5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.login_list dd .ttip i.icon-mima {
	font-size: 20px;
}

.login_inp {
	outline: none;
	border: none;
	float: left;
	line-height: 40px;
	width: 100%;
	background: transparent;
	padding-left: 35px;
	border-bottom: 1px solid #c5c5c5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.login_inp::-webkit-input-placeholder {
	color: #c5c5c5;
	font-family: "Graphik-Regular";
}

.login_list dd .ttip i.focus,.ind_box1.registration .login_list dd .ttip i.focus {
	color: #008def;
}

.login_inp:focus {
	border-color: #008def;
}

.login_inp:focus::-webkit-input-placeholder, .ind_box1.registration .login_inp:focus::-webkit-input-placeholder{
	color: #008def;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.login_checkbox {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
	opacity: 0;
}

.login_checkbox+span {
	float: left;
	width: 9px;
	height: 9px;
	display: inline-block;
	background: url(../images/icon2.png) no-repeat;
	margin-top: 13px;
}

.login_checkbox:checked+span {
	background: url(../images/icon3.png);
}

.login_list dd .check_tip {
	float: left;
	display: inline-block;
	width: calc(100% - 15px);
	padding-left: 5px;
	color: #333;
	font-family: "Graphik-Light";
}
.login_btn{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #008def;
	color: #fff;
	text-align: center;
	font-size: 16px;
	outline: none;
	border: none;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 30px;
}
.forget_pwd{
	position: absolute;
	width: 134px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	border: 1px solid #000;
	right: 23px;
	 font-family: "Graphik-Light";
	 font-weight: bold;
	bottom: 23px;
}
.forget_pwd:hover{
	border-color: #0093DD;
	color: #0093DD;
}
.ind_box1.login .tips_wrap{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.ind_box1.login .tips_wrap .pic{
	margin-bottom: 10px;
}
.ind_box1.login .tips_wrap .tt{
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.ind_box1.login .tips_wrap a{
	font-size: 12px;
	color: #00AEEF;
}
.ind_box1.changepwd .ind_r{
	padding-top: 100px;
}
.ind_box1.changepwd .ind_r .title .tt{
	font-size: 24px;
	margin-bottom: 10px;
}
.ind_box1.changepwd .ind_r .title .text{
	line-height: 18px;
}
.change_back{
	position: absolute;
	bottom: 27px;
	right: 27px;
	color: #008def;
	font-size: 12px;
}
.change_back i{
	float: left;
}
.change_back span{
	float: left;
	margin-top: 2px;
	margin-left: 5px;
}
.change_back:hover{
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
}
/*
 * location
 */
.sub_banner{
	height: 50px;
	line-height: 50px;
	background: #008def;
	background-size: cover;
	color: #fff;
}
.sub_banner .sub_tt{
	float: left;
	font-size: 18px;
	font-family: "Graphik-Bold";
}

.location_l .text {
	/*float: right;*/
	display: inline-block;
}
.location_l.fr{
	margin-right: 30px;
}
.location_l .text a {
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
}

.ind_box1.distributor{
	padding: 60px 0 100px;
}
.ind_box1.distributor .wrapper{
	overflow: inherit;
}
.ind_box1.distributor .item{
	float: left;
	width: 33.33%;
	position: relative;
	z-index: 1;
}
.ind_box1.distributor .item a{
	display: block;
	height: 550px;
	text-align: center;
	background-size: cover!important;
	
}
.ind_box1.distributor .item a .item_Wrap{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 0;
	padding-top: 110px;
	
}
.ind_box1.distributor .item a .tt{
	font-size: 34px;
	color: #fff;
	font-family: "Graphik-Bold";
	margin-bottom: 20px;
}
.ind_box1.distributor .item a .text{
	font-size: 14px;
	line-height: 20px;
	padding: 0 50px;
	color: #fff;
	margin-bottom: 20px;
}
.ind_box1.distributor .item a .more{
	color: #fff;
}
.ind_box1.distributor .item:hover{
	z-index: 2;
}
.ind_box1.distributor .item a:hover{
	transform: scale(1.1) translateY(0);
	transform: translate(-50%, -50%)
	box-shadow: 0px 0px 40px rgba(155,155,155,.5);
}
.ind_box1.distributor .item a:hover .item_Wrap{
	background: rgba(0,111,188,.7);
}
/*.sub_banner.download{
	
}*/
.sub_banner.download .location_l{
	margin-left: 30px;
}
.sub_banner.download .location_r a{
	margin-left: 50px;
	font-size: 14px;
	color: #fff;
	position: relative;
	font-family: "Graphik-Semibold";
}
.sub_banner.download .location_r a:after{
	content: "";
	width:0;
    height:0;
    border-width:0 10px 10px;
    border-style:solid;
    border-color:transparent transparent #fff;
    margin:40px auto;
    position: absolute;
    bottom: -58px;
    left: 50%;
    margin-left: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_banner.download .location_r a.active:after{
	opacity: 1;
	visibility: visible;
}
.ind_box1.pdf{
	padding: 60px 0;
}
.ind_box1.pdf .item{
	width: 406px;
	float: left;
	margin-right: 90px;
	margin-bottom: 70px;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 25px 25px 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pdf .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.pdf .item_t{
	margin-bottom: 50px;
}
.ind_box1.pdf .item_t_l{
	float: left;
	position: relative;
}
.ind_box1.pdf .item_t_l i{
	font-size: 85px;
	color: #da4b5b;
	position: absolute;
	left: -16px;
}
.ind_box1.pdf .item_t_r{
	float: right;
	padding-top: 35px;
	font-size: 16px;
	color: #888;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pdf .item_t_r i{
	font-size: 16px;
	margin-left: 5px;
}
.ind_box1.pdf .item_b .tt{
	font-size: 18px;
	color: #444;
	font-weight: bold;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pdf .item_b .text{
	font-size: 12px;
	color: #444;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pdf .item:hover{
	border-color: #da4b5b;
}
.ind_box1.pdf .item:hover .item_t_r,.ind_box1.pdf .item:hover .item_b .tt,.ind_box1.pdf .item:hover .item_b .text{
	color: #da4b5b;
}
.ind_box1.photo{
	padding: 60px 0;
}
.ind_box1.photo .item{
	width: 363px;
	float: left;
	margin-right: 155px;
	margin-bottom: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.photo .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.photo .item:nth-child(3n+1){
	clear: both;
}
.ind_box1.photo .item .item_t{
	position: relative;
}
.ind_box1.photo .item .pic{
	overflow: hidden;
}
.ind_box1.photo .item .photo_down{
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background: rgba(255,255,255,.4);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -50px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.photo .item .photo_down_icon{
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	text-align: center;
	line-height: 48px;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.photo .item .photo_down_icon i{
	font-size: 20px;
	color: #008def;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.photo .item .item_b{
	font-size: 16px;
	color: #444;
	text-align: center;
	margin-top: 20px;
	line-height: 26px;
	padding: 0 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.photo .item:hover .item_b{
	color: #008def;
}
.ind_box1.photo .item:hover .photo_down{
	transform: translateY(-10px);
	background: rgba(255,255,255,.7);
}
.ind_box1.photo .item:hover .photo_down_icon{
	background: rgba(0,141,239,.7);
}
.ind_box1.photo .item:hover .photo_down_icon i{
	color: #fff;
}
.ind_box1.video{
	padding: 60px 0;
}
.ind_box1.video .item{
	width: 414px;
	float: left;
	margin-right: 79px;
	margin-bottom: 55px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.video .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.video .item:nth-child(3n+1){
	clear: both;
}
.ind_box1.video .item_t{
	position: relative;
}
.ind_box1.video .pic{
	overflow: hidden;
}
.ind_box1.video .item_t img{
	display: block;
}
.ind_box1.video .pic_con{
	position: absolute;
	width: 100%;
	height: 38px;
	left: 0;
	bottom: 0;
	padding: 10px 15px;
	color: #fff;
	background: -webkit-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)); /* Firefox 3.6 - 15 */
     /* ie8 + */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0,0,0,.1)', endColorstr='rgba(0,0,0,.5)')";
	/* ie10 */
	background-image: -ms-linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5));
	background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.5)); 
}
.ind_box1.video .play_btn{
	width: 40px;
	height: 20px;
	border: 1px solid #fff;
	border-radius: 15px;
	text-align: center;
	line-height: 20px;
	float: left;
	background: none;
}
.ind_box1.video .play_btn i{
	font-size: 11px;
}
.ind_box1.video .pic_con_r{
	float: right;
}
.ind_box1.video .pic_con_r .time{
	float: left;
	font-size: 16px;
	margin-right: 10px;
}
.ind_box1.video .pic_con_r .iconfont{
	float: left;
	font-size: 14px;
}
.ind_box1.video .item_b{
	padding: 20px;
}
.ind_box1.video .item_b .tt{
	font-size: 24px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.video .item_b .text{
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.ind_box1.video .item:hover img{
	transform: scale(1.02);
}
.ind_box1.video .item:hover .item_b .tt{
	color: #008DEF;
}
.ind_box1.registration{
	padding: 60px 0;
}
.ind_box1.registration .ind_title1{
	margin-bottom: 20px;
}
.ind_box1.registration .ind_title1 .text{
	padding: 0 200px;
}
.ind_box1.registration .ind_title1 .red{
	font-size: 13px;
    line-height: 24px;
    color: #e90000;
}
.ind_box1.registration .login_box{
	width: 510px;
	margin: 0 auto;
}
.ind_box1.registration .login_list dd .ttip{
	left: 10px;
}
.ind_box1.registration .login_list dd .ttip i{
	color: #999;
}
.ind_box1.registration .login_inp{
	padding-left: 47px;
}
.ind_box1.registration .login_inp::-webkit-input-placeholder{
	color: #999;
}
.form_btns{
	margin-top: 60px;
}
.form_btn_box {
	width: 230px;
	height: 48px;
	background: transparent;
	position: relative;
	float: left;
	border-radius: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.form_btn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 230px;
	height: 48px;
	border: none;
	background: none;
	cursor: pointer;
}

.form_btn_text {
	color: #fff;
	background: #fe5438;
	font-size: 18px;
	height: 48px;
	line-height: 50px;
	border-radius: 4px;
	text-align: center;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form_btn_box:nth-child(1){
	margin-right: 50px;
}
.form_btn_box:nth-child(1) .form_btn_text{
	background: #00aeef;
}
.form_btn_box:nth-child(2) .form_btn_text{
	background: #008def;
}
.form_btn_text .iconfont{
	margin-right: 8px;
	font-size: 20px;
}

.form_btn_box:hover {
	background: #00736b;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form_btn_box:hover .form_btn_text{
	box-shadow: 0px 10px 10px rgba(155,155,155,.9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.contact{
	padding: 60px 0 50px;
}
.ind_box1.contact .ind_l{
	width: 50%;
	float: left;
	padding: 0 30px;
	text-align: center;
}
.ind_box1.contact .ind_l img{
	max-width: 100%;
}
.ind_box1.contact .ind_r{
	width: 50%;
	float: left;
	padding: 10px 50px 0 50px;
}
.ind_box1.contact .ind_r .item{
	margin-bottom: 40px;
}
.ind_box1.contact .ind_r .item:last-child{
	margin-bottom: 0;
}
.ind_box1.contact .ind_r .item .iconfont{
	float: left;
	width: 40px;
	font-size: 40px;
	text-align: center;
	color: #666666;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.contact .ind_r .item .item_con{
	float: left;
	width: calc(100% - 40px);
	padding-left: 20px;
	color: #666666;
}
.ind_box1.contact .ind_r .item .label{
	font-size: 18px;
	color: #888888;
	margin-bottom: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.contact .ind_r .item .text{
	color: #444;
	font-size: 24px;
	font-family: "Graphik-Medium";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.contact .ind_r .item .icon-dianhua{
	font-size: 36px;
}
.ind_box1.contact .ind_r .item .icon-skype1{
	font-size: 34px;
}
.ind_box1.contact .ind_r .item .icon-chuanzhen1{
	font-size: 32px;
}
.ind_box1.contact .ind_r .item:hover .iconfont,.ind_box1.contact .ind_r .item:hover .label,.ind_box1.contact .ind_r .item:hover .text{
	color: #008DEF;
}
.ind_box2.contact{
	background: #f8f8f8;
	padding: 60px 0 80px;
} 
.ind_box2.contact .ind_title1{
	padding-bottom: 0;
}
.ind_box2.contact .form_btns{
	text-align: center;
	margin-top: 20px;
}
.ind_box2.contact .form_btn_box{
	display: inline-block;
	float: none;
}
.maps img{
	max-width: 100%;
	display: block;
}
.ind_box1.service{
	padding: 60px 0 80px;
}
.ind_box1.service .ind_title1 .tt{
	margin-bottom: 0 ;
}
.ind_box1.service .ind_title1 .text{
	color: #202020;
	font-size: 18px;
}
.ind_box1.service .pic img{
	max-width: 100%;
}
.ind_box1.service .ser_con{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
	height: auto;
	line-height: 35px;
	text-align: center;
	background: #00aeef;
	border-radius: 45px;
	color: #fff;
	font-size: 18px;
	margin-top: -4px;
	padding:25px 5%;
	position: relative;
}
.ind_box1.service .icon{
	display: inline-block;
	width: 26px;
	height: 21px;
	margin-top: 0;
	background: url(../images/icon5.png)no-repeat center center;
	background-size: cover;
	margin-right: 10px;
}
.ind_box1.service .text{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
	-webkit-align-items: center;
	-ms-align-items:center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.ind_box1.service .text .con_rr{
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: left;
}
.ind_box1.service .text a{
	font-size: 24px;
	color: #fff;
	font-family: "Graphik-Semibold";
	margin-left: 10px;
	border-bottom: 2px solid #c9e8fa;
	padding-bottom: 1px;
}
.ind_box2.service .item{
	width: 406px;
	float: left;
	margin-right: 90px;
	margin-bottom: 90px;
}
.ind_box2.service .item:nth-child(3n){
	margin-right: 0;
}
.ind_box2.service .item:nth-child(3n+1){
	clear: both;
}
.ind_box2.service .item .icon{
	width: 69px;
	height: 69px;
	border-radius: 100%;
	margin-bottom: 30px;
}
.ind_box2.service .item:nth-child(1) .icon{
	background: url(../images/service_img2.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(2) .icon{
	background: url(../images/service_img3.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(3) .icon{
	background: url(../images/service_img4.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(4) .icon{
	background: url(../images/service_img5.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(5) .icon{
	background: url(../images/service_img6.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(6) .icon{
	background: url(../images/service_img7.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(7) .icon{
	background: url(../images/service_img8.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item:nth-child(8) .icon{
	background: url(../images/service_img9.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.service .item .tt{
	font-size: 30px;
	 font-family: "Graphik-Semibold";
	 margin-bottom: 50px;
}
.ind_box2.service .item .text{
	font-size: 16px;
	color: #777777;
	line-height: 26px;
}
.ind_box1.faq .ind_t{
	height: 550px;
}
.ind_box1.faq .ind_t .wrapper{
	position: relative;
	height: 100%;
}
.ind_box1.faq .ind_t_r{
	width: 50%;
	float: right;
	color: #fff;
	padding: 170px 100px 0 50px;
	
}
.ind_box1.faq .ind_t_r .tt{
	font-size: 60px;
	margin-bottom: 15px;
	font-family: "Graphik-Bold";
}
.ind_box1.faq .ind_t_r .text{
	font-size: 14px;
	line-height: 24px;
}
.ind_box1.faq .ind_b .wrapper{
	padding: 60px 230px;
}
.ind_box1.faq .item{
	border: 1px solid #e6e6e6;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.ind_box1.faq .item .item_t{
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.ind_box1.faq .item .item_t label{
	display: inline-block;
	float: left;
	width: 20px;
	
}
.ind_box1.faq .item .item_t span{
	display: inline-block;
	float: left;
	width: calc(100% - 30px);
	padding-left: 10px;
}
.ind_box1.faq .item .item_t i{
	float: right;
	width: 10px;
	text-align: center;
	display: inline-block;
}
.ind_box1.faq .item .item_b{
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	padding-left: 30px;
	margin-top: 10px;
	display: none;
} 
.ind_box1.faq .item.show .item_t{
	color: #008def;
}
.ind_box1.faq .item:first-child .item_b{
	display: block;
}
.ind_box2.faq{
	height: 265px;
	background: url(../images/faq_img2.jpg)no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.ind_box2.faq .wrapper{
	text-align: center;
	
}
.ind_box2.faq .tt{
	font-size: 48px;
	color: #fff;
	font-family: "Graphik-Medium";
}
.ind_box2.faq a{
	display: block;
	width: 138px;
	height: 32px;
	border: 1px solid #fff;
	border-radius: 4px;
	line-height: 30px;
	color: #fff;
	margin: 35px auto 0;
}
.ind_box2.faq a span{
	float: left;
	font-size: 12px;
	margin-left: 30px;
}
.ind_box2.faq a i{
	float: left;
	margin: 1px 0 0 5px;
}
.ind_box2.faq a:hover{
	background: #fff;
	color: #008DEF;
}
.ind_box1.case{
	padding: 60px 0;
}
.ind_box1.case .ind_title1 .text{
	font-size: 18px;
	padding: 0 300px;
}

.ind_box1.case .item{
	float: left;
	width: 50%;
	padding: 0 25px;
	margin-bottom: 50px;
}
.ind_box1.case .item a{
	display: block;
	padding: 20px 25px;
	border: 1px solid #DEDEDE;
}
.ind_box1.case .item .pic{
	float: left;
	width: 301px;
	overflow: hidden;
}
.ind_box1.case .item .con{
	float: left;
	width: calc(100% - 301px);
	padding: 15px 0 0 25px;
}
.ind_box1.case .item .con .tt{
	font-size: 18px;
	font-family: "Graphik-Semibold";
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.case .item .con .text{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-bottom: 35px;
}
.ind_box1.case .item:hover a{
	box-shadow: 0px 5px 10px rgba(155,155,155,.2);
}
.ind_box1.case .item:hover img{
	transform: scale(1.02);
}
.ind_box1.case .item:hover .con .tt{
	color: #008DEF;
}
.news_det_date{
	color: #696969;
	font-size: 14px;
	padding-bottom: 25px;
	text-align: center;
}
.news_det_date_wrap{
	display: inline-block;
}
.news_det_date .date{
	display: inline-block;
	float: left;
	line-height: 32px;
	margin-right: 50px;
	font-size: 12px;
}
.news_det_date .date i{
	font-size: 16px;
	float: left;
	margin-right: 10px;
	color: #888888;
	font-size: 12px;
}
.news_det_date .local{
	display: inline-block;
	float: left;
	line-height: 32px;
	font-size: 12px;
}
.news_det_date .local i{
	font-size: 16px;
	float: left;
	margin-right: 10px;
	color: #888888;
	font-size: 16px;
}
.ind_box1.case_det .titles .tts{
	font-size: 36px;
	font-family: "Graphik-Semibold";
	margin-bottom: 20px;
}
.ind_box1.case_det {
	padding: 50px 0;
}
.ind_box1.case_det .wrapper{
	padding: 0 85px;
}
.ind_box1.case_det .content .text{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	
}
.ind_box1.case_det .content .imgs{
	margin: 50px 0;
	text-align: center;
}
.ind_box1.case_det .content .imgs img{
	display: inline-block;
	max-width: 49%;
}
.ind_box1.case_det .content .imgs img:nth-child(1){
	margin-right: 1%;
}
.ind_box1.case_det .ind_b .ind_b_wrap{
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.det_page_clm{
	float: left;
	display: inline-block;
	position: relative;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.det_page_clm:hover{
	color: #222;
}
.det_page_clm:first-child{
	margin-right: 50px;
}
.ind_box1.case_det .footer_m_l{
	padding-top: 0;
}
.ind_box1.case_det .ind_b_r{
	margin-right: 70px;
}
.ind_box1.case_det .ind_t{
	overflow: hidden;
}
.ind_box2.case_det{
	padding: 30px 0 80px;
}
.ind_box2.case_det .ind_title1 .tt{
	font-family: "Graphik-Medium";
}
.ind_box2.case_det .wrapper{
	padding: 0 20px;
}
.ind_box2.case_det .item{
	float: left;
	width: 25%;
	padding: 0 20px;
}
.ind_box2.case_det .item .tt{
	font-size: 24px;
	font-family: "Graphik-Medium";
	margin-top: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.case_det .item .pic{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.case_det .item .pic img{
	display: block;
}
.ind_box2.case_det .item:hover .pic img{
	box-shadow: 0px 10px 10px rgba(155,155,155,.3);
	
}
.ind_box2.case_det .item:hover .tt{
	color: #008DEF;
}
.ind_box1.pro_cover{
	height: 550px;
}
.ind_box1.pro_cover .ind_l{
	color: #fff;
	width: 50%;
	float: left;font-family: "Graphik-Bold";
	font-size: 72px;
	padding: 150px 40px 0 150px;
}
.ind_box2.pro_cover{
	padding: 50px 0;
}
.ind_box2.pro_cover .ind_title1{
	margin-bottom: 15px;
}
.ind_box2.pro_cover .ind_title1 .tt{
	font-size: 36px;
	margin-bottom: 8px;
	font-family: "Graphik-Semibold";
}
.ind_box2.pro_cover .tab_boxs{
	margin-bottom: 50px;
}
.ind_box2.pro_cover .tab_boxs a{
	color: #8ca0ac;
	font-size: 14px;
	font-family: "Graphik-Semibold";
	display: inline-block;
	padding: 15px 40px;
	border: 1px solid #e5edf2;
	margin-right: 4px;
}
.ind_box2.pro_cover .tab_boxs a:last-child{
	margin-right: 0;
}
.ind_box2.pro_cover .tab_boxs a:hover,.ind_box2.pro_cover .tab_boxs a.hover{
	background: #ebf4fa;
	color: #465a65;
}
.ind_box2.pro_cover .item{
	float: left;
	width: 442px;
	margin-right: 35px;
	margin-bottom: 35px;
	position: relative;
	background: #f8f8f8;
	padding: 40px 0 60px 0;
	border-radius: 10px;
	overflow: hidden;
}
.ind_box2.pro_cover .item:nth-child(3n){
	margin-right: 0;
}

.ind_box2.pro_cover .item .item_con .tt{
	color: #465a65;
	font-size: 22px;
	font-family: "Graphik-Medium";
	margin-top: 20px;
}


.ind_box2.pro_cover .item .item_dia{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: rgba(0,141,239,.9);
	border-radius: 10px;
	padding: 50px 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.pro_cover .item .item_dia .tt{
	font-size: 30px;
	color: #fff;
	font-family: "Graphik-Semibold";
	margin-bottom: 20px;
}
.ind_box2.pro_cover .item .item_dia .text{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.ind_box2.pro_cover .item label{
	float: left;
	width: 100px;
}
.ind_box2.pro_cover .item span{
	float: left;
	width: calc(100% - 100px);
	font-size: 12px;
}
.ind_box2.pro_cover .item .learn_more,.ind_box3.pro_det .item .learn_more{
	width: 144px;
	height: 33px;
	background: #fff;
	line-height: 36px;
	font-size: 14px;
	color: #008DEF;
	text-align: center;
	border-radius: 4px;
	margin-top: 40px;
	 font-family: "Graphik-Medium";
}
.ind_box2.pro_cover .item:hover .item_dia,.ind_box3.pro_det .item:hover .item_dia{
	bottom: 0;
}

.ind_box1.pro_det{
	background: #f8f8f8;
	padding: 30px 0 0px;
}
.ind_box1.pro_det .owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #b4b4b4;
}
.ind_box1.pro_det .owl-theme .owl-dots .owl-dot.active span, .ind_box1.pro_det .owl-theme .owl-dots .owl-dot:hover span{
	background: #008DEF;
}
.pro_intr .tt{
	font-size: 38px;
	font-family: "Graphik-Bold";
	margin-top: 40px;
	margin-bottom: 30px;
}
.pro_intr_tips a{
	display: inline-block;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	text-align: center;
	width: 185px;
	height: 100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-top: 25px;
}
.pro_intr_tips a:last-child{
	margin-right: 0;
}
.pro_intr_tips a label{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	margin-bottom: 8px;
}
.pro_intr_tips a span{
	font-size: 14px;
	color: #666666;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
.pro_det_btns {
	margin-top: 50px;
}
.pro_det_btns a{
	display: inline-block;
	width: 145px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-family: "Graphik-Bold";
	color: #fff;
	text-align: center;
	background: #008def;
	border-radius: 20px;
}
.pro_det_btns a:last-child{
	background: #00aeef;
	margin-left: 15px;
}
.ind_box1.pro_det .ind_b{
	background: #fff;
	margin-top: 90px;
	
}
.ind_box1.pro_det .ind_b .wrapper{
	padding: 80px 100px;
}
.ind_box1.pro_det .ind_b .ind_l{
	width: 50%;
	float: left;
	padding-left: 100px;
}
.ind_box1.pro_det .ind_b .ind_r{
	width: 50%;
	float: left;
	padding-left: 100px;
}
.ind_box1.pro_det .ind_b .ind_l .icon{
	width: 50px;
	height: 45px;
	background: url(../images/icon6.png)no-repeat center center;
	background-size: cover;
	float: left;
}
.ind_box1.pro_det .ind_b .ind_r .icon{
	width: 42px;
	height: 49px;
	background: url(../images/icon7.png)no-repeat center center;
	background-size: cover;
	float: left;
}
.ind_box1.pro_det .ind_b .con{
	float: left;
	width: calc(100% - 50px);
	padding: 5px 0 0 30px;
}
.ind_box1.pro_det .ind_b .tt{
	font-size: 14px;
	font-family: "Graphik-Semibold";
	margin-bottom: 10px;
}
.ind_box1.pro_det .ind_b .text{
	color: #999999;
	font-size: 12px;
}
.pro_tab_box {
	height: 100px;
	line-height: 100px;
	background: #666666;
}
.pro_tab_box.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999999;
}
.pro_tab_box a{
	display: inline-block;
	color: #dedede;
	margin-right: 80px;
	font-size: 14px;
	font-family: "Graphik-Semibold";
}
.pro_tab_box a:last-child{
	margin-right: 0;	
}
.pro_tab_box a.hover,.pro_tab_box a:hover{
	color: #fff;
}
.ind_box2.pro_det .list{
	padding: 60px 0;
}
.ind_box2.pro_det .list .tt{
	font-size: 30px;
	font-family: "Graphik-Semibold";
	margin-bottom: 30px;
}
.ind_box2.pro_det .list .con p{
	display: inline-block;
	width: 410px;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px 10px 50px;
	position: relative;
	background: #fafafa;
	font-size: 14px;
	color: #666666;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	margin: 0 30px 10px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.ind_box2.pro_det .list .con p:before{
	content: "";
	position: absolute;
	width: 17px;
	height: 13px;
	top: 13px;
	left: 20px;
	background: url(../images/icon8.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.pro_det .list.devices{
	height: 480px;
	padding: 0;
	background: #f5f5f5;
}
.list.devices .wrapper{
						display: flex;
						display: -webkit-flex;
						flex-wrap: wrap;
						-webkit-flex-wrap: wrap;
						overflow: initial;
					}
					.list.devices .list_l{
						width: 50%;
						float: left;
						position: relative;
						height: 480px;
					}
					.list_l_pic{
						position: absolute;
						width: 960px;
						height: 100%;
						top: 0;
						right: 0;
					}
.ind_box2.pro_det .list .list_r{
	width: 50%;
	float: right;
	padding: 80px 100px;
}
.ind_box2.pro_det .list .list_r label{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #8a8a8a;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	font-family: "Graphik-Bold";
	border-radius: 100%;
	float: left;
}
.ind_box2.pro_det .list .list_r li{
	margin-bottom: 20px;
}
.ind_box2.pro_det .list .list_r span{
	float: left;
	width: calc(100% - 24px);
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.ind_box2.pro_det .list dl{
	margin-top: 50px;
}
.ind_box2.pro_det .list dd{
	width: 300px;
	float: left;
	margin-right: 66px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.pro_det .list dd:last-child{
	margin-right: 0;
}
.ind_box2.pro_det .list dd .dd_tt{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}
.bg_f8{
	background: #f8f8f8;
}
.ind_box2.pro_det .list .list_wrap{
	margin-top: 80px;
}
.ind_box2.pro_det .list .item{
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 40px;
	margin-bottom: 60px;
	border-right: 1px solid #e4e4e4;
}
.ind_box2.pro_det .list .item:nth-child(4n){
	border: none;
}
.ind_box2.pro_det .list .item:nth-child(4n+1){
	clear: both;
}
.ind_box2.pro_det .list .item .label{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #f0f0f0;
	border-radius: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 40px;
	font-family: "Graphik-Bold";
}
.ind_box2.pro_det .list .item .con{
	font-size: 14px;
	line-height: 20px;
}
.pro-table table tr td {
    color: #666;
    font-size: 14px;
    padding: 15px 12px;
    border: 1px solid #ddd;
    text-align: center;
}
.pro-table table tbody tr td{
	background: #666666;
	color: #fff;
}
.ind_box2.pro_det .notes .note_tt{
	font-size: 14px;
	font-weight: bold;
	color: #008DEF;
	margin: 65px 0 10px;
}
.ind_box2.pro_det .notes .note_text{
	font-size: 12px;
	color: #888888;
	line-height: 20px;
}
.ind_box2.pro_Det {
	padding: 60px 100px;
}
.ind_box2.pro_Det .ind_title1 .tt{
	font-size: 30px;
	 font-family: "Graphik-Semibold";
}
.ind_box2.pro_Det .faq_list dd{
	width: 50%;
	padding: 0 30px;
	margin-bottom: 20px;
}
.ind_box2.pro_Det .faq_list dd .tips{
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
.ind_box2.pro_Det .faq_list dd:last-child{
	width: 100%;
}

.ind_box2.pro_Det .form_btn,.ind_box2.pro_Det .form_btn_box{
	width: 130px;
	height: 40px;
	background: #008DEF;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-family: "Graphik-Bold";
	position: initial;
}
.ind_box3.pro_det {
	padding: 60px 0 80px;
}
.ind_box3.pro_det .ind_title1 .tt{
	font-family: "Graphik-Semibold";
	font-size: 30px;
}
.ind_box3.pro_det .item{
	float: left;
	width: 330px;
	margin-right: 26px;
	background: #f8f8f8;
	padding: 60px 0;
	text-align: center;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det .item:last-child{
	margin-right: 0;
}
.ind_box3.pro_det .item .item_cons .tt{
	font-size: 16px;
	color: #465a65;
	font-family: "Graphik-Medium";
	margin-top: 30px;
}
.ind_box3.pro_det .item .item_dia{
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: -100%;
	left: 0;
	background: rgba(0,141,239,.9);
	border-radius: 6px;
	color: #fff;
	padding: 55px 45px;
	text-align: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.pro_det .item .item_dia .tt{
	font-size: 30px;
	font-family: "Graphik-Semibold";
	margin-bottom: 15px;
}
.ind_box3.pro_det .item dd{
	margin-bottom: 15px;
	line-height: 20px;
}
.ind_box3.pro_det .item label{
	float: left;
	font-size: 14px;
	width: 100px;
}
.ind_box3.pro_det .item span{
	float: left;
	font-size: 12px;
	width: calc(100% - 100px);
}
.ind_box1.news_cover{
	padding: 50px 0 70px;
}
.news_cover .navigator{
	display: none!important;
}
.news_cover .banner_con{
	width: 50%;
	padding:0 10% 0 16%;
	text-align: left;
}
.news_cover .banner_con .tt{
	font-family: "Graphik-Bold";
}
.news_cover .banner_con .text{
	font-size: 14px;
	line-height: 24px;
}
.ind_box1.news_cover .more{
	margin-top: 20px;
}
.news_cover_scroll .pic{
	width: 50%;
	float: left;
}
.news_cover_scroll.owl-theme .owl-dots .owl-dot span{
	width: 30px;
    height: 3px;
    margin-left: 6px;
    background: #e0e0e0;
    border: none;
    border-radius: 0;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_cover_scroll.owl-theme .owl-dots .owl-dot.active span, .news_cover_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #008DEF;
}
.news_cover_scroll .con{
	width: 50%;
	float: left;
	padding: 80px 40px 0 60px;
}
.news_cover_scroll .con .tt{
	font-size: 30px;
	font-family: "Graphik-Medium";
	margin-bottom: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_cover_scroll .con .date{
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #888;
}
.news_cover_scroll .con .text{
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #666;
	padding-right: 60px;
}
.news_cover_scroll .con .more{
	color: #000;
}
.news_cover_scroll .owl-dots{
	position: absolute;
	bottom: 50px;
	left: 54%;
}
.news_cover_scroll .con .tt:hover{
	color: #008DEF;
}
.ind_box1.news_cover dd{
	width: 50%;
	float: left;
	padding: 0 30px;
	margin-top: 70px;
}

.ind_box1.news_cover dd a{
	display: block;
}
.ind_box1.news_cover dd .pic{
	overflow: hidden;
	width: 231px;
	float: left;
}
.ind_box1.news_cover dd .cons{
	width: calc(100% - 231px);
	float: left;
	padding: 5px 20px 0 30px;
}
.ind_box1.news_cover dd .tt{
	font-size: 18px;
	font-family: "Graphik-Medium";
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news_cover dd .date{
	font-size: 14px;
	color: #888;
}
.ind_box1.news_cover dd .text{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 10px;
}
.ind_box1.news_cover dd .more{
	color: #000;
}
.ind_box1.news_cover dd a:hover .pic img{
	transform: scale(1.02);
}
.ind_box1.news_cover dd a:hover .tt{
	color: #008DEF;
}
.ind_box1.news_cover dd a:hover .more{
	color: #008DEF;
}
.ind_box2.news_cover .ind_l,.ind_box2.news_cover .ind_r{
	width: 50%;
	float: left;
	height: 669px;
	text-align: center;
	padding: 110px 0px;
}
.ind_box2.news_cover .tt{
	font-size: 36px;
	font-family: "Graphik-Semibold";
	color: #444;
	margin-bottom: 25px;
}
.ind_box2.news_cover .text{
	font-size: 12px;
	color: #888;
	line-height: 26px;
	margin-bottom: 30px;
}
.ind_box2.news_cover .ind_r .tt,.ind_box2.news_cover .ind_r .text,.ind_box2.news_cover .ind_r .more{
	color: #fff;
}
.ind_box1.news_list .ind_title1{
	margin-bottom: 0;
}
.ind_box1.news_list .page{
	margin-top: 60px;
}
.ind_box1.news_det .news_det_date .date{
	margin-right: 0;
}
.ind_box1.news_det .ind_b .ind_b_wrap{
	border: none;
}
.det_page{
	padding: 20px 0px;
}
.det_page_clms{
	line-height: 28px;
	margin-bottom: 10px;
}

.det_page_clms .tt{
	float: left;
	font-size: 16px;
	width: 76px;
	text-align: right;
	font-family: "Graphik-Medium";
}
.det_page_clms a{
	display: block;
	color: #666;
	width: calc(100% - 90px);
	padding-left: 10px;
	float: left;
	padding-top: 1px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.det_page_clms a:hover{
	text-decoration: underline;
	color: #008DEF;
}


/*faq-BOX*/

.faq_box {
	padding: 0 0 15px;
}

.faq_list {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 0;
	overflow: hidden;
}

.faq_list dd {
	float: left;
	width: 33.33%;
	padding: 0 13px;
	margin-bottom: 40px;
}

.faq_list dd:last-child {
	width: 100%;
}

.faq_inp,
.faq_area {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	border: 1px solid #dedede;
	resize: none;
	border-radius: 4px;
	
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #b3b3b3;
	font-size: 14px;
	line-height: 20px;
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #008DEF;
}

.faq_area {
	height: 198px;
	padding: 8px 12px;
}
/*about*/

.ind_box1.about {
	padding: 130px 0;
	height: 910px;
	position: relative;
	background: url(../images/about_img1.jpg)no-repeat center center;
	background-size: cover;
}
.about .titles .tts{
	font-size: 30px;
	margin-bottom: 15px;
}
.about .titles .tt{
	font-size: 60px;
	font-family: "Graphik-Bold";
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about .titles .text{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;
}
.ind_box2.about{
	padding: 70px 0;
}
.ind_box2.about .ind_title1 .text{
	padding: 0 200px;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.ind_box2.about .ind_title1 .more{
	color: #008def;
	font-size: 18px;
}
.ind_box2.about .icons1{
	width: 104px;
	height: 82px;
	display: inline-block;
	background: url(../images/icon9.png)no-repeat center center;
	background-size: cover;
}
.ind_box2.about .icons2{
	width: 100px;
	height: 83px;
	display: inline-block;
	background: url(../images/icon10.png)no-repeat center center;
	background-size: cover;
	margin: 0 40px;
}
.ind_box2.about .icons3{
	width: 110px;
	height: 99px;
	display: inline-block;
	background: url(../images/icon11.png)no-repeat center center;
	background-size: cover;
}
.ind_box3.about{
	height: 742px;
	background: url(../images/about_img2.jpg)no-repeat center center;
	background-size: cover;
}
.ind_box3.about .ind_l{
	width: 50%;
	float: left;
	color: #fff;
	padding: 130px 120px 0 30px;
}
.ind_box3.about .ind_l .tt{
	margin-bottom: 50px;
}
.about .titles .con{
	font-size: 14px;
	line-height: 30px;
}
.ind_box4.about{
	height: 880px;
	background: url(../images/about_img3.jpg)no-repeat center center;
	background-size: cover;
	padding: 80px 0;
}
.ind_box4.about .tt{
	margin-bottom: 40px;
}
.ind_box5.about{
	padding: 80px 0;
}
.ind_box5.about .tt{
	font-size: 52px;
	margin-bottom: 30px;
}
.ind_box5.about .imgs{
	margin-top: 60px;
}
.ind_box5.about .imgs img{
	max-width: 100%;
}
.ind_box6.about .ind_t{
	background: #007dd4;
	padding: 60px 0;
	color: #fff;
}
.ind_box6.about .ind_t .wrapper{
	padding-left: 150px;
}
.ind_box6.about .ind_t .tips{
	font-size: 72px;
	float: left;
	font-family: "Graphik-Bold";
	width: 250px;
}
.ind_box6.about .ind_t .con{
	float: left;
	font-size: 16px;
	line-height: 30px;
	padding: 0 150px;
	width: calc(100% - 250px);
}
.play_btn{
	width: 95px;
	height: 95px;
	display: inline-block;
	background: url(../images/icon12.png)no-repeat center center;
	background-size: cover;
	
}
.ind_box6.about .cons{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transform: translateX(-50%) translateY(-50%);
}
.ind_box6.about .cons .tt{
	margin-top: 15px;
}

.ind_box1.culture{
	background: #ecf1f4;
	height: auto;
	padding: 80px 0 120px;
}
.ind_box1.culture .ind_wrap{
	margin-top: 60px;
}
.ind_box1.culture .ind_l,.ind_box1.culture .ind_r{
	width: 40%;
}
.ind_box1.culture .ind_m{
	width: 20%;
}
.ind_box1.culture .item .con{
	float: left;
	background: #fff;
	width: 50%;
	height: 280px;
	position: relative;
	text-align: center;
	padding: 60px 40px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.culture .item .pic{
	float: left;
	width: 50%;
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.culture .item .pic img{
	display: block;
}
.ind_box1.culture .ind_l .item:nth-child(2) .con,.ind_box1.culture .ind_r .item:nth-child(1) .con{
	float: right;
}
.ind_box1.culture .ind_m .item{
	display: flex;
	justify-content:center;
	flex-direction:column;
    align-items:center;
}
.ind_box1.culture .ind_m .item .con,.ind_box1.culture .ind_m .item .pic{
	width: 100%;
}
.ind_box1.culture .ind_l .item:nth-child(1) .con:before,.ind_box1.culture .ind_r .item:nth-child(2) .con:before{
	position: absolute;
	content: "";
	top: 50%;
	right: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #fff;
	margin-top: -7px;
	z-index: 10;
}
.ind_box1.culture .ind_l .item:nth-child(2) .con:before,.ind_box1.culture .ind_r .item:nth-child(1) .con:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -12px;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #fff;
	margin-top: -7px;z-index: 10;
}
.ind_box1.culture .ind_m .item .con:before{
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	margin-left: -7px;z-index: 10;
}
.ind_box1.culture .ind_l .item:nth-child(1) .icon{
	display: inline-block;
	width: 50px;
	height: 47px;
	background: url(../images/icon13.png)no-repeat center center;
	background-size: cover;
}
.ind_box1.culture .ind_l .item:nth-child(2) .icon{
	display: inline-block;
	width: 45px;
	height: 46px;
	background: url(../images/icon16.png)no-repeat center center;
	background-size: cover;
}
.ind_box1.culture .ind_m .item .icon{
	display: inline-block;
	width: 42px;
	height: 55px;
	background: url(../images/icon14.png)no-repeat center center;
	background-size: cover;
}
.ind_box1.culture .ind_r .item:nth-child(1) .icon{
	display: inline-block;
	width: 46px;
	height: 48px;
	background: url(../images/icon15.png)no-repeat center center;
	background-size: cover;
}
.ind_box1.culture .ind_r .item:nth-child(2) .icon{
	display: inline-block;
	width: 44px;
	height: 50px;
	background: url(../images/icon17.png)no-repeat center center;
	background-size: cover;
}
.ind_box1.culture .item .tt{
	font-size: 28px;
	font-family: "Graphik-Semibold";
	margin: 20px 0 15px;
}
.ind_box1.culture .item .text{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}
.ind_box1.culture .item img{
	max-width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.culture .item:hover img{
	transform: scale(1.04);
}

.ind_box1.factory{
	background: #ecf1f4;
	padding: 60px 0;
	height: auto;
	/*overflow: hidden;*/
}
.ind_box1.factory .text{
	padding: 0 230px;
}
.ind_box1.factory .owl-carousel .item{
	transform: scale(0.8);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.factory .owl-carousel .item:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.factory .owl-carousel .owl-item.center .item{
	transform: scale(0.95);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: initial;
}
.ind_box1.factory .owl-carousel .owl-item.center .item:before{
	background: rgba(255,255,255,0);
}
.ind_box1.factory .ind_wrap{
	position: relative;
}
.ind_box1.factory .btn{
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top: -30px;
	cursor: pointer;
}
.ind_box1.factory .btn i{
	font-size: 60px;
	color: #202020;
	font-weight: bold;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.factory .prev_btns{
	left: 21.5%;
	margin-top: -33px;
	transform: rotate(180deg);
}
.ind_box1.factory .next_btns{
	right: 21.5%;
}
.ind_box1.factory .btn i:hover{
	color: #007DD4;
}
.ind_box2.factory{
	padding: 60px 0;
}
.ind_box2.factory .text{
	padding: 0 230px;
}
.ind_box2.factory dd{
	float: left;
	width: 25%;
	padding: 7px;
}
.ind_box2.factory dd img{
	display: block;
	max-width: 100%;
}
.ind_box3.factory{
	background: #ecf1f4;
}
.ind_box1.history{
	padding: 80px 0;
	overflow: hidden;
}
.ind_box1.history .ind_title1{
	margin-bottom: 0;
}
.ind_box1.history .ind_title1 .text{
	font-size: 18px;
	font-family: "Graphik-Semibold";
	color: #666666;
}
.ind_box1.history .item {
	position: relative;
}
.ind_box1.history .item .item_wrap{
	width: 50%;
	float: left;
	padding: 60px 156px 90px 30px;
	text-align: right;
}
.ind_box1.history .item .year{
	font-size: 36px;
	font-family: "Graphik-Bold";
	margin-bottom: 10px;
}
.ind_box1.history .item .con{
	width: 100%;
	padding: 30px 50px;
	background: #f3f3f3;
	position: relative;
	font-size: 14px;
	line-height: 24px;
}
.ind_box1.history .item .con:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f3f3f3;
	top: 20%;
	right: -10px;
}
.ind_box1.history .item:nth-child(2n) .con:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: none;
	top: 20%;
	right: auto;
	left: -10px;
}
.ind_box1.history .item .date{
	position: absolute;
	left: 50%;
	top: 60px;
	width: 170px;
	height: 170px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: -85px;
	z-index: 22;
}
.ind_box1.history .item .date img{
	width: 100%;
}
.ind_box1.history .item .date .circle{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #fff;
	position: absolute;
	top: 55px;
	left: 55px;
	text-align: center;
	
	font-size: 14px;
	font-family: "Graphik-Medium";
}
.ind_box1.history .item .date .circle span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-40%);
	text-align: center;
}
.ind_box1.history .ind_wrap{
	position: relative;
}
.ind_box1.history .ind_wrap:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 95%;
	background: #e7e7e7;
	top: 100px;
	left: 50%;
	z-index: 20;
}
.ind_box1.history .item .icon{
	width: 53px;
	height: 53px;
	background: url(../images/icon18.png)no-repeat center center;
	background-size: cover;
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -26px;
	z-index: 22;
}
.ind_box1.history .item:nth-child(2n){
	background: #f3f3f3;
}
.ind_box1.history .item:nth-child(2n) .item_wrap{
	float: right;
	text-align: left;
	padding: 60px 30px 90px 156px;
}
.ind_box1.history .item:nth-child(2n) .con{
	background: #fff;
}
.ind_box1.history .item:last-child .icon{
	display: none;
}
.ind_box1.history .future{
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #008def;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 60px;
	margin: auto;
}
.ind_box1.honor{
	background: #fff;
	height: auto;
	padding: 80px 0;
}
.ind_box1.honor .titles .text{
	margin-top: 20px;
}
.ind_box1.honor .ind_wrap{
	margin-top: 60px;
}
.ind_box1.honor dd{
	float: left;
	width: 320px;
	margin-right: 40px;
	margin-bottom: 40px;
}
.ind_box1.honor dd:nth-child(4n){
	margin-right: 0;
}
.ind_box1.honor dd .tt{
	height: 58px;
	text-align: center;
	background: #bababa;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.honor dd:hover .tt{
	background: #007DD4;
}
.ind_box1.honor dd .tt span{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 20px;
	width: 100%;
}
.ind_box1.honor dd img{
	display: block;
	max-width: 100%;
}
.ind_box1.patents{
	padding: 60px 0 100px;
	background: #ecf1f4;
	height: auto;
}
.ind_box1.patents .ind_wrap{
	margin-top: 60px;
}
.ind_box1.patents ul{
	padding: 0 40px;
}
.ind_box1.patents li{
	width: 50%;
	float: left;
	padding: 20px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li .li_wrap{
	width: 100%;
	background: #fff;
	padding: 35px 48px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li .pic{
	float: left;
	width: 173px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li .pic img{
	max-width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li:hover .pic img{
	transform: scale(1.02);
}
.ind_box1.patents li .con{
	width: calc(100% - 173px);
	float: left;
	padding: 60px 50px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li .tt{
	font-size: 16px;
	font-family: "Graphik-Semibold";transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.patents li:hover .tt{
	color: #007DD4;
}
.ind_box1.patents li .text{
	font-size: 12px;
	color: #666;
	line-height: 18px;
}
.ind_box1.patents li .line{
	margin-top: 20px;
}
.ind_box1.quality{
	height: auto;
	padding: 80px 0 100px;
	background: #ecf1f4;
}
.ind_box1.quality .titles .tt{
	font-size: 52px;
}
.ind_box1.quality .titles .text{
	margin-top: 20px;
}
.ind_box1.quality .items{
	width: 440px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	float: left;
	overflow: hidden;
}
.ind_box1.quality .items:nth-child(3n){
	margin-right: 0;
}
.ind_box1.quality .items img{
	max-width: 100%;
	display: block;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.quality .items .tt{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(153,153,153,.9);
	color: #fff;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ind_box1.quality .ind_wrap{
	margin-top: 60px;
}
.ind_box1.quality .items:hover .tt{
	background: rgba(0,141,239,.9);
}
.ind_box1.quality .items:hover img{
	transform: scale(1.02);
}
.ind_box1.recruit{
	padding: 70px 0;
}
.recruit_title{
	background: #eeeeee;
	line-height: 55px;
}
.recruit_title dd{
	width: 25%;
	float: left;
	font-size: 16px;
	border-right: 2px solid #fff;
	padding-left: 55px;
}
.recruit_title dd:last-child{
	border-right: none;
}
.recruit_item .tt {
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
}
.recruit_item .tt dd{
	width: 25%;
	float: left;
	font-size: 14px;
	padding-left: 55px;
	line-height: 58px;
}
.recruit_item .tt .iconfont{
	position: absolute;
	font-size: 18px;
	top: 0;
	height: 58px;
	line-height: 58px;
	right: 55px;
	color: #008def;
	cursor: pointer;
	font-weight: bold;
}
.recruit_item .con{
	background: #fafafa;
	padding: 35px 0px;
	display: none;
}
.recruit_item .con dd{
	width: 50%;
	float: left;
	font-size: 14px;
	padding: 0 55px;
	line-height: 22px;
}
.recruit_item .con .con_tt{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}
.recruit_item .con a{
	display: block;
	width: 122px;
	height: 32px;
	background: #008def;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	border-radius: 4px;
	margin-top: 20px;
}
.ind_box1.zuzhi .ind_wrap{
   text-align:center;
}
.ind_box1.zuzhi .ind_wrap img{
   max-width:100%;
}
.footer .wrapper{
   padding:0 100px;
}
.footer_t .timg{
	width:100%;
}
.footer_t .timg img{
     width:150px;
}




.yingyezhizhao_hover_show {
    display: inline-block;
    position: relative;
    font-weight: bold;
}

.yingyezhizhao_hover_show:hover .img_box {
    display: block;
}

.yingyezhizhao_hover_show .img_box {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -300px;
    width: 800px;
}

.yingyezhizhao_hover_show .img_box img {
    width: 100%;
}

