/*===================CSS Reset============================*/
@font-face{ font-family: fontB; src: url('../font/SourceHanSansCN-Bold.otf');}
@font-face{ font-family: fontM; src: url('../font/SourceHanSansCN-Medium.otf');}
@font-face{ font-family: fontR; src: url('../font/SourceHanSansCN-Regular.otf');}
html{ -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:scroll; overflow-x:auto;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ border:medium none; margin:0; padding:0;}
body,button,input,select,textarea{ color: #666; font: 14px "微软雅黑";}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
em,i{ font-style:normal;}
ul,ol{ list-style:none;}
table{ border-collapse:collapse; border-spacing:0;}
input:focus,button:focus,textarea:focus,select:focus{ outline: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */ color: #ddd;}
input:-moz-placeholder,textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */ color: #ddd;}
input::-moz-placeholder,textarea::-moz-placeholder{ /* Mozilla Firefox 19+ 适配火狐 */ color: #ddd;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/ color: #ddd;}

/*===================Link Style============================*/
a,a:hover,a:active,a:visited,a:link,a:focus{ color: #666; outline:none; text-decoration: none;}

/*===================Common Style============================*/
.fl{ float:left;}
.fr{ float:right;}
.wrap{ width: 1200px; margin: 0 auto;}
.ovh{ overflow: hidden;}
.textH{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.bold{ font-weight: bold;}
.color-333{ color: #333 !important;}
.color-999{ color: #999 !important;}
.fontB{ font-family: fontB,"微软雅黑";}
.fontM{ font-family: fontM,"微软雅黑";}
.fontR{ font-family: fontR,"微软雅黑";}
.bg-fff{ background-color: #fff;}
.bg-gray{ background-color: #f8f8f8;}
.bg-blue{ background-color: #ecf4ff;}
.row{ margin-left: 0; margin-right: 0;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { padding-right: 0; padding-left: 0;}

/*============================ Header ============================*/
.header{ width: 100%; height: 60px; position: fixed; top: 0; left: 0; z-index: 9;}
.header.in{ background: url(../images/inHead.png) center no-repeat; background-size: cover;}
.header .logo{ display: block; width: 147px; height: 35px; margin-top: 15px;}
.header .logo img{ width: 100%;}
.header .navbar_nav li{ float:left; position: relative; display: block; margin-left: 10px;}
.header .navbar_nav li a{ color: #fff; display: block; line-height: 60px; padding: 0 15px;}
.header .navbar_nav li.slt a,.header .navbar_nav li:hover a{ color: #5091e6; background: #fff;}
#navToggle{ display: none;}
.m_nav{ position: fixed; top: 0px; right: 0; box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38); width: 100%; height: 100%; background: #fff; transition: all ease 0.5s; -webkit-transition: all ease 0.5s; z-index: 1000; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms; top: 0; transform: translateX(100%);}
.m_nav.open{ transform: translateX(0);}
.m_nav .top{ height: 70px; padding: 20px; box-sizing: border-box;}
.m_nav .top .closed{ width: 30px; height: 30px; vertical-align: middle; float:right; cursor: pointer;}
.m_nav .ul li{ padding: 0 20px; border-bottom: 1px solid #f5f5f5;}
.m_nav .ul li a{ display: block; text-decoration: none; color: #333; font-size: 16px; height: 60px; line-height: 60px; width: 100%;}
.is-fixed.header,.header.in{ background: #6c63ff;}

/*============================ Footer ============================*/
.footer{ color: #fff; background: #414347; padding: 40px 0;}
.footer p em{ display: inline-block; margin-left: 10px;}

/*============================ Index ============================*/
.ixPart1{ background: url(../images/ixImg1_8.jpg) center no-repeat; background-size: cover; padding: 140px 0;}
.ixPart1 .part{ background: #fff; border-radius: 8px; margin: 0 10%; box-shadow: 0 0 10px rgba(40,140,230,.5); border-radius: 10px;}
.ixPart1 .part .left{ margin-right: 30px;}
.ixPart1 .part .left img{ width: 100%;}
.ixPart1 .part .right{ padding: 0 110px 0 70px;}
.ixPart1 .part .logo img{ width: 194px; height: 46px; margin: 60px 0 40px 0;}
.ixTit{ display: flex; justify-content: center; align-items: center; border-bottom: 1px solid #999; padding-bottom: 15px; margin-bottom: 5px;}
.ixTit span{ font-size: 16px; cursor: pointer;}
.ixTit i{ display: inline-block; width: 1px; height: 27px; background: #999; margin: 0 80px;}
.ixTit .a{ color: #f08200;}
.ixCon{ display: none;}
.ixCon .t1{ margin-top: 30px;}
.ixCon .t1 input{ width: 100%; height: 40px; line-height: 40px; padding: 0 20px 0 55px; background-position: center left 15px; background-repeat: no-repeat; background-size: 22px; border: 1px solid #999; border-radius: 5px;}
.ixCon .t1 input.sj{ background-image: url(../images/ixImg1_2.png);}
.ixCon .t1 input.mm{ background-image: url(../images/ixImg1_3.png);}
.ixCon .t2 label{ font-weight: normal;}
.ixCon .t2 label input{ margin-right: 3px;}
.ixCon .t2 a{ text-decoration: underline; display: inline-block; margin-left: 20px;}
.ixCon .t3{ margin: 40px 0 10px 0;}
.ixCon .t3 input{ width: 100%; color: #fff; font-size: 16px; line-height: 40px; background: #5091e6; border-radius: 5px;}
.ixCon .t4{ height: 40px; display: flex; align-items: center; background: #f5f5f5; padding: 0 30px; margin-top: 40px;}
.ixCon .t4 em{ width: 50%; display: flex;}
.ixCon .t4 i{ display: block; float: left; margin-left: 20px;}
.ixCon .t4 a{ display: block; font-size: 0; width: 28px; height: 25px; background-position: center; background-repeat: no-repeat; background-size: contain;}
.ixCon .t4 a.qq{ background-image: url(../images/ixImg1_4.png);}
.ixCon .t4 a.wx{ background-image: url(../images/ixImg1_5.png);}
.ixCon .t4 a.ip{ background-image: url(../images/ixImg1_6.png);}
.ixCon .t5 img{ width: 245px; height: 245px; border: 1px solid #999; margin-top: 20px;}

.ixPart2{ font-size: 24px; padding: 50px 0;}
.ixPart2 .wrap,.ease .box .wrap,.febm .part2 .box .wrap{ display: flex; align-items: center;}
.ixPart2 .txt span,.ixPart2 .txt em,.ixPart2 .txt a{ display: block;}
.ixPart2 .txt span{ color: #5091e6; font-size: 52px;}
.ixPart2 .txt em{ font-size: 30px;}
.ixPart2 .txt a{ width: 160px; color: #ffaa00; font-size: 22px; line-height: 50px; border-radius: 30px; border: 1px solid #ffaa00; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.1); margin-top: 20px;}
.ixPart2 .img img{ max-width: 100%;}

/*============================ Others ============================*/
.inBanner{ height: 460px; margin-top: 60px;}
.inBanner.abo{ height: 300px;}

.ease{ font-size: 24px; line-height: 30px;}
.ease .box{ padding: 50px 0;}
.ease .box .img img{ max-width: 100%;}
.ease .box .txt span{ display: block; font-size: 30px; margin-bottom: 20px;}

.febm .tit{ font-size: 36px; padding: 30px 0 0;}
.febm .part1 .box{ font-size: 18px; margin: 100px 30px 40px 30px;}
.febm .part1 .box img{ max-width: 100%;}
.febm .part1 .box span{ display: block; font-size: 20px; margin: 30px 0 20px 0;}
.febm .part2 .box{ padding: 110px 0;}
.febm .part2 .box .img{ background: #eee; padding: 7px; border-radius: 5px; margin-bottom: 10px; box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.febm .part2 .box .img img{ width: 100%;}
.febm .part2 .box .txt{ font-size: 24px; line-height: 36px; margin: 0 70px;}
.febm .part3{ padding: 90px 0;}
.febm .part3 .box{ margin: 0 30px; font-size: 16px; line-height: 30px;}
.febm .part3 .box img{ width: 100%;}
.febm .part3 .box span{ display: block; font-size: 20px; margin: 20px 0 0;}

.about{ padding: 30px 150px 150px; color: #434343;}
.about.zs{ padding: 50px 0 200px 0;}
.about .t1{ font-size: 20px;}
.about .t2{ font-size: 18px; margin: 10px 0;}
.about .t3{ font-size: 16px; line-height: 36px;}
.about .t3 p{ text-indent: 2em;}
.about .part1{ padding: 0 140px; margin-top: 10px;}
.about .part1 .img{ margin: 25px;}
.about .part1 .img img{ width: 100%;}

/*============================ 媒体查询 ============================*/
.mobHide{ display: block;}
.mobShow{ display: none;}

@media (max-width: 1200px) {
	.wrap{ width: 100%; padding: 0 15px;}
}

@media (max-width: 1024px) {
	.inBanner,.inBanner.abo{ height: 24vh;}
}

@media (max-width:834px) {
	.mobHide{ display: none;}
	.mobShow{ display: block;}
	.header{ background: #6c63ff; box-shadow: 0 4px 5px rgba(0,0,0,.1);}
	.header .logo{ width: 100px; margin: 15px 0 0 10px;}
	.header #navToggle { height: 100%; display: inline-block; float: right;}
	.header #navToggle span{ display: block; position: relative; width: 30px; height: 30px; background: url(../images/menu.png) no-repeat; background-size: contain; top: 18px; right: 15px;}
	.main{ margin-top: 60px;}
	.inBanner{ margin: 0;}
	
}

@media (max-width:767px) {
	body,button,input,select,textarea{ font-size: 14px;}
	.wrap{ padding: 0;}
	.footer{ padding: 15px; font-size: 12px;}
	.ixPart1{ padding: 30px 15px;}
	.ixPart1 .part{ width: 100%; margin: 0;}
	.ixPart1 .part .left{ margin: 0;}
	.ixPart1 .part .right{ margin: 0; padding: 20px 15px;}
	.ixPart1 .part .logo img{ width: 160px; height: auto; margin: 0 0 20px 0;}
	.ixTit span{ font-size: 18px;}
	.ixTit i{ height: 18px; margin: 0 20px;}
	.ixCon .t1{ margin-top: 20px;}
	.ixCon .t1 input{ height: 34px; line-height: 34px;}
	.ixCon .t3{ margin: 15px 0 10px 0;}
	.ixCon .t3 input{ line-height: 40px;}
	.ixCon .t4{ padding: 0 10px;}
	.ixCon .t5 img{ width: 200px; height: 200px; margin-top: 15px;}
	.ixPart2{ padding: 30px 15px; font-size: 16px; text-align: center;}
	.ixPart2 .wrap,.ease .box .wrap,.febm .part2 .box .wrap{ display: inherit;}
	.ixPart2 .txt span{ font-size: 24px;}
	.ixPart2 .txt em{ font-size: 18px;}
	.ixPart2 .txt a{ display: inline-block; font-size: 14px; width: 120px; margin: 20px 0; line-height: 34px;}
	.ixPart2 .img{ margin: 0 10%;}
	.inBanner,.inBanner.abo{ height: 170px;}
	.ease{ font-size: 16px; line-height: 28px;}
	.ease .box{ padding: 20px 15px;}
	.ease .box .img{ margin: 0 10%;}
	.ease .box .txt{ margin: 20px 0;}
	.ease .box .txt span{ font-size: 20px; margin-bottom: 5px;}
	.febm .tit{ font-size: 28px;}
	.febm .part1{ padding: 0 15px 30px 15px;}
	.febm .part1 .box{ margin: 20px 0 0;}
	.febm .part1 .box img{ width: 40%;}
	.febm .part1 .box span{ margin: 10px 0 5px 0;}
	.febm .part1 .box p{text-align: center;}
	.febm .part2 .box{ padding: 30px 15px;}
	.febm .part2 .box .txt{ font-size: 16px; margin: 20px 15px; line-height: 28px;}
	.febm .part3{ padding: 40px;}
	.febm .part3 .box{ margin: 0 0 20px 0;}
	.febm .part3 .box span{ margin: 10px 0 0;}
	.about,.about.zs{ padding: 30px 15px 60px 15px;}
	.about .part1{ padding: 0;}
	.about .part1 .img{ margin: 20px 10px;}
}
