@charset "utf-8";
/* CSS Document */


.w1200{ max-width:1200px; margin:0 auto;}
.flex{ display:flex; display: -webkit-flex; align-items:center;flex-wrap:  wrap ; justify-content:space-between}

.headri{ max-width:330px;}

.main{ max-width:750px; margin:0 auto; background-size:100% 100%; background-position:top center;}

.headri{ background-repeat:no-repeat; background-image:url(../images/bac_04.png); text-align:right; background-size:80% 100%; background-position:right center; padding:20px 0;padding-right:35px;}
.header{ padding:30px 0; }
.headri b{ line-height:1.5; display:block; font-size:24px; color:#fff; text-transform:uppercase; font-family:alibaba; font-weight:normal;}

.txts{ padding:40px;}
.txts p{ color:#fff; font-size:24px;}
.forms{ padding:40px;}
.forms b{ display:block; text-align:center; font-size:30px; line-height:1; color:#fff; text-transform:uppercase; padding-bottom:10px;}

.forms .formbox{ background:#1e1e1e; padding:50px; border-bottom:15px solid #0c8140;}
.forms .formbox input,.forms .formbox select{ border:none; height:60px; padding:0 20px; line-height:60px; background:#000000; width:100%; margin-top:30px; font-size:20px; color:#fff;}
.forms .formbox option{ font-size:16px;}

.forms button{ display:block; width:255px; height:60px; background:#00c357; margin:0 auto; color:#fff; font-size:30px; margin:30px auto 0; cursor:pointer;}


@media screen and (max-width:768px){
	.headle img{ width:3.22rem;}
	.headri{ max-width:4.2rem;}
	.headri{  padding:.2rem 0;padding-right:.35rem;}
.header{ padding:.3rem 0; }
.headri b{ font-size:.24rem;}

.txts{ padding:.4rem;}
.txts p{font-size:.24rem;}
.forms{ padding:.4rem;}
.forms b{ font-size:.3rem; padding-bottom:.1rem;}

.forms .formbox{ padding:.5rem; border-bottom:.15rem solid #0c8140;}
.forms .formbox input,.forms .formbox select{ height:.6rem; padding:0 .2rem; line-height:.6rem;margin-top:.3rem; font-size:.2rem;}
.forms button{ width:2.55rem; height:.6rem; font-size:.3rem; margin:.3rem auto 0;}
.forms .formbox option{ font-size:.2rem;}
	 
	}


@font-face
{
font-family:alibaba;
src: url('../fonts/AlibabaSans-Regular.ttf'),
     url('../fonts/AlibabaSans-Regular.eot'); /* IE9+ */
}