@charset "gb2312";
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,select,button,textarea,p,input,blockquote,th,td,font,form,p,h1,h2,h3,h4,h5,h6,span,a{padding:0px; margin:0px;}
html,body{ -webkit-text-size-adjust:none;color:#333; font-family:"sourcehansans"; background:#ffffff; overflow-x:hidden;}/*google浏览器字体兼容*/
input,button,select,textarea {background:none; border:none; outline:none}
img{border:0; vertical-align:top;}
ul,li{list-style-type:none;}
a{text-decoration:none; color:inherit; outline: none;}
a:hover{ color:inherit;  text-decoration:none;}
a:active {star:expression(this.onFocus=this.blur());}
.w1200 { width:75rem; margin:0 auto; padding:0; position:relative;}

.hd_out{ width:100%; height:7.5rem;}
.hd_top { width:75rem; margin:0 auto; padding-top:0.9375rem; background:#fff;}
.hd_top .top_l{ width:23.75rem; float:left;}
.hd_top .top_c{ width:28.125rem; float:left;}
.hd_top .top_c ul li{ font-size:1rem;}
.hd_top .top_c ul li img{ margin-right:0.3125rem;}


@font-face {
    font-family: "sourcehansans"; /* 这个名字可以自己定义 */
    src: url("./syzt/fonts/sourcehansans.eot"); /* IE9 Compat Modes */
    /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
    src: url("./syzt/fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */ url("./syzt/fonts/sourcehansans.woff") format("woff"),
        /* Modern Browsers */ url("./syzt/fonts/sourcehansans.ttf") format("truetype"),
        /* Safari, Android, iOS */ url("./syzt/fonts/sourcehansans.svg#YourWebFontName") format("svg"); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
}

/*!--========nav=========-*/
.header {background-color: #fff}
.header .nav {height: 3.625rem;line-height: 3.625rem;position: relative;z-index:99;background-size: contain}
.header .nav .nav-ul {font-size: 0}
.header .nav .nav-ul>li {display: inline-block; }
.header .nav .nav-ul>li>a {color: #000;font-size: 1.375rem;display: block;}
.header .nav .cur{ margin:0 2.5rem;}
.header .nav .nav-ul>li+li {margin:0 2.8125rem;}
.subnav {color: #000;font-size: 0.875rem;position: absolute;display: none;left: 0;right: 0;top: 3.625rem;z-index: 999;border-top: 1px solid rgba(214, 214, 214);/*background: linear-gradient(135deg, rgba(0,103,187,0.95) 0%, rgba(10,158,69,0.95) 100%);*/background:#fff;background-size: contain;/*box-shadow: 0px 1px 1px rgba(0,0,0,0.08)*/}


.layout {width: 75rem;margin-left: auto;margin-right: auto}
.subnav>.layout {
	width: 75rem;
	margin: 0 auto;

	position: relative;
	box-sizing: border-box
}
.subnav>.layout>* {
	padding: 2.5rem 0 1.25rem
}
.subnav .dropTitle {
	float: left;
	width: 14%;
	position: relative;
	height: 100%;
	letter-spacing: .2em
}
.subnav .dropTitle h1 {
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 1.875rem;
	line-height: 1;
	font-weight:normal;
}
.subnav .dropTitle h1:after {
	content: '';
	display: block;
	width:4.125rem;
	height:3px;
	background-color: #828282;
	margin-top: 1.25rem
}
.subnav .dropTitle h1 a {
	color: #333333;
}
.subnav .dropMenu {
	overflow: hidden;
	float: left;
	width: 25.51%;
	box-sizing: border-box;
	padding-top: 2.1875rem
}
.subnav .dropMenu li {
	float: left;
	width: 50%;
	text-align: left
}
.subnav .dropMenu li a {
	line-height: 2.25rem;
	height:  2.25rem;
	font-size: 0.9375rem;
	padding-left: 1.875rem;
	display: block;
	box-sizing: border-box;
	transition: none;
	color: #fff
}

.subnav .menucontent {
	width:60%;
	float: left;
	box-sizing: border-box;
	
	border-left: 1px solid rgba(214, 214, 214);
	border-right: 1px solid rgba(214, 214, 214)
}
.subnav .menucontent>div {
	line-height: 1;
	padding: 0 2.5rem;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left
}

.subnav .menuFixed {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 23.33%;*/
	height: 100%;
	padding-top:2.3125rem !important;
	padding-left: 1.25rem;
	box-sizing: border-box
}

.menuFixed_zj{ padding:0 !important;}

.subnav .menuFixed a {
	width: 50%;
	float: left;
	font-size: 1rem;
	margin-bottom: 0.9375rem;
	text-align: center;
	color: #333;
	line-height: 2.5rem;
}
.subnav .menuFixed a:hover {
	color: rgba(34, 186, 59,1)
}
.subnav .menuFixed a:hover i {
	animation-name: tada;
	transform-origin: center
}
.subnav .menuFixed a i {
	font-size: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	transition: .3s;
	display: block;
	height: 2.5rem;
}
.subnav .subcol>h2 {
	font-size: 1.25rem;
	padding-bottom: 1.25rem;
	font-weight: normal;
	position: relative;
	border-bottom: 1px solid rgba(214, 214, 214);
	margin-bottom: 1.25rem;
}
.subnav .subcol>h2 a {
	color: #333;
}
.subnav .subcol>h2>hr {
	display: block;
	position: absolute;
	width:2.5rem;
	border:2px solid #828282;
	top:1.6875rem;
}
.subnav .subcol .colpage-img {
	width: 25.25rem;
}
.subnav .subcol p {
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: justify
}
.subnav .subcol .more {
	display: block;
	width: 8rem;
	height: 1.875rem;
	line-height: 1.875rem;
	text-align: center;
	background-color: #fff;
	color: #828282;
	border:2px solid #828282;
	border-radius: 1.25rem;
	margin-top: 0.9375rem
}
.subnav .subcol .more:hover {
	background-color: #4cb034;
	color: #fff;
	border:2px solid #4cb034;
	border-radius: 1.25rem;
}

.subnav .subcol .zdxw ul li{
	background:url(../images/hd_xwt1.png) no-repeat 0px 10px;
	line-height: 1.5;
	margin-top: 0.5rem;
	text-align: justify;
	font-size:1rem;
	color:#333;
	text-indent:1em;
}
.subnav .subcol .zdxw li:hover
{
	background:url(../images/hd_xwt2.png) no-repeat 0px 10px;
	color:#4cb034 !important;	
}
.subnav .subcol .zdxw .diamond {
	width:0.5625rem;
	height:0.5625rem;
	background-color: #000;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg); 
	-webkit-transform: rotate(45deg); 
	-o-transform: rotate(45deg);
	margin:0.1875rem 0.3125rem 0 0px;
	float:left;
}

.subnav .subcol .hd_zj ul li{ width:5rem; padding: 0 0.625rem 1.875rem 0.9375rem; float:left;}
.iconfont{display:inline-block;font-size:1rem;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.float-bg{ width:4.0625rem;height:0.1875rem;background:#021a90;position:absolute;left:0;bottom:0;z-index:-1;opacity:0;filter:alpha(opacity=0)}
.hd_zj li{ width:5rem; height:5rem; margin:0 0.9375rem 1.875rem 1.9rem; float:left; overflow:hidden; position:relative;}
.hd_zj .toll_img{ width:4.6875rem; height:4.6875rem;}
.hd_zj .toll_info{ height:5rem; color: #4cb034;vertical-align:middle;display:table-cell;}
.hd_zj li p{ padding:0.625rem; font:normal 1rem/1.5rem '微软雅黑'; cursor:pointer;}
.hd_zj li a{ color:#666; text-decoration:none; position:absolute; top:0; left:0;}
/*--=========nav end=========---*/


/*---------==========banner===========--*/
/*#imageShow{clear:both;}
#imageShow .imagebg{height:550px;overflow:hidden;position:relative;}
#imageShow .imagebg li{height:550px;overflow:hidden;position:absolute;top:0;left:0;width:100%;display:block;filter:alpha(opacity=0);opacity:0;}
#imageShow .imagebg li a.bannerbg_main{width:100%;position:absolute;top:0;right:0;height:550px;display:block;}
.scrollbg{height:95px; margin-top:-50px;}
.scroll{margin:0 auto;width:900px;height:95px;position:relative;}
.s_pre, .s_next{display:block;width:48px;height:91px;position:absolute;}
a.s_pre{background:url(../images/banner_left_2.png) no-repeat;top:27px;left:0; height:60px; z-index:5;}
a.s_next{background:url(../images/banner_right_2.png)no-repeat;top:27px;right:0; height:60px; z-index:5;}
.outScroll_pic{ height:91px;margin-left:70px;overflow:hidden;position:relative;width:735px;top:2px;}
.outScroll_pic .scroll_pic{position:absolute}
.scroll_pic{margin:0 auto;width:40000px;height:91px;}
.scroll_pic li{float:left;float:left;height:91px;width:230px;margin:5px 9px;_margin:5px 14px 5px 4px;cursor:pointer;}
.scroll_pic li.currently img{filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important;}
.scroll .current{width:230px;height:86px;border:2px #ff780d solid;background:url(../images/arrow_on.png) 50% -4px no-repeat;z-index:10;position:absolute;top:5px;left:0;}
.index_zhuanjia_left_inc{ width:50px; height:100px; position:absolute;left:10px;top:200px; cursor:pointer;background: #000 url(../images/preImg.png)no-repeat 10px 20px;opacity: 0.1;border-radius:10px; z-index:9}
.index_zhuanjia_right_inc{width:50px; height:100px; position:absolute;right:10px;top:200px; cursor:pointer;background: #000 url(../images/nexImg.png)no-repeat 10px 20px;opacity: 0.1;border-radius:10px; z-index:9}
.index_zhuanjia_left_inc:hover{ width:50px; height:100px; position:absolute;left:10px;top:200px; cursor:pointer;background: #000 url(../images/preImg.png)no-repeat 10px 20px;opacity: 0.8;border-radius:10px; z-index:9}
.index_zhuanjia_right_inc:hover{width:50px; height:100px; position:absolute;right:10px;top:200px; cursor:pointer;background: #000 url(../images/nexImg.png)no-repeat 10px 20px;opacity: 0.8;border-radius:10px; z-index:9}
*/
#imageShow{clear:both; height:37.187rem;position:relative; z-index:10;}
#imageShow .imagebg{height:34.375rem;overflow:hidden;position:relative;}
#imageShow .imagebg li{height:34.375rem;overflow:hidden;position:absolute;top:0;left:0;width:100%;display:block;filter:alpha(opacity=0);opacity:0;}
#imageShow .imagebg li a.bannerbg_main{width:100%;position:absolute;top:0;right:0;height:34.375rem;display:block;}
.scrollbg{ height:115px; margin-top:-70px;}
.scroll{ margin:0 auto;width:56.25rem;height:115px;position:relative;}
.scroll:hover .s_pre, .scroll:hover .s_next{ display:block;}
.s_pre, .s_next{margin-top:20px;display:block;width:3rem;height:91px;position:absolute;display:none;}
a.s_pre{background:url(../images/banner_left_2.png) no-repeat;top:27px;left:0; height:60px; z-index:5;}
a.s_next{background:url(../images/banner_right_2.png)no-repeat;top:27px;right:0; height:60px; z-index:5;}
.outScroll_pic{ height:111px;margin-left:4.375rem;overflow:hidden;position:relative;width:45.9375rem;top:2px;}
.outScroll_pic .scroll_pic{position:absolute}
.scroll_pic{margin:0 auto;width:40000px;height:111px;;}
.scroll_pic li{float:left;float:left;height:91px; width:14.375rem;margin:1.5625rem 0.5625rem 0.3125rem 0.5625rem;_margin:0.3125rem 0.875rem 0.3125rem 0.25rem;cursor:pointer;}

.scroll_pic li.currently{
	margin-top:5px;
}

/*.scroll .current{width:230px;height:91px;z-index:10;position:absolute;top:5px;left:0;}*/
.scroll .current{width:14.375rem;height:91px;border:2px #ff780d solid;background:url(../images/arrow_on.png) 50% -4px no-repeat;z-index:10;position:absolute;top:5px;left:0;}
.index_zhuanjia_left_inc{ left:0.625rem;top:12.5rem; background: #000 url(../images/preImg.png)no-repeat 0.5625rem 1.25rem;opacity: 0.5;border-radius:10px; z-index:9}
.index_zhuanjia_right_inc{ right:0.625rem;top:12.5rem;background: #000 url(../images/nexImg.png)no-repeat 0.6875rem 1.25rem;opacity: 0.5;border-radius:10px; z-index:9}
.index_zhuanjia_left_inc,.index_zhuanjia_right_inc{
	position:absolute;
	width:3.125rem; height:6.25rem;
      z-index:100; 
	cursor:pointer;
	display:none;
}
#imageShow:hover .index_zhuanjia_left_inc,#imageShow:hover .index_zhuanjia_right_inc{
	display:block;
}



.hd_bzm{ width:100%;background:#f8f8f8;height:18rem; margin-top:-45px;}
.hd_bz{ height:100px; padding:4.375rem 0; }
/*.hd_bz ul li{ float:left; width:5.625rem; height:auto; margin:0.9375rem; font-size:1.125rem; color:#000; background:url(../images/menu_1.png) no-repeat; text-align:center;}
.hd_bz ul li:hover{ float:left; width:5.625rem; height:auto; margin:0.9375rem; font-size:1.125rem; color:#4cb034; background:url(../images/menu_2.png) no-repeat; text-align:center;}
*/
.new_dhl{ width:34.375rem; height:9.3125rem; background:url(../images/new_dhl.png) no-repeat; float:left; background-size:100%;}
.hd_bz ul{ margin-top:1.5rem;}
.hd_bz ul a{ float:left; width:6.25rem; height:6.5625rem !important;font-size:1.125rem; margin:0; border-right:1px solid #999 !important;  height:auto; text-align:center;}
.new_dhl ul a:last-child{ border-right:none !important;}
.new_dhl ul{ margin-left:2.8125rem;}
.new_dhr ul a:last-child{ border-right:none !important;}
.new_dhr{ width:40rem; height:9.3125rem; background:url(../images/new_dhr.png) no-repeat; float:right; background-size:100%;}
.hd_bz ul a:hover{ color:#009;}


/************mtdt****************/
.mtdt{ height:26rem; margin-top:3.125rem;}
.mtdt .mt_l{ width:20.3125rem; height:26.875rem; float:left;}
.mtdt .mt_l img{ width:20.125rem;}
.mtdt .mt_c{ width:28.75rem; height:26.875rem; float:left;}
.mtdt .mt_c .twfd_right{ width:27.8125rem; height:26.875rem; float:left; margin-left:1.875rem;}
.mtdt .mt_c .twfd_right1{ width:27.8125rem; height:2.3rem; /*border-bottom:2px solid #e9e9e9;*/}

.mtdt .mt_c .twfd_right1 h1{ font-weight:normal; font-size:24px;}
.mtdt .mt_c .twfd_right1 h1 img{ margin-right:0.625rem; vertical-align:text-bottom;width:38px; height:30px;}
.mtdt .mt_c hr{ width:7.5rem; height:3px; background:#021a90; border:none; float:left;}

.mtdt .mt_c .twfd_right1 li{ width:7.5rem; height:1.125rem; float:left; font-size:1.125rem; color:#021a90; margin-right:1.5625rem; }
.mtdt .mt_c .twfd_right1 li p{ width:1px; height:1.0625rem; float:right;margin-top:0.3125rem; color:#e4e4e4;}
.mtdt .mt_c .twfd_right1 li a{ display:block; height:2.25rem;line-height:2.0625rem;  float:left; font-size:1.5rem; color:#000;}
.mtdt .mt_c .twfd_right1 li.on a{ border-bottom:3px solid #021a90; color:#021a90;}
.mtdt .mt_c .twfd_right21{ width:27.8125rem; height:16.25rem;}
.mtdt .mt_c .twfd_right211{ width:27.8125rem; height:6.25rem; margin-top:2rem; border-bottom:2px solid #e9e9e9;}
.mtdt .mt_c .twfd_right211 li{ float:left;}
.mtdt .mt_c .dzzl1{ width:5.5rem; height:4.0625rem; background:#0021c2; color:#fff; font-size:1rem; text-align:center; padding-top:1.25rem; border-radius:25px 5px 25px 25px;}
.mtdt .mt_c .dzzl1 p{ font-size:1.25rem; font-weight:bold; margin-top:5px;}
.mtdt .mt_c .dzzl2{ width:21.25rem; height:auto; margin-left:0.625rem; font-size:1rem; color:#2f2f2d; line-height:1.625rem; text-indent:2em;}
.mtdt .mt_c .dzzl2 h2{ color:#000; font-size:1.375rem; text-indent:0; font-weight:normal; margin-bottom:0.625rem;}
.mtdt .mt_c .dzzl2 p a{ color:#4cb034;}
.mtdt .mt_c .twfd_right212{ width:27.8125rem; margin-top:0.525rem;}
.mtdt .mt_c .twfd_right212 a{ display:block; width:27.8125rem; height:2.125rem; line-height:1.75rem;/* text-indent:4em; background:url(../images/scroll_bg.png) 0 5px no-repeat;*/ font-size:1.125rem; color:#2f2f2d; margin-top:0.4375rem;border-bottom:1px #e4e4e4 solid; float:left;}
.mtdt .mt_c .twfd_right212 a:last-child{ border:none;}
.mtdt .mt_c .twfd_right212 a:hover{ color:#4cb034;}
.mtdt .mt_c .twfd_right212 a span{ color:#999999; font-size:1rem; float:right;}
.mtdt .mt_r{ width:22.5rem; height:26.875rem;float:right;}
.mtdt .mt_r .title h1{ font-weight:normal; font-size:1.5rem;}
.mtdt .mt_r .title h1 img{ margin-right:0.625rem; vertical-align:bottom;}
.mtdt .mt_r .title h1 a{ font-size:0.875rem; float:right; padding-top:0.625rem;}
.mtdt .mt_r .title hr{ width:7.5rem; height:3px; background:#021a90; border:none; float:left;}
.mtdt .mt_r ul{ margin-top:2.1875rem; clear:both; }
.mtdt .mt_r ul li img{ float:left; width:8.0625rem; height:4.6875rem; margin-right:1.25rem;}
.mtdt .mt_r ul li{font-size:1.125rem; height:5.3125rem; color:#000; border-bottom:1px #e4e4e4 solid; margin-top:0.625rem;}
.mtdt .mt_r ul li:last-child{ border:none;}
.mtdt .mt_r ul li span{ float:right; color:#aaaaaa; font-size:0.875rem; padding:0.625rem;}

/*************  doc*******************/
.doc_m{ width:100%; height:48.25rem; background:url(../images/exp_bg.jpg) 50% 50% no-repeat;}
.doc_m .title h1{ font-size:3.75rem; color:#fff; text-align:center; letter-spacing:2px; padding-top:3.75rem; height:8.125rem;}
.jb_4C{width:75rem; height:35.625rem; margin:0 auto;}
.dq{width:75.313rem;height:35rem;position:relative;overflow:hidden;}
.jb_4C_3{width:75rem; height:35rem; position:absolute;top:-31.25rem;}
.jb_4C_3L{/*width:20px;*/ height:15.625rem; padding-top:12.5rem; float:left;}
.jb_4C_3C{width:77.5rem; height:30.625rem;float:left; }
.c4g{height:30.625rem; float:left; width:18.75rem; }
.c4g1{width:17.5rem; height:30.625rem; float:left; }
.jb_4C_3C li {width:17.5rem; height:30.625rem; float:left; margin-left:1.625rem; background:#FFF}
.jb_4_3bor_1{width:17.5rem; height:15.1875rem; float:left;background:#021a90; text-align:center;}
.jb_4_3bor_2{width:17.5rem; height:15rem; float:left;background:#FFF}
.jb_4_3bor_2_1{width:17.5rem; height:3.75rem; padding-top:1.25rem; float:left; font-size:1.125rem; font-weight:bold; color:#000;text-align:center}
.jb_4_3bor_2_1 span { font-size:1rem; font-weight:normal;}
.jb_4_3bor_2_2{width:16.875rem; height:5.625rem; padding:0px 0.625rem 0px 0.625rem ; float:left; font-size:0.875rem; color:#000; line-height:1.375rem;}
.jb_4_3bor_2_2 p span{ font-weight:bold;}
.jb_4_3bor_2_3{width:17.5rem; height:2.5rem; float:left}
.jb_4_3bor_2_3 li {width:6.875rem; height:2.5rem; line-height:2.5rem; float:left; background:#25c100; border-radius:50px; text-align:center; color:#FFF; font-size:1rem; margin-left:1.25rem;}
.jb_4_3bor_2_3 li.on { background:#0016bc}
.jb_4C_3C .slick-prev:before, .slick-next:before { position: absolute; left: 0; top: 1px; color:#B3CDE6; content:""}
.jb_4C_3C .slick-prev { width:2.875rem; height:2.875rem; left:32.5rem; top:31.875rem; background:url(../images/button_left_n.png) no-repeat;}
.jb_4C_3C .slick-next {width:2.875rem; height:2.875rem; right:35rem; top:31.875rem; background:url(../images/button_right_n.png) no-repeat;}
.jb_4C_3C .slick-prev:hover { width:2.875rem; height:2.875rem; left:32.5rem; top:31.875rem; background:#FFF url(../images/button_left_y.png) center no-repeat; border-radius:50px;}
.jb_4C_3C .slick-next:hover {width:2.875rem; height:2.875rem; right:35rem; top:31.875rem; background:#FFF url(../images/button_right_y.png) center no-repeat;border-radius:50px;}
.jb_4_3bor_1 img{ width:17.5rem; height:15.1875rem;}

/************ jis **************/
.new_js{ height:53.125rem; margin-top:5rem;text-align:center;}
.new_js .js_title{ height:11.25rem;}
.new_js .js_title h1{ font-size:3.75rem; color:#0013aa;}
.solution-list{position:relative;height:31.25;z-index:9;width:75rem;margin:0 auto;}
.short-bar{width:auto; text-align:center; font-size:1rem; color:#fff; padding-top:1.25rem;}
.solution-list ul li{float:left;width:18.75rem;position:relative;height:30.875rem; text-align:center;transition:all .5s;-moz-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
.solution-list ul li .dc_img{ padding:7.5rem 0 1.875rem 0; height:7.5rem;}
.solution-list ul li .dc_img img{ border:#fff 2px solid; border-radius:30px;}
.solution-introhr{ display:none;position:absolute;left:50%;margin-left:-1.25rem;}
.active .solution-introhr{ display:block;bottom:13.8125rem;background-color:#fff;width:2.5rem;height:2px;opacity:1; font-size:1.375rem;filter:alpha(opacity=100);}
.solution-item-wrapper{width:18rem;height:30.875rem;background:url(../images/bg_agin_1.jpg) center no-repeat}
.solution-item-02{background-image:url(../images/bg_agin_2.jpg)}
.solution-item-03{background-image:url(../images/bg_agin_3.jpg)}
.solution-item-04{background-image:url(../images/bg_agin_4.jpg)}
.active .solution-item-wrapper{position:absolute;z-index:9;top:-3.875rem;left:-0.5625rem;width:19.125rem;height:39.625rem;background:url(../images/bg_end_1.jpg) no-repeat;-webkit-box-shadow:0 5px 40px rgba(0,0,0,.5);-moz-box-shadow:0 5px 40px rgba(0,0,0,.5);box-shadow:0 5px 40px rgba(0,0,0,.5)}
.active .solution-item-02{background-image:url(../images/bg_end_2.jpg)}
.active .solution-item-03{background-image:url(../images/bg_end_3.jpg)}
.active .solution-item-04{background-image:url(../images/bg_end_4.jpg)}
.solution-list ul li p.solution-title{width:100%;text-align:center;color:#fff;font-size:1.5rem;z-index:2}
.solution-list ul li p.solution-intro{position:absolute;left:50%;margin-left:-7.5625rem;width:15.125rem;overflow:hidden;color:#fff;line-height:1.5;z-index:2;opacity:0;filter:alpha(opacity=0);font-size:0.875rem;text-align:center}
.solution-list ul li a{display:none;position:absolute;top:28.25rem;left:50%;margin-left:-5.4375rem;width:10.875rem;height:2.5rem;line-height:2.5rem;text-align:center;font-size:0.875rem;color:#fff;z-index:2;background-color:#0af}
.solution-list ul li a:hover{background-color:#0099e5;transition:all .6s;-moz-transition:all .6s;-webkit-transition:all .6s;-o-transition:all .6s}
.solution-list ul li.active p.solution-title{top:9.875rem;font-size:1.375rem;}
.solution-list ul li.active p.solution-intro{bottom:4.25rem;opacity:1; font-size:1.375rem;filter:alpha(opacity=100);}
.solution-list ul li.active a{top:24.25rem;display:block}
.intro_2{ bottom:6.25rem !important;}
.intro_1{ bottom:6.25rem !important; width:auto !important;}
/**************bwg**************************/
.bwg_m{ width:100%; height:54.8125rem; background:url(../images/museum_bg.jpg) 50% 50% no-repeat;background-attachment:fixed;}
.bwg_m .title{ height:15rem;}
.bwg_m .title h1{ font-size:3.75rem; color:#0013aa; text-align:center; letter-spacing:2px; padding-top:3.75rem; height:5.625rem;}
.bwg_m .title p{ font-size:1.625rem; color:#000; text-align:center;}

.bwg_sb{height:43.75rem;}
.bwgSlides_sb,.anli_slides,.ggslides {width:100%;overflow:hidden; margin-top:3px;}
.bwgSlides_sb li,.anli_slides li,.ggslides li {width:100%;height:100%;float:left;overflow:hidden;}
.bwgSlides_sb li a,.anli_slides li a,.ggslides li a {display:block;width:100%;height:100%;}
.bwgSlide_container_sb a {position:relative;}
.bwgSlide_foncus_sb {left:0; margin-top:1.25rem; width:100%;height:1.25rem;overflow:hidden;text-align:center;}
.bwgSlide_foncus_sb span,.anliSlide_foncus_sb span {display:inline-block;width:1.25rem;height:100%;  background:#999;margin:0 0.5625rem;cursor:pointer;border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}
.bwgSlide_foncus_sb span.active,.anliSlide_foncus_sb span.active {background:#021a90;width:2.1875rem;border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;}


/**************gyl*******************/
.gyl{ height:25rem; margin:4.375rem auto;}
.gyl .gyl_m{ width:22.1875rem; float:left;}
.gyl .gyl_m .title { height:2.8125rem;}
.gyl .gyl_m .title h1{ font-weight:normal; font-size:1.5rem; color:#000;}
.gyl .gyl_m .title h1 img{ margin-right:0.625rem; vertical-align:bottom;}
.gyl .gyl_m .title h1 a{ font-size:0.875rem; float:right; padding-top:0.625rem;}
.gyl .gyl_m .title h1 a:hover{color:#4cb034;}
.gyl .gyl_m .title hr{ width:5.3125rem; height:0.1875rem; background:#021a90; border:none; float:left;}
.gyl .gyl_m .gyl_im{ width:22rem; height:8.75rem; margin:1.25rem 0;}
.gyl .gyl_m .gyl_imgs a:last-child{ float:right;}
.gyl .gyl_m ul li{ font-size:1.125rem; color:#000; background:url(../images/list.png) left no-repeat; height:2.1875rem; line-height:2.1875rem; text-indent:1.2em;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.gyl .gyl_m ul li:hover{ color:#4cb034;}
.gyl .gyl_c{ margin-left:4.0625rem;}
.gyl .gyl_r{ float:right !important;}

.gyl_im img{ width:21.9375rem; height:8.625rem;}
.gyl_imgs img{ width:10.625rem !important; height:8.625rem;}


.jyzn{ width:100%; height:49.0625rem; background:url(../images/guide_bg.png) 70% 70% no-repeat;background-size:100%;background-attachment:fixed;}
.jyzn .zn_m .tbd{ padding-top:11.25rem;}
.jyzn .zn_m ul li{ width:18.125rem; height:11.875rem; text-align:center; color:#000;  font-size:1.375rem; float:left; position:relative; margin:0.3125rem;}
.jyzn .zn_m .t1{ background: #021a90 url(../images/guide_icon.png) center no-repeat; color:#fff; position:relative; width:36.875rem;}
.jyzn .zn_m .t1 span{ position:absolute; font-size:0.875rem;right:1.25rem; bottom:1.25rem;}
.jyzn .zn_m .t1 p{ position:absolute; left: 6.875rem;    top: 4.8125rem;    font-size: 1.625rem;}
.jyzn .zn_m ul li p{position:absolute; left:6.5625rem;bottom:2.5rem;}
.jyzn .zn_m .t2{ background:#fff url(../images/icon_med_1.png)no-repeat center; }
.jyzn .zn_m .t3{ background:#fff url(../images/icon_reg_1.png) no-repeat center; }
.jyzn .zn_m .t4{ background:#fff url(../images/icon_order_1.png) no-repeat center; }
.jyzn .zn_m .t5{ background:#fff url(../images/icon_inquiry_1.png) no-repeat center; }
.jyzn .zn_m .t6{ background:#fff url(../images/icon_test_1.png) no-repeat center; }
.jyzn .zn_m .t7{ background:#fff url(../images/icon_way_1.png) no-repeat center; }
.jyzn .zn_m .t2:hover{ background:#4cb034 url(../images/icon_med_2.png) no-repeat center;color:#fff; }
.jyzn .zn_m .t3:hover{ background:#4cb034 url(../images/icon_reg_2.png) no-repeat center; color:#fff;}
.jyzn .zn_m .t4:hover{ background:#4cb034 url(../images/icon_order_2.png) no-repeat center;color:#fff; }
.jyzn .zn_m .t5:hover{ background:#4cb034 url(../images/icon_inquiry_2.png) no-repeat center;color:#fff; }
.jyzn .zn_m .t6:hover{ background:#4cb034 url(../images/icon_test_2.png) no-repeat center;color:#fff; }
.jyzn .zn_m .t7:hover{ background:#4cb034 url(../images/icon_way_2.png) no-repeat center;color:#fff; }
/*************** foot **********************/
.foot{ height:19.375rem; margin:3.125rem auto;}
.foot .f_l{ width:19.375rem; height:295px; border-right:#CCC 1px solid; height:auto; float:left;}
.foot .f_l img{ width:19.25rem;}
.foot .f_c{ width:36.25rem; height:295px; border-right:#CCC 1px solid; float:left; margin-left:3.125rem;}
.foot .f_c .img{ height:4.375rem; margin-top:1.5625rem;}
.foot .f_c .img img{ width:27.25rem;}
.foot .f_c p{ font-size:1.375rem; line-height:3.4375rem; height:4.375rem;}
.foot .f_c p img{ margin-right:0.9375rem;}
.foot .f_c hr{ border:none; width:33.125rem; height:1px; background:#999; float:left; margin-bottom:1.25rem;}
.foot .f_c ul li{ font-size:1.125rem; color:#666666; height:1.875rem; clear:both;}
.foot .f_c ul li span{ font-size:1rem;}
.foot .f_r{ float:right; margin-top:-0.125rem; width:13.3125rem; height:14.625rem;  position:relative;}
.foot .f_r p{ position:absolute; font-size:1.125rem; color:#333;}
.foot .f_r .p_1{ left:0.9375rem; top:6.875rem;}
.foot .f_r .p_2{ right:0.9375rem; top:6.875rem;}

/********************************* view ****************************************/


.view_m{ width:100%; height:auto; background:url(../images/list_art_bg.jpg) 50% 50% no-repeat;background-attachment:fixed; margin:-2.8125rem 0 3.75rem 0;}
.view_body{padding-top:8rem;}
.con_left { float:left; width:52.5rem;padding-bottom:1.25rem; min-height:1209px;border-right:#c6c6c6 1px solid;}

.dqwz_lst { height:auto; margin:0; width:48.75rem;position:relative;}
.list_m{ width:48.75rem; height:9.375rem;border-bottom:#e4e4e4 1px solid; margin-top:3rem;}
.list_m .lst_l{ width:13.75rem; height:6.625rem; float:left;}
.list_m .lst_l img{width:13.75rem; height:6.625rem;}
.list_m .lst_r{ width:33.75rem; height:auto; float:right;}
.list_m .lst_r h3{ font-size:1.25rem; font-weight:normal; color:#000;}
.list_m .lst_r p{ font-size:1.125rem; line-height:1.75rem; padding:1rem 0; color:#333;}
.list_m .lst_r span{ color:#bbbbbb; font-size:1rem; float:right;}
.list_m .lst_r p a{ color:#4aad39;}
.page {
height: 2.375rem;
width: 48.75rem;
margin:3.125rem auto 0;
}

.page {
font-size: 1.25rem;
}

.page li {
float: left;
font-family: Tahoma;
line-height: 1.875rem;
margin-right: 0.625rem;
padding: 0.125rem 0.75rem 0.125rem;
border: 1px solid #E9E9E9;
background-color: #ffffff;
}

.page li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
background-color: #011a90;
color:#fff;
padding: 0.125rem 0.75rem 0.125rem;
font-weight: normal;
border: 1px solid #000000;
}


.dqwz { height:3.4375rem; margin:0 0.9375rem; width:48.75rem;position:relative;}
.dqwz_in { height:2.8125rem; line-height:2.5rem; font-size:1.25rem; color:#666666; text-indent:2.2em; background:url(../images/view_title1.png) 0 2px no-repeat; border-bottom:#c6c6c6 1px solid;}
.dqwz_in hr{ width:5.625rem; height:2px; background:#021a90; border:none; float:left; position:absolute; top:2.125rem; left:0;}
.view_tltle{ height:auto;width:48.75rem; /*margin:2.5rem 0.9375rem;*/margin:0 0.9375rem; line-height:2.5rem; text-align:center; border-bottom:#c6c6c6 1px solid;}
.view_tltle h1{ font-size:2.25rem; color:#000; height:auto;margin-bottom:20px;}
.view_tltle p{ font-size: 1.125rem;color: #666666; width: 28.125rem;margin-left: 18%; height: 3.125rem; line-height:2.5rem; margin-top: 1.875rem;}
.view_tltle p a{ background:#0015b9; color:#fff; border-radius:20px; font-size:1rem; line-height:2.1875rem; height:2.1875rem; padding:0px 0.625rem; float:right;}

.wz_con { width:48.75rem;padding-bottom:3.75rem; margin:0 auto;}

.wz_body { width:46.875rem; margin:1.875rem auto; font-size:1.125rem; line-height:1.875rem; color:#000;}
.wz_body p { padding-bottom:15px; text-indent:2em;}

.wz_dbbtn { width:46.875rem; height:6.9375rem; margin:3.75rem auto;}
.wz_dbbtn li { width:15.625rem; height:6.5625rem; float:left; text-align:center;}
.wz_dbbtn li img { width:14.9375rem; height:6.5625rem;}
.sypxyp { width:48.125rem; margin:1.875rem 0; height:3.125rem; line-height:3.125rem; border-top:#c6c6c6 1px solid; border-bottom:#c6c6c6 1px solid;}
.sypxyp li { width:22.5rem; margin-right:1.25rem; height:3.125rem; float:left; text-indent:2.5em; font-size:1rem; color:#2f2f2d; background:url(../images/view_next1.png) 0.4375rem 0.8125rem no-repeat; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}


.con_right_m{ margin:0 0.625rem;}
.con_right { float:right; width:21.25rem; height:auto;  z-index:2; position:relative; margin:0; }
.right_yygk_tit{ width:20.3125rem; height:3.25rem; margin:0 0.625rem;position:relative;}
.right_yygk_tit h2{ height:2.6875rem; line-height:2.1875rem; font-size:1.5rem; font-weight:normal; color:#000; text-indent:2.2em; background:url(../images/view_right-tit1.png) 0 0.125rem no-repeat; border-bottom:#c6c6c6 1px solid;}
.right_yygk img{ width:20rem; height:10.875rem;}
.right_yygk_tit hr{ width:5.625rem; height:0.125rem; background:#021a90; border:none; float:left; position:absolute; bottom:0; left:0;}
.right_yygk{ width:20.3125rem; text-align:center; margin:1.25rem 0.625rem;}
.right_yygk p{ font-size:1.125rem; text-align:left; line-height:1.75rem; margin-top:1.25rem; color:#333;}
.right_yygk p a{ color:#4aad39;}
.r_zxzx{width:20.3125rem;  margin:2.5rem 0.625rem; height:6.875rem;}
.r_zxzx ul li{ width: 6.3125rem; height:7.0625rem; text-align:center; float:left; color:#fff; font-size:1rem; background:url(../images/view_right-tbbg1.png) center no-repeat;}
.r_zxzx ul li img{ padding:0.8125rem 0 0 0; width:3rem; height:3rem;}
.r_zxzx ul li:hover{background:url(../images/view_right-tbbg2.png) center no-repeat;}
.con_right_m img{ width:20.25rem; height:5rem;}


/*咨询入口字体渐变*/
.r_zxzx ul li p{
	color: #ffe7c1;
}
@media  screen and (-webkit-min-device-pixel-ratio:0) {
	.r_zxzx ul li p{
      background: -webkit-gradient(linear,left top,right top,from(#ffe7c1),to(#fff));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
}
.right_zjfd { height:auto; margin:2.5rem 0.625rem;}
.right_zjfd .right_yygk_tit h2{ background:url(../images/view_right-tit2.png) 0 0.125rem no-repeat;}
.right_zjfd ul li{ height:16.25rem; border-bottom:1px #c6c6c6 solid; margin-top:1.875rem;}
.right_zjfd ul li:last-child{ border:none;}
.right_zjfd .zj_l{ width:8.75rem; float:left; margin-right:0.9375rem; padding-top:0.3125rem;}
.zj_l img{ width:9.125rem; height:10rem;}
.right_zjfd .zj_r{  text-align:left; }
.right_zjfd .zj_r h1{ font-size:1.25rem; color:#000; font-weight:normal;}
.right_zjfd .zj_r h1 span{ font-size:1rem;color:#333;}
.right_zjfd .zj_r h2{ font-size:1.125rem; color:#4aad39; font-weight:normal;  margin:0.3125rem 0;}
.right_zjfd .zj_r hr{height:0.0625rem; background:#c6c6c6; border:none; }
.right_zjfd .zj_r p{ font-size:1rem; color:#000; line-height:1.5625rem;}
.right_zjfd .zj_r p span{ font-size:1.125rem;}
.right_zjfd  .zj_zx{ margin:1.5625rem 0.9375rem; }
.right_zjfd  .zj_zx a{ float:left; background-image:linear-gradient(to right, #000c83 , #0017c0); border-radius:20px; color:#fff; font-size:1.125rem; padding:0.375rem 1.25rem; margin:0 0.9375rem;}
.right_zjfd  .zj_zx .a_r{ background-image:linear-gradient(to right, #21a900 , #27c900); }


.right_gh{ margin:0 0.625rem 2.5rem 0.625rem;}
.right_gh .right_yygk_tit h2{ background:url(../images/view_right-tit3.png) 0 0.125rem no-repeat;}

.czys_right1{ width:20.3125rem; height:2.875rem; line-height:2.875rem; margin:auto; font-size:1.25rem; color:#333333; border:1px solid #c6c6c6; background:white;margin-bottom:1.25rem;webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.czys_right1 p{ margin:0 0.625rem; height:2.875rem; line-height:2.875rem; color:#999; }
.czys_right1 span{ margin:auto 1.125rem;}
.czys_right1 input{ width:14.375rem; height:2.875rem; line-height:2.875rem; font-size:1.125rem; background:none; font-family:"微软雅黑"; color:#666; display:block;}
.czys_right1 p,.czys_right2 ,.czys_right3 p{ float:left;}

.czys_right1 select{ width:14.375rem; height:2.3125rem; line-height:2.1875rem; font-size:1.125rem; background:#fff; border:1px solid #efefef; font-family:"微软雅黑";}


.yuyuesj { position:relative; width:20.3125rem; font-size:1.125rem; height:2.875rem; margin:auto; border:1px solid #c6c6c6; background:white;margin-bottom:1.25rem;webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius:7px;
}
.yuyuesj span{ margin:auto 0.8125rem;}
.yuyuesj input{ width:13.375rem; height:2.875rem; line-height:2.875rem; font-size:1.125rem; background: url("../images/select_right.png") no-repeat scroll right center transparent; font-family:"微软雅黑"; color:#666;}
.yuyuesj p{ float:left; height:2.875rem; line-height:2.875rem; font-size:1.25rem; color:#999; margin:0 0.625rem; }
.czys_right5{ width:20rem; height:2.8125rem; margin:2.1875rem auto 0;}
.czys_right5 input{ width:8.125rem; height:2.5rem; border:2px solid #666; float:left; margin-left:1.25rem; margin-right:0.625rem; text-align:center; line-height:2rem; color:#333; font-size:1.125rem; font-family:"微软雅黑"; webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;}
.czys_right1  select{ height:2.875rem; width:15.875rem; display:block; border:none; appearance:none;
color:#666;
   -moz-appearance:none;
   -webkit-appearance:none;
   background-color: #fff;
   background: url("../images/select_right.png") no-repeat scroll right 	center transparent;
}
.czys_right1 select option,.czys_right1 .label3{
	color:#666;
}
select:-moz-focusring{
	color: transparent;
	text-shadow: 0 0 0 #666;
}

@media screen and (max-width: 1920px;){
	html{ font-size:16px !important;}
	}
@media screen and (max-width: 1600px){
	html{ font-size:14px !important;}
	.hd_top .top_c{width: 25.125rem;}
	.subnav .subcol .hd_zj ul li{ width:5.71423rem; padding: 0 0.7143rem 2.143rem 1.07143rem; }
	.float-bg{ width:4.6423rem;}
	.hd_zj li{  width:5.71423rem;  height:5.71423rem; margin:0 1.07143rem 2.143rem 1.1rem; }
	.hd_zj .toll_img{ width:5.357rem; height:5.357rem;}
	.hd_zj .toll_info{ height:5.71423rem;}
	.hd_zj li p{ padding:0.7143rem; }
	.scroll{ margin:0 auto;width:64.2856rem;height:115px;position:relative;}
	.scroll:hover .s_pre, .scroll:hover .s_next{ display:block;}
	.s_pre, .s_next{width:3.4286rem;}
	.outScroll_pic{margin-left:5rem;width:52.5rem;}
	.scroll_pic li{float:left;float:left;height:91px; width:16.4286rem;margin:1.7857rem 0.6423rem 0.3571rem 0.6423rem;_margin:0.3571rem 1rem 0.3571rem 0.2857rem;cursor:pointer;}
	.scroll .current{width:16.4286rem;}
	.index_zhuanjia_left_inc,.index_zhuanjia_right_inc{width:3.5714rem; }
	
	/*.hd_bz ul li{ width:6.4286rem;  margin:0.53rem;}
	.hd_bz ul li:hover{ width:6.4286rem;  margin:0.53rem;  }*/
/*	.mtdt .mt_c .twfd_right212 a{background: url(../images/scroll_bg.png) 0 3px no-repeat;}*/
	.mtdt .mt_r{ margin-top:-10px;}
	.jb_4_3bor_2_2{ width:16.5rem;}
	.jb_4C_3C .slick-prev,.jb_4C_3C .slick-next,.jb_4C_3C .slick-next:hover,.jb_4C_3C .slick-prev:hover{ width:3.2rem; height:3.2rem}
	.foot .f_r .p_1{ left:1.5rem; top:7.5rem;}
	.foot .f_r .p_2{ right:-0.6rem; top:7.5rem;}
	.mtdt .mt_c .twfd_right212{ width:29rem;}

	.r_zxzx ul li{width:6.1rem; height:6.5rem; border-radius:20px;background:#0013ad;}
	.r_zxzx ul li:hover{background:#25be00;}
	
		.dzbsy0 .slick-arrow {

	width:4.89rem !important;
	height: 4.89rem !important;
}
	}	
/*@media screen and (max-width: 1400px;){
	html{ font-size:12px !important;}
	
	}
/*@media screen and (max-width: 1366px;){
	html{ font-size:12px !important;}
	}*/
	
	
	
	
	.ygbsy1 .slick-item {
	height: 34.375rem;
}
.ygbsy1 .slick-slide{ z-index: 1;}
	.ygbsy1 .slick-item {
		transform: translate3d(0, 0, 0) scale(1.2);
		transition: opacity 0.5s ease,transform 0s ease 1s;
	}
	.ygbsy1 .slick-current .slick-item {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: all 6s cubic-bezier(0, .56, .44, 1);
	}


.dzbsy0 .slick-arrow {
	background-image: url(../images/dzbsy-1.png);
	
	width: 4.25rem;
	height: 4.25rem;
	z-index:99999;
}
.dzbsy0 .slick-next {
	background-position: right bottom  !important; right:10px;
}
.dzbsy0 .slick-prev{background-position: left bottom  !important; left:10px;}
.dzbsy0 .slick-next:hover {
	background-position: right top !important;
}

.dzbsy0 .slick-prev:hover {
	background-position: left top  !important;
}	

 
 

	
	
	
	
	
	
	
	
	
	
	
	