html,body{
	font-family: "OPEN SANS";
	background: #fff;
}
/*html{
	scroll-behavior:smooth;
}*/
body{
	
}
select,input,textarea,button{
	font-family: "OPEN SANS";
}
.wrapper{
	overflow: hidden;
}
*{
    -webkit-tap-highlight-color: transparent;
 }
.bgf7{
	background: #f7f7f7;
}
.header_box .wrapper{
	overflow: visible;
}
.header_box{
	background: #fff;
	position: relative;
	width: 100%;
	border-top: 5px solid #0168b7;
}

.h_clm_tel{
	line-height: 23px;
	color: #888;
	font-size: 14px;
	margin-right: 15px;
	margin: 0 10px;
}
.h_clm_tel:hover{
	color: #0168b7;
	text-decoration: underline;
}
.h_clm_tel2{
	position: relative;
}
.h_clm_tel2::after{
	content: "";
	display: block;
	position:absolute;
	top: 6px;
	right: -10px;
	width: 1px;
	height: 11px;
	background: #dedede;
}


.logo{
	overflow: hidden;
	width: 90px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo .table{
	height: 135px;
}
.logo a{
	width: 100%;
}
.logo a img{
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.head_r{
	float: left;
	width: calc(100% - 90px);
	font-family: "Roboto-Regular";
}
.head_r_t{
	line-height: 20px;
	margin: 12px 0 25px;
}
.h_links a{
	float: left;
	color: #0168b7;
	margin-left: 20px;
	font-size: 20px;
}
.h_links a:nth-child(2){
	font-size: 18px;
}
.h_links a:hover{
	color: #eb6755;
}
.h_language{
	position: relative;
	margin-left: 60px;
	font-size: 14px;
}
.h_language img{
	width: 23px;
	float: left;
}
.h_language .lan_t{
	padding: 0 10px;
	cursor: pointer;
}
.h_language .lan_t img{
	margin: 2px 5px 0 0;
}
.lan_t span{
 	color: #888888;
 	margin: 0 5px;
}
.lan_b{
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 99999999;
	box-shadow: 0 5px 5px rgba(155,155,155,.5);
}
.lan_b a{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 0 20px;
}
.lan_b a img{
	margin: 6px 0 0 0;
}
.lan_b a span{
	float: left;
	width: calc(100% - 23px);
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
.lan_b a:hover{
	background: #0168b7;
	color: #fff;
}
.menu{
	width: calc(100% - 230px);
	float: left;
	height: 76px;
	padding-top: 15px;
	padding-left: 40px;
}
.menu_dl {
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.menu_dl dd{
	float: left;
	padding: 0px 22px;
	height: 61px;
	position: relative;
}

.menu_tt a{
	display: block;
	width: 100%;
	color: #333;
	font-size: 16px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_dl dd.hover .menu_tt a{
	color: #0168b7;
}
.menu_second_box {
	clear: both;
	display: none;
	position: absolute;
	left: 0px;
	top: 61px;
	z-index: 99;
	width: 385px;
	background: rgba(233,240,245,.95);
	box-shadow: 0px 5px 10px rgba(155, 155, 155, .5);
	border-bottom: 5px solid #0168b7;
	padding: 20px 35px;
	font-family: "OPEN SANS";
}

.menu_two {
	line-height: 30px;
	clear: both;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-bottom: 1px solid #cbd3d8;
}

.menu_tt i {
	float: right;
	display: none;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	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: #444;
	font-size: 14px;
}

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

.menu_two_tt .text {
	display: block;
	width: 100%;
	padding: 10px;
	color: #3d4245;
}

.menu_two_tt i {
	float: right;
}

.menu_two.hover .menu_two_tt a {
	background: #0168b7;
	color: #fff;
} 
.h_search{
	width: 230px;
	height: 45px;
	border-radius: 24px;
	background: #e9f0f5;
	overflow: hidden;
}
.search_box{
	height: 45px;
	width: 100%;
}
.search_box form{
	float: left;
	width: 100%;
}
.search_box .serch_close{
	float: left;
	width: 30px;
	text-align: right;
	font-size: 18px;
	line-height: 45px;
	cursor: pointer;
}
.search_box_wrap{
	width: 100%;
	padding: 0 12px 0 20px;
}
.search_inp{
	float: left;
	width: calc(100% - 30px);
	height: 45px;
	color: #444;
	font-size: 14px;
	border: none;
	background: none;
}
.search_inp::-webkit-input-placeholder{
	font-size: 14px;
	color: #919191;
}
.search_btn_box{
	position: relative;
	width: 30px;
	height: 45px;
	float: right;
	
}
.search_btn{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 30px;
	height: 45px;
	border: none;
	background: none;
	cursor: pointer;
}
.search_icon{
	width: 30px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #0168b7;
	font-size: 22px;
}

.header_box.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 999999999999;
	box-shadow: 0 5px 5px rgba(155,155,155,.2);
}
.header_box.fixed .logo {
	width: 80px;
}
.header_box.fixed .logo .table{
	height: 105px;
}
.header_box.fixed .head_r_t{
	display: none;
}
.header_box.fixed .menu{
	padding-top: 44px;
}
.header_box.fixed .h_search{
	margin-top: 30px;
}

.mobile_head{
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 73px;
	z-index: 999999999;
	background: #fff;
	border-top: 3px solid #0168b7;
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
}
.mobile_head .wrapper{
	overflow: visible;
}
.mobile_head .logo{
	width: 60px;
}
.mobile_head .logo .table{
	height: 70px;
}
.mobile_head .h_search{
	width: auto;
	border-radius: initial;
	background: none;
	overflow: visible;
	height: auto;
}
.menu_btn{
	float: right;
	padding: 9px 0px 0 13px;
	cursor: pointer;
	margin-top: 14px;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #0168b7;
	border-radius: 4px;
	margin: 0 0 7px 0;
}
.mobile_head .h_search .h_serch_icon{
	border: none;
	margin-top: 18px;
}
.mobile_head .h_search .h_serch_icon i{
	font-size: 34px;
	color: #0168b7;
}
.mobile_head .h_language{
	background: transparent;
	margin-left: 10px;
}
.mobile_head  .h_language .lan_t{
	margin-top: 19px;
	border: none;
	padding: 0 5px;
}
.mobile_head  .h_language .lan_t i{
	color: #0168b7;
	font-size: 33px;
	font-weight: bold;
}
.mobile_head .head_b .wrapper {
	position: relative;
	overflow: visible;
}

.mobile_head .search_box {
	display: none;
	height: 60px;
	opacity: 1;
	position: fixed;
	width: 100%;
	top: 73px;
	left: 0;
	background: #eee;
	transition: all 0s;
    -webkit-transition: all 0s;
    z-index: 9999999;
}
.mobile_head .search_box form{
	width: 100%;
}
.mobile_head .search_box_wrap {
	padding: 10px 0;
}
.mobile_head .search_inp {
	height: 40px;
	float: left;
	width: calc(100% - 50px);
}
.mobile_head .search_btn_box{
	background: #0168b7;
}
.mobile_head .search_btn_box,.mobile_head .search_btn,.mobile_head .search_icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.mobile_head  .search_icon{
	font-size: 26px;
	color: #fff;
}
.mobile_head  .menu_dl dd:nth-child(2):after, .mobile_head  .menu_dl dd:nth-child(3):after{
	display: none;
}
.mobile_head .lan_b{
	width: 100px;
	top: 60px;
	left: 50%;
	margin-left: -50px;
}
.mobile_head .menu {
	display: none;
	position: fixed;
	top: 73px;
	left: 0;
	width: 100%;
	z-index: 999999999;
	padding: 10px;
	margin: 0;
	background: #fff;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	height: auto;
	max-height: 355px;
	overflow-y: auto;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.mobile_head .menu::-webkit-scrollbar-track-piece { 
	background-color: #f8f8f8;
}
.mobile_head .menu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}
.mobile_head .menu::-webkit-scrollbar-thumb {
	background-color: #888;
	background-clip: padding-box;
	min-height: 20px;
}
.mobile_head .menu::-webkit-scrollbar-thumb:hover {
	background-color: #666;
}
.mobile_head .menu_dl{
	display: block;
}
.mobile_head .menu_dl dd {
	width: 100%;
	color: #fff;
	height: auto;
	position: static;
	padding: 0px 0px;
}

.mobile_head .menu_dl dd {
	border-bottom: 1px solid #eee;
}

.mobile_head .menu_dl dd:last-child {
	border: none;
}

.mobile_head .menu_dl dd:first-child .menu_tt {
	border: none;
}

.mobile_head .menu_tt {
	border-top: none;
	/*border-bottom: 1px solid #eee;*/
}

.mobile_head .menu_tt:before {
	display: none;
}

.mobile_head .menu_tt i {
	display: block;
	float: right;
	color: #666;
	margin-top: 0px;
	font-size: 20px;
	cursor: pointer;
}

.mobile_head .menu_two {
	width: 100%;
}

.mobile_head .menu_tt a {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 80%;
	padding: 0;
	color: #333;
}

.mobile_head .menu_second_box {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	border: none;
}

.mobile_head .head_search {
	width: 33px;
	height: 33px;
	line-height: 33px;
	position: absolute;
	right: 140px;
	margin: 0;
	top: 82px;
	background: none;
}

.mobile_head .head_search i {
	font-size: 30px;
	color: #2465C1;
}
/*
 * banner
 */
.banner_box{
	position: relative;
	z-index: 10;
}
.banner_img{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.banner_text{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover!important;
}
.banner_pic{
	display: none;
	overflow: hidden;
}
.banner_pic img{
	height: 200px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.banner_box .banners{
	position: relative;
	z-index: 1;
}

/*
	more_btn 	
*/
.more_btn1{
	display: block;
	width: 185px;
	height: 43px;
	color: #fff;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
	background: #222;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: "Montserrat-Medium";
}
.more_btn1 i,.more_btn2 i{
	font-size: 12px;
}
.more_btn1:hover{
	background: #E1192B;
}
.more_btn2{
	display: block;
	width: 178px;
	height: 45px;
	color: #242424;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	border-left: 5px solid #0a5512;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}
.more_btn2:hover,.ind_box4.index .ind_r .item:hover .more_btn2{
	background: #77a720;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/**page**/
.page{
	padding: 20px 0;
	text-align: left;
}
.page a{
	display: inline-block;
	padding: 0 14px;
	height: 35px;
	line-height: 35px;
	margin: 2px 3px;
	font-size: 14px;
	color:#444;
	background: #f4f4f4;
}
.page a:hover ,.page a.hover{
	background: #0168b7;
	color: #fff;
}
.page a i{
	font-size: 12px;
}
/***footer***/
.footer{
	background: #004175;
	position: relative;
	z-index: 10;
}
.footer_t .wrapper{
	overflow: hidden;
	padding: 45px 0px;
	position: relative;
}
.footer_t .item{
	float: left;
	
}
.footer_t .item:nth-child(1){
	width: 600px;
	margin-right: 75px;
}
.footer_t .item:nth-child(2){
	width: /*235px;*/296px;
}
.footer_t .item:nth-child(3){
	/*width: 140px;*/
	float: right;
}	
.foot_title{
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
	font-family: "Roboto-Regular";
}
.foot_title i{
	display: none;
}
.footer_t .foot_wrap{
	font-size: 14px;
}
.footer_t .foot_wrap li{
	float: left;
	width: 50%;
	margin-bottom: 16px;
}
.footer_t .foot_wrap .icons{
	float: left;
	width: 16px;
	margin-top: 5px;
}
.icons{
	overflow: hidden;
	position: relative;
}
.footer_t .foot_wrap .icon_l_r i{
	display: inline-block;
	width: 16px;
	height: 8px;
	background: url(../images/icon1.png)no-repeat center center;
	background-size: cover;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.icon_l_r i:first-child{
	transform: translateX(-120%);
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	position: absolute;
	top: 0;
	left: 0;
}
.icon_l_r:hover .icons i:first-child{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
}
.icon_l_r:hover .icons i:nth-child(2){
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
}
.footer_t .foot_wrap .li_text{
	float: left;
	width: calc(100% - 16px);
	padding-left: 10px;
}
.footer_t .foot_wrap a{
	display: block;
	color: #fff;
}


.footer_t .item:nth-child(2) a{
	margin-bottom: 16px;
}
.footer_t .item:nth-child(2) a:last-child{
	margin-bottom: 0;
}
.footer_t .item:nth-child(2) a:hover{
	text-decoration: underline;
}
.footer_t .item:nth-child(3) a{
	float: left;
	font-size: 22px;
	margin-right: 10px;
	line-height: 30px;
	border-radius: 50%;
}
.footer_t .item:nth-child(3) a:nth-child(2){
	font-size: 20px;
}
.footer_t .item:nth-child(3) a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
}
.footer_t .item:last-child .foot_wrap a{

}
.footer_t .item:last-child .foot_wrap a{
	display: block;
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px !important;
	text-align: center;
	border-radius: 50%;
}
.footer_t .item:last-child .foot_wrap a:nth-child(1){
	background: #1877f2;
}
.footer_t .item:last-child .foot_wrap a:nth-child(2){
	background: #0073b0;
}

.footer_t .item:last-child .foot_wrap a:nth-child(3){
	background: #ff011d;
}

.footer_b{
	color: #94a3af;
	font-size: 14px;
	font-family: "OPEN SANS";
}
.footer_b .wrapper{
	padding: 18px 0;
	
}
.footer_b a{
	color: #94a3af;
	display: inline-block;
}
.footer_b label{
	display: inline-block;
	margin: 0 10px;
	color: #fff;
}
.footer_b a:hover{
	text-decoration: underline;
	color: #fff;
}

/*
 * ind_box1
 */

.ind_contact{
	background: #0168b7;
	padding: 50px 0 40px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.ind_contact .ind_l{
	width: calc(100% - 215px);
	float: left;
	padding-right: 180px;
}
.ind_contact .ind_l .tt{
	font-family: "Roboto-Bold";
	font-size: 24px;
	margin-bottom: 20px;
}
.ind_contact a{
	display: block;
	width: 215px;
	height: 50px;
	background: #fff;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	color: #0167b9;
	font-size: 18px;
	float: right;
	margin-top: 15px;
	font-family: "Roboto-Bold";
}
.ind_contact a i{
	font-size: 20px;
	margin-right: 10px;
}
.ind_contact a:hover{
	transform: translateY(-5px);
	box-shadow: 0 0 8px rgba(0,0,0,.7);
}

.ind_box1.index{
	padding: 75px 0;
}
.ind_box1.index .ind_t dd{
	text-align: center;
	float: left;
	width: 24%;
}
.ind_box1.index .ind_t dd:nth-child(4){
	width: 28%;
}
.ind_box1.index .ind_t .dd_tt{
	font-size: 36px;
	font-family: "Roboto-Bold";
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.ind_box1.index .ind_t dd i{
	font-size: 52px;
	color: #0168b7;
	margin-right: 10px;
}
.ind_box1.index .ind_t .dd_text{
	font-size: 16px;
	color: #69788c;
	font-family: "Roboto-Regular";
	margin-top: 12px;
}
.ind_box1.index .ind_b{
	margin-top: 60px;
}
.ind_box1.index .ind_b .list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box1.index .ind_b .item{
	float: left;
	width: calc((100% - 30px) / 3);
	margin: 0 15px 15px 0;
	position: relative;
}
.ind_box1.index .ind_b .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.index .ind_b .item .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32,32,32,.5);
	font-family: "Roboto-Regular";
	font-size: 22px;
	color: #fff;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 40px;
    text-align: center;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_b .item .con:hover{
	background: rgba(32,32,32,.0);
}
.ind_box2.index{
	height: 700px;
	background: url(../images/ind_img7.jpg)no-repeat center center;
	background-attachment: fixed;
	color: #fff;
}
.ind_box2.index .wrapper{
	height: 100%;
	position: relative;
}
.ind_box2.index .ind_l{
	width: 50%;
	float: left;
	height: 100%;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box2.index .ind_l .tt{
	font-size: 48px;
	font-family: "Roboto-Bold";
}
.ind_box2.index .ind_l .tt .imp{
	color: #45acff;
}
.ind_box2.index .ind_l .text{
	font-size: 24px;
	padding-right: 60px;
	line-height: 36px;
	margin-top: 30px;
	font-family: "Roboto-Regular";
}
.ind_box2.index .ind_r{
	width: 50%;
	height: 100%;
	float: left;
	padding-left: 50px;
	position: relative;
}
.ind_box2.index .ind_r .tt{
	font-family: "Roboto-Regular";
	font-size: 24px;
}
.ind_box2.index .ind_r_l{
	background: #0168b7;
	position: absolute;
	left: 50px;
	bottom: 0;
	width: calc(50% - 25px);
	height: 212px;
    color: #fff;
}
.ind_box2.index .ind_r_l a{
	color: #fff;
	height: 100%;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 40px;
}
.ind_box2.index .icons_wrap{
	margin-top: 50px;
}
.ind_box2.index .ind_r_l .icons{
	width: 24px;
	overflow: hidden;
	position: relative;
}
.ind_box2.index .ind_r_l i{
	display: block;
	width: 24px;
	height: 12px;
	background: url(../images/icon2.png)no-repeat center center;
	background-size: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .ind_r_r{
	background: #e9f0f5;
	width: calc(50% - 25px);
	height: 375px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 45px;
	color: #202020;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.line_wrap{
	width: 60px;
}
.line{
	height: 3px;
	background: #0168b7;
}
.ind_box2.index .ind_r_r .line_wrap{
	margin: 30px 0;
}
.ind_box2.index .ind_r_r .text{
	color: #666666;
	font-size: 16px;
	margin-bottom: 30px;
}
.ind_box3.index {
	padding: 50px 0 0;
}
.ind_box3.index .ind_t dl{
	background: #0167b9;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box3.index .ind_t dd{
	float: left;
	width: 33.33%;
	background: #0167b9;
	padding:65px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    color: #fff;
    font-size: 14px;
}
.ind_box3.index .ind_t dd:nth-child(2){
	background: #0b82e1;
}
.ind_box3.index .ind_t dd .tt{
	font-size: 28px;
	margin-bottom: 15px;
	font-family: "Roboto-Bold";
}
.ind_box3.index .ind_t dd .text{
	line-height: 22px;
}
.ind_box3.index .ind_b{
	margin-top: 50px;
}
.title {
	margin-bottom: 45px;
}
.title .tt{
	font-size: 48px;
	color: #202020;
	margin-bottom: 12px;
	font-family: "Roboto-Bold";
}
.title .text{
	font-size: 16px;
	color: #666666;
}
.ind_box3.index .ind_b .title .text{
	padding-right: 370px;
}

.ind_box3.index .ind_b dd{
	float: left;
	width: 25%;
	margin-bottom: 60px;
}
.ind_box3.index .ind_b dd:nth-child(1),
.ind_box3.index .ind_b dd:nth-child(5){
	width: 30%;
}
.ind_box3.index .ind_b dd:nth-child(4),
.ind_box3.index .ind_b dd:nth-child(8){
	width: 20%;
}
.ind_box3.index .ind_b dd:nth-child(4n+1){
	clear: both;
}
.ind_box3.index .ind_b dd a{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box3.index .ind_b dd .icon{
	float: left;
	width: 98px;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
.ind_box3.index .ind_b dd .icon i{
	display: inline-block;
	width: 63px;
	height: 67px;
	background: url(../images/market_icon1.png)no-repeat center center / auto 90%;
	background-size: auto 90% !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.index .ind_b dd:nth-child(2) .icon i{
	width: 98px;
	height: 57px;
	background-image: url(../images/market_icon2.png);
}
.ind_box3.index .ind_b dd:nth-child(3) .icon i{
	width: 66px;
	height: 72px;
	background-image: url(../images/market_icon3.png);
}
.ind_box3.index .ind_b dd:nth-child(4) .icon i{
	width: 71px;
	height: 59px;
	background-image: url(../images/market_icon4.png);
}
.ind_box3.index .ind_b dd:nth-child(5) .icon i{
	width: 68px;
	height: 68px;
	background-image: url(../images/market_icon5.png);
}
.ind_box3.index .ind_b dd:nth-child(6) .icon i{
	width: 69px;
	height: 69px;
	background-image: url(../images/market_icon6.png);
}
.ind_box3.index .ind_b dd:nth-child(7) .icon i{
	width: 60px;
	height: 66px;
	background-image: url(../images/market_icon7.png);
}
.ind_box3.index .ind_b dd:nth-child(8) .icon i{
	width: 71px;
	height: 68px;
	background-image: url(../images/market_icon8.png);
}
.ind_box3.index .ind_b dd:hover .icon i{
	background-image: url(../images/market_icon1h.png);
}
.ind_box3.index .ind_b dd:nth-child(2):hover .icon i{
	background-image: url(../images/market_icon2h.png);
}
.ind_box3.index .ind_b dd:nth-child(3):hover .icon i{
	background-image: url(../images/market_icon3h.png);
}
.ind_box3.index .ind_b dd:nth-child(4):hover .icon i{
	background-image: url(../images/market_icon4h.png);
}
.ind_box3.index .ind_b dd:nth-child(5):hover .icon i{
	background-image: url(../images/market_icon5h.png);
}
.ind_box3.index .ind_b dd:nth-child(6):hover .icon i{
	background-image: url(../images/market_icon6h.png);
}
.ind_box3.index .ind_b dd:nth-child(7):hover .icon i{
	background-image: url(../images/market_icon7h.png);
}
.ind_box3.index .ind_b dd:nth-child(8):hover .icon i{
	background-image: url(../images/market_icon8h.png);
}
.ind_box3.index .ind_b dd .tt{
	float: left;
	width: calc(100% - 102px);
	font-size: 20px;
	padding-left: 15px;
	color: #0167b9;
	font-family: "Roboto-Bold";
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box4.index {
	background: #f2f4f5;
	padding: 50px 0 30px;
}
.ind_box4.index .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box4.index .title{
	width: 100%;
}
.ind_box4.index .title .text{
	display: block;
	font-size: 14px;
	line-height: 24px;
	max-width: 1000px;
	margin: 0 auto;
}
.ind_box4.index .ind_l{
	width: 760px;
	float: left;
}
.ind_box4.index .ind_l img{
	max-width: 100%;
}
.ind_box4.index .ind_r{
	width: calc(100% - 760px);
	float: left;
	padding-left: 30px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box4.index .ind_r .tt{
	 font-family: "Roboto-Bold";
	 font-size: 48px;
	 color: #202020;
	 margin-bottom: 10px;
}
.ind_box4.index .ind_r .text{
	 font-family: "Roboto-Bold";
	 font-size: 16px;
	 color: #202020;
	 line-height: 26px;
}
.ind_box4.index .ind_r .line_wrap{
	margin: 30px 0;
}
.ind_box4.index .ind_r .con{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 50px;
}
.ind_box5.index {
	padding: 50px 0 60px;
}
.ind_box5.index dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box5.index dd{
	float: left;
	width: calc((100% - 60px) / 3);
	margin: 0 30px 30px 0;
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	
}
.ind_box5.index dd:nth-child(3n){
	margin-right: 0;
}
.ind_box5.index dd a{
	display: block;
}
.ind_box5.index dd .pic{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index dd .pic img{
	display: block;
	width: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.ind_box5.index dd .con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 45px;
	background: rgba(32,32,32,.0);
	z-index: 2;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index dd .tt{
	font-size: 24px;
	height: 48px;
	color: #202020;
	margin: 10px 0 30px;
	font-family: "Roboto-Regular";
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index dd .text{
	height: 72px;
}
.ind_box5.index dd .date{
	color: #0167b9;
	margin-top: 100px;
}
.ind_box5.index dd .more{
	position: absolute;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 31px;
	color: #fff;
	top: 30px;
	right: 30px;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box5.index dd:hover .pic{
	opacity: 1;
}
.ind_box5.index dd:hover .pic img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.ind_box5.index dd:hover .con{
	background: rgba(32,32,32,.6);
	transform: translateY(140px);
	-webkit-transform: translateY(140px);
	-ms-transform: translateY(140px);
	color: #fff;
}
.ind_box5.index dd:hover .con .tt{
	color: #fff;
}
.ind_box5.index dd:hover .more{
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
}
.ind_box5.index dd .more:hover{
	color: #0168b7;
	border-color: #0168b7;
}
.ind_ques{
	background: #e9f0f5;
	padding: 40px 0;
	font-family: "Roboto-Bold";
}
.ind_ques .tt{
	font-size: 40px;
	margin-bottom: 8px;
}
.ind_ques .tt a{
	color: #0167b9;
}
.ind_ques .text{
	font-size: 20px;
}
.ind_ques .text a{
	color: #eb6755;
}
.ind_ques .text a:hover{
	text-decoration: underline;
}


/*
 *sub_banner 
 */
.sub_banner{
	height: 500px;
	background-size: cover!important;
}
.sub_banner .wrapper{
	height: 100%;
	position: relative;
}
.sub_line{
	position: absolute;
	height: 280px;
	width: 1px;
	background: #6ca7d0;
	left: 0;
	bottom: 0;
}
.sub_icon{
	position: absolute;
	height: 70px;
	width: 3px;
	background: #98d2ff;
	left: 0;
	top: 0;
	opacity: 0;
	transform: translateY(300px);
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.sub_txt{
	position: absolute;
	top: 53%;
	left: 35px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
.sub_banner .tt{
	font-size: 60px;
	margin-bottom: 15px;
	font-family: "Roboto-Bold";
}
.sub_banner .text a{
	text-align: left;
	color: #fff;
	font-size: 16px;
}

.ind_box1.about{
	padding: 70px 0;
	font-family: "Roboto-Regular";
}
.ind_box1.about .ind_t_l{
	width: 50%;
	float: left;
}
.ind_box1.about .ind_t_l .tip{
	font-size: 18px;
	color: #666666;
}
.ind_box1.about .ind_t_l .tip span{
	position: relative;
	display: inline-block;
}
.ind_box1.about .ind_t_l .tip span:after{
	content: "";
	width: 70px;
	height: 3px;
	background: #888888;
	position: absolute;
	right: -90px;
	top: 50%;
	margin-top: -2px;
}
.ind_box1.about .ind_t_l .tt{
	font-family: "Roboto-Bold";
	font-size: 42px;
	margin: 15px 0;
}
.ind_box1.about .ind_t_l .text{
	font-size: 26px;
	color: #00b5e2;
}
.ind_box1.about .ind_t_r{
	width: 50%;
	float: left;
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	padding: 40px 0 0 40px;
}
.ind_box1.about .ind_b{
	margin-top: 50px;
}
.ind_box1.about .ind_b dd{
	float: left;
	width: calc((100% - 48px) / 5);
	margin-right: 12px;
	background: #0168b7;
	color: #fff;
	text-align: center;
	padding: 30px 5px;
	font-size: 14px;
}
.ind_box1.about .ind_b dd:nth-child(5){
	margin-right: 0;
}
.ind_box1.about .ind_b dd .tt{
	font-size: 32px;
	font-family: "Roboto-Bold";
	margin-bottom: 5px;
}
.ind_box2.about .item{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box2.about .item:nth-child(2n){
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
}
.ind_box2.about .item_l{
	width: 50%;
	float: left;
}
.ind_box2.about .item_l .pic{
	float: right;
	overflow: hidden;
}
.ind_box2.about .item_l .pic img{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.about .item:nth-child(2n)  .item_l .pic{
	float: left;
}
.ind_box2.about .item_r{
	width: 50%;
	float: left;
	background: #e9f0f5;
}
.ind_box2.about .item_r .item_r_wrap{
	float: left;
	width: 600px;
	height: 100%;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding-left: 75px;
    font-size: 16px;
    color: #69788c;
    line-height: 28px;
}
.ind_box2.about .item:nth-child(2n) .item_r .item_r_wrap{
	padding: 0 75px 0 0;
	float: right;
}
.ind_box2.about .item_r .tt{
	color: #2d373c;
	font-size: 24px;
	font-family: "Roboto-Bold";
	margin-bottom: 30px;
}
.ind_box2.about .item_l .pic:hover img,.ind_box3.about .item .pic:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-ms-transform: scale(1.04);
}
.ind_box3.about{
	padding: 80px 0;
}
.ind_box3.about .tt{
	font-size: 24px;
	color: #0268b5;
	padding: 0 50px;
	margin-bottom: 50px;
}
.ind_box3.about .ind_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box3.about .item{
	float: left;
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
	background: #e9f0f5;
	border-bottom: 2px solid #eb6755;
}
.ind_box3.about .item:nth-child(2){
	margin-right: 0;
}
.ind_box3.about .item .con{
	padding: 30px 40px;
	font-size: 14px;
	color: #69788c;
	line-height: 26px;
	text-align: left;
}
.ind_box3.about .item .pic{
	overflow: hidden;
}
.ind_box3.about .item .pic img{
	display: block;
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box4.about{
	padding: 84px 0;
	background: url(/images/about/about_img5.jpg)no-repeat center center;
	background-attachment: fixed;
}
.ind_box4.about .wrapper {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box4.about .item{
	float: left;
	width: 33.33%;
	background: #ffffff;
	font-size: 16px;
    padding: 70px 65px;
    line-height: 28px;
}
.ind_box4.about .item:nth-child(2){
	background: #47a7f1;
	color: #fff;
}
.ind_box4.about .item:nth-child(3){
	background: #0168b7;
	color: #fff;
}
.ind_box4.about .item .line_wrap{
	margin: 0 0 20px ;
	width: 30px;
}
.ind_box4.about .item .line{
	background: #47a7f1;
}
.ind_box4.about .item:nth-child(2) .line{
	background: #fff;
}
.ind_box4.about .item:nth-child(3) .line{
	background: #47a7f1;
}
.ind_box5.about{
	padding: 75px 0 60px;
}
.ind_box5.about .owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	background: #c2cacf;
}
.ind_box5.about .owl-theme .owl-dots .owl-dot.active span,
.ind_box5.about .owl-theme .owl-dots .owl-dot:hover span{
 	background: #0167b9;
 }
.ind_box5.about .owl-controls{
	margin-top: 30px;
}
.ind_box1.markets{
	padding: 65px 0;
}
.ind_box1.markets .tt{
	font-size: 34px;
	font-family: "Roboto-Regular";
	padding: 0 100px;
	margin-bottom: 20px;
}
.ind_box1.markets .tt .imp{
	color: #0168b7;
}
.ind_box1.markets .text{
	color: #888888;
	font-size: 16px;
	padding: 0 240px;
	line-height: 28px;
	margin-bottom: 50px;
}
.ind_box1.markets dl,.pro_des.ap dl{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.ind_box1.markets dd,.pro_des.ap dd{
	width: 12.5%;
	color: #666666;
	font-size: 16px;
	font-family: "Roboto-Bold";
}
.ind_box1.markets dd .icon,.pro_des.ap dd .icon{
	margin-bottom: 20px;
	height: 55px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    text-align: center;
}
.ind_box1.markets dd .icon i,.pro_des.ap dd .icon i{
	display: block;
	width: 46px;
	height: 50px;
	margin: auto;
	background: url(../images/market_icon1.png)no-repeat center center;
	background-size: auto 90% !important;
}
.ind_box1.markets dd:nth-child(2) .icon i, .pro_des.ap dd:nth-child(2) .icon i{
	width: 74px;
	height: 44px;
	background-image: url(../images/market_icon2.png);
}
.ind_box1.markets dd:nth-child(3) .icon i, .pro_des.ap dd:nth-child(3) .icon i{
	width: 50px;
	height: 55px;
	background-image: url(../images/market_icon3.png);
}
.ind_box1.markets dd:nth-child(4) .icon i, .pro_des.ap dd:nth-child(4) .icon i{
	width: 54px;
	height: 45px;
	background-image: url(../images/market_icon4.png);
}
.ind_box1.markets dd:nth-child(5) .icon i, .pro_des.ap dd:nth-child(5) .icon i{
	width: 50px;
	height: 50px;
	background-image: url(../images/market_icon5.png);
}
.ind_box1.markets dd:nth-child(6) .icon i, .pro_des.ap dd:nth-child(6) .icon i{
	width: 50px;
	height: 50px;
	background-image: url(../images/market_icon6.png);
}
.ind_box1.markets dd:nth-child(7) .icon i, .pro_des.ap dd:nth-child(7) .icon i{
	width: 45px;
	height: 50px;
	background-image: url(../images/market_icon7.png);
}
.ind_box1.markets dd:nth-child(8) .icon i, .pro_des.ap dd:nth-child(8) .icon i{
	width: 55px;
	height: 53px;
	background-image: url(../images/market_icon8.png);
}
.ind_box1.markets .con{
	border: 3px solid #e9f0f5;
	color: #0168b7;
	font-size: 24px;
	line-height: 34px;
	padding: 30px 200px;
	margin-top: 50px;
	font-family: "Roboto-Regular";
}
.mark_list{
	padding: 80px 0;
	background: #e8f0f4;
}
.title2 .tt{
	font-size: 42px;
}
.title2 .text{
	font-size: 18px;
}
.title2{
	margin-bottom: 30px;
}
.mark_list .tips{
	font-size: 18px;
	color: #0168b7;
}
.mark_list dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.mark_list .dd_wrap{
	margin-top: 50px;
}
.mark_list dd{
	float: left;
	width: calc((100% - 60px) / 7);
	margin-right: 10px;
	color: #fff;
	background: #2f83c3;
	text-align: left;
	padding: 20px 12px;
	font-size: 16px;
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
  flex-direction: column; 
	-ms-flex-direction: column;
	-webkit-flex-direction: column;

}
.mark_list dd:last-child{
	margin-right: 0;
}
.mark_list dd:nth-child(2n){
	background: #0168b7;
}
.mark_list dd .tt{
	font-size: 14px;
	margin-bottom: 5px;
	font-family: "Roboto-Bold";
}
.mark_list .img{
	margin-top: 70px;
}
.mark_list .img img{
	max-width: 100%;
}
.mark_list:nth-child(2){
	background: #1876bd;
}
.mark_list:nth-child(2) .title2 .tt a,.mark_list:nth-child(2) .title2 .text,
.mark_list:nth-child(5) .title2 .tt a,.mark_list:nth-child(5) .title2 .text{
	color: #fff;
}
.mark_list .tipsss label{
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	padding: 8px 40px 10px;
	border: 1px solid #fff;
	color: #fff;
}
.mark_list:nth-child(2) dd{
	background: #e9f0f5;
	color: #444;
}
.mark_list:nth-child(2) dd:nth-child(2n){
	background: #c2d9eb;
}
.mark_list:nth-child(3){
	background: #fff;
}
.mark_list:nth-child(3) .title2 .text{
	font-size: 16px;
}
.mark_list:nth-child(3) dd,.mark_list:nth-child(4) dd,.mark_list:nth-child(6) dd{
	width: calc((100% - 70px) / 8);
	margin-right: 10px;
}
.mark_list:nth-child(3) dd,.mark_list:nth-child(6) dd{
	background: #e9f0f5;
	color: #444;
}
.mark_list:nth-child(3) dd:nth-child(2n),.mark_list:nth-child(6) dd:nth-child(2n){
	background: #e3ecf2;
}
.mark_list:nth-child(3) dd:last-child,.mark_list:nth-child(4) dd:last-child,.mark_list:nth-child(6) dd:last-child{
	margin-right: 0;
}
.mark_list:nth-child(4) {
	background: url(../images/market_img7.jpg)no-repeat center center;
	background-size: cover;
}
.mark_list:nth-child(5){
	background: #1b77be;
	color: #fff;
}
.mark_list:nth-child(5) .ind_wrap{
	margin-top: 70px;
}
.mark_list:nth-child(5) .pic{
	float: left;
	width: 50%;
}
.mark_list:nth-child(5) .pic img{
	max-width: 100%;
}
.mark_list:nth-child(5) .con{
	float: left;
	width: 50%;
	font-size: 16px;
	line-height: 28px;
}
.mark_list:nth-child(6) {
	background: #fff;
}
.mark_list:nth-child(7) {
	background: #eff4f7;
}
.mark_list:nth-child(7) dl{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.mark_list:nth-child(7) dd{
	/*min-height: 106px;*/
}
.ind_box1.contact {
	padding: 55px 0 70px;
}
/* .ind_box1.contact .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
} */
.ind_box1.contact .ind_l{
	width: 460px;
	float: left;
	background: #0168b7;
	color: #fff;
	padding: 55px 50px;
}
.ind_box1.contact .ind_l .tt{
	font-size: 42px;
	line-height: 45px;
	font-family: "Roboto-Bold";
}
.ind_box1.contact .ind_l .text{
	font-size: 16px;
	margin: 10px 0 70px;
}
.ind_box1.contact .ind_l li{
	margin-bottom: 20px;
	font-size: 24px;
}
.ind_box1.contact .ind_l li .iconfont{
	float: left;
	font-size: 44px;
	width: 50px;
	text-align: center;
}
.ind_box1.contact .ind_l li:nth-child(1) .iconfont{
	font-size: 50px;
}
.ind_box1.contact .ind_l li .li_con{
	float: left;
	width: calc(100% - 50px);
	padding-left: 25px;
}
.ind_box1.contact .ind_l li .li_tt{
	margin-bottom: 5px;
	font-size: 20px;
	font-family: "OPEN SANS";
}
.ind_box1.contact .ind_l li .li_text{
	line-height: 22px;
}
.ind_box1.contact .ind_l li a{
	color: #fff;
	font-size: 18px;
}
.ind_box1.contact .ind_r{
	width: calc(100% - 460px);
	float: left;
	padding-left: 18px;
}
.ind_box1.contact .ind_r img{
	max-width: 100%;
	display: block;
}
.ind_box2.inquiry{
	padding: 60px 0;
}
/**/
.faq_list dd {
	height: auto;
	float: left;
	width: calc((100% - 50px) / 2);
	margin: 0 50px 10px 0;
}
.faq_list dd:nth-child(2n){
	margin-right: 0;
}
.faq_list dd:last-child {
	width: 100%;
	margin-right: 0;
}
.faq_list dd .tt{
	float: left;
	font-size: 18px;
	width: 170px;
	margin: 0 0 10px 5px;
}
.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
	margin-right: 4px;
	float: left;
}
.faq_list dd .tt span{
	float: left;
}

.faq_inp,
.faq_area {
	float: left;
	width: 100%;
	height: 42px;
	font-size: 16px;
	color: #444;
	outline: none;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	resize: none;
	padding-left: 13px;
	background: #fcfcfc;
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #a0a0a0;
	font-size: 14px;
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #0168b7;
}

.doub .faq_inp {
	margin-bottom: 25px;
}

.faq_area {
	height: 140px;
	padding-top: 15px;
}
.faq_area::-webkit-input-placeholder{
	padding-top: 0;
	line-height: 20px;
}

.faq_btn {
	border: none;
	outline: none;
	color: #fff;
	width: 150px;
	font-size: 18px;
	height: 50px;
	background: #0168b7;
	margin-top: 10px;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news{
	padding: 65px 0;
}
.ind_box1.news .item{
	float: left;
	width: 50%;
	padding-right: 25px;
	margin-bottom: 50px;
}
.ind_box1.news .item:nth-child(2n){
	padding: 0 0 0 25px;
}
.ind_box1.news .item a{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box1.news .item .pic{
	width: 50%;
	float: left;
	border-top: 5px solid #0168b7;
	position: relative;
	overflow: hidden;
}
.ind_box1.news .item .pic img{
	display: block;
}
.ind_box1.news .item .pic:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0168b7;
	top: 0;
	left: 0;
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .item .con{
	width: 50%;
	float: left;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding-left: 30px;
}
.ind_box1.news .item .date{
	font-size: 14px;
	color: #0168b7;
}
.ind_box1.news .item .tt{
	font-size: 24px;
	height: 58px;
	font-family: "Roboto-Regular";
	margin: 10px 0 20px;
}
.ind_box1.news .item .text{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 72px;
	margin-bottom: 50px;
}
.ind_box1.news .item .read_more{
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
}
.ind_box1.news .item .read_more span{
	float: left;
}
.ind_box1.news .item .read_more i{
	color: #0168b7;
	margin: 1px 0 0 10px;
	float: left;
}
.ind_box1.news .item:hover .pic:before{
	transform: translateY(-101%);
	-webkit-transform: translateY(-101%);
	-ms-transform: translateY(-101%);
}
.ind_box1.news_det{
	padding: 55px 0;
}
.news_det .date{
	width: auto;
	height: 110px;
	padding: 0px 20px 0 20px;
	border: 2px solid #0168b7;
	color: #0168b7;
	text-align: center;
	font-weight: bold;
}
.news_det .date p:nth-child(1){
	font-size: 48px;
	
}
.news_det .date p:nth-child(2){
	font-size: 18px;
	margin-top: -5px;
}
.news_det_r{
	width: calc(100% - 100px);
	padding-left:50px;
}
.news_det_r .tt{
	font-size: 30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}
.news_det_tip i{
	float: left;
	font-size: 25px;
	color: #909090;
	margin-right: 5px;
}
.news_det_tip span{
	float: left;
	color: #888;
	
}
.news_det_tip i.icon-fenxiang{
	font-size: 16px;
	
}
.view span{
	margin-top: 4px;
	font-size: 14px;
	color: #888;
}
.news_det_tip .share{
	margin-top: 5px;
	margin-left: 20px;
}.news_det_tip .share_box{
	margin-left: 5px;
}
.news_det_tip .share_box img{
	margin-top: -5px;
}
.news_det .content{
	margin-top: 50px;
}
.news_det .content{
	margin-top: 50px;
	overflow: hidden;
}
.news_det .content img{
	max-width: 100%;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_det .content .con{
	font-size: 14px;
	color: #7e7e7e;
	line-height: 26px;
	overflow: hidden;
	margin-top: 40px;
}
.news_det .content .news_det_art{
	margin-top: 50px;
}
.news_det .content .news_det_art a{
	display: inline-block;
	width: 140px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 14px;
	float: left;
	font-weight: bold;
}
.news_det .content .news_det_art a.pre_art{
	background: #fff;
	color: #222;
	border: 1px solid #ccc;
}
.news_det .content .news_det_art a.next_art{
	background: #0168b7;
	color: #fff;
	border: 1px solid #0168b7;
}
.news_det .content .news_det_art a:hover{
	transform: translateY(-5px);
}
/*
 * location
 */
.location_wrap{
	background: #0168b7;
                /*#e9f0f5*/
}
.location_wrap .wrapper{
	overflow: visible;
}
.location{
	height: 60px;
	line-height: 60px;
	
}
.location .iconfont{
	font-size: 24px;
	color: #fff;
	margin-right: 20px;
	position: relative;
	z-index: 4;
}
.location_tips{
	font-size: 18px;
	color: #444;
}
.location_l{
	font-size: 16px;
	color: #444;
}
.location_l .text a{
	display: block;
	float: left;
	color: #fff;
	font-size: 16px;
	margin: 0 3px;
	padding: 0 30px;
	position: relative;
}
.location_l .text a:first-child{
	padding-left: 0;
}
.location_l .text .bg{
	position: absolute;
	width: 520px;
	height: 60px;
	background: #dde4e9;
	top: 0;
	right: 10px;
	z-index: 2;
}
.location_l .text .bg:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: -30px;
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #dde4e9;
}
.location_l .text a:after{
	content: "";
	position: absolute;
	width: 27px;
	height: 60px;
	background: url(../images/icon11.png)no-repeat center center;
	background-size: cover;
	top: 0;
	right: -14px;
}
.location_l .text a:last-child:after{
	display: none;
}
.location_l .text a label{
	position: relative;
	z-index: 3;
}
.location_l .text a:last-child{
	width: 860px;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.location_l .text a:hover{
	color: #AAA;/*#2c74be;*/
}
.pro_box {
	padding: 50px 0;
}
.pro_box .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	overflow: visible;
}
.pro_box .item{
	float: left;
	width: 200px;
	height: 85px;
	border: 1px solid #0167b9;
	border-right: none;
	font-size: 14px;
	
	position: relative;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.pro_box .item:last-child{
	border-right: 1px solid #0167b9;
}
.pro_box .item:before{
	content: "";
	position: absolute;
	width: 200px;
	height: 90px;
	background: url(../images/icon12.png)no-repeat center center;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_box .item a{
	display: block;
	position: relative;
	z-index: 2;
	padding: 20px 25px;
}
.pro_box .item.hover:before,.pro_box .item:hover:before{
	opacity: 1;
}
.pro_box .item.hover a,.pro_box .item:hover a{
	color: #fff;
}
.ind_box1.pro_list{
	background: #e9f0f5;
	padding: 75px 0;
}
.pro_list_tt{
	font-size: 36px;
	font-family: "Roboto-Bold";
	margin-bottom: 25px;
}
.ind_box1.pro_list .list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	
}
.ind_box1.pro_list .item{
	float: left;
	width: calc((100% - 39px) / 4);
                height:443px;
	margin: 0 13px 20px 0;
	background: #fff;
	position: relative;
	text-align: center;
	font-size: 18px;
	overflow: hidden;
	font-family: "Roboto-Regular";
}
.ind_box1.pro_list .item:nth-child(4n){
	margin-right: 0;
}
.ind_box1.pro_list .item a{
	display: block;
	overflow: hidden;
}
.ind_box1.pro_list .item .con{
	padding: 40px 50px 0;
                height:158px;
	line-height: 26px;
	position: relative;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list .item .more{
	width: 108px;
	height: 36px;
	border: 1px solid #0168b7;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	font-family: "Roboto-Bold";
	color: #0168b7;
	margin: 30px auto 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list .item .pic{
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list .item img{
	display: block;
}
.ind_box1.pro_list .item:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0168b7;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(200px);
	-webkit-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro_list .item:hover:before{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.ind_box1.pro_list .item:hover .con{
	transform: translateY(80px);
	-webkit-transform: translateY(80px);
	-ms-transform: translateY(80px);
	color: #fff;
}
.ind_box1.pro_list .item:hover .con .more{
	background: #fff;
}
.ind_box1.pro_list .page{
	text-align: center;
}
.ind_box1.pro_list .page a{
	background: #fff;
}
.ind_box1.pro_list .page a:hover, .ind_box1.pro_list .page a.hover{
	background: #0168b7;
}
.ind_box1.pro_det{
	padding:75px 0;
	position: relative;
	z-index: 2;
	
}
.ind_box1.pro_det .ind_l{
	float: left;
	width: 500px;
	position: relative;
}
.pro_det_scroll .owl-wrapper-outer{
	border: 1px solid #eaeaea;
}
.pro_det_dot .dot_item{
	float: left;
	width: 117px;
	cursor: pointer;
	margin-right: 10px;
	border: 1px solid #eaeaea;
}
.pro_det_dot .dot_item:last-child{
	margin-right: 0;
}
.pro_det_dot .dot_item.active{
	border-top: 2px solid #0168b7;
}
.pro_det_dot .dot_item img{
	max-width: 100%;
	display: block;
}

div.zoomDiv {
	z-index: 3;
	position: absolute;
	left: 100%;
	top:0;
	border: solid 1px #ddd;
	width:500px !important;
	height:400px !important;
	background: #ffffff;
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: relative;
	background: rgba(255,255,255,.9);
	cursor:move;
	width: 80px !important;
	height: 80px !important;
	z-index: 3!important;
}
.bigimg{
	width:650px;
	height: auto;
}
.ind_box1.pro_det .ind_r{
	float: left;
	width: calc(100% - 500px);
	padding-left: 65px;
}
.ind_box1.pro_det .ind_r .tt{
	font-size: 30px;
	color: #0167b9;
	font-family: "Roboto-Regular";
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px;
}
.ind_box1.pro_det .ind_r .con{
	padding: 30px 0;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.ind_box1.pro_det .ind_r li{
	margin-bottom: 10px;
}
.ind_box1.pro_det .ind_r .li_tt{
	float: left;
	width: 125px;
}
.ind_box1.pro_det .ind_r .li_text{
	float: left;
	width: calc(100% - 125px);
	padding-left: 30px;
}
.p_det_btn a{
	display: block;
	width: 190px;
	height: 50px;
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	margin-right: 15px;
	background: #0168b7;
}
.p_det_btn a:nth-child(2){
	margin-right: 0;
	background: #eb6755;
}
.p_det_btn a i{
	font-size: 26px;
	margin-right:10px;
}
.p_det_btn a:nth-child(2) i{
	font-size: 22px;
}
.p_det_btn a:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.p_det_share {
	margin-top: 50px;
}
.p_det_share .text{
	font-size: 14px;
	float: left;
	width: 70px;
	line-height: 23px;
}
.p_det_share_box{
	float: left;
	width: calc(100% - 70px);
}
.pro_det_box{
	height: 60px;
}
.pro_det_content{
	clear: both;
}
.pro_det_box_wrap_box{
	/*height: 60px;*/
}
.pro_det_box_wrap{
	height: 60px;
	background: #0168b7;
}
.pro_det_box_wrap a{
	width: 25%;
	height: 60px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: "Roboto-Regular";
	float: left;
}
.pro_det_box_wrap a.active{
	background: #1aa4eb;
}
.pro_det_box_wrap.fixed{
	position: fixed;
	top: 110px;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.pro_des{
	padding: 60px 0;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.pro_det_title{
	position: relative;
	font-size: 28px;
	font-family: "Roboto-Bold";
	margin-bottom: 30px;
}
.pro_det_title:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #c9c9c9;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
}
.pro_det_title .tt{
	position: relative;
	z-index: 2;
	background: #fff;
	padding: 0 25px 0 35px;
	color: #444;
	
}
.pro_det_title .tt:before{
	content: "";
	width: 20px;
	height: 20px;
	border: 3px solid #0168b7;
	border-radius: 100%;
	top: 50%;
	margin-top: -10px;
	left: 0;
	position: absolute;
}
.pro_des .imgs{
	margin: 40px 0;
}
.pro_des img{
	max-width: 100%;
                width:1200px;
}
.pro_des .con{
	border: 2px solid #0168b7;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding: 40px 40px;
}
.pro_des .con .pic{
	float: left;
	width: 50%;
}
.pro_des .con .text{
	float: left;
	width: 50%;
	padding-left: 25px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    color: #333333;
    line-height: 28px;
}
.pro_des.sf{
	/* background: #e9f0f5; */
}
.pro_des.sf .pro_det_title .tt{
	background: #fff;
}
.pro_des .tip{
	font-size: 16px;
	color: #666;
	font-family: "Roboto-Regular";
	margin-bottom: 40px;
}
.pro_table {
	overflow: auto;
	padding-top: 20px;
}
.pro_table table {
	width: 100%!important;
	border: none!important;
}
.pro_table table tr td {
	color: #666;
	font-size: 14px;
	padding: 5px 12px;
	border: 1px solid #cad1d8;
	text-align: center;
	min-width: 100px;
	background: #fff;
	font-family: "Roboto-Regular";
}
.pro_table table tr:first-child td{
	border-top: 2px solid #0168b7;
	font-family: "Roboto-Bold";
	color: #333;
	padding: 10px;
}
.pro_table_tt{
	font-size: 16px;
	color: #0168b7;
	margin-bottom: 5px;
	font-family: "Roboto-Bold";
}
.pro_des.ap dl{
	padding-top: 30px;
}
.pro_des.ap dd{
	text-align: center;
	color: #0167b9;
}
.pro_des.ap dd .icon{
	margin-bottom: 10px;
}
.pro_des.sp{
	padding: 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	position: relative;
}
.pro_des.sp .sp_pic{
	float: left;
	width: 729px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_des.sp .sp_pic img{
	float: right;
	display: block;
}
.pro_des.sp .sp_con{
	float: left;
	width: calc(100% - 729px);
	background: #0167b9;
	padding: 0 18% 0 90px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_des.sp .pro_det_title .tt{
	background: none;
	color: #fff;
}
.pro_des.sp .pro_det_title .tt:before{
	border-color: #1aa4eb;
}
.pro_des.sp .pro_det_title:before{
	display: none;
}
.pro_des.inquiry .title .tt{
	line-height: normal;
	font-size: 52px;
}
.ind_box1.rela_pro .pro_det_title .tt{
	background: #e9f0f5;
}
.pro_wrap_det_scroll{
	width: 500px!important;
	margin: auto;
	display: none!important;
}
.pro_wrap_det_scroll .owl-wrapper-outer{
	border: 1px solid #eee;
}
.sub_scroll .owl-controls{
	position: absolute;
	width: 100%;
	bottom: 5px;
}
.sub_scroll.owl-theme .owl-dots .owl-dot.active span, 
.sub_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #0168b7;
}
.ind_box1.quality{
	padding: 70px 0;
}
.ind_box1.quality .ind_l{
	width: 50%;
	float: left;
}
.ind_box1.quality .ind_l .tt{
	font-size: 48px;
	font-family: "Roboto-Bold";
	margin-bottom: 25px;
}
.quality .text{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.ind_box1.quality .ind_r{
	width: 50%;
	float: left;
	padding-left: 50px;
}
.ind_box1.quality .ind_r .pic{
	position: relative;
}
.ind_box1.quality .ind_r .pic img{
	max-width: 100%;
}
.ind_box1.quality .ind_r .con{
	position: absolute;
	width: 80%;
	padding: 30px 40px;
	background: #0168b7;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}
.ind_box2.quality{
	background: url(../images/qua_img2.jpg)no-repeat center center;
	background-size: cover;
	padding: 50px 0;
} 
.ind_box2.quality .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}  
.ind_box2.quality .ind_l{
	float: left;
	width: 540px;
	text-align: center;
}
.ind_box2.quality .ind_l img{
	max-width: 100%;
}
.ind_box2.quality .ind_r{
	float: left;
	width: calc(100% - 540px);
	padding-right: 50px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box2.quality .ind_r .tt{
	font-size: 24px;
	margin-bottom: 40px;
}
.ind_box3.quality{
	background: #0168b7;
	color: #fff;
	padding: 70px 0;
}
.ind_box3.quality .text{
	color: #fff;
}
.ind_box3.quality .ind_l,.ind_box4.quality .ind_l{
	width: 50%;
	float: left;
}
.ind_box3.quality .ind_l .tt{
	font-size: 48px;
	margin-bottom: 30px;
	font-family: "Roboto-Bold";
}
.ind_box3.quality .ind_r,.ind_box4.quality .ind_r{
	width: 50%;
	float: left;
	padding-left: 45px;
}
.ind_box3.quality .ind_r .text{
	line-height: 24px;
}
.ind_box4.quality{
	background: url(../images/qua_img4.jpg)no-repeat center center;
	background-attachment: fixed;
	padding: 125px 0;
}
.ind_box4.quality .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.about_quality_scroll1{

}
.about_quality_scroll1.owl-theme .owl-dots .owl-dot.active span, 
.about_quality_scroll1.owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}




/* .ind_box4.quality .ind_l img{
	margin-right: 10px;
	width: 180px;
} */
.ind_box4.quality .ind_r {
	color: #fff;
	font-size: 36px;
	font-family: "Roboto-Regular";
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.qua_local .location_l .text a:after{
	display: none;
}
.qua_local {
	background: #f7f7f7;
}
.qua_local .location_l .text a{
	display: inline;
	float: none;
	padding: 0 5px;
}
.qua_local .location .iconfont{
	margin-right: 10px;
}
.ind_box1.service{
	padding: 65px 0;
}
.ind_box1.service .ind_l{
	width: 50%;
	float: left;
	font-size: 14px;
	color: #666;
}
.ind_box1.service .ind_l .tt{
	font-size: 48px;
	font-family: "Roboto-Bold";
	position: relative;
	padding: 20px 0 0 30px;
	line-height: initial;
}
.ind_box1.service .ind_l .tt:before{
	content: "";
	width: 80px;
	height: 80px;
	background: #0168b7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.ind_box1.service .ind_l .tt span{
	position: relative;
	z-index: 2;
	color: #444;
}
.ind_box1.service .ind_l .tt label{
	color: #fff;
}
.ind_box1.service .ind_l .text{
	padding: 30px 20px;
	line-height: 26px;
}
.ind_box1.service .ind_l .con{
	padding: 0px 20px;
	font-size: 18px;
	color: #888888;
	font-family: "Roboto-Bold";
	margin-top: 15px;
}
.ind_box1.service .ind_l .con .tips{
	font-size: 20px;
	font-family: "Roboto-Regular";
	font-style: italic;
	color: #0168b7;
	margin-top: 5px;
}
.ind_box1.service .ind_r{
	width: 50%;
	float: left;
	padding: 0px 0 0 95px;
}
.progress_item {
	margin-bottom: 15px;
}
.progress_item .tt{
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
}
.process_name{
	float: left;
}
.progress_item .tt .nums{
	float: right;
}
.progress_item .con{
	width: 100%;
	height: 15px;
	background: #e9f0f5;
	overflow: hidden;
}
.progress_line{
	width: 100%;
	height: 100%;
	background: #128be1;
}
.progress_item:nth-child(2)  .progress_line{
	background: #046ab3;
}
.progress_item:nth-child(3)  .progress_line{
	background: #24bf81;
}
.progress_item:nth-child(4)  .progress_line{
	background: #24bfbb;
}
.progress_item:nth-child(5)  .progress_line{
	background: #128be1;
}
.ind_box2.service {
	background: #e9f0f5;
	padding: 60px 0;
}
.service_tt{
	font-size: 60px;
	margin-bottom: 30px;
	font-family: "Roboto-Bold";
}
.ind_box2.service .ind_t{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	margin-bottom: 40px;
}
.ind_box2.service .ind_t_l{
	background: #333333;
	float: left;
	width: 50%;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 70px 0;
    text-align: right;
}
.ind_box2.service .ind_t_l .tt{
	font-size: 38px;
	font-family: "Roboto-Bold";
	line-height: 45px;
	margin-bottom: 20px;
}
.ind_box2.service .ind_t_r{
	width: 50%;
	float: left;
}
.ind_box2.service .ind_t_r img{
	max-width: 100%;
	display: block;
}
.ind_box2.service .ind_b{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box2.service .ind_b .item{
	float: left;
	width: calc((100% - 40px) / 2);
	background: #fff;
	margin-right: 40px;
	padding: 40px 45px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
}
.ind_box2.service .ind_b .item:nth-child(2n){
	margin-right: 0;
}
.ind_box2.service .ind_b .item .tt{
	font-size: 24px;
	color: #444;
	line-height: normal;
	position: relative;
	padding-left: 22px;
	font-family: "Roboto-Bold";
	margin-bottom: 15px;
}
.ind_box2.service .ind_b .item .tt:before{
	content: "";
	position: absolute;
	width: 11px;
	height: 17px;
	background: url(../images/icon13.png)no-repeat center center;
	background-size: cover;
	top: 5px;
	left: 0;
}
.ind_box2.service .ind_b .item .text{
	padding: 0 22px;
}
.ind_box3.service{
	background: #0168b7;
	padding: 65px 0;
}
.ind_box3.service .wrapper{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box3.service .pic{
	width: 50%;
	float: left;
	padding-right: 50px;
}
.ind_box3.service .pic img{
	max-width: 100%;
}
.ind_box3.service .con{
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.ind_box3.service .con .tt{
	font-size: 48px;
	line-height: 50px;
	margin-bottom: 40px;
	font-family: "Roboto-Bold";
}
.ind_box4.service{
	padding: 70px 0 90px;
}


.service_faq_title{
	color: #333;
	text-align: center;
	margin-bottom: 30px;
}
.service_faq_title .tt{
	font-size: 52px;
	font-family: "OPEN SANS BOLD";
	margin-bottom:16px;
}
.service_faq_title .line{
	width: 50px;
	height: 3px;
	background: #0168b7;
	margin: 0 auto;
}

.service_faq_list dd{
	border: 1px solid #dcdcdc;
	padding: 15px 30px;
	margin-bottom: 15px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.service_faq_list_tt{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	font-size:20px;
	cursor: pointer;
}
.service_faq_list_tt .icon{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
	color: #2f3b51;
	transform: rotateZ(90deg); 
	-webkit-transform: rotateZ(90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_faq_list_tt .tt{
	font-size: 14px;
	color: #333;
	width: calc(100% - 24px);
	font-family: "Roboto-Regular";
	padding-left: 11px;
}
.service_faq_list_text{
	display: none;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 10px 0 10px 35px;
}
.service_faq_list dd.hover .service_faq_list_tt .icon{
	transform: rotateZ(-90deg); 
	-webkit-transform: rotateZ(-90deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_faq_list dd.hover .service_faq_list_tt .tt{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}


.service_faq_list dd .num{
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	background: #0068b7;
	font-family: "Roboto-Bold";
	border-radius: 50%;
}
.service_faq_list dd .text{
	width: calc(100% - 36px);
	padding-left: 20px;
	font-size:16px;
	line-height: 26px;
	color: #666;
}





/* 
contact_box1
*/
.contact_title{
	margin-bottom: 40px;
	text-align: center;
}
.contact_title .tt{
	font-size: 48px;
	color: #202020;
}
.contact_title .line{
	width: 60px;
	height: 3px;
	background: #0168b7;
	margin: 20px auto;
}
.contact_title .text{
	font-size: 16px;
	color: #888;
}

.contact_box1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.contact_box1_l{
	width: 50%;
	padding-right: 6%;
}
.contact_form_list dd{
}
.contact_form_list dd:last-child{
	padding-top: 25px;
	overflow: hidden;
}
.contact_form_title{
	font-size: 14px;
	color: #333;
	line-height: 36px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding-left: 8px;
}
.contact_form_title .icon{
	color: #ed1c24;
	margin-right: 5px;
}
.contact_form_input,.contact_form_area{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding-left: 15px;
	background: #fcfcfc;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
}
.contact_form_area{
	display: block;
	width: 100%;
	height: 130px;
	line-height: 20px;
	padding: 10px 15px 0 15px;
	background: #fcfcfc;
	border-radius: 5px;
	resize: none;
}
.contact_form_btn{
	display: block;
	width: 150px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	background: #0168b7;
	border: none;
	cursor:pointer; 
}
.contact_form_btn:hover{
	opacity: 0.9;
}

.contact_box1_r{
	width: 50%;
}
.contact_box1_r img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.contact_box1_r_tt{
	margin-bottom: 25px;
}
.contact_box1_r_tt .tt{
	font-size: 20px;
	color:#333;
	line-height: 50px;
}
.contact_box1_r_tt .line_box{
	width: 100%;
	height: 1px;
	background: #d8d8d8;
	position: relative;
}
.contact_box1_r_tt .line_box .line{
	position:absolute;
	left: 0;
	top: -1px;
	width: 60px;
	height: 3px;
	background: #0168b7;
}


.contact_box1_r_clm1{
	margin-bottom: 30px;
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}

.contact_box1_r_clm1_l{
	width: 40%;
}
.contact_box1_r_clm1_l .tt{
	font-size: 18px;
	color: #0168b7;
	font-family: "OPEN SANS BOLD";
	margin-bottom: 8px;
}
.contact_box1_r_clm1_l .text{
	font-size: 15px;
	color: #666;
}

.contact_box1_r_clm1_r{
	width: 58%;
}



.pro_det_b_box1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.main_l{
	width: 260px;
}
.main_l_tt{
	line-height: 65px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	background: #0167b9;
}
.main_l_list a{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	padding:15px 20px 15px 30px;
	border: 1px solid #e1e9ee;
	border-bottom: 0;
}
.main_l_list a:last-child{
	border-bottom: 1px solid #e1e9ee;
}
.main_l_list a .tt{
	width: calc(100% - 30px);
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding-right: 15px;
}
.main_l_list a .icon{
	width: 30px;
	height: 30px;
	background: url(../images/pro_icon1.png) no-repeat center center;
}
.main_l_list a:hover .tt{
	color: #0167b9;
}
.main_r{
	width: calc(100% - 260px);
	padding-left: 20px;
}



.news_list_bars{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	margin-bottom: 48px;
}
.news_list_bars .item1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	justify-content:center;
	-ms-justify-content:center;
	-webkit-justify-content:center;
	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
	position: relative;
	width: 300px;
	height: 60px;
	text-align: center;
	
	color: #333;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #0167b9;
	margin-left: -1px;
}
.news_list_bars .item1::after{
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	width:0;
	height: 0;
	width: 0;
    height: 0;
    border-style: solid;
    border-top-width:6px;
    border-bottom-width:0;
    border-left-width:8px;
    border-right-width:8px;
    border-color: #0167b9 transparent transparent transparent;
}

.news_list_bars .item1.hover{
	color: #fff;
	background: #0167b9;
}
.news_list_bars .item1.hover::after{
	display: block;
}



.ind_news_scroll.owl-theme .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	background: #c2cacf;
}
.ind_news_scroll.owl-theme .owl-dots .owl-dot.active span,
.ind_news_scroll.owl-theme .owl-dots .owl-dot:hover span{
 	background: #0167b9;
 }
.ind_news_scroll.owl-controls{
	margin-top: 30px;
}




.banners.owl-theme .owl-controls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	bottom: 10px;
	z-index: 2;
}
.banners.owl-theme .owl-dots .owl-dot span{
    width: 10px;
    height: 10px;
    border-radius: 8px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banners.owl-theme .owl-dots .owl-dot.active span, 
.banners.owl-theme .owl-dots .owl-dot:hover span{
	width: 20px;
	background: #0168b7;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}








.phone_whatsapp_box {
    display: none;
    width: 40px;
    position: fixed;
    z-index: 10;
    bottom: 60px;
    left: 10px;
    background: #e9f0f5;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.phone_whatsapp_box a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.phone_whatsapp_box a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.ind_box4_con img{
    max-width: 100%;
}

.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 111;
	width:100%;
	text-align:center;
	background: #494949;
	box-shadow: 0 0 10px rgba(115,115,115,.3);
}
.mobile_footer_btn a{
	float: left;
	width: 20%;
	height: 50px;
	color: #fff;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items:center;
	-webkit-align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
}
.mobile_footer_btn a .tt{
	font-size: 14px;
}













