@charset "utf-8";
*,*:before,*:after {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
html {-webkit-tap-highlight-color:transparent}
body {overflow-x:hidden;color:#333;font-size:15px;line-height:200%;font-family:'Microsoft Yahei',Arial,'Times New Roman';-webkit-overflow-scrolling:touch;background:#fff;}
body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,p,td,th {margin:0;padding:0;border:0}
li,ol,ul {margin:0;padding:0;list-style-type:none}
img {max-width:100%;border:0;/*vertical-align:middle*/}
table {border-collapse:collapse;border-spacing:0}
a {color:inherit;outline:none;text-decoration:none;background:transparent}
em,i,span {display:inline-block}
b,em,i {font-style:normal}
h1,h2,h3,h4,h5,h6 {font-weight:normal;font-size:16px}
button,input,optgroup,select,textarea {outline:0;border:0;vertical-align:middle;padding:0;}
button,html input[type=button],input[type=reset],input[type=submit],input[type=text] {outline:0;border:0;border-radius:0;cursor:pointer;-webkit-appearance:button;}
textarea {resize:none;font-size:14px}
textarea,.select {appearance:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none}
.clearfix:after,.clearfix:before,.mauto:after,.mauto:before {display:table;content:""}
.clearfix:after,.mauto:after,.clear {clear:both}
.img img,.imgs img {width:100%;}
.imgs {position:relative}
.mauto {max-width:1360px;margin:0 auto}
.l{
	float:left;
}
.r{
	float:right;
}
@media screen and (max-width:1680px) {.mauto {max-width:90%;}
}
@media (max-width:1200px) {.mauto {max-width:90%;}
}
@media (max-width:768px) {.mauto {max-width:92%;}
}
.wrapper,.wrap{
	width: 90%;
	clear:both;
	max-width: 1360px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
	/*overflow:hidden;*/
}
@media (min-width:1200px) and (max-width:1440px){
.wrapper{
	width: 90%;
	max-width: 1280px;
	min-width:1200px;
	margin-left: auto;
	margin-right: auto;
}
}
/*滚动条样式*/
@media screen and (max-width:768px) {::-webkit-scrollbar {width:1px;height:1px;}
::-webkit-scrollbar-track {-webkit-box-shadow:inset 0 0 1px rgba(0,0,0,0);border-radius:1px;background-color:#fff;}
::-webkit-scrollbar-thumb {border-radius:1px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0);background-color:#fff;}
}
/*-开场动画-*/
.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.animated.infinite {-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.animated.hinge {-webkit-animation-duration:2s;animation-duration:2s}
@-webkit-keyframes fadeInLeftA {0% {opacity:0;-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInLeftA {0% {opacity:0;-webkit-transform:translate3d(-20%,0,0);-ms-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInLeftA {-webkit-animation-name:fadeInLeftA;animation-name:fadeInLeftA}
@-webkit-keyframes fadeInUpA {0% {opacity:0;-webkit-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInUpA {0% {opacity:0;-webkit-transform:translate3d(0,30px,0);-ms-transform:translate3d(0,30px,0);transform:translate3d(0,30px,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInUpA {-webkit-animation-name:fadeInUpA;animation-name:fadeInUpA}
@-webkit-keyframes fadeInRightA {0% {opacity:0;-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInRightA {0% {opacity:0;-webkit-transform:translate3d(20%,0,0);-ms-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInRightA {-webkit-animation-name:fadeInRightA;animation-name:fadeInRightA}
@-webkit-keyframes twinkling {0% {opacity:0;}
100% {opacity:1;}
}
@-webkit-keyframes OrangePulse {from {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
50% {background-color:rgba(210,174,109,1);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
to {background-color:rgba(210,174,109,.2);-webkit-box-shadow:0 0 10px rgba(210,174,109,1);}
}
@-webkit-keyframes swing {20% {-webkit-transform:rotate(40deg);transform:rotate(40deg)}
40% {-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}
60% {-webkit-transform:rotate(10deg);transform:rotate(10deg)}
80% {-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}
100% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
}
@keyframes swing {20% {-webkit-transform:rotate(40deg);-ms-transform:rotate(40deg);transform:rotate(40deg)}
40% {-webkit-transform:rotate(-20deg);-ms-transform:rotate(-20deg);transform:rotate(-20deg)}
60% {-webkit-transform:rotate(10deg);-ms-transform:rotate(10deg);transform:rotate(10deg)}
80% {-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}
100% {-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}
}
.swing {-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}
@-webkit-keyframes jump {0% {-webkit-transform:translateY(0);}
25% {-webkit-transform:translateY(-20%);}
50% {-webkit-transform:translateY(0);}
75% {-webkit-transform:translateY(-10%);}
100% {-webkit-transform:translateY(0);}
}
@keyframes jump {0% {transform:translateY(0);}
25% {transform:translateY(-20%);}
50% {transform:translateY(0);}
75% {transform:translateY(-10%);}
100% {transform:translateY(0);}
}
@-webkit-keyframes bounceInA {0%,100%,20%,40%,60%,80% {-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0% {opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20% {-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40% {-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60% {opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80% {-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
100% {opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
@keyframes bounceInA {0%,100%,20%,40%,60%,80% {-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}
0% {opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}
20% {-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}
40% {-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}
60% {opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}
80% {-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}
100% {opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}
}
.bounceInA {-webkit-animation-name:bounceInA;animation-name:bounceInA;-webkit-animation-duration:.75s;animation-duration:.75s}
@-webkit-keyframes fadeInDownA {0% {opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100% {opacity:1;-webkit-transform:none;transform:none}
}
@keyframes fadeInDownA {0% {opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
100% {opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}
}
.fadeInDownA {-webkit-animation-name:fadeInDownA;animation-name:fadeInDownA}
@keyframes fadeInA {0% {opacity:0;}
100% {opacity:1;}
}
.fadeInA {-webkit-animation-name:fadeInA;animation-name:fadeInA}
@-webkit-keyframes flipInY {0% {-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}
0%,40% {-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
40% {-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}
60% {-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}
80% {-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}
to {-webkit-transform:perspective(400px);transform:perspective(400px)}
}
@keyframes flipInY {0% {-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}
0%,40% {-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}
40% {-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}
60% {-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}
80% {-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}
to {-webkit-transform:perspective(400px);transform:perspective(400px)}
}
.flipInY {-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}
@-webkit-keyframes zoomInA {0% {opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}
50% {opacity:1}
}
@keyframes zoomInA {0% {opacity:0;-webkit-transform:scale3d(.6,.6,.6);transform:scale3d(.6,.6,.6)}
50% {opacity:1}
}

.zoomInA {-webkit-animation-name:zoomInA;animation-name:zoomInA}
/* nav */.nav_main {margin:0 auto;position:relative;}
.head_layer {-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:0 45px;background:linear-gradient(0deg, #0A4098, #0756D2);}
.head_layer .nav_main {display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.head_layer .logo {height:105px;position:relative;padding-right:5%;padding-top:5px;padding-bottom:5px;float:left;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.head_layer .logo img {width:auto;max-height:60px;}
.head_layer .nav_w {-webkit-box-flex:1;-webkit-flex:1;flex:1;float:left;}
.nav_head .head_right {float:right;text-align:right;}
.nav_head .c-language {display:inline-block;padding:25px 0;position:relative;text-align:left;vertical-align:middle;}
.nav_head .c-language .c-language-title {padding-top:7px;padding-bottom:7px;position:relative;}
.nav_head .c-language .c-language-title,.nav_head .c-language .c-language-title a {color:#fff;}
.nav_head .c-language .c-language-cont {}
.nav_head .fixed-nav-active .c-language .c-language-cont {top:100%;border-radius:5px;overflow:hidden;}
.nav_head .c-language:hover .c-language-title,.nav_head .c-language:hover .c-language-title a {color:#fff;}
.nav_head .head-search {display:inline-block;position:relative;margin-left:15px;vertical-align:middle;}
.nav_head .head-search .search-ipt {display:block;width:200px;border:0;background-color:#eee;height:32px;line-height:35px;padding-left:20px;font-size:12px;}
.nav_head .head-search .search-btn {width:35px;height:32px;border:0;cursor:pointer;position:absolute;right:0;top:0;background:#6384C2;}
.nav_head .head-search .search-btn:before {content:'\e6fb';font-size:22px;font-family:"iconfont";color:#fff;}
.nav_head .head-search .search-btn { background-image:url(../images/icon_search.png); background-repeat:no-repeat;background-position: center center;}


.nav_w {vertical-align:middle;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;}
.nav_w .head_nav {display:inline-block;position:relative;z-index:2;}
.nav_w .head_nav:after {display:none;}
.nav_w .head_nav>li {display:inline-block;line-height:103px;font-size:15px;position:relative;perspective:500px;vertical-align:middle;position:relative;}
.nav_w .head_nav>li>a {color:#fff;position:relative;font-weight:bold;display:inline-block;vertical-align:top;padding:0 15px;text-transform:uppercase;}
.nav_w .head_nav>li>a>em {display:inline-block;vertical-align:top;position:relative;font-family:"Times New Roman";font-size:16px;}
.nav_w .head_nav.cn>li>a{ padding:0 20px}
.nav_w .head_nav.cn>li>a>em{ font-size:15px; font-family:'微软雅黑'}
.nav_w .head_nav>li>a>b {display:inline-block;margin-left:5px;}
.nav_w .head_nav>li>a>b:after {content:'\e635';font-size:12px;margin-left:.2em;vertical-align:middle;font-family:"iconfont";color:#EAEBEB;}
.nav_w .head_nav>li.nav-current>a {color:#7F9FDB;}
.nav_w .head_nav>li.nav-current>a>em:before {width:100%;left:0;opacity:1;}
.nav_w .head_nav>li:hover>a {color:#7F9FDB;}
.nav_w .head_nav>li:hover>a>b:after {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.nav_w .head_nav>li li {position:relative;text-align:left;padding:0 15px;}
.nav_w .head_nav>li li a {display:block;line-height:1.4em;padding:10px 5px;font-size:14px;position:relative;color:#fff;}
.nav_w .head_nav>li li a:before,.nav_w .head_nav>li li:hover>a:before {content:'';display:block;width:3px;height:30%;background-color:#193553;position:absolute;left:-15px;top:40%;opacity:0;filter:alpha(opacity=0);}
.nav_w .head_nav>li li b:after {content:'\e600';font-size:12px;position:absolute;right:0;top:10px;font-family:"iconfont";color:#999;}
.nav_w .head_nav>li li:last-child>a {border-bottom:0;}
.nav_w .head_nav>li li:hover>a {color:#a6937c;}
.nav_w .head_nav>li li:hover>a b:after {border-left-color:#193553;}
.nav_w .head_nav li ul {width:250px;padding:15px 0;background:linear-gradient(180deg,#5E82C1,#093F97);position:absolute;left:0;top:100%;z-index:99999999;-webkit-transform:scale(.8) rotateY(30deg);-ms-transform:scale(.8) rotateY(30deg);-o-transform:scale(.8) rotateY(30deg);transform:scale(.8) rotateY(30deg);opacity:0;filter:alpha(opacity=0);visibility:hidden;box-sizing:border-box;-webkit-transform-origin:center 0;-moz-transform-origin:center 0;-ms-transform-origin:center 0;-o-transform-origin:center 0;transform-origin:center 0;box-shadow:3px 3px 0 rgba(0,0,0,.1);}
.nav_w .head_nav li ul:before {content:'';display:block;width:100%;height:2px;background:linear-gradient(90deg,#2d2b27,#2d2b27);position:absolute;left:0;top:0;}
.nav_w .head_nav>li ul ul {left:100%;top:-15px;}
.nav_w .head_nav li:hover>ul {-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;filter:alpha(opacity=100);visibility:visible;}
/*.nav_w .head_nav li.menu_left ul {left:auto;right:0;}*/
.nav_w .head_nav li.menu_left ul ul {right:102%;}
.nav_w .head_nav li ul,.nav_w .head_nav li li>a:before,.head_nav b:after,.nav_head .btn--search,.nav_head .btn--search:after,.nav_w .head_nav>li>a:after,.nav_head .head-search .search-ipt {-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.fixed-nav {width:100%;}




.fixed-nav .head_layer {background:#1d1e20;}
.fixed-nav .head_layer .logo {height:81px;display:none;}
.fixed-nav .head_layer .nav_w {padding-left:0;}
.fixed-nav .fixed-nav .c-language {padding-top:15px;padding-bottom:15px;}
.fixed-nav .head_layer {width:100%;position:fixed;left:0;top:0;z-index:11;-webkit-transition:none;-o-transition:none;transition:none;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);opacity:1;box-shadow:0 0 1px rgba(0,0,0,.2);}
.fixed-nav .head_nav>li>a,.fixed-nav .head_nav li {-webkit-transition:none;-o-transition:none;transition:none;}
.fixed-nav .nav_w .head_nav li li {font-size:13px;}
.fixed-nav .nav_w .head_nav>li {line-height:75px;}
.fixed-nav .nav_w .head_nav>li>a:after {top:auto;bottom:-1px;}
.fixed-nav-active .head_layer {-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;opacity:1;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;background:linear-gradient(0deg, #0A4098, #0756D2);}
.phone-head-items {display:none;}
@media only screen and (max-width:1700px){
/*.nav_w .head_nav > li > a{padding: 0 5px;}*/
.head_layer .logo {/*height:116px; */padding-right:2.5%}
.head_layer .nav_w {text-align:center;}
.nav_w .head_nav > li {line-height:55px;}
.nav_w .head_nav > li > a {padding:0 10px;}
.nav_w .head_nav > li:last-child > a {padding-right:0;}
/*.nav_head .head_right {position:absolute;right:0;top:0;z-index:5;}*/
.nav_head .c-language {padding:15px 0;}
.fixed-nav .nav_w .head_nav {padding-top:0;}
.fixed-nav .head_right {position:static;}
.fixed-nav .head_layer .nav_w {text-align:left;}
.fixed-nav .nav_w .head_nav > li:first-child > a {padding-left:0;}
.nav_w .head_nav > li > a > em{ font-size:16px;}
}
@media only screen and (max-width:1680px) {	
.head_layer .logo {/*height:116px; */padding-right:2.5%}
.head_layer .nav_w {text-align:center;}
.nav_w .head_nav > li {line-height:55px;}
.nav_w .head_nav > li > a {padding:0 10px;}
.nav_w .head_nav > li:last-child > a {padding-right:0;}
/*.nav_head .head_right {position:absolute;right:0;top:0;z-index:5;}*/
.nav_head .c-language {padding:15px 0;}
.fixed-nav .nav_w .head_nav {padding-top:0;}
.fixed-nav .head_right {position:static;}
.fixed-nav .head_layer .nav_w {text-align:left;}
.fixed-nav .nav_w .head_nav > li:first-child > a {padding-left:0;}
.nav_w .head_nav > li > a > em{ font-size:16px;}
}
@media only screen and (max-width:1600px) {
.nav_head .head_right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
.head_layer .nav_w {
  text-align: right;
}
.nav_w .head_nav {
  padding-top:50px;
}
}
@media only screen and (max-width:1440px) {
.nav_main {width:100%;}
.head_layer .nav_w {padding-left:0%;}
.nav_w .head_nav > li {line-height:30px; padding-bottom:10px;}
.nav_w .head_nav > li > a {padding:0 15px;}
}
@media only screen and (max-width:1400px) {
.nav_main {width:100%;}
.head_layer .nav_w {padding-left:0%;}
.nav_w .head_nav > li {line-height:40px; padding-bottom:10px;}
.nav_w .head_nav > li > a {padding:0 10px;}
}
@media only screen and (max-width:1200px) {.head_layer .logo {padding-right:0;}
.head_layer .logo img {max-height:50px;}
.head_layer .nav_w {padding-left:0;}
.nav_w .head_nav>li>a {padding:0 10px;}
.nav_w .head_nav>li>a>em {font-size:16px;}
}
@media screen and (max-width:1100px) {.nav_w .head_nav>li>a>em {font-size:14px;}
}
@media only screen and (max-width:950px) {.mobile-body-mask {width:100%;height:100vh;background:rgba(0,0,0,0.6);position:fixed;left:0;top:0;z-index:999}
.mobile-ico-close {width:30px;height:30px;position:absolute;right:-30px;top:0;background:#1d1e20;line-height:30px;text-align:center;font-weight:normal;}
.mobile-ico-close:before {content:'\e689';font-family:"iconfont";font-size:20px;color:#fff;}
.sub-content {position:relative;display:block;right:auto;border-radius:0;border:none;box-shadow:none;z-index:99999;}
.c-language-cont li{display: inline-block;
vertical-align: top;
width: 30%;
margin: 0 0 10px;
font-size: 10pt;
overflow: hidden;
padding: 0 10px 0 0;}
.language-flag span{ color:#fff;}

.phone-head-items {position:fixed;top:0;left:0;background:#333;width:100%;height:45px;line-height:45px;text-align:left;display:block;z-index:999;}
.phone-head-item {float:left;width:33.33%;line-height:45px;}
.language-f{line-height:25px;}
.phone-head-item .phone-head-aside {float:right}
.phone-head-item .title {width:100%;overflow:hidden;text-align:center;color:#FFF;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.phone-head-item .title a {position:relative;display:block;color:#FFF;}
.phone-head-item.phone-head-home .title a:before {content:'\f015';font-family:"iconfont";}
.phone-head-item.phone-head-nav .title:before {content:'\e601';font-family:"iconfont";}
.phone-head-item.phone-head-language .title:before {content:"\e85f";font-family:"iconfont";}
.phone-head-item.phone-head-search .title:before {content:"\e6fb";font-family:"iconfont";}
.phone-head-item .phone-head-social .title:before {content:"\f007";font-family:"iconfont";}
.phone-head-item .phone-head-aside .title:before {content:"\f060";font-family:"iconfont";}
.phone-head-item .main-content-wrap {background:#1d1e20;top:0;display:block;z-index:99999;}
.phone-head-item .main-content-wrap .content-wrap {overflow-y:auto;height:100%;padding:15px 10px;background-color:#1d1e20;background:#333;}
.phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {overflow-y:hidden;}
.phone-head-item .side-content-wrap {position:fixed;display:block;left:-90%;width:90%;height:100%;}
.phone-head-item .middle-content-wrap {position:absolute;left:0;width:100%;height:auto;padding:20px 0;opacity:0;visibility:hidden;}
.phone-head-item .middle-show-content-wrap {top:30px;visibility:visible;opacity:1;}
.nav_head .logo {position:relative;display:block;float:none;text-align:center;}
.nav_head {padding:45px 0 0;height:auto;}
.nav_head .nav_w .head_nav,.nav_head .c-language,.nav_head .btn--search {display:none;}
.nav_head .nav_w {position:static;display:none;}
.nav_head .btn--search {right:0;top:-20px;margin:0;}
.nav_head .head-search {display:none;}
.head-search {position:relative;width:90%;height:35px;background:#000;margin:0 auto;}
.head-search .search-ipt {position:absolute;width:100%;height:100%;left:0;top:0;color:#333;padding:0 10px;border:0;background-color:#fff;}
.head-search .search-btn {position:absolute;width:35px;height:100%;border:none;right:0;top:0;display:block !important;background:#2d2b27;}
.head-search .search-btn:before {content:"\e6fb";font-family:"iconfont";font-size:20px;}
.head-search .search-attr {display:none;}
.head-search .search-btn{background-image: url(../images/icon_search.png);
background-repeat: no-repeat;
background-position: center center;}
/* header */
.nav_head {position:static;}
.head_layer {padding-top:5px;padding-bottom:5px;}
.head_layer .logo {height:auto;padding-right:0;}
.head_layer .logo img {max-height:50px;}
.head_layer .nav_main {display:block;background:none;}
.head_top {display:none;}
/*nav */.head_nav {width:100%;}
.head_nav li {position:relative;display:block;width:100%;}
.head_nav > li {border-bottom:1px solid #999;line-height:45px;color:#ddd;}
.head_nav > li:after {content:'\e600';position:absolute;right:0;top:0;font-size:12px;font-family:"iconfont";display:none;}
.head_nav li ul {display:none;width:100%;}
.head_nav li ul li {width:auto;padding:0 10px;font-size:14px;text-transform:lowercase;line-height:30px;}
.head_nav li ul li:before {content:"";width:3px;height:3px;background:#999;border-radius:50%;position:absolute;left:0;top:15px;}
.head_nav li ul li li {line-height:25px;}
.head_nav li ul li li:before {display:none;}
.head_nav > li i{width:20px;height:20px;float:right;margin-top:10px;border:solid 1px rgba(255,255,255,.2);}
.head_nav > li i:before{content:'\e600';position:absolute;right: 3px;
top: -2px;font-size:12px;font-family:"iconfont";}

}
@media only screen and (max-width:767px) {.nav_head .logo img {max-height:50px;width:auto;}
}
@media only screen and (max-width:480px) {
.nav_main,.nav_head .nav_main {width:100%;padding-left:10px;padding-right:10px;}
.head_top {padding-top:15px;padding-bottom:15px;border-bottom-width:1px;}
}
/*-search-*/
.container {position:relative;min-height:100vh;}
.nav-search:before {-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.nav-search,.nav-search .head-search,.nav-search .btn--search-close {-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;}
.nav-search {width:100%;height:102px;position:absolute;left:0;top:158px;z-index:3;opacity:0;visibility:hidden;}
.nav-search:before {content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:#313131;}
.nav-search .head-search {padding:25px;position:relative;z-index:1;}
.nav-search .head-search {text-align:center;-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0;}
.nav-search .search-ipt {display:inline-block;color:#fff;width:50%;max-width:600px;height:50px;background-color:transparent;border:2px solid #999;padding:0 15px;margin-right:-5px;}
.nav-search .search-btn {width:60px;height:50px;background-color:#999;border:0;position:relative;z-index:1;background-position:center;background-repeat:no-repeat;}
.nav-search .search-attr {display:none;}
.nav-search .btn--search-close {display:inline-block;width:45px;height:45px;background-color:#ccc;background-position:center;background-repeat:no-repeat;-webkit-background-size:auto 15px;background-size:auto 15px;border-radius:50%;position:absolute;right:5%;top:50%;margin-top:-22px;cursor:pointer;z-index:2;}
.nav-search .btn--search-close:hover {background-color:#2d2b27;}
.nav-search .btn--search-close:hover {-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
.search--open {opacity:1;visibility:visible;}
.search--open .head-search {opacity:1;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;}
.search--open .btn--search-close {-webkit-animation:bounceInA .4s ease;-o-animation:bounceInA .4s ease;animation:bounceInA .4s ease;}
.fixed-body .nav-search {position:fixed;top:0;}
/*-language-*/
.language-seo {display:none;}
.phone-head-language .language-seo,.c-language .language-seo {display:block}
.c-language .c-language-title,.c-language .c-language-title a {font-size:10pt;}
.c-language .c-language-title {padding:7px 0;}
.c-language .c-language-title a:after {font-family:'iconfont';content:"\e635";font-size:12px;display:inline-block;padding-left:2px;color:#999;}
.c-language:hover .c-language-title a:after {-moz-transform:rotate(-360deg);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg);}
.c-language .c-language-cont {position: absolute;
top: 100%;
right: 0;
width: 360px;
background: linear-gradient(180deg,#595959,#2d2b27);
padding: 20px 10px 20px 20px;
transform: scale3d(0.9,0.9,1);
opacity: 0;
visibility: hidden;
z-index: 999;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;

border-radius: 5px;
overflow-y: scroll;
max-height: 80vh;}


.c-language:hover .c-language-cont {transform:scale3d(1,1,1);opacity:1;visibility:visible;}
.c-language .c-language-cont li {display: inline-block;
vertical-align: top;
width: 30%;
margin: 0 0 10px;
font-size: 10pt;
overflow: hidden;
padding: 0 10px 0 0;}
li.language-flag a {
  position: relative;
}
.language-flag span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1; color:#fff;
  white-space: nowrap;
  padding: 0 0 0 33px;
  overflow: hidden;
}
.c-language .c-language-cont .lang-item-hide {display:none !important;}
.c-language .c-language-cont .more-active {font-size:20px;}
.language-f span {position:relative;display:inline-block;vertical-align:top;*display:inline;*zoom:1;white-space:nowrap;padding:0 0 0 33px;overflow:hidden;color:#fff;font-family:'Helvetica Condensed Bold_0';}
@media screen and (max-width:950px) {.language-f span {color:#fff;}
.head-search .search-btn:before {color:#fff;}
}
.c-language::-webkit-scrollbar {width:5px;}
.c-language::-webkit-scrollbar-track {background-color:#fff;}
.c-language::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,.3);border-radius:3px;}
.c-language .language-cont:hover::-webkit-scrollbar-thumb {display:block}
.language-f .country-f {position:absolute;left:0;top:50%;display:inline-block;vertical-align:top;*display:inline;*zoom:1;background-repeat:no-repeat;background-image:url(../images/flag.png);width:22px;height:16px;margin:-8px 5px 0;}
li.language-f a {position:relative;}
li.language-f a:hover span {color:#a6937c;}
.other{width: 100%;
float: left;
text-align: center;}
.language-flag .country-flag {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  background-repeat: no-repeat;
  background-image: url(../images/all-m.gif);
  width: 22px;
  height: 16px;
  margin: -8px 5px 0;
}

.other a{color: #999;padding-left:5px;padding-right:5px;}
.other a:hover{ color:#fff;}.d2 a:hover{ color:#fff;}
/*按钮*/
.i-more a {position:relative;padding:0 20px;height:50px;line-height:50px;color:#fff;background:linear-gradient(90deg,#5E82C1,#093F97);border-radius:5px;transition:ease all 0.4s;-webkit-transition:ease all 0.4s;-moz-transition:ease all 0.4s;-o-transition:ease all 0.4s; display:inline-block;}
.i-more a:hover {padding:0 50px;color:#fff;border-radius:5px;background:linear-gradient(90deg,#5E82C1,#093F97);}
.i-more a:hover::after {width:100%;border-color:#2d2b27;border-radius:5px;background:#2d2b27;}
.i-more a i {z-index:1;position:relative;}
@media screen and (max-width:768px) {.i-more {text-align:center;}
}
/*底部版权*/
footer {background-size:cover;position:relative;overflow:hidden;background:url(../images/footbg.png) #2d2b27 no-repeat bottom center;padding-bottom:40px; clear:both; margin-top:50px;}
footer .footer-head {padding-top:40px;}
footer .footer-main .telbl {width:100%;margin:20px 0 0 0;text-align:center;}
footer .footer-main .telbl .d2 {line-height:30px;color:#999;display:flex;width:auto;display:inline-block;}
footer .footer-main .telbl .d2 label {display:inline-block;vertical-align:top;min-width:70px;text-align:right;}
footer .copyright {padding:10px 0;width:100%;display:inline-block;line-height:28px;text-align:center;color:#999;}
@media screen and (max-width:1300px) {footer .footer-main dl dt {font-size:20px;line-height:35px;}
footer .footer-main dl dd {font-size:14px;line-height:30px;}
footer .telbl .d1 {font-size:20px;line-height:35px;}
footer .telbl .d2 {font-size:14px;line-height:30px;}
}
@media screen and (max-width:768px) {footer .footer-head {padding-top:0;}
footer .footer-main .telbl {width:100%;margin:20px 0 0 0;text-align:left;}
footer .footer-main dl {margin-left:0;float:none;width:100%;}
footer .footer-main .telbl .d2 label {text-align:left;}
footer .copyright{font-size:12px;}
}
/*社交分享链接*/
.social-link {width:100%;text-align:center;}
.social-link li{display: contents;}
.social-link a {color:#fff;margin-left:4px;display:inline-block;width:40px;height:40px;line-height:40px;background-color:#333;text-align:center;border-radius:28px;font-size:22px;}
.social-link a:hover {background-color:#a6937c;}
@media screen and (max-width:768px) {
.social-link {margin-top:20px;}
.social-link a {width:35px;height:35px;line-height:35px;}

}
/*返回顶部*/.scroll {width:40px;height:40px;color:#fff;line-height:42px;text-align:center;position:fixed;right:50px;bottom:150px;cursor:pointer;background-color:rgba(166,147,124,0.5);border-radius:4px;z-index:10;}
.scroll i {font-size:28px;}

/*移动端侧边,底部折叠*/
.sidebar-block-but,.footer-content-but {display:none;}
.f-ke{display:none;}
@media screen and (max-width:768px) {.footer-middle {padding-top:10px;}
.inner-message {margin-bottom:0;}
.sidebar-block-but,.footer-content-but {position:relative;padding:10px 40px 10px 0px;display:block;}
.sidebar-block-but span,.footer-content-but span {text-transform:uppercase;line-height:20px;color:#999;}
.sidebar-block-but button,.footer-content-but button {position:absolute;top:9px;right:5px;width:30px;height:24px;border:0;color:#666;display:inline-block;border-radius:0;line-height:24px;background:none;}
.sidebar-block-but button i,.footer-content-but button i {font-size:20px;position:relative;}
.sidebar-block-but button i::after,.footer-content-but button i::after {content:"\e660";font-family:"iconfont";}
.sidebar-block-but.expand button,.footer-content-but.expand button {transform:rotateZ(180deg);}
.sidebar-box,.footer-main {display:none;}
.sidebar-box.expand,.footer-main.expand {display:block;}
.f-ke {width:100%;float:left;position:fixed;bottom:0;height:40px;line-height:30px;display:block;z-index:99999;}
.f-ke ul li {width:50%;float:left;text-align:center;line-height:40px;background-color:#333;}
.f-ke ul li.f-ke_a {background-color:#a6937c;}
.f-ke ul li a {color:#fff;}
}

/****内页*******************/
.pagination {
	margin:0px auto 50px auto;
	padding-top:40px;
	clear:both;
	width:100%;
}

.pagination ul {
	width:100%;
	display: inline-block;
	*display: inline;
	margin-bottom: 0;
	/*margin-left: 0;*/
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	*zoom: 1;
	text-align:center;
	/*-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05)*/
}

.pagination ul li {
	display: inline-block;
	border:#e0e0e0 1px solid;
	background:#FFF;
	padding:6px 16px;
	margin:0 5px
}
.pagination ul li a{
	display:block;
}
.pagination ul li.ctxt{
	background:#053F97!important;
	border:#053F97 1px solid;
	color:#FFF;
}
.pagination ul li.ctxt a{
	color:#FFF;
}
.pagination a.active {
	display:block;
    color: #fff;
    background-color: #053F97;
	width:100%;
}
.pagination ul li:hover{
	border:#053F97 1px solid;
	color:#053F97
}
.pagination ul li:hover a{
	color:#053F97
}
.pagination ul li.ctxt:hover{
	color:#FFF!important
}

.proNavbox{height:80px;position:relative;margin-bottom:60px; background:#FFF; clear:both;}
.proNavbox .proNav{height:80px;box-shadow:0 1px 2px rgba(0,0,0,0.05);border-bottom:1px solid #ededed;color:#333}
.proNavbox .proNav.open:after{content:"";position:absolute;background:url("c_zz.png");width:2000px;height:100000px;top:50px;left:0;z-index:-1;}
.proNavbox .proClass{display:inline-block;position:relative;margin-right:30px}
.proNavbox .proClass .name{position:relative;border:1px solid #eee;width:80px;height:80px;line-height:80px;text-align:center;display:inline-block;background:white;z-index:1;border-top:none;border-bottom:none}
.proNavbox .proClass .name img{width:32px;display:inline-block; margin-top:25px;}
.proNavbox .proClass .name span{display:block;text-align:center;font-size:12px;color:#333;position:absolute;bottom:0;left:0;width:100%;line-height:12px;display:none}
.proNavbox .proClass .name .shetou{position:absolute;width:36px;bottom:-9px;left:50%;margin-left:-18px}
.proNavbox .proClass .list{display:none;border:1px solid #eee;background:white;width:260px;padding:15px 10px;position:absolute;top:80px;}
.proNameBox {float:left; line-height:80px;/* padding-top:5px; */font-size:15px;/* font-family:arial; */color:#000; text-transform:capitalize; }
.proNameBox a{color:#424242;background:linear-gradient(0deg,#FFF,#e0e0e0);  display:block; float:left; padding:0 20px; margin:0 0.5px; position:relative;}
.proNameBox a span{position:absolute; bottom:0; width:100%; height:2px; background:#053F97; left:0;opacity:0;}
.proNameBox a:hover,.proNameBox a.cur{ color:#053F97;background:linear-gradient(0deg,#f9f9f9,#e0e0e0);}
.proNameBox a:hover span{opacity:1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.proNameBox a.cur span{opacity:1;}
.proNameBox span,.loca span{ font-family:'宋体'; padding:0 5px}
.loca{ float:right; font-size:14px; margin-top:35px; color:#888888; text-transform:capitalize}
.loca a{ color:#888888}
.loca img{ vertical-align:middle; margin-bottom:5px}
.proClass {float:left;}
/***产品列表***/
.prolist{
	clear:both;
}
.prolist li{
	margin:0;
	padding:0;
	width:calc((100% - 90px) / 4);
	margin-right:30px;
	margin-bottom: 2%;
	float:left;
	overflow:hidden;
	text-align:center;
	border:#e0e0e0 1px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	border-radius:0px;
	-webkit-box-shadow:0 15px 15px rgba(0,0,0,.1);
	box-shadow:0 15px 15px rgba(0,0,0,.1);
	background:#FFF; 
	transition: all linear 0.3s;
}
.prolist li:nth-child(4n){
	margin-right:0;
}
.prolist li:hover{
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-webkit-box-shadow:0 15px 15px rgba(0,0,0,.2);
	box-shadow:0 15px 15px rgba(0,0,0,.2);
}
.prolist li.item .pimg::before,.prolist li.item .pimg::after {bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:all 0.5s ease 0s;z-index:1;}
.prolist li.item .pimg:hover::after {background-color:rgba(255,255,255,0.3);bottom:50%;top:50%;}
.prolist li.item .pimg:hover::before {background-color:rgba(255,255,255,0.3);left:50%;right:50%;}
.prolist li.item .pimg{
	position:relative;
	overflow:hidden;
}
.prolist li.item .pimg img {
	width:100%;
	transition:ease all 0.4s;
	-webkit-transition:ease all 0.4s;
	-moz-transition:ease all 0.4s;
	-o-transition:ease all 0.4s;
}
.prolist li.item:hover .pimg img {
	opacity:0.8;
	transform:scale(1.1)
}
.prolist li .pro-footer .left{
	height:60px;
	line-height:60px;
	width:80%;
	float:left;
	text-align:left;
	padding-left:15px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.prolist li .pro-footer .right{
	height:60px;
	width:15%;
	float:right;
	margin-right:15px;
	background:url(../images/case_jt.png) no-repeat right center;
}
.prolist li:hover .pro-footer .left a{
	color:#053F97;
}
.prolist li:hover .pro-footer .right{
	background:url(../images/case_jt_on.png) no-repeat right center;
}
/******新闻***************************/
.list_arcticle{
	clear:both;
}
.news_ul{
	clear: both;
}
.news_ul li{
	float: left;
	width:calc((100% - 70px) / 3); 
	margin-right: 35px; 
	margin-bottom:30px; 
	background:#FFF;
	border:#f0f0f0 1px solid;
	box-shadow: rgba(0,0,0,0.05) 0 8px 20px;
	transition: all linear 0.5s;
}
.news_ul li:hover{
	box-shadow:0 15px 15px rgba(0,0,0,.15);
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.news_ul li:nth-child(3n){
	margin-right: 0px;
}
.news_ul li h5{
	text-align: left;
	font-size: 18px!important;
	color: #333;
	width:100%;
	padding:20px 20px 0 20px;
	display:block; 
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-weight:normal
}
.ceshi{
	text-align: left;
	font-size: 18px!important;
	color: #333;
	width:100%;
	padding:20px 20px 0 20px!important;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	border:#000 1px solid;
}
.news_ul li .main_pic{
	width: 100%; 
	position: relative;
	overflow:hidden
}
.news_ul li .main_pic img{
	width: 100%;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.news_bg{
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.6); 
	opacity: 0.1; 
	position: absolute;
	top: 0; 
	left: 0; 
	transition: 0.5s;
}
.news_ul li:hover .news_bg{ 
    opacity: 0;
}
.news_ul li h6{ 
    text-align: left; 
	font-size: 14px; 
	color: #999; 
	margin-top: 15px; 
	height: 50px; 
	overflow: hidden; 
	font-weight:normal;
	margin-bottom:10px;
	padding:0 20px;
}
.date{
	position: relative; 
	width: 100%; 
	height: 60px; 
	line-height: 60px;
	border-top: 1px solid #e3e3e3;
	padding:0 20px
}
.date span{
	transition: 0.5s; 
	font-size: 14px;
	color: #878787;
}
.date .more2{ 
    border-bottom: 0; 
	margin-top: 0px; 
	color: #878787;
}
.news_ul li:hover .main_pic img{ 
    -webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
.news_ul li:hover .date .more2,.news_ul li:hover .date .more2 a{ 
    color: #F08519; 
	padding-right:5px;
}
.news_ul li:hover h5{
	color: #F08519;
}
.news_ul li .date:after {
    position: absolute;
    display: block;
    width: 0;
    height: 1px;
    background: #F08519;
    content: "";
    left: 0;
    top: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news_ul li:hover .date:after{ 
    width: 100%;
}

.shownews{
	/*width:1000px;*/
	margin:0 auto;
	/*overflow:hidden;*/
	clear:both;
	/*margin-top:100px;*/
}
.shownews .l{
	float:left;
	width:320px;
	color:#696969;
	font-size:24px;
	font-weight:300;
}
.shownews .l span{
	display:block;
	font-size:14px;
}
.shownews .l h3{
	height:80px;
	line-height:80px;
	background:#072750;
	color:#FFF;
	text-align:center;
	font-size:24px;
}
.shownews .l ul{
	border-left:#e0e0e0 1px solid;
	border-right:#e0e0e0 1px solid;
}
.shownews .l ul a{
	display:block;
	font-size:16px;
	background:url(../images/arr-rt-b.png) no-repeat 92% center #FFFF;
	border-bottom:#e0e0e0 1px solid;
	line-height:60px;
	padding-left:20px;
	color:#202020;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
}
.shownews .l ul a:hover{
	background:url(../images/arr-rt-w.png) no-repeat 92% center #909090;
	color:#FFF;
}
.shownews .r{
	width:calc(100% - 380px);
	float:right;
	background:#FFF;
	padding:40px 40px 0 40px;
	border:#f0f0f0 1px solid;
	box-shadow: rgba(0,0,0,0.08) 0 8px 20px;
	border-radius:3px;
	margin-bottom:50px;
}
.shownews .r .tit{
	font-size:24px;
	overflow:hidden;
	font-weight:400;
	letter-spacing:2px;
	color:#322D2A;
	/*margin-bottom:60px;*/
	padding-bottom:20px;
}
.shownews .r .newscon{
	width:100%;
	clear:both;
}
.shownews .r .newscon p{
	margin-bottom:20px;
	color:#000;
	line-height:220%;
	font-size:16px;
	font-weight:300;
}
.shownews .r .newscon img{
	max-width:100%;
	/*min-width:960px;*/
	margin-bottom:10px;
}
.newsbot{
	width:100%;
	clear:both;
	margin-top:50px;
	margin-bottom:100px;
	padding-top:10px;
	border-top:#cecece 2px solid;
	text-align:right;
}
.newsbot a{
	display:inline-block;
}
.newsbot a:first-child{
	float:left;
	width:80px;
	height:28px;
	background:#072750;
	color:#FFF;
	text-align:center;
	line-height:28px;
	margin-top:10px;
}
.newsbot a:first-child:hover{
	background:#F08519;
	color:#FFF;
}
.newsbot a:hover{
	color:#F08519;
}
.newsbot a.close{
	margin:0 20px;
}
.share{width: 100%;clear:both; height:30px; margin-bottom:60px;border-bottom:#cecece 1px solid; padding-bottom:10px;}
.share p{float: left;overflow: hidden;}
.share p span{display: block;font-size: 14px;color: #999999;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.share p span:first-child{padding-left: 0;border-left: none;}
.share p span #cntrHits{ float:right;}
.share ul{float: right;}
.share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.share li img{display: block;}
.table-c{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.table-c table{
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
.table-c table td{
	border-left:1px solid #e0e0e0;
	border-top:1px solid #e0e0e0;
	padding:10px;
}
/******产品详情***********/
.product{
	clear:both;
	overflow:;
}
.product .leftsort{
	width:280px;
	float:left;
}
.product .rightpro{
	width:calc(100% - 330px); 
	float:right;
	min-height:600px; 
	margin-bottom:60px; 
	background:#FFF; 
	padding:0 50px 30px 50px;
}
.product .righttitle{
	line-height:60px;
	border-bottom:#e0e0e0 1px solid; 
	margin-bottom:30px;
	margin-top:20px;
	position:relative;
	background:url(../images/ico9.png) no-repeat left 20px; 
	padding-left:35px;
	font-size:20px;
	color:#666;
}
.product .righttitle span{
	display:block;
	position:absolute; 
	width:22px;
	height:3px; 
	background:#F08519; 
	left:0;
	top:59px;
}
.product .protop{
	clear:both; 
	width:100%
}
.product .protop .proimg{
	width:400px;
	float:left;
	box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.product .protop .proimg img{
	width:100%;
	display:block;
}
.product .protext{
	width:calc(100% - 450px);
	float:right; 
	position:relative;
	/*height:400px;*/
}
.product .protext h4{
	font-size:24px;
	font-weight:normal
}
.product .protext h5{
	font-size:20px;
	font-weight:normal;
	margin-top:10px;
}
.product .protext .intro{
	margin-top:20px;
	font-size:15px;
	line-height:220%; 
	color:#666; 
	border-top:#e9e9e9 1px solid; 
	border-bottom:#e9e9e9 1px solid; 
	padding:20px 0;
}
.product .protext .tubiao{
	position:absolute;
	bottom:0;
}
.product .protext .tubiao a.lianxi{
	display:inline-block; 
	width:140px; 
	height:40px; 
	border:#F08519 2px solid; 
	border-radius:40px; 
	text-align:left;
	line-height:36px; 
	background:url(../images/right_pic7.png?=2.1) no-repeat 20px 8px; 
	background-size:23px 20px; 
	padding-left:55px;
	margin-right:20px;
	color:#F08519;
}
.product .protext .tubiao a.lianxi:hover{
	background:url(../images/right_pic7_on.png?v=2.1) no-repeat 20px 8px; 
	background-size:23px 20px; 
	border:#0061AE 2px solid;
	color:#0061AE
}
.product .protext .tubiao a.zixun{
	display:inline-block; 
	width:140px; 
	height:40px; 
	border:#F08519 2px solid; 
	border-radius:40px; 
	text-align:left;
	line-height:36px; 
	background:url(../images/zixun.png?v=2.1) no-repeat 20px 8px; 
	background-size:23px 20px; 
	padding-left:55px;
	margin-right:20px;
	color:#F08519
}
.product .protext .tubiao a.zixun:hover{
	background:url(../images/zixun_on.png?v=2.1) no-repeat 20px 8px; 
	background-size:23px 20px; 
	border:#0061AE 2px solid; 
	color:#0061AE
}
.product .canshu{
	padding-top:50px; 
	clear:both; 
	overflow:hidden;
	margin-bottom:50px;
}
.product .side { width:100%; float:left;}
.product .side .tit { background:#093F97; color:#FFFFFF; padding:21px 0px; text-align:center}
.product .side .tit em { display:block; font-size:18px; font-weight:normal; font-family:"Helvetica Condensed Bold_0"}
.product .side .tit strong { display:block; font-size:20px; font-weight:normal; }
.product .side .con { /*background:#cf1c1e; padding:20px;*/ padding-top:0px; }
.product .side .con dt a { display:block; height:50px; line-height:50px; font-size:16px; padding:0 20px; background:url(../images/product_side_dt_ico.png) no-repeat 90% 50% #FFFFFF; margin-top:10px; }
.product .side .con dt a.cur,.product .side .con dt a:hover{background:url(../images/product_side_dt_ico_on.png) no-repeat 90% 50% #5E82C1; color:#FFF }
.product .side .con dd { background:url(../images/product_side_dd_dot.png) no-repeat 2% 50%; width:100%; margin:0 }
.product .side .con dd a { display:block; height:49px; line-height:50px; font-size:14px; padding:0 20px; background:url(../images/product_side_dd_ico.png) no-repeat 88% 50% #FFF; color:#424242; border-bottom:1px solid #e0e0e0; }
.product .side .con dd a:hover,.product .side .con dd a.cur{background:url(../images/product_side_dd_ico_on.png) no-repeat 88% 50% #FFF; color:#F08519;}
.product .list {width: 940px;float: left;}
.product .list ul.picture { margin:8px 0 14px 6px; font-size:0; }
.product .list ul.picture li { width:33.33333333%; display:inline-block; box-sizing:border-box; padding:8px 0 8px 16px; position:relative; }
.product .list ul.picture li a { display:block; font-size:16px; box-shadow:1px 5px 20px rgba(0,0,0,0.02); }
.product .list ul.picture li a .img { height:250px; text-align:center; overflow:hidden; background:#FFFFFF; }
.product .list ul.picture li a .img i { display:inline-block; vertical-align:middle; height:100%; }
.product .list ul.picture li a .img img { display:inline-block; vertical-align:middle; max-width:90%; max-height:90%; transform:scale(1.1); transition:all .5s ease; }
.product .list ul.picture li a .txt { background:#c0c0c0;color:#424242; height:50px; line-height:50px; padding:0 20px; transition:all .5s ease; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; font-size:15px;}
.product .list ul.picture li a .txt i { float: right; width:20px; height:20px; margin:15px 0; border:1px solid #fff; background:url(../images/cate_arrow.png) no-repeat center center; transition:all .5s ease; }
.product .list ul.picture li a:hover { box-shadow:0 16px 70px rgba(0, 0, 0, 0.1); }
.product .list ul.picture li a:hover .img img { transform:scale(1.3); }
.product .list ul.picture li a:hover .txt { background:#0061AE; color:#FFFFFF; }
.product .list ul.picture li a:hover .txt i { background-image:url(../images/cate_arrow_on.png); border-color:#FFFFFF; }

.canshu table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse:collapse;
  width: 100%;
}
.canshu table td{
  border: 1px solid #ddd;
  padding: 15px;
  line-height:160%;
}
.canshu table tr:nth-child(odd){background-color: #f2f2f2;}
.BoxSha10 {
  box-shadow: rgba(0,0,0,0.1) 0 8px 20px;
}
.hotpro{
	clear:both;
	/*overflow:hidden;*/
	width:100%;
	margin-top:50px;
}
.hotpro ul{
	padding:10px 0 0px 0
}
.hotpro ul li{
	width:calc((100% - 60px) / 3);
	float:left;
	margin-right:30px;
	margin-bottom:30px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
	text-align:center;
}
.hotpro ul li:nth-child(3n){
	margin-right:0;
}
.hotpro ul li img{
	display:block;
	width:100%;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hotpro ul li .hotimg{
	position:relative;
	overflow:hidden;
	border:#f0f0f0 1px solid;
	margin-bottom:10px;
	box-shadow:0 15px 15px rgba(0,0,0,.1);
}
.hotpro ul li:hover{
	position:relative;
	overflow:hidden;
	/*box-shadow:0 15px 15px rgba(0,0,0,.15);*/
	transform:translateY(-10px);
	-webkit-transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.hotpro ul li:hover .hotimg img{
    -webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
.inquire_form .btn{
	width:10%;
	background:#0061AE; 
	line-height:40px;
	height:40px; 
	border:0;
	color:#FFF;
	border-radius:3px;
	float:right;
	cursor:pointer;
	font-size:15px;
	letter-spacing:2px;
}
.inquire_form .btn2{
	width:10%;
	background:#909090; 
	line-height:40px;
	height:40px; 
	border:0;
	color:#FFF;
	border-radius:3px;
	float:right;
	margin-left:20px;
	cursor:pointer;
	font-size:15px;
	letter-spacing:2px;
}
.inquire_form .btn:hover,.inquire_form .btn2:hover{
	background:#F08519;
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.dbl {
  display: block;
}

.dbi {
  display: inline-block;
}

.tec {
  text-align: center;
}

.w100 {
  width: 100%;
}
input::-webkit-input-placeholder{
	color:#999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}

textarea::-webkit-input-placeholder{
	color:#999;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#999;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#999;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#999;
}
.form-control{
	color:#2F2725;
}

.form-control{
	border:0;
	border:#DCDCDC 1px solid!important;
	width: 100%;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0); 
	margin-bottom:20px; 
	padding:16px 20px 16px 20px;
	font-family:arial;
	font-size:15px;
	color:#666;
}
.form-group{
	width:50%;
	float:left;
	padding-left:0px;
}
.form-control.input1{
	background:url(../images/proDetailsLy_icon01.png) no-repeat 96% center;
}
.form-control.input2{
	background:url(../images/proDetailsLy_icon02.png) no-repeat 96% center;
}
.form-control.input3{
	background:url(../images/proDetailsLy_icon03.png) no-repeat 96% center;
}
.form-control.input4{
	background:url(../images/proDetailsLy_icon04.png) no-repeat 96% center;
}
.form-control.input5{
	background:url(../images/proDetailsLy_icon05.png) no-repeat 98% 20px;
}
.list_case{
	width: 100%;
	padding-top:0px;
}
.caselist{
	width:100%;
	padding:0;
	clear:both;
	overflow:hidden;
	/*margin-top:40px;*/
	font-size:0;
	text-align:center;
}
.caselist ul li{
	/*display:inline-block;*/
	width:calc((100% - 90px) / 4);
	position:relative;
	background:#FFF;
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	background:#f5f5f5;
	transition: all linear 0.3s;
}
.caselist ul li:nth-child(4n){
	margin-right:0;
}
.sub .caselist ul li{
	width:calc((100% - 60px) / 3);
}
.sub .caselist ul li:nth-child(4n){
	margin-right:30px;
}
.sub .caselist ul li:nth-child(3n){
	margin-right:0;
}
.sub .wrapper{
	width:100%;
	min-width:100%;
	max-width:100%;
}
.caselist ul li .caseimg{
	width:100%;
	position:relative;
	overflow:hidden;
	z-index: 1;
	box-shadow: rgba(0,0,0,0.10) 0 8px 20px;
	border:#f0f0f0 1px solid;
	background:#FFF;
}
.caselist ul li .caseimg img{
	width:100%;
	transition: 0.5s;
}
.caselist ul li:hover .caseimg img{
	opacity: 1;
    transform: scale(1.1);
}
.caselist ul li .content {
    /*position: absolute;*/
    width: 100%;
    /*top: 50%;
    transform: translateY(-50%);*/
    z-index: 999;
    padding:0 0px;
    box-sizing: border-box;
    text-align: center;
	
}
.caselist ul li .content h2 {
    margin: 0 0 0px 0;
    padding-top:10px;
    /*color: #fff;*/
    transition: 0.5s;
    /*transform: translateY(-50px);
    opacity: 0;
    visibility: hidden;*/
    font-size: 15px;
	font-weight:normal;
	/*height:60px;
	line-height:60px;*/
	background:#FFF;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.caselist ul li .content h3 {
    margin: 0 0 0px;
    /*padding: 1rem 0 3rem;
    color: #fff;*/
    transition: 0.5s;
    /*transform: translateY(-50px);
    opacity: 0;*/
    visibility: hidden;
    font-size: 15px;
	display:none;
}
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
	top: 0;
	left: 0;
	z-index: 1000
}

.modal {
	background: #000;
	width: 720px;
	height: 405px;
	position: fixed;
	_position: absolute;
	display: none;
	z-index: 1001;
	overflow:hidden;
}

.modal .close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 24px;
	z-index: 2
}

.modal iframe {
	z-index: 1
}

.modal .close a:link,.modal .close a:visited {
	color: #666;
	text-decoration: none
}

.modal .close a:hover,.modal .close a:active {
	color: #333;
	text-decoration: none
}
/*******招聘***********/
.hrsearch{
	clear:both;
	margin-bottom:50px;
	text-align:center;
}
.hrinput{
	width:750px;
	height:40px;
	line-height:40px;
	border:#e0e0e0 1px solid!important;
	border-right:0!important;
	border-radius:50px 0 0 50px!important;
	padding-left:60px;
	background:url(../images/searchBtn.png) no-repeat 20px center #FFF;
	font-size:15px;
}
.hrsubmit{
	width:120px;
	height:40px;
	line-height:40px;
	background:#053F97;
	color:#FFF;
	border-radius:0 50px 50px 0!important;
	font-size:15px!important;
}
#faq li{
	border-bottom:#f0f0f0 1px solid;
	overflow:hidden;
}
#faq li:first-child{
	border-top:#f0f0f0 1px solid;
}
#faq dt{font-weight:bold;cursor:pointer; padding:24px 20px; color:#000; font-size:20px; background:#FFF;}
#faq dt:hover,#faq dt:hover .guanbi{
	background:#EAF1FE;
}
#faq dt p{
	font-size:14px;
	font-weight:normal;
}
#faq dt p span{
	float:right;
	color:#808080;
}
#faq dt p i{
	display:inline-block;
	padding:0 10px;
	color:#D9D9D9;
	font-size:12px;
}
#faq dd{display:none; background:#f9f9f9; padding:20px 20px 0 20px; font-size:14px; color:#000;}
#faq .guanbi{
	width:100%;
	height:20px;
	background:url(../images/arr-rt-u.png) no-repeat center center;
	cursor:pointer;
	margin-top:20px;
	/*display:none;*/
}
#faq .guanbi:hover{
	background:url(../images/arr-rt-u.png) no-repeat center center #EAF1FE;
}
.subpage{
	font-size:16px;
	line-height:200%;
}
.infomap{
	padding:15px!important;
}