* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a{
    color: #666;
}
a:hover{
    color: #003d86;
}
u{text-decoration: none;}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
select,
input,
textarea{
    outline: none;
}

h1,h2,h3,h3,h4,h5,h6{font-weight: normal;}

body{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
}
.wrap,
.wp{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
p{color: #999;}


/*
-----------------[slick]--------------*/

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*
-----------------[flexslider]--------------*/

/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}


.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



#fd{
    background-color: #f2f2f2;
}

.fd-info .wp{
    /*background: url(../images/line.gif) repeat-y left top;*/
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
}
.quick-link,
.find-us,
.fd-qr{
    display: inline-block;
    margin-right: -6px;
    vertical-align: top;
}
.fd-qr{
    padding-left: 32px;
    width: 385px; 
}
.quick-link,
.find-us{
    padding-left: 5%;
}
.quick-link{
    width: 373px;
}
.find-us{
    width: 445px;
}
.fd-qr p{font-size: 12px;color: #000;padding-left: 20px;}
.fd-qr .tel-a{background: url(../images/tel1.png) no-repeat left 50%;}
.fd-qr em{font-size: 28px;color: #000;}
.phone-a{padding: 10px 0 36px 0;}
.fd-qr .qr{
    display: inline-block;width: 120px;text-align: center;
}
.fd-qr .qr u{color: #666;padding-top: 16px;display: inline-block;font-size: 12px;}
.fd-info h3{font-size: 16px;color: #000;text-transform: uppercase;margin-bottom: 30px;}
.quick-link a{
    display: inline-block;
    width: 130px;
    background: url(../images/ar_1.png) no-repeat left 50%;
    padding-left: 20px;
    margin-bottom: 24px;
    color: #999;
}
.quick-link a:hover{color: #062f5f;}
.find-us p{margin-bottom: 20px;line-height: 2;padding-left: 30px;}
.find-us .s1{background: url(../images/loc1.png) no-repeat left 7px;}
.find-us .s2{background: url(../images/tel2.png) no-repeat left 7px;}
.find-us .s3{background: url(../images/mail.png) no-repeat left 7px;}
.find-us .s4{background: url(../images/weixin.png) no-repeat left 7px;}
.find-us .s5{background: url(../images/dianhua.png) no-repeat left 7px;}
.fd-copy{border-top: 1px solid #ccc;padding: 20px 0;color: #666;font-size: 12px;text-transform: uppercase;}
.fd-share{float: right;}
/*å¤´éƒ¨*/
#top{
    background-color: #f2f2f2;
    height: 48px;
    position: relative;
    z-index: 9999;
}
#top .topr{
    float: right;
    padding-right: 13px;
    padding-left: 10px;
    background: url(../images/line4.gif) no-repeat left top;
}
#top .wp:before,
#top .wp:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

#top .wp:after{
  clear: both;
}


#top .wp{
    zoom: 1;
    padding-right: 10px;
    background: url(../images/line4.gif) no-repeat right top;
}

#top .lan{
    background: url(../images/ico_earth.png) left 15px no-repeat;
    padding-left: 34px;
    color: #999;
    display: inline-block;
    line-height: 30px;
    margin-left: 38px;
    margin-right: 15px;
    float: left;
    position: relative;
    width: 110px;
    height: 48px;
    display: block;
}
#top .lan ul{
    width: 90px;
    height: 48px;
    position: absolute;
    right: -1px;
    top: 0;
    overflow: hidden;
}
#top .lan li a{
    color: #999;
    line-height: 48px;
    display: block;
    padding: 0 13px 0 15px;
}
#top .lan ul{
    background: url(../images/ico_arr.png) 98% 20px no-repeat;
}
#top .lan li a em{
    padding-right: 22px;

}
#top .lan ul:hover{
    background-color: #f2f2f2;
}   
#top .lan li a:hover{
    color: #062f5f;
}


#top a:hover{color: #062f5f !important;}



/*æ‰‹æœºå¤´éƒ¨*/
.m-bar{
    height: 60px;
    background-color: #fff;
}
.logo-m{
    width: 75%;
    display: inline-block;
    float: left;
    margin-left: 10px;
    height: 60px;
    line-height: 60px;
}
.logo-m img{
    height: 40px;
    display: inline-block;
    z-index: 60;
    vertical-align: middle;
}
.m-hd{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 4px 5px -2px rgba(0,0,0,.2);
    z-index: 1000000;
}
.m-nav{
    clear: both;
    top: 60px;
    left: 0;width: 100%;
}
.m-nav a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: left;
    border-top: 1px solid #e0e0e0;
    font-size: 15px;
    background-color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    color: #333;
}

.m-trigger{
    height: 60px;
    cursor: pointer;
    width: 60px;
    float: right;
    background: url(../images/menu.png) no-repeat center center;
    -webkit-background-size: 25px;
    -moz-background-size: 25px;
    -o-background-size: 25px;
    background-size: 25px;
}
.m-nav{display: none;}
.m-sub{
    display: none;
}
.m-sub a{font-size: 14px;padding: 0 30px;background-color: #F1F1F1;border-top-color: #efefef;}

.m-show{display: none;}

#hd{
    position: relative;
    background-color: #fff;
    height: 99px;
    border-bottom: 1px solid #e8e8e8;
    z-index: 9998;
}
#hd .logo{
    float: left;
}
#hd .logo a{
    display: block;
    line-height: 99px;
}
#hd .logo a img{
    display: inline-block;
    vertical-align: middle;
}




#nav{
    float: right;
	text-transform:capitalize;
}
#nav ul{
    text-align: right;
}
#nav ul li{
    display: inline-block;
    padding-top: 38px;
    position: relative;
}

#nav ul li a.a1{
    display: inline-block;
    padding: 0 12px;
    line-height: 44px;
    font-size: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #222;
}
#nav li.on .a1,
#nav .arrow-down .a1,
#nav ul li a.a1:hover{
    color: #003d86;
    background: url(../images/line2.gif) repeat-x left bottom;
}
#nav .has-sub{
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 98px;
    width: auto;
    overflow: hidden;
    box-shadow:2px 3px 11px 1px rgba(0,0,0,.18);
    display: none;
    text-align: left;
}
#nav .about-snv{
    /*width: 200px;*/
}
#nav .service-snv a,
#nav .about-snv a{
    text-transform: uppercase;
    width: 200px;
    display: block;
    font-size: 12px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    color: #666666;
	overflow: hidden;
}

#nav .service-snv{
    /*width: 160px;*/
}
#nav .service-snv a{
    width: 160px;
    text-align: center;
}
#nav .service-snv a:hover,
#nav .about-snv a:hover{
    background-color: #003d86;
    color: #fff;
}


#nav .nav-info{
    overflow: hidden;
    border-left: 1px solid #e2e2e2;
    padding-left: 7%;
}
#nav .nav-info .pic{
    float: right;
    width: 45%;
}
#nav .nav-info .txt{
    padding-right: 9%;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    line-height: 28px;
}
#nav .nav-info .txt h3{
    background: url(../images/arr01.png) left center no-repeat;
    padding-left: 26px;
    margin-bottom: 20px;
}
#nav .nav-info .txt p{
    padding-left: 14px;
}
#nav .pro-snv dl{
    float: left;
    width: 16%;
    padding: 0 20px;
}
#nav .pro-snv dl dt span{
    line-height: 110px;
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 10px;
}
#nav .pro-snv dl dt span img{
    display: inline-block;
    vertical-align: middle;
}
#nav .pro-snv dl dt h3{
    width: 112px;
    font-size: 16px;
    font-weight: bold;
    color: #003d86;
    margin: 0 auto;
    border-bottom: 2px solid #003d86;
    line-height: 32px;
    text-align: center;
}
#nav .pro-snv dl dd{
    padding-left: 10px;
    width: 112px;
    margin: 0 auto;
}
#nav .pro-snv dl:first-child dd{
    padding-left: 24px;
}
#nav .pro-snv dl:last-child dd{
    padding-left: 0;
    width: 130px;
}
#nav .pro-snv dl dd a{
    display: block;
    background: url(../images/snv_arr.png) no-repeat;
    line-height: 30px;
    padding-left: 14px;
    background-position: -110px 13px;
}
#nav .pro-snv dl dd a:hover{
    background-position: 0 13px;
}
.pro-snv .wp:before,
.pro-snv .wp:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
#nav .pro-snv{
    width: 1086px;
    margin-left: -660px;
}

.pro-snv .wp:after{
  clear: both;
}

.pro-snv .wp{
  zoom: 1;
}
.pnv-l{
    float: left;
    width: 300px;
    border: 1px solid #c8c8c8;
}
.pnv-r{
    overflow: hidden;
    padding: 20px 30px 0 20px;
}

.pnv-r .link{
    padding: 20px;
    font-size: 0;
}
.pnv-r .link a{
    background: url(../images/snv_arr.png) no-repeat;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    padding-left: 14px;
    background-position: 0 -72px;
    width: 33.33333%;
    font-size: 14px;
}
.pnv-r .link a:hover{
    background-position: 0 13px;
}
.pnv-r img{width: 100%; margin-bottom:30px;}
/*2016/9/7*/
.pnv-l a{
    display: block;
    height: 82px;
    line-height: 82px;
    border-bottom: 1px solid #c8c8c8;
    background-color: #efefef;
    text-transform: uppercase;
    padding-left: 28px;
    color: #000;
    background-repeat: no-repeat;
    background-position: 90% 50%;
}
.pnv-l .u1{
    background-image: url(../images/nv_c1.png);
}
.pnv-l .u2{
    background-image: url(../images/nv_c2.png);
}
.pnv-l .u3{
    background-image: url(../images/nv_c3.png);
}
.pnv-l .u4{
    background-image: url(../images/nv_c4.png);
}
.pnv-l .u5{
    background-image: url(../images/nv_c5.png);
}
.pnv-l .u6{
    background-image: url(../images/nv_c6.png);
}
.pnv-l .u7{
    background-image: url(../images/nv_c7.png);
    background-position: 83% 50%;
}
.pnv-l .current,
.pnv-l a:hover{
    background-color: #003d86;
    color: #fff;
}
#nav .arrow-down{
    background: url(../images/ar_d1.png) no-repeat right 59px;
}



.hd-search{float: right;
    position: relative;
    margin-top: 41px;
}
.hd-search .open-inp{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.hd-search .sub{
    width: 25px;
    height: 20px;
    background: url(../images/sch.png) no-repeat 98% 50%;
    text-align: center;
    border: 0;
    cursor: pointer;
    vertical-align: middle;
}
.hd-search .inp-box{
	display: inline-block;
    overflow: hidden;
    width: 0;
    opacity: 0;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
    height: 40px;
    position: relative;
    vertical-align: middle;
}
.hd-search .inp{
    border: 1px solid #ddd;
    display: block;
    height: 34px;
    padding: 0 10px 0 10px;
    width: 150px;
    top: 6px;
    border-radius: 4px;
}
.show-inp{
    z-index: 50;
}
.show-inp .inp-box{
    width: 150px;
    opacity: 1;
}
.show-inp .open-inp{
    z-index: -5;
}
.show-inp .sub{
    position: relative;
}
.e-t1{text-transform: uppercase;padding: 20px 0;}
.e-t1 p{font-size: 12px;color: #c3c3c3;line-height: 1;}
.e-t1 h3{font-color: #222;font-size: 2.43em;line-height: 1.6;}
.e-t1 h3:after{
    width: 50px;
    border-top: 2px solid #003d86;
    display: block;
    content: '';
}
.e-t1 a{float: right;font-size: 12px;margin-top: 30px;}
.btn-s1{
    cursor: pointer;
    display: inline-block;
    background: url(../images/btnbg2.jpg) repeat-x left top;
    background: -moz-linear-gradient(top,  rgba(0,61,134,1) 0%, rgba(11,44,83,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,61,134,1) 0%,rgba(11,44,83,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,61,134,1) 0%,rgba(11,44,83,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d86', endColorstr='#0b2c53',GradientType=0 ); 
    border: 1px solid #003d86;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center; 
    -webkit-transition:.2s;
    transition:.2s;
}
.btn-s1:hover{
    background: -webkit-linear-gradient(top,  rgba(11,44,83,1) 0%,rgba(0,61,134,1) 100%); 
    background: linear-gradient(to bottom,  rgba(11,44,83,1) 0%,rgba(0,61,134,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2c53', endColorstr='#003d86',GradientType=0 ); 
    color: #fff;
}
.list-cor li{
    float: left;
    padding: 0 1.2%;
    text-transform: uppercase;
    width: 25%;
}
.list-cor li:hover .pad{
}
.list-cor h6{color: #333;padding-bottom: 18px;font-size: 16px;}
.list-cor h6 em{color: #003d86;margin-right: 10px;}
.list-cor .txt{
    padding: 5%;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.2);
    -webkit-transition:.2s;
    transition:.2s;
}
.list-cor li:hover .txt{
    box-shadow: 2px 2px 6px 2px rgba(0,0,0,.1);
}
.list-cor .txt a{
    color: #003d86;
    font-size: 12px;
}
.list-cor .txt p a{
    color: #999;
}
.list-cor p{
    overflow: hidden;
    height: 140px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 2;
}
.list-cor{
    margin: 0 -1.2%;
    overflow: hidden;
    padding: 6% 0 6% 0;
}
.list-cor img{width: 100%;vertical-align: bottom;}
.cor-info{position: relative;padding-right: 280px;}
.cor-info a{position: absolute;right: 0;top: 0;width: 100px;line-height: 40px;height: 40px;}
.cor-info p{line-height: 1.6;}
.list-ser .pad{
    border: 1px solid #ddd;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.2);
    height: 150px;
    overflow: hidden;
    padding: 4% 5%;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-ser dd:hover .pad{
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
}
.list-ser{
    overflow: hidden;
    margin: 0 -15px;
}
.list-ser dd{
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.list-ser dd i{
    height: 100%;
    width: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    vertical-align: top;
}
.list-ser dd span{
    display: inline-block;
    padding-top: 7px;
    vertical-align: top;
    width: 70%;
}
.list-ser dd em{
    font-size: 20px;
}
.list-ser dd u{
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: inline-block;
    margin-top: 10px;
}
.list-ser .tit *{color: #fff;}
.list-ser .tit h3:after{border-color: #fff;}
.list-ser .tit .pad{padding-top: 0;color: #fff;}
.list-ser .btn-s1{
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-top: 18px;
    float: left;
}
.list-ser .tit .pad{
    background: url(../images/tt1.jpg) no-repeat left top;
}
.list-ser .tit h3{
    text-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
}
.list-ser .i1{
    background-image: url(../images/v1.png);
}
.list-ser .i2{
    background-image: url(../images/v2.png);
}
.list-ser .i3{
    background-image: url(../images/v3.png);
}
.list-ser .i4{
    background-image: url(../images/v4.png);
}
.list-ser .i5{
    background-image: url(../images/v5.png);
}

/*about*/

.cur-pos{
    margin-bottom: 20px;
    background-color: #e8e8e8;
}
.cur-pos p{
    background: url(../images/cur-pos.png) left center no-repeat;
    height: 58px;
    padding-left: 27px;
    line-height: 58px;
    text-transform: capitalize;
}


.cur-pos a{
    margin: 0 4px;
}
.i-t1{
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.about-box{
    padding-top:50px;
}
.ab-row{
    overflow: hidden;
}
.ab-row img{
    width: 100%;
    vertical-align: bottom; 
}
.ab-row .img{
    width: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 34.52%;
}
.ab-row .txt{
    width: 50%;
    float: left;
}
.ab-row1 .img{
    float: left;
}
.ab-row2 .img{
    float: right;
}
.ab-row h4{
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ab-row h4 span{
    display: block;
    line-height: 1;
}
.ab-row h4:after{
    content: '';
    width: 33px;
    border-top: 1px solid #003d86;
    display: inline-block;
    margin-top: 20px;
}
.ab-row .txt{
    padding-top: 6%;    
    line-height: 2.2;
}
.ab-row1 .txt{
    padding-left: 25px;
    width: 620px;
}
.ab-row2 .txt{
    padding-right: 5%;
    padding-top: 8%;
    width: 590px;
    float: right;
    text-align: right;
}
.ab-row2 h4 span{
    display: block;
}
.ab-row1{
    background-color: #3f3f3f;
}
.ab-row1 h4{
    color: #fff;
}
.ab-row2 .img{
    position: relative;
}
.green{
    color: #003d86;
}
.ab-row2 .green{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.time-ab{
    height: 80px;
    background: url(../images/bg2.png) no-repeat left top;
    text-transform: uppercase;
    line-height: 100px;
}
.time-ab em{
    font-size: 30px;
}
.time-ab p{
    color: #fff;
}
.time-ab .s1{margin-left: 20px;}
.time-ab .s2{margin-right: 30px;}
.time-ab .s4{margin-right: 42px;}
.time-ab .s6{margin-right: 14px;}
.ab-row2 .p-btn{
    background: url(../images/pbtn.png) no-repeat;
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    margin-top: -45px;
    margin-left: -45px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.list-ab{
    margin: 0 -15px;
    overflow: hidden;
}
.list-ab li{
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    text-align: center;
}
.list-ab li img{
    width: 100%;
}
.list-ab-bxo{
    padding-top: 30px;
    overflow: hidden;
}
.list-ab p{
    padding-top: 20px;
    text-transform: uppercase;
}
.ban-inner{
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 24px;
    margin-bottom: 50px;
    height: 420px;
    position: relative;
}

.ban-inner .txt{
    position: absolute;
    width: 727px;
    height: 420px;
    background: url(../images/bg_t1.png) no-repeat left -22px;
    top: 0;
    right: 0;
    overflow: hidden;
}

.ban-inner .txt:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; 
}
.ban-inner .txt p{
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  font-size: 26px;
  color: #fff;
  line-height: 1.6;
  padding-left: 34%;
}

.banner-inner2 img{
    width: 100%;
}
.service-hotline .banner-inner2{
    margin-top: -20px;
}
.list-care{
    padding-top: 20px;
}
.list-care li{
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-bottom: 26px;
}
.list-care li:hover{
    background-color: #f9f9f9;
}
.list-care .pic{
    width: 280px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 70%;
}
.list-care .img{
    float: left;
}
.list-care .img img{vertical-align: bottom;}
.list-care .txt{
    overflow: hidden;
    padding-top: 45px;
    padding-left: 30px;
    padding-right: 140px;
    position: relative;
}
.list-care p{
    color: #999;
    line-height: 1.6;
    height: 5em;
}
.list-care h3{
    text-transform: uppercase;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding-bottom: 34px;
}
.list-care a:hover h3{
    color: #666;
}
.list-care span{
    position: absolute;
    right: 65px;
    top: 50%;
    font-size: 20px;
}
.list-care a:hover span{color: #003d86;}




/*è¯¦æƒ…*/
.article-box .hd{
    padding: 30px 0 30px 0;
    text-align: center;
    border-bottom: 1px solid #dadada;
}
.article-box .hd h1{
    font-size: 22px;
}
.article-box .hd p{
    padding-top: 30px;
    font-size: 12px;
}
.article-box .bd{
    padding: 40px 0;
    line-height: 2;
}
.article-box .fd a{
    width: 90px;
    height: 40px;
    line-height: 40px;
}
.article-box .fd{
    border-top: 1px solid #dadada;
    padding-top: 33px;
}
.side h3{
    font-size: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dadada;
}
.article-box .main{
    overflow: hidden;
    padding-right: 55px;
    min-height: 560px;
}
.article-box .side{
    float: right;
    width: 287px;
    border: 1px solid #e8e9e9;
    padding: 23px;
    background-color: #f9f9f9;
    margin-top: 20px;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.2);
}
.list-relevant li{
    border-bottom: 1px solid #f0f0f0;
    padding: 16px 0;
}
.list-relevant p{
    color: #ccc;
    padding-top: 13px;
}
.list-relevant a{
    line-height: 1.6;
    height: 3em;
    overflow: hidden;
    display: block;
}



.list-story li{
    float: left;
    padding: 0 7px;
    width: 33.33333%;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
    margin-bottom: 30px;
}
.list-story{
    overflow: hidden;
    padding: 10px 0;
    margin: 0 -7px;
}
.list-story .con{
    border: 1px solid #e2e2e2;
    height: 440px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.1);
}
.list-story .img{
    display: block;
    padding-top: 64.4%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.list-story li:hover{
    background-color: #f9f9f9;
}
.list-story .txt{
    padding:10px 20px;
}
.list-story .con img{
    width: 100%;
}
.list-story h3{
    font-size: 16px;
    max-height: 2.2em;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.list-story h3 a{
    color: #333;
}
.list-story h3 a:hover{
    color: #003d86;
}
.btn-s2{
    border: 1px solid #adadad;
    width: 80px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    position: relative;
    z-index: 50;
    -webkit-transition:.2s;
    transition:.2s;
    text-align: center;
    color: #fff;
    background: url(../images/tbg1.jpg) repeat-x left top;
    border-radius: 2px;
}

.btn-s2:hover{
    background: url(../images/btnbg2.jpg) repeat-x left top;
    background: -moz-linear-gradient(top,  rgba(0,161,60,1) 0%, rgba(0,119,45,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,161,60,1) 0%,rgba(0,119,45,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,161,60,1) 0%,rgba(0,119,45,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a13c', endColorstr='#00772d',GradientType=0 ); 
    border: 1px solid #003d86;
    color: #fff;
}

.list-story p{
    margin-bottom: 10px;
    color: #999999;
    font-size: 12px;
    line-height: 2;
    max-height: 4em;
    overflow: hidden;
}
.list-story .li{
    margin-bottom: 30px;
}

.contact-us .i-t1{margin-top: 70px;}

.list-contact{
    padding: 40px 0 30px 0;
    overflow: hidden;
}
.list-contact li{
    float: left;
    width: 16%;
    padding: 0 40px;
    text-align: center;
}
.list-contact i{
    display: block;
    height: 60px;
    line-height: 60px;
    margin-bottom: 24px;
}
.list-contact i img{
    vertical-align: middle;
}
.list-contact em{
    display: inline-block;padding-top: 10px;
}
.list-contact h4{
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    color: #003d86;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #003d86;
    width: 90px;
}
.list-contact p{
    color: #666;
    line-height: 1.6;
}
.leave-msg{
    background: url(../images/lmsg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    text-transform: uppercase;
    padding: 4% 0;
}
.leave-msg h4{
    color: #fff;
    font-size: 30px;
    margin-top: 28px;
    margin-bottom: 10px;
}
.leave-msg p{
    color: #003d86;
    line-height: 2;
}
.msg-box{
    padding-top: 65px;
}

.msg-box .inp{
    width: 100%;
    border: 1px solid #2b2b2b;
    height: 46px;
    padding: 0 34px;
    border-radius: 6px;
}
.msg-box .inp-box{
    float: left;
    width: 50%;
    padding: 0 5px;
    position: relative;
}
.msg-box li{
    /*overflow: hidden;*/
    margin-bottom: 26px;
    height: 46px;
    position: relative;
}
.msg-box textarea{
    border-radius: 6px;
    padding: 10px 34px;
    height: 165px;
    width: 100%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid #2b2b2b;
}
.msg-box li .pad{
    margin: 0 -5px;
}
.sub-box{
    text-align: center;
    padding-top: 15px;
}
.sub-box input{
    width: 245px;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    border-radius: 6px;
    margin: 0 5px;
}
/*404*/

.BMapLabel{display: none !important;}
.pop-tip{
    width: 420px;
    padding: 60px 0 30px 0;
    background-color: #fff;    
    color: #666;
    position: relative;
    text-align: center;
}

.pop-tip .btn-s1{
    width: 189px;
    height: 37px;
    line-height: 37px;
}
.btn-s1:hover{
    color: #fff;
}
.pop-tip .x-btn{
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/close.png) no-repeat left top;
}
.pop-tip h3{
    font-size: 18px;
    display: inline-block;
    margin-bottom: 50px;
    padding-left: 50px;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: left 50%;
}
.pop-tip a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.pop-error h3{
    background-image: url(../images/wrong.png);
}
.pop-sucess h3{
    background-image: url(../images/ok.png);
}


.error-page h3{
    font-size: 20px;
    font-weight: bold;
    color: #003d86;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.error-page .img{
    width: 400px;
    height: 320px;
    background: url(../images/404.png) no-repeat left top;
    position: absolute;
    padding-top: 210px;
    text-align: right;
    left: 50%;
    top: 30%;
}

.error-page{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/err.jpg);
    position: relative;
}
.err-fd{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #bbbbc2;
}
.error-page .btn-s1{
    padding: 10px 20px;
    border-radius: 6px;
}

.service-hotline .i-t1{
    padding: 80px 0 55px 0;
}
.service-hotline .tc .on{
	color: #003d86;
}
.sh-bar{
    padding: 34px 0;
    border-top: 1px solid #d4d3d3;
    border-bottom: 1px solid #d4d3d3;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.sh-bar dt{
    float: left;
    width: 60px;
}
.sh-bar .btn-s1{
    top: -10px;
    width: 74px;
    line-height: 36px;
    height: 36px;
    border-radius: 6px;
    position: absolute;
    right: 0;
    font-size: 14px;
    margin-top: 0;
}
.sh-bar dd{
    padding-right: 130px;
    margin-left: 60px;
    position: relative;
    font-size: 0;
}
.sh-bar p a{
    display: inline-block;
    padding: 0 26px;
    border-left: 1px solid #cecece;
    border-right:1px solid #cecece;
    font-size: 14px;
    margin-right: -1px;
    margin-bottom: 10px;
}
.sh-bar p a:hover{
    z-index: 50;
    border-color: #003d86;
    position: relative;
}
.sh-bar p{
    overflow:hidden;
    text-overflow:ellipsis;
}
.hide-more p{
    white-space:nowrap;

}
.hide-more p a{
    margin-bottom: 0;
}


.list-sloc{
    overflow: hidden;
    margin: 0 -20px;
}
.list-sloc li{
    float: left;
    width: 50%;
    padding: 0 20px;
    margin-bottom: 30px;
}
.list-sloc li .pad{
    border: 1px solid #e2e2e2;
}
.list-sloc li .bd{
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.1);
    padding: 35px 30px;
}

.list-sloc .hd{
    text-transform: uppercase;
    color: #fff;
    padding-left: 30px;
    height: 48px;
    line-height: 48px;
    background-color: #bdbdbd;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-sloc li:hover .hd{
    background-color: #003d86;
}
.list-sloc .bd{
    line-height: 1.8;
    min-height: 150px;
}
.list-sloc .bd h4{
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #333;
    margin-bottom: 20px;
}
.list-sloc .bd p{
    color: #666;
    
}


.pro-class-box{
    padding-top: 10px;
    margin-bottom: 56px;
    background-color: #333;
}
.p-type{
    border-bottom: 1px solid #3c3c3c;
}
.pro-class-box dl{
    overflow: hidden;
    line-height: 30px;
    padding: 20px 0;
    background: url(../images/line3.gif) repeat-y 160px top;
    color: #fff;
}
.pro-class-box dl dt{
    width: 130px;
    float: left;
    text-align: left;
    font-size: 16px;
    margin-right: 2.6em;
    color: #fff;
    white-space:nowrap;
}
.pro-class-box dl dd{
    overflow: hidden;
}
.pro-class-box dl dd a{
    float: left;
    border-radius: 4px;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    text-transform: capitalize;
    color: #fff;
    padding: 0 6px;
}

.pro-class-box dl dd .txt{
    overflow: hidden;
}
.pro-class-box dl dd a:hover,
.pro-class-box dl dd a.on{
    color: #fff;
    background-color: #009137;
    border: 1px solid #00b244;
}
.pro-class-box dl dd a.on:after{
    display: inline-block;
    width: 24px;
    height: 30px;
    content: 'X';
    text-align: center;
}
.type-c .txt a{
    padding: 0 10px;
    text-transform: uppercase;
}

.region-c .txt a,
.series-c .txt a{
    /*padding: 0 22px;*/
}

.horsepower-c .txt a{
    /*padding: 0 40px;*/
}
.pro-class-box .type-c{
    padding-top: 40px;
}
.pro-class-box .region-c{
    padding-top: 40px;
    padding-bottom: 30px;
} 


.ul-pro-list-box .wp{
    overflow: hidden;
}

.ul-pro-list{
    overflow: hidden;
    margin: 0 -4px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 25px;
}

.ul-pro-list li{
    float: left;
    width: 33.333%;
    border: 1px solid #e8e8e8;
    padding: 20px 24px 20px 25px;
    margin-right: -1px;
    margin-bottom: -1px;
}
.ul-pro-list li .pic{
    text-align: center;
}
.ul-pro-list li .pic img{
    display: inline-block;
    max-width: 100%;
}
.ul-pro-list li h3{
    font-size: 18px;
    line-height: 53px;
}
.ul-pro-list li span{
    display: inline-block;
    width: 74px;
    height: 26px;
    background-color: #e4e4e4;
    text-align: center;
    line-height: 26px;
    margin-right: 8px;
    margin-bottom: 18px;
}
.manual-search .con{
    display: inline-block;
    text-align: left;
}
.manual-search .btn-s1{
    width: 100px;
    height: 37px;
    line-height: 37px;
    margin: 0 5px;
    vertical-align: middle;
}
.manual-search .inp,
.manual-search select{
    background-color: #fff;
    background-color: rgba(255,255,255,.65);
    padding: 0 10px;
    color: #222;
    height: 45px;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
.manual-search select{
    width: 224px;
}
.manual-search .inp{
    width: 560px;
}
.manual-box .i-t1{
    margin-top: 54px;
}
.manual-search{
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 11%;
    padding-bottom: 7%;
}
.list-manual{
    overflow: hidden;
    margin: 0 15px;
    padding: 68px 0 0 0;
}
.list-manual li{
    float: left;
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 26px;
}

.list-manual .pad{
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
}
.list-manual li:hover .pad{
    background-color: #fff;
}
.list-manual .img{
    height: 240px;
    line-height: 240px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}
.list-manual .img img{
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}
.list-manual h3{
    color: #222;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    text-transform: capitalize;
    padding: 0 20px;
}
.list-manual p a{
    font-size: 12px;
    float: left;
    width: 50%;
    padding-left: 50px;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}
.list-manual .s1{
    border-right: 1px solid #e2e2e2;
    color: #003d86;
    background-position: 15px 16px;
    background-image: url(../images/eb1.png);
}
.list-manual .s2{
    padding-left: 66px;
    background-position: 30px 50%;
    background-image: url(../images/dl.png);
}

.list-manual .s1:hover{
    background-color: #003d86;
    color: #fff;
    background-position: 15px -49px;
}
.list-manual li:hover h3{
    color: #003d86;
}


/*product*/

 .pro-pad{
    background: url(../images/pro-bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 90px;
} 
#product-pic .slides{

}

.product-tit{
    font-size: 50px;
    color: #333;
    padding-top: 50px;
    margin-bottom: -30px;
    position: relative;
    z-index: 50;
}
#product-pic{
    background: none;
    padding: 0 17%;
}

#product-pic .flex-control-thumbs li img{
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;

}
#product-pic .flex-control-thumbs li{
    padding: 0 2.2%;
    position: relative;
}
#product-pic .flex-control-thumbs li a{
    display: block;
    padding-top: 30%;
    border: 1px solid #ddd;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#product-pic .flex-control-thumbs .flex-active{
    border-color: #003d86;
}
#product-pic .flex-control-thumbs{
    margin-top: 40px;
}

#product-thumb .item{
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    padding: 0 15px;
}
 #product-thumb .item img{
    vertical-align: middle;
    display: inline-block;
    max-height: 86px;
    max-width: 100%;
 }
 #product-thumb .pad{
    background-color: #fff;
    border: 1px solid #cfcfcf;
    cursor: pointer;
 }
#product-thumb{
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
#product-thumb .slick-list{
    padding-bottom: 2px;
} 
#product-thumb .slick-current .pad{
    border-color: #003d86;
    cursor: pointer;
}
.product-tit{
    font-size: 50px;
    color: #333;
    padding-top: 50px;
    margin-bottom: -30px;
    position: relative;
    z-index: 50;
}
#product-pic img{
    width: 100%;
}
#product-pic .slick-arrow{
    cursor: pointer;
    width: 41px;
    height: 72px;
    opacity: 1;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    border: none;
}
#product-pic .slick-prev{
    background: url(../images/ar_left.png) no-repeat left top;
    left: 0;
}
#product-pic .slick-next{
    background: url(../images/ar_right.png) no-repeat left top;
    right: 0;
}


.pro-nav{
    color: #fff;
    height: 76px;
    line-height: 76px;
    background-color: #222;
    width: 100%;
}
.pro-nav a{
    color: #fff;
    display: inline-block;
    margin-left: 25px;
}
.pro-nav span{
}
.pro-nav .r a{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.pro-nav .l span{
    margin-right: 10px;
    font-size: 16px;
}
.pro-nav .r .s1{
    background-image: url(../images/c-share.png);
}

.pro-nav .r .s2{
    background-image: url(../images/c-vs.png);
}
.pro-nav .r .s3{
    background-image: url(../images/c-buy.png);
}
.pro-info{
    line-height: 2;
    padding: 50px 0 0 0;
}
.tip-b1{
    padding: 30px 34px;
    border: 1px solid #e8e9e9;
    background-color: #f4f4f4;
}
.pic-feature{
    padding: 20px 0;
}
.t2-u1{
    text-align: center;
    color: #003d86;
    padding: 40px 0;
}
.t2-u1 span{
    display: inline-block;
    line-height: 1;
    border-left: 1px solid #003d86;
    border-right: 1px solid #003d86;
    padding: 0 54px;
    font-size: 26px;
}
.it-box{
    position: relative;
    margin: 30px 0;
    clear: both;
}
.it-box .txt{
    width: 51%;
    position: absolute;
    top: 0;
    height: 100%;
}

.it-box img{
    vertical-align: bottom;
}


.it-box .pad{
    height: 100%;
    display:table;
    padding: 5% 0;
    width: 100%;
}

.it-box:before,
.it-box:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.it-box:after{
  clear: both;
}

.it-box{
  zoom: 1;
}
.it-box .con{
    border: 1px solid #e8e9e9;
    background-color: #f9f9f9;
    padding: 5% 10%;
    position: relative;
    display:table-cell;
    vertical-align:middle;
    width: 100%;
}
.it-box-a .img{
    float: left;
}
.it-box-b .img{
    float: right;
}

.it-box-a .txt{
    right: 0;
}
.it-box-b .txt{
    left: 0;
}
.it-box h4{
    font-size: 18px;
    display: inline-block;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}
.it-box p{
    color: #666;
}
 .it-box .con:after {
   content: "";
   position: absolute;
   z-index: -1;
   bottom: 10px;
   left: 10px;
   width: 50%;
   max-width: 250px;
   height: 20%;

   -webkit-box-shadow: 0 15px 10px rgba(125,125,125,0.2);
   -moz-box-shadow: 0 15px 10px rgba(125,125,125,0.2);
   box-shadow: 0 15px 10px rgba(125,125,125,0.2);

   -webkit-transform: rotate(-3deg);
   -moz-transform: rotate(-3deg);
   -o-transform: rotate(-3deg);
   transform: rotate(-3deg);
 }

 .it-box .con:after {
   right:10px;
   left: auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
}

.it-box-b .con:after {
    left: 10px;
    right: auto;
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}
.det-img-list{
    text-align: justify;
}
.det-img-list li{
    display: inline-block;
}

.det-img-list{ text-align: justify;line-height: 1;font-size: 0;padding-top: 30px;}
.det-img-list img{display:inline-block;vertical-align: middle;width: 29%;}
.det-img-list:after{content:""; display: inline-block; width: 100%; height: 0;}



.pro-nav-right{
    float: right;
}
.pro-nav-right a{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #999;
}
.pro-nav-right .s1{
    background-image: url(../images/po1.png);
}
.pro-nav-right .s2{
    background-image: url(../images/po2.png);
}
.pro-nav-right .s3{
    background-image: url(../images/po3.png);
}
.pro-nav-right a:hover{
    color: #fff;
}
.pro-nav .l a:hover,
.pro-nav .on{
    color: #003d86;
}
.parameters-table th,
.parameters-table td{
    height: 40px;
    color: #666;
}
.parameters-table th{
    padding: 0 26px;
    font-weight: normal;    
    width: 320px;
    border-right: 1px solid #e3e3e3;
}
.parameters-table td{
    padding: 0 60px;
}
.parameters-table tr:nth-child(odd) {
    background-color: #f1f1f1;
}
.parameters-table{
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 80px;
    width: 100%;
}

.list-pro-video{
    overflow: hidden;
    margin: 0 -15px;
    padding-bottom: 40px;
}
.list-pro-video li{
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 22px 0;
}
.list-pro-video li a{
    border: 1px solid #dcdcdc;
    display: block;
    position: relative;
    padding: 12px;
}
.list-pro-video li img{
    width: 100%;
    height: 160px;
    vertical-align: bottom;
}
.list-pro-video li b{
    position: absolute;
    width: 55px;
    height: 55px;
    background: url(../images/ply.png) no-repeat 50% 50%;
    left: 50%;
    top: 50%;
    margin-top: -27px;    
    margin-left: -27px;
    z-index: 50;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.list-pro-video li a:hover b{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}
.operation-box .manual-search{
    padding-top: 10px;
    padding-bottom: 50px;
}

.operation-box{
    padding-top: 60px;
}
.operation-box .manual-search .inp,
.operation-box .manual-search select{
    border: 1px solid #000;
}


.op-row:before,
.op-row:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.op-row:after{
  clear: both;
}

.op-row{
    overflow: hidden;
  zoom: 1;
}
.op-row{
    position: relative;
    margin: 0 0 46px 0;
    clear: both;
}
.op-row .txt{
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    box-shadow: 1px 1px 4px 4px rgba(0,0,0,.05);
}

.op-row img{
    vertical-align: bottom;
}


.op-row .pad{
    height: 100%;
    display:table;
    width: 100%;
}

.op-row:before,
.op-row:after{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.op-row:after{
  clear: both;
}

.op-row{
  zoom: 1;
  border: 1px solid #e4e4e4;
}
.op-row .con{
    padding: 5% 8%;
    position: relative;
    display:table-cell;
    vertical-align:middle;
    width: 100%;
}
.op-row .img{
    width: 50%;
}
.op-row .img img{
    width: 100%;
}
.op-row-a .img{
    float: left;
    position: relative;
}
.op-row-b .img{
    float: right;
    position: relative;
}

.op-row-a .txt{
    right: 0;
}
.op-row-b .txt{
    left: 0;
}
.op-row-b  .pad{
    float: right;
    width: 50%;
}
.op-row h4{
    font-size: 20px;
    color: #003d86;
    margin-bottom: 56px;
    text-transform: capitalize;
}
.op-row p{
    color: #999;
    font-size: 20px;
    padding-bottom: 10px;
}

.op-row .img:after{
  content: '';
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: rgba(0,0,0,.3);
}
.op-row .list-pro-video{
    width: 420px;
}
.op-row .list-pro-video{
    margin-left: -12px;
    margin-right: -12px;
}
.op-row .list-pro-video li{
    width: 50%;
    margin: 7px 0;
    padding: 0 12px;
}

.op-row .list-pro-video li a{
    padding: 7px;
}
.op-row .list-pro-video li img{
    height: 100px;
}
.op-row b{
    position: absolute;
    width: 88px;
    height: 88px;
    background: url(../images/pbtn2.png) no-repeat 50% 50%;
    left: 50%;
    top: 50%;
    margin-top: -44px;    
    margin-left: -44px;
    z-index: 50;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.op-row .list-pro-video{
    padding-bottom: 0;
}

.op-row b:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    transform-origin: 50% 50%;
}



.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    z-index: 100000;
    display: none;
}
#fancybox-frame {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}


.pop {
    width:60%;
    position: absolute;
    left: 50%;
    top: 50%;
    zoom: 1;
    z-index: 99999;
    zoom: 1;
    padding-top: 30%;
}


.pop .close{
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(../images/x-btn.png) no-repeat 50% 50%;
    right: 5%;
    top: -58px;
}
.pop-order .close{
    right: 3px;
}


.dealer-network .hd{
    position: absolute;
    width: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.8);
    padding: 16px 0;
    z-index: 50;
}
.dealer-network form{display: inline-block;}
.dealer-network .hd *{vertical-align: middle;}
.dealer-network .hd span{
    line-height: 36px;
    color: #fff;
    display: inline-block;
    padding-left: 40px;
    background: url(../images/loc2.png) no-repeat left 50%;
}
.dealer-network .hd select{
    background-color: #fff;
    height: 36px;
    padding: 0 20px;
    color: #999;
    width: 225px;
    margin: 0 4px;
}
.dealer-network .hd .btn-s1{
    width: 100px;
    height: 36px;
    margin-left: 3px;
}
.delaer-map img{
    width: 100%;
    vertical-align: bottom;
}
.delaer-map{
    margin-bottom: -50px;
    position: relative;
}

.list-delaer-box{
    position: absolute;
    width: 350px;
    border: 1px solid #b5b5b5;
    padding: 20px 12px;
    right: 0;
    left: 50%;
    margin-left: 270px;
    top: 110px;
    background-color: #fff;
    bottom: 30px;
    border-radius: 4px;
}

.list-delaer{
    overflow: auto;
    height: 100%;
}
.list-delaer li{
    padding: 16px 0;
    line-height: 2;
    border-bottom: dashed 1px #dfdfdf;
    cursor: pointer;
    padding-left: 25px;
}
.list-delaer h6{
    color: #003d86;
    font-size: 16px;
    text-transform: capitalize;
    margin-left: -29px;
    line-height: 30px;
}
.list-delaer h6 em{
    width: 40px;
    height: 47px;
    background: url(../images/loc4.jpg) no-repeat left 2px;
    display: inline-block;
    color: #222222;
    text-align: center;
    vertical-align: middle; 
    margin-right: 10px;
    line-height: 48px;
}
.list-delaer li:hover h6 em{
    background-position: left -69px;
    color: #fff;
}
.list-delaer p{
    color: #666;
}
.list-delaer h5{
    font-size: 16px;
    color: #222;
}

#banner{
    margin-bottom: 35px;
}
#banner a{
    /*padding-top: 10%;*/
    display: block;
}
#banner .slick-dots{
    width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
}
#banner .slick-dots li{
    display: inline-block;
    line-height: 1;
    margin: 0 10px;
}
#banner .slick-dots li em{
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
#banner .slick-arrow{
    cursor: pointer;
    position: absolute;
    width: 51px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -47px;
    z-index: 60;
    background: none;
    border: none;
    font-size: 0;
}
#banner .slick-dots li.slick-active em{
    background-color: #008532;
    border-color: #008532;
}

#banner .slick-prev{
    background-image: url(../images/ban_l.png);
    left: 5%;
}

#banner .slick-next{
    right: 5%;
    background-image: url(../images/ban_r.png);
}

.banner-bar-box{
    position: absolute;
    bottom: 26px;
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-bar{
    float: right;
    display: inline-block;
    border: 1px solid #fff;
    height: 37px;
    padding: 0 10px;
    border-radius: 5px;
    line-height: 37px;
}
.banner-bar ul{
    display: inline-block;
    font-size: 0;
    float: left;
}
.banner-bar ul li{
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    font-size: 0;
    margin: 0 4px;
    cursor: pointer;
}
.banner-bar ul li.on{
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    background-color: transparent;
}
.banner-bar .prev,
.banner-bar .next{
    float: left;
    width: 10px;
    height: 15px;
    display: inline-block;
    background: url(../images/banner_prev.png) no-repeat;
    margin: 0 10px;
    margin-top: 10px;
}
.banner-bar .next{
    background-image: url(../images/banner_next.png);
}


#banner-box{
	position: relative;
}
.slick-slider{
    outline: none;
}
#banner img{
    width: 100%;
}
.top-share span{
	float: left;
	
}
.top-share i{
    display: inline-block;
    width: 36px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.top-share{
    height: 100%;
    float: left;
}
.top-share .facebook i{
    background-image: url(../images/facebook1.png);
}

.top-share .twitter i{
    background-image: url(../images/twitter1.png);
}

.top-share .google i{
    background-image: url(../images/google1.png);
}

.top-share .linkedin i{
    background-image: url(../images/linkin1.png);
}
.top-share .share-span{
	position: relative;
}
.top-share .share-span a{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
}

.top-share{
    height: 48px;
    overflow: hidden;
    padding-right: 20px;
    padding-left: 10px;
    background: url(../images/line4.gif) no-repeat right top;
}
.slider-for img{
    width: 100%;
}
#slider-for .img{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-top: 60%;
}
#slider-nav span{
	display: inline-block;
	width: 100px;
	text-align: center;
}
.slider-nav{
    position: absolute;
	top: 50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	right: 0;
    position: absolute;
    width: 260px;
}

.z-row-main .wrap{
	position: relative;
	padding-right: 273px;
}
.z-row2{
    overflow: hidden;
    margin-bottom: 5%;
}
.z-row-main{
    background-color: #e8e8e8;
}
.slider-nav .item{
    background-color: #444;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition:padding-left .2s;
}
.slider-nav a{
	font-size: 13px;
    line-height: 75px;
    height: 75px;
    color: #fff;
    cursor: pointer;
    padding-left: 15px;
    display: block;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.slider-nav .slick-current,
.slider-nav .item:hover{
   background: -moz-linear-gradient(top,  rgba(0,61,134,1) 0%, rgba(11,44,83,1) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,61,134,1) 0%,rgba(11,44,83,1) 100%); 
    background: linear-gradient(to bottom,  rgba(0,61,134,1) 0%,rgba(11,44,83,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d86', endColorstr='#0b2c53',GradientType=0 ); 
}
.slider-nav .slick-current a,
.slider-nav a:hover{
    /*background: url(../images/k1.png) no-repeat 16px 50%;*/
}
.slick-vertical .slick-slide{
    border: none;
}
.slick-slider,
.slick-slider *{
    outline: none;
}
#slider-nav .ico{
	display: inline-block;
	vertical-align: middle;
}

#slider-nav .slick-arrow{
    padding: 0;
    border: none;
    font-size: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
    height: 52px;
}
#slider-nav .slick-prev{
    background: url(../images/ar_u1.png) no-repeat 50%;
}
#slider-nav .slick-next{
    background: url(../images/ar_u2.png) no-repeat 50%;
}

::-webkit-input-placeholder {
   font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";
}

::-moz-placeholder { 
   font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";  
}

::-ms-input-placeholder {  
   font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";  
}
.stButton{
    background: none !important;
}
.stButton .stLarge{
    display: none !important;
}
.gm-style-iw h3{color: #003d86;font-size: 16px;}
.gm-style-iw {line-height: 2;}
.gm-style-iw h4{font-size: 16px;line-height: 2;}

/*è§†é¢‘ä¿®æ”¹*/
.pop-video{
    position: fixed;
    left: 50%;
    top: 50%;
    width: 60%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    z-index: 999999;
  
}
.pop-video .close{
    position: absolute;
    top: -40px;
    right: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/x-btn.png) no-repeat 50% 50%;
    z-index: 999999;
}
.pop-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*è¡¨å•*/
.z-tip {
    position: absolute;
    left: 80px;
    top: -52px;
    color: #fff;
    background-color: #f1433c;
    white-space: nowrap;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 12px;
}

.z-tip u {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-color: transparent;
    border-style: solid;
    border-top-color: #f1433c;
    font-size: 12px;
}
.show-tip .z-tip{
    top: -30px;
    visibility: visible;
    opacity: 1;
}
.form-boxz .z-tip{
    left: 180px;    
}

.msg-box li.content{
    height: 166px;
}
.msg-box li .z-tip{
    left: 100px;
    top: -25px;
}
#map{
    height: 600px;
}

.m-pro-filter{
    display: none;
    padding-top: 30px;
    padding: 30px 10px 10px 10px;
}
.m-pro-filter h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-family:"å¾®è½¯é›…é»‘","Microsoft Yahei";
}
.m-sh-bar select,
.m-pro-filter select{
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}
.m-sh-bar h3 {font-size: 16px;font-weight: bold;margin-bottom: 10px;}

.m-sh-bar{padding: 0 10px;}

.sub-menu-box{
    padding: 0 40px;
}
.m-sub-menu .slick-arrow{
    position: absolute;
    width: 40px;
    height: 58px;
    top: 0;
    border: none;
    font-size: 0;
}
.m-sub-menu .slick-prev{
    left: -40px;
    background:url(../images/u_l1.png) no-repeat 50% 50%;
}
.m-sub-menu .slick-next{
    right: -40px;
    background:url(../images/u_r1.png) no-repeat 50% 50%;
}
.sub-menu-box{
    overflow: hidden;
    margin-bottom: 10px;
    background-color: #e8e8e8;
}
.m-sub-menu a{
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    height: 58px;
    line-height: 58px;
    display: block;
}
#map img{
    max-width: 888888888px;
}

.list-pro-video .slick-arrow{
    position: absolute;
    width: 40px;
    height: 58px;
    top: 50%;
    margin-top: -29px;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.list-pro-video .slick-disabled{
	opacity: .4;
}
.list-pro-video .slick-prev{
    left: 0;
    background:url(../images/u_l1.png) no-repeat 50% 50%;
}
.list-pro-video .slick-next{
    right: 0;
    background:url(../images/u_r1.png) no-repeat 50% 50%;
}
.has-pad{
	padding-left: 40px;
	padding-right: 40px;
}

.search-result{
    margin-top: 30px;
    color: #666;
}

.search-result .hd{
    line-height: 55px;
    padding: 0 38px 0 0;
    height: 55px;
    margin-left: 10px;
}

.search-result .hd span,
.search-result .bd span{
    color: #003d86;
    font-size: 16px;font-weight: bold;
}



.search-result .hd p{
    float: right;
    font-size: 14px;
}
.search-result .bd{
    clear: both;
}


.search-result li a{
    display: block;
    font-size: 14px;
    padding: 20px 38px 20px 20px;
    border-bottom: 1px solid #d5d5d5;
    background:url(../images/dt2.gif) no-repeat 6px 28px;
    text-align: left;
}
.search-result li span{padding: 0 5px;}

.search-result u{
    float: right;
    color: #666;
}

.search-ban{
    padding: 5% -0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;    
}
.search-ban h3{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.search-ban p{
    font-size: 12px;
}

/*==============================================================
					latest new
============================================================*/
.latest-new-wrapper {
	display:table;
	margin: 20px auto 80px;
}

.latest-new-wrapper .new-item {
	width: 380px;
	float: left;
	margin:0 30px 0 0;
}
.latest-new-wrapper .new-item:nth-child(3){margin:0;}
.latest-new-wrapper .new-img {
	
	width: 380px;
	height: 214px;
	
	overflow: hidden;
}
.latest-new-wrapper .new-img img{width:386px; height:214px;}
.latest-new-wrapper .new-info {
  font-family: "Lato Regular";
	width: 380px;
	color:#000;

}
.latest-new-wrapper .item_published {
	font-size: 15px;

	margin: 15px 0 10px;
	display: block;
	    line-height: 1.5em;
}
.latest-new-wrapper .item_header {
	font-family: "Lato Bold ";
	font-size: 18px;

	line-height: 1em;
	
}
.latest-new-wrapper .item_introtext{
	 margin-top:10px;
	}
.latest-new-wrapper .read_more {
	padding: 8px 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	overflow: hidden;
    margin: 15px 0 0 0;
    background: #003d86;
	color: #ffffff;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	display: inline-block;
}
.latest-new-wrapper .read_more:hover{
	 background: #333333;
	}
/*==============================================================
					thank-wrap
============================================================*/
.thank-wrap{ height:160px; position:relative; background:#062f5f;}
.thank-wrap .main-title{ color:#f9f9f9;font-size: 40px;line-height: 160px; width:1200px;margin:0 auto;}
.main-title {

	font-size: 34px;
    line-height: 1.25em;
	color: #2f2f2f;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	padding: 0 0 35px 0;
}
.main-title .wrap-1{ font-family: "Lato Bold ";}
.main-title .wrap-2{ font-family: "Lato-Light ";}
