/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/




/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/


/*
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter: alpha(opacity=100);
pointer-events: none;	//	鼠标穿透
hidefocus = "true"	//	ie a标签属性 超链接不显示周围的虚线
*/

/*	竖排文字
.writing-vertical{
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
*/

/*	多行文本省略号
.multi-ellipsis{ overflow: hidden; text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
*/

@font-face { font-family: 'impact';
	src: url('../fonts/impact.eot');
	src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'),
		url('../fonts/impact.woff') format('woff'),
		url('../fonts/impact.ttf') format('truetype'),
		url('../fonts/impact.svg#impact') format('svg');
}

@font-face { font-family: 'avian';
	src: url('../fonts/AvianRegular.eot');
	src: url('../fonts/AvianRegular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvianRegular.woff') format('woff'),
		url('../fonts/AvianRegular.ttf') format('truetype'),
		url('../fonts/AvianRegular.svg#AvianRegular') format('svg');
}



@font-face { font-family: "xfont";
	src: url('../fonts/iconfont.eot'); /* IE9*/
	src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
		url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('../fonts/iconfont.svg#xfont') format('svg'); /* iOS 4.1- */
}

/* css reset */
html, body, h1, h2, h3, h4, h5, h6, div, ol, ul, li, dl, dt, dd, table, caption, tr, th, td, span, p, a, b, u, i, em, img, iframe, fieldset, form, label, legend, input, button, select, textarea { margin: 0; padding: 0;}
body { font: 14px/1.5 "微软雅黑", Arial, Tahoma, Helvetica, sans-serif; color: #474747; background-color: #fff; margin: auto;}
body{max-width: 1920px;margin: 0 auto !important;}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a { text-decoration: none; color: inherit;}
a:focus { outline: 0;}
svg:not(:root){ overflow: hidden;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}

::-ms-clear, ::-ms-reveal{ display: none;}
/* WebKit browsers */
::-webkit-input-placeholder{ color: #909090;}
/* Mozilla Firefox 4 to 18 */
:-moz-placeholder{ color: #909090; opacity: 1;}
/* Mozilla Firefox 19+ */
::-moz-placeholder{ color: #909090; opacity: 1;}
/* Internet Explorer 10+ */
:-ms-input-placeholder{ color: #909090;}

.placeholder{ color: #909090;}

.xfont{
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.h40{ font-size: 40px;}
.h36{ font-size: 36px;}
.h30{ font-size: 30px;}
.h28{ font-size: 28px;}
.h26{ font-size: 26px;}
.h24{ font-size: 24px;}
.h22{ font-size: 22px;}
.h20{ font-size: 20px;}
.h18{ font-size: 18px;}
.h16{ font-size: 16px;}

/* 通用 */
.clear:after, .x-wrap:after{ content: ''; display: table; clear: both;}
.fl{ float: left;}
.fr{ float: right;}
.xhidden{ opacity: 0; visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}
.xvisible{ opacity: 1; visibility: visible;}
.middle{ font-size: 0; letter-spacing: -1.5em;}
.middle:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.middle-cont{ display: inline-block; vertical-align: middle; font-size: 14px; letter-spacing: 0;}
.justify{ word-break: break-all; text-align: justify; text-justify: inter-ideograph;}
.justify:after{ content: ''; display: inline-block; padding-left: 100%; font-size: 0; vertical-align: top;}
.pos-fix{ position: fixed !important; left: 0; top: 0;}
.pos-abs{ position: absolute !important; left: 0; top: 0;}
.x-wrap{ position: relative; width: 1230px; height: 100%; margin: auto;}






/* Slider */
.slick-slider{ position: relative; display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{ position: relative; display: block; overflow: hidden;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{
    /* -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); */
}
.slick-track{ position: relative; top: 0; left: 0; display: block;margin: 0 auto;}
.slick-track:before, .slick-track:after{ display: table; content: '';}
.slick-track:after{ clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img{ display: block; width: 100%;}
.slick-slide.slick-loading img{ display: none; width: 100%;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden{ display: none;}
.slick-loading .slick-list{ background: #fff url(../image/loader.gif) center center no-repeat;}
.slick-arrow{ position: absolute; top: 0; bottom: 0; margin: auto; width: 100px; height: 100px; background-color: #474747; border-radius: 5px; overflow: hidden; z-index: 2; cursor: pointer; color: #fff; text-align: center; opacity: 0.8;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}	
.slick-prev{ left: 20px;}
.slick-next{ right: 20px;}
.slick-arrow:after{ font-family: "xfont" !important; font-size: 5em; cursor: pointer;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev:after{ content: '\e882';}
.slick-next:after{ content: '\e881';}
.slick-arrow:hover{ opacity: 1;}
.slick-arrow.slick-disabled, .slick-arrow.slick-disabled:hover{ opacity: 0.5;}
.slick-dotted.slick-slider{}
.slick-dots{ position: absolute; left: 0; right: 0; bottom: 20px; display: block; font-size: 0; text-align: center; z-index: 2;}
.slick-dots li{ display: inline-block; margin: 0 5px; padding: 5px; border-radius: 50%; background-color: #333; cursor: pointer;}
.slick-dots li:hover{ opacity: 0.8;}
.slick-dots li.slick-active, .slick-dots li.slick-active:hover{ opacity: 1; background-color: #fff;}








.x-title .tit1 .x-s1{color: #007ECA;}
.x-more{display: inline-block;height: 44px;box-sizing: border-box;line-height: 44px;}
.x-more .x-s1{padding: 0px 24px;background-color: #007ECA;color: #fff;float: left;height: 100%;border: 1px solid rgba(0,0,0,0);}
.x-more .x-s2{border: 1px solid #d1d1d1;border-left: 0;padding: 0px 23px;float: left;height: 100%;}
.x-more .x-s2 .x-img{ height: 100%; width: 40px; background-position: right center; background-repeat: no-repeat; }
/* .x-more .s2 img{max-width: 40px;height: auto;} */



/* .scroll-tab{ position: relative; margin: auto;  width: 800px;
}
.scroll-box{ position: relative; overflow: hidden;}
.scroll-track{ display: table; white-space: nowrap;}
.scroll-item{ display: inline-block;   vertical-align: middle; cursor: pointer;}
.scroll-prev, .scroll-next{ position: absolute; top: 0; bottom: 0; padding: 0 5px; height: 100%;cursor: pointer; z-index: 1;}
.scroll-prev{ left: 0;}
.scroll-next{ right: 0;}
.scroll-prev:before{ content: '\e72c';}
.scroll-next:before{ content: '\e72d';}
.disabled{ opacity: 0.5; cursor: default;}
.scroll-item.cur{ color: #3FADE3;}

.tab-item{ display: none; text-align: center;}  
.tab-item.act{ display: block;} */
   

/****/

@media screen and (min-width:1230px){
	.x-more:hover .x-s2 .x-img{background-position: left center;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
}

@media screen and (min-width: 751px) and (max-width: 1229px) {

}



@media screen and (max-width: 750px){
	*, *:before, *:after{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	body{ font-size: 0.28rem;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}
	
	.h40{ font-size: 0.45rem;}
	.h36{ font-size: 0.45rem;}
	.h30{ font-size: 0.45rem;}
	.h28{ font-size: 0.42rem;}
	.h26{ font-size: 0.39rem;}
	.h24{ font-size: 0.36rem;}
	.h22{ font-size: 0.33rem;}
	.h20, .h18{ font-size: 0.3rem;}
	.h16{ font-size: 0.28rem;}
	
	.p-show{ display: none;}
	
	.middle-cont{ font-size: 0.28rem;}
	.x-wrap{ width:100%; padding:0 0.25rem;}
	




	

	
	
	/* Slider */
	.slick-arrow{ width: 1rem; height: 1rem;}	
	.slick-arrow:after{ font-size: 2.5em;}
	.slick-prev{ left: 0.25rem;}
	.slick-next{ right: 0.25rem;}
	.slick-dots{ bottom: 0.2rem;}
	.slick-dots li{ margin: 0 0.1rem; padding: 0.1rem;}
	

}

/*! https://github.com/lzxb/flex.css */
@media screen and (max-width: 750px) {
	[flex] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	[flex]>* {
		display: block
	}
	[flex]>[flex] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}
	[flex~="dir:left"] {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
	[flex~="dir:right"] {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: end
	}
	[flex~="dir:top"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	[flex~="dir:bottom"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end
	}
	[flex~="main:left"] {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	[flex~="main:right"] {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	[flex~="main:justify"] {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	[flex~="main:center"] {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	[flex~="cross:top"] {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	[flex~="cross:bottom"] {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	[flex~="cross:center"] {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
	[flex~="cross:baseline"] {
		-webkit-box-align: baseline;
		-webkit-align-items: baseline;
		-ms-flex-align: baseline;
		align-items: baseline
	}
	[flex~="cross:stretch"] {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch
	}
	[flex~="box:mean"]>*, [flex~="box:first"]>*, [flex~="box:last"]>*, [flex~="box:justify"]>* {
		width: 0;
		height: auto;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	[flex~="box:first"]>:first-child, [flex~="box:last"]>:last-child, [flex~="box:justify"]>:first-child, [flex~="box:justify"]>:last-child {
		width: auto;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	[flex~="dir:top"][flex~="box:mean"]>*, [flex~="dir:top"][flex~="box:first"]>*, [flex~="dir:top"][flex~="box:last"]>*, [flex~="dir:top"][flex~="box:justify"]>*, [flex~="dir:bottom"][flex~="box:mean"]>*, [flex~="dir:bottom"][flex~="box:first"]>*, [flex~="dir:bottom"][flex~="box:last"]>*, [flex~="dir:bottom"][flex~="box:justify"]>* {
		width: auto;
		height: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	[flex~="dir:top"][flex~="box:first"]>:first-child, [flex~="dir:top"][flex~="box:last"]>:last-child, [flex~="dir:top"][flex~="box:justify"]>:first-child, [flex~="dir:top"][flex~="box:justify"]>:last-child, [flex~="dir:bottom"][flex~="box:first"]>:first-child, [flex~="dir:bottom"][flex~="box:last"]>:last-child, [flex~="dir:bottom"][flex~="box:justify"]>:first-child [flex~="dir:bottom"][flex~="box:justify"]>:last-child {
		height: auto;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	[flex-box="0"] {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
	[flex-box="1"] {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	[flex-box="2"] {
		-webkit-box-flex: 2;
		-webkit-flex-grow: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
		-webkit-flex-shrink: 2;
		-ms-flex-negative: 2;
		flex-shrink: 2
	}
	[flex-box="3"] {
		-webkit-box-flex: 3;
		-webkit-flex-grow: 3;
		-ms-flex-positive: 3;
		flex-grow: 3;
		-webkit-flex-shrink: 3;
		-ms-flex-negative: 3;
		flex-shrink: 3
	}
	[flex-box="4"] {
		-webkit-box-flex: 4;
		-webkit-flex-grow: 4;
		-ms-flex-positive: 4;
		flex-grow: 4;
		-webkit-flex-shrink: 4;
		-ms-flex-negative: 4;
		flex-shrink: 4
	}
	[flex-box="5"] {
		-webkit-box-flex: 5;
		-webkit-flex-grow: 5;
		-ms-flex-positive: 5;
		flex-grow: 5;
		-webkit-flex-shrink: 5;
		-ms-flex-negative: 5;
		flex-shrink: 5
	}
	[flex-box="6"] {
		-webkit-box-flex: 6;
		-webkit-flex-grow: 6;
		-ms-flex-positive: 6;
		flex-grow: 6;
		-webkit-flex-shrink: 6;
		-ms-flex-negative: 6;
		flex-shrink: 6
	}
	[flex-box="7"] {
		-webkit-box-flex: 7;
		-webkit-flex-grow: 7;
		-ms-flex-positive: 7;
		flex-grow: 7;
		-webkit-flex-shrink: 7;
		-ms-flex-negative: 7;
		flex-shrink: 7
	}
	[flex-box="8"] {
		-webkit-box-flex: 8;
		-webkit-flex-grow: 8;
		-ms-flex-positive: 8;
		flex-grow: 8;
		-webkit-flex-shrink: 8;
		-ms-flex-negative: 8;
		flex-shrink: 8
	}
	[flex-box="9"] {
		-webkit-box-flex: 9;
		-webkit-flex-grow: 9;
		-ms-flex-positive: 9;
		flex-grow: 9;
		-webkit-flex-shrink: 9;
		-ms-flex-negative: 9;
		flex-shrink: 9
	}
	[flex-box="10"] {
		-webkit-box-flex: 10;
		-webkit-flex-grow: 10;
		-ms-flex-positive: 10;
		flex-grow: 10;
		-webkit-flex-shrink: 10;
		-ms-flex-negative: 10;
		flex-shrink: 10
	}
}






/* 首页 */
.home2{padding: 92px 0 90px; background-size: cover;background-repeat: no-repeat;background-position: left center;}
.home2 .title_cont{position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.home2 .x-title{ line-height: 1.2; }
.home2 .x-title .x-s1{display: block;}
.home2 .title_cont .btn1{margin-top: 45px;}
.home2 .title_cont .btn1 a{ padding: 14px 25px; background-color: #007ECA; display: inline-block; border-radius: 50px; -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; color: #fff;}
.home2 .cont{}
.home2 .cont .tab-nav{height: 660px;width: 600px;background-size: cover;background-repeat: no-repeat;background-position: center;float: left;}
.home2 .cont .tab-nav .list{margin-left: 140px;}
.home2 .cont .tab-nav .list .scroll-track{white-space: normal}
.home2 .cont .tab-nav .list .scroll-item{white-space: nowrap;cursor: pointer;}
.home2 .cont .tab-nav .list .scroll-item .ite{ width: 95px; height: 95px; position: relative; background-color: #fff; border: 1px solid #007ECA; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%;cursor: pointer; display: inline-block;vertical-align: middle;}
.home2 .cont .tab-nav .list .scroll-item .ite:after{ content: ''; position: absolute; top: -7px; right: -7px; bottom: -7px; left: -7px; border: 1px dashed #007ECA; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.home2 .cont .tab-nav .list .scroll-item .ite .img{width: 100%;height: 100%;overflow: hidden;}
.home2 .cont .tab-nav .list .scroll-item .ite .img img{width: 100%;height: auto;}
.home2 .cont .tab-nav .list .scroll-item .ite .img img.hover{display: none;}
.home2 .cont .tab-nav .list .scroll-tab{width: auto;}
.home2 .cont .tab-nav .list .scroll-item .tit1{display: inline-block;vertical-align: middle;margin-left: 20px;width: calc(100% - 95px - 30px);}
.home2 .cont .tab-nav .list .scroll-item .tit1 .t1{color: #333;}
.home2 .cont .tab-nav .list .scroll-item .tit1 .t2{color: #707070;margin-top: 3px;word-break: keep-all;word-wrap: break-word; white-space: pre-wrap; font-family: Avian;}
.home2 .cont .tab-nav .list .scroll-box{overflow: visible;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite{background-color: #007ECA;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img{display: none;}
.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img.hover{display: block;}
.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t1{color: #3FADE3;}
.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t2{color: #3FADE3;}
.home2 .cont .tab-nav .list .scroll-item:nth-child(2){margin-left: 104px;margin-top: 20px;width: calc(100% - 104px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(3){margin-left: 135px;margin-top: 52px;width: calc(100% - 135px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(4){margin-left: 98px;margin-top: 54px;width: calc(100% - 98px);}
.home2 .cont .tab-nav .list .scroll-item:nth-child(5){margin-top: 35px;}
.home2 .cont .tab-cont{float: left;width: 627px; margin-top: 3px;border-top: 3px solid #3FADE3;height: 655px;background-size: cover;background-repeat: no-repeat;background-position: center;border-right: 1px solid #dbe8e7;border-left: 1px solid #dbe8e7;border-bottom: 1px solid #dbe8e7;position: relative;}
.home2 .cont .tab-cont .tab-item{height: 100%;opacity: 0;visibility: hidden;position: absolute;}
.home2 .cont .tab-cont .tab-item .padd{padding: 65px 70px 75px 83px;height: calc(100% - 140px);    box-sizing: content-box;}
.home2 .cont .tab-cont .tab-item .padd .title1{text-align: left;padding-left: 18px;}
.home2 .cont .tab-cont .tab-item .padd .lis{margin-top: 30px;text-align: left;padding-left: 18px;min-height:20px;font-size:28px;font-weight:bold;color:#007eca;}
.home2 .cont .tab-cont .tab-item .padd .lis .li{}
.home2 .cont .tab-cont .tab-item .padd .lis .li+.li{margin-top: 32px;}
.home2 .cont .tab-cont .tab-item .padd .lis .li .l1{position: relative;}
.home2 .cont .tab-cont .tab-item .padd .lis .li .l1:before{ content: ''; padding: 4px; background-color: #3FADE3; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; position: absolute;top: 12px;left: -18px;}
.home2 .cont .tab-cont .tab-item .padd .scroll1{height: 100%;}
.home2 .cont .tab-cont .tab-item.act{position: relative;opacity: 1;visibility: visible;}
.home2 .cont .tab-cont .arr1{ position: absolute; width: 22px; height: 31px; background-image: url(../images/arr4.png); background-size: cover; background-repeat: no-repeat; background-position: center; left: -22px; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }


/* 2020-07-01lyj */
/* 2020-07-06lyj */
.fine_full4.pt90{padding-top: 0;}
.scroll-prev, .scroll-next{display: none;}

/* 20200921lyj */
	
@-webkit-keyframes r1{
	from{transform: rotate(0deg) scale(1.1);}
	to{transform: rotate(360deg) scale(1.1);}
}
@keyframes r1{
	from{transform: rotate(0deg) scale(1.1);}
	to{transform: rotate(360deg) scale(1.1);}
}


@media screen and (min-width: 1230px){
	.home2 .cont .tab-nav .list .scroll-item:hover .ite{background-color: #007ECA;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite .img img{display: none;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite .img img.hover{display: block;}
	.home2 .cont .tab-nav .list .scroll-item:hover .ite:after {
		animation: r1 5s linear 0s infinite alternate;
		transform: scale(1.1);
	}
	

}



@media screen and (max-width: 750px){




	.home2{padding: 1rem 0;}
	.home2 .title_cont{ position: relative; top: auto; left: auto; transform: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; }
	.home2 .title_cont .btn1{margin-top: 0.2rem;text-align: center;}
	.home2 .title_cont .btn1 a{padding: 0.2rem 0.4rem;}
	.home2 .cont .tab-nav{width: 100%;height: auto;float: none;background-image: none !important;}
	.home2 .cont .tab-nav .list{margin-left: 0;}
	.home2 .cont .tab-nav .list .scroll-track{white-space: nowrap;display: table;}
	.home2 .cont .tab-nav .list .scroll-item {width: 3rem !important;margin: 0 0.1rem !important;display: inline-block;vertical-align: top;padding-top: 0.4rem;}
	.home2 .cont .tab-nav .list .scroll-item .ite{width: 0.8rem;height: 0.8rem;display: block;margin: 0 auto;}
	.home2 .cont .tab-nav .list .scroll-item .tit1{margin-left: 0;width: auto;text-align: center;display: block;margin-top: 0.2rem;}
	/* .home2 .cont .tab-nav .list .scroll-item{width: auto;white-space: normal;} */
	/* .home2 .cont .tab-nav .list .scroll-item{margin: 0 0.2rem;} */
	.home2 .cont .tab-nav .list .scroll-box{overflow: hidden;}
	.home2 .cont .tab-cont{float: none;width: 100%;height: auto;margin-top: 0.1rem;}
	.home2 .cont .tab-cont .tab-item .padd{padding: 0.4rem 0.4rem 0.4rem 0.2rem;width: 100%;height: auto;box-sizing: border-box;}
	.home2 .cont .tab-cont .tab-item .padd .scroll1{max-height: 4rem;}
	.home2 .cont .tab-cont .arr1{opacity: 0;visibility: hidden;}
	/* .home2 .cont .tab-cont .tab-item .padd .scroll1{max-height: 4rem;} */
	.home2 .cont .tab-cont .tab-item .padd .title1{padding-left: 0.4rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis{margin-top: 0.3rem;padding-left: 0.4rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis .li .l1:before{top: 0.15rem;left: -0.3rem;}
	.home2 .cont .tab-cont .tab-item .padd .lis .li+.li{margin-top: 0.4rem;}
	
	.home2 .cont .tab-nav .list .scroll-item .ite:after{top: -3px;right: -3px;bottom: -3px;left: -3px;}
	
	
	
	
	
	.home2 .title_cont .btn1 a{line-height: 1;}



	.scroll-prev, .scroll-next{ position: absolute; top: 0; bottom: 0;  height: 100%;cursor: pointer; z-index: 1;display: block;width: 0.2rem;}
	.scroll-prev{ left: 0;}
	.scroll-next{ right: 0;}
	.scroll-prev:before, .scroll-next:before{content: ''; width: 0.2rem; height: 0.3rem; background-size: cover; background-repeat: no-repeat; background-position: center; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
	.scroll-prev:before{ background-image: url(../image/arr1a_1.png);left: 0;}
	.scroll-next:before{ background-image: url(../image/arr1_1.png);right: 0;}
	.home2 .cont .tab-nav .list .scroll-tab{position: relative;}
	.home2 .cont .tab-nav .list .scroll-box{margin: 0 0.5rem;}
	.home2 .title_cont .btn1 a{padding: 0 0.4rem;height: 0.7rem;line-height: 0.74rem;}

	




	/* 2020-07-13lyj */
	.home2 .cont .tab-nav .list .scroll-track{display: block;white-space: normal;padding: 0 0.5rem;}
	.home2 .cont .tab-nav .list .slick-prev{left: 0;}
	.home2 .cont .tab-nav .list .slick-next{right: 0;}
	.home2 .cont .tab-nav .list .scroll-box{margin: 0;}
	.home2 .cont .tab-nav .list .slick-arrow{width: 0.4rem;height: 0.6rem;line-height: 0.6rem;background-color: rgba(0, 0, 0, 0);}
	.home2 .cont .tab-nav .list .slick-arrow:after{font-size: 0.4rem;color: #007ECA;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite{background-color: #007ECA;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite .img img{display: none;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .ite .img img.hover{display: block;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .tit1 .t1{color: #3FADE3;}
	.home2 .cont .tab-nav .list .slick-current.slick-active .scroll-item .tit1 .t2{color: #3FADE3;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite{background-color: #fff;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img{display: block;}
	.home2 .cont .tab-nav .list .scroll-item.cur .ite .img img.hover{display: none;}
	.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t1{color: #333;}
	.home2 .cont .tab-nav .list .scroll-item.cur .tit1 .t2{color: #333;}
	.home4 .cont .num_list{white-space: normal;}
}



.why_us2{ position: relative; padding-top: 60px;}
.why_us2:before{ content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 266px; background-color: #f4f4f5;}
.why_us2 .tit{ margin-bottom: 30px; text-align: center;}
.why_us2 .tit .h36{ margin-bottom: 10px;}
.why_us2 .tit .h36 .b{ font-family: Impact; font-size: 84px; line-height: 1;}
.why_us2 .list{ overflow: hidden;display: flex;justify-content: space-evenly;}
.why_us2 .list-item{ position: relative;  margin: 0 1px; width: 23%;}
.why_us2 .list-item .img{ height: 330px; overflow: hidden;}
.why_us2 .list-item .img img{ display: block; width: 100%;}
.why_us2 .list-item .cont{ position: absolute; left: 0; right: 0; top: 100%; margin-top: -57px; padding: 15px 35px; background-color: rgba(0,0,0,0.4); color: #fff;}
.why_us2 .list-item .h18{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.why_us2 .list-item .box{ margin-top: 20px; height: 210px;}
/*.why_us2 .list-item .p{ line-height: 1.7142;}*/

.why_us2 .list-item .p + .p{ margin-top: 10px;}
.why_us2 .list-item .ul{ margin-top: 10px; overflow: hidden;}
.why_us2 .list-item .li{ position: relative;padding: 10px 0;}
.why_us2 .list-item .li:before{ content: ''; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; border-radius: 999px; background-color: #fff;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.why_us2 .list-item .pad{ padding-left: 20px;}



@media screen and (min-width: 751px){
	
    
	
	.why_us2 .list-item .cont{
		transition-property: top, margin, padding;
		transition-duration: .5s;
	}
	.why_us2 .list-item:hover .cont{ top: 0; margin-top: 0; padding: 38px 35px;}
	.why_us2 .list-item:hover .h18{ white-space: normal;}	
}


@media screen and (max-width: 750px){
	

	.why_us2{ padding: 1rem 0;}
	.why_us2:before{ display: none;}
	.why_us2 .tit{ margin-bottom: 0.3rem;}
	.why_us2 .tit .h36{ margin-bottom: 0.1rem;}
	.why_us2 .tit .h36 .b{ font-size: 1rem;}
	.why_us2 .list{flex-wrap: wrap;}
	.why_us2 .list-item{ margin-bottom: 0.1rem; float: none; margin: 0; width: 100%;}
	.why_us2 .list-item + .list-item{ margin-top: 0.2rem;}
	.why_us2 .list-item .cont{ top: 0; bottom: 0; margin-top: 0; padding: 1rem 0.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.why_us2 .list-item .h18{ white-space: normal;}
	.why_us2 .list-item .box{ margin-top: 0.2rem; margin-right: -0.3rem; padding-right: 0.3rem; overflow: auto;
		width: auto;
		height: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.why_us2 .list-item .p + .p{ margin-top: 0.1rem;}
	.why_us2 .list-item .ul{ margin-top: 0.1rem;}
	.why_us2 .list-item .li{ padding: 0.1rem 0;}
	.why_us2 .list-item .pad{ padding-left: 0.2rem;}


	
	.why_us2 .list-item{width: 100%;}
	.why_us2 .list-item .p,
	.why_us2 .list-item .pad{font-size: 0.28rem;}

	/* 2020-07-06lyj */
	

	/* 2020-07-08lyj */
	.why_us1 .t2,
	.why_us2 .tit .h36,
	.why_us3 .tit .h36,
	.why_us4 .tit .h36,
	.why_us5 .tit .h36,
	.why_us6 .tit .h36{font-size: 0.4rem;}
	.why_us1 .t2 .b,
	.why_us2 .tit .h36 .b,
	.why_us3 .tit .h36 .b,
	.why_us4 .tit .h36 .b,
	.why_us5 .tit .h36 .b,
	.why_us6 .tit .h36 .b{font-size: 0.4rem;}

	.why_us2 .list-item .cont{background-color: rgba(0,0,0,0.6);}
	.why_us1 .ul{font-size: 0;}
	.why_us1 .li{float: none;display: inline-block;}

	/* 20200709lyj */
}


