html,body{
	font-family: "Open Sans";
	background: #fff;
}
/*html{
	scroll-behavior:smooth;
}*/
select,input,textarea,button{
	font-family: "Open Sans";
}
.wrapper{
	/*overflow: hidden;*/
}
*{
    -webkit-tap-highlight-color: transparent;
 }
.bgf7{
	background: #f7f7f7;
}

/*
 * float
 */
.float_box{
	position: fixed;
	right:10px;
	bottom: 20%;
	z-index: 2;
	width: 82px;
}

.float_box .item{
	height: 76px;
	color: #fff;
	background: #119824;
	text-align: center;
	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;
	margin-bottom: 1px;
	cursor: pointer;
}
.float_box .item .icon{
	font-size: 32px;
}

.float_box .item.back_top{
	height:34px;
	margin-top: 6px;
	display: none;
	padding-top: 2px;
}

.float_box .item.back_top .icon{
	font-size: 26px;
	color: #fff;
}

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 9999;
}
.header_box{
	position: relative;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	background: #fff;
}

.logo{
	width: 321px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.logo .table{
	height: 130px;
}
.logo a{
	width: 100%;
}
.logo a img{
	display: block;
	height: auto;
	float: left;
	margin-top: 10px;
}
.head_r{
	float: left;
	width: calc(100% - 321px);
}
.head_r_t{
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-top: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.head_r_t i{
	float: left;
	font-size: 18px;
	color: #32c446;
	margin-right: 5px;
}
.head_r_t a{
	float: left;
	color: #666;
}
.h_t_phone{
	margin-left: 20px;
}
.head_r_t .h_t_phone i{
	font-size: 20px;
}
.head_r_b{
	margin-top: 24px;
}



.language{
	position: relative;
	margin-top: -2px;
}
.language .lang_t{
	width: 35px;
	text-align: right;
	cursor: pointer;
	position: relative;
}
.language .lang_t i{
	font-size: 26px;
}
.language .lang_b{
	position: absolute;
	top: 35px;
	right: 0;
	width: 60px;
	background: #fff;
	padding: 10px;
	z-index: 99999;
	display: none;
	box-shadow: 0px 0px 8px rgba(155,155,155,.4);
}
.language .lang_b a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	text-align: center;
}
.language .lang_b a:hover{
	background: #3c7cc4;
	color: #fff;
}
.head_search{
	margin-right: 6px;
	width: 44px;
	text-align: center;
	
}
.head_search .icon_box{
	cursor: pointer;
	
}
.head_search i{
	font-size: 24px;
	
}
.search_box{
	z-index: 9;
	display: none;
	position: absolute;
	border: 1px solid #DCDCDC;
	left: 0px;
	top: 130px;
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,.95);
	z-index: 9999;
	box-shadow: 0px 10px 15px rgba(155,155,155,.5);
}
.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: 0px;
	margin-top: 5px;
}
.search_inp{
	float: left;
	width: calc(100% - 30px);
	height: 60px;
	color: #444;
	font-size: 20px;
	border: none;
	background: none;
	padding-left: 15px;
}
.search_inp::-webkit-input-placeholder{
	color: #fff;
}

.search_btn_box{
	position: relative;
	width: 35px;
	height: 35px;
	float: right;
	background: #3c7cc4;
}
.search_btn{
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
	width: 35px;
	height: 35px;
	border: none;
	background: none;
	cursor: pointer;
}
.search_icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.header_box .wrapper{
	overflow: inherit;
}
.menu{
	width: calc(100% - 185px);
	padding-left: 85px;
	float: left;
	font-family: "Open Sans Bold";
}
.menu_dl dd{
	float: left;
	position: relative;
	padding: 0px 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_dl dd:last-child{
	padding-right: 0;
}

.menu_tt a{
	display: block;
	width: 100%;
	color: #202020;
	font-size: 16px;
	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.menu_tt a span{
	position: relative;
}
.menu_tt a span:before{
	content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #3c7cc4;
    position: absolute;
    bottom: -5px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu_tt a span:after{
	content: "";
    display: block;
    height: 7px;
    width: 14px;
    position: absolute;
    bottom: -12px;
    z-index: 1;
    left: 50%;
    margin-left: -7px;
    background: url(../images/icon14.png)no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.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{
	color: #3c7cc4;
}
.menu_dl dd.hover .menu_tt a span:after,.menu_dl dd.hover .menu_tt a span:before{
	opacity: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.menu_second_box{
	clear: both;
	display: none;
	position: absolute;
	left: -260px;
	top: 66px;
	z-index: 999999;
	width: 800px;
	background:rgba(255,255,255,.99);
	box-shadow: 0px 5px 10px rgba(155,155,155,.5);
	border: 1px solid #f5f5f5;
	border-top: none;
	padding: 0px;
	
	font-family: "Open Sans";
	
}
.menu_second_box_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	min-height: 440px;
}
.menu_second_l{
	float: left;
	width: 330px;
	background: #efefef;
	padding: 40px 0 40px 20px;
}
.menu_second_r{
	float: left;
	width: calc(100% - 330px);
	background: #fff;
	padding: 40px;
}
.menu_second_r_item{
	display: none;
	position: absolute;
	right: -419px;
	top: 0px;
	width: 420px;
	padding-left: 40px;
}
.menu_two:first-child .menu_second_r_item{
	display: block;
}
.menu_two:nth-child(2) .menu_second_r_item{
	top: -36px;
}
.menu_two:nth-child(3) .menu_second_r_item{
	top: -72px;
}
.menu_two:nth-child(4) .menu_second_r_item{
	top: -108px;
}
.menu_two:nth-child(5) .menu_second_r_item{
	top: -144px;
}
.menu_two:nth-child(6) .menu_second_r_item{
	top: -180px;
}
.menu_two:nth-child(7) .menu_second_r_item{
	top: -216px;
}
.menu_two:nth-child(8) .menu_second_r_item{
	top: -252px;
}
.menu_two:nth-child(9) .menu_second_r_item{
	top: -288px;
}
.menu_two:nth-child(10) .menu_second_r_item{
	top: -324px;
}

.menu_two:nth-child(11) .menu_second_r_item {
    top: -360px;
}


.menu_second_r_item .pic{
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.menu_second_r_item .pic .tt{
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: rgba(0,0,0,.6);
	padding-left: 15px;
	color: #fff;
	left: 0;
	bottom: 0;
	font-size: 14px;
	font-weight: bold;
}
.menu_second_r_item .con{
	font-size: 14px;
	color: #444;
	line-height: 24px;
	margin-top: 10px;
}


.menu_two{
	clear: both;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/*border-bottom: 1px solid #ddd;*/
}
.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;
	border-bottom: 1px solid #fff;
}

.menu_second_box .menu_two:last-child{
	border-color: transparent;
}
.menu_two_tt .text{
	float: left;
	width: 100%;
	padding: 8px 10px;
}
.menu_two_tt i{
	/*font-size: 10px;*/
}
.menu_two.hover .menu_two_tt a{
	background: #3c7cc4;
	color: #fff;
}
.mobile_head{
	display: none;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999999;
}
.menu_btn{
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top:8px;
	padding: 9px 13px;
	cursor: pointer;
}
.menu_btn span{
	display: block;
	height: 4px;
	width: 34px;
	background: #1e78bc;
	border-radius: 4px;
	margin: 0 0 7px 0;
}
.mobile_head .head_b{
	height: 80px;
	border-bottom: 1px solid #eee;
}
.mobile_head .head_b .wrapper{
	position: relative;
	overflow: initial;
}
.mobile_head .logo {
	width: 195px;
}
.mobile_head .logo .table{
	height: 80px;
}
.mobile_head .logo a img{
	margin-top: 0;
}
.mobile_head .menu_btn {
	display: block;
	right: 0px;
	top: 18px;
}

.mobile_head .search_box_wrap {
	padding: 0 20px;
}


.mobile_head .menu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 999;
	padding: 10px;
	margin: 0;
	max-height: 400px;
	background: #f8f8f8;
	border-top: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	box-shadow: 0 5px 5px rgba(155,155,155,.2);
	overflow-y: auto;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.mobile_head .menu_dl dd {
	width: 100%;
	color: #fff;
	height: auto;
	position: static;
	padding: 0px;
}

.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 dd:last-child .menu_tt{
	border: none;
}
.mobile_head .menu_tt:before {
	display: none;
}

.mobile_head .menu_tt i {
	display: block;
}

.mobile_head .menu_tt a {
	float: left;
	height: 45px;
	line-height: 45px;
	width: 80%;
	padding: 0 0 0 20px;
	color: #333;
}
.mobile_head .menu_tt a:after{
	display: none;
}
.mobile_head dd.hover{
	background: #3c7cc4;
}
.mobile_head dd.hover .menu_tt a,.mobile_head dd.hover .menu_tt i{
	color: #fff;
}
.mobile_head .menu_second_box {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	border: none;
}

.mobile_head .head_search {
	position: absolute;
	right: 55px;
	top: 0px;
	background: none;
	height: 80px;
	line-height: 80px;
}

.mobile_head .head_search i {
	font-size: 28px;
	color: #1e78bc;
}
.mobile_head .language{
	position: absolute;
	right: 115px;
	top: 0px;
	background: none;
	height: 80px;
	line-height: 80px;
}
.mobile_head .language .lang_t{
	width: auto;
	height: 80px;
	line-height: 84px;
}
.mobile_head .language .lang_t i{
	font-size: 30px;
	color: #1e78bc;
}
.mobile_head .language .lang_b{
	top: 65px;
}
.mobile_head .search_box{
	top: 80px;
}
/*fix-nav*/

.fix_nav {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 55px;
	z-index: 999;
	background: #fff;
	border-top: 2px solid #1e78bc;
	background-size: auto 100%;
	box-sizing: border-box;
}

.fix_nav li {
	float: left;
	width: 25%;
	height: 65px;
}

.fix_nav li a {
	width: 100%;
	height: 65px;
	text-align: center;
	overflow: hidden;
}

.fix_nav li:last-child a {
	background: none;
}

.fix_nav li a .icon {
	display: block;
	color: #1e78bc;
	text-align: center;
	position: relative;
	
}

.fix_nav li a .icon i {
	font-size: 26px;
}
.fix_nav li a .icon i.icon-chat{
	font-size: 26px;
}
.fix_nav li a .icon i.icon-shouye {
	display: block;
	
}

.fix_nav li:nth-child(1) .icon {
	margin-top: 2px;
	margin-bottom: 3px;
}
.fix_nav li:nth-child(2) a .icon {
	margin-top: 5px;
	margin-bottom: 0px;
}
.fix_nav li:nth-child(2) a .text{
	margin-top: -1px;
}
.fix_nav li:nth-child(3) .icon i{
	font-size: 27px;
}
.fix_nav li:nth-child(3) a .icon{
	margin-top: 4px;
    margin-bottom: 0px;
}
.fix_nav li:nth-child(4) a .icon i{
	font-size: 28px;
}
.fix_nav li:nth-child(4) a .icon {
	margin-top: 0px;
	margin-bottom: 3px;
}


.fix_nav li a .text {
	color: #1e78bc;
	font-weight: bold;
	font-size: 12px;
}

.fix_nav li.active i {
	color: #1e78bc;
}

.fix_nav li.active .text {
	color: #1e78bc;
}
/*
 * banner
 */
.banner_box{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.banners .owl-controls,.ind_box2.index .owl-controls{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.banner_box .owl-theme .owl-dots .owl-dot span,.ind_box2.index .owl-theme .owl-dots .owl-dot span{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: rgba(255,255,255,.5);
	margin: 0 7px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_box .owl-theme .owl-dots .owl-dot span:before,
.ind_box2.index .owl-theme .owl-dots .owl-dot span:before{
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,1);
	top: -4px;
	left: -4px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.banner_box .owl-theme .owl-dots .owl-dot.active span,.banner_box .owl-theme .owl-dots .owl-dot:hover span,
.ind_box2.index .owl-theme .owl-dots .owl-dot.active span,.ind_box2.index .owl-theme .owl-dots .owl-dot:hover span{
	background: rgba(255,255,255,1);
}
.banner_box .owl-theme .owl-dots .owl-dot.active span:before,
.banner_box .owl-theme .owl-dots .owl-dot:hover span:before,
.ind_box2.index .owl-theme .owl-dots .owl-dot.active span:before,
.ind_box2.index .owl-theme .owl-dots .owl-dot:hover span:before{
	opacity: 1;
}

/*
	more_btn 	
*/
.more_btn1{
	display: block;
	width: 145px;
	height: 43px;
	color: #fff;
	font-size: 14px;
	line-height: 43px;
	text-align: center;
	border: 2px solid #f0f0f0;
	color: #333;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_btn1 i,.more_btn2 i{
	font-size: 12px;
}
.more_btn1:hover{
	color: #3c7cc4;
	border-color: #3c7cc4;
}
.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**/
.page{
	padding: 30px 0 10px;
	text-align: center;
	
}
.page a{
	display: inline-block;
    padding: 0 17px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    margin: 0px 5px;
    font-size: 16px;
    color: #222;
    background: #fff;
    margin-bottom: 5px;
    border: 1px solid #DCDCDC;
}

.page a:hover ,.page a.hover{
	background: #3c7cc4;
	color: #fff;
	
}


/***footer***/

.footer{
	background: url(../images/ind_img14.jpg)no-repeat center center;
	background-size: cover;
	position: relative;
}
.footer_m .wrapper{
	overflow: hidden;
	padding: 70px 0;
	position: relative;
}
.foot_logo{
	float: left;
	width: 280px;
	color: #d5d5d5;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
.foot_logo img{
	max-width: 100%;
}
.follow_us{
	margin-top: 30px;
}
.follow_us .con{
	display: inline-block;
	margin-top: 10px;
}
.follow_us a{
	color: #b6b6b6;
	float: left;
	font-size: 26px;
	margin: 0 10px;
	line-height: 40px;
}
.follow_us a:nth-child(2){
	font-size: 28px;
	margin-top: 3px;
}
.follow_us a:last-child{
	font-size: 24px;
}
.follow_us a:hover{
	color: #fff;
}
.footer_m_r{
	float: left;
	width: calc(100% - 280px);
}
.footer_m .item:first-child{
	width: 270px;
	margin-left: 85px;
}
.footer_m .item:nth-child(2){
	width: 310px;
	
}
.footer_m .item:last-child{
	position: absolute;
	top: 30px;
	right: 0;
	margin-right: 0;
	height: calc(100% - 30px);
	width: 363px;
	background: #1e78bc;
	background-size: cover;
	padding: 40px 25px 0;
}
.footer_m .item:last-child:before{
	content: "";
	position: absolute;
	width: 375px;
	height: 30px;
	background: url(../images/foot_icon.png)no-repeat center center;
	background-size: cover;
	top: -30px;
	right: 0;
}
.foot_title{
	font-family: "Open Sans Bold";
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}
.footer_m .item:last-child .foot_title{
	margin-bottom: 15px;
}
.footer_m .foot_wrap{
	font-family: "OpenSans-Light";
}
.footer_m .foot_wrap a{
	display: block;
	color: #bbbbbb;
	font-size: 16px;
	margin-bottom: 12px;
}
.footer_m .item:nth-child(2) .foot_wrap a{
	width: calc(100% - 26px);
	float: left;	
	padding-left: 10px;
	margin-bottom: 25px;
}
.footer_m .item:nth-child(2) .foot_wrap i{
	width:26px;
	font-size: 26px;
	color: #bbbbbb;
	float: left;
	text-align: center;
}
.footer_m .item:nth-child(2) .foot_wrap i.icon-bangdingyouxiang{
	font-size: 22px;
}
.footer_m .item:nth-child(2) .foot_wrap label{
	display: block;
	width: 100%;
}
.footer_m .foot_wrap a:hover{
	color: #fff;
	transform: translateX(3px);
}
.footer_m .item:nth-child(2) .foot_wrap a i{
	font-size: 18px;
	width: 30px;
	text-align: center;
	margin-top: 1px;
	color: #e2e2e2;
}
.footer_m .item:nth-child(2) .foot_wrap a i.icon-dizhi{
	margin-top: 3px;
}
.footer_m .item:nth-child(2) .foot_wrap a i.icon-ordinarymobile{
	font-size: 24px;
	
}
.footer_m .foot_wrap a span{
	float: left;
	line-height: 22px;
	width: calc(100% - 15px);
}


.foot_inquiry .faq_list dd,.foot_inquiry .faq_list dd:nth-child(1), .foot_inquiry .faq_list dd:nth-child(3), .foot_inquiry .faq_list dd:nth-child(5){
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	border: 1px solid #61a3d6;
	height: 40px;
	border-radius: 4px;
}
.foot_inquiry .faq_list dd i{
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.foot_inquiry .faq_list dd:nth-child(2) i{
	font-size: 26px;
}
.foot_inquiry .faq_list dd:nth-child(3) i{
	font-size: 30px;
}
.foot_inquiry .faq_inp, .foot_inquiry .faq_area{
	background: none;
	border: none;
	color: #fff;
	width: calc(100% - 40px);
	float: left;
	height: 40px;
	border-radius: 2px;
	padding-left: 3px;
}
.foot_inquiry .faq_inp::-webkit-input-placeholder, .foot_inquiry .faq_area::-webkit-input-placeholder{
	color: #c3ddf0;

}

.foot_inquiry .faq_list dd:last-child{
	height: 85px;
}
.foot_inquiry .faq_area{
	height: 85px;
	padding-top: 8px;
}
.foot_inquiry .faq_list{
	min-height: auto;
	padding: 0;
}

.foot_inquiry .faq_btn{
	width: 100%;
	background: #47a2e6;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	margin-left: 0;
}
.footer_b{
	background: #181818;
	color: #888;
	font-size: 14px;
	

}
.footer_b .wrapper{
	padding: 15px 0;
	
}

.footer_b .wrapper a{
	color: #888;
}
.footer_b .wrapper a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer_b_r{
	margin-left: 50px;
	color: #999;
	text-align: right;
}

.title{
	margin-bottom: 45px;
}
.title .tt{
	font-size: 42px;
	color: #333333;
	font-family: "Open Sans Bold";
}
.title .text{
	font-size: 14px;
	color: #888;
}
.title .line{
	width: 95px;
	height: 2px;
	background: #3c7cc4;
	margin: 25px auto;
}
.more{
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;
	border: 1px solid #fff;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more i{
	font-size: 14px;
}
.more:hover{
	background: #222;
	color: #fff;
}
/*
 * ind_box1
 */
.ind_box1.index .ind_t{
	background: url(../images/ind_img2.jpg)no-repeat center center;
	background-size: cover;
	
}
.ind_box1.index .ind_t .wrapper{
	padding: 50px 0;
}
.ind_box1.index .ind_t dd{
	width: 25%;
	float: left;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_t .icon{
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #1e78bc;
	display: inline-block;
}
.ind_box1.index .ind_t .icon i{
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../images/icon1.png)no-repeat center center
}
.ind_box1.index .ind_t dl{
	padding: 0 50px;
}
.ind_box1.index .ind_t dd:nth-child(2) .icon i{
	background-image: url(../images/icon2.png);
}
.ind_box1.index .ind_t dd:nth-child(3) .icon i{
	background-image: url(../images/icon3.png);
}
.ind_box1.index .ind_t dd:nth-child(4) .icon i{
	background-image: url(../images/icon4.png);
}
.ind_box1.index .ind_t dd .tt{
	font-size: 16px;
	margin-top: 20px;
	color: #444444;
	font-weight: bold;
}
.ind_box1.index .ind_t dd:hover{
	transform: translateY(-10px);
}
.ind_box1.index .ind_b{
	padding: 50px 0 45px;
}

.ind_box1.index .ind_b .item{
	border: 1px solid #e3e3e3;
	padding: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_b .con{
	padding: 22px 22px 35px;
}
.ind_box1.index .ind_b .con .tt{
	font-size: 14px;
	font-family: "Open Sans Bold";
	height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_b .con .line{
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin: 18px 0 15px;
	
}
.ind_box1.index .ind_b .con .text{
	font-size: 14px;
	color: #666;
	height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_b .item:hover{
	background: #1e78bc;
}
.ind_box1.index .ind_b .item:hover .tt,.ind_box1.index .ind_b .item:hover .text{
	color: #fff;
}
.ind_box1.index .ind_b .ind_wrap{
	position: relative;
	padding: 0 20px;
}
.ind_box1.index .ind_b .btn{
	width: 40px;
	height: 40px;
	border: 2px solid #1e78bc;
	text-align: center;
	line-height: 36px;
	color: #1e78bc;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: -40px;
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.index .ind_b .next_btn{
	left: auto;
	right: -40px;
}
.ind_box1.index .ind_b .prev_btn i{
	display: inline-block;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.ind_box1.index .ind_b .btn:hover{
	background: #1e78bc;
	color: #fff;
}
.ind_box2.index{
	width: 100%;
	height: auto;
	background: url(../images/ind_img7.jpg)no-repeat center bottom;
	/*background-size: cover;*/
	padding: 90px 0 50px;
}
.ind_box2.index .wrapper{}
.ind_box2.index .item{
	position: relative;
	padding: 20px;
}
.ind_box2.index .item a{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box2.index .item .item_l{
	width: 50%;
	float: left;
	position: relative;
}
.ind_box2.index .item .item_r{
	width: 50%;
	float: left;
	/*padding: 55px 0 0 50px;*/
}
.ind_box2.index .item .pic{
	position: static;
	/*width: 760px;*/
	padding: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	top: 0;
	/*left: 45px;*/
}

.ind_box2.index .item .item_r {
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    background: #4d9dda;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.ind_box2.index .item .con{
	padding: 0 40px 0 80px;
	color: #fff;
	height: auto;
	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 .item .con .tt{
	font-size: 24px;
	font-family: "Open Sans Bold";
	height: 66px;
}
.ind_box2.index .item .con .line{
	width: 85px;
	height: 1px;
	background: #fff;
	margin: 20px 0;
}
.ind_box2.index .item .con .text{
	font-size: 14px;
	line-height: 26px;
	height: 104px;
}
.ind_box2.index .item .con .view_more{
	width: 180px;
	height: 46px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 40px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.index .item .con .view_more:hover{
	background: #fff;
	color: #1e78bc;
}
.ind_box2.index .owl-controls{
	bottom: -25px;
}
.ind_box3.index{
	 background: url(../images/ind_img9.jpg)no-repeat center center;
	 background-size: cover;
	 padding: 110px 0 40px;
}
.ind_box3.index .ind_l{
	width: 52%;
	float: left;
}
.ind_box3.index .ind_l .tt{
	font-size: 42px;
	font-family: "Open Sans Bold";
	margin-bottom: 5px;
}
.ind_box3.index .ind_l .text{
	font-size: 36px;
}
.ind_box3.index .ind_l .con{
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.ind_box3.index .ind_l a{
	display: block;
	width: 210px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #2a78b5;
	font-size: 16px;
	border-radius: 4px;
	margin-top: 35px;
}
.ind_box3.index .ind_l a:hover{
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
}
.ind_box3.index .ind_r{
	width: 48%;
	float: left;
	text-align: right;
	padding-left: 20px;
}
.ind_box3.index .ind_r img{
	max-width: 100%;
}
.ind_box4.index {
	padding: 40px 0 0;
}
.ind_box4.index .title{
	margin-bottom: 30px;
}
.ind_box4.index .ind_wrap{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box4.index .ind_t_l{
	width: 578px;
	float: left;
	
	overflow: hidden;
}
.ind_box4.index .ind_t_l a{
	display: block;
	position: relative;
}
.ind_box4.index .ind_t_l a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 40%;
	bottom:0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	background: rgba(40,40,40,.7);
    background: -moz-linear-gradient(top,  rgba(40,40,40,.0) 0%, rgba(40,40,40,.95) 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,40,40,.0)), color-stop(90%,rgba(40,40,40,.95)));
    background: -webkit-linear-gradient(top,  rgba(40,40,40,.0) 0%,rgba(40,40,40,.95) 90%);
    background: -o-linear-gradient(top,  rgba(40,40,40,.0) 0%,rgba(40,40,40,.95) 90%);
    background: -ms-linear-gradient(top,  rgba(40,40,40,.0) 0%,rgba(40,40,40,.95) 90%);
    background: linear-gradient(to bottom,  rgba(40,40,40,.0) 0%,rgba(40,40,40,.95) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(40,40,40,.0)', endColorstr='rgba(40,40,40,.95)',GradientType=0 );
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
:root .gradient{filter:none;}
.ind_box4.index .ind_t_l .con{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 30px;
	color: #fff;
	font-size: 14px;
	z-index: 2;
	cursor: pointer;
}
.ind_box4.index .ind_t_l .tt{
	font-size: 18px;
	font-family: "Open Sans Bold";
	margin-top: 5px;
	height: 24px;
}
.ind_box4.index .ind_t_l:hover a:before{
	bottom: -50%;
	/*opacity: 0;*/
}
.ind_box4.index .ind_t_l:hover img{
	transform: scale(1.06);
}
.ind_box4.index .ind_t_r{
	width: calc(100% - 578px);
	float: left;
	padding-left: 60px;
}
.ind_box4.index .ind_t_r .item{
	border: 1px solid #e5e5e5;
	height: calc(50% - 8px);
	padding: 12px 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box4.index .ind_t_r .item:first-child{
	margin-bottom: 16px;
}
.ind_box4.index .ind_t_r .item .pic{
	float: left;
	width: 230px;
}
.ind_box4.index .ind_t_r .item .con{
	float: left;
	width: calc(100% - 230px);
	padding: 15px 0 0 40px;
}
.ind_box4.index .ind_t_r .date{
	font-size: 14px;
	margin-bottom: 5px;
}
.ind_box4.index .ind_t_r .tt{
	font-size: 18px;
	font-family: "Open Sans Bold";
	height: 24px;
	margin-bottom: 10px;
}
.ind_box4.index .ind_t_r .text{
	font-size: 14px;
	color: #888;
	height: 52px;
	line-height: 26px;
}
.ind_box4.index .ind_t_r .item:hover{
	border-color: #1e78bc;
}
.ind_box4.index .ind_b{
	margin-top: 128px;
}
.ind_box4.index .ind_b img{
	display: block;
	max-width: 100%;
}
.chat_now{
	height: 80px;
}
.chat_now_wrap{
	background: #1e78bc;
	padding: 20px 0;	
}
.chat_now .text{
	font-size: 18px;
	color: #fff;
	line-height: 40px;
}
.chat_now a{
	display: inline-block;
	width: 160px;
	height: 40px;
	background: #c6e3f8;
	text-align: center;
	line-height: 40px;
	color: #1e78bc;
	font-size: 16px;
	float: right;
	border-radius: 4px;
}
.chat_now a:hover{
	background: #fff;
}
.chat_now_wrap.fixed{
	position: fixed;
	bottom: 0;
	left: 0;;
	width: 100%;
	z-index: 99999;
	box-shadow: 0 0px 5px rgba(0,0,0,.4);
}
/*
 *sub_banner 
 */
.sub_banner{
	height: 356px;
	background-size: auto 100%!important;
	position: relative;
}
.sub_banner .wrapper{
	height: 100%;
}
.sub_tt{
	height: 100%;
	font-size: 60px;
	color: #fff;
	font-family: "AvantGardeMdITCTTBold";
	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: 10%;
}
.sub_banner.tc .sub_tt{
	width: 100%;
	padding-left: 0;
	text-align: center;
	font-size: 72px;
}
/*
 * location
 */
/*
 * location
 */
.location_wrap{
	background: #f5f5f5;
	border-bottom: 1px solid #eee;
	color: #333;
}
.location_wrap .wrapper{
	overflow: initial;
}
.location{
	height: 60px;
	line-height: 60px;
	color: #333;
	font-size: 14px;
	position: relative;
}

.location_l .text{
	display: inline-block;	
}
.location_l .text span:first-child{
	color: #3db24e;
	font-size: 26px;
	margin-right: 8px;
	float: left;
}
.location_l .text span:nth-child(2){
	float: none;
}
.location_l .text a{
	color: #333;
	font-size: 14px;
	margin: 0 3px;
}
.location_l .text a:hover{
	color: #1e78bc;
}
/**/
.content_wrap{
	padding: 32px 0;
}
.content_main{
	width: calc(100% - 310px);
	float: left;
	padding-right: 60px;
}
.content_slide{
	width: 310px;
	float: left;
}
.content_slide .slide_item{
	background: #edf2f5;
	padding: 20px 0;
	margin-bottom: 12px;
}
.content_slide .slide_item .slide_tt{
	font-size: 24px;
	color: #444444;
	font-family: "Open Sans Bold";
	padding: 0 16px;
}
.content_slide .slide_item .slide_tt span{
	display: block;padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	padding-left: 5px;
}
.content_slide .slide_item .slide_con{
	margin-top: 28px;
	padding: 0 16px;
}
.slide_scroll .item_tt {
	height: 34px;
	line-height: 34px;
	background: #fff;
}
.slide_scroll .item_tt .img{
	float: left;
	width: 53px;
}
.slide_scroll .item_tt .item_tt_span{
	float: left;
	font-size: 14px;
	width: calc(100% - 53px);
	padding-left: 20px;
}
.slide_scroll .text{
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
	padding: 0 10px;
}
.slide_scroll.owl-theme .owl-dots .owl-dot span{
	background: #929292;
}
.slide_scroll.owl-theme .owl-dots .owl-dot.active span, .slide_scroll.owl-theme .owl-dots .owl-dot:hover span{
	background: #1e78bc;
}
.content_slide .slide_item .slide_cons{
	margin-top: 10px;
}
.slide_item:nth-child(2){
	padding-bottom: 0;
}
.slide_item li{
	margin-bottom: 2px;
	font-size: 14px;
}
.slide_item .li_tt{
 	height: 38px;
 	line-height: 38px;
 	background: #dee5e9;
	padding: 0 16px;
}
.slide_item .li_tt i{
	float: left;
	display: block;
	width: 20px;
	font-size: 16px;
	color: #6a6a6a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;

}
.slide_item .li_tt a{
	float: left;
	width: calc(100% - 20px);
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slide_item .li_text{
	display: none;
	padding: 10px 16px 10px 36px;
}
.slide_item .li_text a{
	display: block;
	line-height: 24px;
	margin-bottom: 5px;
}
.slide_item .li_text a:last-child{
	margin-bottom: 0;
}
.slide_item .li_text label{
	float: left;
	width: 15px;
}
.slide_item .li_text span{
	float: left;
	width: calc(100% - 15px);
}
.slide_item li.active .li_tt i{
	transform: rotate(90deg) translateX(3px);
	-webkit-transform: rotate(90deg) translateX(3px);
}
.slide_item li:first-child .li_text{
	display: block;
}
.slide_item .li_text a:hover,.slide_item .li_text a.hover{
	color: #1e78bc;
	transform: translateX(3px);
	-webkit-transform: translateX(3px);
}
.ind_box1.contact .ind_t{
	padding: 15px 0 55px;
}
.ind_box1.contact .ind_t .tt{
	color: #444;
	font-size: 36px;
	margin-bottom: 20px;
	font-family: "Open Sans Bold";
}
.ind_box1.contact .ind_t .text{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.ind_box1.contact .ind_t dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box1.contact .ind_t dd{
	float: left;
	width: calc((100% - 105px) / 2);
	margin-right: 105px;
	padding: 30px 28px;
	border-bottom: 1px solid #cccccc;
}
.ind_box1.contact .ind_t dd:nth-child(2n){
	margin-right: 0;
}
.ind_box1.contact .ind_t dd .icon{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #dedede;
	border-radius: 100%;
	padding: 5px;
	overflow: hidden;
	margin-top: 5px;
}
.ind_box1.contact .ind_t dd .icon img{
	width: 100%;
	border-radius: 100%;
}
.ind_box1.contact .ind_t dd .dd_con{
	width: calc(100% - 100px);
	float: left;
	padding-left: 28px;
}
.ind_box1.contact .ind_t dd .dd_tt{
	font-size: 18px;
	font-family: "Open Sans Bold";
	margin-bottom: 10px;
}
.ind_box1.contact .ind_t dd .tips{
	margin-bottom: 8px;
	line-height: 20px;
}
.ind_box1.contact .ind_t dd .tips i{
	float: left;
	width: 20px;
	text-align: center;
	color: #b7b7b7;
}
.ind_box1.contact .ind_t dd .tips span{
	float: left;
	width: calc(100% - 20px);
	padding-left: 8px;
	font-size: 14px;
	color: #444;
	 word-wrap: break-word;
    word-break: normal;
}
.inquiry_box{
	border: 2px solid #1e78bc;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}
.inquiry_box .tt{
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 36px;
	color: #fff;
	background: #1e78bc;
}
.inquiry_box .text{
	font-size: 16px;
	color: #888;
	line-height: 28px;
	padding: 40px 30px;
}
.ind_box1.contact .ind_b{
	margin-top: 36px;
}
.inquiry_box .faq_box{
	padding: 10px 30px 20px;
}
.map{
	border: 10px solid #dee5e9;
	overflow: hidden;
}
.map img{
	max-width: 100%;
	display: block;
}
/*faq-BOX*/
.faq_box {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.faq_box form{
	width: 100%;
}
.faq_list dd {
	height: auto;
	margin-bottom: 20px;
	float: left;
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
}

.footer .faq_list dd {
    float: none;
}



.faq_list dd:nth-child(3n){
	margin-right: 0;
}
.faq_list dd:last-child {
	width: 100%;
}
.faq_list dd .tt{
	float: left;
	font-size: 16px;
	width: 80px;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
}
.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
	margin-right: 4px;
}
.faq_list dd .tt span{
	float: right;
}

.faq_inp,
.faq_area {
	float: left;
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #333;
	outline: none;
	border: 1px solid #ededed;
	border-radius: 2px;
	resize: none;
	padding-left: 13px;
	background: #fafafa;
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #444444;
	font-size: 16px;
	line-height: 30px;
}

.faq_inp:focus,
.faq_area:focus {
	border-color: #3c7cc4;
}

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

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


.faq_btn {
	display: block;
	width: 318px;
	height: 48px;
	border: none;
	background: #1e78bc;
	cursor: pointer;
	color: #fff;
	margin: auto;
	font-size: 24px;
	border-radius: 4px;
}
.ind_box1.about{
	padding: 40px 0;
}
.about_tt{
	font-size: 24px;
	color: #444;
	font-family: "Open Sans Bold";
	margin-bottom: 25px;
}
.about .text{
	font-size: 30px;
	color: #444;
	padding: 20px 0 30px;
}
.about{
	font-size: 14px;
	line-height: 28px;
	color: #444;
}
.about label{
	font-weight: bold;
}
.about .imgs{
	margin: 30px 0;
}
.about img{
	max-width: 100%;
	height: auto!important;
}
.get_quote{
	background: #edf2f5;
	height: 152px;
	padding: 0 30px;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
}
.get_quote .get_pic{
	float: left;
	width: 109px;
	height: 100%;
	position: relative;
}
.get_quote .get_pic img{
	max-width: 100%;
	position: absolute;
	bottom: 0;
}
.get_quote .get_con {
	width: calc(100% - 370px);
	padding: 35px 60px;
}
.get_quote .get_con a{
	color: #47b008;
}
.get_quote .get_phone{
	text-decoration: underline;
}
.get_icon{
	display: block;
	width: 261px;
	height: 69px;
	background: url(../images/icon6.png)no-repeat center center;
	background-size: cover;
	margin-top: 42px;
}
.get_icon:hover{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.ind_box3.about{
	padding: 40px 0 60px;
}
.ind_box3.about .item{
	margin-bottom: 36px;
}
.ind_box3.about .item:last-child{
	margin-bottom: 0;
}
.ind_box3.about .pic{
	width: 442px;
	float: left;
	
}
.ind_box3.about .pic .tips{
	height: 50px;
	
	padding: 10px;
	background: #e9e9e9;
}
.ind_box3.about .pic .icon{
	float: left;
	width: 53px;
}
.ind_box3.about .pic .tips_span{
	float: left;
	width: calc(100% - 53px);
	padding-left: 20px;
	line-height: 34px;
	font-weight: bold;
}
.ind_box3.about .con{
	float: left;
	width: calc(100% - 442px);
	padding: 10px 0 0 45px;
}
.ind_box3.about .con .tt{
	font-size: 24px;
	color: #444;
	margin-bottom: 20px;
	height: 56px;
}
.ind_box3.about .con .text{
	font-size: 14px;
	color: #666;
	height: 56px;
	margin-bottom: ;
}
.ind_box3.about .con .get_icon{
	margin-top: 90px;
}
.contact_icon{
	display: block;
	width: 330px;
	height: 65px;
	background: #4fb300;
	text-align: center;
	line-height: 65px;
	color: #fff;
	border-radius: 8px;
	font-size: 24px;
	margin: 50px auto 40px;
}
.contact_icon:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.dialog_inquiry{
	
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999999999999;
	background: rgba(0,0,0,.5);
	
    display: none;
}

.dialog_inquiry .wrapper{
	padding: 0 200px;
	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;
}
.dialog_inquiry .inquiry_box{
	position: relative;
	transform: translateY(-400px);
	-webkit-transform: translateY(-400px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dialog_inquiry.show .inquiry_box{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.close_btn{
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	cursor: pointer;
}
.ind_box1.case{
	padding: 35px 0;
}
.case_title {
	margin-bottom: 50px;
}
.case_title .tt{
	font-size: 36px;
	color: #444;
	margin-bottom: 20px;
	font-family: "Open Sans Bold";
}
.case_title .text{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.ind_box1.case .list{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.ind_box1.case .item{
	float: left;
	width: calc((100% - 56px) / 3);
	margin: 0 28px 32px 0;
}
.ind_box1.case .item:nth-child(3n){
	margin-right: 0;
}
.ind_box1.case .item .tip{
	height: 38px;
	line-height: 38px;
	background: #e9e9e9;
	font-size: 14px;
	color: #444;
	padding: 0 6px;
}
.ind_box1.case .item .tip .icon{
	float: left;
	width:40px;
	height: 100%;
	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.case .item .tip .icon img{
	max-width: 100%;
}
.ind_box1.case .item .tip .tip_span{
	float: left;
	width: calc(100% - 40px);
	padding-left: 15px;
}
.ind_box1.case .item .pic{
	overflow: hidden;
}
.ind_box1.case .item .tt{
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	font-weight: bold;
	margin-top: 15px;
}
.ind_box1.case .item .read_more{
	font-size: 16px;
	color: #3db24e;
	margin-top: 20px;
}
.ind_box1.case .item .pic:hover img{
	transform: scale(1.08);
}
.ind_box1.case_det{
	padding: 30px 0;
}
.ind_box1.case_det .tt{
	font-size: 36px;
	color: #444;
	font-family: "Open Sans Bold";
	margin-bottom: 20px;
	padding-right: 50px;
}
.ind_box1.case_det .text{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-right: 50px;
	margin-bottom: 50px;
}
.ind_box1.case_det .ind_b_l{
	width: 590px;
	float: left;
}
.ind_box1.case_det .ind_b_r{
	width: calc(100% - 590px);
	float: left;
	padding: 10px 30px 0 60px;
}
.ind_box1.case_det .ind_b_r li{
	font-size: 16px;
	color: #444;
	padding: 15px ;
	border-bottom: 1px solid #ebebeb;
}
.ind_box1.case_det .ind_b_r li label{
	font-weight: bold;
}
.chat_btn{
	width: 272px;
	height: 59px;
	display: block;
	background: #1e78bc;
	color: #fff;
	font-size: 18px;
	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-top: 20px;
	border-radius: 4px;
}
.chat_btn i{
	font-size: 30px;
	margin-right: 15px;
}
.chat_btn:hover{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.ind_box1.case_det .ind_b_r .get_icon{
	margin-top: 15px;
}
.ind_box1.case_det .owl-theme .owl-dots .owl-dot.active span,
.ind_box1.case_det  .owl-theme .owl-dots .owl-dot:hover span{
	background: #1e78bc;
}
.det_title{
	font-size: 24px;
	color: #444;
	font-family: "Open Sans Bold";
	padding-bottom: 10px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 35px;
}
.ind_box2.case_det{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin-bottom: 50px;
}
.ind_box2.case_det .imgs{
	margin: 30px 0;
}
.ind_box2.case_det .imgs img{
	max-width: 100%;
}
.det_mrk{
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding: 0 30px;
}
.det_mrk .get_icon{
	margin: 40px auto 30px;
}
.det_mrk a{
	color: #47b008;
}
.related_pro .item,.ind_box1.pro .item{
	float: left;
	width: calc((100% - 90px) / 3);
	margin: 0 45px 0 0;
	border: 1px solid #e3e3e3;
	padding: 8px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.related_pro .item:nth-child(3n),.ind_box1.pro .item:nth-child(3n){
	margin-right: 0;
}
.related_pro .item .con,.ind_box1.pro .item .con{
	padding: 22px 22px 35px;
}
.related_pro .item .con .tt,.ind_box1.pro .item .con .tt{
	font-size: 14px;
	font-family: "Open Sans Bold";
	height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.related_pro .item .con .line,.ind_box1.pro .item .con .line{
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin: 18px 0 15px;
	
}
.related_pro .item .con .text,.ind_box1.pro .item .con .text{
	font-size: 14px;
	color: #666;
	height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.related_pro .item:hover,.ind_box1.pro .item:hover{
	background: #1e78bc;
}
.related_pro .item:hover .tt,.related_pro .item:hover .text,.ind_box1.pro .item:hover .tt,.ind_box1.pro .item:hover .text{
	color: #fff;
}
.ind_box1.news{
	padding: 40px 0;
}
.ind_box1.news .ind_t_l{
	float: left;
	width: 564px;
}
.ind_box1.news .ind_t_l .pic{
	display: none;
	overflow: hidden;
}
.ind_box1.news .ind_t_l .pic:first-child{
	display: block;
}
.ind_box1.news .ind_t_r{
	float: left;
	width: calc(100% - 564px);
	padding-left: 30px;
}
.ind_box1.news .ind_t_r .item{
	padding: 20px 30px;
	border-bottom: 1px solid #e9e9e9;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .ind_t_r .item .tt{
	font-size: 18px;
	color: #666;
	font-family: "Open Sans Bold";
}
.ind_box1.news .ind_t_r .item .date{
	font-size: 14px;
	margin-top: 1px;
}
.ind_box1.news .ind_t_r .item.hover{
	background: #e9e9e9;
}
.ind_box1.news .ind_b .item{
	padding: 30px 35px;
	border: 1px solid #ececec;
	margin-top: 25px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .ind_b .item:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	border-radius: 3px;
	opacity: 0;
	border: 1px solid #1e78bc;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .ind_b .item a{
	display: block;
	position: relative;
	z-index: 2;
}
.ind_box1.news .ind_b .item .pic{
	float: left;
	width: 207px;
}
.ind_box1.news .ind_b .item .con{
	float: left;
	width: calc(100% - 207px);
	padding-left: 55px;
}
.ind_box1.news .ind_b .item .con .tt{
	font-size: 22px;
}
.ind_box1.news .ind_b .item .con .date{
	font-size: 14px;
	margin: 10px 0;
}
.ind_box1.news .ind_b .item .con .text{
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.ind_box1.news .ind_b .item:hover{
	border-color: #1e78bc;
}
.ind_box1.news .ind_b .item:hover:before{
	opacity: 1;
}
.ind_box1.news_det{
	padding: 20px 0;
}
.news_det_title{
	padding: 0 0 20px 5px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
}
.news_det_title .tt{
	font-size: 36px;
	margin-bottom: 20px;
	font-family: "Open Sans Bold";
}
.news_det_title .tips{
	font-size: 14px;
	color: #888;
}
.news_det_title .tips .view{
	margin: 0 30px;
}
.share_tt{
	margin-right: 5px;
}
.news_det_content{
	font-size: 14px;
	color: #444;
	line-height: 26px;
	text-align: left;
}
.news_det_content .text{
	margin: 40px 0;
}
.news_det_content .tt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.news_det_content img{
	max-width: 100%;
	height: auto!important;
}
.art_wrap{
	margin-top: 50px;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}
.art_clm{
	float: left;
	width: calc((100% - 90px) / 2);
	margin-right: 90px;
	padding: 0 10px;
}
.art_clm:nth-child(2){
	margin-right: 0;
}
.art_clm .pic{
	float: left;
	width: 156px;
	border-radius: 4px;
	overflow: hidden;
}
.art_clm .con{
	float: left;
	width: calc(100% - 156px);
	padding: 5px 0 0 20px;
}
.art_clm .con .tt{
	font-size: 16px;
	color: #269d81;
	font-weight: bold;
}
.art_clm .con .text{
	font-size: 14px;
	color: #444444;
	margin: 5px 0;
}
.art_clm .con .date{
	font-size: 12px;
	color: #888;
	font-family: "OpenSans-Light";
}
.art_clm .con .text:hover{
	color: #269d81;
	text-decoration: underline
}
.ind_box1.pro{
	padding: 20px 0;
}
.ind_box1.pro .item{
	margin-bottom: 20px;
}
.pro_show{
	padding: 40px 0;
}
.pro_show .pic{
	width: 50%;
	float: left;
}
.pro_show .pic img{
	max-width: 100%;
}
.pro_show .con{
	width: 50%;
	float: left;
	padding: 10px 50px 0 80px;
}
.pro_show .con .tt{
	font-size: 36px;
	color: #444;
	margin-bottom: 20px;
	font-family: "Open Sans Bold";
}
.pro_show .con .text li{
	padding: 20px 0;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #ebebeb;
}
.pro_show .con .btn_box{
	margin-top: 40px;
}
.pro_show .con .btn_box a{
	display: block;
	width: 260px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	float: left;
	color: #fff;
	font-size: 18px;
	background: #1e78bc;
	border-radius: 4px;
}
.pro_show .con .btn_box a:nth-child(2){
	background: #3db24e;
	margin-left: 15px;
	margin-top: 0;
}
.tab_box{
	margin-top: 54px;
	height: 47px;
}
.tab_box .wrapper{
	background: #808993;
}
.tab_box a{
	float: left;
	font-size: 18px;
	color: #fff;
	line-height: 47px;
	padding: 0 55px;
	border-right: 1px solid #fff;
	position: relative;
}
.tab_box a:last-child{
	border-right: 0;
}
.tab_box a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	background: #3db24e;
	bottom: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab_box a span{
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab_box a:hover span,.tab_box a.active span{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
}
.tab_box a:hover:before,.tab_box a.active:before{
	opacity: 1;
	height: 56px;
}

.pro_des_item{
	margin-top: 50px;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}
.pro_des_item.ind_box3.about{
	padding-top: 0;
}
.pro_des_item:first-child{
	margin-top: 20px;
}
.pro_des_tt{
	font-size: 24px;
	font-family: "Open Sans Bold";
	color: #444;
	position: relative;
	padding-left: 40px;
	margin-bottom: 25px;
}
.pro_des_tt:before{
	content: "";
	position: absolute;
	width: 30px;
	height: 19px;
	background: url(../images/icon10.png)no-repeat center center;
	background-size: cover;
	top: 3px;
	left: 0;
}
.pro_des_item dl{
	padding: 0 25px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.pro_des_item dd{
	width: calc((100% - 84px) / 2);
	float: left;
	margin: 0 84px 40px 0;
	border: 1px solid #cfcfcf;
	overflow: hidden;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.pro_des_item dd:nth-child(2n){
	margin-right: 0;
}
.pro_des_item dd .pic{
	
}
.pro_des_item dd .pic img{
	max-width: 100%;
}
.pro_des_item dd .dd_con{
	height: auto;
	background: url(../images/icon11.png)no-repeat center center;
	background-size: cover;
	margin-top: -60px;
	position: relative;
	z-index: 2;
	text-align: justify;
	padding: 30px;
	
	border-top: none;
}
.pro_des_item dd .dd_tt{
	font-size: 16px;
	margin-bottom: 5px;
	font-family: "Open Sans Bold";
}
.pro_des_item li{
	position: relative;
	padding-left: 35px;
}
.pro_des_item li:before{
	content: "";
	position: absolute;
	width: 18px;
	height: 17px;
	background: url(../images/icon12.png)no-repeat center center;
	background-size: cover;
	top: 4px;
	left: 5px;
}
.pro_table{
	width: 100%;
	overflow-x: auto;
	margin-bottom: 30px;
}
.pro_table table{
	width: 100%!important;
	border: 2px solid #52ba61;
}
.pro_table table tr td{
	border: 1px solid #bfbfbf;
	background: #fcfefc;
	padding: 10px 20px;
}
.pro_table table tr:first-child td{
	background: #e9f5ea;
}
.pro_des_item .imgs{
	margin-top: 35px;
}
.pro_des_item img{
	max-width: 100%;
	height: auto!important;
}
.related_pro.pro_det{
	padding-bottom: 40px;
}
.tab_box_wrap.fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
	background: #808993;
	z-index: 999999;
}
.tab_box .tab_box_wrap.fixed a:hover span, .tab_box .tab_box_wrap.fixed a.active span{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}
.service{
	font-size: 14px;
	line-height: 26px;
}
.ind_box1.service{
	padding: 30px 0 0;
}
.service_tt{
	font-size: 24px;
	font-family: "Open Sans Bold";
	margin-bottom: 20px;
}
.ind_box1.service .list{
	margin-bottom: 40px;
}
.ind_box1.service .imgs{
	text-align: center;
	margin: 25px 0;
}
.ind_box1.service .imgs img{
	max-width: 100%;
}
.ind_box2.service{
	padding: 50px 0 0;
}
.ind_box2.service dl{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	padding-top: 20px;
}
.ind_box2.service dd{
	float: left;
	width: calc((100% - 64px) / 3);
	margin: 0 32px 30px 0;
}
.ind_box2.service dd:nth-child(3n){
	margin-right: 0;
}
.ind_box2.service dd .pic{
	overflow: hidden;
}
.ind_box2.service dd .con{
	padding: 10px;
}
.ind_box2.service dd .tt{
	font-size: 16px;
	font-family: "Open Sans Bold";
	margin-bottom: 5px;
}
.ind_box2.service dd .text{
	line-height: 24px;
	min-height: 168px;
	-webkit-line-clamp: 7;
}
.ind_box2.service dd .btn{
	width: 145px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	background: #1e78bc;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box2.service dd .pic:hover img{
	transform: scale(1.04);
	-webkit-transform: scale(1.04);
}
.ind_box2.service dd .btn:hover{
	opacity: 0.9;
}




.ind_box2 .ind_scroll2 {
    /*width: 80%;*/
    /*margin: 0 auto;*/
}


.page .page_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}