@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'CASOLFCN';
  src: url(../fonts/CASOLFCN.ttf) format('truetype'), url(../fonts/CASOLFCN.eot) format('eot'), url(../fonts/CASOLFCN.woff) format('woff'), url(../fonts/CASOLFCN.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'microsoft yahei', Arial, SimSun, Sans-serif !important;
}
* {
  outline: none;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  margin: 0 auto;
}
.img-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top {
  background: #f7f7f7;
  box-shadow: 0 1px 5px 0 #eeeeee;
  -webkit-box-shadow: 0 1px 5px 0 #eeeeee;
  -moz-box-shadow: 0 1px 5px 0 #eeeeee;
  -ms-box-shadow: 0 1px 5px 0 #eeeeee;
  -o-box-shadow: 0 1px 5px 0 #eeeeee;
}
#header .h-top p {
  font-size: 14px;
  color: black;
}
#header .h-top ul li {
  font-size: 12px;
  color: #7c7c7c;
  margin-left: 15px;
}
#header .h-top ul li i {
  color: #1c5fcd;
}
#header .h-top ul li a {
  color: inherit;
}
#header .nav {
  padding: 25px 0;
}
#header .nav .item {
  padding: 0;
}
#header .nav .menu-box {
  margin-top: 25px;
  padding: 0;
}
#header .nav .menu-box .menu {
  height: 100%;
}
#header .nav .menu-box .menu:after {
  content: '';
  display: block;
  clear: both;
  width: 0;
  height: 0;
}
#header .nav .menu-box .menu > li {
  float: left;
  position: relative;
  margin-left: 40px;
}
#header .nav .menu-box .menu > li:first-child {
  margin-left: 0;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  padding: 0 10px 15px;
  border-bottom: 2px solid transparent;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #195dcc;
  border-color: #195dcc;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #195dcc;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 12px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#banner {
  margin-top: 0px;
  position: relative;
}
#banner ul .slick-slide .content {
  opacity:0;
-webkit-transition: .5s 1s;
-moz-transition: .5s 1s;
-ms-transition: .5s 1s;
-o-transition: .5s 1s;
transition: .5s 1s;
}
#banner ul .slick-slide.slick-active .content {
  opacity:1;
}
#banner ul .slick-arrow {
  width: 45px;
  height: 80px;
  background: none;
  color: transparent;
  position: absolute;
  top: 45%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
#banner ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#banner ul .slick-arrow:hover {
  background: #ff9537;
}
#banner ul .slick-next {
  right: 0;
}
#banner ul .slick-next:before {
  content: '>';
}
#banner ul .slick-prev {
  left: 0;
}
#banner ul .slick-prev:before {
  content: '<';
}
#banner ul .slick-dots {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  color: transparent;
  border-radius: 100%;
  background: #e1e5e6;
  width: 15px;
  height: 15px;
}
#banner ul .slick-dots li button {
  border: none;
  background: none;
  width: 100%;
  height: 100%;
  outline: none;
}
#banner ul .slick-dots li.slick-active {
  background: white;
}
#banner ul li {
  position: relative;
}
#banner ul li img {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .content .left {
  vertical-align: middle;
  display: inline-block;
  width: 70%;
  position: relative;
  left: 15%;
  color: transparent;
  text-align: center;
}
#banner ul li .content .left h2 {
  font-size: 100px;
  text-transform: capitalize;
  font-weight: bold;
  padding-top: 10px;
  font-family: CASOLFCN;
  color: #ff9537;
	position:relative;
	top:30px;
  -webkit-transition: .5s 1.1s;
  -moz-transition: .5s 1.1s;
  -ms-transition: .5s 1.1s;
  -o-transition: .5s 1.1s;
  transition: .5s 1.1s;
	opacity:0;
}
#banner ul li .content .left p {
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4), transparent);
	position:relative;
	top:30px;
  -webkit-transition: .5s 1.3s;
  -moz-transition: .5s 1.3s;
  -ms-transition: .5s 1.3s;
  -o-transition: .5s 1.3s;
  transition: .5s 1.3s;
	opacity:0;
}
#banner ul .slick-slide.slick-active li .content .left h2 {
	top:0;
	opacity:1;
}
#banner ul .slick-slide.slick-active li .content .left p {
	top:0;
	opacity:1;
}
#banner ul:hover .slick-arrow {
  opacity: 1;
}
#banner .ul-dots-slick {
  position: absolute;
  bottom: 10%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
#banner .ul-dots-slick ul {
  position: relative;
  left: -170px;
}
#banner .ul-dots-slick li {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  padding: 10px 0;
  white-space: nowrap;
}
#banner .ul-dots-slick li i {
  display: inline-block;
  font-size: 60px;
  color: white;
  vertical-align: middle;
  line-height: 60px;
}
#banner .ul-dots-slick li em {
  font-size: 18px;
  color: white;
  vertical-align: middle;
  display: none;
  text-transform: capitalize;
  font-family: CASOLFCN;
}
#banner .ul-dots-slick .slick-slide {
  position: relative;
  margin: 0 45px;
}
#banner .ul-dots-slick .slick-slide:after {
  content: '';
  width: 45px;
  top: 50%;
  position: absolute;
  right: -75px;
  border-bottom: 1px solid white;
}
#banner .ul-dots-slick .slick-slide:last-child:after {
  display: none;
}
#banner .ul-dots-slick .slick-current li {
  background: #ff9537;
  border-radius: 40px;
  padding: 10px 50px;
}
#banner .ul-dots-slick .slick-current li em {
  display: inline-block;
}
#banner .ul-dots-slick #go-bottom {
  color: white;
  font-size: 40px;
  text-align: center;
  margin-top: 50px;
  cursor: hand;
  cursor: pointer;
}
#index-body .init-1 h2 {
  font-size: 45px;
  color: #242424;
  text-align: center;
  padding: 75px 0 40px;
}
#index-body .init-1 h2 small {
  font-size: 18px;
  color: #ff9537;
  display: block;
  line-height: normal;
  text-transform: uppercase;
  font-family: Arial;
}
#index-body .init-1 ul {
  margin: -10px;
}
#index-body .init-1 ul li {
  padding: 10px;
}
#index-body .init-1 ul li .box {
  background: white;
}
#index-body .init-1 ul li .box a.img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#index-body .init-1 ul li .box a.img img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 ul li .box a.img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 149, 55, 0.51);
  z-index: 1;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-1 ul li .box a.img:before {
  content: '+';
  position: absolute;
  left: 50%;
  top: 60%;
  font-size: 48px;
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-1 ul li .box h3 {
  font-size: 24px;
  color: #242424;
  text-align: center;
  padding: 28px 10px;
}
#index-body .init-1 ul li .box h3 a {
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#index-body .init-1 ul li .box h3 small {
  font-size: 12px;
  display: block;
}
#index-body .init-1 ul li .box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .init-1 ul li .box:hover a.img:after {
  opacity: 1;
}
#index-body .init-1 ul li .box:hover a.img:before {
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
  top: 50%;
}
#index-body .init-1 ul li .box:hover h3 {
  color: #ff7701;
}
#index-body .init-1 ul .slick-arrow {
  width: 40px;
  height: 40px;
  background: none;
  color: transparent;
  position: absolute;
  top: 45%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
#index-body .init-1 ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#index-body .init-1 ul .slick-arrow:hover {
  background: #ff9537;
}
#index-body .init-1 ul .slick-next {
  right: -40px;
}
#index-body .init-1 ul .slick-next:before {
  content: '>';
}
#index-body .init-1 ul .slick-prev {
  left: -40px;
}
#index-body .init-1 ul .slick-prev:before {
  content: '<';
}
#index-body .init-1 ul:hover .slick-arrow {
  opacity: 1;
}
#index-body .init-2 {
  background: url("../images/init-2-bg.jpg") no-repeat top center fixed;
  padding-top: 220px;
  margin-top: -220px;
}
#index-body .init-2 h2 {
  font-size: 45px;
  color: white;
  text-align: center;
  padding-top: 100px;
}
#index-body .init-2 h2 small {
  font-family: Arial;
  font-size: 18px;
  color: #ff9537;
  text-transform: uppercase;
  margin-left: 15px;
}
#index-body .init-2 ul {
  margin: 0 -10px;
  padding: 40px 0;
}
#index-body .init-2 ul li {
  padding: 0 10px;
}
#index-body .init-2 ul li a {
  display: block;
  position: relative;
  text-align: center;
}
#index-body .init-2 ul li a img {
  margin: 0 auto;
}
#index-body .init-2 ul li a i {
  font-size: 20px;
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.3);
  line-height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  zoom: 0;
  opacity: 0;
}
#index-body .init-2 ul li a h3 {
  text-align: center;
  font-size: 18px;
  color: white;
  margin: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 ul li a:hover i {
  opacity: 1;
  zoom: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
#index-body .init-2 ul li a:hover h3 {
  opacity: 1;
}
#index-body .init-2 ul .slick-arrow {
  width: 40px;
  height: 40px;
  background: none;
  color: transparent;
  position: absolute;
  top: 45%;
  z-index: 10;
  border: none;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid white;
  opacity: 0;
}
#index-body .init-2 ul .slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1.9);
  -moz-transform: translate(-50%, -50%) scale(1, 1.9);
  -ms-transform: translate(-50%, -50%) scale(1, 1.9);
  -o-transform: translate(-50%, -50%) scale(1, 1.9);
  transform: translate(-50%, -50%) scale(1, 1.9);
  display: block;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
#index-body .init-2 ul .slick-arrow:hover {
  background: #ff9537;
  border-color: #ff9537;
}
#index-body .init-2 ul .slick-next {
  right: 40px;
}
#index-body .init-2 ul .slick-next:before {
  content: '>';
}
#index-body .init-2 ul .slick-prev {
  left: 40px;
}
#index-body .init-2 ul .slick-prev:before {
  content: '<';
}
#index-body .init-2 ul:hover .slick-arrow {
  opacity: 1;
}
#index-body .init-3 {
  padding: 80px 0 70px;
}
#index-body .init-3 .left {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
#index-body .init-3 .left h2 {
  font-size: 36px;
  color: #242424;
}
#index-body .init-3 .left h2 small {
  display: block;
  font-size: 14px;
  color: #ff9537;
  text-transform: uppercase;
}
#index-body .init-3 .left a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #242424;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 80px;
}
#index-body .init-3 .left a i {
  color: #ff9537;
}
#index-body .init-3 .left a:hover {
  color: white;
  background: #ff9537;
  border-color: #ff9537;
}
#index-body .init-3 .left a:hover i {
  color: white;
}
#index-body .init-3 .left .prev,
#index-body .init-3 .left .next {
  width: 50px;
  height: 50px;
  float: left;
  line-height: 50px;
  text-align: center;
  border: 1px solid #333333;
  color: #242424;
  font-size: 24px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .left .prev:hover,
#index-body .init-3 .left .next:hover {
  background: #ff9537;
  color: white;
  border-color: #ff9537;
}
#index-body .init-3 .left .prev i,
#index-body .init-3 .left .next i {
  margin: 0;
}
#index-body .init-3 .right {
  width: 85%;
  margin-left: -5px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
}
#index-body .init-3 .right ul li {
  padding: 0 35px;
  border-right: 1px solid #d2d2d2;
}
#index-body .init-3 .right ul li h3 {
  font-size: 18px;
  color: #242424;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-3 .right ul li h3 a {
  color: inherit;
  display: block;
}
#index-body .init-3 .right ul li h3:hover {
  color: #ff9537;
}
#index-body .init-3 .right ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin: 25px 0 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: block;
  height: 96px;
}
#index-body .init-3 .right ul li time {
  font-size: 16px;
  color: #666666;
}
#footer .footer-top {
  background: #efefef;
  padding: 40px 0;
}
#footer .footer-top .left .ewm {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  background: white;
  text-align: center;
}
#footer .footer-top .left .ewm p {
  font-size: 14px;
  color: #9b9b9b;
  line-height: 30px;
}
#footer .footer-top .left .contact {
  width: 75%;
  display: inline-block;
  margin-left: -5px;
  padding-left: 20px;
  vertical-align: middle;
}
#footer .footer-top .left .contact ul li {
  font-size: 14px;
  color: #7c7a7a;
  line-height: 30px;
}
#footer .footer-top .left .contact ul li em {
  color: #ff9537;
  font-size: 16px;
}
#footer .footer-top .left .contact ul li a {
  color: inherit;
}
#footer .footer-top .left .contact ul li a:hover {
  color: #ff9537;
}
#footer .footer-top .right li dl dt {
  font-size: 18px;
  color: #7c7a7a;
  line-height: 30px;
  border-bottom: 1px solid #7c7a7a;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footer .footer-top .right li dl dt:after {
  content: '';
  border-bottom: 3px solid #7c7a7a;
  position: absolute;
  width: 45px;
  bottom: -2px;
  left: 0;
}
#footer .footer-top .right li dl dd {
  font-size: 14px;
  color: #7c7a7a;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#footer .footer-top .right li dl dd a {
  color: inherit;
}
#footer .footer-top .right li dl dd:hover {
  color: #ff9537;
}
#footer .footer-top .right li.ie2 dl dd {
  width: 50%;
  float: left;
	padding-right:10px;
}
#footer .footer-top .right li.ie1 dl {
  padding-right: 30%;
}
#footer .footer-bottom {
  background: #aaaaaa;
}
#footer .footer-bottom p {
  font-size: 14px;
  color: white;
}
#footer .footer-bottom p a {
  color: inherit;
}
#footer .footer-bottom p a:hover {
  color: #ff9537;
}
@media screen and (max-width: 1700px) {
  #banner ul li .content {
    top: 30%;
  }
}
@media screen and (max-width: 1440px) {
  #index-body .init-2 ul {
    padding: 40px;
  }
  #index-body .init-2 ul .slick-next {
    right: 60px;
  }
  #index-body .init-2 ul .slick-prev {
    left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .menu-box .menu > li {
    margin-left: 15px;
  }
  #banner ul li .content .left h2 {
    font-size: 80px;
  }
  #banner .ul-dots-slick li i {
    font-size: 40px;
    line-height: 40px;
  }
  #banner .ul-dots-slick #go-bottom {
    margin-top: 30px;
  }
  #index-body .init-2 ul li {
    padding: 0 50px;
  }
  #index-body .init-3 .left {
    width: 20%;
  }
  #index-body .init-3 .right {
    width: 80%;
  }
  #footer .footer-top .left .ewm {
    width: 30%;
  }
  #footer .footer-top .left .ewm p {
    font-size: 12px;
  }
  #footer .footer-top .left .contact {
    width: 70%;
  }
}
.inner-banner {
  position: relative;
  width: 100%;
  height: 265px;
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 166px;
}
.inner-banner .inner-tit{
  display: none;
}
.inner-page {
  padding-bottom: 60px;
}
.inner-page .bread-crumbs {
  padding: 15px 0 10px;
  font-family: Teko-Regular;
}
.inner-page .bread-crumbs,
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-size: 14px;
  color: #a4a7a8;
}
.inner-page .bread-crumbs a:first-child{
  color: #adb3b7;
  font-size: 18px;
}
.inner-page .bread-crumbs a:hover {
  color: #ff7701;
}
.inner-page .sidebar {
  width: 23.3%;
}
.inner-page .sidebar .side-top,
.inner-page .sidebar .side-contact{
  padding: 26px 26px 32px 20px;
  background: #fff;
  border: 1px solid #dbe4eb;
}
.inner-page .sidebar .side-tit {
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  font-family: Teko-Regular;
  margin-bottom: 8px;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li{
  margin-bottom: 3px;
}
.inner-page .sidebar .side-top .side-menu li a {
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  background: #fafafa;
  color: #000000;
  font-size: 14px;
  padding: 0 15px 0 36px;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li .children{
  padding-left: 20px;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background: #ff7701;
  color: #fff;
}
.inner-page .sidebar div.left {
    border: 1px solid #4f4f4f;
	background:#fff;
}
.inner-page .sidebar h2 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  background-image: -moz-linear-gradient(bottom, #404040, #4c4c4c);
  /* Firefox */
  background-image: -webkit-linear-gradient(bottom, #404040, #4c4c4c);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#404040, endColorstr=#4c4c4c, GradientType='0');
  /* IE*/
  padding: 15px 20px;
}
.inner-page .sidebar h2 small {
  float: right;
  font-size: 14px;
  color: #d2d2d2;
  text-transform: uppercase;
}
.inner-page .sidebar ul.prolist {
  padding: 10px;
}
.inner-page .sidebar ul.prolist li {
  font-size: 14px;
  color: black;
  line-height: 27px;
  cursor: pointer;
  cursor: hand;
}
.inner-page .sidebar ul.prolist li a {
  color: inherit;
}
.inner-page .sidebar ul.prolist > li {
  color: white;
  margin-bottom: 15px;
  position: relative;
}
.inner-page .sidebar ul.prolist > li > a {
  background: #ff7701;
  color: white;
  display: block;
  padding: 3px 15px;
}
.inner-page .sidebar ul.prolist > li > i {
  position: absolute;
  right: 0;
  top: 3px;
  color: white;
  font-size: 18px;
}
.inner-page .sidebar ul.prolist > li ul li i {
  vertical-align: middle;
  line-height: 7px;
  border: 1px solid #c0c0c0;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  color: transparent;
}
.inner-page .sidebar ul.prolist > li ul li i.active {
  color: #ff7701;
}
.inner-page .sidebar ul.prolist > li li {
  border-bottom: 1px #cccccc dashed;
  padding: 3px 15px;
}
.inner-page .sidebar ul.prolist > li li a {
  max-width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}


.inner-page .sidebar .side-contact{
  margin-top: 19px;
  padding-right: 35px;
  padding-left: 19px;
}
.inner-page .sidebar .side-contact .side-tit{
  margin-bottom: 13px;
}
.inner-page .sidebar .side-contact li:first-child{
  border-top: 1px dashed #d1d1d1;
}
.inner-page .sidebar .side-contact li{
  padding: 20px 0 18px;
  border-bottom: 1px dashed #d1d1d1;
}
.inner-page .sidebar .side-contact li i.icon{
  float: left;
  width: 8%;
  font-size: 16px;
}
.inner-page .sidebar .side-contact li span{
  float: right;
  width: 88%;
  font-size: 14px;
  color: #000000;
}
.inner-page .page-right-bar {
  width: 74%;
}
.inner-page .piclist li {
  display:inline-block;
	margin-left:-5px;
}
.inner-page .piclist li:nth-child(3n+1) {
	margin-left:0;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #ff7701;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}
.about-page .about-artical table td {
	width:25% !important;
	border-right:2px solid #ebebeb;
	padding:0 20px;
	text-align:center;
}
.about-page .about-artical table td:last-child {
	border-right:none;
}
.product-page .piclist li {
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.sy {
	position:relative;
	display:block;
}
.sy:after {
	content:'';
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	background-image:url('../images/00.png');
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.product-page .piclist li h3{
  color: #000;
}
.product-page .piclist li .layer-box{
  display: none!important;
}
.i-pro-load-img{
  position: absolute;
  top: 100px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
}
.product-page .piclist li h3{
  display: block;
  text-align: left;
  padding-top:15px;
  border-top:1px solid #000;
  font-size: 15px;
  margin-top: 16px;
}
.product-page .piclist li h3 a{
  color: #333;
  font-family: arial;
}
.prodet-page .product-details .prodet-top-l {
  width: 45%;
}
.prodet-page .product-details .prodet-top-l img{
  width: auto;
  margin: 0 auto;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 50%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
}
.prodet-page .product-details .prodet-top-r .prodetail {
  margin: 20px 0 60px;
  font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #ff7701;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #ff7701;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-family: arial;
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details p {
  line-height: 2em;
  font-size: 14px;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-l {
  width: 25%;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 16px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #777;
  font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 1.8em;
  font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
  color: #ff7701;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000000;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
  padding-bottom: 0;
}
.contact-page img {
  width: auto;
}
.side-contact-btn{
  background: #ff7701;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    display: block;
}
.side-contact-btn:hover{
  background: #222;
  color: #fff;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
  margin-bottom: 10px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
}
.contact-page .contact-details .contact-list a {
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #0250a9;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li img{
  width: 100%;
}
.lg-page .piclist li h3{
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #ff7701;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #ff7701;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  margin: 0 auto;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #ff7701;
}
.m-page a:active {
  background: #ff7701;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #ff7701;
}
#pic-zoom,
.zoom-pic{
  border:1px solid #ddd;
}
div.wpcf7 img.ajax-loader{
  width: auto;
  display: block;
  margin:5px auto 0;
}

.inner-tit{
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
  font-family: poppins-bold;
}

.page-right-bar .download dt,.faq-page .faq-list dt {
	font-size: 16px;
	font-family: Teko-Regular;
	color: #6a6a6a;
	background: #f8f8f8;
	padding: 10px 20px;
	font-weight: normal;
	margin-bottom:5px;
}
.page-right-bar .download dt a,.faq-page .faq-list dt a {
	color: inherit;
	padding: 10px 0;
	display: block;
}
.page-right-bar .download dt:hover,.faq-page .faq-list dt:hover {
	color: #ff7701;
}
.page-right-bar .download dt i,.faq-page .faq-list dt i {
	float: right;
	font-size: 22px;
	cursor: pointer;
	cursor: hand;
}
.page-right-bar .download dd,.faq-page .faq-list dd {
	font-size: 14px;
	color: #222;
	line-height: 24px;
	padding: 10px 20px;
	margin-bottom: 20px;
	display: none;
}

.visit-head{
  text-align: center;
  margin:34px 0 45px;
}
.visit-head h3{
  font-size: 24px;
  color: #000000;
}
.visit-head p{
  color: #666666;
  margin-top: 4px;
}


.c-jtgj{
  margin-bottom: 89px!important;
  text-align: center;
}
.c-jtgj>.column .img{
  width: 89px;
  height: 89px;
  line-height: 109px;
  overflow: hidden;
  border: 2px solid #aec0cd;
  border-radius: 50%;
  margin:0 auto;
}
.c-jtgj>.column .img img{
  display: inline-block;
}
.c-jtgj>.column  h3{
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin:18px 0 13px;
}
.c-jtgj>.column p{
  color: #666666;
  line-height: 24px;
}