@charset "utf-8";
body {
	 font-family:'microsoft yahei','微软雅黑','century gothic', 'helvetica', 'simsun', '宋体', 'heiti', '黑体', 'arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#5b5b5b;
	 -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
*{
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color: inherit;
	 display: block;
	 transition:all 0.2s;
}
ol li{
    list-style: inside;
}
button{
  border: 0;
  cursor: pointer;
  transition: 0.3s all;
  display: block;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
	 font-family:'微软雅黑';
	 padding: 0;
}
textarea {
	 resize:none;
	 overflow: hidden;
	 -webkit-appearance: none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 1536px;
	margin: 0 auto;
}
button,input,select,textarea {font-size: 100%;margin: 0;padding: 0;outline: none;font:normal 12px /*'方正兰亭中黑_gbk',*/'arial','microsoft yahei', '微软雅黑', 'simsun', '宋体', 'heiti', '黑体', 'sans-serif';}
table{width:100%;border-collapse:collapse;border-spacing:1;border-spacing:0;}

img{max-width: 100%;height: auto;}


/*-------------------------------------
   page 翻页器start
-------------------------------------*/

.wp-pagenavi{width: 100%;text-align: center;height: 50px;line-height: 40px;margin-top: 30px;}
.wp-pagenavi:before,.wp-pagenavi:after{
    content:"";
    display:table;
}
.wp-pagenavi:after{
    clear:both;
    overflow:hidden;
}
.wp-pagenavi span{
    display: inline-block;
    margin:0 5px;

    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}
.wp-pagenavi .current{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #f96868;
    color: #fff;
    font-size: 14px;
    border: 1px solid #f96868;
}
.wp-pagenavi a{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height:38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #e4eaec;
    color: #bdbdbd;
    font-size: 14px;
}
.wp-pagenavi a:hover{
    color:#e31837;
    background: #e4eaec;
}
.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
    font-family: "simsun";
    color: #76838f;
    font-weight: bold;
    background: #fff;
}
.wp-pagenavi input{
    display: inline-block;
    margin:0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #f26621;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}

.simple-article h1,.simple-article h2,.simple-article h3,.simple-article h4,.simple-article h5,.simple-article h6 {font-weight:bold;}
.simple-article h1 { font-size:34px; line-height:1.3em; margin-bottom:5px;}
.simple-article h2 { font-size:30px; line-height:1.2em; margin-bottom:10px; }
.simple-article h3 { font-size:26px; line-height:1.6em; margin-bottom:10px; }
.simple-article h4 { font-size:22px; line-height:1.25em; margin-bottom:10px; }
.simple-article h5 { font-size:18px; line-height:1.6em; margin-bottom:10px;}
.simple-article h6 { font-size:14px; line-height:1.5em; margin-bottom:10px; }
.simple-article p {  
    color: #666;
}
.simple-article a{display: inline-block;}
.simple-article blockquote { display:block; font-family: georgia,"times new roman",times,serif; padding:10px 20px 10px 45px; color:#666; line-height:160%; margin-bottom:15px;} /* ????”¨ */
.simple-article blockquote em { color:#999; text-align:right; display:block;}
.dropcap {float:left;   padding:10px 10px 5px 0; font-weight:bold;}  /* é|–?-—????2‰ */
.simple-article hr{ border:1px solid #ddd; border-width:0 0 1px 0; height:1px; font-size:0; margin:25px 0; clear:both; *margin:17px 0;}
.simple-article .br {font-size: 0;}


/*-------------------------------------
   list
-------------------------------------*/
.simple-article li ul,.simple-article li ol { margin: 0; }
.simple-article ul,.simple-article ol { margin: 0 0 15px 0; padding-left:1.5em; line-height:180%; _margin-left:5px; }
.simple-article ul { list-style-type:disc;}
.simple-article ul.square { list-style:square;}
.simple-article ul.circle { list-style:circle;}

.simple-article ol { list-style-type:decimal; *padding-left:1.8em;}
.simple-article dl { margin: 0 0 1.5em 0; }
.simple-article dl dt { font-weight: bold; }
.simple-article dd { margin-left: 1.5em;}

/*-------------------------------------
   2. table
-------------------------------------*/

.simple-article table colgroup   thead tr:first-child th, .simple-article table colgroup   thead tr:first-child td, .simple-article table thead:first-child tr:first-child th, .simple-article table thead:first-child tr:first-child td {border-top: 0 none;}
.simple-article .table-striped tbody tr:nth-child(2n 1) td,.simple-article  .table-striped tbody tr:nth-child(2n 1) th { background-color: #f9f9f9;}

.simple-article .table-bordered { -moz-border-colors: none; border-collapse: separate; border-color: #dddddd #dddddd #dddddd; border-style: solid solid solid none; border-width: 1px 1px 1px 0;}
.simple-article .table-bordered th, .table-bordered td {border-left: 1px solid #dddddd;}
.simple-article .table-row thead th { background:#ebebeb; }
.simple-article .table-row tbody th { background:#f5f5f5; }
.simple-article .table-col { border-top-width:0; }
.simple-article .table-col tbody th { background:#ebebeb; }
.simple-article ul li{list-style: inside}

/*alignment*/
.alignleft {
   display:inline; float:left; margin-right:1.625em;
}
.alignright {
   clear:both; display:inline; float:right; margin-left:1.625em;
}
.aligncenter {
   clear:both; display:block; margin-left:auto; margin-right:auto;
}
.simple-article p{
  line-height: 32px;
  font-size: 16px;
}
/*-------------------------------------
   page 翻页器end
-------------------------------------*/



/* 小屏幕导航 */
.p_transition {transition:0.3s;-webkit-transition:0.3s;-o-transition:0.3s;-moz-transition:0.3s;}
.small_nav_btn {position:absolute;top:10px;right:10px;height:30px;z-index:8;display:none;width: 30px;height: 30px;background: url(/uploads/image/wwtdimages/m_menu1.png) no-repeat center;}
.small_nav_btn.active {background:  no-repeat center;}
.small_nav .wapper .btn i {width:50px;height:50px;position:absolute;right:0;top:0;z-index:2;cursor:pointer;border-left:1px solid rgba(255,255,255,0.3);background: no-repeat center;background-size:13px;}
.small_nav .wapper .btn.active i {-webkit-transform:rotate(180deg);transform:rorate(180deg);border-left:0;border-right:1px solid rgba(255,255,255,0.3);}
.small_nav .show a {text-indent:30px;line-height:40px;}
.small_nav .show a {text-indent:30px;line-height:40px;}
.scale img {transition:all 0.2s;}
.scale:hover img {-webkit-transform:scale(1.2);transform:scale(1.2);}

.small_nav .wapper{position: relative;}

.small_nav {position:absolute;width:100%;top:50px;left:0;text-align:center;background:#1250ac;z-index:7;display:none;overflow:auto;}
.small_nav a {font-size:13px;display:block;color:#fff;border-bottom:1px solid rgba(255,255,255,0.3);line-height:50px;text-align:left;text-indent:15px;position:relative;}
.small_nav .show {background:#0c3674;display:none;}


.map img{
    max-width: inherit;
}
/*内页banner*/
.inside_banner{
	height: 520px;
}
/*自适应图片*/
.autoimg{
  position: relative;
  /*float: left;
  height: 210px;
  width: 28.33333333333333%;*/
  overflow: hidden;
}
.autoimg:after{
  content: '';
  /*padding-top: 61.76%;*/
}
.autoimg img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: inherit;
}

.owl-stage{
  transition: 0.75s all !important; 
}

input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input::-webkit-input-placeholder {
   color: #999;
}


.header{
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 2;
  width: 100%;
}
.header .logo{
  float: left;
}
.header .nav{
  float: left;
  margin-left: 110px;
}
.header .nav li{
  float: left;
  padding: 0 25px;
  color: #fff;
  margin: 0 20px;
  border-radius: 10px;
  transition: border 0.3s ;
  border: 1px solid transparent;
}
.header .nav li:hover,
.header .nav li.active{
  border: 1px solid #fff;
}
.header .nav li .btn{
  font-size: 16px;
  line-height: 30px;
}
.header .nav li .dot .btn{
  padding-right: 10px;
  transition: 0s all;
  background: url(/uploads/image/wwtdimages/h_dot1.png) no-repeat right;
}
.header .nav li:hover .dot .btn,
.header .nav li .dot .btn.active{
  background: url(/uploads/image/wwtdimages/h_dot2.png) no-repeat right;
}
.header .nav li .show{
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  display: none;
  padding-bottom: 10px;
}
.header .nav li .show a:hover{
  color: #82b5ff;
}

.header .lang{
  float: right;
  background: #014099;
  padding: 5px 0;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  width: 70px;
  font-family: "arial";
  line-height: 24px;
}
.header .lang:hover{
  border-radius: 10px;
}
.header .lang:hover .show{
  display: block;
}
.header .lang .btn{
  text-align: center;
}
.header .lang .btn span{
  padding-right: 12px;
  background: url(/uploads/image/wwtdimages/h_dot1.png) no-repeat right;
}
.header .lang .btn:hover span{
  background: url(/uploads/image/wwtdimages/h_dot2.png) no-repeat right;
}
.header .lang .show{
  display: none;
  text-align: center;
}
.header .lang .show *{
  display: inline-block;
}
.header .lang .show a{
  color: #cccccc;
}
.header .lang .show a:hover{
  color: #fff;
}

.footer{
  background: #fbfbfb;
}
.footer .top{
  padding: 60px 0;
}
.footer .nav{
  padding: 60px 0 90px;
  text-align: center;
}
.footer .nav a{
  display: inline-block;
  margin: 0 60px;
  color: #333;
  font-size: 16px;
}
.footer .logo{
  display: inline-block;
}
.footer .nav a:hover{
  color: #003686;
}
.footer .p2{
  text-align: center;
  font-size: 16px;
  color: #333;
  position: relative;
  line-height: 30px;
}
.footer .p2 i{
  width: 700px;
  position: absolute;
  left: 0;
  height: 1px;
  top: 50%;
  background: #e60020;
}
.footer .p2 em{
  width: 700px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  background: #003686;
}
.footer dl{
  text-align: center;
}
.footer dl dd{
  display: inline-block;
  margin: 0 60px;
  text-align: left;
  vertical-align: top;
  line-height: 28px;
}
.footer .copy{
  text-align: center;
  color: #fff;
  background: #203260;
  line-height: 50px;
}
.backtop{
  width: 48px;
  height: 48px;
  background: #fff url(/uploads/image/wwtdimages/backtop.png) no-repeat center;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.15);
  border-radius: 50%;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
}

.product .end li:last-child{
  margin-right: 0;
}
.bread{
  border-bottom: 1px dashed #dcdcdc;
  padding: 13px 0;
}
.bread .contain{
  font-size: 0;
}
.bread a{
  line-height: 30px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-right: 25px;
  font-size: 14px;
  transition: 0s all;
  background: #dddddd;
}
.bread a:last-child,
.bread a:hover{
  background: #003686;
  color: #fff;
}
.bread a:before{
  position: absolute;
  left: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  transition: 0s all;
  background: url(/uploads/image/wwtdimages/bread1.png) no-repeat center;
  content: '';
}
.bread a:after{
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  transition: 0s all;
  background: url(/uploads/image/wwtdimages/bread2.png) no-repeat center;
  content: '';
}
.bread a:last-child:before,
.bread a:hover:before{
  background: url(/uploads/image/wwtdimages/bread11.png) no-repeat center;
}
.bread a:last-child:after,
.bread a:hover:after{
  background: url(/uploads/image/wwtdimages/bread22.png) no-repeat center;
}


.top_tab1{
  border-bottom: 2px solid #003686;
  text-align: center;
  padding-top: 65px;
}
.top_tab1 a{
  padding-bottom: 25px;
  font-size: 20px;
  color: #333;
  margin: 0 40px;
  transform: translate(0,2px);
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.top_tab1 a.active,
.top_tab1 a:hover{
  color: #003686;
  border-bottom: 2px solid #e60020;
}
.rec .show{
  display: none;
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
}
.rec .main li.active:before{
  transform: rotate(180deg);
}
.news_c .main li:hover .p1,
.news_c .main li:hover .a1,
.news_c .main li:hover{
  color: #003686 ;
}

.f_address dl{
  width: 1336px;
  float: left;
}
.f_address img{
  width: 84px;
  height: 84px;
  float: right;
  margin-right: 20px;
}
.f_address{
  margin-top: 40px;
}