﻿@charset "utf-8";/* CSS Document *//*切图：zcy*/html{ overflow-x:auto; overflow-y:auto;}*{ padding:0; margin:0;outline:none !important;}ul, ol,li{ list-style-type:none;}body, button, input, select, textarea{  font-family:'Microsoft yahei'; font-size:12px;}code, kbd, pre, samp { font-family:'Microsoft yahei';}a{ text-decoration:none; color:#333;-webkit-transition: all 0.2s ease-out 0s;    -moz-transition: all 0.2s ease-out 0s; 	 -o-transition: all 0.2s ease-out 0s; 		transition: all 0.2s ease-out 0s;}img{border:0; max-width:100%;}li { line-height:normal; }table { border-collapse: collapse; border-spacing: 0; }h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: 'Microsoft yahei'; }input,table,tr,td{ margin:0; padding:0; border:none;}button,table{ border:none; background:none; margin:0; padding:0;}body{ position:relative; float:left; width:100%;}select{ margin:0; padding:0; font-family:'Microsoft yahei'; border:none;}textarea{ resize:none;outline:none;}label{ margin-bottom:0; font-weight:normal;}input,select,textarea{ margin:0; padding:0; border:0; outline:none; -moz-border-radius:0px;  -webkit-border-radius:0;  -khtml-border-radius:0; border-radius:0;}.clear{clear:both;}/*********************************************************************重置***********************************************************************/.pz_top{ float:left; width:100%; z-index:99999; position:fixed; left:0; top:0; background:#1e2227;}.pz_banner{ float:left; width:100%; position:relative; z-index:2; min-height:80px;}.pz_menu{ float:left; width:100%; position:relative; z-index:99;}.pz_main{ float:left; width:100%; position:relative; z-index:3; min-height:500px;}.pz_down{ float:left; width:100%; background:#1e1e1e; z-index:6; position:relative; overflow:hidden;}.pz_top.on{ box-shadow:0 3px 4px rgba(0,0,0,0.15);}/*首页*/.top{ width:100%; float:left; height:100px; position:relative; z-index:2;}.top .logo{ float:left; height:58px; margin-top:21px;}.top .logo img{ height:100%; width:auto;}.top .so_box{ float:right; width:34px; height:34px; background:#757575; text-align:center; margin-top:33px; margin-left:10px; overflow:hidden; cursor:pointer;-moz-border-radius:16px; -webkit-border-radius:16px; -khtml-border-radius:16px;border-radius:16px;}.top .so_box .Search_but{ display:block; width:34px; height:34px; font-size:14px; color:white; text-transform:uppercase; line-height:34px;font-family:Arial; background:url(/template/default/images/top3.png) no-repeat center center; background-size:contain;}.top .so_box:hover{ background:#2156b0;}.so{ display:none; float:right; width:440px; position:absolute; right:0px; top:100px; background:#2156b0; padding:3px; z-index: 99999;}.so .Search{ float:left; width:380px; height:50px; background:#fff; background:rgba(0,0,0,0.6); border:none; line-height:24px; padding:0 10px; color:#2156b0; font-size:16px; font-weight:bold;}.so .sear_sub{ float:right; width:50px; height:50px; border:none;background:url(/template/default/images/top3.png) center no-repeat; cursor: pointer; background-size:contain;}.top .topgz{ float:right; margin-top:33px;}.top .topgz a{ display:block; width:34px; height:34px; margin-left:10px; float:left; background:#757575; position:relative;-moz-border-radius:16px; -webkit-border-radius:16px; -khtml-border-radius:16px;border-radius:16px;}.top .topgz a img{ width:100%; float:left;}.top .topgz a:hover{ background:#2156b0;}.top .topgz a .ewm{ background:url(/template/default/images/ewm_bg.png) no-repeat center center; width:112px; height:118px; position:absolute; left:50%; top:110%; margin-left:-56px; padding:12px 6px 6px 6px; display:none;}.top .topgz a .ewm img{ width:100%; float:left;}.top .topgz a:hover .ewm{ display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}.menu{ z-index:99; float: right; margin-right:32px;}.menu > ul{ float:left; width:100%;}.menu ul .nli{ float:left;z-index:99; margin:31px 31px 0 31px; height:69px; position:relative;}.menu ul .nli span{ display:block; width:100%; float:left;}.menu ul .nli span a{ display:block; float:left; height:38px; line-height:38px; color:#fff; font-size:16px; position:relative;}.menu ul .nli span a:before,.menu ul .nli span a:after{ content:''; width:0; height:1px; background:#2156b0; position:absolute; left:0; top:0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.menu ul .nli span a:after{ left:auto; right:0; top:auto; bottom:0;}.menu ul .nli.on span a,.menu ul .nli:hover span a{ color:#2156b0;}.menu ul .nli.on span a:before,.menu ul .nli:hover span a:before{ left:16px; width:100%;}.menu ul .nli.on span a:after,.menu ul .nli:hover span a:after{ right:16px; width:100%;}/*下拉菜单（漂浮在menu .nli上）*/.sub{ z-index:21;  position:absolute; width:200px; left: 50%; margin-left:-60px;top:100%; display:none; text-align:center;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.sub .l2{ width:100%;}.sub .l2 .l2_a{ display:block; width:100%; float:left; font-size:14px; line-height: 44px; color: #fff; overflow:hidden; position:relative; padding:0 8px; background:rgba(0,0,0,0.6);}.sub .l2:hover .l2_a{ background:#2156b0;}.menu ul .nli:hover .sub{ display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}@-webkit-keyframes fadeInUp1{0%{opacity:0;-webkit-transform:translateY(30px)}100%{opacity:1;-webkit-transform:translateY(0)}}@-moz-keyframes fadeInUp1{0%{opacity:0;-moz-transform:translateY(30px)}100%{opacity:1;-moz-transform:translateY(0)}}.menuph{ float:right; cursor: pointer;  width: 30px;  height: 50px; display: none; margin-right:10px;}.menuph .point { display:block;  width: 30px;  height: 30px; margin-top:10px;}.menuph .navbtn {  position: absolute;  top: 24px;  right: 10px;  display: inline-block;  width: 18px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #2156b0; z-index:9999;}.menuph .navbtn::after,.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 18px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #2156b0;-moz-border-radius:4px; -webkit-border-radius:4px; -khtml-border-radius:4px;border-radius:4px;}.menuph .navbtn::after { top:-6px;}.menuph .navbtn::before { top:6px;}.menuph .point.active .navbtn{  background: transparent;  }.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }.pf_menu{ position:fixed; width:100%; height:100%; overflow-y:auto; right:0px; top:-100%; display:block; z-index: 99998; background: #2156b0;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.pf_menu.on_1{ top:0;}.ph_menu{ float:left; width:100%; text-align:left; padding-bottom:20px;}.ph_menu .btn{ width:100%; float:left; text-align:center; margin-top:20px;}.ph_menu .btn .a2{ display:inline-block; vertical-align:top; margin:0 5px; width:28px; height:28px; border:solid 1px white; position:relative;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.ph_menu .btn .a2 img{ width:100%; float:left;}.ph_menu .btn .a2 .ewm{ background:url(/template/default/images/ewm_bg.png) no-repeat center center; width:112px; height:118px; position:absolute; left:50%; top:110%; margin-left:-56px; padding:12px 6px 6px 6px; display:none;}.ph_menu .btn .a2 .ewm img{ width:100%; float:left;}.ph_menu .btn .a2.on .ewm{ display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}.ph_menu .btn .lang a{ display:block; width:26px; height:26px; font-size:12px; color:white; text-transform:uppercase; line-height:26px;font-family:Arial;}.ph_menu .btn .lang:hover{ background:#2156b0;}.ph_menu .btn .lang.on .a1{ margin-top:-26px;}.nav_box{ width:100%; float:left;}.ph_menu .nli{ float:left; width:100%; position:relative;}.ph_menu .nli span{ float:left; width:100%;}.ph_menu .nli .l1_a{ float:left; width:100%; color:#fff; font-size:14px; line-height:50px; white-space:nowrap; position: relative; letter-spacing: 1px; border-bottom:solid 1px #392219; padding:0 10px;}.ph_menu .nli svg{ display:block; width:40px; height:40px; position:absolute; right:0; top:5px; background:url(/template/default/images/top_6_h.png) no-repeat center center; background-size:auto 14px !important;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.ph_menu .nli.on svg{ background-image:url(/template/default/images/top_6_h.png); transform:rotate(90deg);}.ph_menu .nli .l2_ul{ display:none; height:auto; float:left; width:100%; padding: 5px 15px; border-bottom:solid 1px #392219;}.ph_menu .nli .l2_ul li a{ line-height:30px; font-size:12px; color:#fff; text-transform:uppercase; opacity:0.8;}.ph_menu .nli .l2_ul li a:active{ opacity:1;}.pz_menu.on{ box-shadow: 0 3px 6px rgba(0,0,0,0.10);}.ph_menu .search{ display:block; float:left; height:50px; border:solid 1px #2156b0; width:100%; padding: 0 60px 0 0; position: relative; left:auto; top:auto; right:auto; margin-top:10px; z-index:1;}.ph_menu .search .search_k{ height:48px; line-height:48px; width:100%; background: white; font-size: 14px; color: #2156b0; padding-left:10px; font-weight:bold;}.ph_menu .search .search_btn{ position: absolute; right:-1px; top: 0; height:48px; width:60px; background: #2156b0 url(/template/default/images/top_5.png) no-repeat center center; background-size: 20px 20px;}.ph_menu .msg{ width:100%; float:left; margin-top:10px;}.ph_menu .msg a{ display:block; width:100%; float:left; height:36px; line-height:36px; text-align:center; background:#2156b0; font-size:14px; color:white; font-weight:bold; font-family:Arial;-moz-border-radius:18px; -webkit-border-radius:18px; -khtml-border-radius:18px;border-radius:18px;}.top.on{ margin-top:-38px;}.topnav.on{ height:64px; padding:0;}.topnav.on .logo{ width:128px; margin-top:8px;}.topnav.on .top_82,.topnav.on .top_164{ height:64px; margin-top:0;}.topnav.on .top_82 .search_ico,.topnav.on .top_164 a{ margin-top:14px;}.topnav.on .menu ul .nli{ height: 64px;}.topnav.on .menu ul .nli span{ height:64px; margin-top:0;}.topnav.on .menu ul .nli span a{ margin-top:0px;}.pf_menu.on{ padding:64px 95px 0 95px;}@media screen and (max-width: 1560px) {.menu{ margin-right:12px;}.menu ul .nli{ margin:31px 21px 0 21px; }}@media screen and (max-width: 1366px) {.top .logo{ height:42px; margin-top:30px;}.menu ul .nli span a{ font-size:14px;}}@media screen and (max-width: 1199px) {.menu ul .nli{ margin:31px 11px 0 11px; }}@media screen and (max-width: 991px) {.menuph{ display: block;}.menu{ display:none;}.pz_top{ box-shadow:0 1px 3px rgba(0,0,0,0.1);}.top{ height:50px; padding:0 10px;}.top .logo{ height:22px; margin-top:0; width:200px; top:50%;  position:absolute; left:50%; margin:-11px 0 0 -100px; text-align:center;}    .top .logo img {height:22px;    }.top .so_box{ float:left; margin-top:8px; margin-left:0;}.top .topgz{ display:none;}.pf_menu{ padding:50px 0 0 0;}.so{ width:100%; position:absolute; right:0px; top:100%; padding:2px 40px 2px 2px; height:40px;}.so .Search{ width:100%; height:36px; background:#fff; background:rgba(0,0,0,0.6); border:none; line-height:20px; padding:8px 10px; font-size:14px;}.so .sear_sub{ width:38px; height:36px; position:absolute; right:0; top:0;}}.slide_banner{ width:100%; float:left;}.slide_banner .slick-slide{ position:relative; overflow:hidden;}.slide_banner .slick-prev,.slide_banner .slick-next {	position: absolute;	left: 97px;	top: 50%;	width: 49px;	height: 66px;	margin-top:-26px;	background:url(/template/default/images/banner_left.png) no-repeat left center; opacity:0.4;}.slide_banner .slick-next {	left: auto;	right: 97px;	background:url(/template/default/images/banner_right.png) no-repeat left center;}.slide_banner .slick-prev:hover,.slide_banner .slick-next:hover{ opacity:0.8;}.slide_banner .slick-dots {	position: absolute;	bottom: 89px;	display: block;	width: 100%;	padding: 0;	margin: 0;	list-style: none;	text-align: center;	overflow:hidden;}.slide_banner .slick-dots li {	position: relative;	display: inline-block;	width: 14px;	height: 14px;	margin: 5px 10px;	padding: 0;	cursor: pointer;	overflow:hidden;	background:url(/template/default/images/banner_ico1.png) no-repeat left center;	-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.slick-dots li button {	display:none;}.slide_banner .slick-dots li.slick-active{	background-position:right center; box-shadow:0 0 7px rgba(255,255,255,0.42);}.banner_ico{ position:absolute; left:50%; bottom:40px; width:30px; margin-left:-15px;}.banner_ico span{ display:block; width:100%; float:left;animation:myfirst 0.8s linear 0s infinite alternate;-moz-animation:myfirst 0.8s linear 0s infinite alternate;-webkit-animation:myfirst 0.8s linear 0s infinite alternate;-o-animation:myfirst 0.8s linear 0s infinite alternate;}.banner_ico span.span1{ margin-top:-3px;animation:myfirst 0.8s linear 0.4s infinite alternate;-moz-animation:myfirst 0.8s linear 0.4s infinite alternate;-webkit-animation:myfirst 0.8s linear 0.4s infinite alternate;-o-animation:myfirst 0.8s linear 0.4s infinite alternate;}@keyframes myfirst{0%   { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}50%  { opacity:1;transform: scale(1.0,1.0);	-ms-transform: scale(1.0,1.0);	-webkit-transform: scale(1.0,1.0);	 -o-transform: scale(1.0,1.0);	   -moz-transform: scale(1.0,1.0);}100% { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}}@-moz-keyframes myfirst /* Firefox */{0%   { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}50%  { opacity:1;transform: scale(1.0,1.0);	-ms-transform: scale(1.0,1.0);	-webkit-transform: scale(1.0,1.0);	 -o-transform: scale(1.0,1.0);	   -moz-transform: scale(1.0,1.0);}100% { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}}@-webkit-keyframes myfirst /* Safari and Chrome */{0%   { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}50%  { opacity:1;transform: scale(1.0,1.0);	-ms-transform: scale(1.0,1.0);	-webkit-transform: scale(1.0,1.0);	 -o-transform: scale(1.0,1.0);	   -moz-transform: scale(1.0,1.0);}100% { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}}@-o-keyframes myfirst /* Opera */{0%   { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}50%  { opacity:1;transform: scale(1.0,1.0);	-ms-transform: scale(1.0,1.0);	-webkit-transform: scale(1.0,1.0);	 -o-transform: scale(1.0,1.0);	   -moz-transform: scale(1.0,1.0);}100% { opacity:0.8;transform: scale(0.8,0.8);	-ms-transform: scale(0.8,0.8);	-webkit-transform: scale(0.8,0.8);	 -o-transform: scale(0.8,0.8);	   -moz-transform: scale(0.8,0.8);}}@media screen and (max-width: 1360px) {.slide_banner .slick-prev,.slide_banner .slick-next {	left: 47px;}.slide_banner .slick-next {	left: auto;	right: 47px;}}@media screen and (max-width: 767px) {.slide_banner .slick-slide .text{ width:520px; left:50%; margin-top:-45px; margin-left:-260px;}.slide_banner .slick-dots { bottom: 10px;}.slide_banner .slick-dots li {	width: 10px;	height: 10px;	margin: 5px 5px; background-size:auto 10px;}.slide_banner .slick-slide .btn{ margin-top:35px;}.slide_banner .slick-slide .btn span{ width:128px; height:42px;}.slide_banner .slick-slide .btn a{ height:42px; line-height:40px; font-size:14px;}.slide_banner .slick-slide .btn a img{ width:6px; margin:-3px 0 0 8px;}.banner_ico{ display:none; width:16px; bottom:20px; margin-left:-8px;}}/*footerHead*/.footerHead{ width:100%; float:left; padding:53px 0 43px 0; position:relative;}/*.footerHead .footerHead_gz{ float:right; margin-top:-15px;}.footerHead .footerHead_gz a{ display:block; float:left; width:42px; height:42px; margin-left:20px; opacity:0.3;position:relative;}.footerHead .footerHead_gz a > img{ width:100%; float:left;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.footerHead .footerHead_gz a .ewm{ background:url(/template/default/images/ewm_bg.png) no-repeat center center; width:112px; height:118px; position:absolute; left:50%; top:110%; margin-left:-56px; padding:12px 6px 6px 6px; display:none;}.footerHead .footerHead_gz a .ewm img{ width:100%; float:left;}.footerHead .footerHead_gz a:hover .ewm{ display:block;-webkit-animation:fadeInUp1 0.5s 0s ease both;-moz-animation:fadeInUp1 0.5s 0s ease both;}.footerHead .footerHead_gz a:hover{ opacity:1;}.footerHead .ewm{ width:145px; height:145px; float:left; padding:6px; background:white;}.footerHead .ewm img{ width:100%; float:left;}.footerHead .text{ margin-left:182px;}.footerHead .text .footerHead_t{ width:100%; float:left; margin-top:9px; padding-bottom:24px; border-bottom:solid 1px #272727; font-size:14px; line-height:28px; position:relative; z-index:3;}.footerHead .text .footerHead_t .a{ color:white; letter-spacing:1px; opacity:0.6;}.footerHead .text .footerHead_t span{ color:white; opacity:0.6; margin:0 28px;}.footerHead .text .footerHead_b{ width:100%; float:left; padding-top:13px; font-size:14px; color:#bcbcbc; line-height:34px; letter-spacing:1px; position:relative; z-index:1;}.footerHead .text .footerHead_b span{ display:inline-block; *zoom:1; *display:inline; margin-right:40px;}.footerHead .text .footerHead_b img{ vertical-align:middle; margin:-3px 4px 0 0; width:15px;}.link{ float:left; font-size:14px; line-height:34px; color:white;}.link a,.link span{ color:white; opacity:0.6; display:inline-block; vertical-align:top;}.link b{ margin:0 14px; font-weight:normal;}.link a:hover{ opacity:1;}*/.footerHead .footerHeadLeft{ width:14%; float:left;}.footerHead .dt{ width:100%; font-size:24px; color:white; line-height:38px; letter-spacing:2px; position:relative; padding-bottom:14px;}.footerHead .dt:before{ content:''; width:48px; height:2px; background:#2156b0; position:absolute; left:0; bottom:0;}.footerHead .footerHeadLeft .dt{ margin-bottom:19px;}.footerHead .footerHeadLeft ul{ width:100%;}.footerHead .footerHeadLeft ul li{ width:100%;}.footerHead .footerHeadLeft ul li a{ width:100%; font-size:14px; color:white; line-height:44px; opacity:0.6; letter-spacing:2px;}.footerHead .footerHeadLeft ul li a:hover{ opacity:1;}.footerHead .footerHeadCenter{ width:47.13%; float:left; position:relative; padding:0 60px 0 116px;}.footerHead .footerHeadCenter:before,.footerHead .footerHeadCenter:after{ content:''; width:1px; height:90%; background:white; opacity:0.1; position:absolute; left:0; top:5%;}.footerHead .footerHeadCenter:after{ left:auto; right:0;}.footerHead .footerHeadCenter .title{ width:100%; margin-top:29px; font-size:20px; color:white; line-height:34px; letter-spacing:4px;}.footerHead .footerHeadCenter .ewm{ width:145px; margin-top:29px; float:left;}.footerHead .footerHeadCenter .ewm img{ width:100%; background:white; padding:5px;}.footerHead .footerHeadCenter .ewm h5{ width:100%; text-align:center; margin-top:18px; font-size:14px; opacity:0.6; letter-spacing:2px; color:white;}.footerHead .footerHeadCenter ul{ margin-left:176px; margin-top:7px;}.footerHead .footerHeadCenter ul li{ width:100%; margin-top:20px; font-size:14px; color:white; line-height:24px; opacity:0.5; padding-left:22px; position:relative;}.footerHead .footerHeadCenter ul li img{ position:absolute; left:0; top:4px; width:15px;}    .footerHead .footerHeadCenter ul li p {        display:contents; vertical-align:top;    }.footerHead .footerHeadCenter dl{ margin-left:176px; margin-top:26px;}.footerHead .footerHeadCenter dl dd{ float:left; margin-right:20px;}.footerHead .footerHeadCenter dl dd a{ display:block; width:42px; height:42px; background:white; opacity:0.3; overflow:hidden;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.footerHead .footerHeadCenter dl dd:hover a{ opacity:1;}.footerHead .footerHeadRight{ float:right; width:31.65%;}.footerHead .footerHeadRight ul{ width:100%; margin-top:19px;}.footerHead .footerHeadRight ul li{ width:49%; margin-top:16px; float:left;}.footerHead .footerHeadRight ul li:nth-child(2){ float:right;}.footerHead .footerHeadRight ul li input,.footerHead .footerHeadRight ul li textarea{ display:block; width:100%; background:white; height:36px; padding:8px 20px; line-height:20px; font-size:14px; color:#333;}.footerHead .footerHeadRight ul li.l1{ width:100%;}.footerHead .footerHeadRight ul li textarea{ height:115px;}.footerHead .footerHeadRight ul li.l2{ margin-top:34px;}.footerHead .footerHeadRight ul li.l2 input{ width:144px; height:34px; line-height:34px; text-align:center; background:#2156b0; letter-spacing:2px; color:white; cursor:pointer; padding:0; overflow:hidden; box-shadow:2px 2px 2px #024a80;-moz-border-radius:17px; -webkit-border-radius:17px; -khtml-border-radius:17px;border-radius:17px;}.footerHead .footerHeadRight ul li.l2 input:hover{ box-shadow:inset 3px 3px 3px #024a80;}.footerHead .footerHeadLink{ display:none; float:left; width:100%; margin-top:40px; padding-top:45px; border-top:solid 1px white;border-top:solid 1px rgba(255,255,255,0.1); font-size:14px; color:white; line-height:24px;}.footerHead .footerHeadLink a{ display:inline-block; color:white; opacity:0.6;}.footerHead .footerHeadLink span{opacity:0.6; margin:0 12px;} .footerHead .footerHeadLink a:hover{ opacity:1;}@media screen and (max-width: 1660px) {.footerHead .footerHeadCenter{ padding:0 20px 0 66px;}}.footerDown{ background:#141414; padding:22px 0;}.footerDown .footer_down_left{ float:left; width:75%; font-size:14px; line-height:24px; color:white; opacity:0.6; letter-spacing:1px;}.footerDown .footer_down_left a{text-decoration: underline;color: rgb(255, 255, 255);}.footerDown .footer_down_right{ float:right; font-size:14px; line-height:24px; color:white;}.footerDown .footer_down_right a{ color:white; opacity:0.6;}.footerDown .footer_down_right span{ opacity:0.6; margin:0 16px;}.footerDown .footer_down_right a:hover,.footer .footer_down_left .link a:hover{ opacity:1;}@media screen and (max-width: 1366px) {.footerHead .footerHeadCenter{ width:50%; padding:0 20px 0 40px;}}@media screen and (max-width: 1199px) {.footerHead .footerHeadCenter .ewm{ width:120px;}.footerHead .footerHeadCenter ul,.footerHead .footerHeadCenter dl{ margin-left:135px;}.footerHead .footerHeadRight ul li{ width:100%;}.footerHead .footerHeadCenter{ width:55%;}.footerHead .footerHeadRight{ width:28%;}}@media screen and (max-width: 991px) {.footerHead{ padding:32px 5% 22px 5%;}.footerHead .footerHeadLeft{ width:100%; text-align:center;}.footerHead .footerHeadLeft ul li{ width:16.66%; float:left;}.footerHead .dt{ display:none;}.footerHead .footerHeadCenter{ width:65%; padding-left:0;}.footerHead .footerHeadCenter:before{ display:none;}.footerHead .footerHeadRight{ width:30%;}.footerHead .footerHeadLink{ margin-top:20px; padding-top:23px; }.footerDown{ padding:16px 20px 60px 20px;}.footerDown .footer_down_left,.footerDown .footer_down_right{ width:100%; text-align:center;}.footerDown .footer_down_left,.footerDown .footer_down_right{ font-size:12px;}}@media screen and (max-width: 767px) {.footerHead{ padding:21px 3% 11px 3%;}.footerHead .footerHeadCenter{ width:100%; text-align:center;}.footerHead .footerHeadCenter:before{ display:none;}.footerHead .footerHeadRight{ display:none;}.footerHead .footerHeadLeft ul li a{ font-size:12px; letter-spacing:0; line-height:20px; white-space:nowrap;}.footerHead .footerHeadLeft ul li{ max-width:22%; width:auto; margin:0 5px; float:none; display:inline-block; vertical-align:top;}.footerHead .footerHeadLeft ul li:first-child{ display:none;}.footerHead .footerHeadCenter .title{ display:none;}.footerHead .footerHeadCenter .ewm{ float:none; display:inline-block; vertical-align:top;}.footerHead .footerHeadCenter ul{ margin-left:0;  width:100%;}.footerHead .footerHeadCenter dl{ display:none;}.footerHead .footerHeadCenter ul li{ margin-top:3px; font-size:12px;}.footerHead .footerHeadCenter ul li img{ position:relative; left:auto; top:auto; vertical-align:middle; margin:-3px 5px 0 0;}.footerHead .footerHeadCenter:after{ display:none;}.footerHead .footerHeadLink{ margin-top:10px; padding-top:12px; font-size:12px;}.footerHead .footerHeadLink span{ margin:0 6px;}.footerDown{ padding:10px 10px 60px 10px;}.footerDown .footer_down_left{ font-size:12px; line-height:20px;}.footerDown .footer_down_right{ font-size:12px; line-height:20px;}.footerDown .footer_down_right span{ margin:0 10px;}}/*右侧漂浮*/.pf_right{ position:fixed; right:0; top:50%; margin-top:-220px; z-index:8888;}.pf_right ul{ width:90px; float:left; background:#2156b0;}.pf_right ul li{ width:90px; height:91px; float:left; border-top:solid 1px #033a63; position:relative; cursor:pointer; text-align:center;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.pf_right ul li.first{ border-top:0;}.pf_right ul li .img1{ float:none; height:48px; margin-top:10px;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;-moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px;border-radius:20px;}.pf_right ul li span{ display:block; width:100%; font-size:16px; line-height:18px; color:white;}.pf_right ul li h4{ position:absolute; right:100%; top:0; width:220px; text-align:center; height:91px; line-height:90px; color:white; font-size:18px;font-family: 'OPENSANS-REGULAR'; z-index:2; letter-spacing:1px; background:#1d4c9b; border-right:solid 1px white; text-transform:uppercase; font-weight:bold; display:none; margin-top:-1px;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.pf_right ul li .ewm.phone{ position:absolute; right:100%; top:60%; width:220px; text-align:center; height:91px;line-height:30px; background:#1d4c9b;color:white;  display:none; z-index:1; padding:10px 18px 10px 10px;font-size:18px;border-right:solid 1px white;font-weight:bold;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}@media screen and (min-width: 992px) {.pf_right ul li:hover h4{ display:block;-webkit-animation:fadeInLeft1 0.5s 0s ease both;-moz-animation:fadeInLeft1 0.5s 0s ease both;}.pf_right ul li:hover{ background:#1d4c9b; border-color:white;}}@-webkit-keyframes fadeInLeft1{0%{opacity:0;-webkit-transform:translateX(30px)}100%{opacity:1;-webkit-transform:translateX(0)}}@-moz-keyframes fadeInLeft1{0%{opacity:0;-moz-transform:translateX(30px)}100%{opacity:1;-moz-transform:translateX(0)}}.pf_right ul li .ewm{ position:absolute; right:110%; top:50%; margin-top:-56px; width:121px; text-align:center; height:112px; background:url(/template/default/images/right7.png) no-repeat center center; display:none; z-index:1; padding:10px 18px 10px 10px;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.pf_right ul li .ewm .ewm_img{ width:100%; float:left; height:auto; margin:0;-moz-border-radius:0px; -webkit-border-radius:0px; -khtml-border-radius:0px;border-radius:0px;}.pf_right ul li:hover .ewm{ display:block;-webkit-animation:fadeInLeft1 0.5s 0s ease both;-moz-animation:fadeInLeft1 0.5s 0s ease both;}.pf_right ul li .dl{ width:286px; background:white; position:absolute; right:116px; top:-59px; box-shadow:0 0 13px rgba(0,0,0,0.08); padding:14px 34px 13px 27px; display:none;}.pf_right ul li .dl .closed{ width:30px; height:30px; line-height:30px; text-align:center; font-size:20px; font-weight:bold; border:solid 1px #2156b0; color:#2156b0; position:absolute; right:0; top:-60px; font-family:"宋体"; cursor:pointer;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.pf_right ul li .dl .closed:before{ content:''; width:1px; height:30px; background:#ddd; position:absolute; left:50%; top:29px;}.pf_right ul li .dl dt{ background:url(/template/default/images/right8.png) no-repeat center center; width:14px; height:36px; position:absolute; right:-14px; top:86px;}.pf_right ul li .dl dd{ width:100%; float:left; margin-top:10px; position:relative;}.pf_right ul li .dl dd input,.pf_right ul li .dl dd select,.pf_right ul li .dl dd textarea{ display:block; float:left; width:100%; height:29px; border:solid 1px #e6e6e6; line-height:19px; padding:5px 10px; font-size:14px; color:#333; background:white;appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: 0;}.pf_right ul li .dl dd input:focus,.pf_right ul li .dl dd select:focus,.pf_right ul li .dl dd textarea:focus{ border-color:#2156b0;}.pf_right ul li .dl dd select{ padding-right:26px; background:url(/template/default/images/right9.png) no-repeat 96% center; padding-left:8px;appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: 0;}.pf_right ul li .dl dd textarea{ height:66px;}.pf_right ul li .dl dd.d1{ padding-right:85px;}.pf_right ul li .dl dd.d1 .yzm{ position:absolute; right:0; top:0; width:78px; height:27px; cursor:pointer;}.pf_right ul li .dl dd.d2 input{ width:109px; height:25px; line-height:25px; text-align:center; float:right; background:#2156b0;color:white; font-size:16px; border:0; padding:0; margin-right:35px; box-shadow:0 2px 2px rgba(235,99,50,0.6);-moz-border-radius:25px; -webkit-border-radius:25px; -khtml-border-radius:25px;border-radius:25px;}@media screen and (max-width: 1199px) {.pf_right{ right:0;}}@media screen and (max-width: 991px) {.pf_right{ width:100%; bottom:0; top:auto; margin-top:0;}.pf_right ul{ width:100%; background:#2156b0;}.pf_right ul li{ width:25%; height:50px; margin-top:0; text-align:center; background:#2156b0; border-top:0; border-left:solid 1px #0468b3;}.pf_right ul li.l2{ display:none;}.pf_right ul li:first-child{ border-left:0;}.pf_right ul li .img1{ width:auto; float:none; height:22px; margin-top:5px;}.pf_right ul li span{ font-size:12px;}.pf_right ul li:hover h4{ display:none;}.pf_right ul li .ewm{ transform:rotate(90deg); top:0px; right:auto; left:50%; margin-left:-50px; width:100px; height:93px; padding:7px 14px 7px 7px; background-size:contain;}.pf_right ul li:hover .ewm{ right:0; top:-45px;}.pf_right ul li .ewm .ewm_img{ height:auto; transform:rotate(-90deg);}.pf_right ul li h4{ position:fixed; left:50%; top:50%; width:160px; height:40px; line-height:40px;font-size:13px; margin:-20px 0 0 -80px;-moz-border-radius:20px; -webkit-border-radius:20px; -khtml-border-radius:20px;border-radius:20px;}.pf_right ul li h4.on{ display:block;-webkit-animation:fadeIn1 5s 0s ease both;-moz-animation:fadeIn1 5s 0s ease both;}@-webkit-keyframes fadeIn1{0%{opacity:0;}30%{opacity:1;}80%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeIn1{0%{opacity:0;}30%{opacity:1;}80%{opacity:1;}100%{opacity:0;}}.pf_right ul li .dl{ width:286px; position:fixed; right:auto; left:50%; top:50%; box-shadow:0 0 13px rgba(0,0,0,0.08); padding:14px 34px 13px 27px; display:none; margin:-100px 0 0 -143px;}.pf_right ul li .dl dt{ display:none;}.pf_right ul li .dl .closed{ width:20px; height:20px; line-height:18px; font-size:16px; top:-40px;}.pf_right ul li .dl .closed:before{ height:20px; top:19px;}}/*首页main*/.indexOne{ padding:67px 0 78px 0; background:url(/template/default/images/index1.jpg); overflow:hidden;}.indexHead{ width:100%; text-align:center; padding-bottom:31px; background:url(/template/default/images/index28.png) no-repeat center bottom;}.indexHead h4{ width:100%; font-size:24px; color:#666; line-height:38px; text-transform:uppercase; font-family: 'OPENSANS-REGULAR'; letter-spacing:1px;}.indexHead h2{ width:100%; font-size:32px; color:#2156b0; line-height:52px; text-transform:uppercase; font-weight:bold; letter-spacing:1px;}.indexOneBody{ width:100%; margin-top:60px; background:#f2f2f2; position:relative; height:570px;}.indexOneBody .img{ position:absolute; left:0; top:0; width:50%; height:570px; position:absolute; left:0; top:0; z-index:1; overflow:hidden;}.indexOneBody .img img{ width:785px; height:570px; position:absolute; left:50%; top:0; max-width:none; margin:0 0 0 -392.5px;}.indexOneBody .text{     overflow: hidden;float:right; background:white; height:450px; width:50%; position:absolute; right:3.82%; top:50%; margin-top:-225px; padding:72px 70px 0 120px; z-index:2;}.indexOneBody .text h3{ width:100%; font-size:28px; color:#333; line-height:41px; font-weight:bold; padding-bottom:16px; background:url(/template/default/images/index29.png) no-repeat left bottom;}.indexOneBody .text .p{ width:100%; font-size:16px; color:#666; line-height:36px; margin-top:19px; height:144px; overflow:hidden;}.indexOneBody .text .detail{ width:100%; margin-top:40px;}.indexOneBody .text .detail a{ display:block; text-align:center; float:left; width:190px; height:52px; line-height:52px; background:#2156b0; color:white; font-size:14px; font-family:Arial; text-transform:uppercase; letter-spacing:1px;}.indexOneBody .text .detail a:hover{ background:#757575;}@media screen and (max-width: 1680px) {.indexOneBody .text{ padding:72px 50px 0 80px;}}@media screen and (max-width: 1199px) {.indexOne{ padding:47px 0 58px 0}.indexHead{ padding-bottom:26px;}.indexHead h4{ font-size:20px; line-height:32px;}.indexHead h2{ font-size:26px; line-height:46px;}.indexOneBody{margin-top:40px; height:470px;}.indexOneBody .img{ height:470px;}.indexOneBody .text{ height:360px; margin-top:-180px; padding:42px 40px 0 60px;}.indexOneBody .text h3{ font-size:24px; line-height:36px; padding-bottom:12px;}.indexOneBody .text .p{ font-size:14px; line-height:30px; margin-top:14px; height:120px;}.indexOneBody .text .detail{ margin-top:30px;}.indexOneBody .text .detail a{ width:150px; height:42px; line-height:42px; background:#2156b0; color:white; }}@media screen and (max-width: 991px) {.indexOne{ padding:37px 0 48px 0}.indexHead{ padding-bottom:20px; background-size:auto 10px;}.indexHead h4{ font-size:16px; line-height:26px;}.indexHead h2{ font-size:22px; line-height:40px;}.indexOneBody{margin-top:30px; height:400px;}.indexOneBody .img{ height:400px;}.indexOneBody .img img{ width:551px; height:400px; margin:0 0 0 -275.5px;}.indexOneBody .text{ height:300px; margin-top:-150px; padding:42px 40px 0 50px;}.indexOneBody .text h3{ font-size:20px; line-height:30px; padding-bottom:8px; background-size:auto 2px;}.indexOneBody .text .p{ font-size:12px; line-height:26px; margin-top:10px; height:104px;}.indexOneBody .text .detail{ margin-top:20px;}.indexOneBody .text .detail a{ width:130px; height:38px; line-height:38px;}}@media screen and (max-width: 767px) {.indexOne{ padding:27px 0 28px 0}.indexHead{ padding-bottom:14px; background-size:auto 6px;}.indexHead h4{ font-size:14px; line-height:20px;}.indexHead h2{ font-size:18px; line-height:30px;}.indexOneBody{margin-top:20px; height:300px;}.indexOneBody .img{ height:300px; width:100%;}.indexOneBody .text{ height:260px; margin-top:-130px; padding:32px 30px 0 20px; width:90%; right:5%;}.indexOneBody .text h3{ font-size:16px; line-height:24px; padding-bottom:6px; background:none;}.indexOneBody .text .p{ font-size:12px; line-height:20px; margin-top:8px; height:118px;}.indexOneBody .text .detail{ margin-top:10px;}.indexOneBody .text .detail a{ width:100px; height:30px; line-height:30px; font-size:12px;}}.indexTwo{ background:url(/template/default/images/index9.jpg) no-repeat center center; padding:70px 0 77px 0; background-size:cover; overflow:hidden;}.indexTwoBody{ width:100%; margin-top:33px;}.ul_1{ width:100%; margin-top:-34px;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}.ul_1 li{ width:33.33%; float:left; padding:0 15px; margin-top:34px;}.ul_1 li a{ display:block; float:left; width:100%;}.ul_1 li a .img{ width:100%; padding-bottom:62.226%; position:relative;}.ul_1 li a .img .time{ position:absolute; right:-7px; top:25px; height:44px; font-size:16px; letter-spacing:1px; background:url(/template/default/images/index8.png) no-repeat center center; width:114px; line-height:36px; text-align:center; color:white; background-size:contain;}.ul_1 li a .img img{ width:100%; position:absolute; left:0; top:0; max-height:100%;}.ul_1 li a .text{ width:100%; float:left; padding:15px 25px 17px 30px; background:white;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_1 li a .text .name{ text-align: center; width:100%; font-size:20px; color:#333; line-height:30px;}.ul_1 li a .text h2{ float:right; font-size:28px; line-height:30px; color:#2156b0; font-weight:bold;}.ul_1 li a .text .p{ float:left; width:100%; margin-top:10px; font-size:14px; line-height:24px; color:#333; height:48px; overflow:hidden; opacity:0.8;}.ul_1 li a:hover .text{ background:#2156b0;}.ul_1 li a:hover .text .name,.ul_1 li a:hover .text h2,.ul_1 li a:hover .text .p{ color:white;}.indexMore{ width:100%; float:left; text-align:center; margin-top:40px;}.indexMore a{ display:inline-block; vertical-align:top; width:190px; height:52px; line-height:52px; background:#2156b0; color:white; font-size:14px; font-family:Arial; text-transform:uppercase; letter-spacing:1px;-moz-border-radius:52px; -webkit-border-radius:52px; -khtml-border-radius:52px;border-radius:52px;}.indexMore a:hover{ background:#757575;}@media screen and (max-width: 1680px) {.ul_1 li a .text h2{ font-size:26px;}.ul_1 li a .text{ padding:15px 20px 17px 20px;}}@media screen and (max-width: 1366px) {.ul_1 li a .text h2{ font-size:24px;}.ul_1 li a .text{ padding:15px 15px 17px 15px;}}@media screen and (max-width: 1199px) {.indexTwo{ padding:50px 0 57px 0;}.indexTwoBody{ margin-top:30px;}.ul_1{ margin-top:-30px;}.ul_1 li{ margin-top:30px;}.ul_1 li a .text h2{ font-size:22px;}.ul_1 li a .text{ padding:15px 10px 12px 10px;}.ul_1 li a .text .name{ font-size:18px;}}@media screen and (max-width: 991px) {.indexTwo{ padding:30px 20px 37px 20px;}.indexTwoBody{ margin-top:20px;}.ul_1{ margin-top:-20px;}.ul_1 li{ margin-top:20px; padding:0 10px;}.ul_1 li a .text h2{ font-size:20px; line-height:26px;}.ul_1 li a .text{ padding:16px 10px 8px 10px;}.ul_1 li a .text .name{ text-align: center; width:100%; font-size:16px; line-height:26px;}.ul_1 li a .text .p{  margin-top:8px; font-size:13px; line-height:22px; height:44px;}.indexMore{ margin-top:30px;}.indexMore a{ width:150px; height:42px; line-height:42px;}.ul_1 li a .img .time{ right:-6px; top:15px; height:38px; font-size:14px; width:98px; line-height:30px;}}@media screen and (max-width: 767px) {.indexTwo{ padding:20px 20px 27px 20px;}.indexTwoBody{ margin-top:10px;}.ul_1{ margin-top:-10px;}.ul_1 li{ margin-top:10px; padding:0 5px; width:100%;}.ul_1 li a .text{ padding:10px 10px 8px 10px;}.ul_1 li a .text h2{ font-size:16px; line-height:24px;}.ul_1 li a .text .name{ font-size:14px; line-height:24px;}.ul_1 li a .text .p{  margin-top:6px; font-size:12px; line-height:20px; height:38px;}.indexMore{ margin-top:20px;}.indexMore a{ width:120px; height:32px; line-height:32px; font-size:12px;}.ul_1 li a .img .time{ right:-5px; top:10px; height:32px; font-size:12px; width:83px; line-height:26px;}}.indexFou{ padding:70px 0 69px 0; background:#f2f2f2; overflow:hidden;}.indexFouBody{ width:100%; margin-top:40px;}.ul_2{ width:100%; float:left; position:relative;}.ul_2 li{ width:100%; float:left; padding:0 15px;}.ul_2 li .img{ width:100%; padding-bottom:90%; position:relative; overflow:hidden;}.ul_2 li .img img{ position:absolute; width:100%; left:0; top:0; min-height:100%;}.ul_2 li .text{ width:100%; background:white; padding:13px 30px 16px 30px; text-align:center;}.ul_2 li .text .name{ width:100%; font-size:24px; color:#2156b0; line-height:36px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}.ul_2 li .text .bian{ display:inline-block; vertical-align:top; width:28px; height:2px; background:#2156b0; margin-top:7px;}.ul_2 li .text .p{ width:100%; margin-top:8px; text-align:left; font-size:16px; color:#666; line-height:28px; height:140px; overflow:hidden;}.ul_2 .slick-prev,.ul_2 .slick-next {	font-size: 0;	line-height: 0;	position: absolute;	left: -42px;	top: 40%;	display: block;	width: 26px;	height: 45px;	background:url(/template/default/images/index12.png) no-repeat left center;}.ul_2 .slick-next {	left: auto;	right: -42px; background-position:right center;}.ul_2 .slick-prev:hover，.ul_2 .slick-next:hover{ background-image:url(/template/default/images/index12_h.png);}@media screen and (max-width: 1560px) {.ul_2 li .text{ padding:13px 20px 16px 20px;}}@media screen and (max-width: 1199px) {.indexFou{ padding:50px 0 49px 0;}.indexFouBody{ padding:0 30px;}}@media screen and (max-width: 991px) {.indexFou{ padding:30px 0 29px 0;}.indexFouBody{ padding:0 80px; margin-top:30px;}.ul_2 li .text .name{ font-size:20px; line-height:30px;}.ul_2 li .text .bian{ width:22px; margin-top:5px;}.ul_2 li .text .p{ margin-top:6px; font-size:14px; line-height:26px; height:130px;}}@media screen and (max-width: 991px) {.indexFou{ padding:20px 0 19px 0;}.indexFouBody{ padding:0 20px; margin-top:20px;}.ul_2{ padding-bottom:30px; position:relative;}.ul_2 li{ padding:0 5px;}.ul_2 li .text{ padding:8px 10px 10px 10px;}.ul_2 li .text .name{ font-size:16px; line-height:24px;}.ul_2 li .text .bian{ width:20px;}.ul_2 li .text .p{ font-size:12px; line-height:22px; height:108px;}.ul_2 .slick-dots {	position: absolute;	bottom: 0px;	display: block;	width: 100%;	padding: 0;	margin: 0;	list-style: none;	text-align: center;	overflow:hidden;}.ul_2 .slick-dots li {	position: relative;	display: inline-block;	width: 8px;	height: 8px;	margin: 0 3px;	padding: 0; float:none;	cursor: pointer;	overflow:hidden;	background:#666;	-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.slick-dots li button { display:none;}.slick-dots li.slick-active{	background:#2156b0;}}.indexFiv{ padding:74px 0 85px 0; border-bottom:dashed 1px #f2f2f2; overflow:hidden;}.indexFivBody{ width:100%; margin-top:30px;}.indexFivBody .hd{ width:100%; text-align:center;}.indexFivBody .hd ul{ display:inline-block; vertical-align:top; overflow:hidden;}.indexFivBody .hd ul li{ width:125px;  height:34px; line-height:34px; background:#d7d7d7; font-size:14px; color:#333; margin-left:29px; float:left; cursor:pointer; position:relative;-moz-border-radius:34px; -webkit-border-radius:34px; -khtml-border-radius:34px;border-radius:34px;}.indexFivBody .hd ul li:before{ content:''; width:17px; height:1px; background:#d7d7d7; position:absolute; right:-23px; top:50%;}.indexFivBody .hd ul li.on,.indexFivBody .hd ul li:hover{ background:#2156b0; color:white;}.indexFivBody .hd ul li.on:before,.indexFivBody .hd ul li:hover:before{ background:#2156b0;}.indexFivBody .bd{ width:100%; margin-top:21px;}.indexFivBody .bd .product1{ width:100%; float:left; padding-right:24.84%; position:relative;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}.indexFivBody .bd ul{ width:100%;}.indexFivBody .bd ul li{ float:left; padding-right:10px; margin-top:10px;}.indexFivBody .bd ul li.l3{ position:absolute; right:0; top:0; width:24.84%;}.indexFivBody .bd ul li.l3 a{ display:block; width:100%; padding-bottom:202%; overflow:hidden;}.indexFivBody .bd ul li.l3 a img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}.indexFivBody .bd ul li.l1{ width:65.93%; position:relative; overflow:hidden;}.indexFivBody .bd ul li.l1 a{ display:block; width:100%; float:left; padding-bottom:48.89%; position:relative; overflow:hidden;}.indexFivBody .bd ul li.l1 a img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}.indexFivBody .bd ul li.l2{ width:34.07%; position:relative; overflow:hidden;}.indexFivBody .bd ul li.l2 a{ display:block; width:100%; float:left; padding-bottom:96.41%; position:relative; overflow:hidden;}.indexFivBody .bd ul li.l2 a img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}@media screen and (max-width: 1199px) {.indexFiv{ padding:54px 0 65px 0;}}@media screen and (max-width: 991px) {.indexFiv{ padding:34px 0 45px 0;}.indexFivBody .hd ul li{ width:100px;  height:30px; line-height:30px; margin-left:20px;}.indexFivBody .hd ul li:before{ display:none;}}@media screen and (max-width:767px) {.indexFiv{ padding:24px 0 35px 0;}.indexFivBody{ margin-top:20px;}.indexFivBody .hd ul li{ width:90px;  height:26px; line-height:26px; margin:0 5px; font-size:13px;}.indexFivBody .bd ul li{ padding-right:2px; margin-top:2px;}.indexFivBody .bd ul li.l3 a{ padding-bottom:200%;}.indexFivBody .bd ul li.l1 a{ padding-bottom:49.2%;}}.indexSix{ background:#f7f7f7; padding:70px 0 64px 0; overflow:hidden;}.indexSix .indexSixBody{ margin:0 -17px;}.indexSix .hd{ width:100%; text-align:center; margin-top:40px;}.indexSix .hd ul{ display:inline-block; vertical-align:top; overflow:hidden;}.indexSix .hd ul li{ width:125px;  height:34px; line-height:34px; background:#d7d7d7; font-size:14px; color:#333; margin-left:29px; float:left; cursor:pointer; position:relative;-moz-border-radius:34px; -webkit-border-radius:34px; -khtml-border-radius:34px;border-radius:34px;}.indexSix .hd ul li:before{ content:''; width:17px; height:1px; background:#d7d7d7; position:absolute; right:-23px; top:50%;}.indexSix .hd ul li.on,.indexSix .hd ul li:hover{ background:#2156b0; color:white;}.indexSix .hd ul li.on:before,.indexSix .hd ul li:hover:before{ background:#2156b0;}.indexSix .bd{ width:100%;}.ul_3{ width:50%; float:left; padding:0 17px; margin-top:35px;}.ul_3 li{ width:100%; float:left; margin-top:20px;}.ul_3 li .img{ width:100%; float:left; padding-bottom:47%; position:relative; overflow:hidden;}.ul_3 li .img img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}.ul_3 li .text{ width:100%; float:left; background:white; padding:16px 85px 17px 170px; position:relative;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_3 li .text .time{ position:absolute; left:48px; top:16px; width:56px; text-align:center;}.ul_3 li .text .time h2{ width:100%; font-size:40px; color:#2156b0; line-height:50px; letter-spacing:1px;}.ul_3 li .text .time h5{ width:100%; font-size:14px; color:#2156b0; line-height:29px; /* letter-spacing:1px; */}.ul_3 li .text .time:before{ content:''; width:1px; height:90%; position:absolute; top:5px; right:-35px; background:#da251c; opacity:0.1;}.ul_3 li .text .name{ width:100%; font-size:18px; color:#333; line-height:28px; letter-spacing:1px;}.ul_3 li .text .p{ width:100%; margin-top:8px; font-size:14px; color:#333; line-height:24px; letter-spacing:1px; height:48px; overflow:hidden;}.ul_3 li a:hover .text{ background:#2156b0;}.ul_3 li a:hover .text .time h2,.ul_3 li a:hover .text .time h5,.ul_3 li a:hover .text .name,.ul_3 li a:hover .text .p{ color:white;}.ul_3 li a:hover .text .p{ opacity:0.6;}.ul_3 li a:hover .text .time:before{ background:white;}@media screen and (max-width: 1366px) {.ul_3 li .text{ padding:16px 55px 17px 150px;}.ul_3 li .text .time{ left:30px;}}@media screen and (max-width: 1199px) {.indexSix{ padding:50px 0 44px 0;}.indexSix .indexSixBody{ margin:0 -15px;}.ul_3{ padding:0 15px; margin-top:25px;}.ul_3 li .text{ padding:16px 35px 17px 130px;}.ul_3 li .text .time{ left:20px;}.ul_3 li .text .time:before{ right:-25px;}}@media screen and (max-width: 991px) {.indexSix{ padding:30px 0 24px 0;}.indexSix .indexSixBody{ margin:0 -10px;}.ul_3{ padding:0 10px; margin-top:15px;}.ul_3 li .text{ padding:16px 25px 17px 100px;}.ul_3 li .text .time h2{ font-size:30px; line-height:40px;}.ul_3 li .text .time h5{ font-size:12px; line-height:24px;}.ul_3 li .text .time:before{ right:-10px;}.ul_3 li .text .name{ font-size:16px; line-height:26px;}.ul_3 li .text .p{ margin-top:6px; font-size:12px; line-height:22px; height:44px;}.ul_3 li{ margin-top:15px;}.indexSix .hd{ margin-top:30px;}.indexSix .hd ul li{ width:100px;  height:30px; line-height:30px; margin-left:20px;}.indexSix .hd ul li:before{ display:none;}}@media screen and (max-width: 767px) {.indexSix{ padding:20px 10px 14px 10px;}.indexSix .indexSixBody{ margin:0 0;}.ul_3{ width:100%; padding:0 0; margin-top:5px;}.ul_3 li .text{ padding:10px 15px 11px 80px;}.ul_3 li .text .time{ left:10px;}.ul_3 li .text .time h2{ font-size:24px; line-height:34px;}.ul_3 li .text .time h5{ line-height:22px;}.ul_3 li .text .time:before{ right:-5px;}.ul_3 li .text .name{ font-size:14px; line-height:24px;}.ul_3 li .text .p{ line-height:20px; height:38px;}.ul_3 li{ margin-top:10px;}.indexSix .hd{ margin-top:20px;}.indexSix .hd ul li{ width:90px;  height:26px; line-height:26px; margin:0 5px; font-size:13px;}}/* 优势 */#youshibg{background:url(/template/default/images/xzbg.jpg) no-repeat center top;background-size:100% 427px;padding:62px 0 85px;}.ys_title{text-align:center;position:relative;padding:36px 0 19px;}.ys_title:before{content:'Advantage';width:100%;height:134px;line-height:134px;font-size:170px;font-family:Impact;color:rgba(231,231,231,.05);position:absolute;left:0;top:0;text-transform:uppercase;}.ys_title h2{margin:0;font-size:36px;color:#FFF;text-align:center;font-weight:bold;height:46px;line-height:46px;position:relative;}.ys_title p{margin:0;color:#848484;text-align:center;line-height:20px;margin-top:13px;font-size:16px;}.youshi{margin-top:47px;}.youshi .ys_ul{background:#EEE;}.youshi .ys_ul .ys_li{width:25%;float:left;text-align:center;cursor:pointer;position:relative;padding:16px 10px 18px;border-right:1px solid #c7c7c7;}.youshi .ys_ul .ys_li:last-child{border-right:none;}.youshi .ys_ul .ys_li .ys_num{display:inline-block;height:72px;line-height:72px;font-family:Arial;font-size:72px;color:#9a9a9a;position:relative;}.youshi .ys_ul .ys_li .ys_num span{}.youshi .ys_ul .ys_li .ys_num em{display:block;position:absolute;left:40px;top:38px;font-size:16px;font-style:normal;width:40px;height:34px;line-height:18px;background:#EEE;padding-bottom:16px;color:#686868;}.youshi .ys_ul .ys_li p{margin:0;height:22px;line-height:22px;font-size:15px;}.youshi .ys_ul .ys_li.on{background:#204C97;}.youshi .ys_ul .ys_li.on .ys_num{color:#FFF;}.youshi .ys_ul .ys_li.on .ys_num em{color:#FFF;background:#204C97;}.youshi .ys_ul .ys_li.on p{color:#FFF;}.youshi .ys_content{background:#FFF;padding:58px 52px 73px 75px;box-shadow:0 5px 20px #D3D3D3;}.youshi .ys_content .ys_wai{width:100%;overflow:hidden;position:relative;}.youshi .ys_content .ys_wai_nei{width:400%;display:table;height:auto;}.youshi .ys_content .ys_nei{display:table-cell;width:24%;}.youshi .ys_content .ysc_left{width:589px;float:right;}.youshi .ys_content .ysc_left .ysc_img{width:100%;padding-bottom:65.71%;position:relative;}.youshi .ys_content .ysc_left .ysc_img img{width:100%;height:100%;display:block;position:absolute;left:0;top:0;object-fit:cover;}.youshi .ys_content .ysc_right{width:calc(100% - 589px);float:left;padding-right:75px;}.youshi .ys_content .ysc_right .ysc_txt{margin-top:34px;}.youshi .ys_content .ysc_right .ysc_txt span{width:470px;height:30px;background:url(/template/default/images/info_font.png) no-repeat left center;display:block;}.youshi .ys_content .ysc_right .ysc_txt p{margin:0;}.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){line-height:46px;color:#484747;font-size:36px;font-weight:bold;margin-top:14px;}.youshi .ys_content .ysc_right .ysc_txt p:nth-child(4){line-height:31px;color:#818181;font-size:16px;}.youshi .ys_content .ysc_right .ysc_txt i{display:inline-block;width:140px;height:2px;background:#d6d6d6;margin:15px 0;}.youshi .ys_content .ysc_right .ysc_txt a{display:inline-block;width:169px;height:49px;line-height:45px;font-size:16px;color:#333;text-align:center;border:2px solid #333;margin-top:44px;}.youshi .ys_content .ysc_right .ysc_ul{margin-top:29px;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li{width:25%;float:left;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li i{display:block;height:44px;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon1{background:url(/template/default/images/ys_icon1.png) no-repeat center center;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon2{background:url(/template/default/images/ys_icon2.png) no-repeat center center;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon3{background:url(/template/default/images/ys_icon3.png) no-repeat center center;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li i.icon4{background:url(/template/default/images/ys_icon4.png) no-repeat center center;}.youshi .ys_content .ysc_right .ysc_ul .ysc_li p{margin:0;height:20px;line-height:20px;color:#575757;margin-top:5px;text-align:center;}/*1200以上屏幕*/@media screen and (max-width:1349px){	#youshibg{padding:50px 0 60px;}	.youshi .ys_content .ysc_left{width:520px;}	.youshi .ys_content .ysc_right{width:calc(100% - 520px);}	.youshi .ys_content .ysc_right .ysc_txt{margin-top:10px;}	.youshi .ys_content .ysc_right .ysc_ul{margin-top:21px;}}/*1200以下屏幕*/@media screen and (max-width:1229px){	#youshibg{padding:30px 0;background-size:auto 268px;}	.ys_title:before{font-size:151px;height:116px;line-height:116px;}	.ys_title h2{font-size:30px;height:40px;line-height:40px;}	.ys_title p{font-size:15px;margin-top:8px;}	.youshi{margin-top:30px;}	.youshi .ys_ul .ys_li{padding:10px 10px 15px;}	.youshi .ys_ul .ys_li p{font-size:13px;}	.youshi .ys_content{padding:30px 20px 30px;}	.youshi .ys_content .ysc_left{width:480px;}	.youshi .ys_content .ysc_right{width:calc(100% - 480px);padding-right:30px;}	.youshi .ys_content .ysc_right .ysc_txt span{width:100%;background-size:contain;height:22px;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){font-size:30px;height:40px;line-height:40px;margin-top:8px;}	.youshi .ys_content .ysc_right .ysc_txt i{margin:12px 0;}	.youshi .ys_content .ysc_right .ysc_txt a{margin-top:37px;}}/*992以下屏幕*/@media screen and (max-width:1023px){	#youshibg{padding:20px 0;}	.ys_title{padding:15px 0 10px;}	.ys_title:before{font-size:115px;height:90px;line-height:90px;}	.ys_title h2{font-size:22px;height:32px;line-height:32px;}	.ys_title p{font-size:14px;margin-top:5px;}	.youshi{margin-top:20px;}	.youshi .ys_content{padding:20px 15px;}	.youshi .ys_content .ysc_left{display:none;}	.youshi .ys_content .ysc_right{width:100%;float:none;padding-right:0;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){font-size:22px;height:32px;line-height:32px;}	.youshi .ys_content .ysc_right .ysc_txt i{margin:8px 0;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(4){font-size:15px;line-height:28px;}	.youshi .ys_content .ysc_right .ysc_txt a{display:none;}	}/*768以下屏幕*/@media screen and (max-width:767px){	.youshi{margin-top:20px;padding: 10px 40px;}}/*668以下屏幕*/@media screen and (max-width:667px){	.ys_title{padding:0 0;}	.ys_title:before{height:57px;line-height:57px;font-size:72px;}	.youshi .ys_ul .ys_li{width:50%;}	.youshi .ys_ul .ys_li:first-child{border-bottom:1px solid #c7c7c7;}	.youshi .ys_ul .ys_li:nth-child(2){border-bottom:1px solid #c7c7c7;border-right:none;}	.youshi .ys_ul .ys_li p{font-size:12px;height:22px;}	.youshi .ys_content .ysc_right .ysc_txt span{height:16px;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){font-size:20px;height:26px;line-height:26px;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(4){font-size:14px;line-height:24px;}}/*500以下屏幕*/@media screen and (max-width:499px){	#youshibg{padding:15px 0;}	.ys_title:before{font-size:57px;}	.youshi .ys_ul .ys_li{padding:8px 0;}	.youshi .ys_ul .ys_li p{display:none;}	.youshi .ys_content{padding:10px 10px;}	.youshi .ys_content .ysc_right .ysc_txt p:nth-child(2){font-size:20px;height:26px;line-height:26px;}	.youshi .ys_content .ysc_right .ysc_txt p:last-child{font-size:13px;}	.youshi .ys_content .ysc_right .ysc_ul{margin-top:0;}	.youshi .ys_content .ysc_right .ysc_ul .ysc_li{width:50%;margin-top:10px;}}/* .indexTre{ padding:70px 0 80px 0; overflow:hidden;}.indexTreBody{ width:100%; float:left; margin-top:39px;}.indexTreBody li{ width:7.07%; float:left; border-left:solid 1px white; position:relative; height:569px; overflow:hidden; background:black; cursor:pointer;}.indexTreBody li .img{ width:1011px; height:569px; position:absolute; left:50%; top:0; margin-left:-505.5px; max-width:none; opacity:0.3;}.indexTreBody li .title{ width:100%; position:absolute; left:0; top:0; text-align:center; padding:70px 35% 0 35%; font-size:20px; color:white; line-height:27px;}.indexTreBody li .title img{ vertical-align:top; width:25px; margin:15px 0 32px 0;}.indexTreBody li .title span{ display:block; font-size:28px; line-height:28px; letter-spacing:1px;}.indexTreBody li.on{ width:64.65%;}.indexTreBody li.on .img{ opacity:1;}.indexTreBody li.on .title{ display:none;}.indexTreBody li .text{ width:55.36%; position:absolute; left:-200%; top:50%; background:url(/template/default/images/index23.png); height:428px; margin-top:-214px; padding:57px 56px 0 30px; text-align:right;}.indexTreBody li .text .name{ width:100%; padding-bottom:40px; background:url(/template/default/images/index22.png) no-repeat right bottom; font-size:28px; color:#333; line-height:38px; letter-spacing:1px;}.indexTreBody li .text .name span{ font-weight:bold; font-size:34px; color:#2156b0; margin-right:10px;}.indexTreBody li .text .p{ width:100%; margin-top:12px; font-size:16px; color:#666; line-height:29px; letter-spacing:1px; height:145px; overflow:hidden;}.indexTreBody li .text .detail{ width:100%; margin-top:24px;}.indexTreBody li .text .detail a{ display:block; float:right; text-align:center; width:190px; height:52px; line-height:52px; background:#2156b0; color:white; font-size:14px; font-family:Arial; text-transform:uppercase; letter-spacing:1px;}.indexTreBody li .text .detail a:hover{ background:#757575;}.indexTreBody li.on .text{ left:0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}@media screen and (max-width: 1366px) {.indexTreBody li .text{ width:70%; }.indexTreBody li .title{ padding:70px 30% 0 30%;}}@media screen and (max-width: 1199px) {.indexTre{ padding:50px 0 60px 0;}.indexTreBody li .text{ width:80%; }}@media screen and (max-width: 991px) {.indexTre{ padding:30px 0 40px 0;}.indexTreBody{ margin-top:29px;}.indexTreBody li{ height:400px;}.indexTreBody li .img{ width:711px; height:400px; margin-left:-355.5px;}.indexTreBody li .text{ height:340px; margin-top:-170px; padding:37px 36px 0 20px; }.indexTreBody li .text .name{ padding-bottom:30px; font-size:22px; line-height:32px;}.indexTreBody li .text .name span{ font-size:28px; margin-right:8px;}.indexTreBody li .text .p{ margin-top:10px; font-size:14px; line-height:25px; height:auto;}.indexTreBody li .text .detail{ margin-top:20px;}.indexTreBody li .text .detail a{ width:130px; height:38px; line-height:38px;}.indexTreBody li .title{ padding:50px 25% 0 25%; font-size:18px; line-height:25px;}.indexTreBody li .title img{ width:20px; margin:10px 0 22px 0;}.indexTreBody li .title span{ font-size:26px; line-height:26px;}}@media screen and (max-width: 767px) {.indexTre{ padding:20px 0 30px 0;}.indexTreBody{ margin-top:19px;}.indexTreBody li{ width:100%; height:auto; padding:15px;}.indexTreBody li .text{ display:block; height:auto; float:left; margin-top:0;padding:20px 26px 10px 10px; width:100%; position:relative; left:auto; top:auto;}.indexTreBody li.on .text{ left:auto;}.indexTreBody li.on{ width:100%;}.indexTreBody li.on .img,.indexTreBody li .img{ opacity:0.8;}.indexTreBody li .img{ width:100%; height:auto; left:auto; margin-left:0; position:relative; top:auto; float:left;}.indexTreBody li .title{ display:none; padding:10px 25% 0 25%; font-size:16px; line-height:20px;}.indexTreBody li .title img{ display:none;}.indexTreBody li .title span{ font-size:20px; line-height:20px;}.indexTreBody li .text .name{ padding-bottom:15px; font-size:16px; line-height:26px; background-size:auto 4px;}.indexTreBody li .text .name span{ font-size:22px; margin-right:4px;}.indexTreBody li .text .p{ margin-top:6px; font-size:12px; line-height:23px; height:auto;}.indexTreBody li .text .detail{ margin-top:10px;}.indexTreBody li .text .detail a{ width:100px; height:30px; line-height:30px; font-size:12px;}} *//*内页公用*/.banner{ width:100%; position:relative; overflow:hidden;}.banner img{padding-top:100px;}.banner .banner_text{ width:100%; position:absolute; left:0; bottom:76px;}.banner .banner_text h2{ width:100%; font-size:38px; color:#2156b0; line-height:64px; font-weight:bold;}.banner .banner_text h4{ width:100%; font-size:28px; color:#2156b0; line-height:46px; text-transform:uppercase; font-family:"宋体";}.banner .banner_text h4 span{ display:inline-block; vertical-align:middle; margin:-3px 9px 0 0; width:30px; height:4px; background:#2156b0;}.pz_SideLayer{ width:100%; float:left; text-align:center; margin-top:65px;}.pz_SideLayer ul{ display:inline-block; vertical-align:top; background:#1d4c9b; overflow:hidden;-moz-border-radius:57px; -webkit-border-radius:57px; -khtml-border-radius:57px;border-radius:57px;}.pz_SideLayer ul li{ float:left;     padding: 0 10px;}.pz_SideLayer ul li a{ display:block; width:100%; float:left; height:57px; line-height:57px; color:white; font-weight:bold; font-size:18px;-moz-border-radius:57px; -webkit-border-radius:57px; -khtml-border-radius:57px;border-radius:57px;}.pz_SideLayer ul span{ display:block; float:left; width:20px; height:57px; line-height:57px; font-size:20px; color:white;}.pz_SideLayer ul li.on a,.pz_SideLayer ul li:hover a{ background:#2156b0;}@media  screen and (max-width:1199px){.banner .banner_text{ bottom:46px;}.banner .banner_text h2{ font-size:32px; line-height:56px;}.banner .banner_text h4{ font-size:22px; line-height:40px;}.banner .banner_text h4 span{ margin:-3px 7px 0 0; width:20px; height:2px; }.pz_SideLayer{ margin-top:45px;}.pz_SideLayer ul li{ width:auto;}.pz_SideLayer ul li a,.pz_SideLayer ul span{ height:50px; line-height:50px;}.pz_SideLayer ul span{ font-size:18px;}}@media  screen and (max-width:991px){.banner .banner_text{ bottom:36px; padding:0 20px;}.banner .banner_text h2{ font-size:26px; line-height:46px;}.banner .banner_text h4{ font-size:16px; line-height:30px;}.banner .banner_text h4 span{ margin:-3px 5px 0 0; width:10px; height:2px; }.pz_SideLayer{ margin-top:35px;}.pz_SideLayer ul{-moz-border-radius:20px; -webkit-border-radius:20x; -khtml-border-radius:20px;border-radius:20px;}.pz_SideLayer ul li{ width:auto;}.pz_SideLayer ul li a,.pz_SideLayer ul span{ height:40px; line-height:40px; font-size:16px;}.pz_SideLayer ul span{ width:18px;}}@media  screen and (max-width:767px){.banner img{padding-top:30px;}.banner .banner_text{ bottom:26px; padding:0 10px;}.banner .banner_text h2{ font-size:20px; line-height:36px;}.banner .banner_text h4{ font-size:12px; line-height:24px;}.pz_SideLayer{ margin-top:15px;}.pz_SideLayer ul{-moz-border-radius:17px; -webkit-border-radius:17x; -khtml-border-radius:17px;border-radius:17px;}.pz_SideLayer ul li{ width:auto;}.pz_SideLayer ul li a,.pz_SideLayer ul span{ height:34px; line-height:34px; font-size:14px;}.pz_SideLayer ul span{ width:16px;}}/*新闻资讯*/.news{ margin:0 -11px;}.news .ul_3{ width:100%; margin-top:44px; padding:0;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}.news .ul_3 li{ width:25%; margin-top:22px; padding:0 11px;}.news .ul_3 li .text{ padding:15px 25px 16px 105px;}.news .ul_3 li .text .time{ left:20px;}.news .ul_3 li .text .time:before{ right:-12px;}.news .ul_3 li .text .name{ margin-top:5px;}@media  screen and (max-width:1366px){.news .ul_3 li{ width:33.33%;}}@media  screen and (max-width:1199px){.news .ul_3{ margin-top:38px;}}@media  screen and (max-width:991px){.news{ margin:0 -5px;}.news .ul_3{ margin-top:30px; padding:0 20px;}.news .ul_3 li{ padding:0 5px; margin-top:10px;}.news .ul_3 li .text .name{ margin-top:0px;}.news .ul_3 li .text{ padding:15px 15px 16px 85px;}.news .ul_3 li .text .time:before{ right:-8px;}.news .ul_3 li .text .time{ left:10px;}}@media  screen and (max-width:767px){.news .ul_3{ margin-top:20px; padding:0 10px;}.news .ul_3 li .text{ padding:15px 10px 16px 85px;}.news .ul_3 li{ width:100%;}}/*分页*/.pagelink{ height: 35px;text-align: center;margin: 50px 0 30px 0;*+margin-left:30px;}.pagelink .page-index , .pagelink .page-pre , .pagelink .page-next , .pagelink .page-last{ list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left;}.pagelink .page-status {list-style: none;border: 1px solid #C7CFC2; display: inline-block;margin: 0 3px;*+display:block;*+float:left; padding: 3px 8px;}.pagelink .page-index a, .pagelink .page-pre a, .pagelink .page-next a, .pagelink .page-last a{color:#000;padding: 3px 8px; display:block;}.pagelink .page-numbar .page-num{ list-style: none;border: 1px solid #C7CFC2;padding: 3px 8px;display: inline-block;margin: 0 3px;*+display:block;*+float:left;}.pagelink a.page-num-current, .pagelink a:hover{ background: #CCC;color: #FFF; display:block;}.waik_1{ float:left; width:100%; text-align:center; padding:33px 0 93px 0;}.pz_fy{ text-align:center; display:inline-block; *zoom:1; *display:inline;}.pz_fy a { display:block; float:left; width:22px; height:26px; line-height:26px; color:#3b3b3b; font-family:Arial;text-decoration:none; font-size:16px;}.pz_fy a:hover,.pz_fy a.on{ color:#2156b0;}.pz_fy .l_fy,.pz_fy .r_fy{ width:auto; margin:0 40px; padding:0 4px; position:relative;}.pz_fy .l_fy svg{ display:inline-block; *zoom:1; *display:inline; width:10px; height:1px; background:#b4b4b4; top:50%; position:absolute; right:-14px;}.pz_fy .r_fy svg{ display:inline-block; *zoom:1; *display:inline; width:10px; height:1px; background:#b4b4b4; top:50%; position:absolute; left:-14px;}@media  screen and (max-width:991px){.waik_1{ padding:33px 0 53px 0;}}@media  screen and (max-width:767px){.waik_1{ padding:23px 0 33px 0;}.pz_fy a { width:18px; height:20px; line-height:20px; font-size:14px;}.pz_fy .l_fy,.pz_fy .r_fy{ margin:0 20px;}}/*摄影培训课程*/.class{ width:100%; float:left; margin-top:58px;}.class .ul_1 li .text{ background:#f2f2f2;}@media  screen and (max-width:991px){.class{ margin-top:38px; padding:0 20px;}}@media  screen and (max-width:767px){.class{ margin-top:18px; padding:0 20px;}}/*毕业生*/.ul_4{ width:100%; float:left; margin-top:76px;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}.ul_4 li{ width:20%; float:left; padding:0 11px; margin-top:23px;}.ul_4 li .zbox{ width:100%; position:relative; float:left; text-align:center; cursor:pointer;}.ul_4 li .zbox:before{ content:''; width:100%; height:70%; background:#f6f6f6; z-index:1; position:absolute; left:0; bottom:0;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_4 li .zbox .img{ position:relative; width:198px; height:198px; position:relative; overflow:hidden; z-index:2; padding:16px; background:#f6f6f6; overflow:hidden; display:inline-block; vertical-align:top;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_4 li .zbox .img img{ width:166px; height:166px; float:left; overflow:hidden;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.ul_4 li .zbox .text{ width:100%; position:relative; z-index:2; padding:9px 38px 13px 38px; text-align:left;}.ul_4 li .zbox .text .name{ width:100%; line-height:34px; font-size:24px; color:#2156b0;}.ul_4 li .zbox .text .bian{ width:100%; margin-top:8px; height:1px; background:#2156b0; opacity:0.5;}.ul_4 li .zbox .text .p{ width:100%; margin-top:11px; line-height:32px; font-size:16px; color:#666; height:96px; overflow:hidden;}.ul_4 li .zbox:hover:before{ background:#2156b0;}.ul_4 li .zbox:hover .name,.ul_4 li .zbox:hover .p{ color:white;}.ul_4 li .zbox:hover .bian{ background:white;}.ul_4 li .zbox:hover .img{ background:#2156b0;}@media  screen and (max-width:1580px){.ul_4 li .zbox .text{ padding:9px 30px 13px 30px;}}@media  screen and (max-width:1366px){.ul_4 li{ width:25%;}}@media  screen and (max-width:1199px){.ul_4{ margin-top:46px;}}@media  screen and (max-width:991px){.ul_4{ margin-top:26px; padding:0 20px;}.ul_4 li{ padding:0 5px;}.ul_4 li .zbox .text{ padding:9px 20px 13px 20px;}.ul_4 li .zbox .text .name{ line-height:30px; font-size:20px;}.ul_4 li .zbox .text .bian{ margin-top:6px;}.ul_4 li .zbox .text .p{ margin-top:6px; line-height:26px; font-size:14px; height:78px;}.ul_4 li .zbox .img{ width:128px; height:128px; padding:10px;}.ul_4 li .zbox .img img{ width:108px; height:108px;}}@media  screen and (max-width:767px){.ul_4{ margin-top:16px; padding:0 10px;}.ul_4 li{ width:50%; margin-top:12px;}.ul_4 li .zbox .text{ padding:9px 10px 13px 10px;}.ul_4 li .zbox .text .name{ line-height:26px; font-size:16px;}.ul_4 li .zbox .text .p{ line-height:22px; font-size:12px; height:66px;}.ul_4 li .zbox .img{ width:128px; height:128px; padding:10px;}.ul_4 li .zbox .img img{ width:108px; height:108px;}}/*摄影作品*/.product{ margin:0 -21px;}.ul_5{ width:100%; float:left; margin-top:17px;display: flex;display: -webkit-flex;flex-wrap: wrap;align-items: flex-start;}.ul_5 li{ width:25%; float:left; margin-top:48px; padding:0 21px;}.ul_5 li .img{ width:100%; float:left; position:relative; padding-bottom:75%; overflow:hidden;}.ul_5 li .img img{ width:100%; position:absolute; left:0; top:0; min-height:100%;}.ul_5 li .text{ width:100%; float:left; position:relative; background:#f2f2f2; padding:16px 30px 20px 30px;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_5 li .text .ico{ display:inline-block; vertical-align:top; width:0; height:0; left:50%; top:0; position:absolute;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.ul_5 li .text .name{ width:60%; font-size:18px; color:#333; line-height:24px; float:left;}.ul_5 li .text .type{ float:right; font-size:16px; color:#666;}.ul_5 li .text .tab{ width:100%; margin-top:19px; float:left; height:20px; overflow:hidden;}.ul_5 li .text .tab span{ display:block; float:left; margin-right:10px; padding:0 10px; height:20px; line-height:20px; background:#ed6f42; color:white; font-size:14px; text-align:center;}@media  screen and (min-width:992px){.ul_5 li:hover .text .ico{ width:46px; height:46px; left:50%; top:-26px; margin-left:-23px;}.ul_5 li:hover .text{ background:#2156b0;}.ul_5 li:hover .text .name,.ul_5 li:hover .text .type{ color:white;}.ul_5 li:hover .text .tab span{ background:white; color:#2156b0;}}@media  screen and (max-width:1580px){.ul_5 li .text .name{ width:70%;}}@media  screen and (max-width:1199px){.ul_5{ margin-top:10px;}.ul_5 li{ margin-top:40px; padding:0 16px;}.product{ margin:0 -16px;}}@media  screen and (max-width:991px){.ul_5{ padding:0 20px;}.ul_5 li .text{ padding:16px 20px 20px 20px;}.ul_5 li{ margin-top:20px; padding:0 10px;}.product{ margin:0 -10px;}.ul_5 li .text .name{ font-size:16px; line-height:20px;}.ul_5 li .text .type{ font-size:14px; line-height:20px;}.ul_5 li .text .tab{ margin-top:15px;}.ul_5 li .text .tab span{ margin-right:5px; padding:0 6px; font-size:12px;}}@media  screen and (max-width:767px){.ul_5{ padding:0 10px;}.ul_5 li .text{ padding:10px;}.ul_5 li{ width:100%; margin-top:10px; padding:0 5px;}.product{ margin:0 -5px;}.ul_5 li .text .name{ font-size:14px;}.ul_5 li .text .type{ font-size:12px;}.ul_5 li .text .tab{ margin-top:10px;}}/*新闻详情*/.content{ padding-right:395px; position:relative; background:#fff; margin-top:-224px; width:100%; float:left; margin-bottom:100px;}.c_1151{ width:100%; float:left; padding:53px 44px 0 58px; background:white; min-height:1200px;}.c_419{ width:336px; position:absolute; right:58px; top:0;}.c_419 .c_419Head{ width:100%; float:left; height:44px; margin-bottom:10px; font-size:16px; color:#2156b0; font-weight:bold; background:url(/template/default/images/news5.png) no-repeat left bottom; line-height:40px;}.c_419 ul{ width:100%; float:left; margin-top:58px; background:#f6f6f6; padding:10px 15px 30px 15px; overflow:hidden;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;}.c_419 ul li{ width:100%; float:left; margin-top:10px; background:white;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.c_419 ul li .img{ width:100%;}.c_419 ul li .img img{ width:100%;}.c_419 ul li .text{ width:100%; float:left; padding:6px 35px 6px 10px;}.c_419 ul li .title{ width:100%; float:left; font-size:16px; color:#2156b0; line-height:30px;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.c_419 ul li .time{ width:100%; float:left; font-size:14px; color:#999; line-height:26px;}.c_419 ul li .time span{ display:inline-block; vertical-align:top; margin-right:8px; padding-right:8px; position:relative;}.c_419 ul li .time span img{ vertical-align:middle; margin:-3px 4px 0 0;}.c_419 ul li .time span:before{ content:''; width:1px; height:12px; background:black; opacity:0.1; position:absolute; right:0; top:50%; margin-top:-6px;}.c_419 ul li:hover{ background:#2156b0}.c_419 ul li:hover .title,.c_419 ul li:hover .time{ color:#fff;}.c_1151 .text1{ width:100%; float:left; min-height:1600px;}.c_1151 .text1 .text1Head{ padding-bottom:23px; border-bottom:solid 1px #e2e2e2; width:100%; float:left;}.c_1151 .text1 .text1Head h3{ width:100%; float:left; font-size:32px; color:#2156b0; line-height:42px; font-weight:bold; letter-spacing:1px;}.c_1151 .text1 .text1Head h5{ width:100%; float:left; margin-top:31px; font-size:14px; color:#777; line-height:21px; letter-spacing:1px;}.c_1151 .text1 .text1Head h5 span{ margin-right:15px; display:inline-block; vertical-align:top;}.c_1151 .text1 .p{ width:100%; float:left; margin-top:13px; font-size:16px; color:#333; line-height:32px;}.c_1151 .text1 .p .proimg{max-width:100%;text-align: center;}.c_1151 .text1 .p .proimg img{max-width:100%;text-align: center;}.c_419 .dl{ width:100%; float:left; padding:11px 15px 25px 15px; margin-top:30px; background:#f6f6f6; overflow:hidden;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;}.c_419 .dl dd{ width:100%; float:left;}.c_419 .dl dd a{ display:block; width:100%; float:left; padding-left:19px; background:url(/template/default/images/news7.png) no-repeat left center; font-size:16px; color:#333; line-height:35px;}.c_419 .dl dd a:hover{ color:#2156b0; background-image:url(/template/default/images/news8.png);}.c_1151 .text1 .btn{ width:100%; float:left; text-align:center; margin-top:40px;}.c_1151 .text1 .btn .btn_box{ width:80px; height:80px;display:block; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; padding:10px 0 13px 0; border:solid 1px #bfc2c5; cursor:pointer; margin:auto;}.c_1151 .text1 .btn .btn_box .ico{ width:100%; float:left;}.c_1151 .text1 .btn .btn_box h5{ width:100%; float:left; font-size:12px; color:#8f9499; line-height:19px;}.c_1151 .text1 .btn .btn_box_1{ width:80px; height:80px;display:block; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; overflow:hidden; padding:10px 0 13px 0; cursor:pointer; display:none; border:solid 1px #2156b0; margin:auto;}.c_1151 .text1 .btn .btn_box_1 .ico{ width:100%; float:left;}.c_1151 .text1 .btn .btn_box_1 h5{ width:100%; float:left; font-size:12px; line-height:19px; color:#2156b0;}.c_1151 .text1 .c_1002_1{ width:100%; float:left; margin-top:30px; padding-top:15px; padding-bottom:14px; border-top:solid 1px #e6e6e6;}.c_1151 .text1 .c_1002_1 .fy_sx{ width:50%; float:left; margin-top:-7px;}.c_1151 .text1 .c_1002_1 .fy_sx h5{ width:100%; float:left; font-size:14px; color:#333; line-height:33px;}.c_1151 .text1 .c_1002_1 .fy_sx h5 a{ display:inline-block; vertical-align:top; max-width:80%; color:#333;}.c_1151 .text1 .c_1002_1 .fy_sx h5:hover a,.c_1151 .text1 .c_1002_1 .fy_sx h5:hover{ color:#2156b0;}.c_1151 .text1 .c_1002_1 .fy_sx h5 i{ display:inline-block; vertical-align:middle; margin:-3px 10px 0 0; background:url(/template/default/images/news3.png) no-repeat center center; width:15px; height:9px;}.c_1151 .text1 .c_1002_1 .fy_sx h5:last-child i{ transform:rotate(180deg);}.c_1151 .text1 .c_1002_1 .fy_sx h5:hover i{ background-image:url(/template/default/images/news3_h.png);}.c_1151 .text1 .c_1002_1 .fx_btn{ float:right;}.c_1151 .text1 .c_1002_1 .fx_btn .bdsharebuttonbox{ display:block; float:right;}.c_1151 .text1 .c_1002_1 .fx_btn .bdsharebuttonbox span{ display:block; float:left; font-size:14px; color:#666; line-height:33px; margin-right:10px;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1{ float:left; width:105px; text-align:center; margin-right:19px; position:relative;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1:before{ content:''; width:1px; height:15px; background:#e5e5e5; position:absolute; right:0; top:50%; margin-top:-7px;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1 a{ display:block; width:100%; height:33px; line-height:33px; font-size:18px; color:#2156b0; float:left;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1 a img{ vertical-align:middle; margin:-3px 10px 0 0;}@media  screen and (max-width:1366px){.content{ padding-right:350px; margin-top:-164px;}.c_1151{ padding:33px 24px 0 38px;}.c_419{ right:10px;}.c_1151 .text1 .c_1002_1 .fy_sx{ width:100%;}}@media  screen and (max-width:1199px){.content{ padding-right:300px; margin-top:-104px; margin-bottom:60px;}.c_419 ul{ margin-top:38px;}.c_419{ width:280px;right:0;}.c_419 .c_419Head{ height:40px; margin-bottom:8px; font-size:14px; line-height:36px;}.c_419 ul li .text{ padding:6px 15px 6px 10px;}.c_419 ul li .title{font-size:14px; line-height:28px;}.c_419 ul li .time{ width:100%; float:left; font-size:14px; color:#999; line-height:26px;}.c_419 ul li .time span{ margin-right:6px; padding-right:6px;}.c_419 .dl dd a{ font-size:14px; line-height:30px; background-size:4px auto;}}@media screen and (max-width:991px) {.c_1151 .text1 .text1Head{ padding-bottom:20px;}.c_1151 .text1 .text1Head h3{ font-size:26px; line-height:36px;}.c_1151 .text1 .text1Head h5{ margin-top:21px; font-size:12px; line-height:20px;}.c_1151 .text1 .text1Head h5 span{ margin-right:10px;}.c_1151 .text1 .p{ margin-top:9px; font-size:14px; line-height:26px;}.c_1151 .text1 .c_1002_1 .fy_sx h5{ font-size:12px;}.c_1151{ padding:33px 14px 0 38px;}.content{ margin-bottom:30px;}}@media screen and (max-width:767px) {.content{ margin-top:18px; padding-right:0;margin-bottom:10px;}.c_1151{ width:100%; padding:12px 10px 9px 10px;}.c_419{ width:100%; margin-top:10px; position:relative; right:auto; height:auto; top:auto; float:left;}.c_419 ul{ margin-top:0;}.c_419 .c_419_head{ display:none;}.c_1151 .text1{ min-height:0; padding-left:0;}.c_1151 .text1 .text1Head{ padding-bottom:12px; text-align:center;}.c_1151 .text1 .text1Head h3{ font-size:18px; line-height:24px;}.c_1151 .text1 .text1Head h5{ margin-top:16px; letter-spacing:0;}.c_1151 .text1 .text1Head h5 span{ margin-right:6px;}.c_419 .dl{ border-top:solid 10px white; padding:15px; margin-top:20px;}.c_1151 .text1 .c_1002_1 .fy_sx h5{ line-height:26px;}.c_1151 .text1 .c_1002_1 .fy_sx h5 i{ display:none;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1{ font-size:12px; padding-right:10px; width:95px; margin-right:10px;}.c_1151 .text1 .c_1002_1 .fx_btn .btn_1 img{ width:16px;}}/*关于我们*/.aboutOne{ padding:50px 0 80px 0;}.aboutHead{ width:100%; text-align:center; overflow:hidden;}.aboutHead h2{ width:100%; font-size:32px; color:#2156b0; line-height:57px; font-weight:bold;}.aboutHead h5{ width:100%; font-size:16px; color:#999; line-height:36px;}.aboutHead h5 span{ display:inline-block; vertical-align:top; position:relative; padding:0 14px; font-family:"宋体"; text-transform:uppercase;}.aboutHead h5 span:before,.aboutHead h5 span:after{ content:''; width:725px; position:absolute; left:-725px; top:50%; margin-top:-7.5px; background:url(/template/default/images/about3.png) no-repeat right center; height:15px;}.aboutHead h5 span:after{ left:auto; right:-725px; background-image:url(/template/default/images/about4.png); background-position: left center;}.aboutOne .img{ float:left; width:42.99%; padding:50px 0 48px 55px; background:url(/template/default/images/about2.png) no-repeat left center; background-size:contain; margin-top:28px;}.aboutOne .img img{ width:100%; float:left;}.aboutOne .text{ float:right; margin-top:65px; width:51.08%; font-size:18px; color:#333; line-height:40px;}.aboutOne .text span{ /* font-size:24px; color:#2156b0; */}@media  screen and (max-width:1580px){.aboutOne .text{ margin-top:25px;}}@media  screen and (max-width:1366px){.aboutOne .text{ margin-top:15px;}.aboutOne .img{ width:45%; padding:40px 0 38px 45px; }}@media  screen and (max-width:1199px){.aboutOne{ padding:30px 0 60px 0;}.aboutHead h2{ font-size:28px; line-height:50px;}.aboutHead h5{ font-size:14px; line-height:30px;}.aboutOne .text{ font-size:16px; line-height:36px;}.aboutOne .text span{ font-size:20px;}}@media  screen and (max-width:991px){.aboutOne{ padding:20px 20px 40px 20px;}.aboutHead h2{ font-size:22px; line-height:40px;}.aboutHead h5{ line-height:24px;}.aboutOne .text{ font-size:14px; line-height:30px;}.aboutOne .text span{ font-size:18px;}.aboutOne .img{ padding:30px 0 28px 35px; }}@media  screen and (max-width:767px){.aboutOne{ padding:10px 10px 20px 10px;}.aboutHead h2{ font-size:16px; line-height:30px;}.aboutHead h5{ line-height:20px; font-size:12px;}.aboutHead h5 span:before,.aboutHead h5 span:after{ display:none;}.aboutOne .text{ width:100%; font-size:12px; line-height:24px;}.aboutOne .text span{ font-size:16px;}.aboutOne .img{ padding:20px 0 18px 25px; width:100%; margin-top:18px;}}.aboutTwo{ background:url(/template/default/images/about5.jpg) no-repeat center center; background-size:cover; position:relative;}.aboutTwo .container li{ width:16.66%; height:420px; text-align:center; line-height:420px; float:left; cursor:pointer;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.aboutTwo .container li span{ display:inline-block; vertical-align:middle; width:100%; padding:0 20px; line-height:0;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.aboutTwo .container li .ico{ display:inline-block; vertical-align:top; width:140px; height:140px; border:solid 1px white; overflow:hidden;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.aboutTwo .container li .ico img{ width:100%; float:left;}.aboutTwo .container li h4{ width:100%; margin-top:40px; color:white; font-size:26px; line-height:36px;}.aboutTwo .container li .p{ width:100%; text-align:left; margin-top:18px; color:#333; font-size:16px; line-height:36px; display:none;}@media  screen and (min-width:991px){.aboutTwo .container li:hover{ background:#fbe0d6;}.aboutTwo .container li:hover .ico{ background:#2156b0;}.aboutTwo .container li:hover h4{ margin-top:16px; padding-bottom:17px; background:url(/template/default/images/about12.png) no-repeat center bottom; color:#2156b0;}.aboutTwo .container li:hover .p{ display:block;}}@media  screen and (max-width:1366px){.aboutTwo .container li .p{ margin-top:14px; font-size:14px; line-height:30px;}}@media  screen and (max-width:1199px){.aboutTwo .container li .ico{ width:100px; height:100px;}.aboutTwo .container li h4{ font-size:22px; line-height:30px;}.aboutTwo .container li{ height:380px; line-height:380px;}}@media  screen and (max-width:991px){.aboutTwo .container li span{ padding:0 10px;}.aboutTwo .container li .ico{ width:80px; height:80px;}.aboutTwo .container li h4{ font-size:16px; line-height:26px; margin-top:20px;}.aboutTwo .container li{ height:320px; line-height:320px;}.aboutTwo .container li .p{ margin-top:10px; font-size:12px; line-height:24px;}}@media  screen and (max-width:767px){.aboutTwo{ overflow:hidden;}.aboutTwo .container li{ width:33.33%; height:250px; line-height:250px; background:#fbe0d6; border-top:solid 1px #2156b0; border-right:solid 1px #2156b0; margin-top:-1px;}.aboutTwo .container li:nth-child(3n){ border-right:0;}.aboutTwo .container li .ico{ width:50px; height:50px; background:#2156b0;}.aboutTwo .container li h4{ font-size:14px; line-height:24px; margin-top:10px; padding-bottom:10px; background:url(/template/default/images/about12.png) no-repeat center bottom; color:#2156b0; background-size:auto 1px;}.aboutTwo .container li .p{ display:block; line-height:20px;}}.aboutTre{ padding:54px 0;}.aboutTre li{ width:50%; float:left; padding:17px 0;}.aboutTre li h4{ width:80%; float:left; font-size:26px; color:#333333; line-height:49px;}.aboutTre li h4 img{ float:left; width:52px; margin-right:20px;}.aboutTre li .p{ width:80%; margin-top:32px; float:left; font-size:18px; color:#666; line-height:35px;}.aboutTre li:nth-child(2n){ border-left:solid 1px #e5e5e5;}.aboutTre li:nth-child(2n) h4,.aboutTre li:nth-child(2n) .p{ float:right;}@media  screen and (max-width:1366px){.aboutTre li h4,.aboutTre li .p{ width:90%;}}@media  screen and (max-width:1199px){.aboutTre{ padding:34px 0;}}@media  screen and (max-width:991px){.aboutTre li{ padding:10px 20px;}.aboutTre li h4{ font-size:20px; line-height:42px;}.aboutTre li h4 img{ width:42px; margin-right:15px;}.aboutTre li .p{ margin-top:22px; font-size:14px; line-height:28px;}.aboutTre li h4,.aboutTre li .p{ width:100%;}}@media  screen and (max-width:767px){.aboutTre li{ padding:10px 10px; width:100%;}.aboutTre li h4{ font-size:16px; line-height:32px;}.aboutTre li h4 img{ width:32px; margin-right:10px;}.aboutTre li .p{ margin-top:12px; font-size:12px; line-height:22px;}.aboutTre{ padding:14px 0;}.aboutTre li:nth-child(2n){ border-left:0;}}.aboutFou{ padding:70px 0 80px 0;}.slide_pic_3{ width:100%; float:left; margin-top:42px; position:relative; padding:0 16px 0 16px;}.slide_pic_3:after{ content:''; width:100px; height:180px; position:absolute; left:0; bottom:0; z-index:3; background:white;}.slide_pic_3:before{ content:''; width:100%; height:1px; position:absolute; left:0; top:50%; background:#2156b0;}.slide_pic_3 .li_hp{ width:100%;  float:left; height:470px; position:relative;}.slide_pic_3 .li_hp .time{ width:100px; height:100px; background:url(/template/default/images/gsjj5.png) no-repeat center center; line-height:100px; text-align:center; position:absolute; left:50%; top:50%; margin:-50px 0 0 -50px; font-size:24px; color:white; font-weight:bold; font-family:Arial; box-shadow:0 0 12px rgba(171,171,171,0.38);-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.slide_pic_3 .li_hp .bian{ width:68px; height:219px; background:url(/template/default/images/gsjj5_1.png) no-repeat center center; position:absolute; left:4px; top:0;}.slide_pic_3 .li_hp .text{ width:195px; position:absolute; left:31px; top:8px;}.slide_pic_3 .li_hp .text .time1{ width:100%; float:left; font-size:16px; color:#2156b0; line-height:30px; font-weight:bold;}.slide_pic_3 .li_hp .text .p{ width:100%; float:left; font-size:14px; color:#282828; line-height:24px; max-height:120px; overflow:hidden;}.slide_pic_3 .l2 .bian{ background-image:url(/template/default/images/gsjj5_2.png); top:auto; bottom:0;}.slide_pic_3 .l2 .text{ top:68%;}.slide_pic_3 .slick-prev,.slide_pic_3 .slick-next {	position: absolute;	left: -125px;	top: 50%;	margin-top:-55px;	display: block;	width: 55px;	height: 110px;	background:url(/template/default/images/gsjj5_3.jpg) no-repeat left center;}.slide_pic_3 .slick-next {	left: auto;	right: -125px;	background-position:right center;}.slide_pic_3 .slick-prev:hover,.slide_pic_3 .slick-next:hover{ background-image:url(/template/default/images/gsjj5_3_h.jpg);}@media  screen and (max-width:1366px){.slide_pic_3{ padding: 0 66px;}.slide_pic_3 .slick-prev{ left:0;}.slide_pic_3 .slick-next{ right:0;}}@media  screen and (max-width:991px){.aboutFou{ padding:40px 0 60px 0;}.slide_pic_3{ margin-top:32px;}.slide_pic_3 .slick-prev,.slide_pic_3 .slick-next {margin-top:-30px;width: 30px;height: 60px; background-size:auto 100%;}}@media  screen and (max-width:767px){.aboutFou{ padding:20px 0 30px 0;}.slide_pic_3{ padding: 0 36px;}.slide_pic_3{ margin-top:12px;}.slide_pic_3:before{ top:45px;}.slide_pic_3 .li_hp{ height:200px; overflow:hidden; padding-top:90px;}.slide_pic_3 .li_hp .time{ width:70px; height:70px; background-size:contain; line-height:70px; top:10px; margin:0 0 0 -35px; font-size:18px;}.slide_pic_3 .li_hp .bian{ display:none;}.slide_pic_3 .li_hp .text{ width:100%; position:relative; left:auto; top:auto; float:left; padding:0 10px;}.slide_pic_3 .li_hp .text .time1{ font-size:14px; line-height:26px;}.slide_pic_3 .li_hp .text .p{ font-size:12px; line-height:22px;}.slide_pic_3 .l2 .text{ top:auto;}.slide_pic_3:after{ display:none;}.slide_pic_3 .slick-prev,.slide_pic_3 .slick-next{ top:15px; margin-top:0;}}.aboutFiv{ background:#f2f2f2; padding:70px 0 110px 0;}.aboutFiv .p{ width:100%; float:left; text-align:center; margin-top:39px; font-size:20px; color:#333; line-height:40px;}.aboutFiv ul{ width:100%; margin-top:115px; text-align:center; padding:0 3%; float:left;}.aboutFiv ul li{ width:11%;  display:inline-block; vertical-align:top; background:white; transform:rotate(45deg); overflow:hidden; margin:-20px 4% 0 4%;-moz-border-radius:8px; -webkit-border-radius:8px; -khtml-border-radius:8px;border-radius:8px;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.aboutFiv ul li a{ display:block; width:100%; transform:rotate(-45deg);}.aboutFiv ul li:hover{ box-shadow:0 5px 8px rgba(0,0,0,0.16);}@media  screen and (max-width:1366px){.aboutFiv .p{ margin-top:35px;}}@media  screen and (max-width:1199px){.aboutFiv{ padding:50px 0 70px 0;}.aboutFiv .p{ margin-top:25px; font-size:16px; line-height:30px;}.aboutFiv ul{ margin-top:75px}}@media  screen and (max-width:991px){.aboutFiv{ padding:30px 20px 40px 20px;}.aboutFiv .p{ margin-top:20px; font-size:14px; line-height:24px;}.aboutFiv ul{ margin-top:45px}}@media  screen and (max-width:767px){.aboutFiv{ padding:20px 10px 20px 10px;}.aboutFiv .p{ margin-top:10px; font-size:12px; line-height:22px;}.aboutFiv ul{ margin-top:25px}.aboutFiv ul li{ transform:rotate(0); width:20%; margin:1%;}.aboutFiv ul li a{ transform:rotate(0);}}.aboutSix{ margin-top:68px; overflow:hidden;}.aboutSix .p{ width:100%; float:left; margin-top:50px; text-align:center; font-size:20px; color:#333; line-height:39px;}.slide_pic_1{ width:99%; float:left; position:relative; margin-top:29px;}.slide_pic_1:before{ content:''; width:2000px; height:270px; position:absolute; left:50%; top:50%; margin:0 0 0 -1000px; z-index:-1; background:#f5f5f5;}.slide_pic_1 .slick-slide{ padding:81px 0;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.slide_pic_1 .img{ width:100%; float:left;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}.slide_pic_1 .img span{ display:block; width:100%; float:left; background:black;}.slide_pic_1 .img span img{ width:100%; float:left; opacity:0.7;}.slide_pic_1 .slick-center{ z-index:5; position:relative;}.slide_pic_1 .slick-center .img{ padding:10px; background:#2156b0; overflow:hidden;transform: scale(1.4,1.4);	-ms-transform: scale(1.4,1.4);	-webkit-transform: scale(1.4,1.4);	 -o-transform: scale(1.4,1.4);	   -moz-transform: scale(1.4,1.4);}.slide_pic_1 .slick-center .img span img{ opacity:1;}.slide_pic_1 .slick-prev,.slide_pic_1 .slick-next {	position: absolute;	left: 15%;	top: 50%;	display: block;	width: 46px;	height: 72px;	margin-top:-34px;	background:url(/template/default/images/about23.png) no-repeat left center; background-size:auto 72px;	opacity:0.5;}.slide_pic_1 .slick-next {	left: auto;	right: 15%;	background-position:right center;}.slide_pic_1 .slick-prev:hover,.slide_pic_1 .slick-next:hover{ opacity:1;filter:alpha(opacity=100);}@media screen and (max-width:1366px) {.slide_pic_1:before{ height:200px;}}@media screen and (max-width:1199px) {.aboutSix{ margin-top:48px;}.slide_pic_1 .slick-slide{ padding:50px 0;}.slide_pic_1 .slick-prev{margin-left:-378px;}.slide_pic_1 .slick-next{margin-right:-378px;}}@media screen and (max-width:991px) {.aboutSix{ margin-top:28px; padding:0 20px;}.slide_pic_1{ margin-top:20px;}.slide_pic_1:before{ height:150px; margin:0 0 0 -1000px;}.slide_pic_1 .slick-slide{ padding:34px 0;}.slide_pic_1 .slick-center .img{ padding:6px;transform: scale(1.2,1.2);	-ms-transform: scale(1.2,1.2);	-webkit-transform: scale(1.2,1.2);	 -o-transform: scale(1.2,1.2);	   -moz-transform: scale(1.2,1.2);} .slide_pic_1 .slick-prev{margin-left:-300px;}.slide_pic_1 .slick-next{margin-right:-300px;} .aboutSix .p{ margin-top:30px; font-size:16px; line-height:30px;}}@media screen and (max-width:767px) {.aboutSix{ margin-top:18px; padding:0 0px;}.slide_pic_1:before{ height:100px; margin:-50px 0 0 -1000px;}.slide_pic_1 .slick-slide{ padding:25px 0;}.slide_pic_1 .img{ padding:5px;}.slide_pic_1{ margin-top:10px; width:100%;}.slide_pic_1 .slick-prev{ left:10px; margin-left:0;}.slide_pic_1 .slick-next{ right:10px; margin-right:0;} .slide_pic_1 .slick-prev,.slide_pic_1 .slick-next{ width:22px; height:42px; background-size:auto 42px; margin-top:-21px;}.aboutSix .p{ margin-top:20px; font-size:14px; line-height:24px; padding:0 10px;}}/*关于我们*/.aboutSev{ padding:76px 0 100px 0;}.aboutSev .aboutSevBody{ width:100%; float:left; margin-top:40px; height:560px; position:relative;}#bdmap_1{ position:relative; width:100%; height:100%;}#bdmap_1 img{max-width:none;}#bdmap_1 .iw_poi_title{ font-size: 20px; color: #004098; line-height: 26px; width:100%; float: left;}#bdmap_1 .iw_poi_content{ width:100%; float: left; font-size: 14px; color: #333; line-height: 24px; margin-top: 15px; letter-spacing:1px;}.BMapLabel{ display:none !important;}.BMap_pop{ display:none !important; width:0; height:0;}.BMap_shadow img{ display:none !important;}.aboutSevBodyText{ width:530px; position:absolute; right:109px; top:10%; z-index:33;}.aboutSevBodyText dt{ width:100%; padding:0 37px; height:90px; line-height:90px; font-weight:bold; font-size:24px; color:#2156b0; background:white; background:rgba(255,255,255,0.8);}.aboutSevBodyText dd{ width:100%; float:left; margin-top:1px; padding:21px 30px; background:white; background:rgba(255,255,255,0.8); cursor:pointer;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;}.aboutSevBodyText dd .ico{ width:50px; float:left; margin-right:21px;}.aboutSevBodyText dd .ico img{ width:100%; float:left;}.aboutSevBodyText dd .ico .img2{ display:none;}.aboutSevBodyText dd h5{ float:left; width:80%; font-size:16px; color:#323131; line-height:25px;}.aboutSevBodyText dd h4{ float:left; width:80%; font-size:16px; color:#323131; line-height:22px; font-weight:bold;}.aboutSevBodyText dd:hover{ background:#2156b0;} .aboutSevBodyText dd:hover .ico .img1{ display:none;}.aboutSevBodyText dd:hover .ico .img2{ display:block;}.aboutSevBodyText dd:hover h5,.aboutSevBodyText dd:hover h4{ color:white;}@media screen and (max-width:1366px) {.aboutSevBodyText{ width:500px; right:80px;}}@media screen and (max-width:1199px) {.aboutSev .aboutSevBody{ margin-top:30px; height:460px;}.aboutSevBodyText{ right:60px; width:400px;}.aboutSevBodyText dd{ padding:11px 30px;}.aboutSevBodyText dt{ padding:0 30px; height:70px; line-height:70px;}.aboutSevBodyText dd h5,.aboutSevBodyText dd h4{ width:75%;}.aboutSev{ padding:56px 0 60px 0;}}@media screen and (max-width:991px) {.aboutSev{ padding:26px 0 30px 0;}.aboutSev .aboutSevBody{ margin-top:18px; height:360px;}.aboutSevBodyText{ right:20px; width:300px; top:5%;}.aboutSevBodyText dd{ padding:11px 20px;}.aboutSevBodyText dt{ padding:0 20px; height:40px; line-height:40px; font-size:18px;}.aboutSevBodyText dd h5,.aboutSevBodyText dd h4{ width:75%;}.aboutSevBodyText dd .ico{ width:40px; margin-right:11px;}.aboutSevBodyText dd h5{ font-size:14px; line-height:23px;}.aboutSevBodyText dd h4{ font-size:14px; line-height:20px;}}@media screen and (max-width:767px) {.aboutSev{ padding:16px 0 0 0;}.aboutSev .aboutSevBody{ margin-top:12px; height:auto;}.aboutSevBodyText{ position:relative; right:0; top:0px; width:100%; height:auto; float:left;}#bdmap_1{ height:300px; float:left;}}/*摄影作品详情*/.detailBody{ width:100%; float:left; padding-right:28.34%; margin:60px 0 68px 0; position:relative;}.detailBodyLeft{ width:100%; float:left;}.productBody{ width:100%; float:left;}.productBody .hb{ width:100%; background:#2156b0; float:left;}.productBody .hb .img{ float:left; width:69.8666%;}.productBody .hb .img img{ width:100%;}.productBody .hb .text{ float:left; width:21.6%; margin:50px 0 0 5.0666%;}.productBody .hb .text .name{ width:100%; font-size:26px; color:white; line-height:38px; padding-bottom:24px; border-bottom:dashed 1px white; border-bottom:dashed 1px rgba(255,255,255,0.4); float:left;}.productBody .hb .text dl{ width:100%; margin-top:18px; float:left;}.productBody .hb .text dl dd{ width:50%; float:left; font-size:18px; color:white; line-height:51px; position:relative;}.productBody .hb .text dl dd:nth-child(2n):before{ content:''; width:1px; height:16px; background:white; opacity:0.2; position:absolute; left:-15px; top:50%; margin-top:-8px;}.productBody .zp{ width:100%; float:left; margin-top:38px; text-align:center;}@media  screen and (max-width:1680px){.productBody .hb .text{ width:23%; margin:30px 0 0 4%;}.productBody .hb .text dl dd{ line-height:46px; font-size:16px;}/*.detailBody{ padding-right:400px;}*/}@media  screen and (max-width:1366px){.productBody .hb{ padding-bottom:20px;}.productBody .hb .img,.productBody .hb .text{ width:100%; margin-left:0; padding:1px;}.productBody .hb .text{ padding:0 20px; margin-right:0;}.productBody .hb .text .name{ font-size:20px; line-height:32px; padding-bottom:20px;}.productBody .hb .text dl{ margin-top:12px; width:300px;}.productBody .hb .text dl dd{ line-height:40px;}}@media  screen and (max-width:1199px){.detailBody{/* padding-right:320px;*/ margin:40px 0 48px 0;}}@media  screen and (max-width:991px){.detailBody{ padding-right:0; margin:20px 0 28px 0; padding:0 20px;}.productBody .hb .text .name{ font-size:16px; line-height:26px; padding-bottom:15px;}.productBody .hb .text dl{ margin-top:8px; width:200px;}.productBody .hb .text dl dd{ line-height:30px; font-size:16px;}.productBody .hb .text{ margin-top:10px;}.productBody .zp{ margin-top:28px;}}@media  screen and (max-width:767px){.detailBody{ margin:10px 0 18px 0; padding:0 10px;}.productBody .zp{ margin-top:18px;}.productBody .hb .text .name{ font-size:14px; line-height:24px; padding-bottom:10px;}.productBody .hb .text dl{ margin-top:6px; width:200px;}.productBody .hb .text dl dd{ line-height:26px; font-size:14px;}.productBody .hb .text{ margin-top:10px;}}.wzfy{ width:100%; float:left; margin-top:21px; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #e5e5e5;}.wzfy h5{ width:40%; float:left; float:left; font-size:18px; color:#666; line-height:56px; letter-spacing:1px;}.wzfy h5 a{ display:inline-block; vertical-align:top; max-width:70%; color:#666;}.wzfy h5.last{ text-align:right; float:right;}.wzfy h5:hover a,.wzfy h5:hover{ color:#2156b0;}.wzfy .return{ width:20%; float:left; text-align:center;}.wzfy .return a{ display:block; width:100%; font-size:18px; color:#2156b0; line-height:56px;}.wzfy .return a img{ vertical-align:middle; margin:-3px 7px 0 0;}.wzfy .return a:hover{ text-decoration:underline;}@media  screen and (max-width:1680px){.wzfy h5 a{max-width:60%;}}@media  screen and (max-width:1199px){.wzfy{ margin-top:11px;}.wzfy h5{ font-size:16px;}.wzfy .return{ width:16%; }.wzfy .return a{ font-size:16px;}.wzfy .return a img{ margin:-3px 5px 0 0; width:24px;}}@media  screen and (max-width:991px){.wzfy{ margin-top:6px;}.wzfy h5{ font-size:14px; line-height:40px;}.wzfy .return a{ font-size:14px; line-height:40px;}.wzfy .return a img{ width:20px;}.wzfy h5 a{max-width:70%;}}@media  screen and (max-width:767px){.wzfy{ padding-right:50px; position:relative;}.wzfy h5{ width:100%; font-size:12px; line-height:30px;}.wzfy h5.last{ text-align:left;}.wzfy .return{ position:absolute; right:0; top:0; height:60px; line-height:60px; width:50px; overflow:hidden;}.wzfy .return a img{ width:16px; margin-right:3px;}.wzfy .return a{ display:inline-block; vertical-align:middle; line-height:20px; font-size:12px; text-align:right;}}.detailBodyRight{ position:absolute; right:0; top:0; width:24.52%;}.detailBodyRight1{ width:100%; float:left; background:url(/template/default/images/product9.jpg) no-repeat center center; background-size:cover;  box-shadow:0 0 18px rgba(0,0,0,0.05); overflow:hidden;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;}.detailBodyRightHead{ width:100%; float:left; padding:22px 16px 9px 16px; border-bottom:solid 1px #dddfe1; font-size:24px; color:#333; line-height:38px;}.detailBodyRightHead img{ float:left; width:44px; margin-right:6px;}.detailBodyRight1 ul{ width:100%; float:left; padding:7px 16px 42px 16px}.detailBodyRight1 ul li{ width:100%; float:left; margin-top:22px; padding-left:84px; position:relative;}.detailBodyRight1 ul li .name{ position:absolute; left:0; top:0; font-size:18px; color:#333; line-height:40px;}.detailBodyRight1 ul li input,.detailBodyRight1 ul li select{ display:block; float:left; width:100%; background:white; height:40px; line-height:38px; padding:0 11px; border:solid 1px #cbcbcb; font-size:14px; color:#333;appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: 0;}.detailBodyRight1 ul li input:focus,.detailBodyRight1 ul li select:focus{ border-color:#2156b0;}.detailBodyRight1 ul li select{ background:url(/template/default/images/product11.png) no-repeat 98% center white;}.detailBodyRight1 ul li.l1{ margin-top:30px; padding-left:0; text-align:center;}.detailBodyRight1 ul li.l1 input{ display:inline-block; vertical-align:top; width:135px; height:47px; line-height:47px; background:#2156b0; color:white; cursor:pointer; font-size:18px; float:none; border:0;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;}.detailBodyRight1 ul li.l1 input:hover{ background:#666666;}.detailBodyRight2{ width:100%; float:left; margin-top:40px; background:white;box-shadow:0 0 18px rgba(0,0,0,0.05); overflow:hidden;-moz-border-radius:6px; -webkit-border-radius:6px; -khtml-border-radius:6px;border-radius:6px;}.detailBodyRight2 .ul_5{ margin-top:0; padding:0 0 32px 0;}.detailBodyRight2 .ul_5 li{ width:100%; margin-top:10px; padding:0 10px;}.detailBodyRight2 .ul_5 li .text{ padding-left:20px; padding-right:20px;}/*@media  screen and (max-width:1680px){.detailBodyRight{ width:350px;}}@media  screen and (max-width:1199px){.detailBodyRight{ width:300px;}}*/@media  screen and (max-width:1366px){.detailBodyRight2 .ul_5 li .text{ padding-left:10px; padding-right:10px;}}@media  screen and (max-width:991px){.detailBodyRight{ width:100%; position:relative; right:auto; top:auto; float:left; margin-top:20px;}.detailBodyRightHead{ padding:16px 12px 9px 12px; font-size:20px; line-height:32px;}.detailBodyRightHead img{ width:40px; margin-right:4px;}.detailBodyRight1 ul{ padding:7px 12px 22px 12px}.detailBodyRight1 ul li{ margin-top:15px; padding-left:74px;}.detailBodyRight1 ul li .name{ font-size:16px;}.detailBodyRight1 ul li.l1{ margin-top:20px;}.detailBodyRight2 .ul_5 li{ width:33.33%;}.detailBodyRight2{ margin-top:30px;}.detailBodyRight2 .ul_5{ padding:0 0 42px 0; position:relative;}.detailBodyRight2 .ul_5 .slick-dots {	position: absolute;	bottom: 15px;	display: block;	width: 100%;	padding: 0;	margin: 0;	list-style: none;	text-align: center;	overflow:hidden;}.detailBodyRight2 .ul_5 .slick-dots li {	position: relative;	display: inline-block;	width: 8px;	height: 8px;	margin: 0 3px;	padding: 0; float:none;	cursor: pointer;	overflow:hidden;	background:#666666;	-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.detailBodyRight2 .ul_5 .slick-dots li button { display:none;}.detailBodyRight2 .ul_5 .slick-dots li.slick-active{	background:#2156b0;}}@media  screen and (max-width:767px){.detailBodyRight{ margin-top:15px;}.detailBodyRightHead{ padding:10px 10px 9px 10px; font-size:16px; line-height:26px;}.detailBodyRightHead img{ width:30px;}.detailBodyRight1 ul{ padding:7px 10px 12px 10px}.detailBodyRight1 ul li{ margin-top:10px; padding-left:64px;}.detailBodyRight1 ul li .name{ font-size:14px;}.detailBodyRight1 ul li input{ padding:10px 10px; line-height:20px;}.detailBodyRight1 ul li.l1{ margin-top:15px;}.detailBodyRight1 ul li.l1 input{ width:100px; height:40px; line-height:40px; font-size:16px; padding:0;}.detailBodyRight2{ margin-top:20px;}.detailBodyRight2 .ul_5{ padding:0 0 32px 0;}.detailBodyRight2 .ul_5 li{ width:100%;}.detailBodyRight2 .ul_5 .slick-dots { bottom:10px;}}/*课程详情*/.detailBodyRight3{ margin-top:0;}.detailBodyRight3 .ul_1{ padding:0; margin:0; padding-bottom:30px;}.detailBodyRight3 .ul_1 li{ width:100%; padding:0 10px; margin-top:10px;}.detailBodyRight3 .ul_1 li .text{ background:#f8f8f8;padding: 8px 20px 14px 20px;}.detailBodyRight3 .ul_1 li .text .name{ font-size:18px; color:#2156b0;}.detailBodyRight3 .ul_1 li .text h2{ font-size:20px;}.classBody{ width:100%; float:left;}.classBody .classBodyHead{ width:100%; float:left;}.classBody .classBodyHead .img{ float:left; width:46.5777%;}.classBody .classBodyHead .img img{ width:100%; float:left;}.classBody .classBodyHead .text{ float:right; width:48.533%; margin-top:17px;}.classBody .classBodyHead .text .name{ float:left; max-width:60%; font-size:26px; color:#2156b0; line-height:40px;}.classBody .classBodyHead .text h3{ float:right; font-size:32px; color:#2156b0; line-height:40px; font-weight:bold;}.classBody .classBodyHead dl{ width:100%; float:left; margin-top:22px; padding-top:16px; padding-bottom:15px; border-top:solid 1px #e5e5e5; border-bottom:solid 1px #e5e5e5;}.classBody .classBodyHead dl dd{ width:100%; float:left; font-size:18px; color:#333; line-height:45px;}.classBody .classBodyHead .btn{ width:100%; float:left; margin-top:36px; text-align:left;}.classBody .classBodyHead .btn a{ display:inline-block; vertical-align:top; width:138px; height:41px; line-height:39px; text-align:center; border:solid 1px #999; font-size:18px; color:#999; overflow:hidden; margin:0 8px;-moz-border-radius:39px; -webkit-border-radius:39px; -khtml-border-radius:39px;border-radius:39px;}.classBody .classBodyHead .btn a:hover{ background:#2156b0; color:white; border-color:#2156b0;}.classBody .classBodyBody{ width:100%; float:left; margin-top:42px;}.classBody .classBodyBody li{ width:100%; float:left; margin-top:30px; box-shadow:0 6px 7px rgba(0,0,0,0.07);}.classBody .classBodyBody li .classBodyBodyHead{ width:100%; float:left; background:#eee; height:128px; padding:27px 20px 0 198px; position:relative;}.classBody .classBodyBody li .classBodyBodyHead .ico{ position:absolute; left:0; top:0; width:148px; height:128px; border-left:solid 2px #2156b0; border-right:solid 1px white;}.classBody .classBodyBody li .classBodyBodyHead .ico img{ width:100%; float:left;}.classBody .classBodyBody li .classBodyBodyHead h4{ width:100%; font-size:24px; color:#333; line-height:34px;}.classBody .classBodyBody li .classBodyBodyHead h5{ width:100%; margin-top:13px; font-size:18px; color:#666; line-height:28px; font-family:Arial;}.classBody .classBodyBody li .classBodyBody1{ width:100%; float:left; padding:49px 60px 42px 60px; font-size:16px; color:#666; line-height:36px;}.classBody .classBodyBody li .classBodyBody1 h4{ font-size:20px; color:#333; line-height:40px;}.classBody .classBodyBody li .classBodyBody1 h5{ font-size:18px; color:#333; line-height:40px;}.classBody .classBodyBody li .classBodyBody1 a{ color:#2156b0; text-decoration:underline;}.classBody .classBodyBody li .classBodyBody1 a:hover{ color:#666;}.classBody .classBodyBody li .classBodyBody1 ul{ width:45%; float:left;}.classBody .classBodyBody li .classBodyBody1 ul:nth-child(2n){ float:right; position:relative;}.classBody .classBodyBody li .classBodyBody1 ul:nth-child(2n):before{ content:''; width:1px; height:80%; position:absolute; left:-40%; top:10%; background:#e5e5e5;}.classBody .classBodyBody li .dl{ width:60%; float:left;}.classBody .classBodyBody li .dd .name{ color:#2156b0; display:inline-block; vertical-align:top;}.classBody .classBodyBody li .dl:nth-child(2n){ width:30%; float:right;}.classBody .classBodyDown{ width:100%; float:left; margin-top:26px;}.classBody .classBodyDown h4{ width:100%; float:left; font-size:24px; color:#2156b0; line-height:34px;}.classBody .classBodyDown .ul_3 li{ width:33.33%; margin-top:23px; padding:0 11px;}.classBody .classBodyDown .ul_3{ width:100%; margin:0; padding:0; padding-bottom:32px;}.classBody .classBodyDown .ul_3 li .text{ background:#f8f8f8;}.classBody .classBodyDown .ul_3 li:hover .text{ background:#2156b0;}@media  screen and (max-width:1680px){.detailBodyRight3 .ul_1 li .text{ padding: 8px 10px 14px 10px;}.classBody .classBodyHead .btn a{ width:120px; margin:0 2px;}.classBody .classBodyBody li .dl,.classBody .classBodyBody li .dl:nth-child(2n){ width:100%;}.classBody .classBodyDown .ul_3 li{ width:50%;}}@media  screen and (max-width:1366px){.detailBodyRight3 .ul_1 li .text .name{ width:65%; font-size:16px;}.detailBodyRight3 .ul_1 li .text h2{ font-size:18px;}.classBody .classBodyHead .text{ margin-top:10px; width:50%;}.classBody .classBodyHead .text .name{ font-size:24px; line-height:36px;}.classBody .classBodyHead .text h3{ font-size:28px; line-height:36px;}.classBody .classBodyHead dl{ margin-top:18px; padding-top:12px; padding-bottom:11px;}.classBody .classBodyHead dl dd{ font-size:16px; line-height:40px;}.classBody .classBodyHead .btn{ margin-top:30px;}.classBody .classBodyHead .btn a{ width:100px; font-size:16px;}.classBody .classBodyDown .ul_3{ padding-bottom:22px;}}@media  screen and (max-width:1199px){.classBody .classBodyHead .img{ width:100%;}.classBody .classBodyHead .text{ width:100%; padding:10px 20px;}.classBody .classBodyBody{ margin-top:32px;}.classBody .classBodyBody li{ margin-top:20px;}.classBody .classBodyBody li .classBodyBodyHead{ height:100px; padding:20px 20px 0 150px;}.classBody .classBodyBody li .classBodyBodyHead .ico{ width:116px; height:100px;}.classBody .classBodyBody li .classBodyBodyHead h4{ font-size:20px; line-height:30px;}.classBody .classBodyBody li .classBodyBodyHead h5{ margin-top:9px; font-size:16px; line-height:26px;}.classBody .classBodyBody li .classBodyBody1{ padding:30px 40px 28px 40px; font-size:14px; line-height:30px;}.classBody .classBodyBody li .classBodyBody1 h4{ font-size:18px; line-height:34px;}.classBody .classBodyBody li .classBodyBody1 h5{ font-size:16px; line-height:34px;}.classBody .classBodyDown .ul_3{ padding-bottom:12px;}}@media  screen and (max-width:991px){.classBody .classBodyHead .btn{ margin-top:20px;}.classBody .classBodyHead .btn a{ font-size:14px; height:36px; line-height:34px;}.classBody .classBodyHead .text .name{ font-size:20px; line-height:30px;}.classBody .classBodyHead .text h3{ font-size:22px; line-height:30px;}.classBody .classBodyHead dl{ margin-top:12px; padding-top:6px; padding-bottom:5px;}.classBody .classBodyHead dl dd{ font-size:14px; line-height:34px;}.detailBodyRight3 .ul_1{ padding-bottom:50px; position:relative;}.detailBodyRight2 .ul_1 .slick-dots {	position: absolute;	bottom: 15px;	display: block;	width: 100%;	padding: 0;	margin: 0;	list-style: none;	text-align: center;	overflow:hidden;}.detailBodyRight2 .ul_1 .slick-dots li {	position: relative;	display: inline-block;	width: 8px;	height: 8px;	margin: 0 3px;	padding: 0; float:none;	cursor: pointer;	overflow:hidden;	background:#666666;	-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.detailBodyRight2 .ul_1 .slick-dots li button { display:none;}.detailBodyRight2 .ul_1 .slick-dots li.slick-active{	background:#2156b0;}.detailBodyRight3 .ul_1 li .text .name{ width:70%; }.classBody .classBodyBody{ margin-top:22px;}.classBody .classBodyBody li{ margin-top:10px;}.classBody .classBodyBody li .classBodyBodyHead{ height:80px; padding:15px 10px 0 110px;}.classBody .classBodyBody li .classBodyBodyHead .ico{ width:93px; height:80px;}.classBody .classBodyBody li .classBodyBodyHead h4{ font-size:18px; line-height:26px;}.classBody .classBodyBody li .classBodyBodyHead h5{ margin-top:5px; font-size:14px; line-height:22px;}.classBody .classBodyBody li .classBodyBody1{ padding:20px 30px 18px 30px; font-size:12px; line-height:26px;}.classBody .classBodyBody li .classBodyBody1 h4{ font-size:16px; line-height:28px;}.classBody .classBodyBody li .classBodyBody1 h5{ font-size:14px; line-height:28px;}.classBody .classBodyDown{ margin-top:20px;}.classBody .classBodyDown h4{ font-size:20px; line-height:30px;}}@media  screen and (max-width:767px){.classBody .classBodyHead .btn{ margin-top:10px; text-align:center;}.classBody .classBodyHead .btn a{ width:90px; font-size:12px; height:32px; line-height:30px;}.classBody .classBodyHead .text .name{ font-size:14px; line-height:24px;}.classBody .classBodyHead .text h3{ font-size:16px; line-height:24px;}.classBody .classBodyHead dl dd{ font-size:12px; line-height:26px;}.classBody .classBodyHead .text{ padding:5px 10px;}.classBody .classBodyBody li .classBodyBodyHead{ padding:10px 10px 0 110px;}.classBody .classBodyBody li .classBodyBodyHead h4{ font-size:16px; line-height:24px;}.classBody .classBodyBody li .classBodyBodyHead h5{ font-size:12px; line-height:18px;}.classBody .classBodyBody li .classBodyBody1{ padding:10px 20px 8px 20px; line-height:22px;}.classBody .classBodyDown{ margin-top:10px; display:none;}.classBody .classBodyDown h4{ font-size:16px; line-height:24px;}.classBody .classBodyDown .ul_3 li{ padding:0 5px; margin-top:10px; width:100%;}.classBody .classBodyBody li .classBodyBody1 ul:nth-child(2n):before{ left:-20%;}}.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}@font-face {	font-family: 'OPENSANS-BOLD';	src: url('fonts/OPENSANS-BOLD.eot');	src: local('☺'), url('//template/default/fonts/opensans-bold.woff') format('woff'), url('//template/default/fonts/opensans-bold.ttf') format('truetype'), url('//template/default/fonts/opensans-bold.svg') format('svg');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'OPENSANS-LIGHT';	src: url('//template/default/fonts/opensans-light.eot');	src: local('☺'), url('//template/default/fonts/opensans-light.woff') format('woff'), url('//template/default/fonts/opensans-light.ttf') format('truetype'), url('//template/default/fonts/opensans-light.svg') format('svg');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'OPENSANS-REGULAR';	src: url('//template/default/fonts/opensans-regular.eot');	src: local('☺'), url('//template/default/fonts/opensans-regular.woff') format('woff'), url('//template/default/fonts/opensans-regular.ttf') format('truetype'), url('//template/default/fonts/opensans-regular.svg') format('svg');	font-weight: normal;	font-style: normal;}@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}dy .classBodyBody li .classBodyBody1 h4{ font-size:18px; line-height:34px;}.classBody .classBodyBody li .classBodyBody1 h5{ font-size:16px; line-height:34px;}.classBody .classBodyDown .ul_3{ padding-bottom:12px;}}@media  screen and (max-width:991px){.classBody .classBodyHead .btn{ margin-top:20px;}.classBody .classBodyHead .btn a{ font-size:14px; height:36px; line-height:34px;}.classBody .classBodyHead .text .name{ font-size:20px; line-height:30px;}.classBody .classBodyHead .text h3{ font-size:22px; line-height:30px;}.classBody .classBodyHead dl{ margin-top:12px; padding-top:6px; padding-bottom:5px;}.classBody .classBodyHead dl dd{ font-size:14px; line-height:34px;}.detailBodyRight3 .ul_1{ padding-bottom:50px; position:relative;}.detailBodyRight2 .ul_1 .slick-dots {	position: absolute;	bottom: 15px;	display: block;	width: 100%;	padding: 0;	margin: 0;	list-style: none;	text-align: center;	overflow:hidden;}.detailBodyRight2 .ul_1 .slick-dots li {	position: relative;	display: inline-block;	width: 8px;	height: 8px;	margin: 0 3px;	padding: 0; float:none;	cursor: pointer;	overflow:hidden;	background:#666666;	-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.detailBodyRight2 .ul_1 .slick-dots li button { display:none;}.detailBodyRight2 .ul_1 .slick-dots li.slick-active{	background:#2156b0;}.detailBodyRight3 .ul_1 li .text .name{ width:70%; }.classBody .classBodyBody{ margin-top:22px;}.classBody .classBodyBody li{ margin-top:10px;}.classBody .classBodyBody li .classBodyBodyHead{ height:80px; padding:15px 10px 0 110px;}.classBody .classBodyBody li .classBodyBodyHead .ico{ width:93px; height:80px;}.classBody .classBodyBody li .classBodyBodyHead h4{ font-size:18px; line-height:26px;}.classBody .classBodyBody li .classBodyBodyHead h5{ margin-top:5px; font-size:14px; line-height:22px;}.classBody .classBodyBody li .classBodyBody1{ padding:20px 30px 18px 30px; font-size:12px; line-height:26px;}.classBody .classBodyBody li .classBodyBody1 h4{ font-size:16px; line-height:28px;}.classBody .classBodyBody li .classBodyBody1 h5{ font-size:14px; line-height:28px;}.classBody .classBodyDown{ margin-top:20px;}.classBody .classBodyDown h4{ font-size:20px; line-height:30px;}}@media  screen and (max-width:767px){.classBody .classBodyHead .btn{ margin-top:10px;}.classBody .classBodyHead .btn a{ width:90px; font-size:12px; height:32px; line-height:30px;}.classBody .classBodyHead .text .name{ font-size:14px; line-height:24px;}.classBody .classBodyHead .text h3{ font-size:16px; line-height:24px;}.classBody .classBodyHead dl dd{ font-size:12px; line-height:26px;}.classBody .classBodyHead .text{ padding:5px 10px;}.classBody .classBodyBody li .classBodyBodyHead{ padding:10px 10px 0 110px;}.classBody .classBodyBody li .classBodyBodyHead h4{ font-size:16px; line-height:24px;}.classBody .classBodyBody li .classBodyBodyHead h5{ font-size:12px; line-height:18px;}.classBody .classBodyBody li .classBodyBody1{ padding:10px 20px 8px 20px; line-height:22px;}.classBody .classBodyDown{ margin-top:10px; display:none;}.classBody .classBodyDown h4{ font-size:16px; line-height:24px;}.classBody .classBodyDown .ul_3 li{ padding:0 5px; margin-top:10px; width:100%;}.classBody .classBodyBody li .classBodyBody1 ul:nth-child(2n):before{ left:-20%;}}.containerBox { padding:60px 0; font-size:18px; line-height:32px; width:100%; float:left;}@media screen and (max-width:1199px) {.containerBox { font-size:16px; line-height:30px;}}@media screen and (max-width:991px) {.containerBox { padding:40px 0; font-size:14px; line-height:26px;}}@media screen and (max-width:767px) {.containerBox { padding:20px 10px; font-size:12px; line-height:22px;}}.tc_mb { width:100%; height:100%; position:fixed; left:0; top:0; background:black; opacity:0.8; display:none; z-index:110;}.tc1{ display:none; z-index:111; width:286px; margin:-110px 0 0 -143px; background:white; position:fixed; left:50%; top:50%; box-shadow:0 0 13px rgba(0,0,0,0.08); padding:14px 34px 13px 27px; display:none;}.tc1 .closed{ width:30px; height:30px; line-height:30px; text-align:center; font-size:20px; font-weight:bold; border:solid 1px #2156b0; color:#2156b0; position:absolute; right:0; top:-60px; font-family:"宋体"; cursor:pointer;-moz-border-radius:50%; -webkit-border-radius:50%; -khtml-border-radius:50%;border-radius:50%;}.tc1 .closed:before{ content:''; width:1px; height:30px; background:#ddd; position:absolute; left:50%; top:29px;}.tc1 dt{ background:url(/template/default/images/right8.png) no-repeat center center; width:14px; height:36px; position:absolute; right:-14px; top:86px;}.tc1 dd{ width:100%; float:left; margin-top:10px; position:relative;}.tc1 dd input,.tc1 dd select,.tc1 dd textarea{ display:block; float:left; width:100%; height:29px; border:solid 1px #e6e6e6; line-height:19px; padding:5px 10px; font-size:14px; color:#333; background:white;appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: 0;}.tc1 dd input:focus,.pf_right ul li .dl dd select:focus,.pf_right ul li .dl dd textarea:focus{ border-color:#2156b0;}.tc1 dd select{ padding-right:26px; background:url(/template/default/images/right9.png) no-repeat 96% center; padding-left:8px;appearance: none;-moz-appearance: none;-webkit-appearance: none;outline: 0;}.tc1 dd textarea{ height:66px;}.tc1 dd.d1{ padding-right:85px;}.tc1 dd.d1 .yzm{ position:absolute; right:0; top:0; width:78px; height:27px; cursor:pointer;}    .tc1 dd.d2 { text-align:center;    }.tc1 dd.d2 input{ width:109px; height:25px; display:inline-block; vertical-align:top; line-height:25px; text-align:center; float:none; background:#2156b0;color:white; font-size:16px; border:0; padding:0; box-shadow:0 2px 2px rgba(235,99,50,0.6);-moz-border-radius:25px; -webkit-border-radius:25px; -khtml-border-radius:25px;border-radius:25px;}@media screen and (max-width: 991px) {.tc1{ width:286px; position:fixed; right:auto; left:50%; top:50%; box-shadow:0 0 13px rgba(0,0,0,0.08); padding:14px 34px 13px 27px; display:none; margin:-100px 0 0 -143px;}.tc1 dt{ display:none;}.tc1 .closed{ width:20px; height:20px; line-height:18px; font-size:16px; top:-40px;}.tc1 .closed:before{ height:20px; top:19px;}.tc1 dd input,.tc1 dd select,.tc1 dd textarea {            height: 40px;            border: solid 1px #e6e6e6;            line-height: 18px;            padding: 10px 10px;            font-size: 14px;            color: #333;            background: white;            appearance: none;            -moz-appearance: none;            -webkit-appearance: none;            outline: 0;        }        .tc1 dd textarea { height:100px;        }}.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}@font-face {	font-family: 'OPENSANS-BOLD';	src: url('fonts/OPENSANS-BOLD.eot');	src: local('☺'), url('fonts/OPENSANS-BOLD.woff') format('woff'), url('fonts/OPENSANS-BOLD.ttf') format('truetype'), url('fonts/OPENSANS-BOLD.svg#webfontHIqteXlE') format('svg');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'OPENSANS-LIGHT';	src: url('fonts/OPENSANS-LIGHT.eot');	src: local('☺'), url('fonts/OPENSANS-LIGHT.woff') format('woff'), url('fonts/OPENSANS-LIGHT.ttf') format('truetype'), url('fonts/OPENSANS-LIGHT.svg#webfontHIqteXlE') format('svg');	font-weight: normal;	font-style: normal;}@font-face {	font-family: 'OPENSANS-REGULAR';	src: url('fonts/OPENSANS-REGULAR.eot');	src: local('☺'), url('fonts/OPENSANS-REGULAR.woff') format('woff'), url('fonts/OPENSANS-REGULAR.ttf') format('truetype'), url('fonts/OPENSANS-REGULAR.svg#webfontHIqteXlE') format('svg');	font-weight: normal;	font-style: normal;}@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}.pz_main{z-index:7;}.detailBodyRight2{margin-top:0;}.detailBodyRight1_r{margin-top:40px;}.detailBodyRight1_r.on{position:fixed; top:100px; right:9.11%; width:20%; z-index:999;}.c_419 .detailBodyRight1_r ul{margin-top:0; background:none;}.c_419 .detailBodyRight1_r ul li{background:none;}.c_419 .detailBodyRight1_r ul li:hover{ background:none}.c_419 .detailBodyRight1_r.on{width:336px; right:initial;}@media screen and (max-width:1366px) {.detailBodyRight1_r.on{right:7%; width:21%;}}@media screen and (max-width:1199px) {.detailBodyRight1_r.on{right:4%; width:22%;}.c_419 .detailBodyRight1_r.on{width:250px; }}@media screen and (max-width:991px) {.detailBodyRight1_r{margin-top:30px; position:initial;}}@media screen and (max-width:767px) {.detailBodyRight1_r{margin-top:20px;}}