@charset "utf-8";
html{margin:0px; padding:0px; z-index:1;-webkit-text-size-adjust:none;overflow-x:hidden; font-size: 62.5%;; width: 640px;margin: 0 auto; }

/*@media only screen and (max-width: 480px){
    html {
        font-size: 75%!important;
    }
}*/
@media (max-device-width:320px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
 html {
        font-size: 80%!important;
    }
}
@media (device-width:360px) and (device-height:640px){
 html {
        font-size: 50%!important;
    }
}


body{color:#363636;margin:0px;padding:0px;  background:#f8f8f8; }
a{color:#363636; text-decoration:none;}
a:hover{ text-decoration:none;color:#d60c17}
a {
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    
}
p{padding:0px; margin:0px;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
dl,dt,dd,ul,li{padding:0px; list-style-type:none;}
img{border:0px; margin:0px; padding:0px;}
em{font-style:normal}
.red {color:#ff0000}
.fl {display:inline;float:left}
.fr {display:inline;float:right}
.clear {clear:both;}
.box {width:640px;margin:0 auto;overflow:hidden}
.box p{font-size: 2.5rem;line-height: 50px; padding: 5px 5px;}
.box600 {width:600px;margin:0 auto;overflow:hidden}
#header{ height: 100px; background: #1f4d9b; width: 640px; position:relative; z-index: 5;}
#header .logo{float: left;margin-top: 10px; margin-left: 10px;}
#header .menubtn{float: right; margin-top: 25px; margin-right: 10px;}


#header.headroom-top{display: block; position:relative; height: 100px;}
#header.displayb{position: fixed;display: block;}
#header.displayn{position: fixed;display: none}
#header.slideDown{ position:fixed;
animation:movedown 0.5s ;
-webkit-animation:movedown .5s ;top: 0; }
#header.headroom--top{ position: relative; z-index: 5;}
#header.slideUp{position:fixed;
animation:moveup .5s ;
-webkit-animation:moveup .5s ; display: none; }
.banner {height:110px;overflow:hidden;z-index: 0;}
.bannercover{height:110px;z-index: 10; background:rgba(0,0,0,0.7); margin-top: -110px; display: none; }
/**menu*******************/
/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
	background: rgba(54,158,19,0.9);
	z-index: 99;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../wap_images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}


/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 35%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%; 
	position: relative;

}

.overlay ul li {
	display: block;
	
	height: 12%;
	
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 3rem;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
html, body {
	overflow-x: hidden;
}

.container {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;	
}

.container.overlay-open {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.container::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	background: rgba(31,77,155,0.95);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}


/**
 *  iPhone 6+ portrait
 */

/***menuend***/
.swiper-container {
        width: 640px;
        height: 350px;
        z-index: 0;
        position: relative;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


.defabout{ margin-top: 2rem }
.title1{font-size: 4rem; /*text-indent: 2rem;*/ margin: 1.5rem 0 1rem 1.5rem;}
.defabout h4{ font-size: 2.3rem;line-height: 50px;
    margin: 20px 20px 20px 20px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 10px;}

.linkmore{ display: block; width: 200px; height: 50px; color: #fff; background: #1f4d9b;font-size: 3rem;
	text-align: center; margin:-20px auto 0px auto; border-radius: 5px;line-height: 50px;}


.defpro{  }
.defproitem{margin-top: 2rem; clear: both; overflow: hidden;min-height: 300px; padding-bottom: 30px}
.title2{font-size: 3.6rem; /* text-indent: 2rem; */margin: 1.5rem 0 1rem 1.5rem; font-weight: bold;color: #1f4d9b;}
.defproitem h2{/*border-bottom:2px solid #dedede ;*/ width: 97%;margin-left:10px;line-height: 40px;margin-top: 20px}
.defproitem ul li{ float: left; margin-left: 20px; margin-top: 20px; margin-bottom: 20px; width: 180px;  height: 24rem;}
.defproitem ul li img{width: 180px;height: 180px;  }
.defproitem ul li h3{text-align: center;font-size: 2rem}

.defmainsetstyle{/*border: 1px solid #dedede;*/ background: #fff;/*border-radius: 5px;*/}
  
  .defmainpart3{/*margin-top: 2rem;*/}
  .defmainpart3 ul{width: 100%; }
 .defmainpart3 ul li{width: 33.3%; margin: 20px auto; float: left; text-align: center;}
  .defmainpart3 ul li a{font-size: 2.5rem;}
  .defmainpart3 ul li a i{display: inline-block;
    font-size: 30px;
    color: rgb(255, 255, 255);
    background: #1c5abb;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px;}

 .defmainpart4{min-height: 250px;margin-top: 2rem;}
 .defmainpart4 h4{ font-size: 2.5rem; line-height: 35px; padding: 20px 0px 20px 20px }
  
.prodetail{}
.prodetail h2{font-size: 4rem ;text-align: center; margin-top: 20px; }
.prodetail .intro{padding:10px; margin-top: 20px;}
.prodetail .intro h3{font-size: 3rem;border-bottom: 5px solid #dddddd; line-height: 50px;}
.prodetail .intro h4{font-size: 2.5rem; line-height:50px; margin-top: 20px }

.newscard{  margin-top: 20px; padding-bottom: 30px}
.newslist3 li{  padding: 5px 20px; margin-top: 20px;}
.newslist3 li a{font-size: 2.4rem; overflow:hidden; height: 3rem;height: 3rem; line-height: 3rem;width: 430px; display: inline-block;	}
.newslist3 li a::after {
    content:"...";}
.newslist3 li span{font-size: 2rem;color: #87a4c2 }

.newslist7 li a{font-size: 2.2rem; overflow:hidden; }
.linkmore2{display: inline-block; width: 10rem; border-radius: 5px;line-height: 50px;  height: 50px;  /* background: #cdcdcd; */   margin-right: 20px;}
.newsdetail{ padding-bottom: 30px; margin-top: 20px; }
.newsdetail h3{font-size: 2rem; color: #acacac;margin-top: 20px;padding: 0 20px;}
.newsdetail h4 img{ max-height: 620px; max-width: 100%; }
.newsdetail h4{font-size: 2.5rem; line-height: 50px;margin-top: 20px;padding: 0 20px;}
  .pt1 {margin-top: -5rem;padding-left: 2rem;}
  .pt1 h2{font-size: 4rem; color: #fff;}
  .pt1 ul li{ float: left; font-size: 2.5rem; margin-top: 1rem; margin-right: 2rem;}
  .pt1 li .cur{color: red;}
  .prolist li{width: 50%; height:310px;float: left; text-align: center; margin-top: 2rem;margin-bottom: 1rem;
  font-size: 2rem; overflow: hidden;  }
.pro h2{ font-size: 4rem; text-align: center; margin-top: 1rem;}
.pro .canshu{font-size: 2.5rem; margin-top: 3rem;  margin-left:2rem;}
.pro .intro{min-height: 200px; background: #e1e1e1; margin-top: 3rem; 
padding-top: 2rem; padding-left: 3rem; padding-right: 2rem; padding-bottom: 2rem;font-size: 2.5rem;}
.pro .intro h3{ font-size: 4rem; color: #b1060e;margin-bottom: 1rem;}
  footer{height: 450px; background: #4c4c4c; padding-top: 7rem; padding-left: 2rem; padding-right: 1rem; color: #FFF}

.updowncard{ border: 1px solid #e1e1e1; background: #fff;  margin-top: 10px; padding: 10px 0px}
.updowncard{ color: #7575bf;font-size: 2.2rem}
.updowncard li{ padding: 10px 20px; margin-top: 10px;}
.updowncard a{font-size: 2.2rem}

.videolist{ margin-top: 50px }
.videolist li{margin-top: 3rem;text-align: center; margin-bottom: 3rem }
.videolist li img{ max-width: 620px }
.videolist li a{font-size: 3rem}

.bottomfixed{position: fixed; width: 640px;height: 72px; /* line-height: 100px; *//* background: #fff; */ bottom: 0; z-index: 9999999; /* border-top:1px solid #dddddd; */}
.bottomfixed a{display: block;float: left; }
.bottomfixed a h4{margin-top: -30px}

.bottomfixed a.l1{display: block;width: 20%;float: left;text-align: center;font-size: 2.6rem;color: #fff;line-height: 70px;background: #1f4d9b00;border-radius: 50px;}
.bottomfixed a.l2{display: block;width: 50%;float: left;margin-left: 100px;text-align: center;font-size: 2.6rem;color: #fff;line-height: 70px;background: #e97b2b;border-radius: 50px;}
.bottomfixed span{}
.bottomfixed span i{font-size: 30px; padding-right: 20px;}

.message{ margin-top: 30px; padding: 20px 0px; }
.message h2{border-bottom:5px solid #c9c9c9 ; width: 97%;margin-left:10px;line-height: 40px;margin-top: 20px; line-height: 50px; margin-bottom: 30px}



form { padding-left: 55px; font-size: 2.5rem; }
.code{width:120px; margin-left: 30px; background:#fafafa; border: 1px solid #d6d6d6; height: 50px; font-size: 20px; text-indent: 10px;}

.inptext2{ width:500px; height:4rem; background:#fff; border:none;position: relative; border:1px solid #d6d6d6; margin-bottom:10px;
 -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 3rem;
}

.inptext2:focus{ background:#F5F5F5}
.inptexterea2{ width:500px; height:10rem; background:#fff; border:none;resize: none;position: relative;border:1px solid #d6d6d6; margin-bottom:10px;
 -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 3rem;
}

.inptexterea2:focus{ background:#F5F5F5}
.inpsubmit2{width:500px; height:50px; background:#1f4d9b; }
button,button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}

button {
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  
  position: relative;
  text-transform: uppercase;
  cursor:pointer;
}

button::before,
button::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}

button:hover {
  color: #2ecc71;
  background:#FFF
}






/*tabs*/
.tabs{
	width: 640px;
	margin: 0 auto;
 font-size: 3rem;
}
.tabs ul{background: #6a6a6a;}
.tabs li {
	margin: 12px;
	float: left;
	
}

.tabs li a {
	display: block;
	padding: 17px 15px;
	font-size: 2.5rem;
	text-decoration: none;
	color: #fff; width: auto; border: none;
}

.tabs li a:hover {
	background: linear-gradient(#d6d6d6, #fff); !important;;
	color: #000
}

#tabs_container {
	
	/*overflow: hidden;*/
	position: relative;
	background: #fff;
	zoom: 1;
	font-size: 2.5rem;
	
	padding-bottom: 2rem;
}
#tabs_container img{max-width: 100%;}
#tabs_container div {
	float: left;

	padding: 10px 10px;
	zoom: 1;
	font-size: 2rem;
    line-height: 40px;
    background: #fff;
}

.transition {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.make_transist {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.hidescale {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideleft {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showleft {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hidescaleup {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.showscaleup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;
}

.hideflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;

	-webkit-transform: rotatey(-90deg) scale(1.1);
	-moz-transform: rotatey(-90deg) scale(1.1);
	-o-transform: rotatey(-90deg) scale(1.1);
	-ms-transform: rotatey(-90deg) scale(1.1);
	transform: rotatey(-90deg) scale(1.1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.showflip {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;

	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-ms-transition-delay: .3s;
	transition-delay: .3s;

	-webkit-transform: rotatey(0deg) scale(1);
	-moz-transform: rotatey(0deg) scale(1);
	-o-transform: rotatey(0deg) scale(1);
	-ms-transform: rotatey(0deg) scale(1);
	transform: rotatey(0deg) scale(1);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.tabulous_active {
	background: linear-gradient(#d6d6d6, #fff); !important;
	color: #000 !important;
}

.tabulousclear {
	display: block;
	clear: both;
}


/*tabsend*/

.xbt {}
.xbt h2{}
.xbt h2 a{
    border-bottom: 1px solid #004098;
    display: inline-block;
    padding-bottom: 12px;
    position: relative;
}