/*reset*/
	html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
ol,ul {
	list-style:none;
	margin:0;
	padding:0;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*reset-end*/
	body {
	font-family: '微软雅黑', Microsoft YaHei;
	background:#fff;
}
a {
	text-decoration:none;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color:inherit;
}
.clear {
	clear:both
}
/* clear float*/
.container {
	width:100% !important;
	max-width:1200px;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-o-transition:all .2s linear;
	-ms-transition:all .2s linear;
}
#right_list {
	width:115px;
	position:fixed;
	bottom:80px;
	right:20px;
	z-index:99;
}
#right_list li {
	width:115px;
	height:224px;
	margin-top:0px;
	cursor:pointer;
}
#right_list li p {
	width:46px;
	text-align:center;
	margin-bottom:0px;
	line-height:24px;
	font-size:12px;
	color:#FFF;
	margin-top:2px;
}
.silde_fst {
	background:url(../images/img/top.png) no-repeat;
	background-position:0px 0px;
}
.silde_sec {
	background:url(../images/img/top.png) no-repeat;
	position:relative;
	background-position:0px -56px;
}
.silde_thd {
	display:none;
	background:url(../images/img/top.png) no-repeat;
	background-position:0px -112px;
}
.silde_fst:hover {
	background:url(../images/img/top.png) no-repeat;
	background-position:0px -168px;
}
.silde_sec:hover {
	background:url(../images/img/top.png) no-repeat;
	position:relative;
	background-position:0px -224px;
}
.silde_thd:hover {
	display:none;
	background:url(../images/img/top.png) no-repeat;
	background-position:0px -280px;
}
.code_open2 {
	display:none;
	width:140px;
	height:242px;
	border:2px solid #FFF;
	position:absolute;
	top:-50px;
	left:-170px;
	z-index:9999;
	-webkit-box-shadow:0 0 10px #CCC;
	-moz-box-shadow:0 0 10px #CCC;
	box-shadow:0 0 10px #CCC;
}
/*header-start*/
#header {
	width:100%;
	color:#FFF;
	z-index:2;
	position:fixed;
	top:0;
	z-index:99;
}
.header-logo {
	width:323px;
	margin-top:15px;
	float:left;
	color:#FFF;
}
.header-logo h1{
	float:left;
	font-weight: bold;
	font-size: 26px;
	margin-right: 2px;
}
.header-logo h2{
	float:left;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 1px;
	font-weight:bold;
}
.nav-wrapper {
	float:right;
    margin-right: 90px;
}
.nav-wrapper>a { float:left}
.header-nav {
	width:100%;
	height:70px;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.header-nav li {
	text-align:center;
	float:left;
	line-height:60px;
	font-size:16px;
	color:#FFF;
	padding:2px 7px 0px;
	border-bottom:2px rgba(255, 255, 255, 0) solid;
	margin:0px 15px;
	/*text-shadow: 1px 1px 1px #273344;
	-o-text-shadow: 1px 1px 1px #273344;
	-moz-text-shadow: 1px 1px 1px #273344;
	-webkit-text-shadow: 1px 1px 1px #273344;*/
}
.header-nav.scroll-nav {box-shadow: 0px 0px 4px 3px rgba(85, 85, 85, 0.25);}
.header-nav.scroll-nav li { color:#333}
.header-nav.scroll-nav li.selected { color:#333}
.header-nav.scroll-nav .header-logo { color:#44B248}
.header-nav.scroll-nav .lg-box dt { border: solid 1px #333; color:#333}
.header-nav.scroll-nav li.selected {
	border-bottom:2px #44B248 solid;
}
.header-nav.scroll-nav .lg-box dt:hover { background:#44B248; color:#FFF; border-color:#44B248}
.header-nav li a {
	color:#FFF;
}
.header-nav li.selected {
	color:#FFF;
	border-bottom:2px #FFF solid;
}
.header-nav li.selected a {
	color:#FFF;
}
.header-nav li:hover {
	border-bottom:2px rgba(255, 255, 255, 0.7) solid;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.6s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.6s;
	/* Opera*/
}
.header-nav li a:hover {
	transition-duration: 0.1s;
	-moz-transition-duration: 0.1s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.1s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.1s;
	/* Opera*/
}
.modal-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    background-color: #000;
    opacity: .7;
}
#slideBox .scroll-slide{ height:580px;}
.pt-contnet { }
.pt-contnet li {display:none;}
.pt-contnet li.selected {display:block;}
.pt-contnet .w1-left { width:780px;float:left;padding:50px 0px 15px;color:#384c78}
.pt-contnet .w1-right { width:420px;float:right;padding-top:15px}
.pt-contnet .w1-right img { width:100%}
.pt-contnet .w1-left h1 { padding-bottom: 25px;font-weight:normal; font-size:24px; }
.pt-contnet .w1-left h2 { font-size: 17px;font-weight:normal; padding-bottom:50px;  line-height: 28px;}
.pt-contnet .w1-left dl { padding-left:25px;}
.pt-contnet .w1-left dl dt{ float: left; margin-right:50px;font-size:17px;text-align: center}
.pt-contnet .w1-left dl dt p{  text-align: center;padding-top:15px; }
.show-propic {margin-top: 30px;}
.show-propic .label-pro { background:#FFF;width: 200px;margin: 0 auto;border: 1px solid #b9cbf2;position:relative;}
.show-propic .label-pro img {width:100%;}
.show-propic .label-pro:hover {	
	background:#FFF;
    transform:scale(1.3);                                        
	-webkit-transition:all .2s ease 0s;
	transition:all .2s ease 0s;
	z-index:9;
	box-shadow: 0px 5px 15px rgba(16, 48, 106, 0.15);
	border: 1px solid #215ca1;
}
.role-wrapper { position: relative;}
.role-wrapper .intro-part{ 
	color:#384c78; 
	min-height:190px; 
	border-radius: 6px;
	border:1px solid #FFF ; 
	width:408px;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.role-wrapper .intro-part:hover{ color:#384c78; min-height:190px; border:1px solid #4bb4fa ; border-radius: 6px; box-shadow: 15px 15px 30px rgba(7, 119, 193, 0.18);background:#FFF; }
.role-wrapper .intro-part:hover h1{ color:#FFF;background:#0099ff}
.role-wrapper .intro-part h1 { 
	height:63px;
	font-size: 24px;line-height:50px;    
	margin-bottom: 5px;
	transition: all 0.2s ease-in 0s;
	-moz-transition: all 0.2s ease-in 0s;
	-ms-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s;
	-webkit-transition: all 0.2s ease-in 0s;}
.role-wrapper .intro-part p { font-size: 16px;line-height:26px;}

.left-top { position: absolute;left:0px;top:0px; text-align: right;} 
.role-wrapper .left-top:hover::after {  
	content: "";
	width: 27px;
	height: 28px;
	display: block;
	background: url(../../img/main/role-box-arrow_01.png) no-repeat;
	position: absolute;
	bottom: 20px;
	right: -27px;
	z-index: 9;
}
.left-top p { padding-right:55px}
.left-top i { 
	margin: 13px 15px 0px;
	width:25px;
	height:50px;
	background: url(../../img/main/role-icon_01.png) no-repeat;
}
.role-wrapper .left-top:hover i {
	background: url(../../img/main/role-icon-w_01.png) no-repeat;
}
.right-top { position: absolute;right:0px;top:0px; text-align: left}
.role-wrapper .right-top:hover::after {  
	content: "";
	width: 27px;
	height: 28px;
	display: block;
	background: url(../../img/main/role-box-arrow_01.png) no-repeat;
	position: absolute;
	bottom: 20px;
	left: -27px;
	z-index: 9;
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	
}
.right-top p { padding-left:55px}
.right-top i { 
	margin: 13px 15px 0px;
	width: 25px;
	height: 50px;
	background: url(../../img/main/role-icon_02.png) no-repeat;
}
.role-wrapper .right-top:hover i {
	background: url(../../img/main/role-icon-w_02.png) no-repeat;
}
.left-bottom { position: absolute;left:0px;bottom:95px; text-align: right}
.role-wrapper .left-bottom:hover::after {  
	content: "";
	width: 27px;
	height: 28px;
	display: block;
	background: url(../../img/main/role-box-arrow_01.png) no-repeat;
	position: absolute;
	top: 62px;
	right: -27px;
	z-index: 9;
	-moz-transform:scaleY(-1);
	-webkit-transform:scaleY(-1);
	-o-transform:scaleY(-1);
	transform:scaleY(-1);
}
.left-bottom p { padding-right:55px}
.left-bottom i { 
	margin: 13px 15px 0px;
	width:25px;
	height:50px;
	background: url(../../img/main/role-icon_03.png) no-repeat;
}
.role-wrapper .left-bottom:hover i {
	background: url(../../img/main/role-icon-w_03.png) no-repeat;
}
.right-bottom { position: absolute;right:0px;bottom:95px; text-align: left}
.role-wrapper .right-bottom:hover::after {  
	content: "";
	width: 27px;
	height: 28px;
	display: block;
	background: url(../../img/main/role-box-arrow_01.png) no-repeat;
	position: absolute;
    top: 62px;
	left: -27px;
	z-index: 9;
	-moz-transform:scale(-1,-1);
	-webkit-transform:scale(-1,-1);
	-o-transform:scale(-1,-1);
	transform:scale(-1,-1);
}
.right-bottom p { padding-left:55px}
.right-bottom i { 
	margin: 13px 15px 0px;
	width:25px;
	height:50px;
	background: url(../../img/main/role-icon_04.png) no-repeat;
}
.role-wrapper .right-bottom:hover i {
	background: url(../../img/main/role-icon-w_04.png) no-repeat;
}
.center-pic { padding-top: 110px; text-align: center;}
.login-box {
	float:right;
	margin-top:25px;
	position:relative;
	padding-bottom:24px;
	-webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}
.login-box:hover .login_list {
	display:block
}
.login_list {
	position:absolute;
	display:none;
	background:#FFF;
	color:#5f7491;
	overflow: hidden;
    border-radius: 0px 0px 3px 3px;
	border-top:0px;
	top:55px;
	left:-5px;
	width:120px;
	box-shadow:0 1px 2px #898C8C;
	font-size:13px;
	z-index:9;
}
.login_list li {
	padding:10px 8px 10px 18px;
	border:1px solid #cdcdcd;
	border-top:0px;
	cursor:pointer
}
.login_list li:hover {
	background:#7A8EAB;
	color:#FFF;
	border:1px solid #5f7491;
	border-top:0px;
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	/* Firefox 4*/
	-webkit-transition-duration: 0.6s;
	/* Safari 和 Chrome*/
	-o-transition-duration: 0.6s;
	/* Opera*/
}
.login_list:hover {
	display:block
}
.login-box span {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 6px;
	overflow: hidden;
}
.login-box span img {
	width:100%;
}
.login-box h1 {
	max-width:88px;
	padding-right:10px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	font-size:14px;
	color:#5f7491;
	line-height:31px;
	margin-left:10px !important;
	/*text-shadow: 1px 1px 1px #026972;*/
}
.login-box .caret {
	margin-top:13px;
}
.login-box:hover .caret {
	transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	/* FF3.5+*/
	-o-transform: rotate(180deg);
	/* Opera 10.5*/
	-webkit-transform: rotate(180deg);
	/* Saf3.1+, Chrome*/
}
/*header-end*/


/*main-list*/
#main-list {
	width:100%;
	padding-bottom:70px;
}
#main-list .wrap .row >div {
	width:25%\9
}
#main-list2 {
	width:100%;
	padding-bottom:70px;
}
#main-list2 .wrap .row >div {
	width:25%\9
}
#main-list3 {
	width:100%;
	padding-bottom:70px;
}
#main-list3 .wrap .row >div {
	width:25%\9
}
#main-list4 {
	width:100%;
	padding-bottom:70px;
	background:#593937;
}
#main-list4 .wrap .row >div {
	width:25%\9
}
#main-list5 {
	width:100%;
	padding-bottom:70px;
}
#main-list5 .wrap .row >div {
	width:25%\9
}
#main-list5 .c_title {font-size:22px;color:#062033;margin-bottom:30px;}
#main-list5 .c_content p{font-size:13px;line-height:24px;color:#6a737b;font-family:sans-serif}
#main-list5 .c_content p.es {font-family:Arial Regular}
#main-list5 .g_title { color:#062033; font-size:24px;font-weight:bold; margin-bottom: 12px;}
.else-page {
    margin: 70px auto 10px;
	text-align: center;
}
#main-list6 {
	width:100%;
}
#main-list6 .map-wrap {width:1600px;height:215px;margin:0 auto;background:url(../images/img/map-icon.jpg) top center no-repeat}
.iv-box{ width:780px;float:left;font-family: sans-serif;}
.iv-box input:focus {outline:none;}
.iv-box-input { font-size:13px;border:none;border-bottom:1px solid #cdcdcd;color:#5b646e;padding:20px 0px;width:370px}
.iv-box-input-bottom {font-size:13px;border:none;border-bottom:1px solid #cdcdcd;color:#5b646e;padding:20px 0px;width:774px}
.btn-send { float:right;font-size:16px;background:url(../images/img/send_icon.png) no-repeat;padding-left:30px;font-family: sans-serif;margin-top:40px;margin-right:40px; cursor:pointer}
.btn-send i {margin-right:10px;margin-top:3px;}
.right_link_bar { width:42px;float:right;}
.right_link_bar li{ width:42px;height:42px;float:left;cursor:pointer;}
.right_link_bar .iq{ background:url(../images/img/icon-qq.png) no-repeat}
.right_link_bar .iw{ background:url(../images/img/icon-weixin.png) no-repeat}
.right_link_bar .is{ background:url(../images/img/icon-sina.png) no-repeat}
.right_link_bar .ib{ background:url(../images/img/icon-baidu.png) no-repeat}
.right_link_bar .iq:hover{ background:url(../images/img/icon-qq-r.png) no-repeat}
.right_link_bar .iw:hover{ background:url(../images/img/icon-weixin-r.png) no-repeat}
.right_link_bar .is:hover{ background:url(../images/img/icon-sina-r.png) no-repeat}
.right_link_bar .ib:hover{ background:url(../images/img/icon-baidu-r.png) no-repeat}
.else-page p { margin-top:26px;}
.else-page h1 {padding :30px 160px 40px; text-align:center;font-size:21px;color:#748598;}
.else-page span {
	width: 90px;
	height: 1px;
	margin-bottom:10px;
	background: #898989;
	display: inline-block;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
}
.else-page .title {
    height: 23px;
    display: inline-block;
    font-size: 32px;
    color: #3f4f7c;
    font-weight: bold;
    margin: 0px 16px;
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
.else-page:hover .title {
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
.else-page:hover .line-l {
	transform:translateX(-20px);
	-moz-transform:translateX(-20px);
	-ms-transform:translateX(-20px);
	-o-transform:translateX(-20px);
	-webkit-transform:translateX(-20px);
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
.else-page:hover .line-r {
	transform:translateX(20px);
	-moz-transform:translateX(20px);
	-ms-transform:translateX(20px);
	-o-transform:translateX(20px);
	-webkit-transform:translateX(20px);
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
.list-box {
	margin:0px -15px;
	height:270px;
	background:#ececeb;
	overflow:hidden;
	cursor:pointer;
}
.list-box h1 {
	width:100%;
	height:165px;
	overflow:hidden;
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
}
.list-box h1 img {
	width:100%;
	height:100%;
}
#main-list4 .list-box { margin:0px;background:none;text-align:center;height:auto}
#main-list4 .list-box h1 {
	width:100%;
	height:165px;
	overflow:hidden;
	transition:all 0.3s ease-in 0s;
	-moz-transition:all 0.3s ease-in 0s;
	-ms-transition:all 0.3s ease-in 0s;
	-o-transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
	padding: 0px 70px;
}
#main-list4 .list-box .list-box-content h2 {font-family: "Arial", sans-serif;font-size:60px;color:#FFF }

#main-list4 .list-box .list-box-content { background:none}
#main-list4 .list-box h1 img {
	width:130px;
	height:130px;
}
#main-list4 .list-box .list-box-content p { color:#FFF;font-size:14px; font-family:sans-serif;}
.list-box .list-box-content {
	position:relative;
	padding:10px 16px;
	z-index:2;
	background:#ececeb
}
.list-box .list-box-content h2 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding-bottom:2px;
}
.list-box .list-box-content p {
	font-size:12px;
	color:#666;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-box .list-box-content h3 {
	text-align:right;
	font-size:12px;
	color:#d60d0d;
}
.list-box .list-box-content i {
	position:absolute;
	top:-13px;
	left:30px;
	border-bottom: 13px solid #ececeb;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}



/* 本例子css */
	.slideBox{ width:100%; overflow:hidden; position:relative;height:580px }
	.slideBox .hd { text-align: center;width: 100%;overflow:hidden; position:absolute;   z-index:1; bottom:0px;}
	.slideBox .hd ul { overflow:hidden; zoom:1; float:none; display:inline-block;  }
	.slideBox .hd ul li {float:left; margin-right:8px;  width:9px; height:9px; line-height:14px; text-align:center; background:#fff; cursor:pointer; margin-bottom:15px;border: 1px solid rgba(255, 255, 255, 0.72);transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;;
    background: none;
    border-radius: 5px;}
	.slideBox .hd ul li.on{ background:#FFF;width:25px; color:#fff; }
	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
	.slideBox .bd li{ zoom:1; vertical-align:middle; }
	.slideBox .bd img{ display:block; width:100%; }

	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.slideBox .prev,
	.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; /* background:url(images/slider-arrow.png) -110px 5px no-repeat; */ filter:alpha(opacity=50);opacity:0.5;   }
	.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
	.slideBox .prev:hover,
	.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
	.slideBox .prevStop{ display:none;  }
	.slideBox .nextStop{ display:none;  }
	
	#login_wrapper { display:none;background:#FFF}
	.modal-box { 
		padding: 20px 20px 50px;
		position: fixed;
		width: 380px;
		border-radius: 3px;
		top: 20%;
		left: 50%;
		margin-left: -190px;
		z-index: 9999;	
	}
	.m_title { margin-bottom:38px;color:#333}
	.login-close { position: absolute;color:#333;width:11px;height:12px;background:url(../../img/main/close-login-icon.png) no-repeat;top:20px;right:20px;cursor:pointer;z-index:9}
	.login-close:hover { background:url(../../img/main/close-login-icon-hover.png) no-repeat;cursor:pointer}
	.form-control {
		width: 100%;
		height: 32px;
		padding: 6px 12px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-radius: 2px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
		transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	}
	.form-ip{
		height: 50px;
		width: 100%;
		padding: 10px 10px 10px 40px;	
		border: none;
		font-size:14px;
		font-family: sans-serif,"宋体";
    	outline: none;
	}
	.icon-user { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(../../img/main/icon-user.png) no-repeat}
	.icon-pwd { position: absolute;top: 14px;left: 10px;width:26px;height:24px; background:url(../../img/main/icon-pwd.png) no-repeat}
	.form-group { 
		width: 340px;
		margin: 0 auto 10px;
		height: 52px;
		position: relative;
		border: 1px solid #a0a0a0;	
	}
	.modal-box h1 { text-align:left; margin-top:20px; font-size:12px; color:#9e9e9e; font-family: sans-serif,"宋体";margin-bottom:15px;cursor:pointer}
	.btn-sure { 
		width:100%;
		height: 42px;
		line-height: 42px;
		color: #FFF;
		font-size: 16px;
		margin: 0 auto;
		background: #44b248;
		border-radius: 3px;
		text-align: center;
		/* font-weight: bold; */
		cursor: pointer;
		border-width:0px;	
	}
	.btn-sure:focus { outline:none}



.dropdown {
	display:none;
	position:absolute;
	left:-20px;
	top:59px;
	border:1px solid #05a1b0;
	z-index:999;
	box-shadow:0 1px 1px #6D6D6D;
}
.dropdown li {
	width:80px;
	padding:10px 0px;
	color:#999;
	background:#FFF;
	line-height:30px;
	text-align:center;
	border-bottom:1px solid #f1f1f1;
	font-size:14px;
}
.dropdown li:last-child {
	border-bottom:0px
}
.dropdown li:hover {
	color:#FFF;
	background:#05a1b0;
}
.caret {
	float:left;
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 3px;
	margin-top:28px;
	border-top: 6px solid #5f7491;
	;border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}

.case{
	padding:20px 10px 0 10px;
	}
.case li{
	width:25%;
	float:left;
	}
.case ul{
	margin-left:-20px;
	}
.case li img{
	max-width:100%;}
.case li .mask{
	right:0;
	bottom:0;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   color:#fff;
   padding:20px;
}
.view-tenth{
	position:relative;
	overflow:hidden;
	text-align:center;
	/*margin:20px 0 0 20px;
	max-height:176px;
	min-height:176px;*/
	}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: #df534a;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h4 {
   background: transparent;
   /*padding:14% 0 10px 0;*/
   line-height:24px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:14px;
   text-align:left;
   text-indent:24px;
}
.view-tenth h3 {
   background: transparent;
   padding:2% 0 10px 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size:14px;
}
.view-tenth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   padding:0 0 10px 0;
   font-size:30px;
   font-weight:bold;
   width:155px;
   position:absolute;
   text-align:center;
   height:42px;
   line-height:42px;
   font-size:14px;
   text-decoration:underline;
   font-family: Arial;
   bottom:22px;
   left:58px;
   background:rgba(0, 0, 0, 0.30);
}
.view-tenth h2,.view-tenth dl dt {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   display:inline-block;
}
.view-tenth hr {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   display:inline-block;
   padding:0 15px;
   line-height:24px;
   border:1px solid rgba(255,255,255,0.3);
   background:rgba(255,255,255,0.2);
   color:#fff;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
   filter: alpha(opacity=95);
   opacity: 0.95;
}
.view-tenth:hover h4,.view-tenth:hover p,.view-tenth:hover h3,.view-tenth:hover a.info,.view-tenth:hover h2,.view-tenth:hover dl dt{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover hr{
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.picScroll-left2 .bd ul li .pic:hover  h2{ color:#f7594d}
/*footer-start*/
	#footer {
	width:100%;
	font-size:14px;
	border-top:5px #062033 solid;
}
.footer-top {
	background:#0f1014;
	width:100%;
	color:#FFF;
	padding:55px 0px;
	font-size:14px; 
}
.footer-top .left_session { float:left;  }
.footer-top .left_session h1 { float:left;width:200px}
.footer-top .left_session p { float:left;font-size:12px;width:380px;margin-left:30px; font-family:sans-serif; opacity:0.7}
.footer-top .right_session {float:right;border-left:1px #062033 solid;height:40px;font-size:13px;padding-left:15px;line-height:20px;font-family:"Arial Regular", sans-serifsans-serif;}
.footer-top .right_session h1{color:#FFF; }   
.footer-top .right_session h2{ color:#000000}  
.footer-bottom {
    width: 100%;
    height: 42px;
    background: #000000;
    color: #6d6d6d;
    text-align: center;
    line-height: 42px;
    font-size: 12px;
}    

.link-section h1 {
	
}
.content-section {
	float:right;
	width:420px;
	display:inline-block
}
.content-section h1 {
	font-size:14px;
	color:#343434;
	font-weight:bold;
	margin-bottom:10px;
}
.content-section dl dd {
	width:197px;
	float:left;
	line-height:48px;
}
.content-section dl dd div {
	width:197px;
	height:55px;
	margin-bottom:10px
}
.content-section dl dd p {
	line-height:30px;
	font-size:12px;
	color:#343434
}
.btn-cs {
	line-height:30px;
	color:#a0a0a0 !important;
	cursor:pointer
}
.btn-cs:hover {
	color:#343434 !important
}
.btn-cs em {
	margin-top:7px;
	margin-right:2px;
	float:left;
	display:block;
	width:19px;
	background:url(../images/img/tb_09.png) no-repeat;
	height:17px;
}
.code-section {
	float:right
}
.footer-top .sections li {
	float:left;
	margin-right:80px;
}
.footer-top .sections li:last-child {
	margin-right:0px;
}
.footer-top .sections li > h1 {
	font-size:16px;
	color:#efefef;
	border-bottom:1px solid #a4a4a4;
	padding:12px 0px;
	text-indent:10px
}
.link-section dl {
	padding:30px 30px 10px;
	float:left;
	color: #363636;
	width:140px;
}
.link-section dl strong {
	font-size:15px;
	color:#efefef
}
.link-section dl dd {
	margin-top:10px;
	font-size:14px;
	color:#8e8e8e
}
.contact-section dl {
	padding: 30px 30px 10px;
	float: left;
	color: #efefef;
	width: 180px;
}
.contact-section dl span {
	width:110px;
	padding-bottom:10px;
	float:left;
	cursor:pointer;
}
.us-section dl {
	padding:30px;
}
.weixin-section .code-box {
	padding:30px;
	text-align:center
}
.weixin-section h3 {
	font-size:12px;
	padding-top:15px;
	color:#efefef
}
.hotline i {
	font-size:16px;
}
.hotline h1 {
	margin-bottom:10px;
}
.hotline h3 {
	color:#828282;
	font-size:12px;
	margin-bottom:10px;
}
.icon-link {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url(../images/img/icon_f_link.png) no-repeat
}
.icon-contact {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url(../images/img/icon_f_contact.png) no-repeat
}
.icon-phone {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url(../images/img/icon_f_phone.png) no-repeat
}
.icon-f-weixin {
	width:20px;
	height:20px;
	display:block;
	float:left;
	background:url(../images/img/icon_f_weixin.png) no-repeat
}
.footer_bottom {
	width:100%;
	height:60px;
	background:#272727;
	line-height:40px;
	font-weight:bold;
	color:#a6a6a6;
	text-align:center;
	font-size:12px;
	padding:10px
}
/*footer-end*/
/*feedback-start*/
#feedback_wrapper {
	width:100%;
	margin-top:10px;
	padding:0px 10px
}
.fb_title {
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#545454;
	line-height:24px;
	text-align:left;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:10px;
}
.fb_content {
	}
.fb_content h1 {
	font-size:14px;
	font-weight:bold;
	color:#585858;
	line-height:20px;
	padding:6px 0px
}
.btn_fb {
	margin-top:20px;
}
.btn_fb div {
	width:48%;
}
.feedback_session {
	width:100%;
	height:100%;
	margin-top:-20px;
	position:fixed;
	z-index:999999;
	display:none
}
.feedback_session .re_bg {
	width:100%;
	height:100%;
	background:#000;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: .5;
	filter:alpha(opacity=50);
	position:relative
}
.feedback_session .re_box {
	width:550px;
	margin-left:-275px;
	position:absolute;
	top:30%;
	left:50%;
	background:#FFF;
	padding:10px 20px;
	border-radius:10px;
}
.feedback_session .re_box h1 {
	font-size:18px;
	color:#333;
	border-bottom:1px dashed #cdcdcd;
	padding-bottom:10px;
}
.feedback_session .re_box .re_line {
	font-size:16px;
	margin-top:10px;
}
.feedback_session .re_box .re_line p {
	padding:10px;
	font-size:14px;
}
.feedback_session .re_box h5 {
	padding:10px;
	font-size:14px;
	color:#F30
}
.feedback_session .re_box h5 em {
	width:6px;
	height:6px;
	border-radius:6px;
	background:#F30;
	display:block;
	float:left;
	margin-top:6px;
	margin-right:10px;
}
.platform-features-wrap {}
.platform-features-wrap .pf-box {     
	height: 250px;
	text-align: center;
	padding: 20px 10px;
	margin-bottom: 20px;
	/*border:2px solid #FFF;*/
}
.platform-features-wrap .pf-box h1 { width:90px; height:77px;margin:0 auto 20px; }
.platform-features-wrap .pf-box h2 { margin-bottom: 10px; font-size: 18px; color:#333; font-weight:650;}
.platform-features-wrap .pf-box h3 { margin-bottom: 10px; font-size: 14px; color:#666; text-align:center; }
.platform-features-wrap .pf-box:hover {     
	border-radius: 3px;
	margin-top: -20px;
	margin-bottom: 40px;
	background: #32cc99;
	box-shadow: 0 0 10px 0 rgba(31,50,82,.16);
	transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
}
.platform-features-wrap .pf-box:hover h2 {     		
   			color: #FFF;
}
.platform-features-wrap .pf-box:hover h3 {     		
   			color: #FFF;
}
.platform-features-wrap li:nth-child(1) .pf-box h1 { background:url(../../img/common/home-pf-icon-02.png) no-repeat}
.platform-features-wrap li:nth-child(2) .pf-box h1 { background:url(../../img/common/home-pf-icon-01.png) no-repeat}
.platform-features-wrap li:nth-child(3) .pf-box h1 { background:url(../../img/common/home-pf-icon-03.png) no-repeat}
.platform-features-wrap li:nth-child(4) .pf-box h1 { background:url(../../img/common/home-pf-icon-04.png) no-repeat}
.platform-features-wrap li:nth-child(5) .pf-box h1 { background:url(../../img/common/home-pf-icon-05.png) no-repeat}
.platform-features-wrap li:nth-child(6) .pf-box h1 { background:url(../../img/common/home-pf-icon-06.png) no-repeat}
.platform-features-wrap li:nth-child(7) .pf-box h1 { background:url(../../img/common/home-pf-icon-07.png) no-repeat}
.platform-features-wrap li:nth-child(8) .pf-box h1 { background:url(../../img/common/home-pf-icon-08.png) no-repeat}

.platform-features-wrap li:nth-child(1) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-02-hover.png) no-repeat}
.platform-features-wrap li:nth-child(2) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-01-hover.png) no-repeat}
.platform-features-wrap li:nth-child(3) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-03-hover.png) no-repeat}
.platform-features-wrap li:nth-child(4) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-04-hover.png) no-repeat}
.platform-features-wrap li:nth-child(5) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-05-hover.png) no-repeat}
.platform-features-wrap li:nth-child(6) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-06-hover.png) no-repeat}
.platform-features-wrap li:nth-child(7) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-07-hover.png) no-repeat}
.platform-features-wrap li:nth-child(8) .pf-box:hover h1 { background:url(../../img/common/home-pf-icon-08-hover.png) no-repeat}
.ad-wrapper { width:1600px;margin:0 auto;}
.ad-wrapper .case li {
    width: 400px;
    float: left;
	font-family:sans-serif,"宋体";
	color:rgba(255, 255, 255, 0.7);
}
#footer .left-section {float:left;width:230px}	
#footer .right-section {float:right;width:230px;text-align: center;color:#8b8b8c;font-size:13px; line-height: 24px;}	
#footer .left-section h1{ color:#FFF;font-size:16px;line-height: 26px;margin-bottom: 5px }	
#footer .left-section li{ color:#8b8b8c;font-size:13px; line-height: 24px;}	
.ad-icon {width:40px; height:40px; background:url(../images/img/ad-icon.png) no-repeat;margin:20px auto;}
.ad-wrapper .case li h2{ font-size:14px;margin-bottom:20px}
.ad-wrapper .case li h4{ font-size:12px; text-align:center;text-indent:0px;padding:0px 10px 0px;line-height:16px}
.ad-wrapper .case li dl{ font-size:12px;width:277px;margin:0 auto;text-align:left}
.ad-wrapper .case li dl dt { float:left;width:120px;}
.ad-wrapper .case li dl dt:nth-child(even) { float:right}
.ad-wrapper .case li hr { margin:10px 0px}
.lg-box {   
	position: absolute;
    right: 0px; 
    cursor: pointer;
}
.lg-box  span{    
	float: left;
    display: inline-block;
	margin-right:7px;
}
.lg-box dt{
	float: left;
    background: none;
    width: 90px;
    height: 36px;
    border: solid 1px #FFF;
    font-size: 15px;
    line-height: 34px;
    color: #FFF;
    text-align: center;
    /* font-size: 12px; */
    font-family: "微软雅黑";
    padding: 0px 10px 0px 7px;
    margin-right: 1px;
	margin-top: 15px;
	border-radius: 2px;
    cursor: pointer;
	transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	
}
.lg-box dt:hover {color:#333;background:#FFF}
.cover-bg {
	right: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    color: #fff;
    padding: 20px;	
	background:#000;
	opacity:0.6;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#footer .left-section {float:left;width:230px}	
#footer .right-section {float:right;width:230px;text-align: center;color:#8b8b8c;font-size:13px; line-height: 24px;}	
#footer .left-section h1{ color:#FFF;font-size:16px;line-height: 26px;margin-bottom: 5px }	
#footer .left-section li{ color:#8b8b8c;font-size:13px; line-height: 24px;}	
.footer-cr { font-size: 14px; color:#FFF; text-align: center; margin-top:20px;}
/*feedback-end*/
@media ( max-width : 1920px) {

}
@media (max-width: 1600px) {
	.ad-wrapper { width:1200px;}
	.ad-wrapper .case li {
		width: 25%;
	}
	#main-list6 .map-wrap { width:1200px}
	.nav-wrapper {
		margin-right: 90px;
	}
	.ad-wrapper .case li dl {
		margin-left: 7px;
	}
	.case li .mask { padding:10px;}
	.ad-icon { margin:0 auto}
	.ad-wrapper .case li h2 {
		margin: 8px 0px;
	}
}

@media ( max-width : 1440px) {

}

@media ( max-width : 1366px) {

}
@media ( max-width : 1280px) {

}

@media ( max-width : 1152px) {
	#footer .left-section{
		 width: 218px;
	}
}

@media ( max-width : 1024px) {
	#footer .left-section {
	     width: 186px;
	}
}

@media ( min-width : 376px) and (max-width: 425px) {
}

@media ( max-width : 375px) and (min-width: 321px) {
}

@media ( max-width : 320px) {
}